/*
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;
}

:root {
    --font-heading: "Saira Condensed", sans-serif;
    --se-color: #15a6df;
    --font-normal: Roboto, sans-serif;
}

.fs-15 {
    font-size: 15px;
}

h1,h2,h3,h4,h5,h6 {
	letter-spacing: 0.04em;
}

#header {
    .header-wrapper:not(.stuck) {
        .header-main {
            padding-top: 20px;
            padding-bottom: 60px;
            height: auto;
        }

        .header-bottom {
            position: absolute;
            z-index: 99;
            width: 100%;
            top: 77%;
            background: transparent;

            .container {
                background: var(--primary-color);
                background-clip: content-box;

                .flex-left {
                    padding-left: 20px;
                }

                .flex-right {
                    padding-right: 20px;
                }
            }

            ul.nav>li>a {
                color: #fff;
            }
        }
    }

    .btn-website {
        color: #fff;
    }
}

.icon-box-contact-header {
    flex-wrap: nowrap;
    align-items: center;

    h3 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        line-height: 20px;
    }

    p {
        font-size: 14px;
    }
}

#header-contact {
    li a {
        color: #fff;
        text-transform: inherit;
        font-size: 14px;
        font-family: var(--font-normal);
    }
}

.header-social-icons a i {
    font-size: 14px;
}

.title-website {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 42px;
        font-weight: 700;
        line-height: 42px;
        margin-bottom: 20px;
    }

    p.sub-heading {
        color: var(--se-color);
        font-weight: 600;
        margin-bottom: 10px;
        font-family: var(--font-heading);
        text-transform: uppercase;
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }
}

.btn-website {
    background: var(--se-color) !important;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    padding: 5px 30px !important;
    font-size: 12px;

    &>span {
        position: relative;
        z-index: 2;
    }

    &>span.wave {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 30%;
        background: var(--primary-color);
        transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    &:hover>.wave {
        width: 200%;
        height: 500px;
    }

    &.call-now {
        padding: 15px 40px !important;
        border: 0;
        border-radius: 3px;
    }

    &.p {
        background-color: var(--primary-color) !important;

        &:hover {
            border-color: var(--se-color);
        }
    }

    &.p>span.wave {
        background-color: var(--se-color) !important;
    }
}

.flickity-page-dots {
    .dot {
        background-color: #fff !important;
        border-color: #fff !important;
        border: inherit;
        opacity: 1;
        width: 16px;
        height: 16px;
    }

    .dot.is-selected {
        background: #feb700 !important;
        border-color: #feb700 !important;
        position: relative;

        &::after {
            content: '';
            position: absolute;
            width: 26px;
            height: 26px;
            border: 2px solid #feb700;
            border-radius: 50%;
            top: -5px;
            left: -5px;
        }
    }
}

.flickity-button.flickity-prev-next-button {
    width: 50px !important;
    height: 50px !important;
    background: #fff !important;
    border-radius: 99%;

    svg {
        padding: 35% !important;
        fill: var(--se-color) !important;
        color: var(--se-color) !important;
        border: unset !important;

        path {
            fill: var(--se-color) !important;
        }
    }

    &:hover {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
        box-shadow: unset;
    }

    top: calc(50% - 25px);
    box-shadow: unset;

}

.icon-box-about-us {
    h3 {
        margin-bottom: 5px;
    }

    p {
        margin-bottom: 0;
        font-size: 15px;
    }
}

.col-exp .col-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-exp {
    position: absolute;
    background: var(--se-color);
    color: #fff;
    text-align: center;
    padding: 30px 50px;
    font-size: 28px;
    font-family: var(--font-heading);
    font-weight: 800;
    line-height: 1;

    &::before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-top: 15px solid var(--se-color);
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        bottom: -15px;
        left: calc(50% - 15px);
    }
}

.col-service {
    .icon-box-service {
        background: #fff;
        margin-top: -50px;
        padding: 0 30px 30px 30px;

        .icon-inner {
            background: var(--primary-color) !important;
            border-radius: unset;

            svg {
                color: #fff;
            }

            border: 0 !important;
        }

        .icon-box-text h3 {
            font-size: 24px;
        }

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

        .button span {
            font-family: var(--font-heading) !important;
            font-size: 15px;
            color: #6A7C92;
        }
    }
}

.box-push .box-text .post-title a {
	font-weight: 600;
	font-size: 18px;
}

.section-project {
    background-image: url(./assets/images/map-pattern.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 50% auto;
    padding: 0;
    padding-top: 80px !important;

    .box-text .post-title a:hover {
        color: var(--se-color);
    }
}

.section-fact {
    .section-bg {
        background-image: url(./assets/images/light-map.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain !important;
        opacity: 0.1;
    }

    padding: 300px 0px 80px 0px !important;
    margin-top: -300px;
    margin-bottom: 0px;
}

.text-count-up-fact {
    &>* {
        font-family: var(--font-heading);
        color: #fff;
    }

    h3 {
		color: #feb700 !important;
        span {
            color: #feb700;
        }

        font-size: 38px;
        font-weight: 600;
        line-height: 1.1em;
        margin-bottom: 0;
    }

    p {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 22px;
    }
}

.product-small.box {
    box-shadow: 0px 0px 10px 0px #eee;
    background: #fff;
    overflow: hidden;

    .title-wrapper a {
        font-size: 18px;
        font-weight: 600;
    }

    .box-text {
        padding: 12px;
    }

    .button-view-detail a {
        display: block;
        color: #fff;
        margin-top: 15px;
        font-weight: 600;
        text-align: left;
        position: relative;
        z-index: 101;

        span {
            font-size: 14px;
            margin-top: 2px;
        }
    }

    .product-title a {
        position: relative;
        z-index: 101;
        font-family: var(--font-heading);
        font-weight: 600;
        color: #fff;
        font-size: 18px;
        text-align: left;
    }

    &::before {
        content: '';
        background-color: rgba(3, 96, 176, 0.9);
        position: absolute;
        width: 245px;
        height: 300px;
        left: 0px;
        bottom: -140px;
        transform: rotate(-45deg);
        transition: all .3s ease-in-out;
        z-index: 99;
    }

    &::after {
        content: '';
        background-color: var(--se-color);
        position: absolute;
        width: 60px;
        height: 280px;
        left: 235px;
        bottom: -110px;
        transform: rotate(-45deg) skewY(55deg);
        clip-path: polygon(0% 10%, 100% 0, 100% 100%, 0% 100%);
        transition: all .3s ease-in-out;
        z-index: 100;
    }

    &:hover::before {
        bottom: -125px;
    }

    &:hover::after {
        bottom: -100px;
        transition-delay: .03s;
    }

    &:hover .button-view-detail a {
        color: #feb700;
    }
}

.section-video {
    .video-button-wrapper {
        display: none;
    }

    .video-button-wrapper a {
        position: absolute;
        top: calc(50% - 33px);
        left: calc(50% - 33px);
        margin: 0;
        background: var(--se-color) !important;
        border-color: var(--se-color) !important;
        opacity: 1;

        i {
            color: #fff;
        }

        animation: wave 1s linear infinite;
        -webkit-transition: all .5s linear;
    }
}

@keyframes wave {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .1), 0 0 0 20px rgba(255, 255, 255, .1), 0 0 0 40px rgba(255, 255, 255, .1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .1), 0 0 0 20px rgba(255, 255, 255, .1), 0 0 0 40px rgba(255, 255, 255, .1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, .1), 0 0 0 40px rgba(255, 255, 255, .1), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, .1), 0 0 0 40px rgba(255, 255, 255, .1), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}

.section-feedback {
    background-image: url(./assets/images/map-pattern.png);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center center;

    .flickity-page-dots {
        bottom: -10px;
    }
}

.client-item {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0px 14px 20px -10px rgba(0, 0, 0, .1);

    .star-rating span::before {
        color: #feb700 !important;
    }

    .testimonial-meta {
        display: none;
    }
}

.blog-website, .blog-wrapper.blog-archive {
    .post-item {
        .col-inner {
            box-shadow: 0 5px 15px 0 rgba(130, 136, 147, .13);
        }
        .box-image .image-cover {
            padding-top: 75% !important;
        }
        .box-text {
            padding: 30px;
        }
        .badge {
            top: calc(262px - 50px);
            left: unset;
            right: 20px;
            width: 70px;
            height: 70px;
            .badge-inner {
                background: var(--primary-color);
                border-color: var(--primary-color);
                color: #fff;
            }
        }
        .post-title a {
            font-size: 18px;
            font-weight: 600;
            border-left: 3px solid var(--se-color);
            padding-left: 15px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: 10px 0;
        }
        a.button {
            position: relative;
            &::after {
                content: '';
                position: absolute;
                width: 24px;
                height: 1px;
                background: #666;
                top: calc(50% - 0.5px);
                right: -45%;
            }
        }
    }
}

.blog-wrapper.blog-archive.page-wrapper {
    padding-top: 0;
}

.shop-page-title .page-title-inner {
    min-height: 300px;
}

.shop-page-title .overlay {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.shop-container>.product {
    .woocommerce-product-gallery {
        border: 1px solid #eee;
        overflow: hidden;
    }
}

.title-footer h3 span {
    text-transform: uppercase;
    font-size: 24px;
    position: relative;

    &::after {
        content: '';
        position: absolute;
        top: 45%;
        right: -35px;
        background: #fff;
        height: 2px;
        width: 30px;
    }
}

.menu-footer {
    .ux-menu-link__link>* {
        color: #fff;
    }
}

#form-email {
    position: relative;

    input {
        margin-bottom: 0;
        height: 50px;
        box-shadow: unset;
        border: 0;
    }

    button[type="submit"] {
        position: absolute;
        top: 6px;
        right: 6px;
    }
}

.wpcf7-spinner {
    display: none;
}

.section-contact {
    background-image: url(./assets/images/light-map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.title-contact {
    text-transform: uppercase;

    span {
        color: var(--se-color);
    }
}

.icon-box-contact {
    margin-bottom: 15px;

    &:last-child {
        margin-bottom: 0;
    }
}

#form-contact {
    input {
        height: 47px;
    }

    input,
    textarea {
        border: 0;
        box-shadow: unset;
        margin-bottom: 0;

        &::placeholder {
            font-size: 14px;
        }
    }

    button {
        margin: 0;
        font-size: 14px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.slider-clients {
    .img {
        padding: 0 15px !important;
        background: #fff;
        &::before {
            content: unset;
        }
        img {
            object-fit: contain;
        }
    }
}

.section-footer {
    .section-bg {
        background-image: url(./assets/images/city-skiline.png);
        background-size: 100% !important;
        background-position: bottom center;
        background-repeat: no-repeat;
    }
}

.footer-ab {
    border-top: 1px solid #ffffff1a;
}

.blog-new-footer {
    .box {
        display: flex !important;
        align-items: center;
    }
    .col {
        padding-bottom: 15px;
        &:last-child {
            padding-bottom: 0;
        }
    }
    .box-image {
        width: 30% !important;
    }
    .box-text {
        flex: 1 !important;
        padding: 0;
        padding-left: 10px;
        & > * {
            color: #fff;
        }

        .post-title a {
            color: #fff;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }
}

.section-price {
    background-image: url(./assets/images/light-map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#form-price {
    input {
        height: 45px;

    }

    input,
    textarea {
        box-shadow: unset;
        margin-bottom: 0;
        border-color: #e8e8e8;

        &::placeholder {
            font-size: 14px;
        }
    }

    button {
        width: 100%;
    }
}

.accordion {
    border: 1px solid #e8e8e8;
}

.accordion-title {
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 1em;
    padding-bottom: 1em;

    &:last-child {
        border-bottom: 0;
    }

    &.active {
        border-bottom-color: #e8e8e8 !important;
        background: transparent;
    }
}

.accordion-inner {
    border-bottom: 1px solid #e8e8e8;
}

.section-team {
    background-image: url(./assets/images/light-map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.team-person .box-text {
    padding: 1.4em;
}

.is-divider {
    display: none;
}

.entry-content>* {
    color: #000;
}

.bai-viet-lien-quan {
    margin-top: 30px;
}

.bai-viet-lien-quan h3 {
    text-align: center;
    font-size: 24px;
}

.list-bai-viet {
    .tieu-de-bai-viet {
        font-weight: 600;
        font-size: 15px;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.blog-wrapper.blog-single.page-wrapper {
    .entry-meta {
        text-transform: none;
        font-size: 13px;
        letter-spacing: 0;
        color: gray;
        border: 0;
        padding: 0;
        background: transparent;
        margin-bottom: 20px;
    }
}

.blog-wrapper.blog-single.page-wrapper {

    .danh-muc span.title,
    .the-tim-kiem span.title {
        font-weight: 600;
        font-size: 14px;
        margin-right: 10px;
        color: #000;
    }

    .danh-muc a,
    .the-tim-kiem a {
        display: inline-block;
        margin-bottom: 3px;
        padding: 4px 10px;
        background: var(--primary-color);
        color: #fff;
    }
}

.blog-share {
    text-align: left;
    margin-top: 15px;
}

aside {
    .widget-title {
        color: #000;
    }

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

#comments {
    display: none;
}

.brc {
    background: #eee;
    padding: 10px 20px;

    a {
        color: var(--primary-color);
    }
}

.blog-featured-title+#main .post-sidebar {
    padding-top: 0;
}

.meta-data-post {
    display: flex;
    gap: 15px;
    padding-top: 15px;

    span {
        color: #000;
    }
}

.header-main .header-search-form {
    .searchform {
        input {
            box-shadow: none;

            &:focus {
                box-shadow: none;
            }

            height: 50px;
        }

        button[type="submit"] {
            position: absolute;
            top: 10%;
            right: 6px;
            width: 80px;
            height: 40px;
        }
    }
}

.button-c-product {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    background: var(--se-color);
    color: #fff;
    height: 60px;
    border: 1px solid var(--se-color);
    transition: all .3s ease;

    &:hover {
        background: #fff !important;
        color: var(--se-color);
    }

    span {
        display: block;
        font-weight: 600;
    }

    &.call-now {
        background: #da251c;
        border-color: #da251c;

        &:hover {
            color: #da251c;
        }

        flex-direction: column;
    }
}

.wrapper-form-buy {
    background: var(--se-color);
    padding: 15px;
    margin-bottom: 15px;

    form {
        margin-bottom: 0;
    }

    &>p {
        color: #fff;
        margin-bottom: 10px;
        text-align: center;
    }
}

#form-buy {
    input {
        margin-bottom: 0;
        box-shadow: none;
        border: 0;

        &::placeholder {
            font-size: 14px;
        }
    }

    button {
        width: 100%;
    }
}

.nav-dropdown {
    padding-top: 0;
    padding-bottom: 0;

    li a {
        padding: 15px 25px;
    }

    li a:hover {
        background: var(--se-color) !important;
        color: #fff;
    }
}

/* mobile */
@media (max-width: 549px) {
    #header {
        & .header-wrapper:not(.stuck) {
            .header-main {
                padding-top: 10px;
                padding-bottom: 10px;
            }
        }
    }

    .shop-page-title .page-title-inner {
        flex-flow: unset;
    }

    .product-small.box {
        .title-wrapper a {
            font-size: 14px;
        }
    }

    .box-text {
        font-size: 100%;
    }
	
	.product-small.box .product-title a{
		padding-right: 34px !important;
	}
}

/*table*/
@media (max-width: 849px) {
    #header {
        & .header-wrapper:not(.stuck) {
            .header-main {
                padding-top: 10px;
                padding-bottom: 10px;
            }
        }
    }

    .shop-page-title .page-title-inner {
        flex-flow: unset;
    }

    .box-text {
        font-size: 100%;
    }
	
	.product-small.box .product-title a{
		padding-right: 64px;
	}
}

/*desktop*/
@media (min-width: 850px) {

    .row-no-padding-bottom-col {
        &>.col {
            padding-bottom: 0 !important;
        }
    }

    #logo {
        margin-right: 80px;
    }

    .section-video .section-bg {
        background-image: url(/wp-content/uploads/2025/06/web-video.png);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 50% 100% !important;
    }

    .section-video {
        .video-button-wrapper {
            display: block;
        }
    }
	
	.product-small.box .product-title a{
		padding-right: 100px;
	}
}