* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    --primary-color: #007536;
    --secondary-color: #f2f8f5;
    --third-color: #cbe3d7;
    --fourth-color: #d61826;
    --white-color: #fff;
    --text-color: #333;
    font-size: 14px;
    background-color: var(--secondary-color);
}
img {
    width: 100%;
    display: block;
}
.ht-mrt192 {
    margin-top: 192px;
}
.ht-mrt96 {
    margin-top: 96px;
}
.ht-mrb192 {
    margin-bottom: 192px;
}
.ht-mrb96 {
    margin-bottom: 96px;
}
.ht-p96 {
    padding: 96px;
}
.ht-p64 {
    padding: 64px;
}
.c-button-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    padding: 16px 64px 16px 20px;
    white-space: nowrap;
    border: none;
    display: inline-block;
}
.c-button-primary i {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    font-size: 16px;
    text-align: center;
}
.c-button-primary {
    text-transform: none;
    background-color: var(--fourth-color);
    color: var(--white-color);
    border-radius: 12px;
}
.c-button-primary.green {
    background-color: var(--primary-color);
    margin-top: 12px;
}
.c-button-primary.green i {
    background-color: #fff;
    color: var(--primary-color);
}
.c-button-secondary {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 12px;
    padding: 14px;
    text-transform: none;
    font-weight: 600;
}
.c-button-secondary.red {
    background-color: var(--fourth-color);
}
.c-button-third {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
    text-transform: none;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px 16px;
    display: inline-flex;
    gap: 8px;
}
.c-headline {
    text-align: center;
    margin-bottom: 64px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.c-headline h3,
.c-headline .c_title {
    font-weight: 800;
    color: var(--primary-color);
    font-size: 48px;
    margin-bottom: 16px;
    margin: 0 auto 16px;
}
.c-headline > p {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color);
}
.c-seenmore {
    color: #808080;
    margin-top: 24px;
    cursor: pointer;
}
.c-seenmore i {
    transition: 0.5s;
}
.c-seenmore.active i {
    transform: rotate(180deg);
}
.c-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid var(--third-color);
    border-radius: 100px;
    margin-bottom: 12px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
}
.c-tag img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
/* Style chung s-header */
.hd-logo {
    line-height: 0;
}

.hd-menu h2 {
    font-size: inherit;
    font-weight: inherit;
}

a[ht-trigger="hd-menu"] {
    display: none;
    font-size: 14px;
    line-height: 1;
    padding: 0.5em;
    text-transform: uppercase;
    border: 1px solid;
}
a[ht-trigger="hd-menu"] i:first-child {
    float: left;
}
a[ht-trigger="hd-menu"] i:last-child {
    float: right;
}
a[ht-trigger="hd-menu"] img {
    width: 24px;
    height: 24px;
}
@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
/* BEGIN s-header-2 */
.s-header-2 {
    width: 100%;
    z-index: 999;
    padding: 24px 0;
    height: 98px;
}

.s-header-2 .s_bot {
    position: fixed;
    z-index: 111;
    width: 100%;
}
.s-header-2.scrolled .s_bot {
    animation: fixedTop 0.4s linear;
    top: 0;
    padding: 4px;
}
.s-header-2.scrolled .s_bot .container {
    background: rgba(0, 94, 43, 0.2);
    backdrop-filter: blur(5px);
    border: 1px solid var(--primary-color);
    border-radius: 16px;
    padding: 4px;
    margin: 0 auto;
    width: 950px;
}
@keyframes fixedTop {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}
.s-header-2 .hd-logo > img {
    width: 82px;
    transition: 0.5s;
}
.s-header-2.scrolled .hd-logo {
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 12px;
}
.s-header-2.scrolled .hd-logo > img {
    width: 58px;
    height: 36px;
}
.s-header-2 .hd-menu {
    margin-left: auto;
}
.s-header-2.scrolled .hd-menu {
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 12px;
}
.s-header-2.scrolled .hd-contact {
    padding: 14px 16px;
    margin-left: auto;
}
.s-header-2 .hd-menu > ul > li {
    display: inline-block;
    position: relative;
    /* margin: 0 8px; */
    padding: 8px 0;
}
.s-header-2 .hd-menu > ul > li > a {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    line-height: 35px;
    border-radius: 30px;
    font-weight: 600;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0.2px;
    transition: all 0.3s linear;
}
.s-header-2 .hd-menu > ul > li > a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--primary-color);
    bottom: 0;
    left: -5px;
    transition: 0.5s;
    opacity: 0;
}
.s-header-2 .hd-menu > ul > li:hover > a::after,
.s-header-2 .hd-menu > ul > li.is-active > a::after {
    left: 50%;
    opacity: 1;
}
.s-header-2 .hd-menu > ul > li:hover > a,
.s-header-2 .hd-menu > ul > li.is-active > a {
    color: var(--primary-color);
}
.s-header-2 .hd-contact {
    margin-left: 32px;
}
.c-button-7 {
    background-color: var(--fourth-color);
    color: #fff;
    border-radius: 12px;
    padding: 14px 16px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.c-button-7.green {
    background-color: var(--primary-color);
}
.c-button-7 span {
    display: block;
}
.c-button-7 span:first-child {
    transition: 0.4s;
}
.c-button-7 span:last-child {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    transition: 0.4s;
}
.c-button-7 i {
    margin-right: 8px;
}
.c-button-7:hover span:first-child {
    transform: translateY(-40px);
}
.c-button-7:hover span:last-child {
    top: 50%;
}
/* END s-header-2 */
.footer {
    background-color: var(--primary-color);
    /* padding: 00 32px; */
    color: #fff;
    margin-top: 40px;
    margin: 8px;
    border-radius: 32px;
    font-size: 14px;
}
.footer .ft-logo {
    text-align: center;
    background-color: #fff;
    padding: 32px 12px 12px 12px;
    border-radius: 0 0 8px 8px;
    display: inline-block;
}
.footer .ft-headline {
    font-size: 16px;
    margin-bottom: 16px;
}
.footer .ft-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    letter-spacing: 0.03px;
    font-family: var(--font-secondary);
    margin-bottom: 10px;
    margin-top: 30px;
}
.footer .ft-info {
    width: 70%;
}
.footer .ft-info li {
    margin-bottom: 8px;
    font-weight: 400;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.footer .ft-info li span span {
    font-weight: 600;
}
.footer .ft-info li i {
    transform: translateY(5px);
}
.footer .ft-code {
    margin-left: 32px;
    margin-bottom: 20px;
}
.footer .ft-headline {
    margin-top: 112px;
    color: #99c8af;
}
.footer .ft-menu li {
    margin-bottom: 12px;
}
.footer .ft-menu li:hover a {
    color: #99c8af;
}
.footer .ft-logo img {
    width: 58px;
    margin: 0 auto;
}
.footer .ft-social {
    display: flex;
    gap: 16px;
    margin: 16px 0;
}
.footer .ft-social a {
    transition: 0.5s;
}
.footer .ft-social a:hover {
    transform: scale(1.05);
}
.footer .ft-copyright {
    margin-top: 40px;
    border-top: 1px solid #ffffff26;
    font-weight: 300;
    /* text-align: center; */
    color: #99c8af;
    font-size: 12px;
    padding: 32px 0;
}

.form {
    background-color: var(--secondary-color);
    border: 1px solid var(--third-color);
    border-radius: 16px;
}
.form .formInfor {
    background-color: var(--white-color);
    border-radius: 16px;
    padding: 48px;
}

.form .formInfor .leftForm > i {
    font-size: 48px;
    color: var(--primary-color);
}
.form .formInfor .leftForm .image {
    width: 80%;
    position: absolute;
    height: 180px;
    bottom: -11%;
}
.form .formInfor .leftForm h3 {
    font-weight: 600;
    font-size: 34px;
    position: relative;
    margin: 24px 0 12px;
    z-index: 99;
    width: 80%;
}
.form .formInfor .leftForm p {
    width: 80%;
    margin-bottom: 24px;
}
.form .formInfor .input h5 {
    font-size: 12px;
}
.form .formInfor .input input,
.form .formInfor .input textarea {
    background-color: #eee;
    border: none;
    padding: 16px;
    border-radius: 8px;
    width: 100%;
    /* margin: 8px 0 8px 0; */
    outline: none;
    border: 2px solid transparent;
    transition: 0.5s;
}
.form .formInfor .input input:focus,
.form .formInfor .input textarea:focus {
    border: 2px solid var(--primary-color);
}
.form .formInfor .input input::placeholder,
.form .formInfor .input textarea::placeholder {
    color: #999;
}
.form .formInfor .input label {
    /* font-weight: 500; */
    font-size: 12px;
    color: var(--text-color);
    margin-bottom: 10px;
    display: block;
}
.form .formInfor .button .c-button {
    background-color: var(--primary-color) !important;
    width: 100%;
}
.form .formInfor .button {
    font-weight: 600;
    margin-top: 24px;
}
.form .formInfor .button i {
    margin-right: 10px;
}
.form .formInfor .button button {
    width: 100%;
}
#modalContact .c-modal-box {
    max-width: 1000px;
}
#modalContact .c-modal-group {
    border-radius: 15px;
}
#modalContact .c_body {
    padding: 0;
}
#modalContact .c_close {
    top: 8px;
    right: 8px;
}
@media (min-width: 992px) {
    .s-header-2 .hd-menu > ul > li:not(.no-hover):hover > ul {
        visibility: visible;
        position: absolute;
        right: 15px;
        top: 72px;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
    }
}
@media screen and (max-width: 1259px) {
    .s-header-2 .hd-logo {
        font-size: 10px;
    }
    .s-header-2 .hd-menu > ul > li {
        margin: 0 8px;
    }
    .s-header-2 .hd-menu > ul > li > a {
        padding: 0px 8px;
        /* color: #fff; */
    }
    .s-header-2.scrolled .s_bot .container {
        width: 900px;
    }
}
@media screen and (max-width: 991px) {
    .s-header-2 {
        padding: 24px 0;
        height: 84px;
    }
    .s-header-2.scrolled .s_bot .container {
        width: 328px;
        background: rgba(0, 94, 43, 0.2);
        backdrop-filter: blur(5px);
    }
    .s-header-2 .hd-menu {
        order: 1;
        /* margin-left: 15px; */
        /* position: relative; */
        padding: 10px 0;
    }
    .s-header-2 .hd-menu > a[ht-trigger="hd-menu"] {
        display: block;
        font-size: 15px;
        border-radius: 30px;
        padding: 0;
        border: 2px solid var(--color-primary);
        color: var(--color-primary);
        font-weight: 600;
    }
    .s-header-2 .hd-menu > ul {
        visibility: hidden;
        width: 98.5%;
        background-color: var(--primary-color);
        position: absolute;
        top: 70px;
        left: 3px;
        border-radius: 12px;
        padding: 8px;
        border: 1px solid #ffffff29;
        z-index: 99999;
    }
    .s-header-2 .hd-menu > ul > li {
        display: block;
        /* border-bottom: 1px solid #ffffff21; */
        padding: 0;
        margin: 0;
    }
    .s-header-2 .hd-menu > ul > li:last-child {
        border-bottom: none;
        padding: 0;
    }
    .s-header-2 .hd-menu > ul > li.is-active > a,
    .s-header-2 .hd-menu > ul > li:not(.no-hover):hover > a {
        color: #fff;
    }
    .s-header-2 .hd-menu > ul > li > a {
        border-radius: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        padding: 8px 0;
        justify-content: space-between;
        padding: 16px;
        color: #fff;
    }
    .s-header-2 .hd-menu > ul > li:hover > a::after,
    .s-header-2 .hd-menu > ul > li.is-active > a::after {
        left: 4px;
        top: 48%;
        opacity: 1;
        background-color: #fff;
    }
    .s-header-2 .hd-menu > ul.is-active {
        visibility: visible;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
    }
    .s-header-2::before {
        top: 0;
        left: 0;
        position: fixed;
        content: "";
        display: block;
        width: 100%;
        height: 100vh;
        backdrop-filter: blur(5px);
        webkit-backdrop-filter: blur(5px);
        background: rgba(0, 94, 43, 0.2);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }
    .s-header-2.is-active::before {
        opacity: 1;
        visibility: visible;
    }
    .s-header-2.is-active .s_bot .container {
    }
    .s-header-2 .hd-menu > ul > li > ul {
        /* top: 32px !important; */
        background-color: #ffffff;
        width: 100% !important;
        min-width: unset;
        box-shadow: unset;
        position: relative;
        padding: 0;
        margin-bottom: 8px;
    }
    .s-header-2 .hd-menu > ul.is-active > li > ul {
        visibility: visible;
    }
    .s-header-2 .hd-menu > ul > li.no-hover > a {
        display: none;
    }
    .s-header-2 .hd-menu > ul > li > ul > li a {
        padding: 0px 20px 0px 0px;
        font-weight: 500;
    }
    .s-header-2 .hd-menu > ul > li > ul > li:not(:last-child) {
        margin-bottom: 20px;
    }
    .s-header-2 .hd-contact {
        margin-left: auto !important;
    }
    .s-header-2 .hd-menu {
        margin-left: 8px;
        padding: 12px 12px !important;
    }
    .footer {
        margin: 5px;
        padding: 0 20px;
    }
    .footer .ft-info {
        width: 100%;
    }
    .footer .ft-headline {
        margin-top: 30px;
    }
    .form .formInfor .leftForm h3 {
        font-size: 32px;
    }
    .form .formInfor .leftForm .image {
        width: 100%;
    }
    .ht-mrt192 {
        margin-top: 160px;
    }
    .ht-mrt96 {
        margin-top: 80px;
    }
    .ht-mrb192 {
        margin-bottom: 160px;
    }
    .ht-mrb96 {
        margin-bottom: 80px;
    }
    .ht-p96 {
        padding: 80px;
    }
    .form form {
        margin-top: 96px;
    }
}

@media (max-width: 767px) {
    .ht-mrt192 {
        margin-top: 96px;
    }
    .ht-mrt96 {
        margin-top: 48px;
    }
    .ht-mrb192 {
        margin-bottom: 96px;
    }
    .ht-mrb96 {
        margin-bottom: 48px;
    }
    .ht-p64 {
        padding: 32px;
    }
    .ht-p96 {
        padding: 48px;
    }
    .c-headline {
        margin-bottom: 48px;
    }
    .s-header-2 .hd-menu {
        margin-left: 8px;
        padding: 12px 12px !important;
    }
    .c-headline h3 {
        font-size: 34px;
        width: 100%;
    }
    .c-headline p {
        width: 100%;
    }
    .footer .ft-menu li {
        font-size: 14px;
    }
    .form .formInfor .leftForm p {
        width: 100%;
        margin-bottom: 32px;
    }
    .form .formInfor {
        padding: 24px;
    }
    .c-headline h3,
    .c-headline .c_title {
        font-size: 34px;
        width: 100%;
    }
}
