/*
Version: 3.0.23
Theme Name: Super Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
*/

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

/* declare primary color */
:root {
    --cus-primary-color: #0056b3;
    --cus-secondary-color: #002956;
    --cus-black-color: #000;
    --cus-white-color: #fff;
    --cus-brown-color: #3a1c14;
}

body, a, h1, h2, h3, h4, h5, h6, p, li {
    /* font-family: 'Inter', sans-serif; */
}

/* Mobile Menu */
.off-canvas-left .mfp-content {
    background: #fff;
}

/* Header nav */
.stuck div#masthead {
    background: #fff;
}

#header .nav > li.menu-item {
    margin: 0 20px;
}

.off-canvas .nav-vertical>li>a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--cus-brown-color);
}

#header .nav > li > a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--cus-white-color);
}

#header .stuck .nav > li > a {
    color: var(--cus-brown-color);
}

#header .nav > li > a:hover {
    color: var(--cus-brown-color);
}

/* SPT Button */
.spt-button {
    transition: all 0.3s ease;
    display: inline-block;
}

.spt-button-inner {
    display: flex;
    align-items: center;
}

.spt-button svg {
    margin-right: 10px;
}

.spt-button:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}

/*  SPT Icon Box  */
.spt-icon-box-content p {
    margin-bottom: 0;
}

/* CF7 */
span.wpcf7-spinner {
    display: none;
}

/* Accordion */
.accordion {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px -1px 6px 1px #ddd;
}

div#accordion-2860439605 {}

.accordion-title {
    border: 0;
    padding-left: 20px;
}

.accordion-title span {
    font-size: 16px;
    color: rgb(0, 51, 102);
}

.accordion-title button {}

.accordion-title button i {}

.accordion-title button i::before {}

.accordion-inner {
    padding-bottom: 0;
}

.accordion-inner p {}

.accordion-inner ul li {}

.accordion-inner p:last-child {
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion .toggle {
    left: unset;
    right: 0;
}


/* Custom */

#footer {
    background-color: #D3B5A3 !important;
    position: relative;
    padding-top: 65px;
}

#footer h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
}

.absolute-footer, html {
    background-color: #4c2418;
}

.absolute-footer .container {
    border-top: 1px solid #89d56282;
    padding-top: 15px;
}

.shape16 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    transform: scalex(-1);
}

.shape16 img {
    max-width: 100%;
    height: auto;
}

.sec-form-contact {}

.sec-form-contact input:not([type="submit"]), .sec-form-contact textarea {
    border: 1px solid #e4be88;
    border-radius: 5px;
    background: none;
    color: #fff;
    margin-bottom: 0;
}

.sec-form-contact input:not([type="submit"])::placeholder, .sec-form-contact textarea::placeholder {
    color: #fff;
}

.sec-form-contact label {
    color: #fff;
}

.sec-form-contact input[type="submit"] {
    width: 100%;
    display: block;
    margin: auto;
    background: #e4be88;
    color: #000;
    border-radius: 5px;
}

.form-phone-button a, .form-email-button a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.form-phone-button a svg, .form-email-button a svg {
    background: #fff;
    padding: 8px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.form-phone-button a span, .form-email-button a span {
    font-size: 13px;
}

.form-phone-button a p, .form-email-button a p {
    font-weight: 700;
}

.float-cta-phone, .float-cta-zalo {
    right: 20px;
    bottom: 100px;
    position: fixed;
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 9999;
}

.float-cta-zalo {
    bottom: 180px;
}

.float-cta-phone svg, .float-cta-zalo svg {
    position: relative;
    z-index: 1;
}

.float-cta-phone {
    color: red;
}

.float-cta-phone::after, .float-cta-zalo::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120%;
    height: 120%;
    background-image: linear-gradient(45deg, #fcae6e, #e4be88);
    animation: zoomFadeIn2 1s linear infinite;
    border-radius: 40px;
    z-index: -1;
}

@keyframes zoomFadeIn2 {
    0% {
        opacity: 1;
        transform: translate(-50%,-50%) scale(.9)
    }

    to {
        opacity: 0;
        transform: translate(-50%,-50%) scale(1.5)
    }
}

.grecaptcha-badge {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
}

.banner-bg-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.wpcf7-not-valid-tip {
    opacity: 1 !important;
    font-size: 13px;
    top: 15px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

#footer .absolute-footer {
    /* display: none; */
}