/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
:root {
    --cl-main: #D49029;
    --cl-sub: #AB893F;
}
body {
    overflow-x: hidden;
}
.premium-btn-block, .premium-btn-lg, .premium-btn-md, .premium-btn-sm {
    background-color: var(--cl-main);
}
.scbanner-home {
    background: linear-gradient(to right, #ab893f, #ffd086, #ab893F) !important;
}
.scherobanner-price::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background-color: #d78c19;
}
.scherobanner-price .elementor-counter-number-suffix {
    padding-left: 10px;
}
/* 4 BOX */
.scbox-outstanding .elementor-widget-image-box {
    height: 100%;
}
.scbox-outstanding .elementor-image-box-wrapper {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #fcce0b;
    position: relative;
    height: 100%;
}
.scbox-outstanding .elementor-image-box-img {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.scbox-outstanding .elementor-image-box-content {
    padding: 35px 10px 15px 10px;
}
.scbox-outstanding .elementor-image-box-title {
    margin-bottom: 0;
}
/* SECTION VAN DE */
.scproblem h3.premium-banner-ib-title.premium_banner_title {
    display: none;
}
.scproblem2 h3.premium-banner-ib-title.premium_banner_title {
    display: block;
    /* opacity: 0;
    visibility: hidden; */
    transition: .35s;
}
.scproblem .premium-banner-ib-content.premium_banner_content {
    padding: 0;
}
.scproblem .premium-banner-ib, .scproblem .premium-banner-ib img {
    height: 100%;
}
.scproblem2 .premium-banner-ib, .scproblem2 .premium-banner-ib img {
    height: 250px;
    object-fit: cover;
}
.scproblem2 .elementor-element.elementor-widget-premium-addon-banner {
    width: 100%;
}
.scproblem .premium-banner-ib-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    background-color: #ffffffd6;
}
.scproblem2 .premium-banner-ib-desc {
    flex-direction: column;
}
.scproblem2 .premium-banner-ib-title::after {
    background-color: #d49027;
}
/* .scproblem .premium-banner-ib:hover h3.premium-banner-ib-title.premium_banner_title {
    opacity: 1;
    visibility: visible;
    transition: .35s;
} */
.scproblem .premium-banner-ib:hover .premium-banner-ib-desc {
    background-color: #ffffffd6;
    transition: .35s;
    cursor: pointer;
}
.scproblem .premium-banner-ib-content.premium_banner_content p {
    margin-bottom: 0;
}
/* SECTION FORM DANG KY */
.scform-dk form br {
    display: none;
}
.scform-dk .form_group {
    display: flex;
    flex-wrap: wrap;
}
.scform-dk .form_group p {
    display: flex;
    width: 100%;
    gap: 0 10px;
}
.scform-dk .form_group p span.wpcf7-form-control-wrap {
    width: 33%;
}
.scform-dk .cf7sr-g-recaptcha {
    margin-top: 10px!important;
    margin-right: 10px !important;
    width: 33%;
}
.scform-dk .premium-cf7-container input.wpcf7-submit {
    width: 33%;
    height: 76px;
}
.premium-cf7-container .wpcf7-spinner {
    position: absolute;
    top: 100%;
    right: 0;
}
.inf-comp .elementor-icon-box-wrapper {
    display: flex;
}
.inf-comp .elementor-icon-box-wrapper a {
    color: #D49029;
}
.inf-comp .elementor-icon-box-icon {
    padding-right: 10px;
}
.inf-comp .elementor-icon-box-description {
    margin-bottom: 0;
}
/* SECTION NXKH */
.scnxkh p.elementor-image-box-title {
    margin-bottom: 0;
}
/* SECTION UU DIEM */
.scuudiem .elementor-icon-box-title {
    margin-top: 0;
}
/* SECTION HINH ANH KHACH HANG */
.scgallery-kh .swiper-slide-inner {
    position: relative;
}
.scgallery-kh .swiper-slide-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scgallery-kh .swiper-slide-inner:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

/* SECTION WHY CHOOSE */
.scwhychoose .scbox-outstanding .elementor-image-box-content {
    padding-top: 50px;
}
.scwhychoose .scbox-outstanding .elementor-image-box-title {
    margin-bottom: 7px;
}
/* END SECTION WHY CHOOSE */
/* SECTION QUESTION */
.scques .elementor-widget-n-accordion .e-n-accordion-item {
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}
.scques .e-n-accordion-item-title-text {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}
.scques .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: #fff !important;
}
/* END SECTION QUESTION */

/* CTA */
.cta {
    position: fixed;
    top: 50%;
    right: 15px;
    z-index: 9999;
    transition: .5s;
}
.cta .icon-contact {
    margin-bottom: 5px;
}
.cta .icon-contact img {
    width: 50px;
    height: 50px;
}
.cta .icon-contact:last-child {
    margin-bottom: 0;
}
.cta img{
    animation: phonering-alo-circle-img-anim 1.5s infinite ease-in-out;
}
@keyframes phonering-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);
    }
}

@media (max-width: 640px){
    .scbanner-home {
        background: linear-gradient(to bottom, #ab893f, #e5af5a, #ab893F) !important
    }
    .scform-dk .form_group p {
        flex-wrap: wrap;
    }
    .scform-dk .form_group p span.wpcf7-form-control-wrap {
        width: 100%;
        margin-bottom: 10px;
    }
    .scform-dk .cf7sr-g-recaptcha {
        margin-right: 0 !important;
        margin-top: 0 !important;
    }
    .scform-dk .premium-cf7-container input.wpcf7-submit {
        width: 100%;
        height: 42px;
    }
    .scques .e-n-accordion-item-title-text {
        font-size: 18px;
    }
}