:root {
    --color-main: #39b54a;
    --color-yellow: #ffff34;
    --color-text-bold: #064a02;
    --bg-gradient: linear-gradient(90deg, rgba(57, 181, 74, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
}
body {
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}
.ht-mrt50 {
    margin-top: 50px;
}
.text--secondary {
    color: var(--color-yellow);
}
/* Style chung b-search */
[class*="b-search-"] {
    color: #666;
    font-size: 13px;
    max-width: 400px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}
[class*="b-search-"]>input {
    width: 100%;
    color: inherit;
    font-size: 1em;
    padding: 0 5px 0 7px;
    line-height: normal;
    border: none;
    background-color: transparent;
}
[class*="b-search-"]>input::-webkit-input-placeholder {
    color: #999;
}
[class*="b-search-"]>input::-moz-placeholder {
    color: #999;
}
[class*="b-search-"]>input:-moz-placeholder {
    color: #999;
}
[class*="b-search-"]>input:-ms-input-placeholder {
    color: #999;
}
[class*="b-search-"]>input:focus {
    outline: none;
}
[class*="b-search-"]>button {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    box-shadow: none;
    line-height: 0;
}
[class*="b-search-"]>button i {
    line-height: inherit;
}

/* BEGIN b-search-1 */
.b-search-1 {
    border-radius: 3px;
}
.b-search-1>input {
    border-radius: 3px 0 0 3px;
    border: 1px solid #ddd;
    border-right: none;
    padding: 13px 14px;
    border-radius: 25px 0 0 25px;
}
.b-search-1>button {
    padding: 10px 20px 10px 15px;
    border-radius: 0 25px 25px 0;
    background: var(--color-main);
    /* border-radius: 0 3px 3px 0; */
}

/* END b-search-1 */
/* 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;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
/* BEGIN s-header-11 */
.s-header-11 {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
}
.s-header-11 .s-hd {
    background: #fff;
    padding: 0 20px;
    border-radius: 0 0 16px 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;



    /* BEGIN b-card-37 */
    .b-card-37 {
        text-align: center;
        padding: 0 30px;
        margin: 20px 0;
    }
    .b-card-37 .b_icon {
        font-size: 35px;
        color: var(--color-yellow);
        ;
        margin-bottom: 10px;
        -webkit-transition: transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
    }
    .b-card-37 .b_title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        position: relative;
    }
    .b-card-37 .b_title: after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: calc(50% - 25px);
        width: 50px;
        height: 1px;
        background: #000;
    }
    .b-card-37: hover .b_icon {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    /* BEGIN b-card-37 */
    /* BEGIN s-slide-13 */
    .s-slide-13 .slick-list:: before {
        padding-bottom: calc(49% + 0.88px);
    }
    .s-slide-13 .slick-slide {
        position: relative;
    }
    .s-slide-13 .slick-slide: before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
        background-color: transparent;
        --background-overlay: '';
        background-image: linear-gradient(225deg, #0D517C00 0%, #0d7c28cc 75%);
    }
    .s-slide-13 .slick-dots {
        width: 100%;
        position: absolute;
        bottom: 30px;
    }
    .s-slide-13 .slick-dots li.slick-active {
        border: 1px solid #fff;
    }
    .s-slide-13 .slick-dots li.slick-active button {
        background-color: #fff;
    }
    .s-slide-13 .slick-dots li button {
        font-size: 4px;
        margin: 5px;
        color: transparent;
        background-color: #aaa;
        border-radius: 0;
        width: 3em;
        height: 3em;
    }
    .s-slide-13 .s_caption {
        color: #fff;
        width: 60%;
        text-align: left;
        text-transform: uppercase;
        position: absolute;
        top: 55%;
        left: 65px;
        -webkit-transform: translate(-50%, -50%);
        transform: translateY(-50%);
    }
    .s-slide-13 .s_caption h3 {
        font-size: 35px;
        font-weight: bold;
    }
    @media screen and (max-width: 991px) {
        .s-slide-13 .s_caption h3 {
            font-size: 20px;
        }
    }
    .s-slide-13 .s_caption p {
        color: #fff;
        margin: 30px 0 45px;
    }
    @media screen and (max-width: 991px) {
        .s-slide-13 .s_caption p {
            font-size: 13px;
            margin: 15px 0;
        }
    }
    .s-slide-13 .s_caption .s_button {
        color: #fff;
        font-weight: bold;
        padding: 0.715em 1.072em 0.715em 1.072em;
        background-color: var(--color-yellow);
        ;
        -webkit-transition: 0.25s ease;
        -o-transition: 0.25s ease;
        transition: 0.25s ease;
        background: var(--bg-gradient);
        padding: 15px 40px;
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }
    .s-slide-13 .s_caption .s_button: hover {
        color: var(--color-yellow);
        ;
        background-color: #fff;
    }
    @media screen and (max-width: 767px) {
        .s-slide-13 .s_caption {
            display: none;
        }
    }
    .s-slide-13 .s-slide-bot {
        background-color: #fff;
        box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .s-slide-13 .s-slide-bot .b-card-37 {
        border-right: 1px solid #eee;
    }

    /* END s-slide-13 */
    ;
}
.s-header-11 .s_top {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.s-header-11 .hd-logo, .s-header-11 .hd-info {
    font-size: 14px;
}
.s-header-11 .hd-logo img {
    height: 70px;
}
.s-header-11 .hd-info {
    margin-left: 30px;
}
.s-header-11 .hd-info>div {
    text-align: center;
}
.s-header-11 .hd-info>div:first-child {
    color: #05a;
    font-weight: bold;
    font-size: 1.429em;
    text-transform: uppercase;
}
.s-header-11 .hd-info>div:last-child {
    color: var(--color-yellow);
    ;
    font-size: 1em;
}
.s-header-11 .hd-info>div:last-child span {
    font-size: inherit;
}
.s-header-11 .hd-info>div:last-child span::before {
    color: inherit;
}
.s-header-11 .b-search-1 {
    width: 400px;
    margin: 0 auto 0 auto;
}
.s-header-11 .hd-social {
    line-height: 0;
}
.s-header-11 .hd-social>a {
    font-size: 19px;
    background-color: var(--color-main);
    border-radius: 50%;
    background-size: contain;
    width: 35px;
    height: 35px;
}
.s-header-11 .hd-menu>ul>li {
    float: left;
    position: relative;
}
.s-header-11 .hd-menu>ul>li>a {
    display: block;
    line-height: 55px;
    font-weight: 500;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}
.s-header-11 .hd-menu>ul>li>a::before {
    content: '';
    height: 0;
    width: 100%;
    /* background-color: var(--color-yellow);; */
    z-index: -1;
    position: absolute;
    left: 0;
    -webkit-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}
.s-header-11 .hd-menu>ul>li.is-active>a {
    color: var(--color-main);
}
.s-header-11 .hd-menu>ul>li>a:nth-last-child(2) h2::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
}
.s-header-11 .hd-menu>ul>li>ul {
    visibility: hidden;
    min-width: 200px;
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0 5px 10px #ccc;
    z-index: 2000;
    position: fixed;
}
.s-header-11 .hd-menu>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.s-header-11 .hd-menu>ul>li>ul>li a {
    display: block;
    padding: 10px 25px 10px 20px;
}
.s-header-11 .hd-menu>ul>li>ul>li a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 0.858em;
    color: #888;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.s-header-11 .hd-menu>ul>li>ul>li a:hover {
    color: var(--color-main);
}
.s-header-11 .hd-menu>ul>li.is-active>a::before {
    height: 100%;
}
.s-header-11 .hd-menu>ul>li:not(.no-hover):hover>a::before {
    height: 100%;
}
.s-header-11 .hd-menu>ul>li:not(.no-hover):hover>ul {
    visibility: visible;
    position: absolute;
    top: 40px;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-11 .hd-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s-header-11 .hd-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 20px;
}
.s-header-11 .hd-info_lang {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.hd-cta {
    padding: 12px 35px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    background: #39B54A;
    background: linear-gradient(90deg, rgba(57, 181, 74, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
    color: #fff;
}
.hd-contact i {
    color: var(--color-main);
}
.hd-language {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hd-language a {
    height: 20px;
    display: inline-block;
}
@media screen and (max-width: 991px) {
    .s-header-11 .s_top .container {
        position: relative;
    }
    .s-header-11 .hd-logo {
        font-size: 10px;
    }
    .s-header-11 .hd-info {
        margin: 0 auto;
        font-size: 12px;
    }
    .s-header-11 .b-search-1 {
        width: 220px;
        margin-right: 1.7%;
        position: absolute;
        right: 0;
        bottom: -42px;
        display: none;
    }
    .s-header-11 .hd-menu {
        float: left;
        position: absolute;
        top: 20px;
        right: 20px;
        flex-direction: row-reverse;
        gap: 20px;
    }
    .s-header-11 .hd-menu>a[ht-trigger="hd-menu"] {
        display: block;
        color: var(--color-main);
        margin: 5px 0;
    }
    .s-header-11 .hd-menu>ul {
        visibility: hidden;
        width: 250px;
        background-color: #fff;
        position: absolute;
        top: 40px;
    }
    .s-header-11 .hd-menu>ul>li {
        float: none;
    }
    .s-header-11 .hd-menu>ul>li:not(.no-hover):hover>ul {
        min-width: 100%;
    }
    .s-header-11 .hd-menu>ul.is-active {
        visibility: visible;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
    }
}
@media screen and (max-width: 479px) {
    .s-header-11 .hd-info {
        margin: 0 0 0 auto;
    }
    .s-header-11 .hd-social {
        display: none;
    }
}

/* END s-header-11 */
/* BEGIN c-button-8 */
.c-button-8 {
    display: inline-block;
    font-size: 14px;
    padding: 14px 20px;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    border-radius: 8px;
    background: var(--bg-gradient);
}
.c-button-8>i.fa {
    padding-left: 5px;
}
.c-button-8::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    -webkit-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
}
.c-button-8:hover {
    box-shadow: 0 14px 26px -12px rgba(34, 34, 34, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(34, 34, 34, 0.2);
}
.c-button-8:hover::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}

/* END c-button-8 */
/* begin s-about */
.s-about {
    padding: 60px 0;
    background-image: url('/images/bgs/15.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.s-about .b-thumb {
    border-radius: 12px;
    overflow: hidden;
}
.b-card-1 {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 12px;
}
.card-year {
    background-color: var(--color-main);
    padding: 20px 0 20px 0;
    border-radius: 10px 10px 10px 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.card-year .name {
    font-size: 58px;
    letter-spacing: 5px;
}
.sub-heading-1 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #064a02;
    background: #F4F7FB;
    padding: 6px 15px 6px 15px;
    margin-bottom: 10px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.heading-1 {
    font-size: 39px;
    margin-bottom: 20px;
    margin-top: 15px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: var(--color-main);
    font-weight: bold;
}
.sub-logo {
    position: relative;
    padding: 0 18px;
    background: var(--color-main);
    border-radius: 100px;
    color: #fff;
    font-family: inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
}
.sub-logo::before {
    position: absolute;
    content: '';
    top: 4px;
    right: 1px;
    transform: translate(50%, -50%);
    top: 0;
    right: 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 50%;
}
.sub-logo .icon-leaf {
    position: absolute;
    content: '';
    top: -5px;
    right: 8px;
    transform: translate(50%, -50%);
}
/* BEGIN b-card-36 */
.b-card-36 {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding: 10px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.b-card-36 .b_content {
    padding: 0 15px;
}
.b-card-36 .b_title {
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.b-card-36 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #666;
    text-align: justify;
    margin-bottom: 15px;
}
.b-card-36 .b_btn {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 10px 25px;
    background-color: var(--color-yellow);
    ;
    text-transform: uppercase;
    position: relative;
    bottom: -5px;
}
.b-card-36 .b_btn::after {
    content: "";
    border-top: 5px solid #666;
    border-right: 5px solid transparent;
    position: absolute;
    right: -5px;
    bottom: 0;
}
@media screen and (min-width: 992px) {
    .b-card-36 .b_content {
        padding: 0 25px;
    }
    .b-card-36:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }
    .b-card-36:hover .b_title {
        color: var(--color-main);
    }
}

/* END b-card-36 */
.s-why {
    padding: 60px 0;
    background: var(--color-main);
    color: #fff;
}
.s-why .title {
    font-size: 38px;
    font-weight: 700;
    margin: 15px 0;
}
.s-why .desc {
    width: 70%;
    padding-top: 10px;
    padding-bottom: 40px;
}
.b-card-69 {
    position: relative;
}
.b-card-69::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 80px;
    background: #d5d5d5;
    top: 50%;
    right: -7px;
    transform: translateY(-50%);
}
.b-card-69 .number {
    font-size: 40px;
    font-weight: bold;
}
.b-card-69 .info {
    color: #d7d7d7;
}
.col-md-2-4:last-child .b-card-69::after {
    display: none;
}
.b_photo img {
    height: 90px;
    object-fit: contain;
}
.b_photo {
    display: inline-block;
    margin-bottom: 30px;
}
/* BEGIN b-card-23 */
.b-card-23 {
    display: block;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--color-main);
    box-shadow: 1px 1px 5px #bbb;
    border-radius: 12px;
    overflow: hidden;
    height: calc(100% - 30px);
}
.b-card-23 .b_title {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    margin: 14px 0 14px;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
}
.b-card-23 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #605f5f;
}
.b-card-23:hover .b_title {
    color: var(--color-main);
}
.b-card-23 .b_content {
    padding: 10px 20px 25px;
}
.b-card-23 .b_date {
    color: #434343;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
}
.b-card-23 .b_button {
    display: inline-block;
    margin-top: 20px;
    padding: 7px 20px;
    background: var(--color-main);
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
    transition: ease 5s;
}
.b-card-23 .b_button:hover {
    background: var(--bg-gradient);
}
.b-card-23 img {
    transform: translate3d(-6.66%, 0, 0);
    -webkit-transform: translate3d(-6.66%, 0, 0);
    width: calc(100% + 10%);
    max-width: none;
    transition: opacity .35s, transform .45s;
}
.b-card-23:hover img {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
/* END b-card-23 */
.ht-ratio--50::before {
    padding-bottom: 50%;
}
/* BEGIN s-faq-2 */
.s-faq-2 {
    /* border: 1px solid #eee; */
}
.s-faq-2 .item:not(:last-child) {
    /* border-bottom: 1px solid #ddd; */
}
.s-faq-2 .item-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    padding: 17px 0px;
    border-bottom: 1px solid #ccc;
}
.s-faq-2 .item-title:before {
    content: '\002b';
    display: inline-block;
    color: #666;
    width: 1.429em;
    line-height: 1.429em;
    margin-right: 7px;
    text-align: center;
    position: absolute;
    right: 10px;
    font-size: 20px;
}
.s-faq-2 .item-title:hover {
    color: var(--color-main);
}
.s-faq-2 .item-body {
    display: none;
    overflow: hidden;
    padding: 20px 0px 20px;
    border-bottom: 1px solid #ccc;
    color: #4a4a4a;
}
.s-faq-2 .item.is-active {
    /* background-color: #eee; */
}
.s-faq-2 .item.is-active .item-title {
    color: var(--color-main);
}
.s-faq-2 .item.is-active .item-title:before {
    content: '\2013';
}

/* END s-faq-2 */
/* BEGIN s-icon-2 */
.s-icon-2>a:first-child {
    opacity: 0;
    font-size: 20px;
    border: 1px solid #ccc;
    background-color: rgba(204, 204, 204, 0.5);
    z-index: 111111;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-icon-2>a:first-child.is-show {
    opacity: 1;
    bottom: 180px;
    width: 48px;
    height: 48px;
}
.s-icon-2>a:last-child {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 111111;
    line-height: 0;
}
.s-icon-2>a:last-child span {
    font-size: 31px;
}
.s-icon-2>a:last-child span::before, .s-icon-2>a:last-child span::after {
    content: '';
    opacity: 0;
    width: calc(100% + 1.334em);
    height: calc(100% + 1.334em);
    margin: -0.666em;
    border-radius: 3px;
    background-color: #05a;
    border-radius: 15px;
    z-index: -1;
    position: absolute;
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite;
}
.s-icon-2>a:last-child span::after {
    animation-delay: .3s !important;
    -webkit-animation-delay: .3s !important;
}
.s-icon-2>a:last-child span img {
    position: absolute;
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* END s-icon-2 */
/* BEGIN s-footer-5 */
.s-footer-5 .s_top {
    padding: 20px 0;
    background: linear-gradient(#fff, rgba(0, 85, 170, 0.2));
}
.s-footer-5 .s_top a[rel="nofollow"] img {
    height: 50px;
}
.s-footer-5 .c-headline-4 {
    margin: 10px 0 15px;
}
.s-footer-5 .c-headline-4::after {
    margin-top: 5px;
}
.s-footer-5 .ft-menu li {
    display: inline-block;
    width: calc((100% / 2) - 12px);
    color: inherit;
    font-size: 13px;
    margin: 0 10px 10px 0;
}
.s-footer-5 .ft-menu li.line {
    width: 100%;
    margin-right: 0;
}
.s-footer-5 .ft-menu li>h1 {
    font-size: 30px;
    font-weight: inherit;
    color: #fff;
}
.s-footer-5 .ft-menu li a {
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.s-footer-5 .c-headline-4 .c_name {
    display: block;
}
.s-footer-5 .ft-menu li a>span::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: inherit;
    color: #ccc;
    margin-right: 5px;
}
.s-footer-5 .ft-menu li a:hover {
    color: var(--color-yellow);
    ;
}
.s-footer-5 .ft-menu li>span {
    line-height: 20px;
}
.s-footer-5 .ft-menu li>span:not(:last-child) {
    margin-right: 20px;
}
.s-footer-5 .ft-menu li>span.fa::before {
    width: 15px;
    color: #ccc;
    text-align: center;
}
.s-footer-5 .ft-menu li span::before, .s-footer-5 a:hover {
    color: var(--color-yellow) !important;
}
.s-footer-5 .ft-social {
    line-height: 0;
    margin: 13px 0 10px;
}
.s-footer-5 .s_bot {
    background-color: var(--color-main);
}
.s-footer-5 .ft-copyright {
    line-height: 40px;
}
.s-footer-5 .ft-phone {
    color: #fff;
    text-align: center;
    z-index: 111111;
    position: fixed;
    bottom: 65px;
    left: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-footer-5 .ft-phone i {
    font-size: 27px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid;
    border-radius: 12px;
    background: var(--color-yellow);
}
.s-footer-5 .ft-phone span {
    margin-left: 0;
    line-height: 1;
    border: 1px solid;
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: var(--color-yellow);
    position: relative;
    left: -5px;
    display: none;
}
.s-footer-5 .ft-phone span:not(.text-hide) {
    padding: 5px;
}
.s-footer-5 .s_top {
    position: relative;
    color: #fff;
    border-bottom: 1px solid #ccc;
}
.s-footer-5 .s_top::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #39B54A;
    background: linear-gradient(0deg, rgb(57 181 74) 0%, rgb(65 213 126 / 83%) 83%, rgba(237, 221, 83, 0.38) 100%);
}
.s-footer-5 .ft-bct {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s-footer-5 .ft-social a {
    border-color: inherit;
    border-radius: 6px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background-size: cover;
    color: #fff;
    background-color: var(--color-main);
    border: 2px solid;
}
.s-icon-2 .icon-social {
    position: fixed;
    right: 10px;
    border-radius: 12px;
    z-index: 111111;
    line-height: 0;
    display: block;
}
.s-icon-2 .icon-social .c-icon {
    width: 48px;
    height: 48px;
    /* border-radius: 22px; */
    /* overflow: hidden; */
}
.s-icon-2 .icon-social.map {
    bottom: 120px;
    background: #fff9ab;
    border-radius: 8px;
    overflow: hidden;
}
.s-icon-2 .icon-social.mess {
    bottom: 65px;
}
@media screen and (min-width: 1260px) {
    .s-footer-5 .ft-phone {
        display: none;
    }
}
.s-footer-5 .ft-backtop {
    opacity: 0;
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    background-color: var(--color-yellow);
    ;
    z-index: 111111;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-footer-5 .ft-backtop.is-show {
    opacity: 1;
    bottom: 15px;
}
@media screen and (min-width: 768px) {
    .s-footer-5 .ft-info {
        position: relative;
        /* padding-left: 2%; */
    }
    .s-footer-5 .ft-info::before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgba(255, 0, 0, 0);
        background-image: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
    }
}
@media screen and (max-width: 1259px) {
    .s-footer-5 .align-items--center {
        display: none;
    }
}

/* END s-footer-5 */
.text--primary {
    color: #fff;
}
[class*="c-headline-"] i {
    color: var(--text-bold);
}
/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
    font-size: 15px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 14px;
}
.s-breadcrumb-1 li:not(:first-child)::before {
    content: "/";
    font-family: FontAwesome;
    font-size: 0.786em;
    margin: 0 0.637em;
    color: #fff;
}
.s-breadcrumb-1 li:first-child a>i {
    font-size: 1.429em;
}
.s-breadcrumb-1 li a {
    font-weight: bold;
}
.s-breadcrumb-1 li a:hover {
    color: var(--color-yellow);
}

/* END s-breadcrumb-1 */
.banner-header {
    height: 500px;
    position: relative;
    background-image: url('/images/bgs/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-header .s-content {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    color: #fff;
    width: 90%;
}
.banner-header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(225deg, #0D517C00 0%, #0d7c28cc 75%);
}
.banner-header .s-content .title {
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 2px;
}
.banner-header .s-content .desc {
    width: 80%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.s-list_news {
    padding: 50px 0;
}
/* Style chung s-pagination */
[class*="s-pagination-"] {
    padding: 25px 0;
    font-size: 12px;
}
[class*="s-pagination-"]::after {
    content: '';
    display: table;
    clear: both;
}
[class*="s-pagination-"]>li {
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #ddd;
    line-height: 2.334em;
    width: 2.5em;
    height: 2.5em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
[class*="s-pagination-"]>li>a {
    display: block;
    color: #999;
    font-weight: bold;
    text-align: center;
}
[class*="s-pagination-"]>li:hover {
    background-color: #eee;
    color: #999;
}
[class*="s-pagination-"]>li.active {
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
}
[class*="s-pagination-"]>li.active>a {
    color: #fff;
}

/* BEGIN s-pagination-1 */
.s-pagination-1>li {
    border-radius: 3px;
}

/* END s-pagination-1 */
.headline-other {
    font-size: 24px;
    font-weight: bold;
    margin-top: 13px;
    text-transform: uppercase;
}
.s-sidebar {
    padding: 25px;
    background: #f9f9f9;
    border-radius: 12px;
}
.s-sidebar .s-title {
    font-size: 25px;
    font-weight: bold;
}
.s-news .b-card-40 .thumb {
    min-width: 110px;
    max-width: 110px;
}
.b-card-40 {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 24px 0;
    border-bottom: 1px solid #ccc;
}
.b-card-40 .title {
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.3;
}
.b-card-40:hover .title {
    color: var(--color-main);
}
.s-sidebar .s-contact {
    margin: 30px 0;
    position: relative;
}
.s-sidebar .s-contact img {
    border-radius: 20px;
}
.s-sidebar .s-contact .b_thumb {
    position: relative;
}
.s-sidebar .s-contact .b_thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 98%;
    background: #000;
    border-radius: 20px;
    opacity: 0.4;
    z-index: 1;
}
.s-sidebar .s-contact .b_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
    width: 75%;
}
.s-sidebar .s-contact .b_title {
    font-size: 21px;
    font-weight: bold;
}
.s-sidebar .s-contact a {
    display: inline-block;
    margin-top: 12px;
    background: #fff;
    padding: 10px 51px 10px 25px;
    border-radius: 12px;
    color: var(--color-main);
    font-weight: bold;
    font-size: 17px;
    position: relative;
}
.s-sidebar .s-contact a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: var(--color-main);
    background-image: url(/images/icons/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-15px, -50%);
    transition: 0.4s ease-in-out;
}
.ht-page__sidebar {
    position: sticky;
    top: 10px;
}
.pt-150 {
    padding-top: 150px;
}
.s-breadcrumb-1.color-black li:not(:first-child)::before {
    color: #000;
}
.b-card-99 {
    padding: 25px 20px;
    background: #eefff7;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    transition: ease-in 0.5s;
}
.b-card-99 .b_thumb {
    padding: 10px;
    border-radius: 50%;
    background: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-card-99 .b_name {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-text-bold);
    padding-bottom: 8px;
    border-bottom: 2px solid #d7d72b;
    margin-bottom: 12px;
}
.b-card-99:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.p_title-cate {
    font-size: 25px;
    color: var(--color-main);
    font-weight: bold;
    border-bottom: 2px solid #a5a50b;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.s-cate a {
    display: block;
    padding: 16px 8px;
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--color-text-bold);
}
.item-cate {
    position: relative;
}
.item-cate .icon-down {
    position: absolute;
    right: 0px;
    padding: 13px 16px;
    top: 8px;
    font-size: 12px;
    cursor: pointer;
}
.s-cate a:hover, .s-cate a.active {
    color: #a5a50b;
}
.s-cate .sub-cate a {
    padding-left: 30px;
}
.s-cate .sub-cate {
    display: none;
}
.s-cate .sub-cate.active {
    display: block;
}
@media screen and (max-width: 992px) {
    .s-header-11 .hd-contact, .hd-cta {
        display: none;
    }
    .s-header-11 .s-hd {
        position: relative;
    }
    .s-header-11 .hd-menu>ul>li {
        border-bottom: 1px solid #e7e7e7;
    }
    .heading-1 {
        font-size: 30px;
    }
    .s-why .title {
        font-size: 30px;
    }
    .s-why .desc {
        width: 100%;
    }
    .b-card-69 .number {
        font-size: 32px;
    }
    .b-card-69::after {
        display: none;
    }
    .banner-header .s-content .desc {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .s-list .ht-page__sidebar {
        display: none;
    }
    .s-breadcrumb-1 {
        margin-bottom: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .pt-150 {
        padding-top: 100px;
    }
}
.s-team {
    padding: 60px 0;
}
@media screen and (max-width: 479px) {
    .s-faq-2 .item-title {
        font-size: 15px;
    }
    .s-footer-5 .ft-menu li>h1 {
        font-size: 23px;
    }
    .banner-header {
        height: 420px;
    }
    .s-team {
        padding: 30px 0;
    }
    .s-breadcrumb-1 {
        margin-bottom: 12px;
    }
    .banner-header .s-content {
        top: 55%;
    }
    .banner-header .s-content .title {
        font-size: 40px;
    }
    .card-year .name {
        font-size: 36px;
        letter-spacing: 5px;
    }
    .heading-1 {
        font-size: 23px;
    }
    .s-header-11 .hd-menu>ul>li>a {
        line-height: 45px;
    }
}
.ht-ratio--56::before {
    padding-bottom: 54%;
}
