/*
Version: 3.0.1.11212222s22sssssssssds
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;
}

body, a, h1, h2, h3, h4, h5, h6, p, li {
    
}

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

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

#header .nav > li > a {
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    color: #374151;
}

#header .nav > li > a:hover {
    color: #d97706;
}

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

ul.header-nav-main {
    justify-content: center;
}

/* Custom */

a.text-white:hover {
    color: #fff;
}

.header-bg-color {
    background: #fffffff5 !important;
}

.pt-item ul {
    margin: 0;
    padding-left: 22px;
}

.pt-item .pt-item-icon {
    min-width: 48px;
}

/* Focus styles (thay focus:ring-2 + focus:ring-amber-600 + focus:border-transparent) */
.wpcf7 .cf7-input {
    border-radius: .5rem;
    margin-bottom: 0;
    box-shadow: none !important;
    outline: none !important;
}
.wpcf7 .cf7-textarea {
    border-radius: .5rem;
    margin-bottom: 0;
    box-shadow: none !important;
    outline: none !important;
}
.wpcf7 .cf7-input:focus {
    box-shadow: 0 0 0 2px #d97706; /* gần amber-600 */
  }
  
  /* Submit gradient + hover scale/shadow + disabled */
  .wpcf7 .cf7-submit {
    background: linear-gradient(to right, #d97706, #ca8a04); /* amber-600 -> yellow-600 gần đúng */
    border-radius: .5rem;
  }
  
  .wpcf7 .cf7-submit:hover {
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04);
    transform: scale(1.02);
  }
  
  .wpcf7 .cf7-submit:disabled,
  .wpcf7 .cf7-submit[disabled] {
    opacity: .5;
    cursor: not-allowed;
    transform: none;
  }

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

#footer a {
    color: #9ca3af;
}

#footer ul {
    list-style: none;
}

#footer ul li {
    margin-left: 0;
}

.footer-logo img {
    width: 90px;
    /* brightness: 0; */
    filter: brightness(0) invert(1);
}

.header-reg-btn {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0 30px !important;
    min-height: 0;
}

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


}

#footer .absolute-footer, .grecaptcha-badge {
    display: none;
}