.logo-img {
    max-width: 150px;
    /* height: 20px; */
}
.mobile-nav-toggler i {
    color: #000;
    font-size: 28px;
}

.bg-header {
    background-color: #F7F3F4;
}

.bg-navbar {
    background-color: #FFFFFF;
}

.margin-top-desktop {
    margin-top: 9rem;
}

.w-80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.about-news-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}
.news-image {
    width: 100%;
    height: 212px;
    object-fit: cover;
    border-radius: 10px;
}

.error-page .error {
    color: #002C5F !important;
}

/* NAVBAR */
.navbar{
    background: #fafafa;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: row;
    z-index: 10;
}
.brand-and-icon{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.navbar-brand {
    font-size: 1.8rem;
    letter-spacing: 3px;
    font-weight: 700;
}
.navbar-toggler{
    display: block;
    border: none;
    background: transparent;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    transition: all 0.4s ease;
    border: 2px solid #000;
    border-radius: 4px;
}
.navbar-toggler:hover{
    opacity: 0.7;
}
.navbar-collapse{
    overflow-y: scroll;
    display: none;
}

.navbar-nav > li > a.single.active {
    border-bottom: 3.5px solid #002C5F;
    color: #002C5F;
}

.navbar-nav > li > a.single {
    color: #676767;
    text-transform: capitalize;
    font-weight: 500;
}

.navbar-nav > li > a.single:hover {
    border-bottom: 3.5px solid #002C5F;
    color: #002C5F;
}
.navbar-nav > li > a{
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
}
.drop-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.sub-menu h4{
    text-transform: capitalize;
    font-size: 1rem;
    padding: 0.5rem 0;
}
.sub-menu ul li{
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    font-size: 0.95rem;
}
.sub-menu ul li a{
    opacity: 0.8;
    transition: all 0.5s ease;
}
.sub-menu ul li a:hover{
    padding-left: 14px;
    opacity: 0.9;
}
.sub-menu{
    display: none;
}

.sub-menu-item{
    padding-left: 1.2rem;
}
.sub-menu-item:nth-child(3){
    background: #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.sub-menu-item:nth-child(3) h2{
    text-transform: capitalize;
    margin: 1.5rem 0;
}
.sub-menu-item:nth-child(3) .btn{
    border: 2px solid #000;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    cursor: pointer;
    background: #000;
    color: #fff;
    transition: all 0.5s ease;
}
.sub-menu-item:nth-child(3) .btn:hover{
    background: transparent;
    color: #000;
}
.sub-menu-item:nth-child(4){
    width: 50%;
    margin: 0 auto;
    padding: 2rem 0;
}

/* Media Queries */
@media screen and (min-width: 992px){
    .navbar{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #ddd;
        padding: 0 5rem;
        position: relative;
    }
    .navbar-toggler{
        display: none;
    }
    .brand-and-icon{
        flex: 0 0 100px;
        border-bottom: none;
        padding: 0;
    }
    .navbar-collapse{
        display: block!important;
        overflow-y: hidden;
        flex: 1 0 auto;
        height: 56px;
    }
    .navbar-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        height: 61px;
    }
    .navbar-nav > li > a{
        border-bottom: none;
        margin: 0 0.4rem;
        padding: 0.7rem 1.8rem 0.7rem 0.8rem;
        font-size: 1rem;
    }

    .navbar-nav > li > a.single {
        padding: 0.7rem 0.8rem 0.7rem 0.8rem !important;
    }
    
    .sub-menu{
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        background: #f8f8f8;
    }
    .navbar-nav > li:hover .sub-menu{
        display: grid!important;
        grid-template-columns: repeat(4, 1fr);
        padding: 0 5rem;
    }
    .navbar-nav > li{
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;
    }
    
    .sub-menu-item{
        padding-left: 0;
    }
    .sub-menu-item:nth-child(3){
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* cars category */
.cat-cars {
    cursor: pointer;
}

.cat-cars .cars-name p {
    text-transform: uppercase;
}

.button-checklist-cars {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    z-index: 9;
    right: 30px;
    font-size: 25px;
    background-color: #002C5F;
    transition: .5s;
}

.display-none {
    display: none;
}

.card-container {
    width: 100%;
    padding-right: 135px;
    padding-left: 135px;
    margin-right: auto;
    margin-left: auto;
}

.card-cars-detail {
    background-color: #F5F5F6;
    border: none;
    border-radius: 15px;
}
.card-cars-detail .cars-info-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}

.table-info-type > tbody > tr > td,
.table-info-type > tbody > tr > th,
.table-info-type > tfoot > tr > td,
.table-info-type > tfoot > tr > th,
.table-info-type > thead > tr > td,
.table-info-type > thead > tr > th {
    border: none;
}

.btn-type, .btn-color {
    margin-right: 15px;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary-type,
.btn-primary-type:hover {
    color: #fff !important;
    background-color: #002C5F !important;
    border-color: #002C5F !important;
}

.btn-secondary-type {
    color: #000;
    background-color: transparent;
    border-color: #002C5F;
}

.btn-secondary-type:hover {
    color: #fff;
    background-color: #002C5F;
    border-color: #002C5F;
}

.btn-primary-color,
.btn-primary-color:hover {
    color: #676767 !important;
    background-color: #E6E6E6 !important;
    border-color: #E6E6E6 !important;
}

.btn-secondary-color {
    color: #676767;
    background-color: transparent;
    border-color: #B2B2B2;
}

.btn-secondary-color:hover {
    color: #676767;
    background-color: #E6E6E6;
    border-color: #E6E6E6;
}

.card-cars-info {
    padding: 15px 25px;
    background-color: #F5F5F6;
    border-color: #B2B2B2;
}

.card-cars-info span {
    text-transform: uppercase;
    color: #353535;
}

.card-cars-info h6 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #002C5F;
}

.info-bank-title span {
    font-weight: 600;
}

.img-bank {
    max-width: 150px;
    height: 50px;
    object-fit: contain;
}

input:focus, select:focus, textarea:focus {
    outline: none !important;
    border: 1px solid #002C5F !important;
    box-shadow: none !important;
}
input, select, textarea {
    border: 1px solid #707070 !important;
}

.btn-primary-hitung {
    color: #fff !important;
    background-color: #002C5F !important;
    border-color: #002C5F !important;
    padding: 6px 35px;
}

.footer-socmed ul li a {
    color: #fff;
    font-size: 20px;
    display: flex;
}

.footer-socmed ul li {
    padding: 0px 10px;
}

.footer-link ul li {
    padding: 0px 10px 15px;
}

.footer-link ul li a {
    color: #fff;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
}

.footer-link ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}

/* OUR SERVICE */
.card-our-service {
    padding: 25px 35px;
    border-radius: 15px;
    border:none;
    box-shadow: 0 0 18px 0 rgb(60 60 60 / 20%);
}

.card-our-service .service-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.card-our-service .service-title .service-title-img {
    max-width: 40px;
    margin-right: 15px;
}
.card-our-service .service-title .service-title-text {
    font-size: 22px;
    font-weight: 600;
}

/* Video Testimonial */
.video-1 {
    padding: 90px 0;
}
.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, 0.55);
    border-radius: 10px;
}
.bg-img {
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.video__btn {
    position: relative;
}
.popup-video {
    text-align: center;
    display: inline-block;
    position: relative;
}
.popup-video .video__player {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #707070;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

/* BLOG NEWS */
.card-blog-primary,
.card-blog-secondary {
    border: none;
}
.card-blog-primary .blog-primary {
    display: flex;
}
.card-blog-primary .blog-img {
    max-width: 65.5%;
    margin-right: 35px;
}
.card-blog-primary .blog-img img,
.card-blog-secondary .blog-img img {
    border-radius: 15px;
}
.card-blog-primary .blog-content {
    display: flex;
    align-items: center;
}
.card-blog-primary .blog-content-header h6 {
    font-size: 48px;
    font-weight: 600;
}
.card-blog-primary .btn-read-more {
    background-color: #002C5F;
    color: #fff;
}

.card-blog-secondary .blog-content-date span {
    font-size: 14px;
}
.card-blog-secondary .blog-content-header h6 {
    font-size: 24px;
    font-weight: 600;
}

/* fixed button */
.button-fixed {
    width: 90px;
    position: fixed;
    bottom: 15%;
    right: 0px;
    z-index: 88;
    background-color: #152D67;
    border-top-left-radius: 10px ;
    border-bottom-left-radius: 10px ;
}
.button-fixed-box a {
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
}
.button-fixed-box a:hover {
    color: #fff;
}
.button-fixed-box a i {
    font-size: 24px;
    margin-bottom: 4px;
}
.button-fixed-box a span {
    font-size: 14px;
    line-height: 1.2;
}
.img-icon-fixed {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.button-fixed-mobile {
    position: fixed;
    bottom: 0px;
    background-color: #152D67;
    z-index: 99;
    width: 100%;
}
.icon-box {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
}
.icon-box a {
    display: flex;
    flex-direction: column;
    color: #fff;
    /*padding: 15px 10px;*/
    text-align: center;
}
.icon-box a:hover {
    color: #fff;
}
.icon-box a span {
    font-size: 6.5px;
    line-height: 1.3;
}
.icon-box a i {
    font-size: 24px;
    margin-bottom: 4px;
}



/* form vehicles */
.card-search-page-title {
    background-color: rgba(255, 255, 255, 0.7); 
    border-radius: 15px;
}
.product-search .search-form {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}
.product-search .search-field {
    width: 50%;
    height: 50px;
    margin-bottom: 0;
    padding: 0px 53px 0 20px;
    font-weight: 400;
    outline: none;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 15px;
    background-color : #fff !important; 
    opacity: 1 !important;
    border: none !important;
}
.product-search .search-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1; /* Firefox */
}
.product-search .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}
.product-search .search-field::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
}
.product-search .search-button {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 56px;
    top: 0;
    right: 25%;
    margin: 0;
    border: none;
    outline: none;
    padding: 0;
    font-size: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    cursor: pointer;
}
.product-search i {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 26%;
    width: 40px;
    height: 40px;
    border-radius: unset;
    font-size: 19px;
    line-height: 40px;
    font-style: normal;
    text-align: center;
    color: #000;
    transform: translate(0, 0);
    opacity: 1;
    transition: 0.4s;
    background-color: transparent;
}
.gallery-block {
    float: left;
}

/* BREADCRUMBS */
.breadcrumb-caret .breadcrumb-item+.breadcrumb-item::before {
    content: '\f105';
    font-family: 'FontAwesome';
    padding: 0 1rem;
}
.breadcrumb-item+.breadcrumb-item {
    padding: 0;
}
.breadcrumbs {
    background-color: #F2F2F2;
}
.breadcrumbs ol li a {
    font-size: 14px;
}
.breadcrumbs .active {
    color: #00AAD2;
    font-size: 14px;
}
.breadcrumbs .card {
    background-color: #F2F2F2;
    border: none;
}
.breadcrumbs .breadcrumb-caret {
    padding: 1.5rem 1.2rem 1.3rem 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #F2F2F2;
    border: none;
}
.padding-breadcrumbs {
    padding: 0 0 470px 0;
}

/* vehicles */
.vehicles-topLinkBar {
    background-color: #002C5F;
}
.vehicles-topLinkBar .topLinkBar {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: row;
    margin: 0 auto;
}
.vehicles-topLinkBar .topLinkBar a {
    display: flex;
    vertical-align: top;
    padding: 20px 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    align-items: center;
}
.vehicles-topLinkBar .topLinkBar .topBar-text {
    font-weight: 600;
}

/* tablist */
.vehicles-navigation-tab {
    border-bottom: 3px solid #EFEFEF;
}
.vehicles-navigation-tab .titleWrap span {
    font-weight: 600;
}
.tabListArea {
    width: 90% !important;
}
.tabListArea .tabList .active a,
.tabListArea .tabList a:hover {
    color: #00AAD2;
}
.tabListArea ul li {
    margin: 0 10px !important;
    width: auto !important;
}
.vehicles-navigation-tab .btnPrev {
    /* left: 116px; */
    background: url('../images/img/ico-prev-arr-s.png') no-repeat center center;
}
.vehicles-navigation-tab .btnNext {
    /* right: 135px; */
    background: url('../images/img/ico-next-arr-s.png') no-repeat center center;
}
.vehicles-navigation-tab .typeDownload span {
    font-weight: 600;
    color: #002C5F;
    margin-left: 10px;
}

/* model data */
.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.bg-gray-model {
    background-color: #F6F3F2;
}
.bg-brown-model {
    background-color: #E4DCD4;
}
/* css modal data swiper button */
.model-five-next {
    right: -50px;
    left: auto;
    background-color: #000;
    opacity: 0.7;
    background-image: none;
    width: 44px;
}
.model-five-next i,
.model-five-prev i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #fff;
}
.model-five-prev {
    left: -50px;
    right: auto;
    background-color: #000;
    opacity: 0.7;
    background-image: none;
    width: 44px;
}
/* model gallery swiper */
.model-gallery .gallery-thumbs {
    padding: 0 !important;
}
.model-gallery .gallery-thumbs .swiper-slide {
    opacity: 1;
    cursor: pointer;
}
.model-gallery .gallery-thumbs .swiper-slide:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    opacity: .6;
}
.model-gallery .gallery-thumbs .swiper-slide:hover:after,
.model-gallery .gallery-thumbs .swiper-slide-thumb-active:after {
    opacity: 1;
    background: none;
}
.btn-model-gallery-next,
.btn-model-gallery-prev,
.btn-model-gallery-thumb-next,
.btn-model-gallery-thumb-prev,
.btn-news-next,
.btn-news-prev {
    background-image: none;
    background-color: #000;
    opacity: 0.9;
    width: 44px;
}
.btn-model-gallery-next i,
.btn-model-gallery-prev i,
.btn-model-gallery-thumb-next i,
.btn-model-gallery-thumb-prev i,
.btn-news-next i,
.btn-news-prev i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #fff;
}
.btn-model-gallery-next,
.btn-model-gallery-thumb-next {
    right: 0;
}
.btn-model-gallery-prev,
.btn-model-gallery-thumb-prev {
    left: 0;
}

/* step next model */
.step-next-model a span,
.step-prev-model a span {
    font-size: 28px;
    font-weight: 600;
}
.step-next-model a span {    
    margin-right: 30px;
}
.step-prev-model a span {    
    margin-left: 30px;
}
.step-next-model a i,
.step-prev-model a i {
    font-size: 24px;
}
.btn-news-next {
    right: 15px;
}
.btn-news-prev {
    left: 15px;
}
.gallery-download a i {
    margin-right: 5px;
    margin-top: 20px;
}

/* about news */
.about-news-desc {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}

/* exterior */
.tabs-360 {
    border: none;
}
.tabs-360 .nav-link {
    padding: 15px 55px;
    background-color: #444444;
    color: #fff;
    border: none;
    border-radius: 0;
}
.tabs-360 .nav-link:hover {
    outline: none;
    border: none;
}
.tabs-360 .nav-link.active {
    border: none;
}
.button-360 {
    cursor: pointer;
}

.color-display {
    margin: 10px 40px 0 0;
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.color-360 .color-title {
    font-size: 20px;
    line-height: 1;
    color: #000;
    font-family: "HyundaiMedium";
}
.btn-checklist-color {
    position: absolute;
    top: -5px;
    background-color: #00AAD2;
    border-radius: 50%;
    padding: 0;
    color: #fff;
    font-size: 10px;
    width: 15px;
    height: 15px;
    left: 50px;
}
.btn-checklist-roda {
    position: absolute;
    top: -5px;
    background-color: #00AAD2;
    border-radius: 50%;
    padding: 0;
    color: #fff;
    font-size: 10px;
    width: 15px;
    height: 15px;
    left: 50px;
}
.btn-checklist-color:hover,
.btn-checklist-roda:hover {
    color: #fff;
}

/* accordion exterior */
.accordion-img .fullImageSet {
    overflow: hidden;
    position: relative;
    margin: 0 -25px;
}
.accordion-img .fullImageSet .txtAreaSet {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    -webkit-transform: traslateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.accordion-img .fullImageSet img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.accordion-img .fullImageSet .btn-link {
    overflow: hidden;
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 40px;
    height: 40px;
    background: #00aad2;
    color: #fff;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.accordion-img .fullImageSet .btn-link,
.accordion-img .fullImageSet .btn-link:hover {
    text-decoration: none;
}

.color-white {
    color: #fff;
}
.sec-img-title h6{
    font-size: 24px;
    font-weight: 600;
}

.color-display-detail {
    width: 300px;
    position: relative;
    cursor: pointer;
}
.close-display-tooltip {
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: #999;
    color: #fff;
    border-radius: 50%;
}

/* tooltip info */
.tooltip-info h4 {
    font-size: 14px;
    font-weight: 500;
}
.tooltip-info {
    display: none;
    position: absolute;
    top: auto;
    bottom: 25px;
    left: 50%;
    width: 120px;
    height: auto;
    margin-left: -60px;
    padding: 5px 34px 5px 7px;
    background: #fff;
    font-size: 12px;
    line-height: 18px;
    box-sizing: border-box;
    text-align: center;    
    justify-content: center;
    -webkit-box-shadow: 0 3px 7px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 10%);
}

.tooltip-info.active:after {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border-top: 10px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: "";
}
.tooltip-info.active {
    display: block;
}

/* performa */
.performa-desc h4 {
    font-weight: 600;
    margin-bottom: 15px;
}
.w-center-800 {
    width: 80%;
    margin: 0 auto;
}

/* spesifikasi */
.spek-select select {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    color: #666;
    border: none !important;
    border-radius: 10px;
    background: url(../icon/ico-select-right-arr.png) no-repeat right center;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: "";
    background-color: #f6f3f2;
    font-size: 16px;
    padding-right: 42px;
}
.spek-select select:focus {
    background-color: #f6f3f2;
}
.table-product-list tr th {
    padding: 20px;
    border-right: 1px solid #e4dcd3;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #e4dcd3;
    background: #e4dcd3;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    font-weight: 600;
    /* font-family: "HyundaiMedium"; */
}
.table-product-list tr td {
    padding: 20px;
    border-bottom: 1px solid #e4dcd3;
    border-right: 1px solid #e4dcd3;
    background: #fff;
    font-size: 14px;
    line-height: 1.286;
    /* font-family: "HyundaiRegular"; */
}
.table-product-list tr th, 
.table-product-list tr td {
    padding: 13px 30px 12px;
    line-height: 24px;
}
.table-product-list tr:first-child th, 
.table-product-list tr:first-child td {
    border-top: 1px solid #e4dcd3;
}

/* accordion spesifikasi */
.spek-product-detail .card-header i {
    position: absolute;
    right: 0;
    top: 10px;
}
.spek-product-detail .card {
    border: 1px solid #e4dcd3;
    border-radius: 0;
}
.spek-product-detail .card-header {
    border-bottom: 1px solid #e4dcd3;
}
.spek-product-detail .th-first {
    width: 20%;
}
.spek-product-detail .th-second {
    width: 55%;
    color: #666;
    padding-bottom: 5px;
}
.spek-product-detail th,
.spek-product-detail td {
    padding: 0;
}
.spekFlexColumn {
    flex-direction: row;
}
.spekFlexColumn .contentSpekHeader {
    width: 25%;
}
.spekFlexColumn .contentSpekHeader span {
    font-weight: 600;
}
.bullet {
    position: relative;
    overflow: hidden;
    padding-left: 15px;
}
.bullet:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    background: #000;
    vertical-align: middle;
}

/* about */
.about-title h1 {
    font-weight: 600;
    font-size: 3vw;
    float: left;
    margin-top: 5rem;
    position: absolute;
}

/* news pagination */
.pagination li a {
    border: none;
    line-height: 1.2;
    font-weight: 600;
    width: 20px;
    height: 20px;
}
.pagination li:hover a,
.pagination li a i:hover {
    background-color: transparent;
    color: #00AAD2;
}
.pagination li.active a {
    background-color: transparent;
    color: #00AAD2;
}
.pagination li a i {
    color: #B9B9B9;
}

/* news detail */
.news-detail-title span {
    font-size: 14px;
}
.news-detail-title h4 {
    font-size: 44px;
    font-weight: 600;
    width: 70%;
}
.news-detail-content a {
    color: #00AAD2;
}
.pagingBox .jumpPage {
    padding: 15px 30px;
    border: 1px solid #e2dcd4;
    display: flex;
}

.pagingBox .jumpPage .pagingTitle {
    font-weight: 600;
    width: 120px;
}

/* contact */
.contact-loc {
    margin-bottom: 20px;
}
.contact-name-address {
    display: flex;
    padding: 15px;
    border: 1px solid #E4DCD4;
}
.contact-name-map {
    border: 1px solid #E4DCD4;
}
.contact-name-address i {
    padding: 2px 15px 0px 0px;
    font-size: 20px;
}
.bg-grey {
    background-color: #F5F5F6;
}
.contact-form-card {
    padding: 50px;
}

/* our branch */
.sec-title h3 {
    font-weight: 600;
}
.sec-title p {
    font-weight: 500;
}
.booking-tabs .nav-booking {
    background-color: #E6E6E6;
    color: #353535;
    border-radius: 0;
}
.booking-tabs .nav-booking.active,
.booking-tabs .nav-booking:hover {
    background-color: #002C5F;
    /* border-top-left-radius: 10px; */
    color: #fff;
}
.border-top-left-radius-10 {
    border-top-left-radius: 10px !important;
}
.border-top-right-radius-10 {
    border-top-right-radius: 10px !important;
}
.booking-test-form,
.booking-service-form {
    padding: 50px;
}
.color-req {
    color: #00AAD2;
}

/* select tabs */
.select-tabs select {
    background-color: #444444;
    width: 100%;
    padding: 20px;
    color: #fff;
}

.img-view img {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.margin-mobile-auto {
    margin: 0 auto;
    display: flex;
}

@media (max-width: 1026px) {
    .banner-section {
        height: 100vh;
    }
    .swiper-slide .img-mobile{
        height: 100%;
        object-fit: cover;
    }
}