.nav-spacing-xlarge>li {
    margin: 0 18px;
}

.nut-xem-them {
    animation-name: stretch;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-direction: reverse;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

:root {
    --primary-color: #c59d3f;
    --hover-link-color: #a4770d;

    --gold-color: #c59d3f;
    --secondary-color: #f0f0f0;
    --text-color: #333;
    --banner-bg-color: #e0e0e0;
    --button-hover-color1: #95762e;
    --button-hover-color: #0d1526;
    --color-base: #212A37;

}

@keyframes stretch {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.form-dang-ky {
    padding: 30px 45px;
    background: #000000b5;
}

.form-dang-ky h3 {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.form-dang-ky p {
    text-align: center
}

.wpcf7-spinner {
    display: none
}

.form-dang-ky input[type="submit"] {
    margin: 0;
    background: red;
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
}

.section1 .icon-box {
    background: #00a89d82;
    border-radius: 15px;
    padding: 15px;
}

.section1 {
    padding-bottom: 20px !important
}

.section1 .icon-box h3 {
    color: #fff !important;
}

.form-dang-ky p.des {
    text-align: center;
    margin: 10px 0;
    font-size: 15px;
}

.form-dang-ky input {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
}

.section-title-center span:after {
    /* content: ""; */
    display: table;
    clear: both;
    background: url(/wp-content/uploads/2023/05/line.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0;
}

.section-title b {
    background: none
}

.section2 .col {
    padding-bottom: 0
}

.section-title-center span {
    font-size: 30px;
    color: var(--primary-dark-color);
}

.section2 img {
    border-radius: 10px
}

.section2 ul li {
    background-image: url(/wp-content/uploads/2023/05/01-20210707093838.png);
    background-repeat: no-repeat;
    background-size: 25px;
    list-style: none;
    margin-left: 0;
    padding-left: 27px;
    background-position-y: 5px;
}

.stuck .header-main {
    background: white
}

.section3 img {
    border-radius: 10px
}

.section3 .img {
    margin-bottom: 0
}

.section3 .col {
    padding-bottom: 0
}

.section4 img {
    border: 5px solid #b2cd49;
}

.section4 .box h4 {
    font-size: 17px;
    color: var(--primary-color);
}

.section4 .col {
    padding-bottom: 0
}

.section5 {
    margin-top: -120px
}

.section5 img {
    box-shadow: 2px 2px 20px #000000a6;
    border: 4px solid white
}

.section5 .img {
    box-shadow: 2px 2px 40px #00000030;
}

.slider-custom {
    padding: 0 !important;
    bottom: 0 !important;
}

.slider-custom .flickity-slider .img {
    width: calc(100%/7) !important
}

.slider-custom .flickity-page-dots {
    display: none
}

.tabbed-content .col {
    padding: 0px 10px 20px;
}

.tabbed-content .tab a {
    text-transform: none !important;
    letter-spacing: 0;
    /* color: var(--primary-color) !important; */
    border: none;
    /* background: #c8d743; */
    padding: 0px 21px;
}

.tabbed-content li {
    margin: 0 10px
}

.section-title-container {
    margin-bottom: 10px;
}

.tabbed-content ul {
    margin-bottom: 10px
}

.section8 .form-dang-ky {
    padding: 15px 20px;
}

.section8 .form-dang-ky h3 {
    font-size: 19px;
}

a.back-to-top {
    background: var(--primary-color) !important;
    color: white !important;
    border: none !important
}

.tabbed-content li.active a {
    color: white !important
}