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

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

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

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

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

.fs-35 {
    font-size: 3.5rem !important;
}

.mb-6, .my-6 {
    margin-bottom: 8rem !important;
}

.mt-6, .my-6 {
    margin-top: 8rem !important;
}

.pb-6, .py-6 {
    padding-bottom: 8rem !important;
}

.pt-6, .py-6 {
    padding-top: 8rem !important;
}

@media (min-width: 992px) {
    .pb-lg-6, .py-lg-6 {
        padding-bottom: 8rem !important;
    }

    .pt-lg-6, .py-lg-6 {
        padding-top: 8rem !important;
    }

    .pl-lg-6, .px-lg-6 {
        padding-left: 8rem !important;
    }

    .pr-lg-6, .px-lg-6 {
        padding-right: 8rem !important;
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 8rem !important;
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 8rem !important;
    }
}

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

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

.font-weight-600 {
    font-weight: 600;
}

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

.head-info i {
    background: var(--color-highlight);
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    color: white;
}

.setting-menu.fixed {
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: stuckMoveDown .6s;
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.setting-menu.fixed .menu-section > ul > li > a {
    height: 6.5rem;
    line-height: 6.5rem;
}

.setting-menu.fixed .logo-section img {
    height: 3rem;
}

.swiper-slider-main .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 50%);
}

.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;
}

.form-booking-home {
    max-width: 768px;
    margin: 0 auto;
}

.form-booking-home .form-control {
    height: calc(1.5em + 1.7rem + 4px);
}

.title-section:before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: var(--color-highlight);
    margin: 0 auto;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
}

.title-description {
    max-width: 650px;
    margin: 0 auto 3rem;
}

.title-left:before {
    right: inherit;
}

.intro-home >.row>div:nth-child(2n+2)>.article-item>div {
    flex-direction: row-reverse;
}

.product-description {
    padding: 2.5rem;
}

.btn-product {
    padding: 0 2.5rem 2.5rem;
}

.swiper-customer .swiper-slide img {
    width: 12rem;
    height: 12rem;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

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

.banner-section:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    opacity: 0.4;
    z-index: 1;
}

.banner-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    color: white;
    max-width: 768px;
}

.banner-info .title-section {
    color: white;
    line-height: 1.4;
}

.facility-item img {
    height: 40px;
    width: 50px;
    object-fit: scale-down;
}

.hover .hover-img a:after {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,49,50,.55);
    opacity: 0;
    -webkit-transition: opacity .23s;
    -o-transition: opacity .23s;
    transition: opacity .23s;
}

.hover:hover .hover-img a:after {
    opacity: 1;
}

footer {
    font-size: 1.5rem;
}

.social-section ul li {
    float: left;
}

.social-section ul li a {
    background: var(--color-highlight);
    color: white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.social-section ul li a:hover {
    opacity: 0.8
}

header {
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    position: relative;
}

.breadcrumbs-section-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 22vw;
}

.breadcrumbs-section-bg:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: black;
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.entire-map-contact iframe {
    display: block;
}

.form-control {
    height: 4rem;
    border-color: #dedede;
    border-radius: 5px;
}

.contact-page .form-group {
    margin-bottom: 2.5rem;
}

.contact-page .title-description {
    line-height: 1.7;
}

.contact-page p {
    color: var(--color-text);
}

.swiper .product-item.swiper-slide {
    height: auto !important
}

.product-image-detail .inner-image {
    padding-top: 66.66%;
}

.bootstrap-select>.dropdown-toggle {
    height: 5rem;
    padding: 0 1.25rem;
    line-height: 5rem;
}

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

.btn-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 3rem;
    width: 6rem;
    height: 6rem;
    background: rgb(0 0 0 / 30%);
    line-height: 6rem;
    border-radius: 50%;
}

body {
    counter-reset: section;
}

.file-number::before {
    counter-increment: section;
    content: counter(section);
}

.list-file .article-title a {
    color: var(--color-main);
}

.title-article-detail {
    font-size: 2.8rem;
}

.box-category-content .category-content {
    max-height: 300px;
    overflow: hidden;
}

.box-category-content.transform-active .category-content {
    max-height: inherit;
}

.box-category-content .load-more {
    margin-top: 15px;
}

.box-category-content .load-more a {
    border: 1px solid var(--color-highlight);
    padding: 0.8rem 3rem;
    font-size: 16px;
    color: var(--color-highlight);
    font-weight: 600;
    display: inline-block;
}

.box-category-content .load-more a:hover {
    color: white;
    background: var(--color-highlight);
}

.box-category-content .load-more .btn-hide, .box-category-content.transform-active .load-more .btn-show {
    display: none;
}

.box-category-content.transform-active .load-more .btn-hide {
    display: inline-block;
}

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

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

.product_detail .modal-dialog-centered {
    max-width: 100rem;
}

.product_detail .modal-content {
    border-radius: 1rem;
}

.product_detail textarea.form-control {
    min-height: 8.7rem;
}

.product_detail .btn-submit {
    border-radius: 5px;
}

.product_detail .modal-header {
    justify-content: center;
    border: 0;
    padding: 2rem 3rem;
}

.product_detail .modal-body {
    padding: 2rem 4rem;
}

.product_detail .modal-header .close {
    position: absolute;
    right: 1rem;
}

.product_detail .modal-header .modal-title {
    font-size: 2.5rem;
    text-transform: uppercase;
}

@media (min-width: 767px) {
    header .container {
        max-width: calc(100% - 6rem);
    }
}

@media (max-width: 992px) {
    .swiper-slider-main, .swiper-slider-main .swiper-slide img {
        height: 45vh;
    }

    .swiper-slide--tile {
        font-size: 3rem;
    }

    .swiper-slide--description {
        font-size: 1.4rem;
    }

    .banner-section, .banner-section img {
        height: 50vh;
    }
}

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

@media (max-width: 767px) {
    .banner-info .title-section {
        font-size: 2.5rem !important;
    }

    .breadcrumbs-section-bg {
        height: 20vh;
    }

    table {
        display: block;
        overflow-x: scroll;
        width: 100% !important;
    }
}
