/*
Theme Name: Vương Điền Group
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* general style  */

html:not(#ux-builder) {
    scroll-behavior: smooth;
}

.transparent #logo img {
    max-height: 90px;
    background-color: #fff;
    border-radius: 20px;
}
.stuck #logo img {
    background-color: #fff;
    max-height: 70px !important;
    border-radius: 20px;
}
.button.oa-button {
    font-weight: 600;
}
.button.oa-button-yellow {
    font-weight: 600;
    background-color: rgb(217, 166, 41) !important;
}

.banner h2 {
    line-height: 1.4;
}

.banner .lead {
    font-size: 20.8px;
}

.banner .button.is-small {
    font-size: 14px;
}

.form-flat select,
.form-flat textarea,
.form-flat input:not([type="radio"]):not([type="checkbox"]):not([type="range"]) {
    height: 45px;    
    border-radius: 4px;
    
}

@media (min-width: 480px) {
    .container-left .col-inner {
        padding-left: calc((100vw - 1340px) / 2) !important;
    }
    
    .container-right .col-inner {
        padding-right: calc((100vw - 1340px) / 2) !important;
    }
}



.flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}

.slider-nav-dots-square .flickity-page-dots .dot {
    background-color: #fff;
}

textarea::placeholder {
    color: currentColor;
}

.grecaptcha-badge { 
    visibility: hidden;
}

/* end general style */

/* home style */
.row-sticky-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.guest-slider .flickity-page-dots {
    bottom: -30px;
}

.guest-slider .flickity-slider>* {
    margin: 15px 0 !important;
}

.guest-slider .box {
    position: relative;
}

.guest-slider .box .box-text {
    position: static;
}

.guest-slider .box .social-icons {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    opacity: 0;
    transition: all .3s;
}

.social-icons a.button.icon {
    margin: 0 8px;
}

.guest-slider .box:hover .social-icons {
    opacity: 1;
}

.box .person-title {
    opacity: 1;
}

.accordion-item {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.accordion .toggle {
    transform: rotate(-90deg);
    right: 0;
    left: auto;
    font-size: 10px;
    top: 8px;
}

.accordion .active .toggle {
    transform: unset;
}

.accordion-title {
    padding-left: 15px;
    border: none;
    font-size: 14px;
}

.dark .accordion-title.active {
    background-color: #fff;
    color: black;
    font-weight: 400;
}

.accordion-inner {
    font-size: 14px;
    padding: 14px 20px;
}

.accordion-inner p:last-child {
    margin-bottom: 0;
}

.pricing-table .title {
    padding: 45px 15px;
}

.pricing-table .price {
    padding: 20px 0;
    background-color: #EFEFEF;
}

.pricing-table:not(.featured-table) .title {
    background-color: #000 !important;
}

.pricing-table .items {
    padding: 0;
    color: #000;
}

.pricing-table .items>div {
    padding: 18px 0;
    background-color: #F6F6F6;
}

.pricing-table .items>div:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
}

.oa-outline-tabs .nav {
    width: fit-content;
    border: 2px solid rgb(217, 166, 41);
    border-radius: 6px;
    overflow: hidden;
    margin: auto;
}
.nav-pills > li.active > a{
    background-color: rgb(217, 166, 41) !important;
}
.oa-outline-tabs .nav>li>a {
    border-radius: 0;
    padding: 5px 20px;
}

.oa-outline-tabs .tab-panels {
    padding-top: 60px;
}

.form-flex {
    flex: 1;
    flex-wrap: nowrap;
}

.form-flex input {
    height: 50px !important;
    padding: 0 35px;
}

.form-flex.form-flat input[type="email"] {
    border-radius: 99px 0 0 99px !important;
}

.form-flex.form-flat input[type="submit"] {
    border-radius: 0 99px 99px 0 !important;
    margin-bottom: 0;
}

.wpcf7-spinner {
    display: none;
}

.price-table-slider .flickity-slider > * {
    padding-right: 30px !important;
    margin-bottom: 30px;
}

/* end home style */

/* footer */
.row-solid .col:before {
    z-index: -1;
}

.oa-back-to-top.is-link {
    width: 60px;
    height: 40px;
    z-index: 9;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #141414 !important;
}

.oa-back-to-top span {
    display: none;
}

.button.oa-back-to-top i {
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.absolute-footer {
    font-size: 14px;
}

html:not(#ux-builder) #footer .ux-shape-divider {
    z-index: 2;
}

@media (max-width: 1024px) {
    .price-table-slider .flickity-slider > * {
        max-width: 45% !important;
    }
}

@media (max-width: 480px) {
    .transparent .header-main {
        height: 70px !important;
    }

    .transparent #logo img {
        max-height: 70px !important;
    }

    .button.icon.is-small {
        font-size: 16px;
    }

    .row-sticky-slider {
        position: static;
    }

    .oa-outline-tabs .nav>li>a {
        font-size: 14px;
    }

    .message-box {
        padding-left: 0;
        padding-right: 0;
    }

    .form-flex input {
        padding: 0 15px;
    }


    .price-table-slider .flickity-slider > * {
        padding-right: 0 !important;
    }
}



.slider-logo .logo img {
    width: 100%;
    object-fit: contain;
}