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

.no-margin {margin: 0 !important}
.no-margin > * {margin: 0 !important}
.no-paddding {padding: 0 !important}
.no-paddding > *{padding: 0 !important}
/* .row-no-padding-bottom .col{padding-bottom: 0 !important} */

.owl-nav.disabled{display: none !important;}
.owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev {left: 0}
.owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next {right: 0;}
.absolute-footer {display: none !important;}
/* .is-divider {display: none;} */

:root {
    --primary-color: #04ec6e;
    --secondary-color: #016A31;
    --base-color: #16172c;
}

.title-banner {
    h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 52px;
    }
    p {
        margin-bottom: 0;
        font-size: 18px;
        border-left: 2px solid #fff;
        padding-left: 20px;
    }
}

.title-website {
    h1, h2 {
        font-size: 30px;
        text-transform: uppercase;
    }
}

.title-footer {
    h2,h3 {
        font-size: 20px;
        color: var(--primary-color);
        font-weight: 600;
        text-transform: uppercase;
    }
}

.col-text-banner-service {
    background: url(./assets/images/Image-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    p {
        margin-bottom: 10px;
        padding: 0 53px;
        font-size: 18px;
    }
    h3 {
        font-size: 28px;
        margin-bottom: 0;
    }
}

.text-service {
    h3 {
        font-size: 30px;
        margin-bottom: 0;
        line-height: 30px;
    }
    p {
        font-size: 20px;
        text-align: justify;
        margin-bottom: 0;
        line-height: 1.8;
    }
}

.btn-website {
    font-weight: 500;
    border: 0;
    opacity: 1 !important;
    border-radius: 5px;
    padding: 10px 30px;
    line-height: 1;
    font-size: 15px;
    &.btn-liner {
        background-image: linear-gradient(to right, var(--secondary-color), var(--primary-color));
        &:hover {
            background-image: linear-gradient(to right, var(--secondary-color), var(--secondary-color));
        }
    }
    &.transparent {
        background: transparent !important;
        border: 1px solid #fff !important;
        color: #fff !important;
    }
    &.client {
        background: transparent !important;
        border: 1px solid var(--primary-color) !important;
    }
    &.hotline {
        background: transparent !important;
        border: 1px solid var(--primary-color) !important;
        color: var(--primary-color);
    }
    &:hover {
        opacity: 1;
        box-shadow: unset;
    }
}

.section-quote .section-bg-overlay{
    background-image: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    opacity: 0.7;
}

.text-quote p{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
}

.icon-box-capacity {
    h3 {font-size: 30px;}
    p {margin-bottom: 0; font-size: 18px;}
}

.section-procedure {
    .section-bg-overlay {
        background-color: transparent;
        background-image: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    }
}

.acc-procedure {
    .accordion-title {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #fff;
        border-top: 0;
        padding: 20px 0;
        padding-left: 10px;
        border-radius: 4px;
        &.active {
            background: transparent;
            border-color: #fff;
        }
        &.active button {
            color: #fff;
        }
    }
    .accordion-title span {
        color: #fff;
        font-weight: 700;
        font-size: 20px;
    }
    .accordion-title button {
        right: 0;
        left: unset;
        margin: 0;
        color: #fff;
        opacity: 1;
        top: 1em;
    }
    .accordion-inner {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 40px;
        & > * {color: #fff;}
    }
}

.acc-procedure.faq {
    .accordion-title.active span {
        color: var(--primary-color);
    }
    .accordion-title span {
        font-weight: 500;
        font-size: 18px;
    }
    .accordion-item:first-child .accordion-title {
        padding-top: 0;
    }
    .accordion-item:first-child .accordion-title button {
        top: 0;
    }
}

.slider-client {
    .flickity-page-dots {
        bottom: -20px
    }
    .flickity-page-dots .dot {
        background: #ddd;
        border-color: #ddd;
        width: 8px;
        height: 8px;
        &.is-selected {
            background: var(--primary-color);
            border-color: var(--primary-color);
        }
    }
}

.blog-slider .post-title a{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
.blog-slider .is-divider {display: none;}
.col-about .col-inner, .col-about .banner {
    height: 100%;
}

.section-companion {
    .section-bg-overlay {
        background-color: transparent;
        background-image: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
        opacity: 0.7;
    }
}

.menu-footer {
    .ux-menu-link__text {
        color: #fff;
        font-size: 18px;
    }
}

.icon-box-footer .icon-box-text p { font-size: 18px;}

.fl-icon-footer .icon.is-outline{
    color: #fff;
}

.icon-box-au {
    .icon-box-img {
        margin-top: 5px;
    }
    .icon-box-img .icon-inner {
        background-color: var(--secondary-color);
        color: var(--secondary-color);
    }

    .icon-box-img .icon-inner svg, .icon-box-img .icon-inner path {
        fill: #fff;
    }
    .icon-box-text p {
        margin-bottom: 0px;
        font-size: 30px;
        font-weight: 700;
    }
}

.text-vision p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.text-vison-list li {
    font-size: 18px;
}
.text-vison-list li::marker {
    color: var(--primary-color);
}

.img-box-service {
    border-radius: 5px;
    overflow: hidden;
    &:hover .box-text {
        background-image: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    }
    .box-text {
        bottom: 0%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #EBEBEB;
        
        h4 {
            font-weight: normal;
            font-size: 18px;
        }
    }
}

.section-service-page {
    .section-bg-overlay {
        background-image: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
        opacity: 0.7;
    }
    p {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
    }
}

.blog-wrapper.blog-archive.page-wrapper {
    padding-top: 0;
    .post-item .is-divider{
        display: none;
    }
    .post-item h5 a {
        font-size: 20px;
        font-size: 900;
        line-height: 1.5;
    }
}

.blog-wrapper.blog-single.page-wrapper {
    .is-divider {
        display: none;
    }
    .entry-header-text {
        padding-bottom: 0;
    }
    .entry-title {margin-bottom: .7em; font-size: 30px;}
    .blog-share {
        display: flex;
        gap: 10px;
        align-items: center;
        .social-icons a {
            color: #000;
        }
        .icon-share {
            background-image: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
            width: 40px;
            height: 40px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
}
.b-single .breadcrumb_last{ color: #4EB6A4;}
.time-author {
    display: flex;
    gap: 20px;
    i { color: #4EB6A4;}
}
.bai-viet-lien-quan h3 {
    margin-bottom: 1.5em;
}
.bai-viet-lien-quan h3 span{
    text-transform: uppercase;
    color: #000;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    padding: 10px 30px;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
}
.tieu-de-bai-viet {
    font-size: 18px;
    margin: 10px 0px 20px 0px;
}

.recent-blog-posts a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-des-project ul li {
	font-size: 20px;
}

.form-bao-gia {
	span.r {
		color: #dc3545;
		display: inline-block;
		margin-left: 10px;
	}
	
	input, textarea {
		box-shadow: none;
		margin-top: 8px;
	}
}
/* md - tablet */
@media (min-width: 768px) { 

}


/* lg - deskstop */
@media (min-width: 992px) {
    .row-no-padding-bottom > .col {
        padding-bottom: 0;
    }
}