:root{
    /* Custom html class margin */
    --margin-top: 0;
    --margin-bottom: 0;
    --margin-left: 0;
    --margin-right: 0;
}

a:hover {
    text-decoration: none;
}

.text-right {
    text-align: right;
}

.text-right-imp {
    text-align: right !important;
}

.text-center {
    text-align: center;
}

.topbar-wrap {
    background: #F2F2F2;

    /* border-top: 4px solid #E54E53; */
    /* border-bottom: 1px solid #e7e7e7; */
}

.topbar {
    /* min-height: 40px; */
}

.top-menu {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

.top-menu li {
    float: left;
}

.top-menu li a {
    display: block;
    text-decoration: none;
    line-height: 40px;
    padding: 0 7px;
    margin: 0 3px;
    font-size: 14px;
    color: #777;
}

.top-menu li a:hover {
    text-decoration: underline;
}

.copr-top {
    display: block;
    text-align: left;
    line-height: 40px;
    color: #e54e53;
}

.top-user-group {
    display: flex;
    /* float: right; */
    padding: 9px;
    align-items: center;
    border-radius: 25px;
}

.user-menu {
    float: left;
    margin-left: 10px;
}

.user-menu .dropdown-toggle {
    background: transparent;
    border: none;
    color: #02AEDD;
}

.user-menu .dropdown-menu {
    left: auto;
    right: 0;
}

.search-f {
    float: right;
    margin-top: 0;
}

.search-f .txt-search {
    line-height: 24px;
    height: 32px;
    padding: 1px 8px;
    outline: 0;
    border-radius: 10px;
    border: 0;
    border-right: 15px solid #e9e9e9;
    font-size: 13px;
    /* background: #e9e9e9; */
    float: left;
    color: #999;
    width: 180px;
    outline: none;
    box-shadow: none;
    transition: 0.3s;
}

.search-f .txt-search:focus {
    outline: none;
    box-shadow: none;
    /* width: 250px; */
}

.header-logo {
    background: #fff;
    margin-bottom: 0;
}

.logo-wrap {
    padding: 20px 0;
}

.logo-content .logo {
    padding: 0;
    margin: 0;
}

.logo-content .logo a {
    text-transform: uppercase;
    font-weight: 700;
    color: #E54E53;
}

.logo-content .logo img {
    width: 100px;
}

.logo-wrap .content {
    padding-top: 20px;
}

.logo-text {
    font-family: 'Fugaz One', cursive;
    color: #02AEDD;
    font-size: 50px;
    text-decoration: none;
}

.logo-wrap .content span {
    font-size: 17px;
    color: #777;
}

.logo-wrap .content h2 {
    margin: 10px 0;
    font-size: 27px;
}

.logo-wrap .description {
    margin: 0;
    color: #333;
}


.head-img {
    overflow: hidden;
}

.head-img img {
    width: 100%;
}

.main-nav .nav a {
    padding: 0 20px;
    line-height: 43px;
    text-decoration: none;
    color: #fff;
}

.main-nav .dropdown-menu {
    padding: 0;
}

.main-nav .nav .active a,
.main-nav .nav .active a:hover,
.main-nav .nav a:hover {,0800
    /* background-color: #1e2935; */
    border-bottom: 2px solid #E54E53 !important;
}

.banner-wrap {
    background: #F2F2F2;
    padding: 30px 0;
    border: 1px solid #e7e7e7;
}

.main-slider {
    overflow: hidden;
    border-bottom: 5px solid #72879c;
}

.slider-item {
    max-height: 400px;
    overflow: hidden;
    position: relative;
}

.slider-item img {
    min-height: 400px;
}

.slider-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 0;
}

.slider-item-content a {
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
}

.slider-item-content p {
    color: #fff;
    margin: 0;
    padding: 0 20px;
}

.slider-item-content a:hover {
    text-decoration: underline;
}

.main-slider .owl-dots {
    position: absolute;
    right: 0;
    padding: 15px 20px;
    bottom: 0;
    margin: 0;
}


.top-post-wrap {
    overflow: hidden;
}

.top-post-wrap article {
    overflow: hidden;
    position: relative;
}

.top-post-wrap .large {
    width: 100%;
    height: 185px;
}

.top-post-wrap .small {
    width: calc(50% - 9px);
    margin-top: 20px;
    float: left;
    height: 137px;
}

.top-post-wrap article img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.top-post-wrap article:hover img {
    transform: scale(1.1);
}

.top-post-wrap .small.last {
    float: right;
}

.top-post-wrap article .top-post-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    margin: 0;
    width: 100%;
    padding: 10px;
}

.top-post-wrap article .top-post-item-title a {
    color: #fff;
    text-decoration: none;
    line-height: 20px;
}

.top-post-wrap article .top-post-item-title a:hover {
    text-decoration: underline;
}

.main-content-wrap {
    overflow: hidden;
    padding: 30px 0;
}

.post-group-wrap {
    background: #fff;
}

.post-group-title {
    overflow: hidden;
    /* background: #053281; */
    /* background: linear-gradient(21deg, rgba(5,50,129,1) 48%, rgba(0,212,255,1) 100%); */
    /* border-radius: 5px; */
}

.post-group {
    width: 100%;
    overflow: hidden;
}

.post-group-wrap h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.post-group article {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #d9d9d9;
}

.post-group article .image-link-wrap {
    float: left;
    width: 300px;
    height: 180px;
    overflow: hidden;
}

.post-group article .image-link-wrap a {
    display: block;
    width: 100%;
    height: 100%;
}

.post-group article .image-link-wrap img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.post-group article .image-link-wrap:hover img {
    transform: scale(1.1)
}

.post-group article .content {
    float: right;
    padding-left: 20px;
    width: calc(100% - 300px);
}

.post-group article .post-title {
    padding: 0;
    margin-top: 14px;
    margin-bottom: 11px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.post-group article .post-title a {
    color: #161616;
    transition: 0.3s;
}

.post-group article .post-title a:hover {
    color: #2ab391;
}

.post-group .post-meta {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-group .post-meta .author {
    font-size: 12px;
    color: #777;
}

.post-group .post-meta .date {
    font-size: 12px;
    color: #777;
    margin-left: 7px;
}

.post-group .excerpt {
    overflow: hidden;
}

.post-group .excerpt p {
    color: #777;
    line-height: 1.615;
}

.post-group-small {
    width: 100%;
    overflow: hidden;
}

.post-group-small article {
    width: 100%;
    overflow: hidden;
    float: left;
    padding: 13px 0;
    border-bottom: 1px dashed #f1f1f1;
}

.post-group-small.two-col article {
    width: 48%;
}

.post-group-small.two-col article:nth-child(2n+1) {
    margin-right: 4%;
}

.post-group-small article .image-link {
    display: block;
    float: left;
    min-height: initial;
    width: 100px;
    height: 70px;
    overflow: hidden;
}

.post-group-small article .image-link img {
    width: 100%;
    height: 100%;
}

.post-group-small article .content {
    float: right;
    width: calc(100% - 100px);
    padding-left: 15px;
}

.post-group-small article .content a {
    margin-top: 1px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #555;
    transition: 0.3s;
}

.post-group-small article .content a:hover {
    color: #2ab391;
}

.post-group-small article .content .post-meta {
    overflow: hidden;
    margin-top: 7px;
}

.post-group-small article .content .post-meta time {
    color: #a6a6a6;
    font-size: 11px;
}

.other-post-title {
    padding: 15px;
}

.other-post {
    width: 100%;
    overflow: hidden;
}

.other-post-wrap h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.other-post article {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #d9d9d9;
}

.other-post article .image-link-wrap {
    float: left;
    width: 300px;
    height: 180px;
    overflow: hidden;
}

.other-post article .image-link-wrap a {
    display: block;
    width: 100%;
    height: 100%;
}

.other-post article .image-link-wrap img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.other-post article .image-link-wrap:hover img {
    transform: scale(1.1)
}

.other-post article .content {
    float: right;
    padding-left: 20px;
    width: calc(100% - 300px);
}

.other-post article .post-title {
    padding: 0;
    margin-top: 14px;
    margin-bottom: 11px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.other-post article .post-title a {
    color: #161616;
    transition: 0.3s;
}

.other-post article .post-title a:hover {
    color: #2ab391;
}

.other-post .post-meta {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.other-post .post-meta .author {
    font-size: 12px;
    color: #777;
}

.other-post .post-meta .date {
    font-size: 12px;
    color: #777;
    margin-left: 7px;
}

.other-post .excerpt {
    overflow: hidden;
}

.other-post .excerpt p {
    color: #777;
    line-height: 1.615;
}

.media-wrap {
    width: 100%;
    overflow: hidden;
    background: rgba(38, 156, 211, 0.7) url("/frontend/assets/images/media-bg.png") center center fixed;
    background-size: cover;
    padding: 50px 0;
}

.media-slider .album {
    position: relative;
    overflow: hidden;
}

.media-slider .album-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.2s;
    text-align: center;
}

.media-slider .album-content a {
    display: block;
    height: 100%;
    padding-top: 20px;
    line-height: 22px;
    color: #fff;
}

.media-slider .album:hover .album-content {
    top: 0;
}


.logo-footer-wrap {
    width: 100%;

}

@media (min-width: 600px) {
    .logo-footer .item {
        height: 90px;
        padding: 7px;
    }

    .logo-footer .item img {
        height: 100%;
    }

    .media-slider .item {
        height: 200px;
    }

    .media-slider .album {
        height: 100%;
    }

    .media-slider .item img {
        height: 100%;
    }
}


.block-title {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.block-title h3 {
    /* color: #fff; */
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 9px;
}

.block-title-ft h3{
    color: #fff;
}

.footer {
    background: #203E62;
    color: #fff;
}

.footer-category {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-category li {
    float: left;
    margin: 5px;
}

.footer-category li a {
    display: block;
    padding: 10px;
    color: #999;
    border: 1px solid #999;
}

.footer-big-contacts {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer-big-contacts span {
    /* display: block; */
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

.bottommargin-sm {
    margin-bottom: 20px !important;
}

.footer-bottom {
    background: #333333;
    padding: 20px 0;
}

.footer-bottom span {
    display: inline-block;
    color: #999;
    font-size: 13px;
}

.breadcrumb {
    padding: 20px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #f1f1f1;
}

.main-content-wrap.single {
    margin-top: 30px;
}

.main-content-wrap.single .container {
    background: #fff;
    min-height: 500px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.entry-title h2 {
    font-size: 22px;
}

.line {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
}

.related-post-title h3 {
    font-size: 20px;
}

.post-detail-content p {
    line-height: 24px;
}

/* Cấu hình scale ảnh cho bài viết không bị vỡ. */
/* Cấu hình thế này để có thể ghi đè thuộc tính inline trong CK Editor*/
.single-content,
.content-dt,
.post-detail-content img{
    width: 100% !important;
    height: auto !important;
}

.single-content .entry-title h2 {
    line-height: 35px;
}

.grid-item {
    width: 50%;
    border: 2px solid #fff;
}

.grid-item img {
    width: 100%;
}

.grid-item video {
    width: 100%;
}

@media (max-width: 500px) {
    .grid-item {
        width: 100%;
    }
}

.media-content .entry-title h2 {
    text-align: center;
}

.media-content .entry-title p {
    text-align: center;
    color: #999;
}

.media-content .entry-title span {
    display: block;
    text-align: center;
    color: #777;
}

.media-grid {
    margin-top: 20px;
    margin-bottom: 20px;
}

.media-grid img {
    cursor: pointer;
}

.modal-sp-lg {
    width: 95%;
}

.modal-image-detail {
    text-align: center;
}

.modal-image-detail img {
    max-width: 100%;
}

.media-option {
    margin-top: 20px;
}

.media-option a {
    margin: 2px;
    padding: 5px 15px;
    border: 1px solid #DDDFE2;
    color: #777;
}

.media-option a:hover {
    background: #DDDFE2;
}

.media-option a.active {
    background: #DDDFE2;
}


.event-item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.event-image {
    width: 290px;
    height: 250px;
    float: left;
    overflow: hidden;
    position: relative;
}

.event-image img {
    width: 100%;
    min-height: 100%;
}

.event-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 7px;
    font-size: 20px;
}

.event-date span {
    display: block;
    text-transform: uppercase;
}

.event-content {
    width: calc(100% - 290px);
    float: left;
    overflow: hidden;
    padding-left: 20px;
}

.event-name h2 {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
}

.event-name h2 a {
    color: #444;
}

.event-name h2 a:hover {
    color: #33BEE5;
}

.event-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.event-meta li {
    color: #999;
    line-height: 22px;
}

.event-meta li i {
    display: inline-block;
    width: 20px;
    line-height: 22px;
}

.event-desc {
    overflow: hidden;
    margin-top: 10px;
}

.event-desc p {
    line-height: 25px;
    color: #777;
}

.event-detail .btn {
    border-radius: 0;
}

.event-detail {
    margin-top: 10px;
}

.paging-bar-wrap {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.paging-bar {
    display: flex;
    border-radius: 5px;
    padding: 10px;
    background-color: rgba(0, 212, 255, 1);
    width: 58px;
    overflow: hidden;
    position: relative;
    left: 55%;
    margin-left: -45px;

}


.paging-bar .btn {
    border-radius: 0;
    color: #fff;
}


.seperator {
    position: relative;
    width: 38px;
    margin: 20px auto 20px;
    padding-left: 8px;
}

.seperator .fa {
    font-size: 24px;
    color: #fec36d;
}

.seperator:before, .seperator:after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #fec36d;
    position: absolute;
    top: 50%;
}

.seperator:before {
    left: -2px;
}


.event-content-wrap .entry-title h2 {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 100px;
}

.event-content-wrap .entry-title p {
    text-align: center;
    color: #999;
    margin: 20px 0;
}

.event-content-wrap .entry-title span {
    display: block;
    text-align: center;
    color: #777;
    margin-bottom: 10px;
    font-weight: 400;
}


.album-item {
    width: 30.3333333%;
    float: left;
    overflow: hidden;
    margin: 0 1.5%;
    margin-bottom: 20px;
}

@media (max-width: 700px) {
    .album-item {
        width: 45.5%;
        margin: 0 1.5%;
    }
}

@media (max-width: 450px) {
    .album-item {
        width: 97%;
        margin: 0 1.5%;
    }
}

.album-item .album-thumbnail {
    width: 100%;
    overflow: hidden;
    height: 200px;
    position: relative;
    padding: 6px;
}

.album-item .album-thumbnail a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.album-item .album-thumbnail a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    top: 6px;
    left: 6px;
    background: #fff;
    z-index: -1;
}

.album-item .album-thumbnail a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    top: 3px;
    left: 3px;
    z-index: -1;
    background: #fff;
}

.album-item .album-thumbnail img {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.album-meta {
    width: 100%;
    overflow: hidden;
    padding: 5px 5px;
}

.album-meta a {
    color: #444;
    line-height: 20px;
    font-weight: 600;
}

.album-meta a:hover {
    color: #33BEE5;
}


.sidebar .album-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #f7f7f7;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 60px;
}

.sidebar .album-content a {
    display: inline-block;
    color: #fff;
}

.sidebar .album-content a:hover {
    color: #33BEE5;
}


.post-item {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #f1f1f1;
}

.post-item:nth-child(1) {
    padding-top: 0;
}

.post-image {
    width: 290px;
    height: 250px;
    float: left;
    overflow: hidden;
    position: relative;
}

.post-image img {
    width: 100%;
    min-height: 100%;
}

.post-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 7px;
    font-size: 20px;
}

.post-date span {
    display: block;
    text-transform: uppercase;
}

.post-content {
    width: calc(100% - 290px);
    float: left;
    overflow: hidden;
    padding-left: 20px;
}

.post-name h2 {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
}

.post-name h2 a {
    color: #444;
}

.post-name h2 a:hover {
    color: #33BEE5;
}

.post-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    overflow: hidden;
    width: 100%;
}

.post-meta li {
    color: #999;
    line-height: 22px;
    float: left;
    margin-right: 15px;
}

.post-meta li i {
    display: inline-block;
    width: 20px;
    line-height: 22px;
}

.post-desc {
    overflow: hidden;
    margin-top: 10px;
}

.post-desc p {
    line-height: 25px;
    color: #777;
}

.post-detail .btn {
    border-radius: 0;
}

.post-detail {
    margin-top: 10px;
}


.stressborder {
    display: inline-block;
    border-bottom: 1px solid #33bee5;
    margin: 0;
    margin-bottom: -1px !important;
}

.post-new {
    width: 100%;
    overflow: hidden;
}

.ipost-wrap {
    width: 100%;
    float: left;
    overflow: hidden;
}

.spost-wrap {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .ipost-wrap {
        width: 65%;
    }

    .spost-wrap {
        width: 35%;
        padding-left: 20px;
        margin-top: 0;
    }
}

.entry-image, .entry-image > a, .entry-image .slide a, .entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.ipost .entry-title h3, .ipost .entry-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.entry-title a {
    color: #444;
    text-decoration: none;
}

.entry-title a:hover {
    color: #33BEE5;
}

.entry-meta {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.ipost .entry-meta li {
    font-size: 13px;
    margin-right: 10px;
}

.entry-meta li {
    float: left;
    font-size: 13px;
    line-height: 14px;
    margin: 0 10px 10px 0;
    color: #999;
    font-style: italic;
}

.entry-meta li a {
    color: #999;
    text-decoration: none;
}

.entry-meta li:first-child:before {
    display: none;
}

.entry-meta li:before {
    content: '/';
    display: inline-block;
    margin-right: 10px;
    opacity: 0.5;
}

.ipost .entry-content {
    margin-top: 5px;
}

.entry-content {
    position: relative;
}

.ipost .entry-content p {
    margin-bottom: 0;
    line-height: 1.8;
}

.spost:first-child, .mpost:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.spost, .mpost {
    padding-top: 15px;
    border-top: 1px dashed #E5E5E5;
}

.spost .entry-image, .spost .entry-image a, .spost .entry-image img, .spost .entry-image i {
    width: 48px;
    height: 48px;
}

.spost .entry-image, .mpost .entry-image {
    float: left;
    margin: 0 15px 0 0;
    text-align: center;
}

.entry-image, .entry-image > a, .entry-image .slide a, .entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.entry-image {
    margin-bottom: 20px;
}

.entry-c {
    position: relative;
    overflow: hidden;
}

.spost .entry-title h4, .mpost .entry-title h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.spost .entry-title h4 a, .mpost .entry-title h4 a {
    color: #333;
    line-height: 20px;
}

.spost .entry-title h4 a:hover, .mpost .entry-title h4 a:hover {
    color: #33BEE5;
}

.spost .entry-image img {
    border-radius: 3px;
    transition: 0.3s;
}


.footer-pagination-nav {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.page-numer {
    width: 70px;
    padding: 3px;
    border: 1px solid #ddd;
    text-align: center;
    outline: none;
}

.pagination-bar {
    list-style: none;
    float: right;
}

.pagination-bar li {
    float: left;
    margin: 2px;
}

.pagination-bar .btn {
    border-radius: 0;
    padding: 3px 10px;
}

.pagination-bar .btn i {
    font-size: 11px;
}

.chart {
    padding: 0;
}

.chart-form {
    padding: 0;
    text-align: center;
}

.chart-name {
    margin-bottom: 50px;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .container.day-flight-container {
        width: 95% !important;
    }
}

.atfm-portal-app {
    padding: 0 10px 10px;
    border: 1px solid #f1f1f1;
    margin: 0 10px 10px;
}

.atfm-portal-app-header .main-nav {
    box-shadow: none;
    border-bottom: 1px solid #f1f1f1;
}

.atfm-portal-app-header .navbar {
    min-height: 30px;
}

.atfm-portal-app .table-responsive.sm-size {
    padding: 0;
    border: 1px solid #ddd;
}

.atfm-portal-app .table-responsive.sm-size .table {
    margin: 0;
    border: none;
}

.atfm-portal-app .table-responsive.sm-size td {
    /* font-size: 13px; */
    padding: 3px;
}

.atfm-portal-app .table-responsive.sm-size th {
    font-size: 13px;
    padding: 3px;
    text-align: center;
}

.main-content {
    overflow: hidden;
}

.atfm-portal-app .breadcrumb {
    padding: 5px 15px;
}

.atfm-portal-app .breadcrumb .active {
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
}

.footer-pagination-nav .form-control {
    padding: 3px;
    border-radius: 5px;
    height: auto;
}

.chart-form label {
    font-weight: 700;
}

.chart-form .form-control {
    border-radius: 0;
}

.chart-title {
    text-align: center;
    line-height: 35px;
    padding: 10px 10px 10px 60px;
}

.chart-title h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.chart-title span {
    width: 10px;
    height: 10px;
    margin: 0 2px;
}


.sortorder {
    float: left;
}

.sortorder:after {
    content: '\25b2';
}

.sortorder.reverse:after {
    content: '\25bc';
}

.atfm-portal-app.day-flight .table button {
    background: transparent;
    border: none;
    outline: none;
    padding: 0 5px;
}

.order-btn-wrap {
    padding-right: 7px;
    position: relative;
}

.sortorder {
    position: absolute;
    right: 0;
}

.table-lable {
    display: block;
    padding: 10px 0;
}

.flight-activiti-date {
    float: right;
    font-weight: 600;
    line-height: 25px;
}

.btn-viewmore-wrap {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    margin-top: 20px;
}

.daylyplan-wrap {
    width: 100%;
    overflow: hidden;
    padding: 10px;
}

.daylyplan-item-content {
    overflow: hidden;
    margin: 7px;
    border: 1px solid #f1f1f1;
}

.daylyplan-item-content a {
    display: block;
    padding: 20px;
}

.daylylan-item-icon {
    height: 50px;
}

.daylylan-item-icon i {
    font-size: 35px;
}

.daylyplan-date {
    color: #777;
}


.atfm-portal-app-header .navbar {
    border-radius: 0 !important;
    margin-bottom: 1px;
}

.atfm-portal-app-header .user-menu-pt button {
    margin: 4px 20px 4px 13px;
    color: #333;
}

.timer {
    float: left;
    line-height: 30px;
}

.atfm-portal-app-header .navbar-nav > li > a {
    padding: 4px 10px;
}

.user-menu-pt {
    float: right;
    margin-left: 10px;
}

.user-menu-pt .dropdown-toggle {
    background: transparent;
    border: none;
    color: #02AEDD;
}

.user-menu-pt .dropdown-menu {
    left: auto;
    right: 0;
    background-color: #02AEDD;
}



/*********************RESPONSIVE***********************/
@media (max-width: 1000px) {
    .copr-top {
        text-align: center;
    }

    .top-user-group {
        width: 100%;
        text-align: right;
    }

    .top-user-group .user-menu {
        float: left;
    }

    .top-user-group {
        float: right;
    }

    .search-f {
        margin: 0;
        width: 100%;
        padding: 10px 0;
    }

    .search-f .txt-search {
        width: 100%;
        border-radius: 2px;
    }

    .search-f .txt-search:focus {
        width: 100%;
    }

    .logo-content {
        padding-bottom: 20px;
    }

    .post-image {
        width: 100%;
        height: auto;
    }

    .post-content {
        width: 100%;
        float: left;
        overflow: hidden;
        padding-left: 0;
        padding-top: 15px;
    }

    .slider-item img {
        min-height: auto;
    }
}

@media (max-width: 700px) {
    .post-group-small.two-col article {
        width: 100%;
    }

    .post-group-small.two-col article:nth-child(2n+1) {
        margin-right: 0%;
    }

    .post-group article .image-link-wrap {
        width: 100%;
        height: auto;
    }

    .post-group article .content {
        float: left;
        padding-left: 0;
        width: 100%;
        padding-top: 15px;
    }

    .fly-act-wrap {
        margin-top: 15px;
    }

    .other-post article .image-link-wrap {
        float: left;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .other-post article .content {
        float: left;
        padding-left: 0;
        width: 100%;
        padding-top: 15px;
    }
}

@media (max-width: 500px) {
    .footer-bottom span {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 22px;
    }
}

.filter-row td input {
    min-width: 70px;
    padding: 2px;
    border-radius: 0;
    height: auto;
}


.chat-box {
    overflow: hidden;
}

.messages-wrap {
    overflow: hidden;
}

.message-item-wrap {
    overflow: hidden;
    margin: 10px 0;
    display: table;
    width: 100%;
    border-bottom: 1px dashed #ddd;
}

.message-item-wrap .avatar {
    overflow: hidden;
    display: table-cell;
    width: 50px;
}

.message-item-wrap .avatar span {
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    background: #02AEDD;
    color: #fff;
    border-radius: 50%;
}

.message-item-wrap .message-item {
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 5px;
}

.message-item-wrap .message-info {
    width: 100%;
}

.message-item-wrap .message-info .message-user {
    font-weight: bold;
}

.message-item-wrap .message-info .message-time {
    color: #777;
    font-size: 13px;
}

.message-item-wrap .message-info .message-content {
    padding-top: 5px;
}

.message-item-wrap .message-content p {
    line-height: 22px;
    color: #555;
    font-size: 14px;
}

.load-more-mesage {
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

.timeline-form {
    padding: 0 77px;
    text-align: center;
    margin-bottom: 10px;
}

.weather-select {
    display: flex;
    justify-content: center;
}

.weather-select-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.weather-select-wrap label {
    width: 140px;
    margin: 0;
}

.weather-alert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.weather-alert.tsra, .weather-alert-tsra {
    background: rgba(230, 184, 183, 0.25);
}

.weather-alert.shra, .weather-alert-shra {
    background: rgba(255, 51, 153, 0.25);
}

.weather-alert.dz, .weather-alert-dz {
    background: rgba(255, 0, 0, 0.25);
}

.weather-alert.g, .weather-alert-g {
    background: rgba(0, 255, 60, 0.25);
}

.weather-alert.fg, .weather-alert-fg {
    background: rgba(108, 252, 230, 0.25);
}

.weather-alert.br, .weather-alert-br {
    background: rgba(13, 250, 219, 0.25);
}

.weather-note {
    margin-top: 15px;
}

.weather-note p {
    margin: 0 0 5px;
}

.weather-status-item {
    position: relative;
}

.weather-status-item:hover .weather-status-content{
    display: block;
}

.weather-status-content {
    display: none;
    width: 150px;
    padding-bottom: 5px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translate(-50%);
    background: #fafafa;
    border: 1px solid #f1f1f1;
    z-index: 10000;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.weather-status-content:before {
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom: 12px solid #f1f1f1;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -12px;
}

.weather-status-content:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #fafafa;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}

.weather-status-content p {
    margin: 0 0 5px;
}

.timeline-container {
    width: 100%;
    overflow: auto;
    padding: 10px 77px 300px;
    margin: auto;
}

.timeline-table {
    border-collapse: collapse;
    min-width: 700px;
}

.timeline-container .timeline-table.square {
    width: 100%;
    border: 1px solid #f1f1f1;
    table-layout: fixed;
}

.timeline-container .timeline-table.square td {
    border: 1px solid #f1f1f1;
    text-align: center;
    position: relative;
}

.timeline-table.square tr.head span {
    display: block;
}

.timeline-table.square tr.head span.count {
    font-weight: bold;
}

.timeline-table.square .timeline-point-wrap {
    width: 100%;
}

.timeline-table.square .timeline-point-wrap .timeline-point-item {
    width: 9px;
    height: 9px;
    float: left;
    margin: 1px;
    position: relative;
}

.timeline-table.square .timeline-point-wrap .timeline-point {
    display: block;
    height: 100%;
    width: 100%;
    background: #777;
    position: relative;
    z-index: 1000;
}

.timeline-table .timeline-point-content {
    width: 200px;
    position: absolute;
    display: none;
    top: 24px;
    left: 50%;
    transform: translate(-50%);
    background: #fafafa;
    border: 1px solid #f1f1f1;
    z-index: 10000;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.timeline-table .timeline-point-content:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #fafafa;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}

.timeline-table .timeline-point-content:before {
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom: 12px solid #f1f1f1;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -12px;
}

.timeline-table .timeline-point-item:hover .timeline-point-content {
    display: block;
}

.timeline-table .timeline-point-content ul {
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 10px;
    list-style: none;
}

.timeline-table .timeline-point-content ul li {
    width: 100%;
    text-align: left;
    padding: 2px 0;
}

.timeline-table .timeline-point-content ul li span {
    word-break: break-all;
}

.timeline-point-content-time {
    width: 50px;
    line-height: 20px;
    position: absolute;
    display: none;
    bottom: 100%;
    margin-bottom: 15px;
    left: 50%;
    transform: translate(-50%);
    background: #fafafa;
    border: 1px solid #f1f1f1;
    z-index: 10000;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

.timeline-table .timeline-point-content-time:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #fafafa;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}

.timeline-table .timeline-point-content-time:before {
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: 12px solid #f1f1f1;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -12px;
}

.timeline-table .timeline-point-item:hover .timeline-point-content-time {
    display: block;
}

.timeline-status-0 {
    background: #ED7474 !important;
}

.timeline-status-1 {
    background: #F9CF0B !important;
}

.timeline-status-2 {
    background: #23B7E5 !important;
}

.timeline-status-3 {
    background: #27C24C !important;
}

.timeline-container.timeline-small {
    max-width: 900px;
}

.timeline-table.col {
    width: 100%;
    margin: auto;
    table-layout: fixed;
    border: 1px solid #f1f1f1;
}

.timeline-container .timeline-table.col td {
    border: 1px solid #f1f1f1;
    text-align: center;
    position: relative;
}

.timeline-table.col .timeline-point-wrap {
    width: 100%;
}

.timeline-table.col .timeline-point-wrap .timeline-point-item {
    float: left;
    margin: 1px;
    position: relative;
}

.timeline-table.col .text-right .timeline-point-wrap .timeline-point-item {
    float: right;
}

.timeline-table.col .timeline-point-wrap .timeline-point {
    display: block;
    background: #777;
    position: relative;
    z-index: 1000;
    padding: 0 3px;
    color: #fff;
}

.timeline-table tr.head td {
    background: #fafafa;
}

.timeline-table.col tr.head td {
    background: #E9EBEE;
    font-weight: bold;
}

.timeline-table td.time {
    background: #fafafa;
}

.timeline-table.col td {
    background: #F6F7F9;
}

.timeline-table.col td.time {
    background: #E9EBEE;
    font-weight: bold;
}

.timeline-container .timeline-table td.current-hour {
    background: #ff9999;
    color: #fff;
}

.timeline-container tr:hover {
    background: #f1f1f1;
}

.timeline-container td:hover {
    background: #e0e0e0;
}

.timeline-status-note {
    width: 100%;
    text-align: center;
    padding: 0 77px;
    position: relative;
    overflow: hidden;
    height: 22px;
}

.timeline-status-note ul {
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
    list-style: none;
    width: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.timeline-status-note li {
    float: left;
    margin-left: 10px;
}

.timeline-status-note span {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-right: 3px;
}


.form-control[type=checkbox] {
    outline: none;
    box-shadow: none;
    margin: 0;
}

.airport-status-table {
    width: 100%;
    border-collapse: collapse;
    /* table-layout: fixed; */
    border: 1px solid #f1f1f1;
}

.airport-status-table td {
    border: 1px solid #f1f1f1;
    text-align: center;
    position: relative;
}

.airport-status-table tr.head td {
    background: #fafafa;
}

.airport-status-table tr td:nth-child(1) {
    background: #fafafa;
}

.airport-status-note {
    width: 100%;
    text-align: center;
    padding: 0 77px;
    position: relative;
    overflow: hidden;
    height: 22px;
}

.airport-status-note ul {
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
    list-style: none;
    width: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.airport-status-note li {
    float: left;
    margin-left: 10px;
}

.airport-status-note span {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-right: 3px;
}

.compare-flights-form {
    padding: 0 77px;
    text-align: center;
    margin-bottom: 10px;
}


.timeline-3 {
    width: 100%;
    overflow: hidden;
}

.timeline3-wrap {
    width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
}

.timeline3-head-wrap {
    width: 90px;
    float: left;
    overflow: hidden;
}

.timeline3-detail-wrap {
    overflow: hidden;
    border-left: none;
    padding: 12px 10px;
    width: calc(100% - 90px);
    float: left;
}

.timeline3-detail {
    width: 100%;
    overflow: hidden;
    display: none;
}

.timeline3-detail.active {
    display: block;
}

.timeline3-head {
    width: 100%;
    padding: 6px 10px;
    text-align: center;
    border-top: 1px solid #fff;
    background: #E9EBEE;
    cursor: pointer;
}

.timeline3-head.active {
    border-right: none;
    cursor: default;
    background: #fff;
}

.timeline3-head:first-child {
    border-top: none;
}

.timeline3-head .hour {
    font-weight: bold;
    display: inline-block;
}

.timeline3-head .count {
    background: #2cb5e8;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    border-radius: 10px;
    font-weight: 12px;
}

.timeline3-head .count.f-alert {
    background: #EF5F5F;
}

.timeline3-head .count-breakdown {
    margin-top: 3px;
    font-size: 11px;
}

.timeline3-head .count-breakdown .count-eta,
.timeline3-head .count-breakdown .count-etd {
    display: inline-block;
    margin: 0 2px;
    padding: 1px 4px;
    border-radius: 8px;
    font-weight: bold;
}

.timeline3-head .count-breakdown .count-eta {
    background: #F2D400;
    color: #333;
}

.timeline3-head .count-breakdown .count-etd {
    background: #28a745;
    color: #fff;
}

.timeline3-block-wrap {
    float: left;
    overflow: hidden;
    position: relative;
}

.timeline3-block {
    width: 31.33333%;
    box-sizing: border-box;
    float: left;
    margin: 1%;
    background: #2cb5e8;
    position: relative;
    color: #fff;
    transition: 0.2s;
}

.timeline3-block:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.30);
}

.timeline3-block-head {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    border-bottom: 1px solid #2CB5E8;
}

.timeline3-block-content {
    min-height: 100px;
    max-height: 100px;
    overflow-y: auto;
    padding: 0 10px;
}

.timeline3-block-content-item {
    padding: 3px;
    border: 1px solid #f7f7f7;
    margin: 3px 0;
}

.timeline3-block-content-item .index {
    font-size: 12px;
}

.timeline3-block-content-item .et-value {
    float: right;
}

.timeline3-block-content-item.eta i {
    color: #F2D400;
}

.timeline3-block-number {
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 1px 7px;
    color: #333;
    border-radius: 10px;
    display: inline-block;
    background: #fff;

}

.timeline3-block-breakdown {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 10px;
}

.timeline3-block-breakdown .block-eta-count,
.timeline3-block-breakdown .block-etd-count {
    display: inline-block;
    margin: 0 1px;
    padding: 1px 3px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 9px;
}

.timeline3-block-breakdown .block-eta-count {
    background: #F2D400;
    color: #333;
}

.timeline3-block-breakdown .block-etd-count {
    background: #28a745;
    color: #fff;
}

.timeline3-block-status {
    display: block;
    text-align: center;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
}

.timeline3-block-status.available {
    background: #2DCC70;
}

.timeline3-block-status.not-available {
    background: #EF5F5F;
}

.table-t-atfm .btn-action-wrap {
    overflow: hidden;
    min-width: 180px;
}

.flight-date-wrap {
    overflow: hidden;
    padding: 20px 0;
}

.flight-date-wrap .form-control {
    border: #ccc 1px solid;
    border-radius: 5px;
    height: 43px;
    width: 200px;
}

.flight-date-form {
    width: 100%;
    overflow: hidden;
}

.flight-date-wrap .btn {
    border: 1px solid;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(to right, #30CFD0 -12%, #330867 100%);
    height: 43px;
    width: auto;
    float: left;
    margin-left: 10px;
}

.flight-date-wrap span {
    display: block;
    width: 100%;
}

.btn-refresh.active i {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.btn-refresh i {
    margin: 0 5px;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ctot-form-label {
    margin: 6px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top {
    margin-top: var(--margin-top);
}
.m-bottom{
    margin-bottom: var(--margin-bottom);
}
.m-left {
    margin-left: var(--margin-left);
}
.m-right {
    margin-right: var(--margin-right);
}

.flex-centered-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.flex-container-column {
    display: flex;
    flex-direction: column;
}
.flex-inputs-row{
    flex: 1;
    margin-right: 20px;
}
.flex-row {
    display: flex;
    align-items: center;
}
.flex-row label {
    flex: 1;
}
.flex-chart {
    flex: 1;
    margin-top: auto;
}

.flex-container-row{
    display: flex;
}

.flex-col{
    display: flex;
    align-items: center;
}

.flow-presentation-chart {
    margin-left: 20px;
    padding-top: 20px;
    display: flex;

    .flow-normal-line {
        width: 100px;
        border-top: 3px solid blue
    }

    .flow-restriction-line {
        height: 100px;
        width: 150px;
        border-left: 3px solid red;
        border-bottom: 3px solid red;
        border-right: 3px solid red;
    }
}

.ctot-datetime-container {
    margin: 50px 0 0 100px;
    display: flex;

    .ctot-datetime-section {
        .ctot-datetime-label {
            font-weight: bold;
            text-align: left;
        }

        .ctot-datetime-input {
            /*width: 30%;*/
        }
    }

}
.ctot-table {
    text-align: center;

    & thead {
        position: sticky;
        top: 0;
        background: #FFF
    }

    & th {
        position: sticky;
        top: 0;
    }

    & button {
        float: none !important;
    }

    .ctot-table-body {
        font-size: 18px;
    }

    .four-char-w {
        width: 60px;
    }

    .six-char-w {
        width: 70px;
    }
}
#myNavbar ul {
    list-style: none;
}

.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}

.navbar-nav > li {
    position: relative;
}

.dropdown-menu {
    display: none;
    width: 220px;
    position: absolute;
}

.dropdown-menu > li > a{
    color: #222222;
}

.navbar-header {
    display:  none ;
}

.logo-wrap {
    display: none;
}

#myNavbar > ul {
    padding-inline-start: 0;
    margin-bottom: 0;
}

/* vl2 */

.head_lv2 {
    position: absolute;
    display: flex;
    margin-top: -60px;
}

.head_lv2 >img {
    padding-left: 130px;


    /* border-top-left-radius: 62%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 59%; */
}

.post-group article .post-title a,
.other-post article .post-title a{
    color: #000;
    text-decoration: none;
    font-size: medium;
}
.post-group-small article .content a{
    color: #000;
    text-decoration: none;
}

.post-group-small article .content a{
    font-weight: bold;
}

.other-post-title {
    /* background: linear-gradient(21deg, rgba(5,50,129,1) 48%, rgba(0,212,255,1) 100%); */
    color: #000;
    border-radius: 5px;
}

.imghead{
    display: none !important;
}

.row_c1 {
    display: flex;
    justify-content: space-around;
}

.C1_news{
    width: 75%;
}

.c2{
    width: 35%;
    padding-left: 25px;
    padding-right: 10px;
}

.logo-footer .item img {
    border: 4px solid #053281;
    border-radius: 5px;
}

.footer-bottom{
    background-color: #fff;
    padding-bottom: 0;
}
.footer-bottom  span {
    color: lightblue;

}

.footer{
    /* background-image: url('../images/bg-footer.png');  */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* color: rgba(255, 255, 255, 0.8); */
    /* padding: 40px 0; */
    background-size: 60% 100%;
    width: 100%;
    height: 200px;
}

.row_ft {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.footer .container{
    display: flex;
    justify-content: space-around;
}

.footer-block P{
    color: #fff;
}

.row_c3 {
    display: flex;
    justify-content: space-around;
}

.breadcrumb {
    background: linear-gradient(21deg, rgba(5,50,129,1) 48%, rgba(0,212,255,1) 100%);
    color: #fff;
    border-radius: 5px;
    margin-bottom: 0;
    display: flex;
}

.breadcrumb li {
    padding-right: 20px;
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.media-content .album-item .album-meta a{
    text-decoration: none;
    color: #053281;
}

.row_c4 {
    display: inline-flex;
}

.row_c4 .main-content{
    width: 1100px;
}

.row_c4 .sidebar{
    width: 300px;
}

.row_c4 .post-content a{
    text-decoration: none;
    color: #053281;
}

.row_c4 .single-content {
    padding-top: 15px;
}

.row_c4 .single-content .TTQLLKL p{
    padding: 10px 0 10px 0;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.row_c4 .single-content .ND{
    padding-left: 20px;
    font-size: 18px;
}

.row_c4 .single-content .ND .tab {
    padding-left: 80px;
}

.row_c4 .single-content .ND p b,
.row_c4 .single-content .ND .tab >b,
.row_c4 .single-content .ND > b {
    color: #053281;
    background: linear-gradient(to right, #30CFD0 -12%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* img media /listimg */
#imageModal{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.nav_admin_2 {
    margin-top: 0;
    margin-left: 0;
    /* background-color: linear-gradient(to right, #30CFD0 -12%, #330867 100%); */
}
.nav_admin_2 a{
    text-decoration: none;
    font-size: 14px;
    color: #333;
}

.breadcrumb .cmtadmin {
    color: #161616;
    background: none;
}

.fomcmt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fomcmt .messagead {
    height: auto;
    width: 75%;
}

/* .flight-date-wrap .pull-left .flightDateForm .flight-date-form input{

} */

.atfm-portal-app .table-responsive .table-data .table-bordered tbody > tr > td > input{
    border: 1px solid;
    border-radius: 5px;
}

.atfm-portal-app .table-responsive .table-data .table-bordered thead tr th button{
    font-weight: bold;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: auto;
}

.table-bordered th,
.table-bordered td {
    width: 50px;
}

/* .chart-form .form-group select,
.footer-pagination-nav */
select {
    background: linear-gradient(to right, #30CFD0 -12%, #330867 100%);
    color: #fff;
    border: 1px solid;
    border-radius: 5px;
}

/* .chart-form .form-group option,
.footer-pagination-nav */
option{
    color: #161616;
}

.pagination-bar button,
.pull-right .btn-refresh,
.but2 button{
    background: linear-gradient(to right, #30CFD0 -12%, #330867 100%);
    color: #fff;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px 20px;
}

.chart-form form {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.chart-form .form-group input{
    border: 1px solid #ccc;
    border-radius: 5px;
}

.compare-flights-form form .btn-info,
.chart-form .btn-default {
    height: 19px;
    background: linear-gradient(to right, #30CFD0 -12%, #330867 100%);
    color: #fff;
    border: 1px solid;
    border-radius: 5px;
}

#editModal,
#sendMailModal,
#myroutefir,
#myModal {
    display: none;
}

.timeline-form .form-inline {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.timeline-form .form-inline .form-group{
    padding: 0 10px;
}

.ng-pristine .m-top-10 .btn-success a{
    text-decoration: none;
    color: #fff;
}

/*
.pull-left form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
} */

.ctot-form-label {
    display: inline-block;
}

/* .flow-presentation .flow-presentation-input input{
    width:200px
} */

.table-striped,
.table-striped th,
.table-striped td{
    border:1px solid black;
    border-collapse:collapse;
}

.table-striped td{
    padding: 10px;
}
.table-striped td a{
    padding-left: 150px;
}

.ng-binding {
    text-decoration: none;
    color: #161616;
}

.timeline-form button{
    background: linear-gradient(to right, #30CFD0 -12%, #330867 100%);
    color: #fff;
    border: 1px solid;
    border-radius: 5px;
}

.compare-flights-form form{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.compare-flights-form form .form-group{
    padding: 10px;
}

/* ========================================================================================= */
.head1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_IMG img{
    width : 130px;
}

.user-menu{
    width: 180px;
    height: 26px;
    border: solid 1px;
    border-radius: 5px;
}

.search-f {
    border: solid 1px;
    border-radius: 5px;
}

.search-f .txt-search{
    width: 180px;
    height: 32px;
    border: solid 1px;
    border-radius: 5px;
    color: #fff;
}

.main-nav .nav .active a, .main-nav .nav .active a:hover, .main-nav .nav a:hover{
    border-bottom: 0 !important;
}

.navbar-collapse{
    padding: 0;
}

.navbar-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headnewsandslider{
    display: flex;
    justify-content: space-between;
}

.head-img{
    width: 100%;
}

.head-img .banner-wrap{
    padding: 0;
}

.headnewsandslider > div.col-xl-8.head-img > div > div > div > div > div > div:nth-child(1) > div > img{
    object-fit: cover;
}

.newsheader{
    width: 35%;
}

.headnewsandslider .newsheader .container .row_c1 .listnews,
.headnewsandslider .newsheader .main-content-wrap,
.headnewsandslider .newsheader .container{
    padding: 0;
}

.headnewsandslider .newsheader .container .row_c1 .listnews .post-group-wrap .post-group-small article{
    padding: 0 0 35px 0;
}

.headnewsandslider .newsheader .container .row_c1 {
    justify-content: flex-start;
}

.headnewsandslider .newsheader .container .row_c1 .post-group-small{
    display: grid;
}

.headnewsandslider .newsheader .main-content-wrap{
    max-height: 500px;
    overflow-y: auto;
    height: 410px;
    scrollbar-width: thin;
    scrollbar-color: #6699FF transparent;
}


.headnewsandslider .newsheader .main-content-wrap::-webkit-scrollbar {
    width: 8px;
}

#Main-content > div > div > div.col-md-8.col-xs-12.C1_news > div.post-group-wrap > div {
    display: grid;
    width: 100%;
    overflow: hidden;
}


#Main-content > div > div > div.col-md-8.col-xs-12.C1_news > div.post-group-wrap{
    width: 40%;
}

#Main-content .container .row_c1 .C1_news  .post-group-wrap .post-group-small article,
#Main-content .container .row_c1 .C1_news  .post-group-wrap .post-group-small article .content{
    float: left;
    width: 100%;
}

.table-fly-act{
    table-layout: fixed;
    border: none;
    margin: 0;
}

.table-fly-act-head{
    background-image: linear-gradient(70deg, #337ab7, rgba(38, 156, 211, 0.7));
    color: #FFF;
    border: none;
    text-align: center;
    margin: 20px 0 0;
}

.table-fly-act-head th,td {
    text-align: center;
    /*font-weight: 600;*/
    padding-top: 10px !important;;
    padding-bottom: 10px !important;;
}

.table-fly-act-content{
    text-align: center;
    margin: 20px 0 0;
}

.table-fly-act-content td {
    border: 1px solid #ccc !important;
}

#wrapper > div.Party > div > div.row.Party2 > div.col-xl-9.news  article .image-link-wrap,
#wrapper > div.Party > div > div.row.Party1 > div > article > div.image-link-wrap{
    float: left;
    width: 300px;
    height: 180px;
    overflow: hidden;
}
.Party  .container  .Party2  .news  article .content,
#wrapper > div.Party > div > div.row.Party1 > div > article > div.content{
    float: right;
    padding-left: 20px;
    width: calc(100% - 300px);
}
#wrapper > div.Party > div > div.row.Party1 > div > article,
.Party  .container  .Party2  .news  article{
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #d9d9d9;
}

#wrapper > div.Party > div > div.row.Party1{
    padding: 10px 0 20px;
}

#wrapper > div.Party > div > div.row.Party2 .img_big {
    float: left;
    width: 400px;
    height: 380px;
    overflow: hidden;
}

#wrapper > div.Party > div > div.row.Party2 .news{
    float: right;
    padding-left: 20px;
    width: calc(100% - 400px);
}

article .content h2{
    font-size: larger;
}

article .content a{
    color: #000;
    font-weight: bold;
}

.Union .container .row .row_c1 .newsunion .other-post{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Union .container .row .row_c1 .newsunion .other-post article {
    width: 33%;
    display: grid;
}

.Union .container .row .row_c1 .newsunion .other-post article a{
    height: 150px;
    img{
        height: 100%;
        width: 100%;
    }
}

.Union .container .row .row_c1 .newsunion .other-post article .content{
    padding: 0;
}

.youthgroup .container .row .row_c1 .newsyouthgroup,
.Union .container .row .row_c1 .newsunion .other-post article .content{
    width: 100%;
}

.youthgroup .container .row .row_c1 .newsyouthgroup .other-post {
    display: flex;
    flex-wrap: nowrap;
}

.youthgroup .container .row .row_c1 .newsyouthgroup .other-post article .image-link-wrap a,
.youthgroup .container .row .row_c1 .newsyouthgroup .other-post article .image-link-wrap img,
.youthgroup .container .row .row_c1 .newsyouthgroup .other-post article .image-link-wrap {
    float: left;
    width: 180px;
    height: 120px;
    overflow: hidden;
}

.youthgroup .container .row .row_c1 .newsyouthgroup .other-post{
    height: 155px;
}

.youthgroup .container .row .row_c1 .newsyouthgroup .other-post article .content{
    padding: 0 10px;
    width: 48%;
}

#wrapper > div.pressrelease > div > div{
    border: #6699FF 2px solid;
    border-radius: 5px;
}

.pressrelease .container .row .title .Party1 {
    float: left;
    padding-left: 20px;
    width: calc(100% - 680px);
}

.pressrelease .container .row .title .Party1 article {
    text-align: center;
}

.pressrelease .container .row .title .img {
    float: right;
    width: calc(100% - 510px);
    margin: 10px;
    height: 300px;
}

.pressrelease .container .row .title .img article ,
.pressrelease .container .row .title .img article .image-link-wrap,
.pressrelease .container .row .title .img article .image-link-wrap img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

#wrapper > div.pressrelease > div > div > div > div.row.Party1 > div{
    padding: 0 20px;
}


.footer {
    color: #000;
    /* background-color: #203E62; */
}

.footer .container{
    /* width: 100%; */
    background-color: #203E62;
    justify-content: center;
}

#wrapper > div.footer > div > div > div.footer-block.col-md-5.col-xs-12{
    width: 745px;
}

#wrapper > div.footer > div > div > div:nth-child(2) > div.row > div > div > li{
    list-style: none;
}

#wrapper > div.footer > div > div > div:nth-child(3) > div.row > div > div > span,
#wrapper > div.footer > div > div > div:nth-child(3) > div.row > div > div,
#wrapper > div.footer > div > div > div:nth-child(2) > div.row > div > div > li > a{
    font-size: small;
    color: #fff;
}

#wrapper > div.other-post-wrap.youthgroup > div > div{
    border: none;
}

.user-menu,
.search-f,
.top-user-group,
.search-f .txt-search{
    border-radius: 20px;
}

.login {
    flex: 0;
    text-align: right;
}

.user-menu .dropdown-menu{
    background: #fff;
}

.user-menu{
    display: grid;
    background: #6699FF;
    border: none;
}

#wrapper > div.header-logo > div > div.row.gy-0.head1 > div.col-xl-4.login > div > button > i,
#wrapper > div.header-logo > div > div.row.gy-0.head1 > div.col-xl-4.login > div > button > i > a,
#wrapper > div.header-logo > div > div.row.gy-0.head1 > div.col-xl-4.login > div > button > span{
    color: #000;
}

#wrapper > div.header-logo > div > div.row.gy-0.head1 > div.col-xl-4.login > div > ul{
    width: 150px;
}

.owl-carousel.owl-drag .owl-item{
    padding: 0;
}

.slider-wrap{
    padding: 0;
}

.main-slider .owl-dots{
    right: 35px;
}

.owl-carousel .owl-item img{
    height: 100px;
    object-fit: inherit;
}

.user-menu {
    height: 32px;
}

.search-f{
    border: 1.5px solid #99B8D8;
}

#wrapper > div.banner-wrap > div > div > div > div > div.owl-stage-outer.owl-height  img{
    min-height: auto;
    height: 200px;
    object-fit: cover;
}

.main-slider {
    border-bottom: none;
}

.banner-wrap {
    border: none;
    background: none;
}

.table-fly-act-wrap{
    display: none;
}

.other-post-title ,
.post-group-title h3,
.other-post-wrap h3{
    font-size: 24px;
    color: #1E53BE;
    font-weight: 600;
}

#wrapper > div:nth-child(3) > div > div > div > div.col-md-1.col-xs-12.c2.fly-act-wrap > div.post-group-title > h3{
    font-size: 17px;
}

.C1_news {
    width: 100%;
}

#Main-content .post-group-small.two-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Tạo 4 cột */
    gap: 20px; /* Khoảng cách giữa các cột */
}

#Main-content .post-group-small.two-col article {
    width: 100%;
    display: grid;
}

#Main-content .post-group-small.two-col article a{
    height: 150px;
    width: 100%;
    max-height: 150px;
}

#Main-content .post-group-small.two-col article .content {
    padding: 0;
    width: 100%;
}

#Main-content > div > div > div.post-group-title > h3{
    padding: 0;
}

.Party .Party1 .image-link-wrap,
.Party .Party1 .image-link-wrap img{
    width: 100%;
    height: 150px;
    max-height: 150px;
}

.sliervertical{
    background:  url(/frontend/assets/images/vietnam.png) no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: contain;
}

.youthgroup .container .row .row_c1 .newsyouthgroup .other-post{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    height: 100%;
}

.youthgroup .container .row .row_c1 .newsyouthgroup .other-post article .image-link-wrap a, .youthgroup .container .row .row_c1 .newsyouthgroup .other-post article .image-link-wrap img, .youthgroup .container .row .row_c1 .newsyouthgroup .other-post article .image-link-wrap {
    float: left;
    width: 100%;
    height: 150px;
    max-height: 150px;
    overflow: hidden;
}

.youthgroup .container .row .row_c1 .newsyouthgroup .other-post article .content{
    float: left;
    width: 100%;
}

.owl-carousel .owl-stage-outer {
    height: 130px;
}

.footer{
    height: 100%;
}

#wrapper > div.footer > div > div > div.footer-block.col-md-5.col-xs-12 > h3,
.footer .stressborder{
    color: #fff;
}

.footer-big-contacts a{
    font-weight: unset;
    color: #fff;
}

.footer-block > p{
    font-size: 15px;
    font-weight: unset;
}

.footer-big-contacts{
    font-size: 15px;
    font-weight: unset;
    padding: 8px 0;
}


.footer-big-contacts a,
div.footer > div > div > div:nth-child(3) > div.row > div > div{
    font-size: 15px;
    padding: 8px 0;
}

#wrapper > div.header-logo > div > div.row.gy-0.head1 > div.col-xl-4.order-xl-1.order-3.search > div,
#wrapper > div.header-logo > div{
    padding: 0;
}

.table-striped td a {
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

#daylyplan .action-buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    /* border-top: #000 1px dashed; */
}

#daylyplan .action-buttons a{
    margin: 5px 70px;
    text-decoration: none;
    color: #888;
    padding: 5px;
    border: 1px solid #888;
    border-radius: 3px;
    margin-top: 10px;
}

.table-striped{
    width: 100%;
}

@media (max-width: 1200px) {
    .head-img .banner-wrap,
    .head-img,
    .headnewsandslider{
        height: 100%;
    }

    #myNavbar > ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .search{
        flex: 0;
    }

    .search-f .fa-search{
        position: absolute;
        margin-left: -162px;
    }

    .search-f {
        padding: 0;
        padding-right: 10px;
    }

    .row_ft,
    .other-post article .content,
    .other-post article .image-link-wrap{
        width: 100%;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        display: block;
    }

    .navbar-toggle {
        display: block; /* Hiển thị nút navbar-toggle */
    }

    .navbar-menu {
        float: none;
        width: 100%;
        display: none;
    }

    .navbar-menu li {
        float: none;
    }

    #myNavbar > ul{
        display: flow-root
    }

    body{
        padding-left: 6px;
    }

    .flight-date-form.flex-container-row {
        display: block;
    }

    .flight-date-form.flex-container-row > div {
        margin-bottom: 5px;
    }
    .compare-flights-form {
        padding: 0;
    }

    .timeline-container {
        padding: 0;
    }

    .timeline-form {
        padding: 0;
    }
}

@media (max-width: 576px) {
    .user-menu{
        width: 50px;
    }

    .search-f .fa-search,
    #wrapper > div.other-post-wrap.Union > div > div > div > div.col-md-1.col-xs-12.c2,
    #wrapper > div.header-logo > div > div.row.gy-0.head1 > div.col-xl-4.login > div > button > i > a,
    .user-menu .dropdown-toggle span{
        display: none;
    }
    .txt-search::placeholder {
        visibility: hidden;
    }
    .search-f .txt-search {
        width: 50px;
    }
    .other-post-wrap .row_c1{
        display: block;
    }
    .other-post-wrap .row_c1 .c2{
        width:100%;
        display: grid;
        justify-content: center;
    }
    .row_ft,
    .youthgroup .container .row .row_c1 .newsyouthgroup .other-post ,
    .Union .container .row .row_c1 .newsunion .other-post ,
    #Main-content .post-group-small.two-col {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    #wrapper > div.Party > div > div.row.Party1 > div > article{
        display: grid;
    }
    .table-fly-act-head,
    #wrapper > div.footer > div > div > div.footer-block.col-md-5.col-xs-12,
    .Union .container .row .row_c1 .newsunion .other-post article,
    #wrapper > div.Party > div > div.row.Party1 > div > article > div.content,
    #wrapper > div.Party > div > div.row.Party1 > div > article > div.image-link-wrap {
        width: 100%;
    }
    body{
        padding-left: 10px;
    }
    .login{
        flex: 1;
    }
    
}

#wrapper > div.footer > div > div > div.footer-block.col-md-5.col-xs-12{
    width: 100%;
}

#Main-content > div > div > div.post-group-title > a > h3,
#wrapper > div:nth-child(3) > div > div > div > div.col-md-11.col-xs-12,
.other-post-title{
    padding-left: 0;
}

#wrapper > div.main-content-wrap.single > div > div > div.col-md-9.main-content > div,
#wrapper > div.other-post-wrap.Union,
#wrapper > div.other-post-wrap.youthgroup,
#Main-content,
#wrapper > div.logo-footer-wrap > div,
#wrapper > div.other-post-wrap.youthgroup > div > div > div > div,
#wrapper > div.other-post-wrap.Union > div > div > div > div.col-md-11.col-xs-12.newsunion,
#wrapper > div.Party > div,
#Main-content > div > div,
#Main-content > div{
    padding: 0;
}
#wrapper > div.Party > div > div.row.Party1 {
    padding: 10px 15px 20px;
}

#wrapper > div:nth-child(3) > div > div > div > div.col-md-11.col-xs-12,
#wrapper > div.other-post-wrap.Union > div > div > div > div.col-md-1.col-xs-12.c2{
    padding-right: 0;
}

.timer{
    font-size: small;
}

.youthgroup .titlecontai,
.Union .titlecontai,
.other-post-wrap .titlecontai,
#Main-content .post-group-title,
.Party .titlecontai{
    display: flex;
    justify-content: space-between;
}

.youthgroup .titlecontai a:nth-child(2) > h3,
.Union .titlecontai a:nth-child(2) > h3,
.other-post-wrap .titlecontai a:nth-child(2) > h3,
#Main-content .post-group-title a:nth-child(2) > h3,
.Party .titlecontai a:nth-child(2) > h3{
    font-size: 15px;
    text-decoration: underline;
}

#wrapper > div:nth-child(3) > div > div > div.titlecontai > a:nth-child(2) > h3{
    /* display: none; */
}

#wrapper > div.Party > div > div > a:nth-child(2) > h3,
#wrapper > div.Party > div > div > a:nth-child(1) > h3{
    margin: 0;
}

#Main-content > div > div > div > a:nth-child(2) > h3,
#Main-content > div > div > div > a:nth-child(1) > h3{
    padding: 9px 0;
}

#wrapper > div:nth-child(3) > div > div > div.newsright > div.row_c1 > div{
    padding-left: 0;
}


#wrapper > div:nth-child(3) > div > div{
    display: flex;
}

#wrapper > div:nth-child(3){
    padding-bottom: 0;
}

#wrapper > div.Party > div > div.row.Party1 > div > article:nth-child(1){
    padding-top: 0;
}

#wrapper > div.logo-footer-wrap{
    padding-top: 15px;
}

#wrapper > div.main-content-wrap.single > div > div > div.col-md-9.main-content{
    padding-left: 0;
}

.main-content-wrap.single .container{
    box-shadow: none;
}


@media (max-width: 576px) {
    /* table flly */
    #wrapper > div:nth-child(3) > div > div{
        display: block;
    }
    .Union .container .row .row_c1 .newsunion .other-post article img,
    .Union .container .row .row_c1 .newsunion .other-post article a {
        height: auto !important;
    }
    .youthgroup .container .row .row_c1 .newsyouthgroup .other-post article .image-link-wrap,
    .youthgroup .container .row .row_c1 .newsyouthgroup .other-post article .image-link-wrap a,
    .Party .Party1 .image-link-wrap img{
        max-height: none;
        height: auto;
        width: 100%;
    }
    .Union .container .row .row_c1 .newsunion .other-post article img,
    .Party .Party1 .image-link-wrap img,
    #Main-content .post-group-small.two-col article a {
        height: auto;
        width: 100%;
    }

    .youthgroup .container .row .row_c1 .newsyouthgroup .other-post article .image-link-wrap img,
    #wrapper > div.Party > div > div.row.Party1 > div > article > div.image-link-wrap {
        height: auto !important;
        max-height: none;
    }
}

.breadcrumb{
    margin-bottom: 10px;
}



.logo-footer .item img{
    border-radius: 0;
    border: none;
}

#wrapper > div:nth-child(2) > div > div{
    display: flex;
}

#wrapper > div:nth-child(2) > div > div > div.newsright{
    width: 70%;
}
#wrapper > div:nth-child(2) > div > div > div.newsleft{
    width: 30%;
}

#Main-content > div > div{
    display: flex;
    flex-direction: column;
}

#wrapper > div:nth-child(2),
#wrapper > div.Party > div > div.row.Party1{
    padding-bottom: 0;
}

.Union .titlecontai a:nth-child(2) > h3, .other-post-wrap .titlecontai a:nth-child(2) > h3,
#wrapper > div.Party > div > div > a:nth-child(2) > h3{
    padding-right: 0;
}

#wrapper > div:nth-child(3) > div > div > div.newsright > div.titlecontai > a:nth-child(2) > h3,
#wrapper > div:nth-child(2) > div > div > div.newsright > div.titlecontai > a:nth-child(2) > h3{
    padding-right: 15px;
}

#wrapper > div:nth-child(3) > div > div > div.newsright > div.row_c1 > div{
    width: 100%;
}

.head_IMG img {
    width: 210px;
}

/* Horizontal Line. */
.page-divide-line{
    margin: 0;
    padding: 0;
    border: 1px solid rgba(102, 201, 255, 0.3);
    border-left: none;
    border-right: none;
}

/* News Port Style. */
.other-post-wrap {
    margin-top: 3rem;
    margin-bottom: 3rem;
}