
/* /App_Themes/all/allcss/qi-sodo.css */
/* =====================================================================================
   TRANG SƠ ĐỒ WEBSITE  (/sodo · /sitemap)  —  mới 2026-08-11
   User chốt: "dựng cho tôi 1 trang sitemap cho tất cả các giao diện".

   🔑 Trang này chạy TRONG MỌI VỎ (46 mẫu desktop cũ · bản responsive · vỏ landing gdnn*),
      nên CSS phải:
        · gói trong .qisodo, không đụng bất cứ selector chung nào;
        · KHÔNG cố định màu chữ/nền theo một giao diện — lấy màu nhấn của đơn vị qua
          --qi-color-site (token do ThemeStyles sinh từ SiteConfig.ColorSite), có giá trị lui
          khi vỏ đó không sinh token (vỏ mobile/landing đặt ViewData["LaMobileHoacTab"]);
        · tự co giãn: lưới auto-fit, không đặt chiều rộng cứng.
   ===================================================================================== */

.qisodo {
    --sodo-main: var(--qi-color-site, #0071a6);
    --sodo-vien: #e3e8ef;
    --sodo-nhat: #f6f8fb;
    --sodo-chu-nhat: #5a6472;
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 12px 28px;
    line-height: 1.55;
}

.qisodo *, .qisodo *::before, .qisodo *::after { box-sizing: border-box; }

/* Vỏ cũ khai `a { color: … }` ở nhiều nơi; khai kèm `a.` để đủ độ đặc hiệu mà không cần !important. */
.qisodo a, .qisodo a:link { color: inherit; text-decoration: none; }
.qisodo a:hover { color: var(--sodo-main); text-decoration: underline; }

.qisodo-duongdan { font-size: 13.5px; color: var(--sodo-chu-nhat); margin-bottom: 10px; }
.qisodo-duongdan span { margin: 0 6px; opacity: .6; }
.qisodo a.qisodo-duongdan-lk:hover { color: var(--sodo-main); }

.qisodo-tieude {
    margin: 0 0 6px; font-size: 26px; line-height: 1.25; font-weight: 700; color: var(--sodo-main);
}
.qisodo-mota { margin: 0 0 20px; font-size: 15px; color: var(--sodo-chu-nhat); }

/* ---------- Khối ---------- */
.qisodo-luoi {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-bottom: 18px;
}
.qisodo-khoi {
    background: #fff; border: 1px solid var(--sodo-vien); border-radius: 8px; padding: 16px 18px 18px;
}
.qisodo-khoi-rong { margin-bottom: 18px; }
.qisodo-khoi h2 {
    margin: 0 0 12px; padding-bottom: 9px; font-size: 17px; font-weight: 700; text-transform: uppercase;
    color: var(--sodo-main); border-bottom: 2px solid var(--sodo-vien);
}
.qisodo-khoi h2 i { margin-right: 7px; }

/* ---------- Danh sách ---------- */
.qisodo-ds { list-style: none; margin: 0; padding: 0; }
.qisodo-ds li { position: relative; padding: 6px 0 6px 16px; font-size: 15px; }
.qisodo-ds li::before {
    content: ""; position: absolute; left: 0; top: 14px; width: 6px; height: 6px; border-radius: 50%;
    background: var(--sodo-main); opacity: .75;
}

/* Danh sách dàn ngang (đơn vị trực thuộc · liên kết ngoài): nhiều mục, ít chữ. */
.qisodo-ds-ngang {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 0 18px;
}

/* ---------- Cây chuyên mục ---------- */
.qisodo-cot3 { columns: 3 260px; column-gap: 26px; }
.qisodo-nhanh { break-inside: avoid; margin-bottom: 16px; }
.qisodo-nhanh h3 {
    margin: 0 0 6px; font-size: 15.5px; font-weight: 700; color: var(--sodo-main);
    padding-bottom: 5px; border-bottom: 1px dashed var(--sodo-vien);
}
.qisodo-ds-con li { font-size: 14.5px; padding-left: 14px; }
.qisodo-ds-con li::before { width: 5px; height: 5px; top: 13px; opacity: .5; }

/* ---------- Khổ hẹp ---------- */
@media (max-width: 760px) {
    .qisodo { padding: 10px 10px 22px; }
    .qisodo-tieude { font-size: 21px; }
    .qisodo-cot3 { columns: 1; }
    .qisodo-ds-ngang { grid-template-columns: minmax(0, 1fr); }
}

/* Nền tối của vài mẫu cũ: khối trắng vẫn đọc được, nhưng bỏ viền cho đỡ chỏi. */
@media (prefers-color-scheme: dark) {
    .qisodo-khoi { border-color: rgba(0,0,0,.12); }
}

/* Dải "Sơ đồ website" dán sau chân trang có kiểu dáng NGAY TRONG
   Partials/_DaiSoDoWeb.cshtml — nó xuất hiện ở mọi trang của mọi mẫu, thêm một tệp CSS
   riêng chỉ vì ~15 dòng là tốn thêm một request cho toàn hệ thống. */

/* /htmlib/duan/tpthuduc/css/Lib/Swiper-Image.css */
.lg-icon {
    font-family: FontAwesome ;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none;
}

    .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
        color: #FFF;
    }

.lg-actions .lg-next {
    right: 20px;
}

    .lg-actions .lg-next:before {
        content: "\f054";
        color: white;
        font-family: FontAwesome !important;
    }

.lg-actions .lg-prev {
    left: 20px;
}

    .lg-actions .lg-prev:after {
        content: "\f053";
        color: white;
        font-family: FontAwesome !important;
    }

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

    .lg-toolbar .lg-icon {
        color: #999;
        cursor: pointer;
        float: right;
        font-size: 24px;
        height: 47px;
        line-height: 27px;
        padding: 10px 0;
        text-align: center;
        width: 50px;
        text-decoration: none !important;
        outline: medium none;
        -webkit-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }

        .lg-toolbar .lg-icon:hover {
            color: #FFF;
        }

    .lg-toolbar .lg-close:after {
        content: "\f00d";
    }

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

    .lg-sub-html h4 {
        margin: 0;
        font-size: 13px;
        font-weight: bold;
    }

    .lg-sub-html p {
        font-size: 12px;
        margin: 5px 0 0;
    }

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

    .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing;
    }

    .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
    }

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

    .lg-outer .lg-toogle-thumb:after {
        content: "\f0c9";
        font-family: FontAwesome !important;
    }

    .lg-outer .lg-toogle-thumb:hover {
        color: #FFF;
    }

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

    .lg-outer .lg-video .lg-object {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .lg-outer .lg-video .lg-video-play {
        width: 84px;
        height: 59px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -42px;
        margin-top: -30px;
        z-index: 1080;
        cursor: pointer;
    }

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("/htmlib/duan/tpthuduc/css/Lib/../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("/htmlib/duan/tpthuduc/css/Lib/../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("/htmlib/duan/tpthuduc/css/Lib/../img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("/htmlib/duan/tpthuduc/css/Lib/../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("/htmlib/duan/tpthuduc/css/Lib/../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}

    .lg-progress-bar .lg-progress {
        background-color: #a90707;
        height: 5px;
        width: 0;
    }

    .lg-progress-bar.lg-start .lg-progress {
        width: 100%;
    }

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\f144";
    font-family: FontAwesome !important;
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
    font-family: FontAwesome !important;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\f00e";
    font-family: FontAwesome !important;
}

#lg-actual-size {
    font-size: 20px;
}

    #lg-actual-size:after {
        content: "\f24d";
        font-family: FontAwesome !important;
    }

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

    #lg-zoom-out:after {
        content: "\f010";
        font-family: FontAwesome !important;
    }

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

    .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
        overflow: visible;
    }

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

    .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
        box-shadow: 0 0 0 2px white inset;
    }

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

    .lg-outer .lg-pager-thumb-cont img {
        width: 100%;
        height: 100%;
    }

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

    .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
        box-shadow: 0 0 0 8px white inset;
    }

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\f0b2";
    font-family: FontAwesome !important;
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\f0b2";
    font-family: FontAwesome !important;
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

    .lg-outer .lg-dropdown:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        border: 8px solid transparent;
        border-bottom-color: #FFF;
        right: 16px;
        top: -16px;
    }

    .lg-outer .lg-dropdown > li:last-child {
        margin-bottom: 0px;
    }

    .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
        color: #333;
    }

    .lg-outer .lg-dropdown a {
        color: #333;
        display: block;
        white-space: pre;
        padding: 4px 12px;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px;
    }

        .lg-outer .lg-dropdown a:hover {
            background-color: rgba(0, 0, 0, 0.07);
        }

    .lg-outer .lg-dropdown .lg-dropdown-text {
        display: inline-block;
        line-height: 1;
        margin-top: -3px;
        vertical-align: middle;
    }

    .lg-outer .lg-dropdown .lg-icon {
        color: #333;
        display: inline-block;
        float: none;
        font-size: 20px;
        height: auto;
        line-height: 1;
        margin-right: 8px;
        padding: 0;
        vertical-align: middle;
        width: auto;
    }

.lg-outer #lg-share {
    position: relative;
}

    .lg-outer #lg-share:after {
        content: "\f1e0";
        font-family: FontAwesome !important;
    }

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

    .lg-outer #lg-share-facebook .lg-icon:after {
        content: "\f082";
        font-family: FontAwesome !important;
    }

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

    .lg-outer #lg-share-twitter .lg-icon:after {
        content: "\f099";
        font-family: FontAwesome !important;
    }

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

    .lg-outer #lg-share-googleplus .lg-icon:after {
        content: "\f0d4";
        font-family: FontAwesome !important;
    }

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

    .lg-outer #lg-share-pinterest .lg-icon:after {
        content: "\f0d2";
        font-family: FontAwesome !important;
    }

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

    .lg-outer * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lg-outer.lg-visible {
        opacity: 1;
    }

    .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
        opacity: 1;
    }

    .lg-outer.lg-grab img.lg-object {
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .lg-outer.lg-grabbing img.lg-object {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing;
    }

    .lg-outer .lg {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .lg-outer .lg-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
    }

    .lg-outer .lg-item {
        background: url("/htmlib/duan/tpthuduc/css/Lib/../img/loading.gif") no-repeat scroll center center transparent;
        display: none !important;
    }

    .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
        display: inline-block !important;
    }

    .lg-outer.lg-css .lg-current {
        display: inline-block !important;
    }

    .lg-outer .lg-item, .lg-outer .lg-img-wrap {
        display: inline-block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px;
        }

    .lg-outer .lg-img-wrap {
        position: absolute;
        padding: 0 5px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .lg-outer .lg-item.lg-complete {
        background-image: none;
    }

    .lg-outer .lg-item.lg-current {
        z-index: 1060;
    }

    .lg-outer .lg-image {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto !important;
    }

    .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
        opacity: 0;
        -webkit-transition: opacity 0.15s ease 0s;
        -o-transition: opacity 0.15s ease 0s;
        transition: opacity 0.15s ease 0s;
    }

    .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
        opacity: 1;
    }

    .lg-outer .lg-empty-html {
        display: none;
    }

    .lg-outer.lg-hide-download #lg-download {
        display: none;
    }

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

    .lg-backdrop.in {
        opacity: 1;
    }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

    .lg-css3.lg-fade .lg-item.lg-current {
        opacity: 1;
    }

    .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
        -webkit-transition: opacity 0.1s ease 0s;
        -moz-transition: opacity 0.1s ease 0s;
        -o-transition: opacity 0.1s ease 0s;
        transition: opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
        left: -100%;
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
        left: 100%;
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        left: 0;
        opacity: 1;
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px,0,0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

    .swiper-container-pointer-events.swiper-container-vertical {
        touch-action: pan-x;
    }

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height;
    }

.swiper-container-3d {
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none;
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start;
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial;
        line-height: 1;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #ffffff;
    }

    .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000000;
    }

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33);
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px,-50%,0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top;
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

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

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        opacity: .6;
        z-index: 0;
    }

        .swiper-container-cube .swiper-cube-shadow:before {
            content: '';
            background: #000;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            filter: blur(50px);
        }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.mySwiper1 .swiper-slide {
    opacity: 0.30;
}

.mySwiper1 .swiper-slide-active {
    opacity: 1;
    border-width: 1px;
    border-style: solid;
}

.lg-backdrop, .lg-outer {
    z-index: calc(var(--index-md) + 1000);
}

/* /htmlib/duan/tpthuduc/css/Lib/Swiper.css */
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px,0,0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none!important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px,-50%,0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}


/* /htmlib/duan/tpthuduc/css/styles.css */
:root {
    --mau-md: #38B000;
    --index-md: 2022;
    --b-footer: #38B000;
    --font-md: Roboto;
}

.landing-1 {
    height: 80px;
    background: white;
}

.font-1 {
    font-family: var(--font-md);
}

.head-name-1 *:first-child {
    font-size: 17px;
    font-weight: 500;
}

.head-name-1 *:last-child {
    font-size: 23px;
    font-weight: 700;
}

.head-name-1 {
    margin-left: 15px;
}

.landing-1 img {
    width: 50px;
    height: 50px;
}

.swiper_header {
    max-height:fit-content;
    height:fit-content;
}

.search-folder {
    width: 266px;
    height: 499px;
    position: absolute;
    top: 0;
    right: 20px;
    background: #ffffff50;
    z-index: 1;
    padding: 15px 17px;
}

    .search-folder .background {
        background: white;
        height: 100%;
        padding: 20px 15px;
    }

.card-content-egate {
    background: white;
    border-radius: 3px;
    padding: 0px 0px;
    align-items: center;
}

.color-thumb-red {
    color: #C00000;
}

.button-md {
    background: var(--mau-md);
    width: 100%;
}

    .button-md:focus, .button-md:hover {
        background: var(--mau-md);
        box-shadow: none;
        outline: none;
        border: none;
    }

.landing-2 {
    height: 56px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F4F4 100%);
}

.w-1349 {
    max-width: 1349px;
    width: 100%;
}

.landing-item-2 .item:first-child {
    width: calc(100% - 300px);
}

.landing-item-2 .item:last-child a:not(:last-child) {
    margin-right: 23px;
}

.swiper_landing_2 a {
    color: #B31718;
    font-weight: 500;
}

.swiper_landing_2 {
    height: 56px;
}

    .swiper_landing_2 a:hover {
        color: #B31718;
        text-decoration: underline;
    }

.item-head-landing img {
    width: 100px;
    height: 42px;
}

.item-head-landing {
    height: 128px;
    background: var(--mau-md);
    border-radius: 15px;
    position: relative;
}

    .item-head-landing a *:not(img) {
        font-size: 21px;
        color: white;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .item-head-landing:hover .item_td {
        animation: scale360 .5s linear;
        animation-play-state: running;
    }

    .item-head-landing a {
        transform-origin: center;
    }

.header {
    height: 56px;
    background: var(--mau-md);
    position: sticky;
    top: 0;
    z-index: var(--index-md);
}

.header-content li {
    height: 100%;
    position: relative;
    transition: .3s;
}

.home-header-icon img {
    height: 21px;
}

.header-content li .big-item-header {
    padding: 0px 10px;
}

@media (min-width: 200px) {
    .big-item-header {
        font-size: 13px;
        text-transform: uppercase;
        color: white !important;
        font-weight: 500;
    }
}

@media (max-width: 1366px) {
    a.nav-link {
        font-size: 12px !important;
    }
}

@media (min-width: 1400px) {
    .big-item-header {
        font-size: 15px;
    }
}

@media (min-width: 1600px) {
    .big-item-header {
        font-size: 17px;
    }
}

.menu-expand-header {
    position: absolute;
    right: 30px;
}

    .menu-expand-header .item:not(:last-child) {
        margin-right: 15px;
    }

.big-title {
    color: var(--mau-md);
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .big-title:after {
        content: '';
        width: 62px;
        height: 3px;
        background: var(--mau-md);
        position: absolute;
        bottom: 0;
    }

.block_news {
    padding: 20px 0px 20px 0px;
}

.event_news aside .item:last-child {
    padding: 25px 20px;
    min-height: 329px;
}

.event_news aside {
    background: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
}

.block_gray {
    background: #F6F6F6;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.event_news aside .item:last-child h2 a {
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
}

.button_s_news {
    background: linear-gradient(90deg, var(--mau-md), var(--mau-md) 100%) 0% 100% / 0% 100% no-repeat, var(--mau-nen);
    color: black;
    border: solid 1px var(--mau-md);
    height: 40px;
    padding: 0px 31px;
    transition: .3s;
    background-position: 0% 100%;
    background-size: 0% 100%;
    font-size: 15px;
    border-radius: 40px;
}

    .button_s_news:hover {
        background-size: 100% 100%;
        color: white;
    }

.event_news .swiper-slide {
    width: 414px;
    min-height: 380px;
}

.swiper.event_news .swiper-pagination-bullet-active {
    background: var(--mau-md);
}

.event_news .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.button_a {
    background: var(--mau-md);
    color: white !important;
    padding: 8px 60px;
    margin-top: 20px;
    border-radius: 30px;
}

.swiper_gallery .swiper-slide {
    transform: scale(0.7);
    transition: .3s;
    width: 400px;
}

.swiper_gallery .swiper-slide-active {
    transform: scale(1);
}

.left_gallery_home {
    left: -30px;
    font-size: 50px;
    color: rgba(0,0,0,0.5);
}

.right_gallery_home {
    right: -30px;
    font-size: 50px;
    color: rgba(0,0,0,0.5);
}

.left_gallery_home, .right_gallery_home {
    position: absolute;
    cursor: pointer;
}

.color-gray {
    color: #828282;
}

.banner_1 {
    padding-top: 15.668%;
    position: relative;
}

    .banner_1 img {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 8px;
    }

@media (min-width: 200px) {
    .banner_2 {
        width: 32%;
    }
}

@media (min-width: 1200px) {
    .banner_2 {
        width: 150px;
        height: 180px;
    }
}

@media (min-width: 200px) {
    .map_view {
        height: 50.8vw;
        box-shadow: 0px -2px 0px 0px var(--mau-md);
    }
}

@media (min-width: 1200px) {
    .map_view {
        height: 20.8vw;
    }
}

.footer {
    background: var(--b-footer) !important; /* !important để thắng skin modern footer{background-color:#fdf2d6} (chữ footer màu trắng, cần nền tối/thương hiệu) */
    padding: 70px 0px 20px 0px;
}

@media (min-width: 1200px) {
    .footer .item {
        width: 50%;
    }
}

@media (min-width: 200px) {
    .footer .item {
        width: 100%;
    }
}

.td_gach_ngang {
    color: white;
    font-size: 19px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
}

    .td_gach_ngang:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 80px;
        background: white;
        bottom: 0;
        left: 0;
    }

.quick_link_footer {
    max-width: 451px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
}

.footer hr {
    margin-top: 20px;
}

.color_brow_white {
    color: #e7e7e7;
}

.connect_footer label {
    border-left: 1px solid white;
    margin-left: 10px;
    margin-bottom: 0px;
    height: 20px;
    padding-left: 10px;
}

.header-content li:after {
    content: '';
    max-width: 100%;
    width: 0px;
    height: 3px;
    left: 0px;
    background: white;
    bottom: 0px;
    position: absolute;
}

.header-content {
}

    .header-content li:hover:after {
        width: 100%;
    }

@keyframes scale360 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.mau-md {
    color: var(--mau-md);
}

.big-item-header svg {
    margin-left: 5px;
    font-size: 10px;
}

.dropdown_a {
    position: absolute;
    display: none;
    min-width: 230px;
    margin-left: 10px;
    background: white;
    border-radius: 0px;
    box-shadow: 0px 1px 3px var(--mau-boder-item);
}

.item_dropdown_a {
    padding: 17px 12px;
}

.dropdown_a .item_dropdown_a:not(:first-child) {
    border-top: 1px solid var(--mau-boder-item);
}

.dropdown_a .item_dropdown_a:first-child {
    border-top: 1px solid white;
}

.header-content li:hover .dropdown_a {
    display: block;
}

@keyframes dropdown {
    0% {
        margin-top: 30px;
        opacity: 0;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

@keyframes dropdown_2 {
    0% {
        margin-top: 30px;
        opacity: 0;
    }

    100% {
        margin-top: 15px;
        opacity: 1;
    }
}

.item_dropdown_a:hover {
    background: var(--mau-md);
    color: white;
}

.dropdown_ac {
    background: white;
    z-index: 2022;
    background: #F8F8F8;
    position: relative;
    border-radius: 15px;
    box-shadow: inset 0px 0px 0px 2px var(--mau-md);
    animation: dropdown .3s ease;
    display: none;
}

.z-index-md {
    z-index: var(--index-md);
}

.dropdown_ac:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: var(--mau-md) transparent;
    border-width: 0 14px 9px;
    top: -9px;
    left: calc(50% - 10px);
}

.item_dropdown_ac {
    padding: 13px 10px;
}

.dropdown_ac .item_dropdown_ac:not(:first-child) {
    border-top: 1px solid var(--mau-boder-item);
}

.item_dropdown_ac:hover {
    background: var(--mau-md);
    color: white;
}

.dropdown_ac .item_dropdown_ac:first-child {
    border-radius: 15px 15px 0px 0px;
}

.dropdown_ac .item_dropdown_ac:last-child {
    border-radius: 0px 0px 15px 15px;
}

/* ============================================================
   MENU NGANG Thủ Đức (nhiều mục): skin modern ép
   .qimenu .navbar-nav .nav-link { padding:12px 16px; font-weight:700 }
   -> mỗi mục rộng thêm, UL .w-1300 tràn, nút 3-gạch (megamenu, ml-lg-auto)
   ĐÈ lên "Liên hệ" và chặn hover mở megamenu.
   Trả lại padding/font GỌN của Thủ Đức (scope .header .qimenu -> chỉ menu này),
   và cho nút megamenu nổi trên cùng để luôn hover được. */
.header .qimenu .navbar-nav .nav-link {
    padding: 6px 10px !important;
    font-weight: 600 !important;
}
.header .qimenu .has-megamenu {
    flex: 0 0 auto;
    position: static !important; /* QUAN TRỌNG: để panel megamenu neo theo .navbar (rộng = KHUNG menu cha),
                                    không neo vào nút 3-gạch nhỏ. Đây là cơ chế megamenu gốc của Bootstrap. */
    margin-left: 10px !important;
}
/* Panel megamenu: rộng đúng bằng khung menu cha (từ mép icon home -> mép ngoài nút 3-gạch).
   Popper đặt left/transform inline -> phải ÉP CỨNG left:0/right:0 mới bám đúng navbar. */
.header .qimenu .megamenu {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    transform: none !important;
    top: 100% !important;
    margin: 0 !important;
    z-index: 1050 !important; /* nổi trên banner */
}
/* DÀN ĐỀU các mục menu ra 2 bên: icon home TRÁI, icon 3-gạch PHẢI, text ở giữa cách đều.
   navbar-collapse(#main_nav99) là flex -> space-between đẩy UL trái + 3-gạch phải.
   UL bỏ w-1300 cố định, giãn đầy + space-between -> các mục cách đều nhau. */
/* Container menu bị Bootstrap max-width:1140px ghì -> mục + nút 3-gạch TRÀN ra ngoài khung,
   panel megamenu (bám navbar=1140px) hụt bên phải. Nới container ôm trọn home -> 3-gạch. */
.header .qimenu .container { max-width: 1300px !important; width: 1300px !important; }
.header .qimenu #main_nav99 {
    justify-content: space-between !important;
    align-items: center !important;
}
.header .qimenu #main_nav99 > .navbar-nav {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* ============================================================
   DẢI TÌM KIẾM .landing-2 (homegd1413 - layout lai Hóc Môn + Thủ Đức).
   <aside class="landing-item-2"> KHÔNG có width; con dùng width:calc(100%-300px)
   + flex-grow (chuchay) và #qitxtSearch{flex:1 1 auto} -> khi thiếu width tham chiếu,
   layout thành vô định -> ô search phình to / rớt khỏi hàng, chồng lên banner.
   Ép .landing-item-2 rộng chuẩn để hàng ngang lay out đúng: date | chuchay | EN | RSS | search. */
.landing-2 .landing-item-2 { width: 100% !important; max-width: 1300px !important; }
.landing-2 .input-group { flex-wrap: nowrap !important; align-items: center; } /* nút search không rớt dòng */
.landing-2 .ml-auto { flex: 0 0 auto; }
/* Khối CHỮ CHẠY là flex item -> min-width:auto = bề rộng nội dung (marquee nowrap ~22000px)
   ép flex item giãn, bỏ qua max-width -> TRÀN NGANG cả trang. Cho min-width:0 để co + clip. */
.landing-2 .landing-item-2 > .item.flex-grow-1 { min-width: 0 !important; max-width: none !important; overflow: hidden !important; }
/* Dải .landing-2 hơi DÀY (cao) -> làm MỎNG: ảnh EN/RSS nhỏ, ô search thấp, bỏ mọi padding/height dọc dư. */
.landing-2 { height: auto !important; min-height: 0 !important; padding: 2px 0 !important; }
.landing-2 .landing-item-2 { height: auto !important; min-height: 0 !important; }
.landing-2 img { max-height: 20px !important; width: auto !important; }
.landing-2 .px-2, .landing-2 .item, .landing-2 .ml-auto { padding-top: 0 !important; padding-bottom: 0 !important; }
.landing-2 #qitxtSearch.form-control,
.landing-2 .input-group-append .input-group-text { height: 30px !important; }
.landing-2 .a-simple.fs-19 { font-size: 15px !important; } /* chữ chạy nhỏ lại cho dải gọn */

.item_quick_link:hover .dropdown_ac {
    display: block;
}

.event_news .item img {
    background: url("/Images/anh-tin-tuc-md.png") center / cover no-repeat;
}

.item.search_block input {
    border-radius: 0px;
    width: 500px;
    height: 40px;
    border: none !important;
}

.button_back_search {
    margin-right: 20px;
    background: white;
    padding: 0px 20px;
    height: 40px;
    border-radius: 0px;
    white-space: nowrap;
}

    .button_back_search:hover {
        filter: brightness(90%);
        transition: .3s;
    }

.cm_search {
    max-width: 1000px;
    transition: .3s;
    width: 0px;
}

.search_gl {
    padding: 10px 20px;
    height: 40px;
    margin-bottom: 0px;
    cursor: pointer;
}

.crumb_content {
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F4F4 100%);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    height: 70px;
    position: relative;
}

    .crumb_content li:not(:last-child):after {
        content: url('/Images/GioiThieu/Vector%204.svg');
        margin-left: 10px;
        margin-right: 10px;
    }

.active_crumb_item {
    color: var(--mau-md) !important;
}

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

.crumb_content li {
    position: relative;
    font-size: 15px;
    color: var(--mau-gray);
}

.ratio-16x9 {
    width: 100%;
    padding-top: calc(100% / 1.77777778);
    position: relative;
}

.item_inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block_white {
    background: white;
}

.color_blue_18 {
    color: var(--mau-md);
}

.text-justify {
    text-align: justify !important;
}

.more_infomation_list li {
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

    .more_infomation_list li:before {
        content: url("/Images/GioiThieu/Group%2027764.svg");
        margin-right: 10px;
        margin-top: 3px;
    }

.z-index-upper {
    z-index: 1;
}

a.nav-link {
    font-size: 13px;
    
}

.item_news .item {
    padding: 25px 20px 40px 20px;
}

.item_news {
    background: #FFFFFF;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}

.page_list {
    background: #FFFFFF;
    border: 0.5px solid #C4C4C4;
    height: 34px;
    border-radius: 3px;
}

    .page_list li {
        padding: 5px;
        height: 100%;
        color: #656363;
        position: relative;
    }

        .page_list li:not(:last-child) {
            border-right: 0.5px solid #C4C4C4;
        }

.active_page_list {
    background: var(--mau-md);
    color: white !important;
}

.news_detail_content .left_item {
}

.w-880 {
    max-width: 880px;
    width: 100%;
}

.w-350 {
    max-width: 350px;
    width: 100%;
}

.tag_content a:not(:last-child):after {
    content: '/';
    margin-left: 3px;
    margin-right: 3px;
}

.tieude_a:after {
    content: '';
    height: 100%;
    width: 3px;
    background: var(--mau-md);
    position: absolute;
    left: 0px;
    top: 0;
}

.tieude_a {
    position: relative;
    padding-left: 18px;
}

@media (min-width: 200px) {
    .image_same_news {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .image_same_news {
        width: 30%;
        max-width: 270px;
    }
}

@media (min-width: 1200px) {
    .right_item_same_news {
        width: 65%;
    }
}

.news_same_row .col:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--mau-menu);
}

.news_same_row .col:not(:first-child) {
    padding-top: 20px;
}

.detail-content-recommend {
    padding-left: 15px;
}

.title-news-recom {
    font-size: 24px;
    position: relative;
    font-weight: 500;
    padding-left: 10px;
}

.item-recommended-detail-v2 div:first-child {
    padding: 12px 10px;
}

.image-recommend-detail-v2 {
    width: 150px !important;
}

.item-recommended-detail-v2:before {
    content: "";
    position: absolute;
    top: 0;
    width: calc(100% - 20px);
    height: 1px;
    background: #ededed;
    left: 10px;
}

.item-recommended-detail-v2 {
    position: relative;
}

.news-recommend {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 200px) {
    .news-recommend .item-news {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .news-recommend .item-news {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .news-recommend .item-news {
        width: 30%;
    }
}

@media (min-width: 1200px) {
    .news-recommend .item-news:last-child {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .news-recommend .item-news {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .news-recommend .item-news:last-child {
        width: 100%;
    }
}

.spot-light-news {
    padding: 10px;
}

.title-spotlight {
    font-size: 19px;
}

@media (min-width: 200px) {
    .recommend-detail-v3 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .recommend-detail-v3 {
        width: 385px;
        border-left: 1px solid #e7e7e7;
        padding: 10px;
    }
}

@media (min-width: 1600px) {
    .recommend-detail-v3 {
        width: 400px;
        padding: 0px 20px;
    }
}

.detail-content-recommend span {
    font-size: 11px;
    color: #6C6C6C;
}

.detail-content-recommend *:not(span) {
    font-size: 17px;
}

.created_time a {
    border-left: 1px solid var(--mau-hint);
    padding-left: 5px;
    margin-left: 5px;
}

@media (min-width: 200px) {
    .search_files .search_content {
        border: 1px solid #bebebe;
    }
}

@media (min-width: 1200px) {
    .search_files .search_content {
        width: calc(100% - 130px);
        border: 1px solid #bebebe;
    }
}

.search_content button {
    border-radius: 0px;
}

.input_default {
    border-radius: 0px;
    box-shadow: none !important;
    border: none;
}

.search_content .dropdown:after {
    content: '';
    height: 80%;
    width: 1px;
    background: #bebebe;
    position: absolute;
    right: 0px;
}

.search_content .dropdown {
    margin-right: 15px;
}

.obj-scale {
    object-fit: scale-down;
}

.search_files {
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F4F4 100%);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.row_title_table, .row_title_table th {
    background: var(--mau-md);
    color: white !important;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

    .row_title_table th:not(:last-child) {
        border-right: 1px solid #E1E1E1;
    }

.table_content {
    width: 1200px;
    border: 1px solid var(--mau-boder-item);
}

    .table_content tr td:not(:last-child) {
        border-right: 1px solid #E1E1E1;
    }

    .table_content tr td {
        padding-left: 13px;
    }

    .table_content tbody tr:not(:last-child) {
        border-bottom: 1px solid var(--mau-boder-item);
    }

@media (min-width: 200px) {
    .content_detail aside .col:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .content_detail aside .col:not(:last-child) {
        margin-bottom: 0px;
    }
}

@media (min-width: 200px) {
    .menu_header {
        position: absolute;
        overflow-y: scroll;
        height: calc(100vh - 55px);
        top: 100%;
        background: #F5F5F5;
        border: 1px solid #C4C4C4;
        box-sizing: border-box;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
        display: none;
        animation: slideMenu .3s;
    }
}

.color-gray-a {
    color: #969696;
}

.row-margin-left {
    margin-left: -20px !important;
}

.list_menu li:not(:last-child) {
    margin-bottom: 10px;
}

.top_gach_ngang {
    padding-top: 5px;
    border-top: 1px solid #E7E7E7;
}

.col_inside_margin .col:not(:last-child) {
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .menu_header {
        height: auto;
    }
}

@keyframes slideMenu {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

.footer .item label span {
    width: calc(100% - 30px);
}

.search-mobile {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    height: 100vh;
    background: white;
}

.close_search_mobile {
    position: fixed;
    right: 10px;
    top: 10px;
}

.itemhome {
    z-index: 0;
}

.dropdown_b {
    position: absolute;
    right: 0;
    background: var(--mau-nen);
    box-shadow: 0px 1px 3px var(--mau-boder-item);
    display: none;
    top: 100%;
    width:fit-content;
}

.item_dropdown_b {
    width: 33.33333333%;
    padding: 0px 2.5px;
    position: relative;
}

    .item_dropdown_b a {
        width: 100%;
        padding: 10px;
        height: 100%;
        left: 0;
        display: flex;
        top: 0;
        background: white;
        align-items: center;
        font-size: 15px;
        position: relative;
        box-shadow: 0px 0px 1px rgba(0,0,0,0.35);
        white-space:pre-wrap;
    }

label {
    margin-bottom: 0px !important;
}

.content_inside_dropb {
    width: 600px;
    margin: 0px -2.5px;
}

.header-content li:hover .dropdown_b {
    display: block;
}

.item_dropdown_b a:hover {
    background: var(--mau-md);
    color: white;
}

.big-item-header:hover {
    background: rgba(0,0,0,0.1);
}


.header-content li:hover .dropdown_c {
    display: block;
}

.item_dropdown_c a:hover {
    background: var(--mau-md);
    color: white;
}

.item_dropdown_c {
    width: 50%;
    padding: 0px 2.5px;
    position: relative;
}

    .item_dropdown_c a {
        width: 100%;
        padding: 10px;
        height: 100%;
        left: 0;
        display: flex;
        top: 0;
        background: white;
        align-items: center;
        font-size: 15px;
        position: relative;
        box-shadow: 0px 0px 1px rgba(0,0,0,0.35);
        display: flex;
        align-items: start;
    }


.button_search {
    background: white !important;
    border-radius: 0px;
    height: 40px;
    border: none;
    border-right: 1px solid var(--mau-md);
    border-left: 1px solid var(--mau-md);
    color: black !important;
    white-space: nowrap;
}

a.a-simple.anim-title.font-size-19.line-height-21 {
    font-weight: 600;
    font-size: 21px !important;
    line-height: 26px;
}

.qimenu .nav-item, .qimenu .nav-link {
    height: 100%;
    display: flex;
    align-items: center;

    white-space: nowrap;

}

#loading_gate_info {
    width: 202px;
    height: 238px;
    background: white;
    border: solid 1px var(--mau-md);
    display: flex;
    justify-content: center;
    align-items: center;
}

.event_news {
    padding: 0px 5px;
}

.qimenu .dropdown-menu {
    padding: 0px;
    border-radius: 0px;
}

.qimenu .dropdown-item {
    padding: 10px 12px;
}


    .qimenu .dropdown-menu li:hover, .qimenu .dropdown-item:hover {
        background: var(--mau-md) !important;
        color: white !important;
    }

.highline {
    background-color: #ffd800;
    color: #1c1c1c;
}




    /*Mobile CSS*/


.header_text_banner {
    height: 30px;
    background: var(--mau-md);
    padding: 0px 30px;
    z-index: calc(var(--layer) + 100);
    position: relative;
}

.header_text_banner_contain {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .header_text_banner_contain a {
        display: flex;
        position: relative;
        right: 0;
    }

.head_mobile {
    height: 55px;
    background: #FFFFFF;
    border-bottom: solid 1px #e5e5e5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: calc(var(--layer) + 1000);
}

.title_logo_text {
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    color: var(--mau-md);
}

.logo_mobile {
    height: 100%;
    display: flex;
    align-items: center;
}

.big_item_news_mobile {
    width: 100%;
    padding-top: 71.4444444445%;
    position: relative;
}

.mobile_sub_news {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(0deg, #353535 3%, rgba(231,231,231,0.16) 100%), rgba(255,255,255,0);
}

.list_item_below {
    background: #353535;
}

    .list_item_below li .place:first-child {
        width: 44%;
    }

    .list_item_below li .place:last-child {
        width: 53%;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

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

.image_item_below {
    display: flex;
    width: 100%;
    padding-top: 66.67%;
    position: relative;
}

.cate_news {
    padding: 2px 9px;
    background: #38B000;
    color: white !important;
    font-size: 13px;
    margin-bottom: 9px;
    display: flex;
}

.list_item_below li {
    padding: 12px 9px;
}

    .list_item_below li:not(:last-child) {
        border-bottom: 1px solid #C4C4C4;
    }

.service_mobile_block {
    padding: 13px;
    border-top: 1px solid #C4C4C4;
    border-bottom: 4px solid #EFEFEF;
}

.image_service_place {
    width: 100%;
    padding-top: 62.86%;
    position: relative;
}

.service_content {
    position: absolute;
    bottom: 0;
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: white;
}

.right_icon {
    width: 26px;
    height: 26px;
    display: flex;
    background: white;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: var(--mau-md);
}

.button_green {
    display: flex;
    background: var(--mau-md);
    padding: 8px 20px;
    border-radius: 100px;
    margin-top: 8px;
}

.color-td {
    color: var(--mau-td) !important;
}

.block_news_mobile {
    padding: 27px 13px;
    border-bottom: 4px solid #EFEFEF;
}

.mobile_news_img {
    width: 100%;
    display: flex;
    padding-top: 63.86%;
    position: relative;
}

.news_mobile_hover li:not(:last-child) {
    margin-bottom: 20px;
}

.lst_news_info li {
    counter-increment: count;
    padding: 10px 0px 10px 35px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
}

    .lst_news_info li:before {
        content: counter(count);
        font-size: 32px;
        position: absolute;
        font-weight: 400;
        left: 0;
        top: 5px;
    }

    .lst_news_info li:not(:last-child):after {
        content: '';
        width: calc(100% - 35px);
        border-bottom: solid 1px #E0E0E0;
        position: absolute;
        left: 35px;
        bottom: 0;
    }

.big_item_video_mobile {
    width: 100%;
    padding-top: 57.14%;
    display: flex;
    position: relative;
}

.item_inside_video {
    width: 100%;
    padding-top: 57.14%;
    position: relative;
}

.footer_mobile {
    padding: 20px 16px;
    background: var(--mau-md);
    color: white;
}

.footer_copry {
    font-size: 15px;
    font-weight: 400;
    padding: 16px 0px 0px 0px;
    display: flex;
    margin-top: 25px;
    position: relative;
}

    .footer_copry:after {
        content: '';
        border-top: 1px solid white;
        width: calc(100% + 32px);
        position: absolute;
        top: 0;
        left: -16px;
    }

.navigation_mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: calc(var(--layer) + 100);
}

.background_navigation_mobile {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    width: 100vw;
    z-index: calc(var(--layer) + 10);
    display: none;
}

.main_section_navigation {
    position: absolute;
    top: 5px;
    height: calc(100vh - 100px);
    width: 300px;
    background: white;
    z-index: calc(var(--layer) + 10);
    left: -500px;
}

.head_mobile_hover {
    position: sticky;
    top: 0;
    z-index: var(--layer);
    height: 55px;
}

.back_button {
    height: 50px;
    border-bottom: 1px solid #E5E5E5;
}

.main_navigation_bar {
    padding: 20px 0px;
}

.title_cate_navigation span {
    text-transform: uppercase;
    font-weight: 500;
    color: var(--mau-md);
    font-size: 21px;
    position: relative;
    padding-bottom: 5px;
}

    .title_cate_navigation span:after {
        content: '';
        width: 60px;
        height: 2px;
        background: var(--mau-md);
        position: absolute;
        bottom: 0;
        left: 0;
    }

.lst_cate_item_news {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    overflow-y: scroll;
    overflow-x: hidden;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
    animation: slideNavigationMobile .3s linear;
}

    .lst_cate_item_news li {
        padding: 10px 20px;
        border-bottom: solid 1px #E5E5E5;
        z-index: 1;
        overflow: hidden;
    }

.title_nav_mobile {
}

    .title_nav_mobile svg {
        color: rgb(169,169,169);
    }

.lst_cate_item_news li:active {
    background: var(--mau-md);
    color: white;
}

#content_list_navigation {
    height: calc(100vh - 250px);
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}

@keyframes slideNavigationMobile {
    from {
        left: -100%;
    }

    to {
        left: 0;
    }
}

.lst_cate_item_news a {
    color: black;
}

.button_back_navigation_mobile {
    box-shadow: none !important;
    color: var(--mau-md);
    font-size: 15px;
    display: flex;
    align-items: center;
}

.title_cate_navigation {
    margin-bottom: 10px;
}

.lst_cate_item_news .lst_cate_item_news {
    position: fixed !important;
    width: 300px;
    left: 0;
    height: calc(100vh - 250px);
    overflow-x: hidden;
    overflow-y: scroll;
    top: 170px;
}

.search_text {
    width: calc(100% - 31px);
    display: none;
}

.search_place {
    position: absolute;
    /*padding: 3px;*/
    right: 60px;
    /*width: 50px;*/
    align-items: center;
    justify-content: center;
    display: flex;
}

.active_search {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

    .active_search .menu_place {
        right: 20px;
        position: absolute;
    }

.icon_open_nav_mobile {
    color: var(--mau-md);
}

.active_search .search_place {
    background: #FDFDFD;
    box-shadow: 0px 0px 1px 1px #e5e5e5;
    box-sizing: border-box;
    border-radius: 6px;
    height: 42px;
    width: calc(100% - 80px);
    right: 60px;
}

.input_search_top {
    width: 100%;
    border: none !important;
    outline: none !important;
    height: 40px;
    padding: 0px 20px;
}

.active_search .search_text {
    display: flex;
}

.image_big_item_cate_news {
    position: absolute;
}

.big_news_title:after {
    content: '';
    width: calc(100% - 26px);
    position: absolute;
    left: 13px;
    bottom: 0;
    border-bottom: solid 2px #E5E5E5;
}

.big_news_title {
    position: relative;
    padding-bottom: 12px;
}

.block_news_detail_cate {
    padding: 0px 13px;
}

    .block_news_detail_cate li {
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 10px;
    }

.news_block_border {
    border-bottom: solid 4px #EFEFEF;
}

.page_navigation_mobile {
    height: 48px;
    border-bottom: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    padding: 0px 13px;
}

.item_small_guest a img {
    width: 100%;
    object-fit: cover;
}

.active_search .logo_mobile {
    display: none;
}

.home_icon_nav_mobile {
    width: 26px;
    height: 26px;
    padding: 5px;
    background: #ECECEC;
    border-radius: 100%;
    color: #858585;
}

.page_navigation_mobile ul {
    margin-left: 20px;
    margin-bottom: 0px;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 50px);
}

.page_navigation_mobile li {
    color: var(--mau-md);
    font-weight: 500;
}

    .page_navigation_mobile li:not(:last-child):after {
        content: '-';
        padding: 0px 5px;
    }

.block_view_section_news {
    height: 50px;
    border-bottom: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    padding: 0px 13px;
    font-size: 13px;
    color: #858585;
    flex-direction: row;
    justify-content: space-between;
}

.list_same_mobile {
    padding: 0px 13px;
}

    .list_same_mobile .item:first-child {
        width: 47%;
    }

    .list_same_mobile .item:last-child {
        width: 50%;
    }

    .list_same_mobile li {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

.view_image_item_news_detail {
    width: 100%;
    display: flex;
    position: relative;
    padding-top: 62.666666666667%;
}

.list_same_mobile li:not(:last-child) {
    border-bottom: solid 1px #e5e5e5;
}

.content_news a img {
    width: 100%;
    object-fit: contain;
}

.backpage_option {
    padding: 13px;
}

.item-ratio {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.content_list_navigation2 {
    height:100px;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}
.content_list_navigation3 {
    height: 130px;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}
.lst_cate_item_news2 {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    overflow-y: scroll;
    overflow-x: hidden;
    left: 0;
    top: 0;
    z-index: 1;
   
    animation: slideNavigationMobile .3s linear;
}

    .lst_cate_item_news2 li {
        padding: 10px 20px;
        border-bottom: solid 1px #E5E5E5;
        z-index: 1;
        overflow: hidden;
    }

.title_nav_mobile {
}

    .title_nav_mobile svg {
        color: rgb(169,169,169);
    }

.lst_cate_item_news2 li:active {
    background: var(--mau-md);
    color: white;
}
.title_cate_navigation2 span {
    text-transform: uppercase;
    font-weight: 500;
    color: var(--mau-md);
    font-size: 21px;
    position: relative;
    padding-bottom: 5px;
}
.title_cate_navigation2 span:after {
    content: '';
    width: 60px;
    height: 2px;
    background: var(--mau-md);
    position: absolute;
    bottom: 0;
    left: 0;
}
.title_cate_navigation2 {
    margin-bottom: 10px;
}
.fs-23 a {
    text-decoration:none;
    color:initial;
}
.list_same_mobile2 {
    padding: 0px 13px;
}
.list_same_mobile2 li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.list_same_mobile2 .item:last-child {
    width: 100%;
}
/*End Mobile CSS*/
.tab_tieude {
    color: #38579a;
    background: #fff3e0;
}
.s_CategoryHome_Title_Parent {
    color: var(--mau-md);
    
}

.s_CategoryHome_Title_Parent {
    font-size: 16px !important;
    border-bottom: 0px;
    font-weight: bold;
}

.qitab > li > a {
    color: #3c3c3c;
}

.tab_tieude {
    color: #38579a;
}

.listitem a {
    font-size: 14px;
    line-height: 24px;
    padding-left: 0;
}

.border .listitem {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.listitem a {
    padding-right: 5px;
}

.listitem a {
    color: #1c1c1c;
}

.qiiconnew {
    width: 30px !important;
    height: 16px !important;
}
.border .listitem:last-child {
    border-bottom: 0px solid #ddd;
}


.rssxemthem a {
    font-weight: bold;
    color: White;
    text-transform: uppercase;
    /* padding: 10px; */
    font-size: 11px;
    /* border-radius: 7px; */
    margin-left: 10px;
}
.itemhome:nth-child(2n+1) {
    background: #F6F6F6;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.fa-angle-right:before, .fa-angle-left:before {
    color: white;
    font-size: 15px !important;
    font-weight: 600;
}

.swiper-wrapper123 a {
    color: var(--mau-md) !important;
    font-weight: 500;
}

.menuTime {
    font-size: 16px !important;
    font-weight: normal;
    padding-top: 0px;
}
.color-md {
    color: var(--mau-md) !important;
}
/* /App_Themes/all/allcss/qi-desktop-hep.css */
/* =====================================================================================
   VỎ DESKTOP Ở CỬA SỔ HẸP (< 1200px)  —  thêm 2026-08-11
   User báo giao diện vỡ khi xem ở khổ iPad (ảnh chụp 1024×1366): ba cột 590+295+295 chồng
   lên nhau, sinh một dải trắng giữa cột tin và cột "Tin mới nhất".

   NGUYÊN NHÂN đo được: bộ vỏ desktop bị GHIM KHUNG CỨNG —
     · `.container { min-width: 1200px }` và `#MainContent { min-width: 1200px }`
       (có trong CẢ style2.css LẪN App_Themes/hanoi/css/hanoi.css của tenant Hà Nội);
     · quảng cáo "bay hai bên mép" định vị tuyệt đối theo mép 1275px.
   ⇒ ở khung 1014px trang rộng 1342px, cuộn ngang và vỡ cột.

   PHẠM VI CỐ Ý HẸP — tệp này CHỈ làm ba việc, và chỉ dưới 1200px:
     ① gỡ khoá khung cứng (min-width) để bố cục co được;
     ② ẩn quảng cáo bay hai mép (ở khổ này chúng nằm ngoài vùng nhìn hoặc đè nội dung);
     ③ cho thanh menu ngang cuộn trong chính nó thay vì đẩy cả trang.
   KHÔNG đụng tới lưới, cỡ chữ hay màu của bất kỳ mẫu nào: từ 1200px trở lên tệp này
   không sinh một luật nào, nên 46 mẫu giữ nguyên hiển thị như trước.

   TRANG CHỦ của đơn vị đã bật Is_auto_Responive không cần tới đây: `_MasterAllDesktop`
   đưa cửa sổ hẹp sang thẳng bản "rp" (đã responsive hoàn chỉnh). Tệp này lo phần còn lại —
   các TRANG TRONG và những đơn vị chưa bật cờ.
   ===================================================================================== */

@media (max-width: 1199.98px) {

    /* ① Gỡ khoá khung. Dùng !important vì luật gốc nằm ở style2.css / hanoi.css của tenant,
       nạp sau tệp này trong vài nhánh vỏ. */
    .container,
    #MainContent,
    .content {
        min-width: 0 !important;
    }

    /* ② Quảng cáo bay hai bên mép: định vị theo mép màn hình rộng nên ở khổ này luôn nằm
       ngoài khung hoặc chồng lên nội dung. */
    .ads-wrapper.adsLeft,
    .ads-wrapper.adsRight {
        display: none !important;
    }

    /* ③ Menu ngang dài hơn khung thì cuộn trong chính nó, không đẩy cả trang trượt ngang. */
    .qimenu,
    .menu-main {
        overflow-x: auto;
    }
}

/* /App_Themes/all/allcss/qiUserLogin.css */
.open-chat-btn {
    position: fixed;
    bottom: 150px;
    right: 20px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 100000;
}

    .open-chat-btn:hover {
        background-color: #0056b3;
    }

/* Popup chat */
.chat-popup {
    display: none; /* Ẩn popup mặc định */
    position: fixed;
    bottom: 200px; /* Cách nút 60px */
    right: 20px;
    width: 380px;
    height: 450px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1100;
    overflow: hidden;
}

/* Header của popup */
.chat-header {
    background-color: #007bff;
    color: white;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

/* Nút đóng trong popup */
.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

    .close-btn:hover {
        color: #ffdddd;
    }

.login-web {
    position: fixed;
    bottom: 150px;
    right: 20px;
    z-index: 9000;
    background: #006ab0;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
a:focus-visible {
    outline: none !important;
}

.qibgmenutop .pt-1 {
    padding-top: 5px !important;
}

.goog-te-combo {
    border: 1px solid #ddd !important;
    padding: 2px 10px;
    border-radius: 5px;
}

select:focus-visible {
    outline: 1px solid #ddd !important;
}

.skiptranslate {
    width: 0px !important;
    height: 0px !important;
}

body {
    top: 0px !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    width: 0px !important;
    height: 0px !important;
    display: none !important;
}

#goog-gt-tt {
    display: none !important;
}

#google_translate_element {
    bottom: 0px !important;
    position: fixed;
}

.infoFooter {
    text-wrap: balance;
}

.zalo-chat-widget {
    bottom: 80px !important;
    right: 20px !important;
    /*left: auto !important;*/
    visibility: visible !important;
    /*position: fixed !important;*/
}