/*
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.   ***************/

@font-face {
    font-family: "svn-radiant";
    src: url('fonts/svn-radiant-slender-20220630043346.otf');
}


.ct-sec > .col-inner {
    border-width: 2px;
    border-radius: 5px;
    border-style: groove;
    border-color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(42, 92, 170), rgba(22, 177, 169, 0.43));
    padding: 40px 15px 25px 15px;
}

.title-1 {
    text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    font-size: 26px;
}

.title-2 {
    font-family: serif;
    font-size: 22px;
}

.ct-para {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 0;
}
.ct-para span {
    font-family: 'cursive';
    text-shadow: rgb(42, 92, 170) 1px 2px 3px;
    -webkit-text-stroke-color: rgb(204, 134, 57);
    font-size: 170%;
    margin-left: 10px;
    background-color: #66D4E1;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 7px;
}
.ct-sec-2::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgb(42, 92, 170), rgb(0, 194, 203));
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.ct-sec-2--ct::after {
    background-image: linear-gradient(rgb(3, 152, 158), rgb(0, 194, 203));
}

.phone-banner {
    border: 3px solid #0a7d8d;
    box-shadow: rgb(17, 10, 92) 0px 15px 20px -15px;
    position: relative;
}

.phone-banner__txt {
    position: absolute;
    bottom: 6%;
    left: 49%;
    font-size: 120%;
}
.phone-banner__txt a {
    color: #fff;
}



.contact-form-col .col-inner {
    background: #fff;
    border-radius: 20px;
    border: 3px solid #67BD58;
    padding: 30px;
}
.contact-form form {
    margin: 0;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
    border: 1px solid #E2E2E2;
    box-shadow: none;
    border-radius: 5px;
}
.contact-form input[type="submit"] {
    background: #EDEA56 !important;
    border: none;
    border-radius: 30px;
    width: 210px;
    margin: 0 auto;
    display: block;
    min-height: auto;
    line-height: normal;
    padding: 15px 10px;
    color: rgb(73, 73, 73);
}
.contact-form input[type="submit"]:hover {
    background: #0a7d8d !important;
    color: #fff;
}
.contact-form .wpcf7-spinner {
    display: none;
}
.contact-form-wrap form {
    margin-bottom: 0;
}
.contact-form input:focus {
    box-shadow: none;
}


.img-style-1 {
    border: 3px solid #F7DF7B;
    border-radius: 20px;
    overflow: hidden;
}
.txt-wrap-1-col .col-inner {
    height: 100%;
    border: 3px solid #F7DF7B;
    padding: 15px;
}
.title-3 {
    color: #F7DF7B;
}
.txt-wrap-1-col p {
    color: #fff;
}
.col.ct-sec {
    padding-bottom: 0;
}
.title-2--ct {
    font-size: 26px;
}
.title-1--ct {
    font-size: 22px;
}
.layout-1 {
    position: relative;
}
.layout-1__txt {
    color: #fff;
    background: #73BF41;
    width: 41%;
    padding: 30px;
    border: 3px solid #F7DF7B;
    border-radius: 20px;
}
.layout-1__video {
    width: 61%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 3px solid #F7DF7B;
    border-radius: 20px;
    overflow: hidden;
}
.layout-1__video video {
    max-width: 100%;
    height: auto;
    display: block;
}

.layout-1__img {
    width: 61%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid #F7DF7B;
}
.layout-1__img img {
    box-shadow: rgb(17, 10, 92) 0px 15px 20px -15px;
}
.layout-1--ct {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.title-4 {
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.list-1 {
    list-style-type: none;
    margin-bottom: 0;
}
.list-1 li {
    margin-left: 0 !important;
    position: relative;
    padding-left: 23px;
}
.list-1 li::before {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.list-1 li:last-child {
    margin-bottom: 0;
}
.layout-1--ct .layout-1__txt {
    margin-left: auto;
    min-height: 380px;
    width: 47%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.layout-1--ct .layout-1__img {
    right: auto;
    left: 0;
    width: 55%;
}
.layout-1 p:last-of-type {
    margin-bottom: 0;
}
.ct-sec-3 {
    background-image: linear-gradient(rgb(22, 177, 169), rgb(42 149 36 / 61%));
}
.ct-sec-4 {
    background-image: linear-gradient(rgba(109, 192, 104, 0.61), rgb(109, 192, 104));
}
.ct-sec-5 {
    background-image: linear-gradient(rgb(57 110 42), rgb(75 137 38));
}
.list-1--ct li::before {
    content: '';
    width: 30px;
    height: 51px;
    background: url('../../uploads/2023/10/icon-1.png') no-repeat top center / cover;
    display: block;
}
.list-1--ct li {
    padding: 15px 0 0 40px;
    margin-bottom: 20px;
}
.list-1--ct li:last-child {
    margin-bottom: 0;
}
.slider-type-1__item {
    padding: 5px;
    background: #429129;
}
.slider-type-1__item__txt {
    color: #fff;
    text-align: center;
    padding: 10px 10px 5px 10px;
}
.slider-type-1 .slick-prev {
    left: 15px;
}
.slider-type-1 .slick-next {
    right: 15px;
}
.slider-type-1 .slick-arrow {
    z-index: 1;
}
.slider-type-1__item__img img {
    width: 100%;
}
.slider-type-1 .slick-dots li button {
    background: #5DC1A6;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.slider-type-1 .slick-dots li button::before {
    display: none;
}
.slider-type-1 .slick-dots li.slick-active button {
    background: #F7DF7B;
}
.slider-type-1 .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 10px 10px 0;
}
.slider-type-1 .slick-dots li:last-child {
    margin-right: 0;
}
.slider-type-1 .slick-dots {
    position: static;
}
.slider-type-1.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.ct-box-icon {
    justify-content: center;
    align-items: center;
}
.ct-box-icon .icon-box-text {
    width: auto;
    max-width: calc(100% - 70px);
    flex-grow: 0;
    flex-basis: auto;
}
.ct-box-icon .icon-box-text span {
    margin: 0;
}
.ct-tabs .nav {
    gap: 10px;
}
.ct-tabs .nav .tab {
    margin: 0;
    background: #F7DF7B;
    border-radius: 7px;
}
.ct-tabs .nav .tab a {
    color: #73BF41;
    text-align: center;
    display: block;
    padding: 7px 10px;
    font-size: 15px;
}
.ct-tabs .nav .tab.active {
    background: #1fc1e6;
}
.ct-tabs .nav .tab.active a {
    color: #fff;
}

.ct-tabs .tab-panels {
    padding-top: 30px;
}

.col.ct-col .col-inner {
    background: #73BF41;
    padding: 30px 15px;
    border: 3px solid #F7DF7B;
    border-radius: 20px;
}
.ct-sec-6 {
    background: linear-gradient(rgba(250, 168, 95, 0.56), rgb(250, 168, 95));
}
.title-5 {
    text-align: center;
    background-color: #209D9B;
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
}
.ct-tabs--ct .nav .tab {
    width: 16.66%;
}
.ct-img-style-3 img {
    border: 1px solid #fff;
    border-radius: 10px;
}
.title-3__small {
    font-size: 80%;
}
.ct-video {
    display: block;
    width: 100%;
    height: 35vw;
    object-fit: cover;
}
.ct-txt p:last-of-type {
    margin-bottom: 0;
}
.ct-icon-box {
    background: linear-gradient(rgba(42, 92, 170, 0.3), rgba(22, 177, 169, 0.43));
    padding: 30px 15px;
    border-radius: 10px;
    border: 2px solid #F7DF7B;
    height: 100%;
}
.ct-icon-box h3 {
    color: #F7DF7B !important;
    text-align: center;
}
.ct-icon-box ul {
    margin: 0;
}
.ct-row .col .col-inner {
    height: 100%;
}
.fancybox__carousel .contact-form input,
.fancybox__carousel .contact-form input:hover {
    box-shadow: none;
}
.fancybox__carousel .contact-form input[type="text"],
.fancybox__carousel .contact-form input[type="email"] {
    border: 1px solid #ccc;
}
.contact-form-col form,
.fancybox__carousel .wpcf7-form {
    margin-bottom: 0;
}


.video-style-wrap {
    border: 3px solid #F7DF7B;
    border-radius: 20px;
    overflow: hidden;
}
.video-style-wrap video {
    width: 100%;
    display: block;
    height: auto;
}

.fixed-phone-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 113;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #FE2626;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}




.eco-title-wrap h1,
.eco-title-wrap h2,
.eco-title-wrap h3,
.eco-title-wrap h4,
.eco-title-wrap h5,
.eco-title-wrap h6 {
    color: #55be79;
    margin-bottom: 0;
}

.zigzag {
    counter-reset: eco-item;
}
.zigzag-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.zigzag-item__img {
    width: 50%;
    /* min-height: 320px;
    overflow: hidden;
    position: relative; */
}
/* .zigzag-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.zigzag-item__txt {
    width: 50%;
    padding: 30px 15px 30px 60px;
}
.zigzag-item__txt-wrap {
    max-width: 540px;
    position: relative;
}
.zigzag-item__txt-wrap::before {
    counter-increment: eco-item;
    content: counter(eco-item);
    position: absolute;
    top: -40px;
    left: 0;
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    color: #73BF41;
    z-index: -1;
    opacity: 0.2;
}
.zigzag-item:nth-child(even)
.zigzag-item__img {
    order: 2;
}
.zigzag-item:nth-child(even)
.zigzag-item__txt {
    order: 1;
    padding: 30px 60px 30px 15px;
}
.zigzag-item:nth-child(even)
.zigzag-item__txt
.zigzag-item__txt-wrap {
    margin-left: auto;
}

.title-2--ct-style {
    margin-bottom: 0;
}

.scene-sec
.slider-type-1 {
    margin-bottom: 10px;
}
.scene-sec
.slider-type-1__item__img {
    position: relative;
    padding-top: 55%;
    overflow: hidden;
}
.scene-sec
.slider-type-1__item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.slider-type-2 {
    overflow: hidden;
}
.slider-type-2 .slick-list {
    margin: 0 -5px;
}
.slider-type-2 .slick-slide {
    margin: 0 5px;
}
.slider-type-2 .slider-type-2__item {
    padding: 5px;
    background: #88cd7c;
}
.slider-type-2 .slider-type-2__item__img {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}
.slider-type-2 .slider-type-2__item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-type-2
.slider-type-2__item.slick-current {
    background: #429129;
}

.eco-img-style .img-inner {
    padding-top: 50%;
    border-radius: 7px;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.eco-img-style img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease;
}

.eco-img-style:hover img {
    transform: scale(1.1);
}

.legal-project {
    max-width: 900px;
    margin: 0 auto;
}

.legal-project-item {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0 !important;
    padding: 0 65px 15px 65px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.23);
    margin-bottom: 15px;
}
.legal-project-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.legal-project-item__label {
    font-weight: 700;
    max-width: calc(100% - 90px);
}
.legal-project-item__link-wrap {
    margin-left: auto;
}
.legal-project-item__link {
    font-style: italic;
    display: inline-block;
    color: rgb(237, 234, 86) !important;
    text-decoration: underline;
}


.vi-tri-du-an .slider-type-1__item,
.mat-bang-tong-the .slider-type-1__item {
    border: 3px solid #F7DF7B;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    background: transparent;
}

.five-products-sec .slider-type-1__item__img img,
.utilities-sec .slider-type-1__item__img img {
    max-height: 650px;
    object-fit: contain;
}

/* Eco Style */

.eco-title {
    font-size: 28px;
    font-family: "svn-radiant";
    text-transform: uppercase;
    color: #73BF41;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

/* End Eco Style */


/* News */
.news-banner {
    background: url('../../uploads/2025/04/eco-bg-5.png') no-repeat top center / cover;
    padding: 45px 15px;
}
.news-banner__title {
    color: #fff;
    margin: 0;
    text-align: center;
}
.news-layout {
    padding: 60px 0;
}
.news-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}
.news-item:last-child {
    margin-bottom: 0;
}
.news-item__link {
    display: flex;
    flex-wrap: wrap;
}
.news-item__thumbnail {
    width: 30%;
}
.news-item__content {
    width: 70%;
    padding: 0 0 0 20px;
}
.news-item__title {
    font-size: 18px;
    color: #73bf41;
}
.news-item__excerpt p:last-of-type {
    margin-bottom: 0;
}
.wp-pagenavi {
    margin-top: 30px;
}
/* End News */


/* Footer Info */

.ft-info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.ft-info-item {
    width: calc(33.33% - 20px);
}
/* .ft-info__logo img {
	width: 85px;
} */
.ft-info__phone-link {
    display: inline-flex;
    align-items: center;
}
.ft-info__phone-icon {
    width: 30px;
    height: 30px;
    background: #73bf41;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.ft-info__phone-txt {
    max-width: calc(100% - 30px);
    padding-left: 10px;
    font-weight: 700;
}
.ft-info-item__title {
    color: #73BF41;
}
.ft-info__map-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}
.ft-info__social-link {
    display: inline-block;
}
.ft-info__social-link img {
    width: 40px;
}
.ft-info__map-wrap--ct-style {
    column-gap: 15px;
}
.ft-info__map-wrap--ct-style-2 {
    column-gap: 10px;
}
.ft-info__map-wrap--ct-style-2
.ft-info__social-link img {
    width: 30px;
}

/* End Footer Info */


@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.yellow-txt {
    color: #F7DF7B;
}
.mg-bt-0 {
    margin-bottom: 0;
}
.pd-bt-0 {
    padding-bottom: 0;
}

@media only screen and (max-width: 849px) {
    .layout-1__img {
        position: static;
        transform: none;
        width: 100%;
    }
    .layout-1__txt {
        width: 100%;
        margin-bottom: 20px;
    }
    .layout-1--ct .layout-1__txt {
        min-height: auto;
        width: 100%;
        display: block;
    }
    .layout-1--ct .layout-1__img {
        width: 100%;
    }
    .ct-tabs--ct .nav .tab {
        width: 33.33%;
    }
    .ct-tabs--ct .nav .tab:first-child {
        border-radius: 7px 0 0 0;
    }
    .ct-tabs--ct .nav .tab:nth-child(3) {
        border-radius: 0 7px 0 0;
    }
    .ct-tabs--ct .nav .tab:nth-child(4) {
        border-radius: 0 0 0 7px;
    }
    .ct-tabs--ct .nav .tab:last-child {
        border-radius: 0 0 7px 0;
    }

    .zigzag-item__txt {
        padding-left: 30px;
    }
    .zigzag-item:nth-child(even) .zigzag-item__txt {
        padding-right: 30px;
    }

    .layout-1__video {
        position: static;
        transform: none;
        width: 100%;
    }

    .legal-project-item {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contact-form-col .col-inner {
        padding: 20px;
    }

}

@media only screen and (max-width: 549px) {
    .ct-para span {
        font-size: 140%;
        display: block;
        margin: 10px 0 0 0;
    }
    .phone-banner__txt {
        font-size: 100%;
    }
    .layout-1__txt {
        padding: 15px;
    }
    .ct-tabs .nav {
        gap: 5px;
    }

    .zigzag-item {
        margin-bottom: 60px;
    }
    .zigzag-item:last-child {
        margin-bottom: 0;
    }
    .zigzag-item__img {
        width: 100%;
        order: 2;
    }
    .zigzag-item__txt {
        width: 100%;
        order: 1;
        padding: 0 15px 15px 15px;
    }
    .zigzag-item:nth-child(even) .zigzag-item__txt {
        padding: 0 15px 15px 15px;
    }

    .legal-project-item {
        padding-left: 0;
        padding-right: 0;
    }

    .contact-form-col {
        margin-bottom: 30px;
    }


    .eco-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .title-4 {
        font-size: 20px;
    }


    .news-layout {
        padding: 40px 0;
    }


    .ft-info-item {
        width: 100%;
        text-align: center;
    }
    .ft-info__map-wrap {
        justify-content: center;
    }

}