/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@font-face {
    font-family: 'Shopee2021';
    src: url('/wp-content/uploads/fonts/Shopee2021-regular.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/Shopee2021-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*{
    font-family: 'Shopee2021', sans-serif !important;
}

:root{
    --black:#2F2C23;
    --pink: #DD3B76;
}

/* Header */
.header .flex-row{
    max-width: 1300px;
    background-color: var(--black);
    border-radius: 99px;
    padding: 0 50px;
}
.header .header-wrapper .header-main{
    padding-top: 30px;
    height: 90px !important;
}
/*.header .header-main a,*/
/*.header .header-main a:hover{*/
/*    color: #fff;*/
/*    transition: unset;*/
/*}*/

/*.header .call-head{*/
/*    right: 80px;*/
/*}*/
/*.header .call-head,*/
/*.header .mail-head{*/
/*    position: relative;*/
/*    font-size: 16px;*/
/*    text-transform: lowercase;*/
/*    font-weight: 400;*/
/*}*/
.header .header-bg-color{
    background-color: unset;
}
.header .header-wrapper{
    box-shadow: unset;
}
.header .button{
    background-color: unset;
    font-size: 16px;
    text-transform: math-auto;
    font-weight: 400;
}
.header .header-button-1 .button,
.header .header-button-2 .button{
    position: relative;
}
.header .button:hover{
    box-shadow: unset;
}
.header .header-button-1 .button::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/01/icon-phone.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    right: 92%;
    top: 50%;
    transform: translateY(-50%);
}
.header .header-button-2 .button::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/01/icon-mail.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    right: 95%;
    top: 50%;
    transform: translateY(-50%);
}
/*.header .mail-head{*/
/*    text-decoration: underline*/
/*}*/
/*.header .header-bg-color {*/
/*    background-color: unset;*/
/*}*/
/*.header .header-wrapper{*/
/*    box-shadow: unset;*/
/*}*/


/* Banner */
.banner-home{
    position: relative;
}
.banner-home::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/01/line-banner-home.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 90%;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 1;
    transform: rotate(0deg);
    box-shadow: unset;
}
.banner-home .banner-layers{
    max-width: 1400px;
}
.banner-home h1{
    color: var(--pink);
    font-weight: 900 !important;
    line-height: 1.4;
    text-transform: uppercase;
}
.banner-home p{
    color: #000;
    font-size: 20px;
}
.banner-home .button span{
    background-color: var(--black);
    color: var(--pink);
    font-size: 22px;
    width: 200px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-home .button{
    background-color: unset;
    border: 1px solid var(--black);
    padding: 5px;
}
.banner-home .text-box img{
    width: 1200px;
    height: 550px;
}

.section1-home .col-right{
    display: flex;
    align-items: center;
}
.section1-home h4{
    font-size: 25px;
    color: #4B4940;
    line-height: 1.2em;
}
.section1-home h2{
    color: var(--pink);
    font-size: 46px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}
.section1-home h2::before{
    content: '';
    position: absolute;
    width: 45%;
    height: 6px;
    background-color: var(--pink);
    bottom: 0;
    left: 0;
}
.section1-home .col-right p{
    color: var(--black);
}


.section2-home{
    margin-top: -55px;
    padding: 80px 0 !important;
}
.section2-home .col-left{
    display: flex;
    align-items: center;
}
.section2-home .col .title{
    font-size: 20px;
    color: var(--pink);
    font-weight: 800;
}
.section2-home .col p{
    color: #fff;
}
.section2-home .col-middle{
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.section2-home .col-middle img{
    position: relative;
    z-index: -2;
}
.section2-home .col .icon-box{
    content: '';
    position: absolute;
}
.section2-home .col-left .box1{
    top: -30px;
    left: 0;
}
.section2-home .col-left .box2{
    top: 115px;
    left: 0;
}
.section2-home .col-right .box3{
    top: 115px;
    left: 0;
}
.section2-home .col-right .box4{
    top: 260px;
    left: 0;
}
.section2-home .icon-box .icon-box-img{
    position: relative;
}
.section2-home .box1 .icon-box-img::before{
    content: '';
    position: absolute;
    width: 220px;
    height: 1px;
    background-color: #fff;
    top: 12%;
    left: 0;
    transform: translateY(-12%);
    z-index: -1;
}
.section2-home .box2 .icon-box-img::before{
    content: '';
    position: absolute;
    width: 200px;
    height: 1px;
    background-color: #fff;
    top: 12%;
    left: 0;
    transform: translateY(-12%);
    z-index: -1;
}
.section2-home .box3 .icon-box-img::before{
    content: '';
    position: absolute;
    width: 125px;
    height: 1px;
    background-color: #fff;
    top: 12%;
    right: 0;
    transform: translateY(-12%);
    z-index: -1;
}
.section2-home .box4 .icon-box-img::before{
    content: '';
    position: absolute;
    width: 190px;
    height: 1px;
    background-color: #fff;
    top: 12%;
    right: 0;
    transform: translateY(-12%);
    z-index: -1;
}

.section3-home{
    padding-top: unset !important;
    padding-bottom: unset !important;
}

.section4-home{
    padding-top: 30px;
    padding-bottom: 60px !important;
    position: relative;
}
.section4-home::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/01/line-section.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 500px;
    height: 30px;
    bottom: 0;
    right: 30%;
    transform: translateX(-30%);
    z-index: 2;
}
.section4-home::after{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/01/vong-tron-cung-hoang-dao.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 500px;
    height: 1000px;
    top: 0;
    right: 0;
    /*transform: translateX(-30%);*/
    z-index: 2;
}
.section4-home h2{
    color: var(--pink);
    font-size: 46px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}
.section4-home h2::before{
    content: '';
    position: absolute;
    width: 50%;
    height: 6px;
    background-color: var(--pink);
    bottom: 0;
    left: 0;
}
.section4-home .col-right p{
    color: var(--black);
}
.section4-home .col{
    display: flex;
    align-items: center;
    padding-bottom: unset;
}
.section4-home .col-right .button{
    border: 1px solid var(--pink);
    background-color: unset;
    padding: 5px;
}
.section4-home .col-right .button span{
    background-color: var(--pink);
    font-size: 16px;
    padding: 10px 30px;
}

.section5-home{
    z-index: 1;
}
.section5-home h2{
    color: var(--pink);
    font-size: 46px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}
.section5-home h2::before{
    content: '';
    position: absolute;
    width: 25%;
    height: 6px;
    background-color: var(--pink);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section5-home .tab span{
    color: var(--black);
    font-size: 22px;
    font-weight: 400;
    padding: 0 15px;
}
.section5-home .nav-line-bottom>li>a:before{
    background-color: var(--pink);
}
.section5-home .tabbed-content span{
    text-transform: math-auto;
}
.section5-home .entry-content.active{
    /*display: flex !important;*/
    /*justify-content: center;*/
    padding-top: 30px;
}
.section5-home .box{
    padding: 10px;
    border: 1px solid var(--pink);
    height: 420px;
}
/* .section5-home .title{
    display: flex;
} */
.section5-home .title h4{
    text-align: left;
    font-size: 22px;
    font-weight: 800;
    color: var(--black);
}
.section5-home .title .sup-title{
    color: var(--pink);
    font-size: 20px;
    text-align: left;
    font-weight: 800;
    text-transform: uppercase;
}
.section5-home .title .price{
    font-size: 20px;
    font-weight: 800;
    color: var(--pink);
}
.section5-home .box-text p{
    text-align: left;
    font-size: 16px;
    color: var(--black);
}
.section5-home .flickity-button-icon{
    display: none;
}
.section5-home .flickity-button.previous{
    background-image: url(/wp-content/uploads/2025/01/icon-pre.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%) !important;
}
.section5-home .flickity-button.next{
    background-image: url(/wp-content/uploads/2025/01/icon-next.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%) !important;
}
.section5-home .flickity-page-dots{
    bottom: -3%;
}
.section5-home .dot.is-selected{
    background-color: var(--pink) !important;
    border-color: var(--pink);
}
.section5-home .dot{
    border-color: var(--pink) !important;
    width: 15px;
    height: 15px;
}
.section5-home .group1,
.section5-home .group2{
    display: flex;
    justify-content: space-between;
}
.section5-home .group1 .title,
.section5-home .group2 .title{
    font-size: 20px;
    color: var(--black);
    font-weight: 500;
}
/*.section5-home .tabbed-content #tab_cơ-bản{*/
/*    display: flex !important;*/
/*    justify-content: center;*/
/*}*/
.section5-home #tab_topping .box{
    height: 320px;
}
.section5-home #tab_topping .title{
    display: flex;
}
.section5-home #tab_topping .col-long .box{
    height: 350px;
}

.section6-home{
    padding-top: unset !important;
    padding-bottom: unset !important;
}


.section7-home{
    height: 800px;
    position: relative;
}
.section7-home::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/01/line-section-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 112px;
    bottom: -75px;
    transform: rotate(180deg);
    z-index: 3;
}
.section7-home h2{
    color: var(--pink);
    font-size: 46px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}
.section7-home h2::before{
    content: '';
    position: absolute;
    width: 25%;
    height: 6px;
    background-color: var(--pink);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section7-home .col{
    display: flex;
    align-items: center;
}
.section7-home .col-left p{
    color: var(--black);
}
.section7-home .col-left .button{
    font-size: 16px;
    background-color: unset;
    border: 1px solid var(--black);
    padding: 5px;
}
.section7-home .col-left span{
    background-color: var(--black);
    color: var(--pink);
    font-size: 22px;
    width: 200px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section7-home .section-bg img{
    height: unset;
}


.section8-home{
    padding-top: 60px !important;
    padding-bottom: unset !important;
}

.section9-home{
    padding-top: unset !important;
    padding-bottom: unset !important;
}


.section10-home h2{
    color: var(--pink);
    font-size: 46px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}
.section10-home h2::before{
    content: '';
    position: absolute;
    width: 25%;
    height: 6px;
    background-color: var(--pink);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section10-home .slider-middle{
    position: relative;
    padding-bottom: 100px;
}
.section10-home .slider-middle::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/01/line-section.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 500px;
    height: 30px;
    bottom: 35px;
    left: 38%;
    transform: translate(-35px, -38%);
}
.section10-home .slider-middle .box{
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 15px;
}
.section10-home .slider-middle .box-image{
    padding: 15px;
}
.section10-home .slider-middle h3{
    color: var(--black);
    font-size: 20px;
}
.section10-home .slider-middle p{
    color: #626266;
    font-size: 20px;
    line-height: 1.2em;
}
.section10-home .slider-middle .flickity-page-dots{
    display: none;
}
.section10-home .slider-middle .flickity-button-icon{
    display: none;
}
.section10-home .slider-middle .flickity-button.previous{
    background-image: url(/wp-content/uploads/2025/01/icon-pre.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 18%;
    transform: translateY(-50%) !important;
}
.section10-home .slider-middle .flickity-button.next{
    background-image: url(/wp-content/uploads/2025/01/icon-next.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 18%;
    transform: translateY(-50%) !important;
}

.section10-home .slider-bottom .flickity-page-dots{
    display: none;
}
.section10-home .slider-bottom .flickity-button-icon{
    display: none;
}
.section10-home .slider-bottom .flickity-button.previous{
    background-image: url(/wp-content/uploads/2025/01/icon-pre.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 12%;
    transform: translateY(-50%) !important;
}
.section10-home .slider-bottom .flickity-button.next{
    background-image: url(/wp-content/uploads/2025/01/icon-next.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 12%;
    transform: translateY(-50%) !important;
}

.section11-home h4{
    font-size: 25px;
    color: #4B4940;
}
.section11-home h2{
    color: var(--pink);
    font-size: 46px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 100px;
}
.section11-home h2::before{
    content: '';
    position: absolute;
    width: 45%;
    height: 6px;
    background-color: var(--pink);
    bottom: 0;
    left: 0;
}
.section11-home .col-left{
    display: flex;
    align-items: end;
    padding-bottom: unset;
    position: relative;
}
.section11-home .col-left::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/01/mat-trang.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 500px;
    height: 450px;
    top: -32px;
    left: 0;
}
.section11-home .row-content .col-left{
    position: relative;
}
.section11-home .row-content .col .col-inner{
    background-color: #fff;
    border-radius: 40px;
    padding: 30px;
    position: relative;
    height: 550px;
}
.section11-home .row-content .col .col-inner::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/01/label-section11.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 90px;
    height: 120px;
    top: -30px;
    right: 35px;
}
.section11-home .row-content .col h4{
    color: #4B4940;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: unset;
}
.section11-home .row-content .col h3{
    color: var(--pink);
    font-size: 30px;
}
.section11-home .row-content .col p{
    color: var(--black);
}
.section11-home .row-content .col .icon-box-img{
    display: flex;
    align-items: center;
}

.section12-home h2{
    color: var(--pink);
    font-size: 46px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}
.section12-home h2::before{
    content: '';
    position: absolute;
    width: 25%;
    height: 6px;
    background-color: var(--pink);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section12-home .contact-form{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.section12-home .form-group,
.section12-home .form-group2,
.section12-home .form-group3{
    display: flex;
    max-width: 100%;
    gap: 20px;
}
.section12-home .group{
    max-width: 50%;
    flex-basis: 50%;
}
.section12-home .form-group2 .group1{
    max-width: 70%;
    flex-basis: 70%;
}
.section12-home .form-group2 .group2{
    max-width: 30%;
    flex-basis: 30%;
}
.section12-home .form-group3 .group1{
    max-width: 36%;
    flex-basis: 36%;
}
.section12-home .form-group3 .group2,
.section12-home .form-group3 .group3{
    max-width: 32%;
    flex-basis: 32%;
}
.section12-home .row-bottom .button{
    background-color: unset;
    border: 1px solid var(--pink);
    margin-bottom: unset;
    padding: 5px;
    font-size: 16px;
    color: var(--black);
    margin-top: 30px;
}
.section12-home .row-bottom .submit-form{
    background-color: var(--pink);
    text-transform: math-auto;
    margin-bottom: unset;
    margin-right: unset;
    padding: 8px 45px;
    color: var(--black);
    font-weight: 800;
}
.section12-home .wpcf7-spinner{
    display: none;
}
.section12-home .group input,
.section12-home .group select,
.section12-home .group1 select,
.section12-home .group2 input,
.section12-home .group1 input,
.section12-home .group2 select,
.section12-home .group3 select{
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    height: 55px;
    color: #fff;
    filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}

.section12-home .group select option,
.section12-home .group1 select option,
.section12-home .group2 select option,
.section12-home .group3 select option{
    color: var(--black);
}
.section12-home input::placeholder{
    color: rgba(255, 255, 255, 0.8);
}
.section12-home .wpcf7-response-output{
    color: #fff;
}

.section12-home input:autofill {
    background-color: transparent !important;
    color: #000 !important;
}
.section12-home input:-webkit-autofill {
    background-color: transparent !important;
    color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
}

.section12-home input:-webkit-autofill:focus {
    background-color: transparent !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
}

.section12-home input:-webkit-autofill:hover {
    background-color: transparent !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
}
.section12-home .row-bottom label{
    color: #fff;
    text-align: left;
    font-size: 12;
}
.wpcf7-form-control.wpcf7-number:hover {
    background: transparent !important; /* Loại bỏ nền trắng khi hover */
    box-shadow: none !important; /* Loại bỏ đổ bóng khi hover */
}
.wpcf7-form-control.wpcf7-number::-webkit-inner-spin-button,
.wpcf7-form-control.wpcf7-number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}


.section13-home{
    padding-top: unset !important;
    padding-bottom: unset !important;
    border-top: 16px solid var(--pink);
    border-bottom: 16px solid var(--pink);
}
.section13-home .col{
    padding-bottom: unset;
}
.section13-home img{
    height: 450px;
}


/* Footer */
.footer-wrapper{
    background-image: url(/wp-content/uploads/2025/01/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.absolute-footer{
    display: none;
}
.footer-custom .col{
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.footer-custom p,
.footer-custom a{
    color: #fff;
}
.footer-custom .social-icons a{
    border-radius: 8px !important;
    border: 2px solid var(--pink);
}
.footer-custom .icon-facebook:before,
.footer-custom .icon-tiktok:before,
.footer-custom .icon-youtube:before{
    color: var(--pink);
}
.footer-wrapper .back-to-top{
    border: 1px solid var(--pink);
}
.footer-wrapper .back-to-top:hover{
    background-color: var(--pink);
}
.footer-wrapper .icon-angle-up:before{
    color: var(--pink);
}
.footer-wrapper .back-to-top:hover .icon-angle-up:before{
    color: #fff;
}
.footer-custom .button.icon:hover{
    background-color: unset !important;
    border-color: var(--pink) !important;
    color: #fff !important;
}
#gom-all-in-one{
    display: flex;
    flex-direction: column;
}
#gom-all-in-one #contact-vr{
    order: 2;
}
#gom-all-in-one #phone-vr{
    order: 1;
}
#gom-all-in-one #zalo-vr{
    order: 3;
}
#contact-vr .phone-vr img{
    display: none;
}
#contact-vr .phone-vr a{
    background-image: url(/wp-content/uploads/2025/01/zalooa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    z-index: 9999;
}

.ux-builder .your-section-class .ux-section-toggle {
    display: none !important;
}

.ux-advanced .visibility {
    display: none !important;
}
.ux-builder-settings .advanced-visibility {
    display: none !important;
}


/* Reponsive Tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px){
    h2{
        font-size: 36px !important;
    }
    .banner-home h1{
        font-size: 40px;
    }
    .banner-home p br{
        display: none;
    }
    .banner-home .textbox-left{
        width: 42% !important;
        padding-left: 15px;
    }
    .banner-home .textbox-right{
        width: 58% !important;
    }
    .banner-home .text-box .img{
        width: 550px !important;
    }
    .banner-home .text-box img{
        width: 100%;
        height: 450px;
    }
    .section1-home h4,
    .section11-home h4{
        font-size: 22px;
    }
    .section1-home h4 br{
        display: none;
    }
    .section1-home .col-left{
        display: flex;
        align-items: center;
    }
    .section2-home .col .title{
        font-size: 18px;
    }
    .section2-home .col-middle .img{
        width: 250px !important;
    }
    .section2-home .col p br{
        display: none;
    }
    .section2-home .col-left .box1{
        top: -22px;
    }
    .section2-home .box1 .icon-box-img::before{
        top: 12%;
        width: 156px;
    }
    .section2-home .col p{
        font-size: 14px;
    }
    .section2-home .col-left .box2{
        top: 95px;
    }
    .section2-home .box2 .icon-box-img::before{
        width: 152px;
        top: 16%;
    }
    .section2-home .col-right .box3{
        top: 45px;
    }
    .section2-home .col-right .box4{
        top: 175px;
    }
    .section2-home .box4 .icon-box-img::before{
        width: 122px;
    }
    .section4-home .col-left img{
        width: 70% !important;
    }
    .section4-home .col-left .img{
        text-align: center;
    }
    .section4-home::before{
        width: 400px;
        height: 30px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .section4-home .section-bg img{
        height: 110%;
    }
    .section5-home .tabbed-content .col{
        flex-basis: 50%;
        max-width: 50%;
    }
    .section5-home .slider-wrapper{
        padding: 0 30px;
    }
    .section5-home .flickity-button.next{
        top: 48%;
        left: 100%;
        transform: translateY(-48%) !important;
    }
    .section5-home .flickity-button.previous{
        top: 48%;
        left: -3%;
        transform: translateY(-48%) !important;
    }
    .section7-home .section-bg img{
        height: 800px;
    }
    .section10-home .slider-middle::before{
        left: 21%;
        transform: translate(-35px, -12%);
    }
    .section10-home .slider-middle{
        padding: 0 70px;
    }
    .section10-home .slider-middle .flickity-button.next{
        right: -2%;
    }
    .section10-home .slider-middle .flickity-button.previous{
        left: -2%;
    }
    .section10-home .slider-bottom{
        padding: 0 30px;
    }
    .section10-home .slider-bottom .flickity-button.next{
        right: -2%;
    }
    .section10-home .slider-bottom .flickity-button.previous{
        left: -2%;
    }
    .section10-home .slider-middle::before{
        display: none;
    }
    .section11-home .row-content{
        padding: 0 15px !important;
        display: flex;
        justify-content: center;
    }
    .section11-home .row-content .col-first,
    .section11-home .row-content .col-middle,
    .section11-home .row-content .col-right{
        max-width: 50%;
        flex-basis: 50%;
    }
    .section11-home .row-content .col-right{
        margin-top: 20px;
    }
    .footer-custom .col-left,
    .footer-custom .col-middle{
        max-width: 50%;
        flex-basis: 50%;
    }
    .footer-custom .col-right{
        max-width: 100%;
        flex-basis: 100%;
    }
    .footer-custom .col-right iframe{
        width: 800px;
    }
}

/* Macbook Air */

@media only screen and (min-width: 1400px) and (max-width: 1440px){
    .section11-home .row-content .col .col-inner{
        height: 450px;
    }
    .section11-home .row-content .col-first,
    .section11-home .row-content .col-middle,
    .section11-home .row-content .col-right{
        flex-basis: 50%;
        max-width: 50%;
    }
    .section11-home .row-content .col-right{
        margin-left: auto;
        margin-right: auto;
    }
}

/* Reponsive Mobile */
@media only screen and (max-width: 767px){
    h2{
        font-size: 32px !important;
    }
    h4{
        font-size: 20px !important;
    }
    .banner-home .text-box img{
        display: none;
    }
    .banner-home .textbox-left{
        top: 35%;
    }
    .banner-home p br{
        display: none;
    }
    .section1-home h4 br{
        display: none;
    }
    .section2-home .col-middle img{
        width: 160px;
        filter: blur(2px);
    }
    .section2-home .col .title{
        font-size: 16px;
        color: #fff;
    }
    .section2-home .col p{
        font-size: 14px;
    }
    .section2-home .col-left .box1,
    .section2-home .col-left .box2{
        left: unset;
        right: 130px;
    }
    .section2-home .col-left .box2{
        top: 70px;
    }
    .section2-home .col-right .box3{
        top: -115px;
        left: 180px;
    }
    .section2-home .col-right .box4{
        top: -10px;
        left: 180px;
    }
    .section2-home .box1 .icon-box-img::before,
    .section2-home .box2 .icon-box-img::before{
        top: 15%;
        transform: translateY(-15%);
    }
    .section2-home .box3 .icon-box-img::before,
    .section2-home .box4 .icon-box-img::before{
        width: 220px;
    }
    .section4-home::after{
        background-image: unset;
    }
    .section4-home h2 br,
    .section4-home::before{
        display: none;
    }
    .section5-home{
        margin-top: -10px;
    }
    .section5-home .tabbed-content .col{
        flex-basis: 100%;
        max-width: 100%;
    }
    .section5-home #tab_trà-trái-cây,
    .section5-home #tab_latte,
    .section5-home #tab_trà-sữa,
    .section5-home #tab_topping{
        height: 500px;
    }
    .section5-home #tab_trà-trái-cây .box,
    .section5-home #tab_latte .box,
    .section5-home #tab_trà-sữa .box,
    .section5-home #tab_cơ-bản .col-long .box{
        height: 440px;
    }
    .section5-home #tab_topping .col-long .box{
        height: 370px;
    }
    .section5-home #tab_topping .flickity-page-dots{
        bottom: -12%;
    }
    .section5-home #tab_topping .title{
        gap: 20px;
    }
    .section5-home #tab_topping .box{
        height: 350px;
    }
    /*.section5-home #tab_latte .slider-mb{*/
    /*    margin-top: -500px;*/
    /*}*/
    .section5-home .entry-content.active{
        display: block !important;
    }
    .section5-home .entry-content{
        display: none !important;
    }
    .section7-home .section-bg img{
        height: 800px;
    }
    .section7-home h2{
        padding-top: 120px;
    }
    .section7-home .col-right img{
        padding-bottom: 220px;
    }
    
    .section10-home .slider-middle::before{
        width: 370px;
        height: 25px;
        bottom: 35px;
        left: 15%;
        transform: translate(-35px, -15%);
    }
    .section11-home .col-right{
        margin-top: -180px;
    }
    .section11-home .row-content .col-middle{
        padding-top: 15px;
    }
    .section11-home .row-content .col-right{
        margin-top: unset;
        padding-top: 15px;
    }
    .section11-home .col-right .col-inner{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .section12-home .contact-form{
        width: 100%;
    }
    .footer-custom .col{
        padding-bottom: unset;
    }
}