:root {
    --main-cl: #2899bc;
    --sub-cl: #135268;
}

.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}
div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}
div.load_home_page.complete .mask {
    background-color: transparent;
}
div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #fff;
    /*backdrop-filter: blur(40px);*/
}
div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}
div.load_home_page .mask span:nth-child(1) {
    top: 0;
}
div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}
div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}
div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}
div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}
.load_home_page.complete {
    visibility: hidden;
}
div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .6s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.4s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #5FC1CE;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: #2697BE;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: #2697BE;
}
.load_home_page.complete .path-1{
    fill: #5FC1CE;
}
@keyframes Signature1 {
    to {
        stroke: #2697BE;
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #5FC1CE;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: #fff;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}

/*COMPONENTS*/
/*transition svg*/
[itemprop="name"],cite,circle,svg,rect,path,g,img,a,input,textarea,h1,h2,h3,h4,h5,h6,.box_img,span.icon,span.text{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.text_white *,
.text_white {
    color: #fff !important;
}

/*line-camp*/
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
/*link item hover*/
.wrap-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}

/*box img*/
.box_img {
    overflow: hidden;
    position: relative;
}
.box_img img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*CUSTOM SCROLL*/
.custom_scroll {
    overflow-y: auto;
    padding-right: 1.2rem;
}
.custom_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.custom_scroll::-webkit-scrollbar {
    width: 4px;
    background-color: #cedbff;
}
.custom_scroll::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

/*custom select*/
.custom-sl{
    display: none;
}
.select-styled{
    position: relative;
    height: 2.604rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.521rem;
    border-radius: 5.208rem;
    padding: 0 1.25rem;
    border: 1px solid #D2D2D2;
    font-size: 0.833rem;
    transition: all .5s ease-in-out;
    margin: 0;
    cursor: pointer;
}
.select{
    position: relative;
    /*z-index: 9;*/
}
.select-styled:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDZMOCAxMUwzIDYiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.9rem;
    height: 0.9rem;
    position: relative;
    content: '';
    display: block;
}
.select .select-options{
    display: none;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 0 0 0.521rem 0.521rem;
    -moz-border-radius: 0 0 0.521rem 0.521rem;
    border-radius: 0 0 0.521rem 0.521rem;
    border: 1px solid #E3DBD8;
    list-style: none;
    overflow: hidden;
    margin: 0;

    height: 8.8rem;
    overflow-y: auto;
}
.select .select-options::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.select .select-options::-webkit-scrollbar {
    width: 4px;
    background-color: #cedbff;
}
.select .select-options::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

.select .select-options > li{
    font-size: 0.729rem;
    font-weight: 600;
    line-height: 0.857rem;
    margin-bottom: 0;
    padding: 0.625rem 0.833rem;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: var(--third-cl);
}
.select .select-options > li.active {
    background-color: var(--main-cl);
    color: #fff;
}
.select .select-options > li:hover{
    background-color: rgba(40, 153, 188, 0.2);
    color: var(--main-cl);
}
.select .select-options > li+li{
    border-top: 1px solid #E3DBD8;
}
.select-styled span{
    flex-grow: 1;
}

/*btn_loading*/
.btn-loading{
    position: relative;
}
.btn-loading span.text,
.btn-loading span.icon {
    opacity: 0;
}
.btn-loading:before{
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    content: '';
    z-index: 50;
    border: 2px solid #F5F5F5;
    border-bottom-color: #000;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.5s linear infinite;
    left: calc(50% - 0.9375rem);
    top: calc(50% - 0.9375rem);
}
.btn-primary.btn-loading{
    pointer-events: none !important;
    color: var(--main-cl) !important
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotateScale {
    0% {
        opacity: 0;
        transform: rotate(0deg) scale(0.1);
    }
    50% {
        opacity: 1;
        transform: rotate(180deg) scale(1.3);
    }
    100% {
        opacity: 1;
        transform: rotate(360deg) scale(1);
    }
}

.loading_show_more {
    position: relative;
}
.loading_show_more:before {
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    top: 10%;
    left: calc(50% - 1rem);
    content: '';
    z-index: 50;
    border: 3px solid #eeeeee;
    border-bottom-color: var(--main-cl);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
.loading_show_more > div,
.loading_show_more .no_result {
    opacity: 0;
    transform: translateY(2.604rem);
    transition: .5s all;
}
.no_result {
    margin-top: 4rem;
    font-size: 2rem;
    color: var(--main-cl);
    text-align: center;
}

.wpcf7-not-valid-tip {
    background-color: #f1f1f1;
    border-radius: 3px;
    color: var(--fs-color-alert);
    line-height: 1.4;
    padding: 5px 8px;
    position: absolute;
    z-index: 2;
}
.wpcf7 form .wpcf7-response-output {
    position: absolute;
    top: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}
.page-template-contact .wpcf7-not-valid-tip {
    position: relative;
}
.page-template-contact .wpcf7 form .wpcf7-response-output {
    position: relative;
    color: var(--main-cl);
}

/*FONTS GLOBAL*/
.crimson_normal {
    font-family: 'Crimson Text';
    font-weight: unset;
}
.crimson_italic {
    font-family: 'Crimson Text Italic';
    font-weight: unset;
}
.crimson_bold_italic {
    font-family: 'Crimson Text Bold Italic';
    font-weight: unset;
}
.crimson_bold {
    font-family: 'Crimson Text Bold';
    font-weight: unset;
}
.crimson_600 {
    font-family: 'Crimson Text 600';
    font-weight: unset;
}
.crimson_600_italic {
    font-family: 'Crimson Text 600 Italic';
    font-weight: unset;
}

/*HEADER*/
main {
    padding-top: 80px;
}
.header {
    width: 100%;
    position: fixed;
}
.page-template-landing_page main {
    padding-top: 0;
}
@media only screen and (min-width: 992px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.current-menu-item > a.mega-menu-link {
        color: #2899bc !important;
    }
}

/*FOOTER*/
footer.footer.bg-brown {
    background-color: #2899bc !important;
}
.footer__logo a {
    display: block;
    width: 176px;
    height: 176px;
}
.footer__social a:hover img,
.footer__social a:hover svg {
    transform: scale(0.9);
}
.footer__logo img,
.footer__logo svg {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
}

/*HOME*/
.block-banner .banner_hero {
    position: absolute;
    top: 50%;
    left: 25%;
}
.btn_style {
    display: block;
    min-width: 5rem;
    width: fit-content;
    font-size: 1.042rem;
    background: var(--main-cl);
    padding: 1rem 2rem 0.85rem;
    border: 1px solid var(--main-cl);
    border-radius: 5.208rem;
    color: #fff !important;
    font-weight: 600;
}

.btn_style:hover {
    background: #fff;
    color: var(--main-cl) !important;
}

.btn_style.effect {
    animation: float 2s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
    100% {
        transform: translateY(0);
    }
}

.card-service .desc {
    font-size: 0.9375rem;
    margin-top: 0.65rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
}
.card-service:hover .desc {
    max-height: 12rem;
}
.card-service svg {
    width: 1.5625rem;
    flex: 0 0 auto;
    opacity: 0;
}
.card-service:hover svg {
    opacity: 1;
}

/*HOME*/
.w_full {
    width: 100% !important;
}
.h_full {
    height: 100% !important;
}
.obj_cover {
    object-fit: cover;
}

.banner_hero {
    position: relative;
}
.banner_hero .item {
    height: 40rem;
    width: 100%;
}
.banner_hero .swiper-pagination {
    position: absolute !important;
    top: unset !important;
    bottom: 2.8125rem  /* 54/19.2 */ !important;
    display: flex;
    justify-content: center;
}
.banner_hero .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.3);
}
.banner_hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.page-template-about .block-about,
.page-template-home .block-about {
    padding-top: 52px;
}

/*ABOUT*/
.page-template-about .block-about__image .box_img{
    max-height: 32rem;
}
.page-template-about .p-mission .block-about__des {
    overflow-y: unset;
    max-height: unset;
}
.block-about__des {
    overflow-y: auto;
    max-height: 28rem;
    text-align: justify;
}
.widget-package .slide_package {
    padding-top: 2rem;
}
.widget-package .package {
    height: 100%;
    border-radius: 4px;
    padding: 32px;
    position: relative;
    border: 1px solid var(--main-cl);
}
.widget-package .package-tag {
    background: #c65a18;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 10px;
    display: inline-block;
    line-height: 1.4;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    color: #fff;
    min-width: 13rem;
    text-align: center;
}
.widget-package .package-name {
    font-size: 17px;
    font-weight: 700;
    /*font-family: Microgramma Extended, sans-serif;*/
    margin-bottom: 32px;
    text-align: center;
    text-transform: uppercase;
}
.widget-package .package-thumb {
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.widget-package .package-thumb {
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.widget-package .package-thumb img {
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.widget-package .package-desc {
    font-size: 15px;
    color: #999;
    text-align: center;
    margin-bottom: 32px;
}
.widget-package .package-content {
    margin-bottom: 32px;
}
.widget-package .package-strong {
    font-weight: 700;
    /*font-family: Microgramma Extended, sans-serif;*/
    font-size: 18px;
    margin-bottom: 16px;
}
.widget-package .package ul {
    padding-left: 12px;
    font-size: 16px;
    margin-bottom: 0;
}
.widget-package .package ul li:not(:last-child) {
    margin-bottom: 12px;
}
.widget-package .package-register {
    border-radius: 4px;
    padding: 16px 60px;
    background: var(--main-cl);
    border: 1px solid var(--main-cl);
    font-weight: 600;
    margin: 0 auto;
    display: block;
    width: max-content;
    color: #fff;
}
.widget-package .package-register:hover {
    border-color: var(--main-cl);
    background: #fff;
    color: var(--main-cl);
}

/*SERVICE*/
.service-detail-top .box_form {
    border-radius: 8px;
    background: #fff;
    padding: 2rem;
    margin-left: 4rem;
}
.service-detail-procedure__des {
    max-height: 22rem;
}
.service-detail-price__content table tr:not(:first-child) {
    border-left: 1px solid var(--main-cl);
    border-right: 1px solid var(--main-cl);
}
.page-template-service .wpcf7-not-valid-tip {
    position: relative;
    font-size: 14px;
}
.page-template-service .wpcf7-response-output {
    position: relative !important;
    color: var(--main-cl) !important;
}
.swiper-pagination {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    margin-top: 10px;
}
.swiper-pagination-bullet {
    background: #5fc1ce;
}
.service-detail-top .service-detail-object .swiper-button-next,
.service-detail-top .service-detail-object .swiper-button-prev {
    background: none;
}
.service-detail-top .service-detail-object .swiper-button-next svg,
.service-detail-top .service-detail-object .swiper-button-prev svg {
    background: #fff;
    border-radius: 5.208rem;
}

/*PRODUCT*/
.card_product_popup {
    max-width: 70%;
}
.card_product_popup .inner {
    display: flex;
    gap: 2rem;
}
.card_product_popup .inner>* {
    width: 50%;
    flex: 0 0 auto;
}
.card_product_popup .gallery_thumb {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.card_product_popup .slide_thumb .swiper-slide > div {
    border: 1px solid transparent;
    opacity: .4;
    cursor: pointer;
    transition: .5s all;
}
.card_product_popup .slide_thumb .swiper-slide > div:hover,
.card_product_popup .slide_thumb .swiper-slide.swiper-slide-thumb-active > div {
    border-color: var(--main-cl);
    opacity: 1;
}

.card_product_popup .product_title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}

.card_product_popup .line {
    width: 100%;
    height: 0.8px;
    background: rgba(51, 51, 51, 0.2);
    margin: 1.5625rem 0;
}
.card_product_popup .flex {
    display: flex;
}
.card_product_popup .items-center {
    align-items: center;
}
.card_product_popup span {
    display: block;
    line-height: 1.4;
}
.card_product_popup span.title {
    font-size: 1.042rem;
}
.card_product_popup span.content {
    font-size: 1.042rem;
    margin-left: 0.6rem;
}
.card_product_popup .origin span.content,
.card_product_popup .product_code span.content {
    font-weight: 600;
}

.card_product_popup .list_capacity {
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-left: 0.6rem;
}
.card_product_popup .list_capacity .item {
    font-size: 0.833rem;
    color: #fff;
    background: var(--main-cl);
    border-radius: 5.208rem;
    padding: 8px 1rem;
}
.card_product_popup .origin {
    margin-top: 1rem;
}
.card_product_popup .price {
    font-size: 2.083rem;
    font-weight: 500;
    color: #000;
    margin-top: 1rem;
}
.card_product_popup .btn_wrap {
    padding-right: 13rem;
    margin-top: 1.5rem;
}
.card_product_popup .btn_wrap > .btn_style {
    width: 100%;
    text-align: center;
}
.card_product_popup .btn_wrap .btn_style {
    font-size: 0.95rem;
}
.card_product_popup .btn_wrap > .inner {
    flex-direction: row !important;
    gap: 1.2rem;
    margin-top: 0.6rem;
}
.card_product_popup .btn_wrap > .inner > * {
    text-align: center;
    flex: unset;
}
.card_product_popup .accordion_wrapper {
    margin-top: 2rem;
    padding-right: 3rem;
}
.accordion_wrapper .accordion_item:not(:last-child) {
    margin-bottom: 0.625rem;
}
.accordion_wrapper .accordion_item {
    width: 100%;
}
.accordion_wrapper .accordion_title {
    justify-content: space-between;

    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 0.9375rem;
    padding: 6.5px 1.042rem;
    align-items: center;
    cursor: pointer;
}
.accordion_wrapper .accordion_title:hover,
.accordion_wrapper .accordion_title.active {
    background: #333333;
    color: white;
}
.accordion_wrapper .accordion_title svg {
    width: 1.09375rem;
    height: 1.09375rem;
}
.accordion_wrapper .accordion_title:hover path,
.accordion_wrapper .accordion_title.active path {
    stroke: #a8a8a8;
}
.accordion_wrapper .accordion_title.active path:nth-child(1) {
    opacity: 0;
}
.accordion_wrapper .content {
    font-size: 0.86rem;
    margin-top: 0.8rem;
}

/*NEWS PAGE*/
#load_more_recruit .card-new__info>.d-flex,
.news_highlight .card-new__info>.d-flex {
    display: none !important;
}

/*CONTACT*/
.page-template-contact .form_item.sl_service {
    margin: 1rem 0 30px;
}
.logo_contact .box_img {
    width: fit-content;
    height: 130px;
    margin-bottom: 20px;
}
.logo_contact .box_img>img {
    object-fit: contain;
}
.logo_contact svg {
    width: 100%;
    height: 100%;
}
.page-template-contact .submit_btn {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}
.submit_btn {
    width: fit-content;
    margin-top: 1.5rem;
}
.submit_btn input[type="submit"] {
    width: fit-content;
    min-width: 9rem;
    border-radius: 5.208rem;
    padding: 0.625rem 1rem;
    font-size: 1.042rem;
    font-weight: 600;
    color: #fff;
    border: 1px solid var(--main-cl);
    box-shadow: none !important;
    border-color: transparent;
    background-color: var(--main-cl);
}
.submit_btn:hover input[type="submit"] {
    color: var(--main-cl);
    background: #fff;
    border-color: var(--main-cl)
}
.page-template-contact .wpcf7-spinner {
    position: absolute;
}

/*LANDING*/
#FORM6 {
    top: 863px;
}
#FORM6.ladi-element {
    z-index: 0;
    width: 100%;
    left: 0;
    right: 0;
}
#FORM6.ladi-element>.inner {
    position: absolute;
    left: 23px;
}
#FORM6 .ladi-form-item {
    padding: 0 !important;
}
#FORM6 .ladi-form-item input {
    min-height: 48px;
    border-radius: 100px;
}
#FORM6 .ladi-form-item input::placeholder {
    font-size: 13px;
}
#FORM6 .ladi-form-item .select-styled {
    height: 48px;
    background: #fff;
}
#FORM6 .ladi-form-item strong {
    font-weight: bold;
}
#SECTION6.img_sec1625 {
    height: 321px;
}
#SECTION6.img_sec1625>.ladi-section-background {
    background-color: #021692 !important;
}
#FORM_ITEM43 textarea {
    border-radius: 10px;
    font-size: 16px;
    color: #333;
    padding: 10px 20px;
    max-height: 100px;
}

#IMAGE25>.ladi-image>.ladi-image-background {
    width: 100%;
}
a#PARAGRAPH13:hover img {
    transform: scale(1.03);
}
#BUTTON_TEXT8>.ladi-headline {
    min-height: 55px;
    background: rgb(255, 229, 156);
    color: #01075D !important;
}
#BUTTON_TEXT8:hover>.ladi-headline {
    background: #fff;
}


.tab_search {
    width: fit-content;
    margin: 0 auto;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.tab_search a.btn_style {
    background: #fff;
    color: var(--main-cl) !important;
}
.tab_search a.active {
    background: var(--main-cl);
    color: #fff !important;
}
.footer_bottom .content {
    padding: 20px;
    font-size: 15px;
    border-top: 1px solid #ffffff2e;
}


@media (max-width: 1600px) and (min-width: 1300px) {
    .footer__top .footer__logo + .mb-2>.font-size-20 {
        font-size: 17px !important;
    }
    .card_product_popup .btn_wrap {
        padding-right: 9rem;
    }

    .banner_hero .item {
        height: 30rem;
    }
}
@media (max-width: 1500px) and (min-width: 1199px) {
    .card_product_popup {
        max-width: 85%;
    }
    .card_product_popup .btn_wrap {
        padding-right: 3rem;
    }
}
@media (max-width: 1200px) and (min-width: 980px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 15px !important;
    }
    .switch-languages li a {
        width: 32px !important;
        height: 32px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .footer__logo a {
        display: block;
        width: 130px;
        height: 130px;
    }
    .footer__social {
        gap: 12px;
    }
    .footer__top .col-dv,
    .footer__top .col-logo {
        width: 25%;
    }
    .footer__top .col-map {
        width: 100%;
    }
    .footer__map iframe {
        width: 100% !important;
    }
    .footer__top .footer__title {
        margin-top: 0 !important;
    }

    .service-detail-top .box_form {
        margin-left: 1.5rem;
    }
    .service-detail-top h2 {
        text-align: center;
    }

    /*PRODUCT*/
    .card_product_popup {
        max-width: 100%;
    }
    .card_product_popup .inner>.box_content {
        flex: unset;
    }
    .card_product_popup .accordion_wrapper,
    .card_product_popup .btn_wrap {
        padding-right: 0;
    }
    .card_product_popup .btn_style {
        padding: 0.7rem 2rem 0.6rem;
    }
    .card_product_popup span.content,
    .card_product_popup span.title {
        font-size: 0.95rem;
    }
    .accordion_wrapper .content {
        font-size: 0.95rem;
    }
    .card_product_popup .inner {
        gap: 3rem;
    }

    /*ABOUT*/
    .widget-package .package-register {
        font-size: 16px;
        padding: 10px 40px;
    }
}
@media only screen and (max-width: 911px) {
    .footer__top .col-dv, .footer__top .col-logo {
        width: 50%;
    }

    .service-detail-top .box_form {
        margin-left: 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .service-detail-top .service-detail-object .swiper-button-next,
    .service-detail-top .service-detail-object .swiper-button-prev {
        display: block !important;
    }

    .banner_hero .item {
        height: 24rem;
    }


    /*CONTACT*/
    .iframe_mapp_gg {
        margin-top: 20px;
    }

    /*PRODUCT*/
    .card_product_popup .btn_style {
        font-size: 0.8rem;
    }
    .card_product_popup .inner {
        flex-direction: column;
    }
    .card_product_popup .inner>.box_content,
    .card_product_popup .inner>.product_gallery_wrap {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    /*FOOTER*/
    .footer__top .col-dv, .footer__top .col-logo {
        width: 100%;
    }
    .footer__logo {
        width: fit-content;
        padding-top: 0 !important;
        margin: 0 auto;
    }
    .footer__logo a {
        width: 150px;
        height: 150px;
    }


    .btn_style {
        font-size: 0.9rem;
    }
    .service-detail-top .box_form {
        padding: 1rem;
    }

    /*HOME*/
    .page-template-about .block-about,
    .page-template-home .block-about {
        padding-top: 32px;
    }
    .banner_hero .item {
        height: 18rem;
    }
    .block-banner {
        margin-bottom: 30px !important;
    }
    .block-banner .banner_hero {
        position: unset;
        top: unset;
        left: unset;
        width: fit-content;
        margin: 0 auto;
        animation: unset;
    }
    .block-about__video:after {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);

        width: 32px !important;
        height: 32px !important;
        background-size: contain !important;
    }

    /*PRODUCT*/
    .card_product_popup.fancybox-content {
        padding: 25px;
        padding-top: 32px;
    }
    .card_product_popup span.title {
        width: 35%;
        flex: 0 0 auto;
    }
    .card_product_popup .items-center {
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .card_product_popup .capacity {
        gap: 1rem;
    }
    .card_product_popup .accordion_title span.title {
        width: 57%;
    }
    .card_product_popup .inner {
        gap: 2rem;
    }

    /*NEWS*/
    .block-new__title h2, .block-other__title h2, .block-product__title h2 {
        font-size: 20px !important;
    }

}







