.bg-main {
    background: var(--color-main);
}

.entire-info-website address p {
    margin-bottom: 14px;
    display: flex !important;
    align-items: center;
    gap: 3px;
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.slogan-topbar {
    color: var(--color-highlight);
    font-weight: bold;
}

.highlight--tile {
    font-weight: bold;
    font-size: 1.6rem;
}

.search-section .btn-action-header {
    display: inline-block;
}

.setting-menu {
    background: var(--color-highlight);
}

.menu-section>ul>li>a {
    color: white;
}

.search-section .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}

.search-section:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
    border-radius: 10px;
}

.search-section .form-dropdown input {
    min-height: 4.5rem;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.bg-about {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    padding: 3rem 0;
}

.story-text h3 {
    color: var(--color-highlight);
    font-size: 3.6rem;
}

.content_about .info {
    font-size: 16px;
    color: #000206;
    line-height: 28px;
    text-align: justify;
}

.intro__button {
    margin-top: 3rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    display: inline-block;
    padding: 0 4.5rem;
    background: var(--color-highlight);
    color: var(--white);
    text-decoration: none;
    font-size: 1.6rem;
    border-radius: 25px;
    border: solid 1px var(--color-highlight);
}

.intro__button:hover {
    background: var(--white);
    color: var(--color-highlight);
}

.box-procedure {
    margin-top: 6rem;
}

.wrap_title_position {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: -80px;
    background: var(--color-highlight);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.title_module_main {
    position: relative;
    margin: 0;
    color: white;
    height: 50px;
    padding: 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: min(2vw, 3rem);
}

.title_module_main:before {
    content: "";
    position: absolute;
    left: -9px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 32px 10px;
    border-color: transparent transparent var(--color-highlight) transparent;
}

.title_module_main:after {
    content: "";
    position: absolute;
    right: -9px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0 0 10px;
    border-color: transparent transparent transparent var(--color-highlight);
}

.ratio-procedure img {
    height: 70px;
    width: auto;
}

.why-choose {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 3rem 0;
}

.why-choose__title {
    position: relative;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: var(--color-highlight);
    font-size: 36px;
}

.why-choose__desc {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    line-height: 1.5;
    margin-top: 15px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.why-choose_items {
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 20px 15px;
    margin: 15px 0;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 5px 25px 0px rgb(52 63 91 / 25%);
    -webkit-box-shadow: 0px 5px 25px 0px rgb(52 63 91 / 25%);
    -moz-box-shadow: 0px 5px 25px 0px rgba(52, 63, 91, 0.25);
}

.ratio-why-choose img {
    height: 50px;
    width: auto;
}

.why-choose__item-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding-top: 10px;
    margin: 0;
    color: var(--white);
}

.why-choose_items:before {
    font-size: 100px;
    font-weight: 900;
    color: var(--white);
    opacity: .2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px;
}

.why-choose .row>div:nth-child(1) .why-choose_items {
    background: #fb6c7e;
    position: relative;
}

.why-choose .row>div:nth-child(1) .why-choose_items:before {
    content: "01";
}

.why-choose .row>div:nth-child(2) .why-choose_items {
    background: #968bd7;
    position: relative;
}

.why-choose .row>div:nth-child(2) .why-choose_items:before {
    content: "02";
}

.why-choose .row>div:nth-child(3) .why-choose_items {
    background: #5fd4c2;
    position: relative;
}

.why-choose .row>div:nth-child(3) .why-choose_items:before {
    content: "03";
}

.why-choose .row>div:nth-child(4) .why-choose_items {
    background: #ffb073;
    position: relative;
}

.why-choose .row>div:nth-child(4) .why-choose_items:before {
    content: "04";
}

.ratio-avatar-customer img {
    max-width: 20rem;
}

.avatar-customer {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.swiper-slide--description-customer {
    text-align: center;
    margin: 0 10px;
    margin-top: 20px;
}

.swiper-slide--tile-customer {
    color: var(--color-main);
    font-size: 2rem;
    margin-top: 1rem;
}

.intro__button-video {
    position: absolute;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    background: var(--color-highlight);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.intro__button-video i {
    font-size: 28px;
    color: #fff;
    line-height: 70px;
    text-align: center;
}

/*--------------------------------------------------------------------------
|  Certifications & Awards
--------------------------------------------------------------------------*/
.block-certifications {
    background: radial-gradient(circle at 50% 50%, #ffffff 0%, #f4f8f5 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.block-certifications::before {
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    width: 40%;
    height: 50%;
    background: radial-gradient(circle, rgba(74, 181, 87, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.block-certifications::after {
    content: "";
    position: absolute;
    bottom: -10%;
    right: -10%;
    width: 40%;
    height: 50%;
    background: radial-gradient(circle, rgba(10, 102, 46, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.certification-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.certification-title {
    font-size: min(6vw, 30px);
    font-weight: 700;
    color: var(--color-highlight);
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}

.certification-title::before,
.certification-title::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: var(--color-main);
}

.certification-slider-main {
    padding: 20px 10px 45px 10px;
}

.certification-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.certification-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(10, 102, 46, 0.12);
    border-color: rgba(74, 181, 87, 0.2);
}

.certification-img-wrap {
    width: 100%;
    aspect-ratio: 3 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
}

.certification-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.certification-item:hover .certification-img {
    transform: scale(1.03);
}

.certification-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-grow: 1;
    justify-content: flex-start;
}

.certification-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    color: var(--color-highlight);
}

.certification-name a {
    color: var(--color-highlight);
    text-decoration: none;
    transition: color 0.3s ease;
}

.certification-name a:hover {
    color: var(--color-main);
}

.certification-desc {
    font-size: 13px;
    color: var(--color-text);
    line-height: 1.5;
    font-weight: 400;
}

.certification-slider-main .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #999;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.certification-slider-main .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4px;
    background: var(--color-highlight);
    opacity: 1;
}

.certification-slider-main .swiper-button-next,
.certification-slider-main .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    color: var(--color-highlight);
    transition: all 0.3s ease;
}

.certification-slider-main .swiper-button-next:hover,
.certification-slider-main .swiper-button-prev:hover {
    background: var(--color-highlight);
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(10, 102, 46, 0.2);
}

.certification-slider-main .swiper-button-next::after,
.certification-slider-main .swiper-button-prev::after {
    display: none;
}

.certification-slider-main .swiper-button-next i,
.certification-slider-main .swiper-button-prev i {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--------------------------------------------------------------------------
|  Partners
--------------------------------------------------------------------------*/
.block-partners {
    background: #ffffff;
    padding: 50px 0;
}

.partner-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.partner-title {
    font-size: min(6vw, 30px);
    font-weight: 700;
    color: var(--color-highlight);
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin: 0;
}

.partner-title::before,
.partner-title::after {
    content: "";
    display: inline-block;
    width: 200px;
    height: 1px;
    background-color: rgba(74, 181, 87, 0.4);
}

@media (max-width: 768px) {

    .partner-title::before,
    .partner-title::after {
        width: 60px;
    }
}

.partner-slider-main {
    padding: 10px;
}

.partner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.partner-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 10px;
    transition: transform 0.3s ease;
}

.partner-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.partner-img-wrap:hover .partner-img {
    transform: scale(1.05);
}

.partner-slider-main .swiper-button-next,
.partner-slider-main .swiper-button-prev {
    width: 36px;
    height: 36px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    color: var(--color-highlight);
    transition: all 0.3s ease;
}

.partner-slider-main .swiper-button-next:hover,
.partner-slider-main .swiper-button-prev:hover {
    background: var(--color-highlight);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(10, 102, 46, 0.2);
}

.partner-slider-main .swiper-button-next::after,
.partner-slider-main .swiper-button-prev::after {
    display: none;
}

.partner-slider-main .swiper-button-next i,
.partner-slider-main .swiper-button-prev i {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--------------------------------------------------------------------------
|  Footer Contact Custom
--------------------------------------------------------------------------*/

.footer-contact-custom .title-footer {
    color: var(--white);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 2rem;
    text-transform: uppercase;
}

.contact-box-outline {
    border: 1px solid var(--white);
    border-radius: 10px;
    padding: 15px 20px;
    background: transparent;
}

.contact-icon-circle {
    width: 40px;
    height: 40px;
    border: 2px solid var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 18px;
    flex-shrink: 0;
}

.contact-info-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.contact-info-text .phone-number {
    color: #00ff00;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.contact-info-text .phone-note {
    color: var(--white);
    font-size: 15px;
    line-height: 1;
}

.footer-cert-images .cert-img {
    min-height: 35px;
    border-radius: 5px;
}

.footer-cert-images .cert-dmca {
    width: 140px;
}

.footer-cert-images .cert-bct {
    width: 180px;
}

.footer-socials ul {
    gap: 12px !important;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white) !important;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.bg-facebook {
    background-color: #3b5998;
}

.bg-tiktok {
    background-color: #000000;
}

.bg-youtube {
    background-color: #cc181e;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
@media (min-width: 1200px) {
    .bg-footer .container {
        max-width: 1440px;
    }
}

.entire-info-website p {
    color: white;
}

.bg-footer {
    background: RGB(14, 137, 84);
}

footer {
    background-color: var(--light);
}

/*--------------------------------------------------------------------------
|  Footer Copyright
--------------------------------------------------------------------------*/
.footer-copyright-section {
    background-color: #eaeaea;
    color: #444444;
    font-size: 14px;
    border-top: 1px solid #d5d5d5;
}

.footer-copyright-section .copyright-text {
    line-height: 1.5;
    margin-bottom: 3px;
}

.footer-copyright-section .copyright-license {
    line-height: 1.5;
    color: #555555;
}

.title-footer {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 2rem;
}

.footer-menu-section ul {
    margin-bottom: 0;
}

.footer-menu-section ul li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-menu-section ul li:last-child {
    border-bottom: none;
}

.footer-menu-section ul li a {
    color: var(--white);
    padding: 12px 0;
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-menu-section ul li a:hover {
    color: #e0e0e0;
    padding-left: 5px;
}

.footer-menu-section ul li a .menu-icon {
    font-size: 1.2rem;
    margin-right: 12px;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease;
}

.footer-menu-section ul li a:hover .menu-icon {
    color: var(--white);
}

/*--------------------------------------------------------------------------
|  Fixed Menu
--------------------------------------------------------------------------*/
.setting-menu.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    animation: slideDownMenu 0.4s ease-in-out;
}

@keyframes slideDownMenu {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    right: 20px;
    bottom: 15px;
    position: fixed;
    height: 60px;
    width: 60px;
    background: var(--color-highlight);
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 10px;
    line-height: 11px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 18px;
    margin-bottom: 2px;
}

.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background: var(--color-highlight);
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 24px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: scale(1);
}

.contact-fixed__list {
    background: center no-repeat var(--white);
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    width: 235px;
    position: absolute;
    bottom: 80px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    width: 100%;
    color: #000;
}

.contact-fixed__item:hover {
    background-color: #eeeeee;
    color: var(--color-text);
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border-radius: 50%;
}

.contact-fixed__item-icon img {
    width: 100%;
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

/*End Button Contact Fixed*/

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 576px) {
    .title-footer {
        margin-top: 2rem;
    }

    .row-mobile>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .is-mobile .bg-about {
        background-position: top center;
        background-size: cover;
    }

    .is-mobile .wrap_title_position {
        top: -77px;
        width: 100%;
    }

    .is-mobile .title_module_main {
        font-size: 2.5rem;
        padding: 0;
    }
}

footer .socials * {
    color: #fff
}

footer .socials__title {
    font-size: 1.4rem;
}

footer .socials__list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

footer .socials__item img {
    width: 24px;
}

footer .socials__link {
    font-size: 2rem
}