
#page{

}
.bg-pagein{}

.section-header {
    padding-bottom: 10px;
}
.section-header.swidth{
    width: 75%;
    margin: 0 auto;
}
.section-header h2 {
    color: #10638B;
    text-align: center;
    font-family: "iCielSupaMegaFantastic 700";
    font-size: 96px;
    line-height: 80px;
    text-transform: uppercase;
}

.section-header-2 h2{
    color: #4CB62E;
    font-family: "iCielSupaMegaFantastic";
    font-size: 96px;
}

.btn-themes{
    display: flex;
    width: fit-content;
    padding: 12px 38px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #10638B;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    border: none;
    font-family: "iCiel Ludema 900";
    font-size: 18px;
    text-transform: uppercase;
}
.btn-themes:hover{
    color: #eee;
}
.btn-themes img{
    margin-left: 50px;
}

#logo{ margin: 10px auto;}
#logo img{ max-height: 52px;}

#title-page{ padding:20px 0;}
#title-page h2{ text-align: center; color:#37BEC9; font-size: 48px;}

@media screen and (max-width: 768px) {
    .section-header-2 h2{
        font-size: 50px;
    }
}

#carouselBanner .carousel-control-prev{
    justify-content: start;
}
#carouselBanner .carousel-control-next{
    justify-content: end;
}

#carouselBanner .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    border: 1px solid #ddd;
}

/* Khi được chọn (active) */
#carouselBanner .carousel-indicators .active {
    background-color: #fff;
    border: 1px solid #eee;
}

/* Thêm hiệu ứng hover */
#carouselBanner .carousel-indicators [data-bs-target]:hover {
    background-color: #555;
}

#banner .carousel-caption{
    color: #2F2F88;
    top: 50%;
    left: 10%;
    right: auto;
    bottom: auto;
    padding: 0;
    text-align: center;
    width: 790px;
    transform: translate(0, -50%);
}

#banner .carousel-caption h5{
    font-size: clamp(1rem, 0.3881rem + 3.0593vw, 3rem);
    font-weight: 600;
}

#banner .carousel-caption h1{
    font-size: clamp(1.125rem, 0.3602rem + 3.8241vw, 3.625rem);
    font-weight: 800;
}

#banner .carousel-caption p{
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .section-header.swidth{
        width: 100%;
    }

    #banner .carousel-caption{
        top: 10px;
        left: 10px;
        padding: 0;
        text-align: left;
        width: 60%;
        transform: none;
    }
    #banner .carousel-caption .btn-themes{
        padding: 5px 16px;
    }
    #banner .carousel-caption h1{
        font-size: 25px;
    }
    #banner .carousel-caption h5{
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 10px;
    }
    #banner .carousel-caption p{
        display: none;;
    }
    .banner-bg .section-header h2{
        font-size: 38px;
    }
    .section-header h2 {
        font-size: 28px;
    }
    #logo{ text-align: left;}
    #right-box{ position: absolute; top: 26px; right:60px;}
}

@media screen and (max-width: 950px) {
    .section-header h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1200px) {
    #banner .carousel-caption{
        top: 10px;
        left: 10px;
        padding: 0;
        text-align: left;
        width: 70%;
        transform: none;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu a,
    .navmenu a:focus {
        color: #27397C;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
        padding: 16px 28px;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu li:last-child a {
        padding-right: 0;
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        font-weight: 900;
    }

    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        background: #fff;
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 150%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
        padding-top: 10px;
    }
    .navmenu .dropdown ul li {
        min-width: 200px;
    }
    .navmenu .dropdown ul a {
        padding: 5px 20px;
    }
    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {

    }

    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }

    .navmenu .megamenu {
        position: static;
    }

    .navmenu .megamenu ul {
        margin: 0;
        padding: 10px;
        box-shadow: 0px 0px 20px rgba(0,0,0, 0.1);
        display: block;
        position: absolute;
        top: 130%;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        display: flex;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
    }

    .navmenu .megamenu ul li {
        flex: 1;
    }

    .navmenu .megamenu ul li a,
    .navmenu .megamenu ul li:hover>a {
        padding: 10px 20px;
        font-size: 15px;
        color: #fff;
    }

    .navmenu .megamenu ul li a:hover,
    .navmenu .megamenu ul li .active,
    .navmenu .megamenu ul li .active:hover {
        color: #fff;
    }

    .navmenu .megamenu:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dd-box-shadow {
        box-shadow: 0px 0px 30px rgba(0,0,0, 0.15);
    }
}

/* Mobile Navigation */
@media (max-width: 1199px) {

    #icon-menu{ position: absolute; top: 14px; right: 0px;  }
    .mobile-nav-toggle {
        color: #000;
        font-size: 36px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(0,0,0, 0.1);
        padding-top: 0;
    }

    .navmenu a,
    .navmenu a:focus {
        color: #fff3cd;
        padding: 10px 20px;
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: rgba(0,0,0, 0.1);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        color: #fff3cd;
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: #fff3cd;
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        color: #fff3cd;
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul,
    .navmenu .megamenu ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 3px 0;
        margin: 3px 20px;
        background-color: #fff;
        transition: all 0.5s ease-in-out;
        margin-top: -10px;
    }

    .navmenu .dropdown ul ul,
    .navmenu .megamenu ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown>.dropdown-active,
    .navmenu .megamenu>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }
    .mobile-nav-active .mobile-nav-toggle.bi-x {
        color: #fff;
        position: absolute;
        font-size: 48px;
        top: -10px;
        right:0px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(0, 0, 0, 0.9);
        transition: 0.3s;
    }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }
    .mobile-nav-active .navmenu>ul>li a {
        color: #fff;
    }
    .mobile-nav-active .navmenu>ul>li.lang-mb a {
        display: inline-block;
    }
    .mobile-nav-active .navmenu>ul>li.lang-mb a.active {
        color: #C05B3A;
    }
}

#sec_content img{ max-width: 100%!important;}

/*--------------------------------------------------------------
# Core Values Section
--------------------------------------------------------------*/

#core-values{
    padding-top: 100px;
    padding-bottom: 100px;
}

#core-values .box-values .img img{
    max-height: 75px;
}
#core-values .box-values h4{
    color: #14B6C3;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin: 25px 0;
}
#core-values .box-values .content{
    color: #27397C;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; /* 160% */
}

@media screen and (max-width: 768px) {
    #box-values{ padding-top: 0;}
    #header-about{ text-align: center;}
}

/*--------------------------------------------------------------
# Video home
--------------------------------------------------------------*/

#video-home{
    background-image: url(../images/bg-video.jpg);
    background-position: center top;
    background-size: 100% auto;
    margin-top: 80px;
}


#video-panel{
    background: #FFF;
    box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.25);
}
#video-list {
    margin: 15px;
    height: 400px;
    overflow-y: scroll;
    padding: 10px;
    scrollbar-width: thin;              /* Firefox */
    scrollbar-color: #21468C #f1f1f1;   /* Firefox */
}
/* Webkit (Chrome, Edge, Safari) */
#video-list::-webkit-scrollbar {
    width: 10px; /* Độ rộng thanh cuộn */
}

#video-list::-webkit-scrollbar-track {
    background: #f1f1f1; /* Màu nền track */
    border-radius: 10px;
}

#video-list::-webkit-scrollbar-thumb {
    background: #21468C; /* Màu thanh cuộn */
    border-radius: 10px;
}

#video-list::-webkit-scrollbar-thumb:hover {
    background: #163b73; /* Khi rê chuột */
}

#video-list .video_item{
    margin-bottom: 8px;
    cursor: pointer;
    padding: 10px;
}
#video-list .video_item.active, #video-list .video_item:hover{
    background: #F7F7F7;
}
#video-list .video_item .img{
    width: 20%;
}
#video-list .video_item .img img{
    height: 80px;
    object-fit: cover;
}

#video-list .video_item h4{
    color: #333;
    font-size: 18px;
    line-height: 25px;
}
#video-list .video_item.active h4,#video-list .video_item h4:hover{
    font-family: "iCiel Ludema 700";
    color: #10638B;
}
#video-list .video_item .time-total{
    text-align: right;
    color: #5F6D7E;
    font-family: "iCiel Ludema 700";
    font-size: 16px;
}

#video-home iframe{
    width: 100%;
    margin: 0; padding: 0;
    height: 430px;
}

@media screen and (max-width: 768px) {
    #video-home iframe{
        width: 100%; height: 320px;
    }
}

/*--------------------------------------------------------------
# Guide Section
--------------------------------------------------------------*/

#guide-1{

}
.guide-about{}
.guide-about .guidePanel{
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.guide-about .guidePanel .guideSwiper{
margin: 0 80px;
}
.guide-about .guide-item{}
.guide-about .guide-item img{
    width: 100%;
    border-radius: 15px;
}

.guide-about .guidePanel .swiper-button-next-01, .guide-about .guidePanel .swiper-button-prev-01 {
    position: absolute;
    top: 50%;
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

@media screen and (max-width: 768px) {
    .guide-about .guidePanel{
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Register Section
--------------------------------------------------------------*/
#panel-form{
    background-image: url("../images/bg-register.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#register{}
#register .warp{
    width: 75%;
    margin: 0 auto;
}

#img-reg{
    border-radius: 6px;
    border: 1px solid #DAE0E6;
    background:  #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    padding: 15px;
}

#imageContainer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#frmregister .upload-box {
    width: 20%;

}
#frmregister .upload-box .inner{
    height: 150px;
    border: 2px dashed #999;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
    text-align: center;
    transition: 0.2s;
    margin: 0 5px;
}
#frmregister .upload-box:hover {
    border-color: #333;
    color: #333;
}
#frmregister .preview {
    width: 20%;
    height: 150px;
    position: relative;
}
#frmregister .preview .inner {
    padding: 0 5px;
    height: 150px;
    overflow: hidden;
    position: relative;
}
#frmregister .preview .inner i{
    position: absolute;
    top: 5px;
    right: 10px;
    color: red;
    font-size: 28px;
    cursor: pointer;
}
#frmregister .preview img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 0 5px #ccc;
}
#registerResult .modal-header{
    padding: 0;
    border-bottom: none;
    text-align: right;
}
#registerResult .modal-header .btn-close {
    margin: 0;
    margin-right: 10px;
    margin-left: auto;
}
#registerResult h2{
    margin-top: 25px;
    color: #10638B;
    font-family: "iCielSupaMegaFantastic 700";
    font-size: 64px;
    line-height: 50px;
}
#registerResult{}

@media screen and (max-width: 768px) {
    #panel-form{
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center top;
    }
    #register .warp{
        width: 100%;
    }
    #frmregister .upload-box .inner{
        height: 60px;
        font-size: 12px;
    }
    #frmregister .preview{
        height: 60px;
    }
    #frmregister .preview .inner {
        height: 60px;
        padding: 0 2px;
    }
    #registerResult h2{
        font-size: 50px;
    }
}
/*--------------------------------------------------------------
# Frame Section
--------------------------------------------------------------*/
#frame{
    margin-top: 80px;
}
#frame .warp{
    width: 80%;
    margin: 0 auto;
    background-image: url(../images/bg-frame.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 80px;
}
#frame .warp .section-header-2 h2{
    color: #10638B;
    margin-top: 30px;
}
#preview-frame{
    background: url(../images/frame-blank.png) no-repeat;
    background-position: left top;
    background-size: 100% auto;
    width: 477px;
    height: 606px;
    transform: rotate(8.57deg);
}
#preview-frame .inner{
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 70px;
}
#preview-frame img{
    width: 100%;
    height: 470px;
    object-fit: cover;
}

#download-frame a{
    color: #000;
}

@media screen and (max-width: 768px) {
    #frame .warp{
        width: 100%;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center top;
        padding: 20px;
        padding-top: 80px;
    }
    #frame .warp .section-header-2 h2{
        font-size: 50px;
    }
    #preview-frame{
        background: url(../images/frame-blank.png) no-repeat;
        background-position: left top;
        background-size: 100% auto;
        width: 100%;
        height: 400px;
        transform: rotate(5deg);
    }
    #preview-frame .inner{
        padding-top: 80px;
        padding-left: 50px;
        padding-right: 70px;
    }
    #preview-frame img{
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}
/*--------------------------------------------------------------
# Our- Power Section
--------------------------------------------------------------*/

#our-power{
    background: url(../images/bg-our-power.jpg) left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

#our-power .warp{
    width: 80%;
    margin: 0 auto;
}
#our-power .warp .section-header-2 h2 {
   line-height: 80px;
}

#our-power .about-us-text{
    padding-right: 30px;
}
#our-power .about-us-text .content{
    margin-top: 30px;
    text-align: justify;
    line-height: 24px;
}
#our-power .img img{
    width: 100%;
    height: 680px;
    object-fit: cover;
}

#our-power .about-us-text .info-sum .title{
    color: #10638B;
    font-family: "iCiel Ludema 700";
    font-size: 24px;
    text-transform: uppercase;
}
#our-power .about-us-text .info-sum .desc{
    color: #000;
}

@media screen and (max-width: 768px) {
    #our-power{
        padding-top: 0;
    }
    #our-power .warp{
        width: 100%;
    }
    #our-power .about-us-text{
        padding-right: 0px;
    }
    #our-power .about-us-text .info-sum{
        text-align: center;
    }
    #our-power .img img{
        height: 320px;
    }

}

/*--------------------------------------------------------------
# About us Section
--------------------------------------------------------------*/

#about-us{
    position: relative;
    background-image: url(../images/banner-about.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 80px 0;
}

#about-us .warp{
    width: 70%;
    margin: 0 auto;
}

#about-us h2.title{
    color: #10638B;
    text-align: center;
    font-family: "iCielSupaMegaFantastic 700";
    font-size: 96px;
}
#about-us h2.title span{
    font-family: "iCielSupaMegaFantastic";
    font-size: 128px;
}
#about-us .desc{
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 27px; /* 150% */
}

#about-us .about-step{
    margin: 0 20px;
}
#about-us .about-step .title{
    margin-top: 15px;
    font-family: "iCiel Ludema 700";
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    #about-us{
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center top;
    }
    #about-us .warp {
        width: 100%;
    }
    #about-us h2.title {
        font-size: 60px;
    }
    #about-us h2.title span {
        font-size: 65px;
    }
    #about-us .about-step {
        margin: 0 5px;
    }
    #about-us .about-step .icon img{
        width: 80%;
    }
    #about-us .about-step .title {
        font-size: 14px;
        line-height: 20px;
    }
}
/*--------------------------------------------------------------
# Processing result Section
--------------------------------------------------------------*/
#processing-result{
    margin-top: 100px;
}
#processing-result .warp{
    width: 85%;
    margin: 0 auto;
}
#processing-result .warp .box-result{
    border-radius: 16px;
    background: #F7F7F7;
    padding: 20px 30px;
}
#processing-result .warp .box-result .title{
    color: #10638B;
    font-family: "iCielSupaMegaFantastic 700";
    font-size: 54px;
}
#processing-result .warp .box-result .desc{
    line-height: 25px;
    height: 80px;
    overflow: hidden;
}
#processing-result .warp .box-result .result-current{
    color: #10638B;
    font-family: "iCiel Ludema 700";
    font-size: 24px;
}
#processing-result .warp .box-result .result-finish{
    color: #4CB62E;
    font-family: "iCiel Ludema 700";
    font-size: 24px;
}
#processing-result .warp .box-result .progress-total{
    margin-left: 12px;
    color: #EA020F;
    font-family: "iCiel Ludema 900";
    font-size: 20px;
    margin-bottom: 8px;
}
#processing-result .warp .box-result .progress {
    position: relative;
    overflow: visible;
    width: 100%;
}
/* Chấm tròn nằm ngoài thanh */
#processing-result .warp .box-result .progress-dot {
    position: absolute;
    top: -23px;
    background: url("../images/icon-fire.png");
    width: 38px;
    height: 46px;
    border-radius: 50%;
    z-index: 10;
}
@media screen and (max-width: 1367px) {
    #processing-result .warp{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #processing-result .warp{
        width: 100%;
    }
    #processing-result .warp .box-result .desc{
        overflow: auto;
        height: auto;
    }
}
/*--------------------------------------------------------------
# Product home Section
--------------------------------------------------------------*/
#home-products{
    margin-top: 50px;
    margin-bottom: 100px;
}

#productsPanel{
    position: relative;
    padding: 0 80px;
}

#home-products .pro-item h4{
    margin-top: 12px;
    color: #000;
    font-family: "iCiel Ludema 700";
    font-size: 16px;
    line-height: 25px;
}
#home-products .pro-item .price{
    font-size: 18px;
    color: #e5672b;
}
#home-products .pro-item .price .sale-price{
    font-size: 14px;
    color: #000;
    text-decoration: line-through;
}
#home-products .pro-item .imgpanel{
  padding: 15px;
    border: 1px solid #eee;
}
#home-products .pro-item .img{
    height: 320px;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;

}
#home-products .pro-item .img img{
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

#home-products .pro-item .dots {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

#home-products .pro-item .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;

}

.white { background-color: white;   border: 1px solid #000;}
.blue { background-color: #10638B; }
.black { background-color: #000; }

#productsPanel .swiper-button-next-01{
    right: -10px;
}
#productsPanel .swiper-button-prev-01{
    left: -10px;
}
#productsPanel .swiper-button-next-01 i, #productsPanel .swiper-button-prev-01 i{
    color: #10638B;
    font-size: 40px;
}

@media screen and (max-width: 960px) {

}

/*--------------------------------------------------------------
# Product Page Section
--------------------------------------------------------------*/

#pro-list{

}
#pro-list .box-item{
    margin-bottom: 50px;
}
#pro-list .box-item .img{
    height: 330px;
    padding: 20px 45px;
    border-radius: 15px;
    background: #F3F3F3;
    text-align: center;
}
#pro-list .box-item .img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
#pro-list .box-item .title{
    margin-top: 20px;
    color: #27397C;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
#pro-list .box-item .desc{
    color: #27397C;
    text-align: justify;
    font-size: 16px;
    height: 90px;
    overflow: hidden;
}
#pro-list .box-item .more{
    margin-top: 20px;
}


/*--------------------------------------------------------------
# Product Detail Page
--------------------------------------------------------------*/

#pro-uses{
    background: url(../images/bg-uses.jpg) no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 40px 0;
}
#pro-uses .title-header{
    color: #27397C;
    font-size: 32px;
    font-weight: 900;
}
#pro-uses .box-uses .content{
    margin-top: 30px;
    color: #27397C;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px; /* 160% */
}

#pro-guide{

}
#pro-guide .title{
    color: #4DC5C9;
    font-size: 20px;
    font-weight: 900;
}
#pro-guide .content{
    color: #27397C;
}
#pro-guide .content strong{
    font-size: 20px;
    font-weight: 800;
}


#panel-pro-cus{
    background: url(../images/aboutus-company.png) no-repeat left top ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}
#panel-pro-cus .content{
    color: #27397C;
}
#panel-pro-cus .content h4{
    color: #4DC5C9;
    font-size: 20px;
    font-weight: 900;
}

#pro-rate{

}
#pro-rate .title-section{
    color: #27397C;
    text-align: justify;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
#pro-rate #list-rate{
    color: #27397C;
}

#pro-rate #frmrate {
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 60px;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 6px 0 rgba(47, 47, 136, 0.50);
}
#pro-rate #frmrate .title{
    color: #4DC5C9;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 30px;
}

#pro-rate #frmrate .label{
    display: block;
    color: #27397C;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
#pro-rate #frmrate #btn-send{
    color: #fff;
    text-align: center;
    font-size: 20px;
    background: #14B6C3;
    padding: 6px 20px;
    border-radius: 30px;
    font-weight: 500;
    border: none;
}
@media screen and (max-width: 768px) {
    #pro-rate #frmrate {
        width: 100%;
        padding: 20px;
    }
}
/*--------------------------------------------------------------
# Relate Products Section
--------------------------------------------------------------*/

#related-pro{

}

#related-pro .section-header h2{
    text-transform: unset;
}

#related-pro .box-item{
    margin-bottom: 50px;
}
#related-pro .box-item .img{
    height: 330px;
    padding: 20px 45px;
    border-radius: 15px;
    background: #F3F3F3;
    text-align: center;
}
#related-pro .box-item .img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
#related-pro .box-item .title{
    margin-top: 20px;
    color: #27397C;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
#related-pro .box-item .desc{
    color: #27397C;
    text-align: justify;
    font-size: 16px;
    height: 90px;
    overflow: hidden;
}
#related-pro .box-item .more{
    margin-top: 20px;
}

@media screen and (max-width: 768px) {

    #related-pro .section-header h2{
        font-size: 22px;
    }
    #related-pro  .btn-themes{
        padding: 8px;
    }
    #related-pro  .btn-themes img {
        margin-left: 10px;
    }
    #related-pro  .btn-themes{
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Projects Section
--------------------------------------------------------------*/
#projects{

}
#projects #projectTab{
    border-bottom: 4px solid #C6EDFF;
}
#projects #projectTab .nav-link{
    display: unset;
    color: #2F2F88;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}
#projects #projectTab #cleverbox-tab.nav-link.active{
    font-weight: 700;
    border: none;
    background: none;
    border-bottom: 9px solid #37BEC9;
}

#projects #projectTab .nav-link.active{
    font-weight: 700;
    border: none;
    background: none;
    border-bottom: 9px solid #F6E615;
}
#projects #projectTab .nav-link:hover, #projects #projectTab .nav-link:focus{
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

#projects .projects_title{
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    color: #37BEC9;
    text-transform: uppercase;
}

#projects .projects_title.tab2{
    color:#FCD400;
}

#projects .projects-text h4{
    color: #2F2F88;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.shop_system .title{
    color: #2F2F88;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 50px;
}
.shop_system .box_shop{
    margin-bottom: 30px;
}
.shop_system .box_shop h3{
    color: #37BEC9;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 8px;
}
.shop_system .box_shop div{
    margin-bottom: 8px;
}

#shop_system2.shop_system .box_shop h3{
    color: #FCD400;
}
#projects .btn-themes:hover{
    color: #fff;
}
#projects .btn-themes img{
    margin-left: 60px;
}

#peektoy-tab-pane .btn-themes{
    background: #FCD400;
    color: #2F2F88;
}

@media screen and (max-width: 768px) {
    #projects #projectTab .nav-link{
        font-size: 20px;
    }
    #projects .projects_title{
        font-size: 46px;
    }
}

/*--------------------------------------------------------------
# Partner Section
--------------------------------------------------------------*/
#partner{
    margin-top: 80px;
}

#partner .partner-item{
    width: 20%;
}
#partner .partner-item .inner{
    margin: 15px;
    height: 230px;
    border-radius: 5px;
    border: 1px solid #EAEBF0;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    display: flex;
    justify-content: center;
    align-items: center;
}
#partner .partner-item img{
    max-width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    #partner .partner-item{
        width: 50%;
    }
    #partner .partner-item .inner{
        height: 180px;
    }
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

#home-gallery{

}
#home-gallery #gallery-grid{
    display: flex;
    flex-wrap: wrap;
}
#home-gallery #gallery-grid .gallery-box{
    width: 25%;
}
#home-gallery #gallery-grid .gallery-box .inner{
    position: relative;
    width: 100%;
}

#home-gallery #gallery-grid .gallery-box:hover .info{
    display: block;
}
#home-gallery #gallery-grid .gallery-box .info{
    display: none;
}
#home-gallery #gallery-grid .gallery-box .info .inner2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 10px;
}
#home-gallery #gallery-grid .gallery-box .info .title{
    padding: 20px;
    font-family: "iCiel Ludema 900";
    font-size: 24px;
}
#home-gallery #gallery-grid .gallery-box .info .desc{
    position: absolute;
    font-size: 15px;
    line-height: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-align: justify;
}
#home-gallery #gallery-grid .gallery-box .inner a{
    display: block;
    padding: 10px;
    height: 290px;
}
#home-gallery #gallery-grid .gallery-box .inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#home-gallery #gallery-grid .gallery-box:nth-child(1){
    width: 45%;
}
#home-gallery #gallery-grid .gallery-box:nth-child(1) .inner img, #home-gallery #gallery-grid .gallery-box:nth-child(2) .inner img, #home-gallery #gallery-grid .gallery-box:nth-child(3) .inner img{
    object-position: left top;
}
#home-gallery #gallery-grid .gallery-box:nth-child(2){
    width: 30%;
}

#home-gallery #gallery-grid .gallery-box:nth-child(3){
    width: 25%;
}
#home-gallery #gallery-grid .gallery-box:nth-child(4){
    width: 45%;
}
#home-gallery #gallery-grid .gallery-box:nth-child(5){
    width: 55%;
}

@media screen and (max-width: 768px) {

    #home-gallery{
        margin-top: 50px;
    }

    #home-gallery #gallery-grid .gallery-box{
        width: 50%!important;
    }
    #home-gallery #gallery-grid .gallery-box:nth-child(5){
        width: 100%!important;
    }

}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/

.testimonials{
    margin-top: 100px;
    padding-bottom: 10px;
    z-index: 100;
}

.testimonials .section-header h2 span{
    font-family: "iCielSupaMegaFantastic";
    font-size: 50px;
    text-transform: none;
}
#reviewPanel{
    position: relative;
    padding: 0 80px;
}
.testimonial-item{
    border-radius: 10px;
    border: 1px solid #EAEBF0;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
}
.testimonial-item .info{
    padding: 20px;
}
.testimonial-item .user-title{
    margin-top: 15px;
    font-size: 16px;
    color: #5F6D7E;
    text-align: right;
}
.testimonial-item .content{
    margin-top: 15px;
    color:  #272D37;
    text-align: justify;
    font-size: 17px;
    line-height: 25px;
}
.testimonial-item .comma{

}
.testimonial-item .img img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.reviewSwiper{ padding-bottom: 60px;}
#reviewPanel .swiper-button-next-01{
    right: -10px;
}
#reviewPanel .swiper-button-prev-01{
    left: -10px;
}
#reviewPanel .swiper-button-next-01 i, #reviewPanel .swiper-button-prev-01 i{
   color: #10638B;
    font-size: 40px;
}

@media screen and (max-width: 768px) {
    .testimonials{
    }
    #reviewPanel{
        padding: 0 40px;
    }
    .testimonials .section-header h2 span{
        display: block;
        font-size:40px;
    }

}



/*--------------------------------------------------------------
# About Kalite Section
--------------------------------------------------------------*/
#about-kalite{
    background-image: url(../images/about-kalite.jpg);
    background-position: center top;
    background-size: 100% auto;
    padding-bottom: 80px;
}
#about-kalite .warp{
    width: 85%;
    margin: 0 auto;
}
#about-kalite .warp .img img{
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    height: 520px;
}
#about-kalite .warp .title{
    color: #4CB62E;
    font-family: "iCielSupaMegaFantastic";
    font-size: 96px;
    line-height: 85px;
}
#about-kalite .warp .content{
    color: #333;
    line-height: 27px;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    #about-kalite .warp{
        width: 100%;
    }
    #about-kalite .warp .img img{
        height: 350px;
    }
}

/*--------------------------------------------------------------
# Transaction Section
--------------------------------------------------------------*/

#transaction{
    position: relative;
    margin-top: 100px;
}

#transaction .warp{
    width: 85%;
    margin: 0 auto;
}

#transaction #transaction_left{
    position: absolute;
    left: 0;
    top: 10%;
    width: 220px;
}
#transaction #transaction_right{
    position: absolute;
    right: 0;
    top: -60px;
    width: 220px;
}

#transaction .section-header-2 h2{
    font-size: 84px;
}

#transaction .section-header h2{
    font-size: 48px;
    line-height: 56px;
}

#transaction #transactionPanel{
    border-radius: 20px;
    border: 2px solid #EAEBF0;
    padding: 10px;
}

#transaction #transactionPanel .title1{
    text-align: center;
    color: #e5672b;
}
#transaction #transactionPanel .desc1{
    margin-top: 20px;
    text-align: center;
}
#transaction #transactionPanel .table{
    font-size: 15px;
}

#transaction #transactionPanel .table .col-s1 { width: 50px; }
#transaction #transactionPanel .table .col-s2 { width: auto; }
#transaction #transactionPanel .table .col-s3 { width: auto; }
#transaction #transactionPanel .table .col-s4 { width: auto; }
#transaction #transactionPanel .table .col-s5 { width: auto; }
#transaction #transactionPanel .table .col-s6 { width: auto; }

#transaction #transactionPanel .table tr:last-child td,
#transaction #transactionPanel .table tr:last-child th {
    border-bottom: none !important;
}

#transaction .amount{
    color: #4CB62E;
}

@media screen and (max-width: 768px) {
    #transaction #transaction_left{
        display: none;
    }
    #transaction #transaction_right{
        display: none;
    }

    #transaction .section-header-2 h2{
        font-size: 50px;
    }

    #transaction #transactionPanel .table {
        table-layout: fixed;
        width: 1200px;
    }
    #transaction #transactionPanel .table .col-s1{ width: 10% !important; }
    #transaction #transactionPanel .table .col-s2 { width: 20% !important; }
    #transaction #transactionPanel .table .col-s3 { width: 20% !important; }
    #transaction #transactionPanel .table .col-s4 { width: 10% !important; }
    #transaction #transactionPanel .table .col-s5 { width: 20% !important; }
    #transaction #transactionPanel .table .col-s6 { width: 10% !important; }

    #transaction #transactionPanel .table td, #transaction #transactionPanel .table th {
        white-space: normal;
        word-wrap: break-word;
    }
}

/*--------------------------------------------------------------
# Successfull register Section
--------------------------------------------------------------*/

#successfull-register{
    margin-top: 100px;
}

#successfull-register #success-registerPanel{
    border-radius: 20px;
    border: 2px solid #EAEBF0;
    padding: 10px;
}
#successfull-register #success-registerPanel #filterRegister label{
    width: fit-content;
    color: #000;
    font-family: "iCiel Ludema 700";
    font-size: 15px;
    margin-right: 12px;
}
#successfull-register #success-registerPanel #filterRegister input{
    width: 200px;
}

#successfull-register #success-registerPanel .title1{
    text-align: center;
    color: #e5672b;
}
#successfull-register #success-registerPanel .desc1{
    margin-top: 20px;
    text-align: center;
}
#successfull-register #success-registerPanel .table{
    font-size: 15px;
}
#successfull-register #success-registerPanel .table .col-s1 { width: auto; }
#successfull-register #success-registerPanel .table .col-s2 { width: auto; }
#successfull-register #success-registerPanel .table .col-s3 { width: auto; }
#successfull-register #success-registerPanel .table .col-s4 { width: auto; }
#successfull-register #success-registerPanel .table .col-s5 { width: auto; }
#successfull-register #success-registerPanel .table .col-s6 { width: auto; }

#successfull-register #success-registerPanel .table tr:last-child td,
#successfull-register #success-registerPanel .table tr:last-child th {
    border-bottom: none !important;
}

#successfull-register .amount{
    color: #4CB62E;
}

@media screen and (max-width: 768px) {
    #successfull-register #success-registerPanel .table {
        table-layout: fixed;
        width: 1200px;
    }
    #successfull-register #success-registerPanel .table .col-s1{ width: fit-content!important; }
    #successfull-register #success-registerPanel .table .col-s2 { width: 20% !important; }
    #successfull-register #success-registerPanel .table .col-s3 { width: 20% !important; }
    #successfull-register #success-registerPanel .table .col-s4 { width: 10% !important; }
    #successfull-register #success-registerPanel .table .col-s5 { width: 20% !important; }
    #successfull-register #success-registerPanel .table .col-s6 { width: 10% !important; }

    #successfull-register #success-registerPanel .table td, #transaction #success-registerPanel .table th {
        white-space: normal;
        word-wrap: break-word;
    }
    #successfull-register .section-header h2{
        font-size: 42px;
    }
    #successfull-register #success-registerPanel #filterRegister input.datepicker{
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Happy bus Section
--------------------------------------------------------------*/

#happy-panel{
    background-image: url(../images/bg-happy.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#happy-panel .section-header h2 {
    line-height: 70px;
}
#happy-panel .section-header h2 span{
    font-size: 84px;
    font-family: "iCielSupaMegaFantastic";
    text-transform: none;
}


#happy-bus{
    margin-top: 80px;
}

#happy-bus .img img{
    width: 100%;
    height: 380px;
    object-fit: cover;
}

#frmHappyBus{
    margin-right: 30px;
}
#happybusPanel{
    border-radius: 20px;
    background: #F6F6F6;
    width: 70%;
    padding: 50px 60px;
    margin: 0 auto;
}

#happyResult .modal-header{
    padding: 0;
    border-bottom: none;
    text-align: right;
}
#happyResult .modal-header .btn-close {
    margin: 0;
    margin-right: 10px;
    margin-left: auto;
}
#happyResult h2{
    margin-top: 25px;
    color: #10638B;
    font-family: "iCielSupaMegaFantastic 700";
    font-size: 64px;
    line-height: 50px;
}
#registerResult{}

@media screen and (max-width: 768px) {
    #frmHappyBus{
        margin-right: 0px;
    }
    #happybusPanel{
        width: 100%;
        padding: 30px 20px;
    }
    #happyResult h2{
        font-size: 50px;
    }
}


/*--------------------------------------------------------------
# News Home Section
--------------------------------------------------------------*/

.news-home{
    margin-top: 10px;
}
.news-home .section-header h2 span{
    font-family: "iCielSupaMegaFantastic";
    font-size: 84px;
    text-transform: none;
}

#newsPanel{
    position: relative;
    padding: 0 80px;
}

.news-home article {
    border-radius: 10px;
    border: 1px solid #EAEBF0;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
}

.news-home article .img {
    height: 220px;
    position: relative;
}

.news-home article .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.news-home .description{
    padding: 20px;
}
.news-home .title {
    color: #333;
    font-family: "iCiel Ludema 700";
    font-size: 18px;
    line-height: 25px;
}

.news-home .post-date {
    color: #5F6D7E;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.news-home article .description .desc{
    color: #5F6D7E;
    text-align: justify;
    font-size: 16px;
    line-height: 25px;
}

#newsPanel .swiper-button-next-01{
    right: -10px;
}
#newsPanel .swiper-button-prev-01{
    left: -10px;
}

.modal_news .modal-body img{
    max-width: 100%;
}

@media (max-width: 768px) {
    #newsPanel{
        padding: 0 40px;
    }
    .news-home .section-header h2 span{
        display: block;
        font-size: 60px;
    }
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/

#news-list{}
#news-list .imgbox {
    height:220px;
    overflow: hidden;
}
#news-list .date{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #37BEC9;
}
#news-list .title{
    color: #27397C;
    font-size: 20px;
    font-weight: 700;
}
#news-list .desc{
    color: #27397C;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
}

#news .pagination {
    color: #2F2F88;
    width: fit-content;
    margin: 30px auto;
}

#news .pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

#news .pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

#news .pagination li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #2F2F88;
    background: #C6EDFF;
    border: none;
}

#news .pagination li.active a,
#news .pagination li:hover a{
    color: #fff;
    background: #37BEC9;
}

/*--------------------------------------------------------------
# Blog Detail Page
--------------------------------------------------------------*/

.news-detail{
    text-align: justify;
    font-size: 16px;
}

.news-detail .title{
    color: #2F2F88;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
}

.news-detail h4{
    color: #2F2F88;
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;

}
.news-detail ul li {
    margin-bottom:8px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#contact{
    padding-top: 60px;
}

#panel_contact{
    margin-top: 30px;
    margin-left: 100px;
}

#contact #frmContact{
    margin-top: 30px;
    padding: 60px;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 6px 0 rgba(47, 47, 136, 0.50);
}
#contact .contact-item i{ font-size: 35px; margin-right: 12px; }

#contact #btnContact{
    padding: 6px 24px;
    border-radius: 20px;
    background: #37BEC9;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border: none;
}

#contact #frmContact input{
    border: none;
    background: none;
    height:36px;
    border-bottom: 1px solid #37BEC9;
    width: 100%;
    margin-bottom: 20px;
}

#contact #frmContact input::placeholder {
    color: #37BEC9;
    opacity: 1; /* Firefox */
}

#contact #frmContact input::-ms-input-placeholder { /* Edge 12 -18 */
    color: #37BEC9;
}

#panel-contact .contact-item i{ font-size: 35px; margin-right: 12px; color: #b48b24;}

#panel-contact #btnContact{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    padding: 6px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #90B239;
    border: none;
    text-transform: uppercase;
    margin-top: 15px;
}

#contact-map{
    position: relative;
}

#contact-map .description{
    position: absolute;
    left: 15%;
    top: 200px;
    background:#fff;
    padding: 60px;
    width: 620px;
    border-radius: 15px;
}

#contact-map .description h2{
    font-size: 40px;
    font-weight: 700;
    color: #2F2F88;
}
#contact-map .description div{
    margin-bottom: 20px;
}

#contact-shop{

}
#contact-shop .title-section{
    color: #2F2F88;
    text-align: justify;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
}
#contact-shop .info .title{
    color: #37BEC9;
    font-size: 20px;
    font-weight: 900;
}
#contact-shop .info .content{
    font-size: 16px;
}
#contact-shop .info .content p:first-child:before{
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    margin-right: 10px;
    color: #02B0BF;
    font-weight: 900;
}
#contact-shop .info .content p:last-child:before{
    content: "\f095";
    font-family: "Font Awesome 6 Pro";
    margin-right: 10px;
    color: #02B0BF;
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    #contact{ padding-top: 20px;}
    #contact #frmContact{ padding: 20px; margin-top: 20px;}

    #panel_contact{ width: 100%; margin-left: 0;}
    #contact-map .description{
        position: relative;
        top: 0!important;
        left: 0!important;
        width: 96%;
        padding: 10px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 950px) {
    #panel_contact{ width: 100%; margin-left: 0;}
    #contact-map .description{
        left: 5%;
        top: 20px;
        background:#fff;
        padding: 20px;
    }

}

#newsletter{
    background: #fff;
}

#newsletter button{ background: none; border: none; }
#newsletter input{ background: none; border: none; }

@media screen and (max-width: 768px) {

}

#hotline a{ font-size: 18px; font-size: 600; }

#footer {
    background: #10638B;
    padding-top: 70px;
    padding-bottom: 50px;
    color: #fff;
}
#footer a{
    color: #fff;
}
#footer #footer_text{
}

#footer #blogo img{
    max-height: 90px;
}

#footer #footer_text h3.title{
    border-bottom: 1px solid #5070a1;
    margin-bottom: 25px;
    position: relative;
}
#footer #footer_text h3.title span{
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
}
#footer #footer_text h3.title span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #6485a8;
    border-radius: 1px;
}

#footer #footer_text .bintroduction{
    font-style: italic;
}

#footer #footer_text .company{
    font-size: 20px;
}

#footer_text ul{
    margin: 0;
    padding: 0;
  list-style: disc;
}

#footer_text ul li{
    line-height: 26px;
    margin-bottom: 8px;
}

#bmenu{
    font-size: 16px;
}

#footer .info-item img{margin-right: 20px;}

#bsocial i{ font-size: 22px; margin-left: 10px;}

#footer #copyright_text{ color: #888; }

@media screen and (max-width: 768px) {
    #footer #blogo{
        text-align: center;
    }
    #bmenu{
       text-align: right;
    }
    #bsocial{ margin-top: 15px;}
}

:root {
    --swiper-navigation-size: 44;
}

.swiper-button-next-01, .swiper-button-prev-01 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #474747;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.swiper-button-next-01, .swiper-button-prev-01 i{
    font-size: 20px;
}

.swiper-button-next-01 {
    right: 10px;
    left: auto;
}

.swiper-button-prev-01{
    left: 10px;
    right: auto;
}

.swiper-pagination-bullet-active{ background:#000;}

#searchModal .btn-warning{
    background-color: #14B6C3;
    border: 1px solid #14B6C3;
    color: #fff;
}