
body #content{
    position: relative;
}
body #content{
    background-image: url(../images/image-bg.png);
    background-repeat: repeat;
    background-size: auto;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.img-wrap {
    position: relative;
    height: auto;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 56.25%;
}
.img-wrap img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}
.header-top{
    position: relative;
    min-height: auto !important;
    height: 40px !important;
}
.header-top .videos{
    position: absolute;
    height: 2.5rem;
    width: 100%;
}
.header-top .videos::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
}
video.wnd-video-background {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.header-top-custom{
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top-custom .box-left{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.header-top-custom .box-left .line{
    width: 1px;
    height: 100%;
    background: #fff;
}
.header-top-custom .list-social{
    position: relative;
    display: flex;
    list-style-type: none;
    margin: 0 !important;
    gap: 20px;
}
.header-top-custom .list-social::after{
    background: hsla(0, 0%, 100%, .35);
    content: "";
    width: .0625rem;
    height: 70%;
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
}
.header-top-custom .list-social li{
    margin-bottom: 0 !important;
}
.header-top-custom .list-social li.item a i{
    font-size: 16px;
    color: #fff;
}
.header-top-custom .working-time span{
    color: #fff;
}
.header-top-custom .working-time{
    position: relative;
}
.header-top-custom .working-time .icon{
    position: absolute;
    bottom: 3px;
}
.header-top-custom .working-time .icon .fa-exclamation{
    color: #003338;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    padding: 2px 5px;
    margin-right: 5px;
}
.header-top-custom .list-contact{
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
    gap: 10px;
}
.header-top-custom .list-contact .item {
    margin-bottom: 0;
}
.header-top-custom .list-contact .item a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-top-custom .list-contact .item a i{
    color: hsla(0, 0%, 100%, .6);
}
.header-top-custom .list-contact .item a .name{
    font-size: 13px;
    color: #64b5f6;
    text-decoration-color: rgba(100,181,246, .5);
    transition: color .2s ease-in-out, text-decoration-color .2s ease-in-out;
    text-decoration: underline 1px;
    text-underline-position: under;
}
.header-top-custom .working-time .content{
    margin-left: 22px;
}
.header-top-custom .gtranslate_wrapper a{
    margin: 0 5px;
}
.header-main{
    background-color: hsla(0, 0%, 100%, .7) !important;
}
.header-nav-main{
    gap: 20px;
}
.header-nav-main li a{
    font-size: 14px !important;
}
#logo img , body .stuck #logo img {
    max-height: 60px !important;
}
.content-home .title a{
    color: #64b5f6;
    text-decoration-color: rgba(100,181,246, .5);
    transition: color .2s ease-in-out, text-decoration-color .2s ease-in-out;
    text-decoration: underline 1px;
    text-underline-position: under;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
}
.content-home .title{
    margin-bottom: 20px;
}
.content-home .sub-title{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 33px;
    color: #000;
}
.content-home .desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}
.title-section{
    font-size: 36px;
    font-weight: 700;
    line-height: 47px;
    color: #156100;
    text-align: center;
    text-transform: uppercase;
}
.contact-home .item div{
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    color: #000;
}
.notification{
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    color: #3b455ae6 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 26px;
}
.btn-link{
    color: #64b5f6;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
}
.footer-section .footer-col-2 h2 {
    color: #64B5F6;
    font-size: 24px;
}
.btn-pdf{
    border-bottom-color: rgba(0, 0, 0, .12);
    border-bottom-width: 4px;
    position: relative;
}
.btn-pdf::before{
    content: "\f019";
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 130%;
    line-height: 1;
    padding-right: .625rem;
    position: relative;
    top: .0625rem;
    color: #fff;
}
.list-item-cate {
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   gap: 22px;
   justify-content: center;
   margin-bottom: 30px;
}
.list-item-cate .box-item {
    width: 100%;
    max-width: 300px;
    height: 300px;
}
.list-item-cate .box-item .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0.5px solid #C4C4C4;
    border-radius: 8px;
}
.list-item-cate .box-item .box-img {
    position: relative;
    height: auto;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 76.5%;
    border-radius: 8px 8px 0 0;
}
.list-item-cate .box-item .box-img img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    z-index: 2;
    transition: all 1s;
}
.list-item-cate .box-item:hover .box-img img {
    transform: scale(1.1);
}
.list-item-cate .box-item .box-img .background {
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #64B5F6;
    z-index: 1;
}
.list-item-cate .box-item .name {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    color: #00a859;
    font-weight: 700;
    text-transform: uppercase;
    height: 70px;
    display: flex;
    align-items: center;
}
.section-main-shop{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.section-main-shop::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
}
.section-main-shop .content{
    position: relative;
    z-index: 9;
    /* background: #242323c7; */
    /* padding: 20px 30px; */
}
.section-main-shop .content .title-cate{
    text-align: center;
    color: #00a859;
    font-size: 52px;
    line-height: 68px;
    font-weight: 700;
}
.sub-title-desc{
    border-bottom: 2px solid #00a859;
    width: 100%;
    display: inline-block;
}
.sub-title-desc span{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: #00a859;
    padding: 12px;
    line-height: 45px;
}
.section-main-shop .content .desc{
    color: #fff !important;
    padding: 20px 0;
    text-align: justify;
}
.section-main-shop .content .desc h1,
.section-main-shop .content .desc h2,
.section-main-shop .content .desc h3,
.section-main-shop .content .desc h4,
.section-main-shop .content .desc h5{
    color: #fff !important;
}
.section-main-shop .content .desc h3{
    color: #fff;
}
.section-main-shop .content .desc ol{
    padding-left: 20px;
}
.section-main-shop .content .list_item_post{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-bottom: 40px;
}
.section-main-shop .content .list_item_post .item{
    -webkit-box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}
.section-main-shop .content .list_item_post .item {
    background-color: #fff; 
    border-radius: 8px;
    overflow: hidden; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s, box-shadow 0.3s; 
    position: relative; 
}
.section-main-shop .content .list_item_post .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
}
.section-main-shop .content .list_item_post .item .thumnail {
    padding-top: 93.25%;
}
.section-main-shop .content .list_item_post .item .thumnail img {
    transition: opacity 0.3s; 
}
.section-main-shop .content .list_item_post .item  .name {
    padding: 10px; 
    font-size: 18px; 
    font-weight: bold; 
    color: #00a859; 
    text-align: center; 
}
.section-main-shop .content .list_item_post .item:hover .thumnail img {
    opacity: 0.8; 
}
.main-single{
    padding: 80px 0;
}
.main-single .box-top{
    display: flex;
    width: 100%;
    gap: 90px;
}
.main-single .box-top .item-left{
    width: 100%;
    max-width: 40%;
}
.main-single .box-top .item-right{
    width: 100%;
    max-width: 60%;
}
.main-single .box-top .item-left .gallery-item{
    padding: 0 !important;
}
.main-single .title{
    color: #00a859;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.main-single .slider-for {
    margin-bottom: 20px;
}
.main-single .slider-for .img-wrap{
    padding-top: 100%;
}
.main-single .slider-for .img-wrap img{
    object-fit: cover !important;
}
.main-single .slider-nav {
    display: flex;
    overflow: hidden;
}
.main-single .nav-item {
    width: 80px; 
    cursor: pointer; 
    opacity: 0.6; 
    transition: opacity 0.3s;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #64B5F6;
    border-radius: 8px;
    margin: 0 5px;
    padding-bottom: 0;
}
.main-single .nav-item .img-wrap{
    padding-top: 78.25%;
}
.main-single .nav-item.slick-current{
    opacity: 1;
}
.main-single .nav-item:hover {
    opacity: 1; 
}
.main-single .list-item-desc{
    display: block !important;
}
.list-item-desc{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 52px;
}
.list-item-desc .title-d{
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    color: #64B5F6;
    margin-bottom: 30px;
}
.title-contact{
    color: #64B5F6;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 20px;
}

.main-category-post,
.main-taxonomy-product{
   padding: 30px 0;
}
.main-category-post .list-item-category{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}
.list-item-category .item {
    border: 1px dashed #64b5f6;
    padding: 10px;
    background: whitesmoke;
    background-image: linear-gradient(#fff, #e0e0e0);
    list-style-type: none;
    transition: all 0.5s;
}
.list-item-category .item:hover{
    transform: translateY(-10px);
}
.list-item-category .title-category {
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #156100;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.list-item-category .is-divider {
    background-color:#156100 !important;
    margin: 1em auto;
}
.list-item-category .desc p {
    color: #000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
    padding: 25px 0 0 0;
    gap: 20px;
}
.navigation.pagination .page-numbers.current {
    border: dashed 1px #64b5f6;
    background-color: #64b5f6;
    color: #fff;
}
.navigation.pagination .page-numbers {
    border: dashed 1px #64b5f6;
    padding: 5px 15px;
    color: #64b5f6;
}
.content-ttl .detail-ttl {
    color: var(--brown);
    font-size: 30px;
    line-height: 1.5em;
    overflow: hidden;
    margin: 0 0 8px;
}
.detail-date {
    color: #545454;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.ico-date {
    padding: 0px 11px;
    background: url(../images/ico-date.png) no-repeat left -1px;
    background-size: 20px;
}
.list-item-related{
    padding: 20px 0;
}
.list-item-related .box-title .title{
    background-color: var(--brown);
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.list-item-related .list-item-category{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}
.section-single-post{
    padding: 30px 0;
}
.section-banner{
    padding-top: 20px;
}
.list-item-category .img-wrap{
    padding-top: 100.25%;
}
#custom-popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 350px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 99999;
}
#custom-popup .img-wrap{
    padding-top: 66.25%;
}
#custom-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(0 0 0 / 82%);
    z-index: 99998;
}
#custom-popup .title-popup{
    width: 100%;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    color: #2b1907;
    line-height: 1.1;
    padding: 0;
    margin-bottom: 5px;
}
.form-popup form{
    margin-bottom: 0 !important;
}
.form-popup .form-group {
    position: relative;
    padding-top: 6px;
}
.form-popup .form-group>label {
    position: absolute;
    background-color: #fff;
    top: 10px;
    left: 10px;
    line-height: 1;
    margin: 0;
    padding: 0 4px;
    z-index: 9;
    width: max-content;
}
.form-popup .wpcf7-form-control-wrap{
    color: #111 !important;
    height: auto !important;
    line-height: 1.2 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    z-index: 1;
}
.form-popup .form-control {
    color: #111 !important;
    height: auto !important;
    line-height: 1.2 !important;
    padding: 4px !important ;
    margin: 0 !important;
    border: none !important;
    border-radius: 4px !important;
    display: block;
    width: 100%;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
.form-popup .required {
    font-weight: 700 !important;
    font-style: normal !important;
    color: #e31d1a !important;
    margin-left: 5px;
}
.form-popup .btn-submit{
    margin-top: 12px;
}
.btn-submit p{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.form-popup .btn-submit .wpcf7-submit{
    color: #fff !important;
    border-radius: 8px !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    margin: 0 auto;
    padding: .375rem 3.75rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px;
}
#custom-popup .modal-banner img{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
#custom-popup #close-popup{
    position: absolute;
    right: -10px;
    top: 10px;
}
#custom-popup #close-popup i{
    color: #fff;
    font-size: 30px;
}
#custom-popup #close-popup i:hover{
    color: #2a6403;
}
#custom-popup .modal-content{
    padding: 20px 20px 0 20px;
}
#custom-popup .modal-banner img{
    width: 100%;
}
.fixed__button ul{
    margin-bottom: 0 !important;
}
.fixed__button ul li{
    list-style-type: none;
    margin-bottom: 0 !important;
}
.fixed__button {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 9;
    padding: 0;
    display: flex;
    flex-direction: column;
    padding: 25px 10px;
}
.fixed__button {
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    border-radius: 20px 0px 0px 20px;
    background: #FFF;
    box-shadow: -2px 2px 4px 0px rgb(0 0 0 / 29%);
}
.fixed__button a {
    display: block;
    text-align: center;
    margin-bottom: 25px !important;
}
.fixed__button a img {
    width: 33px;
    height: 33px;
    object-fit: inherit;
}
.fixed__button_mb a span{
    color: #00a859;
}
/* .fixed__button .sticky-button.button-phone img {
    width: 33px;
    height: 33px;
    background: #2a6403;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #fff;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
} */

@keyframes phone-vr-circle-fill {

    0% {
         -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.fixed__button .button-to-top img {
    height: 34px !important;
    width: 34px !important;
}
.fixed__button .button-to-top{
    margin-bottom: 0 !important;
}
.fixed__button_mb ul{
    display: none !important;
}
.section-cate-album {
    padding: 30px 0;
}
.section-cate-album .title{ 
    text-align: center;
    color: #156100;
    font-size: 28px;
}
.section-cate-album .box-album .list_item_post{
   display: flex;
   width: 100%;
   gap: 22px;
   flex-wrap: wrap;
   justify-content: center;
}
.section-cate-album .box-album .list_item_post .album{
    background: #156100;
    text-align: center;
    width: 100%;
    max-width: 300px;
    height: 300px !important;
}
.section-cate-album .box-album .list_item_post .album .img-wrap{
    padding-top: 80.25%;
}
.section-cate-album .box-album .list_item_post .album .img-wrap img{
    object-fit: fill;
}
.section-cate-album .box-album .list_item_post .album .name{
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.section-cate-album .box-album .list_item_post .album .name {
    position: relative;
    transition: transform 0.3s ease;
}
.section-cate-album .box-album .list_item_post .album:hover .name{
    transform: translateY(-10px);
    color: #284862;
}
.section-single{
    padding: 30px 0;
}
.section-single .title{
    text-align: center;
    color: #64B5F6;
    font-size: 28px;
}
.section-single .list-album{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.section-single .list-album .album-img{
    padding: 10px;
    border: 1px solid #284862;
}
.box-slide{
    position: relative;
}
.box-slide .item-slide{
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-slide .item-slide .content{
    position: relative;
    z-index: 9;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box-slide .item-slide .content .sub-title{
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    width: max-content;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: .9375rem 0 0 rgba(0, 0, 0, .5), -.9375rem 0 0 rgba(0, 0, 0, .5);
}
.box-slide .item-slide .content .title-name{
    font-size: 80px;
    font-weight: 700;
    line-height: 120px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: .9375rem 0 0 rgba(0, 0, 0, .5), -.9375rem 0 0 rgba(0, 0, 0, .5);
    width: max-content;
    margin-top: 30px;
    margin-bottom: 50px;
}
.box-slide .slick-dots{
    position: absolute;
    bottom: 0;
}
.box-slide .slick-dots li button:before{
    font-size: 16px;
}
.box-slide .slick-dots li.slick-active button:before{
    color: #fff;
}
.box-slide .slick-prev {
    left: 16px;
    z-index: 9;
}
.box-slide .slick-next{
    right: 16px;
    z-index: 9;
}
.box-slide .slick-prev:before, .box-slide .slick-next:before{
    font-size: 30px !important;
}
.cate-gai-phap .box-item .item{
    display: flex;
    width: 100%;
    gap: 43px;
    padding: 20px 0;
}
.cate-gai-phap .box-item .item .thumnail{
    width: 100%;
    max-width: 300px;
    height: 300px; 
}
.cate-gai-phap .box-item .item .content{
    width: 100%;
    max-width: calc(100% - 320px);
}
.cate-gai-phap .box-item .item .content .title-category{
    color: #156100;
    font-weight: 700;
}
.cate-gai-phap .box-item .item .content a{
    padding: 10px 15px;
    background: #156100;
    color: #fff;
    font-weight: 700;
}
.cate-gai-phap .box-item .item .content a:hover{
    background: #0b2e01;
}
.section-aboutus .title-section br{
    display: none;
}
.tiktok-embed{
    margin: 0;
    padding: 0;
    height: 350px;
}
.responsive-iframe {
    position: relative;
    width: 100%; /* Đảm bảo nó chiếm toàn bộ chiều rộng cha */
    overflow: hidden;
    padding-top: 56.25%; /* Tỷ lệ khung hình 16:9 (chiều cao / chiều rộng) */
}
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.main-single .list-item-desc .desc {
    margin-top: 20px;
}
ul li{
    margin-left: 25px;
}
@media (max-width: 991px){
    .fixed__button.fanpage-deskto{
        display: none !important;
    }
    .fixed__button_mb ul{
        display: flex !important;
        z-index: 999;
    }
    .fixed__button_mb ul{
        padding-top: 14px !important;
        padding-bottom: 10px !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background: #fff;
        padding: 2px;
        display: flex !important;
        box-shadow: 0 0 23px rgba(0, 0, 0, 0.15);
        z-index: 99;
        box-shadow: 0px 0 10px rgb(137 137 137);
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .fixed__button_mb li {
        width: 25%;
        text-align: center;
        list-style-type: none;
    }
    .fixed__button_mb a span {
        display: block;
        position: relative;
        font-size: 11px;
        font-weight: 400 !important;
    }
    .fixed__button_mb a span img{
        width: 28px !important;
        height: 28px;
    }
    .fixed__button_mb a.button-phone span img {
        width: 32px !important;
        height: 32px !important;
        border-radius: 50%;
        padding: 0px;
        border: 0px solid #fff;
        animation: phone-vr-circle-fill 1s infinite ease-in-out;
        margin-top: -1px;
    }
    .section-single .list-album{
        grid-template-columns: repeat(2, 1fr);
    }
    .box-slide .item-slide {
        height: auto !important; 
        padding: 30px;
    }
    .box-slide .item-slide .content .title-name{
        font-size: 46px;
        line-height: 80px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .slide_banner{
        height: auto !important;
    }
    .box-slide .item-slide .content .sub-title{
        font-size: 22px;
    }
    .box-slide .slick-dots {
        position: absolute;
        bottom: -18px;
    }
    
}
@media (max-width: 768px) { 
    /* .box-slide .item-slide {
        height: 60vh; 
        background-size: contain; 
        padding: 10px; 
    } */
}
@media (max-width: 574px){
    #custom-popup .title-popup{
        font-size: 20px;
    }
}

@media (max-width: 480px) { 
    /* .box-slide .item-slide {
        height: 50vh; 
    } */
}

