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

.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 form {
    margin: 0;
}
.contact-form input {
    border: none;
    border-radius: 10px;
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
}
.contact-form input[type="submit"] {
    background: #0a7d8d;
    border: none;
    width: 100%;
    margin: 0;
}
.contact-form .wpcf7-spinner {
    display: none;
}
.contact-form input[type="submit"]:hover {
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
    -webkit-box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
}
.contact-form-wrap form {
    margin-bottom: 0;
}
.img-style-1 {
    border: 3px solid #F7DF7B;
    box-shadow: rgb(17, 10, 92) 0px 15px 20px -15px;
}
.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;
}
/* .ct-para--ct span {
    margin-left: 0;
    margin-right: -120px;
} */
.layout-1 {
    position: relative;
}
.layout-1__txt {
    color: #fff;
    background: linear-gradient(rgb(42, 92, 170), rgba(22, 177, 169, 0.43));
    width: 41%;
    padding: 30px;
    border: 3px solid #F7DF7B;
}
.layout-1__img {
    width: 61%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 3px solid #F7DF7B;
}
.layout-1__img img {
    box-shadow: rgb(17, 10, 92) 0px 15px 20px -15px;
}

.title-4 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-shadow: rgb(109, 110, 113) 1px 2px 3px;
}
.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: 500px;
}
.layout-1--ct .layout-1__img {
    right: auto;
    left: 0;
}
.layout-1 p:last-of-type {
    margin-bottom: 0;
}
.ct-sec-3 {
    /* background-image: linear-gradient(rgb(22, 177, 169), rgba(109, 192, 104, 0.61)); */
    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(22, 177, 169), rgb(42 149 36 / 61%));
}
.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: linear-gradient(rgb(42, 92, 170), rgba(22, 177, 169, 0.43));
}
.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: 15px;
}
.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 .tab {
    width: 50%;
    margin: 0;
    background: #66D4E1;
}
.ct-tabs .nav .tab a {
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 5px;
    font-size: 15px;
}
.ct-tabs .nav .tab.active {
    background: #78c7a3;
}
.ct-tabs .tab-panels {
    padding-top: 30px;
}
.ct-tabs .nav .tab:first-child {
    border-radius: 7px 0 0 7px;
}
.ct-tabs .nav .tab:last-child {
    border-radius: 0 7px 7px 0;
}
.col.ct-col {
    background: linear-gradient(rgb(22, 177, 169), rgba(109, 192, 104, 0.61));
    padding: 30px 15px;
    border-radius: 10px;
}
.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;
}


.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;
}

@-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)
    }
}



.txt-box-layout {
    max-width: 600px;
    padding: 30px;
}
.txt-box-layout--ct-style {
    margin-left: auto;
}
.txt-box-layout p:last-of-type {
    margin-bottom: 0;
}
.dong-san-pham .slider-type-1__item__img img {
    max-height: 650px;
    object-fit: contain;
}
.phap-ly {
    background: #2b923f;
}

.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;
}

/* News */
.news-banner {
    background: #ADD100;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #7B920A, #ADD100);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #7B920A, #ADD100); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 45px 15px;
}
.news-banner__title {
    color: #fff;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}
.news-layout {
    padding: 60px 0;
}
.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.news-item {
    width: calc(33.33% - 20px);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.news-item__content {
    padding: 15px;
}
.news-item__title {
    font-size: 18px;
    color: #CFB059;
}
.news-item__excerpt p:last-of-type {
    margin-bottom: 0;
}
.news-item__details {
    color: #73BF41;
    margin-top: 10px;
}
.news-item__details i {
    color: #73bf41;
    margin-left: 5px;
}
.wp-pagenavi {
    margin-top: 30px;
}
/* End News */


.art-img-style {
    background: linear-gradient(rgb(42, 92, 170), rgba(22, 177, 169, 0.43));
    padding: 5px;
}


/* Footer Info */

.ft-info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.ft-info-item {
    width: calc(33.33% - 20px);
}
.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 */


.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;
    }
    .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;
    }
    .legal-project-item {
        padding-left: 30px;
        padding-right: 30px;
    }
    .news-item {
        width: calc(50% - 15px);
    }
}

@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;
    }
    .legal-project-item {
        padding-left: 0;
        padding-right: 0;
    }

    .txt-box-layout {
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .news-item {
        width: 100%;
    }

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

}