/*
Theme Name: Nexweb
Template:   flatsome
Version:    1.0.2
*/

/* One typeface for all theme content; icon fonts retain their own font face. */
:root {
    --nexweb-font-family: Roboto, sans-serif;
}

body {
    font-family: var(--nexweb-font-family) !important;
}

body *:not(i):not(svg):not(path):not(.icon):not(.dashicons):not([class*="icon"]):not([class*="dashicon"]) {
    font-family: var(--nexweb-font-family) !important;
}

.mgo p {
    margin-bottom: 0;
}

.nxs-iframe-post,
.nxs-iframe-post-content,
.nxs-iframe-post .nex-html-iframe,
.nxs-html-post-page-layout {
    width: 100%;
    max-width: none;
}

/* A full-width iframe post is a standalone view, not a fixed-height embed. */
.nxs-iframe-post {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
}

.nxs-iframe-post-content,
.nxs-iframe-post .nex-html-iframe {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.nxs-iframe-post .nex-html-iframe > iframe {
    flex: 1 0 auto;
    height: var(--nxs-iframe-main-height, 100vh) !important;
    height: var(--nxs-iframe-main-height, 100dvh) !important;
    min-height: 100vh;
    min-height: 100dvh;
}

.nxs-html-post-page-layout {
    margin: 0;
    padding: 0;
}

.nxs-iframe-post-content > :first-child {
    margin-top: 0;
}

.nxs-iframe-post-content > :last-child {
    margin-bottom: 0;
}

.btmbl {
    width: 270px;
}

.mgo h1 {
    line-height: 1;
    margin-bottom: 10px;
}

.rowspfr .col-inner {
    border: 1px solid #2f241b;
}

/* Thanh hiệu ứng */
.rowspfr .col-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, #ff4d4d, #f9d423);
    /* màu như ảnh */
    transform: translateX(-50%);
    transition: width 0.4s ease;
}

.btgradiant {
    position: relative;
    background: linear-gradient(135deg, #000 0%, #2C1A0E 100%);
    overflow: hidden;
}

/* Hover */
.rowspfr .col-inner:hover::before {
    width: 100%;
}

.fontplayfair {
    font-family: var(--nexweb-font-family) !important;

}

.mem-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mt.vn {
    border-color: rgba(192, 57, 43, .4);
    color: rgba(255, 110, 90, .75);
    font-weight: 600;
}

.mt {
    padding: 4px 10px;
    border: 1px solid rgba(255, 255, 255, .08);
    font-size: 10.5px;
    color: rgba(255, 255, 255, .35);
    border-radius: 3px;
    margin-top: 0;
}

.bd10,
.bd10 img {
    border-radius: 10px;
}

.nav-pills>li>a {
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #eee;
    margin-right: 10px;
}

.hometab2 .nav>li>a {
    padding: 13px 10px;
    margin: 0 !important;
    font-weight: normal;
    font-size: 15px;
}

.hometab2 ul.nav.nav-line-bottom.nav-normal.nav-size-normal.nav-left {
    border-bottom: 2px solid #eee;
}

.row.row-collapse.airport-specs {
    border-bottom: 1px solid #eee;
}

.imgbox1 img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.imgbox1 {
    border: 1px solid #eee;
    border-radius: 5px;
}

.route-line {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.route-line::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 12px;
    bottom: 12px;
    width: 1px;
    background: rgba(255, 255, 255, .1);
}

.route-stop {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    position: relative;
}

.rs-sub {
    font-size: 10.5px;
    color: rgba(255, 255, 255, .3);
    margin-left: auto;
}

.rs-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(184, 151, 58, .4);
    background: var(--ink);
    flex-shrink: 0;
    z-index: 1;
    transition: all .3s;
}

.route-stop {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    position: relative;
}

.blgt td.nxst-label,
.blgt td.nxst-value {
    color: #80807f;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-size-medium.nav-spacing-xlarge.nav-uppercase {
    display: flex;
    text-align: center;
    justify-content: center;
}

a.nav-top-link {
    margin: 0 9px;
}

.icon-box.featured-box.iconbox.icon-box-left.text-left {
    align-items: center;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
}
.icon-box.featured-box.iconbox.icon-box-left.text-left .has-icon-bg .icon {
    position: relative;
}
