.banner-home .col-left h1{
    color: var(--min-black);
    line-height: 1.2em;
}
.banner-home p{
     color: var(--min-black);
}
.banner-home .col-left{
    display: flex;
    align-items: center;
    position: relative;
}
.banner-home .col-left .button-home{
    color: var(--min-black) !important;
    font-size: 20px;
    z-index: 1;
    position: relative;
}
.banner-home .col-left .button-home:before{
    width: 11.5em;
    background-color: #F2B92A;
    left: unset;
    height: 12px;
    opacity: 1;
    top: 25px;
    z-index: -1;
}
.banner-home .col-left .button-home:after{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 100%;
    top: 5%;
    width: 10px;
    height: 10px;
}
.banner-home .col-left:after{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/10/icon-bg-organe2.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    left: -62%;
    top: 0;
}
.banner-home .col-left:before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/10/icon-bg-green.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    right: 0;
    bottom: 25%;
}
.banner-home .col-right{
    position: relative;
}
.banner-home .col-right:after{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/10/icon-bg-organe.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    left: 0;
    top: 5%;
}

.section1-home{
    position: relative;
}
/* .section1-home::before{
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/10/icon-bg-organe.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: -20%;
    width: 100px;
    height: 100px;
} */
.section1-home h2{
    color: var(--min-black);
}
.section1-home .tour-hot-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

.section1-home .tour-hot {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.section1-home .tour-hot img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 4px;
    position: relative;
}

.section1-home .content-tour-hot {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(3, 8, 28, 0.8);
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: top 0.4s ease;
    opacity: 0;
    border: 10px solid var(--green);
    border-radius: 4px;
    box-sizing: border-box;
}

.product-itembox-title a{
	color: #fff;
}
.product-itembox-title a:hover{
	color: var(--green) !important;
}
.product-itembox-price span.amount{
	color: var(--orange);
}
.section1-home .content-tour-hot h3,
.section1-home .content-tour-hot p{
    color: var(--white);
}
.section1-home .content-tour-hot p{
    text-align: justify;
}

.section1-home .tour-hot:hover .content-tour-hot {
    top: 0;
    opacity: 1;
}

.home-sec-banner{
    position: relative !important;
    padding-bottom: 100px !important;
}
.home .search-box{
    background-color: #fff;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: absolute;
    width: 100%;
    bottom: -140px;
    left: 0;
}
.section2-home{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-image: url(/wp-content/uploads/2024/10/img-section2-home.png);
    background-repeat: no-repeat;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section2-home .row-top p{
    text-align: justify;
}
.section2-home .row-bottom .col-inner{
    background-color: var(--white);
    border-radius: 20px;
}
.section2-home .row-bottom .icon-box{
    padding: 20px;
    height: 195px;
}
.section2-home .row-bottom h3{
    color: var(--min-black);
}
.section4-home{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-image: url(/wp-content/uploads/2024/10/img-section4-home.png);
    background-repeat: no-repeat;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section4-home .col-left .img-top img{
    position: relative;
}
.section4-home .col-left .img-bottom img{
    position: absolute;
    top: 35%;
    left: 35%;
}
.section4-home .col-right{
    margin-bottom: auto;
    margin-top: auto;
}
.section4-home .name-cmt{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.section4-home .name-cmt .title-cmt{
    display: flex;
    align-items: center;
}
.section4-home .cmt-job,
.section4-home .name-cmt h3{
    color: var(--white);
    margin-bottom: unset;
}
.section4-home .cmt-text p{
    color: var(--white);
    font-size: 20px;
}
.section4-home .cmt-avatar img {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    object-fit: cover;
    margin-bottom: 10px;
}
.section4-home .slick-dots{
    text-align: left;
}
.section4-home .slick-dots li{
    margin: 0 2px;
}
.section4-home .slick-dots li.slick-active button:before{
    border: 2px solid var(--green);
    border-radius: 50%;
    color: var(--min-black);
}
.section4-home .slick-dots li button:before{
    color: var(--white);
    opacity: 1;
}
/* Slider */
.section-slider-product .row.container-width{
    margin: auto !important;
}
/* .section-home-product .row-tour-product{
    margin: 0;
    height: 700px;
} */

/*.row-tour-product.product-slider .product-item .tour-gotime{*/
/*    display: unset;*/
/*}*/
.short-description p{
	color: #505C61;
}
.section5-home bdi,
.product-slider bdi{
	color: var(--green);
}
.section5-home del bdi,
.product-slider del bdi{
	color: var(--min-black);
}
.row-tour-product.product-slider .product-item .tour-gotime li{
    margin: 0 10px 0 0 !important;
}
.product-info h3.woocommerce-loop-product__title{
    min-height: 60px;
    font-size: 24px;
}
.row-tour-product.product-slider .product-item{
    margin: 0 20px;
    min-height: 670px;
}
.sec-product-slider{
    display: flex;
    justify-content: space-between;
}
.sec-product-slider-arrows{
    display: flex;
    column-gap: 10px;
}
.sec-product-slider-arrows i{
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
}
.home .row.row-tour-product{
    max-width: 1400px;
}
.service-gallery .gallery,
.section7-home .gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.service-gallery .gallery img,
.section7-home .gallery img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
}
@media screen and (max-width: 767px) {
	.row-tour-product.product-slider .product-item{
		margin: 0 5px;
	}
    .section-slider-product .row-tour-product{
        margin-top: 0 !important;
    }
    .section1-home .tour-hot-container {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
    }
    .home .row.row-tour-product{
        margin-top: 0px !important;
    }
    .section2-home .row-bottom h3 br{
        display: none;
    }
	.service-s5 .cmt-img-left,
    .section4-home .cmt-img-left{
        padding-bottom: 50px;
    }
	.service-s5 .col-left .img-bottom img,
    .section4-home .col-left .img-bottom img {
        position: absolute;
        top: 30%;
        left: 16%;
    }
	.service-gallery .gallery,
    .section7-home .gallery{
        grid-template-columns: repeat(1, 1fr);
    }
	.service-gallery .container-gallery,
    .section7-home .container-gallery{
        padding: 0 15px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-home .col-left{
        padding-left: 30px;
    }
    .banner-home .col-left h1 br{
        display: none;
    }
    .section1-home .tour-hot-container {
        grid-template-columns: repeat(2 , 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
    }
    .section2-home .row-bottom h3 br{
        display: none;
    }
    .section2-home .row-bottom .icon-box{
        height: 220px;
    }
    .section4-home .cmt-img-left{
        padding-bottom: 80px;
    }
    .section5-home .row-tour-product .col{
        flex-basis: 50%;
        max-width: 50%;
    }
	.service-gallery .gallery,
    .section7-home .gallery{
        grid-template-columns: repeat(2, 1fr);
    }
	.service-gallery .container-gallery,
    .section7-home .container-gallery{
        padding: 0 15px;
    }
}