﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
:root {
    --Text-invert: #ffffff;
    --Text-brand-primary: #0a59ab;
    --Text-brand-secondary: #f1592b;
    --Text-primary: #101010;
    --Text-secondary: #606060;
}

/* width */

html::-webkit-scrollbar {
    width: 8px;
}

/* Track */

html::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */

html::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #c0c0c0;
}

/* Handle on hover */

html::-webkit-scrollbar-thumb:hover {
    background: #9e9e9e;
}

html,
body {
    font-family: 'Inter', sans-serif;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mb-40 {
    margin-bottom: 40px;
}

.hidden {
    display: none;
}

/*---FULL header footer----*/

.wd-section-menu-footer > .container,
.wd-section-header > .container,
.wd-section-menu > .container,
.wd-section-footer > .container {
    max-width: 100% !important;
}

.wd-section-menu-footer .Menu-2,
.wd-section-menu .Menu-1,
.wd-section-header .Header-1,
.wd-section-header .Header-3,
.wd-section-footer .Footer-1 {
    padding: 0px;
}

.wd-section-menutop {
    border-bottom: none;
    background: #f1f1f1;
    overflow: hidden;
}

.wd-section-menutop .nav-items-line {
    border-bottom: none;
}

.Header-2 .col-md-4 {
    padding-left: 0px;
}

.Header-2 .col-md-8 {
    padding-right: 0px;
}

.wd-section-header .Header-2 {
    padding-top: 8px;
    padding-bottom: 8px;
}

/*---END FULL header footer----*/

/*---Customer bg footer----*/

.wd-section-menu-footer .Menu-2 .nav-item {
    list-style: none;
}

.wd-section-menu-footer .Menu-2 .nav-item a {
    color: #fff;
}

.TinTuc-13 .cstab-button li {
    display: table-cell;
    width: inherit;
    max-width: 30%;
}

.Marquee-0 .nav-marquee {
    border: none;
    margin-bottom: 0px;
}

.Menu-3 ul {
    margin-bottom: 0;
}

.Menu-3 {
    margin-bottom: 12px;
}

.toggle-right > a::after {
    top: 50%;
    transform: translateY(-50%);
}

.TinTuc-17 .card-title:hover {
    color: #ff8d13;
}

.pr-0 .title-category a {
    padding-right: 0;
}

.date-weather-nav .txt-date,
.date-weather-nav .txt-weather {
    display: flex;
    align-items: center;
}

.ft-bt-left,
.ft-left,
.ft-right {
    z-index: 1;
}

.tabs-list-items a.card-title {
    color: #212526;
}

.TinTuc-17 .tabs-list-items .items:hover .card-title {
    color: #fa8a0a;
}

.wd-section-menu .form-search-header .txt-form-search {
    background: #fff !important;
    color: #000 !important;
    height: 100%;
}

.wd-section-menu .form-search-header .txt-form-search::placeholder {
    color: #ccc;
}

.navbar-desktop .form-search-header {
    cursor: pointer;
    position: relative;
}

.navbar-desktop .form-search-header:hover .box-search-nav {
    display: block !important;
}

.form-control:focus {
    box-shadow: none;
}

.wd-r-category {
    position: static;
}

.box-search-nav {
    width: 220px;
}

.navbar-desktop .box-search-nav {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

.navbar-light .navbar-toggler-icon {
    background-image: unset;
}

.right-adver-portal img {
    padding: 0;
}

.view-data-widget {
    margin: 0;
}

.layout-wd-4 .title-category {
    border: none !important;
    padding: 0;
}

.layout-wd-4 .title-category > a {
    padding: 0 !important;
    text-transform: initial;
}

.bg-f5fafe {
    background-color: #f5fafe;
}

a[href='javascript:;'] {
    cursor: default;
}

.container-full > .container {
    max-width: 100%;
}

.desktop {
    display: none;
}

.skeleton,
.new-skeleton {
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.skeleton::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    display: block;
    width: 100%;
    height: 100%;
    animation: 1.5s shine linear infinite;
}

.skeleton img {
    opacity: 0;
    pointer-events: none;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.new-skeleton::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(166deg, rgba(30, 170, 232, 1) 0%, rgba(252, 70, 226, 0.5186449579831933) 100%);
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
}

a:hover {
    color: var(--Text-brand-primary);
}

.raw-content p:last-of-type {
    margin-bottom: 0;
}

body .wd-section-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 101;
}

body.sticky .wd-section-header {
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -webkit-transition: transform 0.5 ease-in-out, opacity 0.5s ease-in-out;
    -moz-transition: transform 0.5 ease-in-out, opacity 0.5s ease-in-out;
    -ms-transition: transform 0.5 ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: transform 0.5 ease-in-out, opacity 0.5s ease-in-out;
}

body.sticky .wd-section-header.show {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -webkit-transition: transform 0.5 ease-in-out, opacity 0.5s ease-in-out;
    -moz-transition: transform 0.5 ease-in-out, opacity 0.5s ease-in-out;
    -ms-transition: transform 0.5 ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: transform 0.5 ease-in-out, opacity 0.5s ease-in-out;
}

body .wd-section-header + section {
    margin-top: 100px;
}

.header .banner {
    position: relative;
    --h: 100px;
}

.header .pos-title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}

.header .pos-title .container {
    padding: 0 12px;
}

.header .banner-image {
    width: 100%;
    min-width: 0;
    height: var(--h);
    display: block;
    object-fit: cover;
    object-position: left;
}

.header .logo img {
    width: 50px;
}

.header .banner-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .banner-content .raw-content {
    font-family: 'Merriweather', 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    color: var(--Text-invert);
    max-width: 300px;
    text-shadow: 2px 2px 4px #000000;
}

.menu-desktop {
    display: none;
}

.btn-bars {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: 10;
    border: none;
    outline: none;
    background-color: unset;
    color: var(--Text-invert);
    font-size: 24px;
    padding: 0;
}

body.open-menu {
    overflow: hidden;
}

.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 101;
    display: none;
}

.overlay-menu.open {
    display: block;
}

.menu-mobile {
    /* position: relative; */
    /* top: 0; */
    /* left: 0; */
    width: 85%;
    height: 100dvh;
    background-color: #fff;
    animation: fade-in 0.5s ease-in-out;
    overflow-y: auto;
    padding: 20px 12px 40px 12px;
    display: flex;
    flex-direction: column;
}

.menu-mobile .raw-content {
    font-family: 'Merriweather', 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    max-width: 300px;
}

.menu-mobile form {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.menu-mobile form input {
    border: 1px solid #e5e5e5;
    outline: none;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 12px;
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    flex: 1;
}

.menu-mobile form input::placeholder {
    color: #9ca3b7;
}

.menu-mobile form button[type='submit'] {
    border: 1px solid #e5e5e5;
    outline: 0;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.menu-mobile form button[type='submit'] svg {
    width: 20px;
    height: 20px;
    color: #000;
}

.menu-mobile ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.menu-mobile > ul {
    /* overflow-y: auto; */
}

.menu-mobile .has-children ul {
    max-height: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    transition: max-height 0.5s linear;
}

.menu-mobile ul li.has-children.active > ul {
    max-height: 500px;
    overflow-y: auto;
}

.menu-mobile ul li.has-children > div > i {
    transition: transform 0.4s ease-in-out;
}

.menu-mobile ul li.has-children.active > div > i {
    transform: rotate(180deg);
    transition: transform 0.4s ease-in-out;
}

.menu-mobile ul li > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: calc(var(--level) * 12px);
}

.menu-mobile ul li a {
    display: inline-block;
    line-height: 1.6;
    font-weight: 500;
}

@keyframes fade-in {
    from {
        transform: translateX(-150%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes fade-out {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.Footer-1.new-widget footer > .container {
    padding: 0 12px;
}

.Footer-1.new-widget footer {
    background-image: url(/Client/image/bg-footer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Footer-1.new-widget .footer-wrapper {
    display: flex;
    flex-direction: column;
    padding: 32px 0;
    margin-bottom: 32px;
    gap: 30px;
    border-bottom: 1px solid var(--Text-brand-primary);
}

.Footer-1.new-widget .footer-wrapper .left {
    flex-basis: 100%;
}

.footer-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-logo {
    width: 72px;
    flex-shrink: 0;
}

.footer-title {
    flex: 1;
}

.footer-title p {
    margin-bottom: 0;
    color: var(--Text-invert);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 0;
    display: block;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--Text-invert);
}

.footer-content .contact {
    row-gap: 12px;
    display: flex;
    flex-direction: column;
}

.footer-content .contact-person {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-content a {
    color: var(--Text-invert);
}

.footer-content .contact-title,
.footer-content .socials-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.footer-content .contact .contact-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.Footer-1.new-widget .footer-wrapper .right {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.Footer-1.new-widget .nca {
    order: 1;
}

.Footer-1.new-widget .nca img {
    width: auto;
    height: 60px;
    min-width: 0;
    display: block;
}

.Footer-1.new-widget .socials {
    /* margin-bottom: 30px; */
}

.Footer-1.new-widget .socials > div:first-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--Text-invert);
    margin-bottom: 16px;
    white-space: nowrap;
    text-wrap-mode: nowrap;
}

.Footer-1.new-widget .socials > div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.Footer-1.new-widget .socials > div:last-child a {
    width: 40px;
    height: 40px;
}

.Footer-1.new-widget .socials > div:last-child a img {
    width: 100%;
    height: 100%;
    min-width: 0;
    display: block;
    object-fit: cover;
}

.Footer-1.new-widget .applications {
    /* margin-bottom: 30px; */
}

.Footer-1.new-widget .applications > div:first-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--Text-invert);
    margin-bottom: 16px;
}

.Footer-1.new-widget .applications .application-content {
    display: flex;
    gap: 16px;
}

.Footer-1.new-widget .applications .qr-code .qr-hues {
    width: 110px;
    height: 110px;
    background-image: url('/Client/image/qr-hues.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.Footer-1.new-widget .applications .apps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.Footer-1.new-widget .applications .apps a {
    width: 140px;
}

.Footer-1.new-widget .applications a img {
    width: 100%;
    height: auto;
    min-width: 0;
    display: block;
}

.Footer-1.new-widget .copy-right {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 12px;
    margin-bottom: 32px;
}

.Footer-1.new-widget .copy-right p {
    margin-bottom: 0;
    text-align: center;
    color: var(--Text-invert);
    font-size: 14px;
    line-height: 1.57;
}

.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #02366d;
    position: fixed;
    right: 20px;
    bottom: 10%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 100;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(12px);
}

.back-to-top.show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top i {
    font-size: 16px;
    color: var(--Text-invert);
}

.content-pages {
    padding: 12px 0 0 0;
    line-height: normal;
}

.content-pages .HaiCotPhai93 .sidebar-left {
    width: 100%;
}

.content-pages .HaiCotPhai93 .sidebar-right {
    width: 100%;
    order: 1;
}

.content-pages .content-news {
    display: flex;
    margin-bottom: 40px;
}

.content-pages .content-news .detail_content_news {
    flex: 1;
}

.NoiDung-4 {
    padding-right: 12px;
}

.NoiDung-4 .detail_sticky_scroll,
body.sticky .detail_sticky_scroll {
    top: 170px;
}

.NoiDung-4 .page-content {
    margin-bottom: 40px;
}

.NoiDung-4 .detail_sticky {
    height: auto;
    position: static;
    display: none;
}

.NoiDung-4 .btn-group {
    border-top: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.NoiDung-4 .detail-social .change-fnt {
    gap: 8px;
    line-height: 1;
    margin-bottom: 12px;
}

.NoiDung-4 .detail-social .change-fnt .btn-fs-plus,
.NoiDung-4 .detail-social .change-fnt .btn-fs-minus {
    padding: 10px;
    line-height: 1;
}

.NoiDung-4 .btn-group a {
    margin-bottom: 0;
    flex-basis: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.NoiDung-4 .btn-group a span {
    display: block;
    line-height: 1;
    padding: 10px;
}

.NoiDung-4 #printArea .article-title {
    font-family: 'Merriweather', 'Inter', sans-serif;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 700;
    color: var(--Text-brand-primary);
    text-align: start;
    margin-bottom: 24px;
}

.NoiDung-4 #printArea .article-publish {
    font-size: 14px;
    line-height: 1.5;
    color: var(--Text-secondary);
    margin-bottom: 24px;
}

.NoiDung-4 #printArea .article-desc {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 24px;
    color: var(--Text-primary);
    text-align: start;
    font-style: italic;
}

.NoiDung-4 .catparent_module .title_catparent {
    display: none;
}

.NoiDung-4 .list-releated .catparent_module {
    margin-bottom: 24px;
}

.NoiDung-4 .list-releated .catparent_module .title_catparent {
    display: block;
    border: none;
}

.layout-wd-4 .list-releated .catparent_module .title_catparent h4 a {
    padding: 0 !important;
}

.layout-wd-4 .page-content .title_catparent h4 {
    border: none !important;
}

.layout-wd-4 .page-content .list-releated .title_catparent h4 {
    padding: 0;
}

.NoiDung-4 .list-releated .title_catparent a:after {
    display: none;
}

.NoiDung-4 .list-releated .title_catparent a span {
    display: block;
    text-transform: initial;
    font-size: 18px;
    font-family: 'Merriweather', 'Inter', sans-serif;
    line-height: 1.4;
    color: var(--Text-primary);
}

.breadcrumb {
    margin-bottom: 0;
    padding: 8px 0 8px 0;
    background-color: #f5fafe;
}

.breadcrumb li {
    color: var(--Text-primary);
}

.breadcrumb li.active {
    color: var(--Text-brand-primary);
}

.NoiDung-4 .list-releated .releate-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.NoiDung-4 .list-releated .releate-item {
    flex-basis: 100%;
}

.NoiDung-4 .list-releated .releate-item .article-image {
    margin-bottom: 12px;
}

.NoiDung-4 .list-releated .releate-item .article-image a {
    display: block;
    aspect-ratio: 10 / 6;
    overflow: hidden;
}

.NoiDung-4 .list-releated .releate-item .article-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.NoiDung-4 .list-releated .releate-item .article-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--Text-primary);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-align: start;
}

.NoiDung-4 .list-releated .releate-item:hover .article-title {
    color: var(--Text-brand-primary);
}

[class*='NoiDung'] video {
    width: 100%;
    height: auto;
}

.widget-document {
    width: 100%;
    margin-bottom: 60px;
}

.widget-document .btn-search {
    background-color: var(--Text-brand-primary);
    color: var(--Text-invert);
    display: flex;
    padding: 6px 16px;
}

.widget-document .files a:not(:last-of-type) {
    margin-right: 5px;
}
.card-body .btn-view {
    background-color: #034488;
    border: 1px solid #034488;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
}
.alert-note,
.expert {
    background-color: #f5fafe;
}

@media (min-width: 425px) {
    .header .logo img {
        width: 55px;
    }
}

@media (min-width: 480px) {
    .header .logo img {
        width: 64px;
    }
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 100%;
    }

    .header .banner-title {
        gap: 20px;
    }

    .header .banner-content .raw-content {
        font-size: 17px;
        max-width: 420px;
    }

    .menu-mobile {
        width: min(85%, 425px);
    }

    .menu-mobile .raw-content {
        font-size: 18px;
        max-width: 335px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    .header .banner-content .raw-content {
        font-size: 20px;
        max-width: 520px;
    }

    .NoiDung-4 #printArea .article-title {
        font-size: 22px;
    }

    .NoiDung-4 .list-releated .releate-wrapper {
        gap: 15px;
    }

    .NoiDung-4 .list-releated .releate-item {
        flex-basis: calc((100% - 15px * 2) / 3);
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .header .banner-content .raw-content {
        text-shadow: none;
    }

    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .header .banner-image {
        object-position: unset;
    }

    .header .banner-title {
        --w: 74px;
    }

    .header .logo img {
        width: var(--w);
        height: var(--w);
    }

    .header .banner-content .raw-content {
        max-width: unset;
        line-height: 40px;
    }

    .btn-bars {
        display: none;
    }

    .menu-desktop {
        --gap: 24px;
        display: flex;
        align-items: center;
        gap: var(--gap);
        line-height: 1;
    }

    .menu-desktop ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .menu-desktop > ul {
        display: flex;
        gap: var(--gap);
        align-items: center;
    }

    .menu-desktop ul li {
        position: relative;
    }

    .menu-desktop ul li a {
        font-size: 14px;
        color: var(--Text-invert);
        line-height: 34px;
        display: inline-block;
    }
    .menu-desktop ul.level-1 > li > div a {
        line-height: 34px;
        display: block;
    }

    .menu-desktop ul.level-1 > li::after {
        content: '';
        position: absolute;
        left: 0;
        top: calc(100% + ((var(--h) - var(--w)) / 2 - 6px));
        height: 3px;
        width: 100%;
        background-color: transparent;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
    }

    .menu-desktop ul.level-1 > li:hover:after,
    .menu-desktop ul.level-1 > li.active::after {
        background-color: #f1592b;
    }

    .menu-desktop ul.level-1 > li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: calc((var(--h) - var(--w)) / 2 + 5px);
    }

    .menu-desktop ul.level-1 li.has-children > div {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .menu-desktop ul li.has-children ul.level-2 {
        left: 0;
        top: calc(100% + ((var(--h) - var(--w)) / 2 + 5px));
    }

    .menu-desktop ul li.has-children ul.level-3 {
        top: 0;
        left: 100%;
        border-top-left-radius: 0;
    }

    .menu-desktop ul.submenu {
        display: none;
        position: absolute;
        background-color: #fff;
        min-width: 300px;
        padding: 8px 0;
        box-shadow: 4px -2px 8px 0 rgba(0, 0, 0, 0.05), -2px 4px 6px 0 rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .menu-desktop ul.submenu li {
        padding: 0 12px;
    }

    .menu-desktop ul.submenu li > div > a {
        color: #000;
        display: block;
        flex: 1;
        padding: 12px 0;
    }

    .menu-desktop ul.submenu li:hover {
        background-color: #f2f2f2;
    }

    .menu-desktop ul li.has-children:hover > ul {
        display: block;
    }

    .menu-desktop ul li i {
        font-size: 12px;
        color: var(--Text-invert);
    }

    .menu-desktop ul.submenu li i {
        color: #000;
    }

    .menu-desktop ul li i.fa-home {
        font-size: 18px;
    }

    .menu-desktop .form-search {
        position: relative;
    }

    .menu-desktop .form-search .btn-search {
        border: none;
        outline: none;
        background-color: transparent;
        padding: 0 4px;
        display: flex;
        padding: 7px 0;
    }

    .menu-desktop .form-search .btn-search svg {
        width: 20px;
        height: 20px;
        color: #fff;
    }

    .menu-desktop .form-search form {
        position: absolute;
        top: 0;
        left: -10px;
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        gap: 10px;
        padding: 0 10px;
        width: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    .menu-desktop .form-search form.active {
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        width: 230px;
        visibility: visible;
        opacity: 1;
    }

    .menu-desktop .form-search form input {
        border: none;
        outline: none;
        padding: 8px 0;
        font-size: 14px;
        background-color: transparent;
        line-height: 1.3;
        width: 150px;
    }

    .menu-desktop .form-search form input::placeholder {
        color: #9ca3b7;
    }

    .menu-desktop .form-search form button {
        background-color: transparent;
        border: none;
        outline: none;
        line-height: 0;
        padding: 0;
    }

    .menu-desktop .form-search form button svg {
        width: 20px;
        height: 20px;
        color: var(--Text-brand-primary);
    }

    .footer-logo {
        width: 74px;
    }

    .footer-title p {
        font-size: 18px;
    }

    .Footer-1.new-widget .footer-wrapper .left {
        flex-basis: 65%;
    }

    .Footer-1.new-widget .footer-wrapper .right {
        flex: 1;
    }

    .Footer-1.new-widget .nca {
        order: 0;
        width: max-content;
    }

    .Footer-1.new-widget .nca img {
        height: 72px;
    }

    .Footer-1.new-widget .copy-right {
        justify-content: space-between;
    }

    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-content .socials {
        flex-shrink: 0;
    }

    .footer-content .contact {
        flex: 1;
    }

    .footer-content .contact .contac-info {
        padding-bottom: 12px;
        /* border-bottom: 1px solid var(--Text-brand-primary); */
    }

    .footer-content .contact-person {
        flex-direction: row;
        gap: 20px;
    }

    .footer-content .contact-person > div {
        flex-basis: calc((100% - 20px) / 2);
    }

    .NoiDung-4 .detail_sticky {
        display: block;
    }

    .NoiDung-4 .list-releated .releate-wrapper {
        gap: 30px;
    }

    .NoiDung-4 .list-releated .releate-item {
        flex-basis: calc((100% - 30px * 2) / 3);
    }

    .NoiDung-4 .page-content {
        margin-bottom: 60px;
    }

    .NoiDung-4 #printArea .article-title {
        font-size: 24px;
    }

    .NoiDung-4 #printArea .article-publish {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }

    .header .pos-title .container {
        padding: 0;
    }

    .Footer-1.new-widget .footer-wrapper {
        padding-top: 40px;
    }

    .content-pages .HaiCotPhai93 .sidebar-left {
        width: 70%;
    }

    .content-pages .HaiCotPhai93 .sidebar-right {
        width: 30%;
        order: 0;
    }

    .NoiDung-4 .page-content {
        margin-bottom: 80px;
    }

    .NoiDung-4 #printArea .article-title {
        font-size: 26px;
    }

    .footer-title p {
        font-size: 20px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1280px;
    }

    .Footer-1.new-widget .footer-wrapper {
        padding-top: 56px;
    }

    .content-pages .HaiCotPhai93 .sidebar-left {
        width: 75%;
    }

    .content-pages .HaiCotPhai93 .sidebar-right {
        width: 25%;
    }

    .NoiDung-4 #printArea .article-title {
        font-size: 28px;
    }
}

@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }

    .header .banner-title {
        position: relative;
        gap: 0;
        padding-left: 12px;
    }

    .header .banner-title .logo {
        position: absolute;
        right: calc(100% + 8px);
        top: 0;
    }

    .header .pos-title .container {
        padding: 0 12px;
    }
}
