:root {
    --primary-color: #354974;
    --secondary-color: #3974D4;
}

::selection {
    color: white;
    background-color: var(--primary-color);
    opacity: .75;
}

.btn-primary {
    background-color: var(--secondary-color);
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid var(--secondary-color);
    border-top-color: rgb(118 255 233);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--secondary-color);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: var(--primary-color);
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

/* section galeri foto */
.galeri-foto-section {
    position: relative;
    padding: 130px 0px 215px 0px;
}

/* wrap list detail data */
.wrap-list {
    /* border: 1px solid rgba(0, 0, 0, 0.05); */
    background: rgba(0, 0, 0, 0.035);
    padding: 20px 25px;
    border-radius: 10px;
}

/* map leaflet */
.map-lokasi {
    width: 100%;
    height: 235px;
    border-radius: 10px;
}

/* section padding */
.data-section {
    position: relative;
    padding: 75px 0px 75px 0px;
}

/* btn detail */
.btn-danger {
    color: #fff;
    background-color: #bc1622;
    border-color: #bc1622;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #bc1622;
    border-color: #bc1622;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #bc1622;
    border-color: #bc1622;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bc1622;
    border-color: #bc1622;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}


/* table */
.pagination li {
    display: inline-block;
    margin: 0px;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    height: 30px;
    width: 65px;
    line-height: 15px;
    background: #e6e6e8;
    text-align: center;
    color: #5b5858;
    /* border-radius: 2px solid #ebebeb; */
    border-radius: 0%;
    z-index: 1;
    transition: all 500ms ease;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
}

.pagination li a:before {
    position: absolute;
    content: '';
    border: 2px solid #ebebeb;
    border-radius: 10px;
    top: -10px;
    left: -10px;
    width: 0px;
    height: 0px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #bc1622;
    border-color: #bc1622;
    width: 40px;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 16%);
}

/* footer text kontak */
.main-footer .about-widget .tlpn-box {
    position: relative;
    padding-left: 40px;
    margin-top: 10px;
}

.main-footer .about-widget .tlpn-box i {
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 24px;
}

.main-footer .about-widget .tlpn-box i {
    color: #bc1622;
}

.main-footer .about-widget .tlpn-box a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
}

.main-footer .about-widget .tlpn-box a:hover {
    color: #bc1622;
}

/* text about */
.sec-title span.about-text {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Hind', sans-serif;
    padding-left: 45px;
    margin-bottom: 21px;
    text-transform: uppercase;
}

.sec-title span.about-text {
    color: #bc1622;
}

.sec-title span.about-text:before {
    position: absolute;
    content: '';
    background: url(../images/icons/about.png);
    /* width: 28px; */
    width: 35px;
    /* height: 23px; */
    height: 35px;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
}

/* text galeri video */
.text-galeri-video {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    padding: 10px;
}

.text-galeri-video a {
    color: #bc1622 !important;
}

/* text detail data */
.text-detail-data {
    color: #bc1622 !important;
    padding-top: 10px;
}

/* text news */
.sec-title span.news-text {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Hind', sans-serif;
    padding-left: 45px;
    margin-bottom: 21px;
    text-transform: uppercase;
}

.sec-title span.news-text {
    color: #bc1622;
}

.sec-title.centred span.news-text {
    padding-right: 45px;
}

.sec-title span.news-text:before {
    position: absolute;
    content: '';
    background: url(../images/icons/news-report.png);
    /* width: 28px; */
    width: 35px;
    /* height: 23px; */
    height: 35px;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
}

.sec-title.centred span.news-text:after {
    position: absolute;
    content: '';
    /* background: url(../images/icons/icon-1.png); */
    background: url(../images/icons/news-report.png);
    width: 35px;
    /* height: 23px; */
    height: 35px;
    right: 0px;
    top: 0px;
    background-repeat: no-repeat;
}

.sec-title1 h2 {
    position: relative;
    display: block;
    /* font-size: 55px; */
    font-size: 45px;
    /* line-height: 60px; */
    line-height: 55px;
    font-weight: 700;
    margin: 0px;
    color: #fff
}

.sec-title1 h2 span {
    font-weight: 300;
}

.sec-title1.light h2 {
    color: #fff;
}

.sec-title1.centred {
    text-align: center !important;
}

.gallery-section .sec-title1 {
    margin-bottom: 80px;
}

/* news section */
.news-section1 {
    position: relative;
    padding: 125px 0px 130px 0px;
}

/* owl banner */
.banner-section .owl-dots {
    display: none;
}

/* btn link */
.theme-btn1 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    text-align: center;
    padding: 15px 38px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 1100ms ease;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 1100ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
}

.theme-btn1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    /*transform: translateY(0px) skew(-12deg);
    */
    border-radius: 5px;
    z-index: -1;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.theme-btn1:before {
    background-color: #bc1622;
}

.theme-btn1:hover {
    color: #ffffff;
}

.theme-btn1:after {
    position: absolute;
    content: '';
    background-color: #070719;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    z-index: -1;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.theme-btn1:hover:after {
    width: 100%;
}

.theme-btn1 i {
    margin-left: 10px;
    font-size: 22px;
}

/* theme btn2 */
.theme-btn2 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    text-align: left;
    /*padding: 15px 38px;
    */
    padding: 15px 15px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 7000ms ease;
    -webkit-transition: all 7000ms ease;
    -moz-transition: all 7000ms ease;
    -ms-transition: all 7000ms ease;
    -o-transition: all 7000ms ease;
}

.theme-btn2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    /*transform: translateY(0px) skew(-12deg);
    */
    border-radius: 5px;
    z-index: -1;
    /* transition: all 5000ms ease;
    -webkit-transition: all 5000ms ease;
    -moz-transition: all 5000ms ease;
    -ms-transition: all 5000ms ease;
    -o-transition: all 5000ms ease; */
}

.theme-btn2:before {
    background-color: #bc1622;
}

.theme-btn2:hover {
    color: #ffffff;
}

/* .theme-btn2:after {
    position: absolute;
    content: '';
    background-color: #070719;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    z-index: -1;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
} */

.theme-btn2:hover:after {
    width: 100%;
}

.theme-btn2 i {
    position: absolute;
    margin-left: 22px;
    font-size: 22px;
}

/* card dan menu style */
.card-styl {
    border: 2px solid rgb(231 231 231 / 20%);
}

.menu-styl {
    flex-direction: column;
    align-content: center;
}

.card-box {
    position: relative;
    top: 0;
    border-radius: 10px;
    transition-duration: .3s;
    border: 1px solid #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.ct-side {
    display: flex;
    align-items: center;
    gap: 15px;
}

.size {
    height: 55px;
}

.line-sp {
    border-left: 1px solid #ffffff;
    padding-left: 10px;
}

/* dropdown */
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #b8b7b775;
}

.lay-dropdown {
    margin-left: 305px;
    margin-top: -80px;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.dropdown-content a:hover {
    background-color: #bc1622;
    color: #ffffff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/* new style landing */
.main-header .outer-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px;
}

.main-header.style-one {
    position: absolute;
    background-color: transparent;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -moz-transform: none;
    -o-transform: none;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 100%; */
    height: 81%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    transition: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    /* height: 100%; */
    height: 100vh;
    background: -webkit-linear-gradient(178deg, rgb(0 118 94) -10%, rgb(192 231 227) 96%, rgb(255 255 255) 100%);
    top: 0px;
    right: 0px;
    z-index: 0;
}

.banner-carousel .content-box {
    position: relative;
    display: block;
    margin-right: -20px;
    margin-top: -45px;
    z-index: 5;
}

.text-cstm {
    color: #606060 !important;
    font-size: 50px !important;
    line-height: 54px !important;
    font-weight: 600 !important;
    top: 100px;
    transition-delay: unset !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.text-cstm2 {
    color: #00765E !important;
    font-size: 24px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    /* top: 100px; */
}

.mt-cstm1 {
    margin-top: 110px !important;
}

.mt-cstm2 {
    margin-top: 70px !important;
}

.title {
    font-size: 16px;
    font-weight: 500;
}

.btn-cstm {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.btn-cstm:hover {
    color: #fff;
    filter: brightness(0.9);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.card-cstm {
    padding: 100%;
    background: #00C49D;
}

.lay-bg-menu {
    height: 100%;
    width: 100%;
    background-color: transparent !important;
    top: 70%;
    left: 0;
    position: absolute;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    z-index: 2;
}

.rounded {
    border-radius: 6px !important;
}

.explore-feature {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.card-6-cust {
    background: #fff;
    border: none !important;
    transition-duration: 1s;
    overflow: hidden;
    height: 160px;
}

.card-6-cust:hover {
    background: #fff;
    /* transform: scale(1.05); */
    transition: all 250ms ease;
    transform: scale(1.05) translateY(-5%);
    -webkit-box-shadow: 0 10px 25px rgb(60 72 88 / 15%) !important;
    box-shadow: 0 10px 25px rgba(88, 107, 132, 0.15) !important;
}

.explore-feature .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.card-6-cust .avatar {
    transform: scale(1.1);
    transition-duration: 1s;
    height: 80px;
    width: 80px;
}

.card-6-cust .content {
    transition-duration: .6s;
}

.card-6-cust h6 {
    transform: translateY(0%);
    transition-duration: .6s;
}

.card-6-cust .txt-ket {
    line-height: 1;
    font-size: 12px;
    position: relative;
    transform: translateY(150%);
    transition-duration: .7s;
}

.card-6-cust:hover .txt-ket {
    transform: translateY(-20%);
}

.styl-lay {
    justify-content: center;
}

.text-ijo {
    color: #00765E !important;
    font-size: 18px;
    font-weight: 600;
}

.text-ijo:hover {
    color: #003c2f !important;
}

.d-card {
    display: contents;
}

/* modal style */
.modal-custom .modal-head {
    display: flex;
    gap: 10px;
    align-items: center;
}

.modal-custom .modal-head img {
    max-width: 50px;
    filter: hue-rotate(58deg);
}

.detail-sistem {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}

.detail-sistem .head-wrap {
    display: flex;
    gap: 10px;
    padding-right: 15px;
}

.img-styl {
    transition-delay: .1s;
    transition-timing-function: ease-in !important;
    transition-duration: .1s !important;
    transition-property: all;
}

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 40px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border-radius: 15px;
}

/* Tabs */
/* Creative Tabs */
.creative-tabs {
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
}

.creative-tabs>li,
.creative-tabs>div {
    display: inline-block;
    float: none;
}

.creative-tabs a,
.creative-tabs>div>div {
    display: block;
    border: none !important;
    cursor: pointer !important;
}

.creative-tabs>li>a:not(.active),
.creative-tabs div:not(.cbp-filter-item-active)>* {
    background: transparent !important;
    color: inherit;
}

.nav.nav-tabs.creative-tabs li a.active,
.creative-tabs div.cbp-filter-item-active>* {
    color: white;
    box-shadow: 2px 20px 45px 5px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 481px) {

    .creative-tabs li,
    .creative-tabs>div {
        width: auto;
        margin: 0 0 10px;
    }

    .creative-tabs {
        width: 90%;
    }

    .creative-tabs li:last-child,
    .creative-tabs>div:last-child {
        margin-bottom: 0;
    }
}

/* Modern Tabs */
.modern-tabs-container {
    display: block;
    border-style: solid;
}

.modern-tabs {
    display: inline-block;
    margin: 0;
    border-color: inherit;
    border-bottom: none;
    padding: 0;
    vertical-align: bottom;
    position: relative;
    z-index: 2;
    border-color: inherit;
    overflow: hidden;
    border-radius: 0px !important;
}

.modern-tabs.nav-tabs {}

.modern-tabs>li,
.modern-tabs>div {
    display: block;
    float: left;
    border-color: inherit;
}

.modern-tabs>li a,
.modern-tabs>div a {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 12px 35px;
    border-left-width: 1px;
    line-height: normal;
    border-top-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modern-tabs>li>a:not(.active),
.modern-tabs>div>a:not(.active) {
    background: transparent !important;
    color: inherit !important;
    border-left: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-color: inherit !important;
}

.modern-tabs>li:nth-of-type(1) a,
.modern-tabs.vertical-tabs>li>a {
    border-left: 1px solid;
}

.modern-tabs>li:last-child a,
.modern-tabs>div:last-child a {
    border-right: 1px solid #e1e1e1;
}

.modern-tabs a,
.modern-tabs>div>div {
    display: block;
    font-size: inherit;
    cursor: pointer !important;
}

.modern-tabs a i {
    display: block;
    font-size: 35px;
    margin-bottom: 7px;
}

.modern-tabs a i.icon {
    font-size: 25px;
    margin-bottom: 0px;
    padding: 10px 0;
}

.modern-tabs-container+.tab-content {
    margin-top: 30px;
}

.icons-menu {
    height: 80px;
    width: 80px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.avatar.avatar-md-sm {
    height: 45px !important;
    width: 45px !important;
}

@media only screen and (max-width: 640px) {

    .modern-tabs>li a,
    .modern-tabs>div a {
        padding: 11px 25px;
    }
}

/* Modern Tabs Rounded */
.modern-tabs.radius>li:first-child a,
.modern-tabs.radius {
    border-top-left-radius: 10px !important;
}

.modern-tabs.radius>li:last-child a,
.modern-tabs.radius {
    border-top-right-radius: 10px !important;
}

.modern-tabs-container.no-border .modern-tabs.radius>li:first-child a,
.modern-tabs-container.no-border .modern-tabs.radius {
    border-bottom-left-radius: 10px !important;
}

.modern-tabs-container.no-border .modern-tabs.radius>li:last-child a,
.modern-tabs-container.no-border .modern-tabs.radius {
    border-bottom-right-radius: 10px !important;
}

/* Vertical Tabs */
.modern-tabs.vertical-tabs>li,
.modern-tabs.vertical-tabs>div {
    display: block;
    float: none;
    width: 100%;
}

.modern-tabs.vertical-tabs>li a,
.modern-tabs.vertical-tabs>div a {
    padding: 15px 20px;
    width: 100%;
    border-right-width: 1px;
    border-bottom-width: 0px;
}

/* Vertical Tab Sizes */
.modern-tabs.vertical-tabs.tabs-sm>li a,
.modern-tabs.vertical-tabs.tabs-sm>div a {
    padding: 18px 16px;
}

.modern-tabs.vertical-tabs.tabs-xs>li a,
.modern-tabs.vertical-tabs.tabs-xs>div a {
    padding: 14px 12px;
}

@media only screen and (max-width: 481px) {

    .modern-tabs.vertical-tabs.tabs-sm>li a,
    .modern-tabs.vertical-tabs.tabs-sm>div a {
        padding: 15px 11px;
    }

    .modern-tabs.vertical-tabs.tabs-xs>li a,
    .modern-tabs.vertical-tabs.tabs-xs>div a {
        padding: 12px 7px;
    }
}

.modern-tabs.vertical-tabs>li:last-child a,
.modern-tabs.vertical-tabs>div:last-child a {
    border-bottom-width: 1px;
}

.modern-tabs.vertical-tabs.radius-lg {
    border-radius: 50px !important;
}

.modern-tabs.vertical-tabs.radius-lg>li a,
.modern-tabs.vertical-tabs.radius-lg>div a {
    border-radius: 0;
}

.modern-tabs.vertical-tabs.radius-lg>li:first-child a,
.modern-tabs.vertical-tabs.radius-lg>div:first-child a {
    padding-top: 25px;
    margin-top: -1px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.modern-tabs.vertical-tabs.radius-lg>li:last-child a,
.modern-tabs.vertical-tabs.radius-lg>div:last-child a {
    padding-bottom: 25px;
    margin-bottom: -1px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

/* Tab Content Effect */
.tab-content.slide-effect {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.tab-content.slide-effect .tab-pane {
    display: block;
}

.tab-content.slide-effect .tab-pane .tab-container {
    width: 100%;
    transition-delay: 3s;
    position: absolute;
    opacity: 0;
    top: 0;
    overflow: hidden;
}

.tab-content.slide-effect .tab-pane:not(.active) .tab-container {
    max-height: 100%;
    pointer-events: none;
    animation: tabPaneChangeEffectBack .6s ease forwards;
    -webkit-animation: tabPaneChangeEffectBack .6s ease forwards;
    backface-visibility: hidden;
}

.tab-content.slide-effect .tab-pane.active .tab-container {
    position: relative;
    opacity: 1;
    animation: tabPaneChangeEffect .6s ease forwards;
    -webkit-animation: tabPaneChangeEffect .6s ease forwards;
}

@-webkit-keyframes tabPaneChangeEffect {
    0% {
        opacity: 0;
        left: 25px;
    }

    100% {
        opacity: 1;
        left: 0px;
    }
}

@-moz-keyframes tabPaneChangeEffect {
    0% {
        opacity: 0;
        left: 25px;
    }

    100% {
        opacity: 1;
        left: 0px;
    }
}

@-ms-keyframes tabPaneChangeEffect {
    0% {
        opacity: 0;
        left: 25px;
    }

    100% {
        opacity: 1;
        left: 0px;
    }
}

@-o-keyframes tabPaneChangeEffect {
    0% {
        opacity: 0;
        left: 25px;
    }

    100% {
        opacity: 1;
        left: 0px;
    }
}

@keyframes tabPaneChangeEffect {
    0% {
        opacity: 0;
        left: 25px;
    }

    100% {
        opacity: 1;
        left: 0px;
    }
}

@-webkit-keyframes tabPaneChangeEffectBack {
    0% {
        opacity: 1;
        left: 0px;
    }

    100% {
        opacity: 1;
        left: -25px;
    }
}

@-moz-keyframes tabPaneChangeEffectBack {
    0% {
        opacity: 1;
        left: 0px;
    }

    100% {
        opacity: 0;
        left: -25px;
    }
}

@-ms-keyframes tabPaneChangeEffectBack {
    0% {
        opacity: 1;
        left: 0px;
    }

    100% {
        opacity: 0;
        left: -25px;
    }
}

@-o-keyframes tabPaneChangeEffectBack {
    0% {
        opacity: 1;
        left: 0px;
    }

    100% {
        opacity: 0;
        left: -25px;
    }
}

@keyframes tabPaneChangeEffectBack {
    0% {
        opacity: 1;
        left: 0px;
    }

    100% {
        opacity: 0;
        left: -25px;
    }
}




/* responsive */
/* nest hub */
@media screen and (max-width: 1024px) and (min-width: 600px) {
    .full-screen-bg {
        /* height: 455px !important; */
        height: 100vh !important;
    }

    .styl-lay {
        margin-top: -20px;
    }
}

/* nest hub max */
@media screen and (max-width: 1280px) and (min-width: 990px) {
    .full-screen-bg {
        /* height: 683px; */
        height: 100vh;
    }
}

/* laptop */
@media screen and (min-width: 1360px) {
    .full-screen-bg {
        /* height: 550px; */
        height: 100vh;
    }
}

/* fhd */
@media screen and (min-width: 1920px) {
    .full-screen-bg {
        /* height: 892px; */
        height: 100vh;
    }

    .mt-cstm {
        margin-top: 170px;
    }
}

/* smartphone */
@media (max-width: 400px) {
    .lay-bg-menu {
        height: 110vh !important;
    }

    .text-cstm {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .bg-color-sikaper {
        background: -webkit-linear-gradient(178deg, rgb(0 118 94) -10%, rgb(192 231 227) 96%, rgb(255 255 255) 100%);
    }

    .main-header.style-one.mobile {
        position: absolute;
        background: -webkit-linear-gradient(180deg, rgb(0 118 94) -10%, rgb(192 231 227 / 0%) 96%, rgb(255 255 255 / 0%) 100%);
        backdrop-filter: blur(8px);
    }
}

@media (max-width: 667px) {
    .banner-section {
        overflow: auto;
    }

    .banner-carousel .slide-item {
        height: 100vh;
    }

    .banner-carousel .slide-item .image-layer {
        height: 115%;
    }

    .lay-bg-menu {
        height: 100vh;
    }

    .banner-carousel .content-box {
        margin-top: -15px;
    }

    .text-cstm {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .bg-color-sikaper {
        background: -webkit-linear-gradient(178deg, rgb(0 118 94) -10%, rgb(192 231 227) 96%, rgb(255 255 255) 100%);
    }

    .main-header.style-one.mobile {
        position: absolute;
        background: -webkit-linear-gradient(180deg, rgb(0 118 94) -10%, rgb(192 231 227 / 0%) 96%, rgb(255 255 255 / 0%) 100%);
        backdrop-filter: blur(8px);
    }
}