﻿body {
    overflow: unset;
}

.full {
    width: 100%;
    max-width: unset;
}

.full h2 {
    color: #000;
}

.site_nav {
    position: sticky;
}

@media screen and (max-width: 1000px) {
    .site_nav {
        position: sticky;
    }
}

.btn-or {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1aa0e2;
    --bs-btn-border-color: #1aa0e2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #076fa3;
    --bs-btn-hover-border-color: #076fa3;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #076fa3;
    --bs-btn-active-border-color: #076fa3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #98cae4;
    --bs-btn-disabled-border-color: #98cae4;
    --bs-btn-padding-x: 2.25rem
}

.btn-or-outline {
    --bs-btn-color: #1aa0e2;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #1aa0e2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #076fa3;
    --bs-btn-hover-border-color: #076fa3;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #076fa3;
    --bs-btn-active-border-color: #076fa3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #98cae4;
    --bs-btn-disabled-border-color: #98cae4;
    --bs-btn-padding-x: 2.25rem
}

.btn-or-outline-2 {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #ffffff00;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #1aa0e2;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #1aa0e2;
    --bs-btn-active-bg: #1aa0e2;
    --bs-btn-active-border-color: #1aa0e2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #98cae4;
    --bs-btn-disabled-border-color: #98cae4;
    --bs-btn-padding-x: 2.25rem;
    --bs-btn-border-width: 2px;
    --bs-btn-font-weight: 600;
}

.an-background {
    transition: all ease .3s;
}

.an-background:hover {
    background: var(--color-main-light)!important;
}

.an-background:hover * {
    color: #fff!important;
}

.rr-li {
    border-radius: 25px;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border: #eee solid 1px;
    background: #fff;
}

.rr-li .img {
    height: 160px;
    overflow: hidden;
    width: 100%;
}

.rr-li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rr-li a {
    width: 100%;
    height: 160px;
    display: flex;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    padding: 15px;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
}

.rr-li a span {
    padding: 5px 10px;
    transform: translateY(0);
    border-top: #eee solid 1px;
    margin-top: auto;
}

.fs-box {
    padding: 0 0 100px 0;
}

@media screen and (max-width: 768px) {
    .fs-box {
        padding: 0 0 27px 0;
        margin-bottom: 25px;
        overflow: hidden;
    }
}

.fs-box .swiper {
    padding: 25px;
    margin: 0 -25px;
}

.fs-box .swiper-button-prev {
    left: -70px;
}

.fs-box .swiper-button-next {
    right: -70px;
}

.fs-box .swiper-button-prev,
.fs-box .swiper-button-next {
    opacity: 0;
    transition: all .2s ease;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15);
}

.fs-box .swiper-button-prev::after,
.fs-box .swiper-button-next::after {
    color: var(--color-main-light);
    font-size: 22px;
}

.fs-box .swiper-button-prev:hover,
.fs-box .swiper-button-next:hover {
    background: var(--color-main-light-hover);
    color: #fff;
}

.fs-box .swiper-button-prev:hover::after,
.fs-box .swiper-button-next:hover::after {
    color: #fff;
}

.fs-box:hover .swiper-button-prev,
.fs-box:hover .swiper-button-next {
    opacity: 1;
}

.fs-box .swiper-pagination-bullet-active {
    background: #1e83ca;
}

.fs-swiper {
    height: auto;
    padding-bottom: 60px;
}

.fs-swiper .swiper-slide,
.fp-swiper .swiper-slide {
    height: unset;
}

.fp-swiper .box {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px 20px;
    height: 100%;
    align-content: flex-start;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .2s ease;
    flex-direction: column;
}

.fs-swiper .box {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px;
    height: 100%;
    align-content: flex-start;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .2s ease;
    flex-direction: column;
    background: var(--color-main-dark);
    color: #fff;
}

.fs-swiper .box:hover {
    background: #fff;
    color: unset;
}

.fs-swiper .box:hover h3 {
    border-color: #fff;
    color: #fff;
}

.fs-box .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    background-color: var(--color-main-light);
    transition: all .2s ease;
    opacity: 1;
}

.fs-box .swiper-pagination-bullet-active {
    width: 80px;
    border-radius: 15px;
    background-color: var(--color-main-light);
}

.fs-swiper .box h3 {
    padding: 15px 0;
    margin-bottom: 15px;
    width: 100%;
    min-height: 75px;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #fff;
    border-bottom: #fff solid 1px;
}

.fs-swiper .box:hover h3 {
    color: var(--color-main-dark);
    border-bottom: #999 solid 1px;
}

.fp-swiper .box h3 {
    padding: 15px 0;
    border-bottom: #999 solid 1px;
    margin-bottom: 15px;
    width: 100%;
    min-height: 75px;
    display: flex;
    align-items: center;
    color: var(--color-main-dark);
    font-size: 1.2rem;
}

.fs-swiper .box a,
.fp-swiper .box a {
    display: inline-block;
}

.fs-swiper .ico {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fp-swiper {
    height: auto;
    padding-bottom: 60px;
}

.fp-swiper .pic {
    margin: -15px -20px;
    padding-bottom: 20px;
    overflow: hidden;
    transition: all ease .2s;
    position: relative;
    height: 274px;
}

.fp-ico {
    display: flex;
    width: 100%;
    height: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease .2s;
    background-color: #003473c7;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fp-swiper .box:hover .pic .fp-ico {
    opacity: 1;
}

.tab {
    display: none;
}

.tab.active-tab {
    display: block;
}

.tabs-box .tab-btn {
    border: #f5f5f5 solid 1px;
    background: #f5f5f5;
    border-radius: 4px;
    line-height: 1;
    padding: 5px 15px;
    transition: all ease .2s;
}

.tabs-box .tab-btn.active-btn {
    background: var(--color-main-light);
    color: #fff;
    border: var(--color-main-light) solid 1px;
}

.tabs-box .tab-btn:hover {
    background: var(--color-main-light);
    color: #fff;
    border: var(--color-main-light) solid 1px;
}

.new-table {
    min-width: 768px;
    max-width: 1246px;
}

.new-table tr:nth-child(1) td {
    border-top: #1aa0e2 solid 1px;
}

.sp-bbox {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    border: #f5f5f5 solid 1px;
    border-radius: 4px;
    padding: 30px 25px 5px 25px;
    position: relative;
    height: 100%;
}

.sp-bbox .title {
    background: var(--color-main-light);
    border-radius: 2px;
    color: #fff;
    position: absolute;
    top: -15px;
    left: 8px;
    width: auto;
    height: 30px;
    display: flex;
    align-items: center;
    /* padding: 0 15px; */
    line-height: 30px;
}

.sp-bbox .title a,
.sp-bbox .title span {
    color: #fff;
    display: block;
    padding: 0 15px;
}

.sp-bbox .title:hover a {
    background: var(--color-main-light-hover);
    color: #fff;
}

.sp-bbox p {
    line-height: 1.7
}

.faq-grid.style-2 {
    row-gap: 24px;
}

.faq-grid.style-2 .question,
.faq-grid.style-2 h3.question {
    color: #000000;
    margin: 0;
    padding: 10px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    transition: background-color .3s ease;
    font-size: 1rem;
    border-radius: 4px;
}

.faq-grid.style-2 .question.active,
.faq-grid.style-2 h3.question.active,
.faq-grid.style-2 .question.active:hover,
.faq-grid.style-2 h3.question.active:hover {
    background: var(--color-main-light);
    color: #fff;
}

.faq-grid.style-2 .answer.active {
    padding: 24px 24px 0px 24px
}

.faq-grid.style-2 .question:hover,
.faq-grid.style-2 h3.question:hover {
    background: #e7f7ff;
}

.faq-grid.style-2 .faq-item {
    border: none;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
}

.faq-grid.style-2 .question {
    position: relative;
}

.faq-grid.style-2 .question::after {
    position: absolute;
    top: unset;
    right: 15px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-bottom-color: #fff;
    border-right: 2px solid #fff;
    border-right-color: #fff;
    content: "";
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    border-color: #333;
}

.faq-grid.style-2 .question.active::after {
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #fff;
}

.faq-grid.style-2 .answer {
    transition: all 0.3s ease;
}

.downLoadInquiryView {
    z-index: 100000!important;
}

.inquiry-box {
    z-index: 108000!important;
}

#popupbg {
    z-index: 107000!important;
}

header.fixed {
    box-shadow: unset;
    border-bottom: #eee solid 1px;
    z-index: 99999;
}

.getinquiry {
    display: none;
}

.services-container {
    margin: 0
}

.banner-Services {
    display: none;
}

.bread-crumb {
    border-top: #eee solid 1px;
    padding-top: 1rem;
    border-bottom: 0;
    padding-bottom: 0;
}

.sp-1 .swiper-wrapper {
    align-items: center;
}

.sp-1 .swiper-slide {
    text-align: center!important;
}

.swiper-button-next,
.swiper-button-prev {
    border: none;
    color: #fff !important;
    --swiper-navigation-size: 1.1rem;
    border-radius: 45px;
    width: 45px!important;
    height: 45px !important;
    display: flex;
    background: #1aa0e2;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #076fa3;
    color: #fff!important;
}

#ql-go2 {
    position: sticky;
    top: 105px;
    background: #fff;
    /* border-bottom: #1aa0e2 solid 2px; */
    z-index: 99;
}

#ql-go2 span.btn {
    padding: 5px 15px!important;
    font-weight: 700;
}

#ql-go2 ul {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: --color-main-dark solid 2px;
}

.h2_tit,
.realtedinfo .h2_tit,
h2.h2_tit {
    font-size: 28px!important;
}

.f-28 {
    font-size: 28px!important;
}

.f-18 {
    font-size: 18px!important;
}

.f-16 {
    font-size: 16px!important;
}

#ql-go2 ul li a {
    display: block;
    text-wrap: nowrap;
    border-radius: 60px;
    padding: 5px 12px;
    font-weight: 700;
}

#ql-go2 ul li.active a {
    background: #1aa0e2;
    color: #fff!important;
}

#ql-go2 ul li a,
#ql-go2 ul li a::before {
    color: #000;
}


/* #ql-go2 ul li a::before {
    content: "→";
    margin-right: 5px;
    font-weight: 900;
    color: #1aa0e2;
    font-size: 1.25rem;
    vertical-align: middle;
} */

#ql-go2 ul li a:hover::before,
#ql-go2 ul li a:hover {
    color: #1aa0e2;
}

.swiper-pagination-bullet-active {
    --swiper-theme-color: #1aa0e2!important;
}

.tab-style-1 .tab-btns li {
    border-radius: 8px;
    border-bottom: 1px solid #ddd;
    font-size: .875rem;
    font-weight: 700;
    position: relative;
    background: #fff;
}

.tab-style-1 .tab-btns li h3 {
    font-size: .875rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.tab-style-1 .tab-btns {
    border: none;
}

.tab-style-1 .tab-btns li.tab-btn.active-btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -17px;
    left: 50%;
    margin-left: -12px;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #1aa0e2;
    border-width: 0 12px 12px;
    z-index: 1200;
}

.tab-style-1 .content {
    border-top: #1aa0e2 solid 1px;
}

.pdf-l-box {
    cursor: pointer;
    text-align: center;
    margin: 0!important;
}

.pdf-l-box:hover .btn-or {
    background: #fd9b71
}

.pdf-l-box img {
    max-width: 100%;
}


/* .sp-3 .swiper-wrapper {
    flex-wrap: wrap;
    row-gap: 25px;
}

.sp-3 .swiper-slide {
    margin: 0
} */

.form-inquiry-pdf-new {
    display: none;
}

.sp-4 {
    position: relative;
}

.prev-sp-4 {
    left: -60px!important
}

.next-sp-4 {
    right: -60px!important
}

@media screen and (max-width: 769px) {
    .prev-sp-4,
    .next-sp-4 {
        display: none!important;
    }
    .tab-style-1 .tab-btns li.tab-btn.active-btn:after {
        display: none;
    }
    .tab-style-1 .content {
        border: none
    }
    .table-m table tr {
        display: flex;
        flex-wrap: wrap;
    }
    .table-m table td {
        width: 100%;
    }
    .tab-btns {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .tab-style-1 .tab-btns li.tab-btn {
        text-wrap-mode: nowrap;
    }
    .swiper-button-next,
    .swiper-button-prev {
        border: none;
        color: #1aa0e2 !important;
        --swiper-navigation-size: 1.3rem;
        border-radius: 30px;
        width: 30px!important;
        height: 30px !important;
        display: flex;
        background: #fff;
    }
    .sp-3 {
        padding-bottom: 50px !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
    }
}

.sp-style-3 {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: flex-start;
}

.sp-style-3 .img {
    width: 76px;
    height: 76px;
}

.sp-style-3 .content {
    width: calc(100% - 86px)
}

.sp-style-3 .content p {
    margin: 0;
    padding: 0
}

.sp-2 .swiper-slide {
    height: unset;
}

.imgb0db {
    position: relative;
    width: 210px;
    height: 270px;
    perspective: 1000px;
    margin: 25px auto 55px auto;
}

.imgb0db img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
    transform-origin: bottom center;
}

.imgb0db img:nth-child(1) {
    transform: rotate(-20deg);
}

.imgb0db img:nth-child(2) {
    transform: rotate(-10deg);
}

.imgb0db img:nth-child(3) {
    transform: rotate(0deg);
}

.imgb0db img:nth-child(4) {
    transform: rotate(10deg);
}

.imgb0db img:nth-child(5) {
    transform: rotate(20deg);
}

#ql-box2 p,
#ql-box2 .ullist li,
#ql-box2 .ollist li {
    font-size: 15px;
}

#ql-box2 p {
    margin: 0 0 15px 0;
}

#ql-box2 .sp-style-3 .content p:last-child {
    margin: 0;
}

@media (min-width: 1400px) {
    #ql-box2 .container {
        max-width: 1270px;
    }
}

.section-banner {
    min-height: 567px;
    height: calc(100vh - 156px);
    width: 100%;
    position: relative;
}

.section-banner>* {
    position: relative;
    z-index: 2;
}

.section-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a9fe2c5;
    z-index: 1;
}

@media (max-width: 768px) {
    .section-banner {
        min-height: 567px;
        height: auto;
    }
}

.sp2-pagination .swiper-pagination-bullet {
    background: #fff;
}

.s-ollist {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.s-ollist li {
    counter-increment: item;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px
}

.s-ollist li:last-child {
    margin-bottom: 0
}

.s-ollist li::before {
    content: counter(item);
    background: #1aa0e2;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 4px;
}

.bg-blue {
    background-color: #d5efff!important
}

.bg-blue.border {
    border-color: #b3d6ec!important
}

.sp-style-6 {
    display: grid;
    grid-auto-flow: column;
    width: 100%;
    transition: all ease .3s;
    grid-template-columns: var(--template_columns);
    --template_columns: 1fr 1fr 1fr;
    gap: 1px;
}

.sp-style-6 .box {
    background-color: #eff9ff;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    cursor: pointer;
    height: 330px;
}

.sp-style-6 .box.expanded {
    background-color: #d5efff;
}

.sp-style-6 .box:hover {
    background-color: #d5efff;
}

.sp-style-6 .box .hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sp-style-6 .box .hero-content .btn {
    margin-top: auto;
}

.sp-style-6 .box.expanded .hero-content {
    width: 50%;
}

.sp-style-6 .box .content {
    width: 0;
    transition: all 0.3s ease;
}

.sp-style-6 .box.expanded .content {
    width: 50%;
}

.sp-style-6 .box.fold .content-t {
    display: none;
}

.sp-style-6 .content {
    display: none;
    padding: 10px;
}

.sp-style-6 .box.expanded .content {
    display: block;
}

.sp-style-6 .close-s-btn {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.sp-style-6 .box.expanded .close-s-btn {
    display: flex;
}

.sp-style-6 .explore-s-btn {
    display: inline-block;
}

.sp-style-6 .box.expanded .explore-s-btn {
    display: none;
}

@media screen and (max-width: 1000px) {
    .sp-style-6 {
        display: flex;
        flex-direction: column;
    }
    .sp-style-6 .box {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .sp-style-6 .box.expanded .hero-content {
        width: 100%;
    }
    .sp-style-6 .box .content {
        width: 100%;
        height: 0;
        transition: all 0.3s ease;
    }
    .sp-style-6 .box.expanded .content {
        height: auto;
        width: 100%;
    }
    .sp-style-6 .close-s-btn {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

.left-box {
    background-color: #fff;
    position: relative;
    height: 200px;
}

.left-box p {
    font-size: 20px!important;
    padding: 0!important;
    margin: 0!important;
}

.left-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}

.right-box {
    background-color: #188fd7;
    position: relative;
    height: 200px;
    padding-left: 55px;
    color: #fff;
}

.right-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #188fd7;
    z-index: -1;
}

.left-wall {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #fff;
    border-top-width: 200px;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 5;
}

.section-banner-2 {
    background: url(../images/banner/bg-k1.jpg);
    background-size: cover;
    min-height: unset;
    height: calc(100vh - 106px);
}

.section-banner-2 .title {
    color: #fff!important;
    min-height: 300px;
    height: calc(100vh - 306px);
}

.sp-li-2 {
    display: flex;
    flex-wrap: wrap;
}

.sp-li-2 li {
    width: 50%;
}

@media screen and (max-width: 900px) {
    .left-wall,
    .right-box::before,
    .left-box::before {
        display: none;
    }
    .section-banner-2 {
        height: auto;
        padding: 25px 0;
    }
    .section-banner-2 .title {
        color: #fff!important;
        height: auto;
    }
    .right-box {
        height: auto;
        padding-left: calc(var(--bs-gutter-x) * .5);
        background: none;
    }
    .sp-li-2 li {
        width: 100%;
    }
}