ul.header-nav.header-nav-main.nav >li >a {
    font-size: 16px;
    line-height: 40px;
    min-width: 120px;
    padding: 0;
    justify-content: center;
}
.pulse{
    animation-name: pulse; 
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.header-button a.button.primary {
    min-width: 145px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: inherit;
    font-size: 16px;
    animation-name: pulse; 
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    padding: 0;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

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

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
ul.header-nav.header-nav-main.nav >li >a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--primary-color);
    height: 1px;
    opacity: 0;
    transition: .4s;
}

ul.header-nav.header-nav-main.nav >li >a:hover:after {
    opacity: 1;
}
.absolute-footer {
    padding: 10px 0 !important;
}

.copyright-footer {
    font-size: 14px;
    color: #fff;
}
.home_banner h2 {
    line-height: 1.4 !important;
}
.list_sale .text {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    gap: 0px;
    padding: 8px 5px 8.17188px;
    margin: 0px auto auto;
    overflow: initial;
    border-radius: 15px;
    border: 1px solid #fff;
    width: 140px;
    cursor: pointer;
    transition: .5s;
}

.list_sale .text p {
    margin: 0;
}

.list_sale .text p:first-child {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}

.list_sale .text p:last-child {
    font-size: 16px;
}

.list_sale .text p:nth-child(2) {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
}

.list_sale .text:hover {
    border-color: var(--primary-color);
    transform: scale(1.1);
    transition: .5s;
}
.page_title h2 {
    font-size: 40px;
    color: var(--primary-color);
}
.box-shadow-1 {
    box-shadow: rgb(166, 166, 166) 0px 20px 20px -20px !important;
}
.home_form  .form_flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.home_form .form_flex .form_item {
    flex: 1;
}

.home_form .form_flex .form_flex {
    grid-template-columns: repeat(2, 1fr);
}

.home_form  label {
    font-size: 14px;
}

.home_form  .wpcf7-form-control {
    margin: 0 !important;
    border: 1px solid rgb(166, 166, 166);
    box-shadow: none;
    height: 34px;
    font-size: 14px;
}

span.wpcf7-spinner {
    display: none;
}

form.wpcf7-form.init {
    margin: 0;
}

.home_form 
 input.wpcf7-form-control.wpcf7-submit {
    margin-top: 15px !important;
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    text-transform: inherit;
    border-radius: 4px;
    border: none;
}

.home_form input.wpcf7-form-control.wpcf7-submit:hover {
    transform: scale(0.9);
}
.ss_info .box  .box-text {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 11;
}

.ss_info .box {
    border-radius: 10px;
    overflow: hidden;
}

.ss_info .box .box-image:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(360deg, rgb(2, 20, 57), rgba(40, 59, 94, 0));
    content: "";
}

.ss_info .box .box-text h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
}
.roomclass_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.roomclass_list .room-item:nth-child(2) {
    grid-row: 1 / 1;
    grid-column: 2 / 4;
}

.roomclass_list .room-item:nth-child(2) .box .image-cover {
    padding-top: 48% !important;
}
.roomclass_list .room-item .box .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 5px;
}

.roomclass_list .room-item .box {
    border-radius: 10px;
    overflow: hidden;
}

.roomclass_list .room-item .box .box-text h4 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.roomclass_list .room-item .box .box-text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.roomclass_list .room-item .box button.room-btn {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
    border: 1px solid #fff;
    padding: 0;
    min-width: fit-content;
    min-width: 130px;
    line-height: 38px;
    border-radius: 99px;
}
.roomclass_list .room-item .box button.room-btn:hover {
    background-color: #000;
    border-color: #000;
}
.ss_dichvu .banner {
    border-radius: 10px;
    overflow: hidden;
}

.ss_dichvu .banner h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(40, 58, 94) !important;
}

.ss_dichvu .banner ul {
    margin-bottom: 0;
}
button.flickity-button.flickity-prev-next-button svg{
    display: none;
}
button.flickity-button.flickity-prev-next-button.previous {
    background-image: url('data:image/svg+xml,<svg class="" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect x="-0.5" y="0.5" width="39" height="39" rx="19.5" transform="matrix(-1 0 0 1 39 0)" stroke="url(%23paint0_linear_4022_3979)"></rect><rect width="28" height="28" rx="14" transform="matrix(-1 0 0 1 34 6)" fill="%23FFCC00"></rect><path d="M26 19.9997H14M14 19.9997L18.6667 15.333M14 19.9997L18.6667 24.6663" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><defs><linearGradient id="paint0_linear_4022_3979" x1="0" y1="21.5" x2="36" y2="21.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFCC32"></stop><stop offset="1" stop-color="%23FFCC32" stop-opacity="0.2"></stop></linearGradient></defs></svg>') !important;}
button.flickity-button.flickity-prev-next-button.next{
    background-image: url('data:image/svg+xml,<svg class="" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect x="-0.5" y="0.5" width="39" height="39" rx="19.5" transform="matrix(-1 0 0 1 39 0)" stroke="url(%23paint0_linear_2150_3984)"></rect><rect width="28" height="28" rx="14" transform="matrix(-1 0 0 1 34 6)" fill="%23FFCC32"></rect><path d="M14 19.9997H26M26 19.9997L21.3333 15.333M26 19.9997L21.3333 24.6663" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><defs><linearGradient id="paint0_linear_2150_3984" x1="0" y1="21.5" x2="36" y2="21.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFCC32" stop-opacity="0.2"></stop><stop offset="1" stop-color="%23FFCC32"></stop></linearGradient></defs></svg>') !important;
}
button.flickity-button.flickity-prev-next-button {
    background-repeat: no-repeat;
    margin: 0 !important;
}
body.home {
    background-image: url(/wp-content/uploads/2026/03/495022101_3922923911303693_4603161046203346596_n.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

#main, #wrapper {
    background-color: transparent !important;
}
.ss_footer .footer_title p {
    margin: 0;
}

.ss_footer .footer_title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.ss_footer .img.logo img {
    height: 80px;
}

.ss_footer .list_social .img, .ss_footer .list_social img {
    width: 43px !important;
    height: 43px !important;
}
#popup_form {
    background-color: var(--primary-color);
}

#popup_form h3.form-headline {
    text-align: center;
    font-family: Quicksand, sans-serif;
    font-size: 35px;
    color: #fff;
}
#popup_form {
    background-color: var(--primary-color);
}

#popup_form h3.form-headline {
    text-align: center;
    font-family: Quicksand, sans-serif;
    font-size: 35px;
    color: #fff;
}
#popup_form form >.form_flex {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

#popup_form form >.form_flex>.form_item {
    grid-column: span 2;
}

#popup_form form >.form_flex>.form_item:nth-child(4),#popup_form form >.form_flex>.form_item:nth-child(5) {
    grid-column: span 3;
}

#popup_form form >.form_flex .form_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

#popup_form form >.form_flex>.form_item:last-child {
    grid-column: span 6;
}

#popup_form form >.form_flex>.form_item:last-child .form_flex {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

#popup_form form >.form_flex>.form_item:last-child .form_flex .form_item:last-child {
    grid-column: span 3;
}

#popup_form form label {
    font-size: 14px;
}

#popup_form form {
    padding: 30px;
    background: #fff;
    margin: 0;
}

#popup_form form 
 .wpcf7-form-control {
    margin: 0 !important;
    border: 1px solid rgb(166, 166, 166);
    box-shadow: none;
    height: 34px;
    font-size: 14px;
}

#popup_form form 
 .wpcf7-form-control.wpcf7-submit {
    margin-top: 15px !important;
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    text-transform: inherit;
    border-radius: 4px;
    border: none;
}

#popup_form form .wpcf7-form-control.wpcf7-submit:hover {
    transform: scale(0.9);
    background-color: #FFC107;
}
.data-open {
    background-color: #00000080;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
div#popup-room {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none;
}

div#popup-room .body-popup {
    width: 935px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.body-wrap {
    height: 100%;
}

.room-detail {
    display: flex;
}

.room-detail .col-item {
    flex: 1;
    min-width: 50%;
}
.home-testimonials-carousel-nav .testi-item.col {
    flex-basis: 20%;
    max-width: 20%;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.room-detail .col_info {
    padding: 20px;
    flex: 1;
}

.room-detail .col_info h2 {
    font-size: 30px;
    line-height: 1.6;
    color: rgb(40, 58, 94);
    margin: 0;
}

.room-detail .col_info .room-des {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 214, 144);
    margin-bottom: 10px;
}

.list_tienich .item {
    display: flex;
    gap: 4px;
}

.list_tienich .item i {
    width: 20px;
}
button.close-popup {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
    padding: 0 10px;
}

.room-detail ul {
    margin: 0;
    color: #000;
    padding-left: 20px;
    
}
.room-detail ul li{
    margin-bottom: 0 !important;
}
.room-detail button.flickity-button.flickity-prev-next-button {
    opacity: 1;
}
.room-detail .col-item .room-img img {
    aspect-ratio: 1/1;
}
.room-detail a {
    border: 1px solid #000;
    margin-top: 10px;
    display: inline-flex;
    height: 40px;
    align-items: center;
    min-width: 120px;
    justify-content: center;
    border-radius: 99px;
}

.room-detail a:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.room-detail a.zalo {
    background-color: #1857ff;
    border: none;
    color: #fff;
    margin-left: 10px;
}

.room-detail a.mes {
    border: none;
    background: var(--primary-color);
    color: #fff;
}
a.fixed_logo {
    position: fixed;
    bottom: 24px;
    left: 24px;
    height: 44px;
    border-radius: 99px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--primary-color);
    z-index: 999999;
    color: #fff;
    font-size: 14px;
}

a.fixed_logo:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
a.fixed_logo:hover{
color: #ffffff;
}
a.fixed_logo.fixed_face {
    bottom: 74px;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (width: 1024px){

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){

}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    .home_form .form_flex {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .page_title h2 {
        font-size: 24px;
    }
    .roomclass_list {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    
    .roomclass_list .room-item:nth-child(2) {
        grid-row: initial;
        grid-column: initial;
    }
    
    .roomclass_list .room-item:nth-child(2) .box .image-cover {
        padding-top: 100% !important;
    }
#popup_form {
    padding: 15px !important;
    max-width: 100% !important;
}

#popup_form h3.form-headline {
    font-size: 24px;
}

#popup_form form {
    padding: 15px;
}

#popup_form form >.form_flex>.form_item {
    grid-column: span 6 !important;
    text-align: left;
}

#popup_form form >.form_flex>.form_item:last-child .form_flex .form_item {
    grid-column: span 6 !important;
}
.home_banner h2 {
    font-size: 24px !important;
}
.mfp-container {
    padding: 0 2px !important;
}
.room-detail button.flickity-button.flickity-prev-next-button {
    opacity: 1;
}
.room-detail {
    flex-flow: column;
}
div#popup-room .body-popup {
    max-width: 100%;
}
.room-detail .col-item{
    width: 100%;
}

.home-testimonials-carousel .img-inner.image-cover.dark {
    padding-top: 75% !important;
}

.room-detail .col_info .room-des {
    font-size: 15px;
}
.progress-wrap {
    display: none;
}
.list_tienich {
    font-size: 14px;
}
}