.fs-11 {
    font-size: 1.1rem !important;
}

.fs-12 {
    font-size: 1.2rem !important;
}

.fs-13 {
    font-size: 1.3rem !important;
}

.fs-15 {
    font-size: 1.5rem !important;
}

.fs-17 {
    font-size: 1.7rem !important;
}

.fs-20 {
    font-size: 2rem !important;
}

.fs-22 {
    font-size: 2.2rem !important;
}

.fs-25 {
    font-size: 2.5rem !important;
}

.fs-28 {
    font-size: 2.8rem !important;
}

header {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.fs-14 {
    font-size: 1.4rem !important;
}

.fs-16 {
    font-size: 1.6rem !important;
}

.fs-18 {
    font-size: 1.8rem !important;
}

.fs-36 {
    font-size: 3.6rem !important;
}

.fs-48 {
    font-size: 4.8rem !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}

.object-cover {
    object-fit: cover !important;
}

.hover-img {
    overflow: hidden;
}

.hover-img img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.hover-img:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.shadow-1 {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.shadow-2 {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.box-shadow-3 {
    -webkit-box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
}

.fa {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

.color-text {
    color: var(--color-text);
}

.text-underline {
    text-decoration: underline;
}

.bg-main {
    background: var(--color-main);
}

.bg-light-1 {
    background: #f5f5f5;
}

.home .container {
    max-width: 100%;
}

@media (min-width: 1024px) {
    .home .container {
        padding: 0 3.5rem;
    }
}

@media (min-width: 1024px) {
    .home .container {
        max-width: 1700px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

.search-mb .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}

.search-mb:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.swiper-button-prev, .swiper-button-next {
    background: var(--color-highlight);
    color: white !important;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.8rem;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 0.8;
}

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

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--color-highlight);
}

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

.title-wrap {
    border-bottom: 1px solid rgb(155 155 155);
}

/* .title-wrap > h3:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -0.2rem;
    width: 3rem;
    height: 0.2rem;
    background-color: var(--color-highlight);
    margin: 0;
} */
.btn-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 2.4rem;
    width: 5.5rem;
    height: 5.5rem;
    background: transparent;
    border-radius: 50%;
    border: 3px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-item a {
    cursor: pointer;
}

.news-1 .article-item .inner-image>div {
    padding-top: 45%;
}

.news-1 .logo-article img {
    width: 18rem;
    opacity: 0.3;
    margin: 2rem 0;
}

.news-1 .swiper-pagination-current {
    color: white;
}

.news-1 .swiper-pagination-bullet {
    background: white;
}

.news-2 {
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
}

.news-2 .swiper-thumbs .swiper-slide:not(.swiper-slide-thumb-active):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 50%);
    z-index: 1;
}

.news-2 .swiper-thumbs .swiper-slide {
    border: none;
}

.news-2 .background {
    background-repeat: no-repeat;
    background-size: cover;
}

.news-2.swiper-button-bottom .swiper {
    padding-bottom: 0;
}

.swiper-button-bottom .swiper-button-prev, .swiper-button-bottom .swiper-button-next {
    bottom: 0;
    top: unset;
    transform: unset;
}

.swiper-button-bottom .swiper-button-next {
    right: 0;
}

.swiper-button-bottom .swiper-button-prev {
    right: 5rem;
    left: auto;
}

.swiper-button-bottom .swiper {
    padding-bottom: 4.5rem;
}

.relationship-section h2 p {
    color: var(--color-second);
    text-shadow: 1px 1px 0 #fff, -1px -1px 0px #fff, 0px 4px 4px rgb(0 0 0 / 25%);
}

.relationship-section .logo {
    width: 16rem;
    height: 16rem;
    box-shadow: rgb(0 0 0 / 20%) 0px 4px 5px;
}

.relationship-section {
    background-repeat: no-repeat;
    background-size: cover;
}

.news-3 .background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: #f6f7f9;
}

.slider-main .img img {
    width: 100%;
    max-height: 80rem;
    object-fit: cover;
}

.news-4 .article-item h4:before {
    content: ".";
    color: var(--color-highlight);
    line-height: 1rem;
    width: 1.5rem;
    font-size: 3rem;
    position: absolute;
    left: 0;
    top: 0;
}

.news-5 .item:before {
    content: '';
    background: rgb(0 0 0 / 34%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-5 .info {
    position: absolute;
    bottom: 0;
    padding: 2rem;
    z-index: 2;
}

.news-7 .media-item h4 {
    color: white;
}

.news-7 .btn-video {
    width: 7rem;
    height: 7rem;
    font-size: 4rem;
}

.news-8 .block-tab.nav .nav-item .nav-link {
    border: 1px solid var(--color-highlight);
    color: var(--color-highlight);
    text-align: center;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 3rem;
}

.news-8 .block-tab.nav .nav-item .nav-link.active, .news-8 .block-tab.nav .nav-item .nav-link:hover {
    background: var(--color-highlight);
    color: white;
}

.news-8 .inner-content h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

footer {
    position: relative;
}

footer .overlay-footer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.bg-footer,.bg-footer * {
    position: unset;
}

.footer-bottom {
    padding: 10rem 0 15rem;
}

.title-footer {
    border-bottom: 1px solid rgb(255 255 255 / 28%);
}

.footer-menu-section ul li a {
    color: black;
}

.footer-menu-section ul li a:hover {
    color: var(--color-highlight);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-control {
    height: 5rem;
    border-color: #e9e9e9;
}

.contact-page .right .icon {
    width: 7rem;
    height: 7rem;
    min-width: 7rem;
}

.comment-section .list-comment:empty {
    margin: 0;
    padding: 0;
    border: 0;
}

.comment-section .list-comment:empty+.total-comment {
    display: none;
}

.news-9 .row>div:last-child .article-item, .news-10 .row>div:nth-child(4),.news-10 .row>div:nth-child(5), .news-10 .row>div:last-child,.news-11 .row>div:last-child {
    margin-bottom: 0 !important;
}

.news-10 .inner-content {
    display: none;
}

.news-10 .article-item .inner-image {
    margin: 0 !important;
}

.setting-menu-mb >.container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-footer img {
    height: 15rem;
}

.swiper-project--title {
    font-size: clamp(1.8rem, 2vw + 1rem, 2.5rem);
    font-weight: 700;
    border-bottom: 1px solid rgb(155 155 155);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.swiper-project--description {
    background: #f6f7f9;
    height: 100%;
    padding: 2rem;
    font-size: clamp(1.6rem, 2vw + 1rem, 1.8rem);
    color: black;
    font-weight: 500;
}

@media (min-width: 767px) {
    .footer-menu-section ul li {
        width: 50%;
        float: left;
    }
}

@media (min-width: 768px) {
    .news-1 .swiper-pagination {
        bottom: 3rem !important;
        right: 0.3rem;
        width: 25% !important;
        margin: auto;
        float: right;
        text-align: center;
        left: inherit !important;
        position: absolute !important;
    }
}

@media (min-width: 992px) {
    #nh-admin-bar {
        display: none;
    }
}

@media (min-width: 1000px) {
    .setting-menu-mb >.container > .row > div>div:nth-child(1) {
        order: 2;
    }

    .setting-menu-mb >.container > .row > div>div:nth-child(2) {
        order: 1;
    }

    .setting-menu-mb >.container > .row > div>div:nth-child(3) {
        order: 3;
    }
}

@media (max-width: 1200px) {
    .menu-section > ul > li > a {
        font-size: 1.5rem;
        padding: 0 1rem;
    }
}

@media (max-width: 1000px) {
    body:not(.is-mobile) .setting-menu > .row > div>div:nth-child(1) {
        order: 2;
    }

    body:not(.is-mobile) .setting-menu > .row > div>div:nth-child(2) {
        order: 1;
        width: auto;
    }

    body:not(.is-mobile) .setting-menu > .row > div>div:nth-child(3) {
        order: 3;
    }
}

@media (max-width: 768px) {
    .title-wrap:not(.title-right) h3 {
        font-size: 2.8rem !important;
    }
}

@media (max-width: 767px) {
    .footer-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .relationship-section h2 {
        font-size: 2.5rem !important;
    }

    .news-8 .block-tab.nav .nav-item .nav-link {
        padding: 2rem 1rem;
    }
}
