/* Tablet */
@media (max-width: 1024px) {
p.subtitle-slider {
    font-size: 40px;
}
p.title-slider {
    font-size: 80px;
}
.title-section h3 {
    font-size: 55px;
    line-height: 40px;
}
.title-section>P {
    font-size: 18px;
}
.services-box h3.heading {
    font-size: 21px;
    line-height: 25px;
}
.services-box h3.heading span{
font-size: 10.802px;
}
.services-box {
  padding: 6px;
}
a.btn.btn-line-white.btn-big {
    font-size: 12px;
    padding: 15px 20px;
}
.content-price, span.price-sale, span.price-normal{
  font-size: 12px;
}
.name-price{
  font-size: 18px;
}
.right-price {
    min-width: 145px;
    float: right;
    text-align: right;
}
    .right-about-home h2 {
        font-size: 55px;
    }
    .right-about-home strong {
    font-size: 17px;
    line-height: 24px;
}
.title-section h2 {
    font-size: 42px;
}
.pricing-section{
    background: linear-gradient(180deg, #FFF 0%, #FFF0E1 50%, #FFF 86%), #FFF;
}
p.name-time {
    font-size: 17px;
  }
  .form-booking h3{
    font-size: 42px;
  }
  .form-booking {
    padding: 36px;
}
.form-booking input {
    font-size: 14px;
}
.box-contact {
    background: #FFF8F0;
    padding: 54px;
}
.calendar-days-ileads div{
  padding: 15px 0px ;
}
section.blog-home .grid.grid--4-cols {
    grid-template-columns: repeat(2, 1fr);
}
.calendar-header-ileads {
    font-size: 14px;
}
p.name-user {
    font-size: 16px;
}
.box--user img {
    max-width: 74px !important;
}
footer .grid.grid--4-cols {
    grid-template-columns: repeat(2, 1fr);
}
.grid-header>.h-content {
    display: none;
}
.grid-header>nav {
    display: none;
}
span#menu-btn {
    display: block;
}
.menu-btn {
        display: inline-block;
        width: 30px;
        height: 20px;
        position: relative;
        cursor: pointer;
        background: transparent;
        margin-top: 0;
        transition: 0.3s ease;
    }

    .menu-btn::before, .menu-btn::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        transition: 0.3s ease;
    }
    span#menu-btn span {
        background: #000;
        width: 100%;
        height: 2px;
        display: block;
        position: relative;
        top: 9px;
    }
.menu-btn::before {
    top: 0;
}

.menu-btn::after {
  bottom: 0px; /* gạch dưới */
}

/* Khi active: đổi thành dấu X */
.menu-btn.menu-btn-active {
  background: transparent; /* ẩn gạch giữa */
}

.menu-btn.menu-btn-active::before {
  transform: rotate(45deg);
  top: 0;
}

.menu-btn.menu-btn-active::after {
  transform: rotate(-45deg);
  top: 0;
}
.grid-header {
    display: flex
;
    align-items: center;
}
    .menu-mobile-tr {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 99999;
        transition: all .5s;
        display: block;
    }
    .h-content {
        float: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-top: 30px;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    span#menu-close {
    top: 5px;
}
    ul#mainmenu .menu-item-has-children:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
        transition: all .5s;
        background-image: url(/wp-content/uploads/2025/04/icon-menu-item.png);
        width: 40px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: center;
        border: none;
        padding: 0;
        transform: none;
    }
ul#mainmenu .menu-item-has-children:hover:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(-90deg);
}
.menu-item-has-children ul.sub-menu.active-menu {
        display: block !important;
        position: relative;
        top: 100%;
        left: 0;
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-right: 0px;
    }
    ul#mainmenu li ul li {
    border: none;
}
.menu-mobile-tr.active-menu {
    left: 0;
}
ul#mainmenu .menu-item-has-children {
    position: relative;
    padding-right: 0px;
}
ul#mainmenu {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
.left-price {
    width: 100%;
}
ul#mainmenu li {
    padding: 20px;
    border-color: #9A9776;
    margin: 0;
}
.menu-mobile-tr nav {
    width: 100%;
    float: left;
}
.header-single-tr .crumb ol{
    display: block;
}
.header-single-tr .crumb ol * {
    display: inline-block;
    margin: 1px 0px;
}
}

/* Mobile */
@media (max-width: 768px) {
    select#sort_by {
        margin-bottom: 20px;
        text-align: justify;
    }
.right-product-cat a.hiden-pc.btn.btn-bg-green.btn-big {
    margin-bottom: 20px;
}
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        height: 100%;
        z-index: 999999;
        padding: 30px;
        left: 100%;
        transition: .5s;
        padding-top: 80px;
    }
.sidebar.active-sidebar{
    left: 0;
}
    span.close-filter {
        position: absolute;
        top: 20px;
        right: 30px;
        display: block;
    }
    section.thankyou-page h2 {
        font-size: 60px;
        line-height: 50px;
    }
    .content-404 h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.content-404 p {
    font-size: 14px;
    margin-bottom: 20px;
}
    .error404 section#subheader h1 {
        font-size: 100px !important;
    }
    a.btn-home-404, a.btn-contact-404 {
        padding: 12px 18px;
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
        .right-price {
        float: left;
        text-align: left;
        width: 100%;
        margin-top: 18px;
    }
    section.thankyou-page h3 {
    font-size: 30px;
}
    .price-box {
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
}
    .left-price {
    width: 100%;
}
section.section-services .grid--4-cols {
    grid-template-columns: repeat(2, 1fr);
}
.about-home .grid--2-cols {
    grid-template-columns: repeat(1, 1fr);
}
.right-about-home {
    text-align: center;
}
button.play-video {
    width: 120px;
    height: 120px;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
   
}
.title-left {
    display: block;
    width: 100%;
    text-align: center;
}
.content-right-title {
    color: #fff;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
}
p.subtitle-slider {
   font-size: 27px;
    }
p.title-slider {
   font-size: 50px;
}
.bg-section .grid--2-cols {
    grid-template-columns: repeat(1, 1fr);
}
.box-contact .grid--2-cols.grid {
    grid-template-columns: repeat(1, 1fr);
}
    .title-section h3 {
        font-size: 36px;
        line-height: 40px;
    }
 .title-section>P {
        font-size: 14px;
        line-height: 1.4;
    }
    .price-box-fix img {
    max-width: 80px;
    height: 80px;
}
.price-box-fix .price-box-2 {
    width: calc(100% - 94px);
}
    footer .grid.grid--4-cols {
    grid-template-columns: repeat(2, 1fr);
}
section.blog-home .grid.grid--4-cols {
        grid-template-columns: repeat(1, 1fr);
    }
    .title-left a.btn.btn-line-white.btn-big {
    display: none;
}
.about-home a.btn.btn-line-white.btn-big {
    margin: 0 auto;
}
section.time-work {
    padding: 30px 0px;
}
.title-section h2 {
    text-align: center;
    text-transform: uppercase;
}
.time-left>h2{
    font-size: 36px;
}
.time-left .price-box {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
figcaption.name-user {
    font-size: 18px;
}.slider-wrapper article {
    min-width: 75vw !important;
}
.form-booking h2 {
    font-size: 38px;
}
    .time-left .right-price {
        float: left;
        text-align: right;
        width: auto;
        margin-top: 0;
    }
    .calendar-ileads{
        padding: 15px 0px ;
    }
        .form-booking {
        padding: 15px;
    }
        .form-booking h3 {
        font-size: 34px;
    }
        .slider2-slide {
        flex: 0 0 33.3333%;
        padding: 10px;
    }
    .box-slider-brand {
    background: #5E5D5D;
    padding: 20px 15px;
    padding-bottom: 0px;
}
section.blog-home {
    padding: 0px 0px;
}
.about-home{
    padding-bottom: 20px;
}
.hiden-pc{
    display: block !important;
}
.hiden-mb{
    display: none !important;
}
.right-about-home {
    display: flex;
    flex-wrap: wrap;
}
.right-about-home * {
    order: 3;
}
.right-about-home h2 {
    order: 1 !important;
} 
.quyen-loi .right-about-home h2 em {
    font-style: normal;
    font-size: 30px;
}
.quyen-loi .right-about-home h2 {
        font-size: 43px;
        text-align: center;
        line-height: 42px;
    }
    form#sort-form {
    display: flex
;
    width: 100%;
}
        div#post-container {
        border-top: 0px;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    select#sort_by {
        margin-bottom: 20px;
        text-align: justify;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .quyen-loi .right-about-home h3 {
    font-size: 25px;
    max-width: 200px;
    text-align: center;
    margin-bottom: 15px;
}
.right-about-home h2{ 
font-size:46px; }
.left-about-home.hiden-pc {
    order: 2 !important;
    margin-bottom: 10px;
}
.right-about-home li {
    font-size: 16px;
    padding-left: 42px;
    text-align: left;
}
.right-about-home li:before {
    
    background-size: 100% auto;
}
    .right-about-home {
        display: flex
;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .grid--4-6-cols, .grid-1-3-col {
    grid-template-columns: 100%;
}
.review-box{
    padding: 10px;
}
.border-white{
    padding: 5px;
}
.caption-ileads{
    bottom: 50px;
}
    p.title-slider {
        font-size: 35px;
    }
    .subtitle-slider {
        font-size: 24px;
    }
    .slide-ileads img {
    min-height: 200px;
}.dots-ileads {
    position: absolute;
    bottom: 20px;
    right: 0;
    text-align: center;
    display: flex
;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.dots-ileads span{
    margin: 8px;
}
section#subheader h1 {
    font-size: 46px;
    line-height: 50px;
}
.right-about-home h5 {
    order: 1;
}div#logo img {
    max-height: 50px;
}
.grid--4-cols {
    grid-template-columns: 1fr;
}
.grid-3-1-col, .grid--3-cols, .grid--2-cols {
    grid-template-columns: 1fr;
}
.list-bg {
    padding: 20px;
}
.title-bg h4{
    font-size: 40px;
}
.grid--6-4-cols {
    grid-template-columns: 100%;
}
.author-avt {
    width: 78px;
}
.diva-post-author{
    gap: 15px;padding: 10px;
}
span.read-more-au, span.close-more-au{
    font-size: 12px;
}
.kksr-legend {
    display: none;
}
.share-rating{
    justify-content: space-between;margin-bottom: 30px;
}
.share-btn img {
    max-width: 30px;
}
.banner-sidebar img {
    width: 100%;
}
.kk-star-ratings .kksr-stars .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon, .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
  
    width: 15px !important;
    height: 15px !important;
}
.right-contact h3 {
    font-size: 60px;
    line-height: 70px;
}
.product-item h4 a {
    font-size: 11px;
}
p.price-pr {
    font-size: 15px;
}
div#post-container {
        border-top: 0px;
        grid-template-columns: calc(50% - 8px) calc(50% - 7px);
        gap: 15px;
        display: grid
;
    }
    a.thumb-product img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 200px 200px 0px 0px;
    padding: 8px;
}
a.shop-now {
    padding: 6px;
    font-size: 10px;
    max-width: 110px;
}
.main-slider-wrapper {
    width: 100%;
}
.main-slide img {
        height: 100%;
    }
.thumb-slider-wrapper {
  
    margin-top: 0px;
    width: 100%;
}
.thumb-slider {
    gap: 5px;
}
.thumb-slide img{
    height: 50px;
}
.product-detail .single-title{
    font-size: 30px;
}
.price-single .price-sale{
    font-size: 30px;
}
p.title-rela-product {
    font-size: 28px;
}
.relate-post .grid.grid--4-cols {
    grid-template-columns: repeat(2, 1fr);
}
section.blog-section div#post-container {
    display: block;
}
section.blog-section .blog-item:not(:first-child) .excepts-blog {
    display: none;
}
section.blog-section .blog-item:not(:first-child) p.read-more-btn {
    display: none;
}
section.blog-section .blog-item:not(:first-child) a {
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
}
section.blog-section .blog-item:not(:first-child) a figure {
    order: 2;
}
section.blog-section .blog-item:not(:first-child) .heading {
    font-size: 16px;
    padding-right: 17px;
   width: calc(100% - 92px);
}
section.blog-section .blog-item:not(:first-child) a figure {
    order: 2;
    width: 92px;
}
section.blog-section .blog-item:not(:first-child) a span.date-post {
    font-size: 9px;
    padding: 5px;
}
section.blog-section .blog-item:not(:first-child) a span.date-post {
    font-size: 9px;
    padding: 10px 0px;
    width: 30px;
    left: inherit;
    right: 70px;
    top: 34px;
}section.blog-section .blog-item:not(:first-child) {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.single-title{
    font-size: 20px;
}
a.booking-now {
      background: #9a9776;
    color: #fff;
    padding: 10px 14px;
    border-radius: 20px;
    font-size: 12px;
}
section.ser-section.ser-section-bg div#post-container {
    grid-template-columns: 100%;
}
}
@media (max-width: 480px) {
      section.section-services .grid--4-cols {
        grid-template-columns: repeat(1, 1fr);
    }
    footer .grid.grid--4-cols {
    grid-template-columns: repeat(1, 1fr);
}
section.ser-section.ser-section-bg div#post-container {
    grid-template-columns: 100%;
}
.box-contact {
        padding: 20px;
    }
  }