/*
Theme Name: Kabiweb Developer
Theme URI:  https://kabiweb.com
Author: Khanh Bui - bvkhanh88@gmail.com
Author URI: https://kabiweb.com
Description: This theme is an engaging WordPress theme that is designed to help boost social shares and get you more viral traffic from the web's top social media websites.
Version: 2.1 (Updated: 19/08/2020 17:00)
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kbw
Template: kbw-simple
*/

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'UTM-HelvetIns';
    src: url('assets/fonts/UTM-HelvetIns.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('assets/fonts/Inter-Bold.ttf');
    font-weight: 400;
    font-style: normal;
}

html body {
    font-family: 'Inter',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none !important;
}
@media (min-width: 576px) {
    html body {font-size: 14px;line-height: 22px;}
}
.kbw-gap-5 {margin-left: -2.5px;margin-right: -2.5px;}
.kbw-gap-5 > [class*="col-"], .kbw-gap-5 > [class*="kc_col"] {padding: 0 2.5px;}
.kbw-gap-10 {margin-left: -5px;margin-right: -5px;}
.kbw-gap-10 > [class*="col-"], .kbw-gap-10 > [class*="kc_col"] {padding: 0 5px;}
.kbw-gap-15 {margin-left: -7.5px;margin-right: -7.5px;}
.kbw-gap-15 > [class*="col-"], .kbw-gap-15 > [class*="kc_col"] {padding: 0 7.5px;}
.kbw-gap-20 {margin-left: -10px;margin-right: -10px;}
.kbw-gap-20 > [class*="col-"], .kbw-gap-20 > [class*="kc_col"] {padding: 0 10px;}
.kbw-gap-25 {margin-left: -12.5px;margin-right: -12.5px;}
.kbw-gap-25 > [class*="col-"], .kbw-gap-25 > [class*="kc_col"] {padding: 0 12.5px;}
.kbw-gap-30 {margin-left: -15px;margin-right: -15px;}
.kbw-gap-30 > [class*="col-"], .kbw-gap-30 > [class*="kc_col"] {padding: 0 15px;}


/*-- GENERAL --*/
#wrapper {background: #fff;}
#wrapper.boxed {max-width: none;}
.boxed #main-content {padding: 0 10px;background-color: #fff;}
.boxed #site-footer {padding: 20px;background-color: #fff;box-shadow: none;}
.boxed footer#site-footer .copyrights {background-color: #fff;border: none;}

#kbw-navigation,
span.inline-title, span.inline-title:before,
footer#site-footer .copyrights,
.cat-box-title h2 span, .cat-box-title h2 span:before,
.widget .tagcloud a.tag-cloud-link {
    background-color: #29487d;color: #fff;
}

#mobile-nav-toggle {color: #29487d;right: 12px;left: auto;top: 11px;}
.cat-box-title h2 {border-color: #29487d;}
h1.category {border-color: #dfdfdf;border-width: 1px;}
.widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {font-family: 'Roboto', sans-serif;}
.kbw-pagination a:hover, .kbw-pagination span.current {background-color: #333!important;color: #fff!important;border-color: #333;}

.entry-content a {color: #333;}
#topcontrol {background: #29487d;}

@media (min-width: 992px) {
    .boxed #site-header {background-color: transparent;box-shadow: none;}
}
@media (min-width: 1200px) {
    .wide .main-container {width: 100%;max-width: none;}
    .boxed .inner-wrapper, .kbw-container, .kbw-content .container {width: 1200px;margin: 0 auto;max-width: 100%;}
    #site-header .container, #kbw-navigation .navigation {width: 1200px;margin: 0 auto;float: none;max-width: 100%;}
    .header-right #kbw-navigation .navigation {width: auto;}

    #kbw-navigation.sticky-navigation-active {}
}

@media (max-width: 991px) {
    [data-breadcrumb="show"] #page {padding-top: 0;}
}

input {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code,
pre .line-number {
    /* Ukuran line-height antara teks di dalam tag <code> dan <span class="line-number"> harus sama! */
    font: normal normal 14px/1.6 Monaco, "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    color: #555;
    display: block;
}
pre .line-number {float: left;margin: 1.5px 1em 0 -1em;border-right: 1px solid;text-align: right;}
pre .line-number span {display: block;padding: 0 .5em 0 1em;}
pre .cl {display: block;clear: both;}

.sidebar.col-sidebar {float: none;width: 100%;padding: 0;}
h1.title + .post-listing {margin-top: 20px;}

.theiaStickySidebar {z-index: 10;}

/* LightGallery */
.lg-backdrop.in {opacity: .8;}
div.lg-thumb.lg-group {margin-left: auto !important;margin-right: auto !important;}

/* fix owl-carousel on mobile */
@media (max-width: 575px) {
    .owl-carousel .owl-item img {position: relative;left: -.5px;}
}

.fm-bold {font-family: 'Inter-Bold', sans-serif;}
a {color: #000;}


/**
* HEADER
* ----------------------------------------------------------------------------
*/
.header-main {color: #000;}
.header-search {max-width: 100%;}
.header-search .kbw-search {max-width: 100%;}
.header-search .kbw-search input {border-radius: 100px;background: #F8F8F8;padding-left: 40px!important;height: 40px}
.header-search .kbw-search .search-btn {background: none;right: auto;left: 0;border: none;}
.kbw-search .search-btn span {color: #8E8E93;}
.header-right {
    flex: 1;
    padding: 0 12px;
    font-family: 'Inter-Bold', sans-serif;
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #008000;
    text-align: right;
}
.header-right em {font-size: 22px;color: #ED1C24;}
.header-right .hotline a {font-size: 14px;color: #000;}
.header-right .hotline i {color: #ED1C24;margin-right: 5px;}
.header-right .btn-reg {background-color: #ED1C24;color: #fff;border-radius: 100px;padding: 6px 25px;width: 164px;}

@media (min-width: 992px) {
    #kbw-navigation {background-color: #21a44f;border-top: 1px solid #E5E5EA;}
    .navigation ul li a, .navigation ul li a:link, .navigation ul li a:visited {padding: 12px 20px;}
    .navigation a {color: #fff;font-size: 16px;line-height: 22px;font-family: "Inter", sans-serif;}
    .navigation ul li:hover > a, .navigation > ul > .current a, .navigation > ul > .current-menu-item a {
        color: #fff;
    }

    .header-search.onlymb {display: none;}
}

@media (min-width: 1200px) {
    .header-search .kbw-search {width: 488px;}
    .header-right {padding-left: 60px;}
}

@media (max-width: 991px) {
    .header-search, .header-action {display: none;}
    .navigation.mobile-menu-wrapper, .nav-header, .nav-footer {background-color: #ED1C24;}
    .navigation.mobile-menu-wrapper {width: 360px;left: -360px;}
    #kbw-navigation ul li a {border-bottom: 1px solid #F2F2F7;text-transform: uppercase;}
    #kbw-navigation ul ul li:last-child a {border: none;}
    nav.navigation:not(.mobile-only) ul ul {background-color: #ED1C24;}
    #kbw-navigation ul li.toggle-menu-item-parent.active {border-bottom: 1px solid #F2F2F7;}
    .nav-header {
        border-bottom: 5px solid #F2F2F7;
        display: flex!important;
        align-items: center;
        justify-content: space-between;
        padding: 2px 0;
    }
    .nav-footer {display: none!important;}

    #mobile-nav-toggle {color: #AEAEB2;right: auto;left: 15px;}
    #site-header #logo {margin-left: 50px;}
    #site-header #logo img {max-height: 30px;}

    .header-action {display: block;padding-right: 15px;}
    .header-action .text-link, .header-action .btn-reg {display: none;}
    .header-search.onlymb {display: block}
    .header-search.onlymb .kbw-search {width: calc(100% - 30px);margin: 5px 15px 10px;}
    .header-search.onlymb .kbw-search .search-btn {left: auto;right: 0;}
    .header-search.onlymb .kbw-search input {padding-left: 20px!important;border-radius: 10px;}

    #site-header .header-content {
        display: block;
        font-size: 12px;
        font-weight: 600;
    }
    #site-header .header-content em {display: none;}
}


/**
* MAIN & SIDEBAR
* ----------------------------------------------------------------------------
*/
.home .main-container #page {padding-left: 0;padding-right: 0;}
#slider {}

.post-listing .card {
    border: none;
    background-color: transparent;
}

/*--- BEGIN PAGE COMPOSER ---*/
.vc_row {padding-top: 50px;padding-bottom: 50px;}
.vc_row.vc_inner, .vc_row.slider {padding: 0;}
.vc_row.bg-color {background-color: #f0f2f5;}
.vc_row.bg-color-main {background-color: #233C5E;color: #fff;}
.vc_title {margin-bottom: 30px;}
.vc_title.center, .vc_title.center p, .vc_title.text-center p {text-align: center;}
.vc_title h2 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #233C5E;
    text-transform: uppercase;
    font-family: 'Inter-Bold', sans-serif;
}
.wpb_text_column h3 {font-family: 'Inter-Bold', sans-serif;}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {margin-bottom: 30px;}

@media (min-width: 992px) {
    .kbw-between .wpb_wrapper {display: flex;justify-content: space-between;}
    .vc_row-fluid.kbw-middle {display: flex;}
    .vc_row-fluid.kbw-middle .wpb_column {display: flex;align-items: center;}
}
@media (max-width: 991px) {
    .vc_row:not(.vc_inner):not([data-vc-full-width]) {}
    .vc_title h2 {font-size: 1.4rem;}

    .vc_row:not([data-vc-full-width]) .wpb_wrapper:not(.vc_inner .wpb_wrapper) {padding-left: 10px;padding-right: 10px;margin-bottom: 15px;}
    .vc_title h2 {text-align: center;}
    .vc_row {padding-top: 30px;padding-bottom: 30px;}
}


.vc_title {max-width: 800px;margin: 0 auto;}
.show-form-modal .vc_btn3 {
    background: #ED1C24!important;
    color: #fff!important;
    border-radius: 100px;
    padding: 12px 24px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    width: 260px;
}

body.home #page {padding-bottom: 0;}
body.home #page .clear-30 {height: 0;}

.vc_row.style-1 {font-size: 16px;line-height: 22px;}

#sec_01 .vc_title {margin-bottom: 32px;}
#sec_01 .vc_title h2 {margin-bottom: 20px;}
#sec_01 .wpb_text_column {text-align: justify;}
#sec_01 .wpb_text_column p {margin-bottom: 12px;text-align: justify;}
.vc_inner.whychoose .wpb_text_column {text-align: center;}
.vc_inner.whychoose h3 {font-size: 16px;line-height: 26px;font-weight: 600;}
.vc_inner.whychoose img {width: 100px;}
@media (max-width: 991px) {
    #sec_01 {padding-top: 0;}
    #sec_01 .wpb_text_column h5 {text-align: center;}
}

#sec_02 .vc_title {margin-bottom: 40px;}
#sec_02 .vc_inner .wpb_text_column {
    text-align: justify;
    padding: 20px;
    border: 1px solid #ED1C24;
    border-radius: 16px;
    background-color: #fff;
}
#sec_02 .vc_inner .wpb_text_column h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}
#sec_02 .vc_inner .wpb_text_column a {
    display: table;
    margin: 10px auto 0;
    padding: 8px 24px;
    border: 1px solid #ED1C24;
    color: #ED1C24;
    border-radius: 100px;
}

#sec_03 .vc_title {margin-bottom: 30px;}

#sec_04 .vc_title {margin-bottom: 40px;}
#sec_04 .vc_inner {
    text-align: justify;
    padding: 15px 0;
    border: 1px solid #ED1C24;
    border-radius: 16px;
    background-color: #fff;
    margin-bottom: 20px;
}
#sec_04 .vc_inner .wpb_single_image {margin-bottom: 0;}
#sec_04 .vc_inner .wpb_text_column h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #ED1C24;
    text-align: center;
}
#sec_04 .vc_inner .wpb_text_column {font-size: 16px;line-height: 24px;;text-align: justify;}
#sec_04 .vc_inner .wpb_text_column p {margin-bottom: 12px;}
#sec_04 .vc_inner .wpb_text_column ul {list-style-type: none;margin-left: 10px;}
#sec_04 .vc_inner .wpb_text_column ul li:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f111";
    color: #ED1C24;
    vertical-align: middle;
    font-size: 8px;
    margin-right: 8px;
    margin-top: -3px;
}
#sec_04 .vc_inner .wpb_text_column a {color: #ED1C24;font-weight: 600;font-size: 15px;}

#sec_05 .vc_title h2 {color: #fff;}

#sec_06 .vc_btn3-container.vc_btn3-center {margin-top: 15px;}

#sec_07 {}
#sec_07 .vc_title {margin-bottom: 30px;}

#sec_08 {background: url(/wp-content/uploads/2023/12/bg-feedback.jpg) center no-repeat;background-size: cover;}
#sec_08 .vc_title {margin-bottom: 30px;}
#sec_08 .vc_title h2 {color: #fff;}

.feedback-item {position: relative;font-size: 16px;line-height: 26px;border-radius: 10px;overflow: hidden;}
.feedback-item img {
    display: block;
    width: 80px !important;
    height: 80px;
    border-radius: 100%;
    margin-left: 30px;
}
.feedback-item .item-content {
    padding: 50px 30px 30px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: -40px;
}
.feedback-item .item-content .item-name, .feedback-item .item-content .item-job {font-size: 18px;line-height: 26px;font-weight: 600;}
.feedback-item .item-content .item-job  {color: #ED1C24;}
@media (max-width: 767px) {
    .feedback-item .item-content .des {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        white-space: normal;
        -webkit-line-clamp: 6;
    }
}

#sec_09 .vc_title {margin-bottom: 20px;}
#sec_09 img.aligncenter {margin: 0;width: 97.5%;}


.slider-wrapper .owl-dots {margin-top: 30px;}
.slider-wrapper .owl-dots .owl-dot {display: inline-block;width: 12px;height: 12px;background-color: #ccc;border-radius: 10px;}
.slider-wrapper .owl-dots .owl-dot.active {background-color: #ED1C24;}
.slider-wrapper .recent-item {margin-bottom: 0;}

body:not(.home) .main-container {background-color: #f0f2f5;}
body.page .article, body.single:not(.home) .article {padding: 15px;background-color: #fff;border-radius: 8px;}

#page.page-custom {padding: 40px;background-color: #fff;border-radius: 8px;margin-top: 50px;margin-bottom: 50px;}
#page.page-custom .title {display: none;}
#page.page-custom .vc_row {padding: 0}
#page.page-custom .reg-success .vc_title a {
    padding: 8px 24px;
    border: 1px solid #ED1C24;
    color: #ED1C24;
    border-radius: 100px;
    display: table;
    margin: 20px auto;
}
@media (max-width: 991px) {
    #page.page-custom {padding: 20px;}
}

.post-thumbnail a {background-color: transparent;}
.recent-item {background-color: #fff;border-radius: 15px;overflow: hidden;}
.post-box-title a {
    margin-bottom: 12px;
    color: #ED1C24;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Inter-Bold', sans-serif;
}
.grid .entry {color: #8E8E93;padding: 12px;}
.post-meta {display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.post-meta a {color: #8E8E93;}
.post-meta i {margin-right: 6px;font-size: 18px;color: #ED1C24;}

.item-list .recent-item {padding: 12px;border: none!important;}
.item-list .post-meta {justify-content: flex-start;}
.item-list .recent-item.default .post-box-title a {-webkit-line-clamp: 2;}

@media (min-width: 992px) {
    .item-list .excerpt {}
}
@media (max-width: 991px) {
    .item-list .recent-item.default .post-box-title {background-color: transparent!important;min-height: 0;padding: 0;}
    .item-list .recent-item .entry {display: flex;flex-direction: column;justify-content: center;height: 100px;padding-left: 12px;}
    .item-list .recent-item.default .post-box-title a {font-size: 14px;line-height: 20px;}
    .item-list .recent-item .excerpt {display: none;}
    .item-list .recent-item .post-meta i {font-size: 14px;}
}

.term-item.grid .recent-item {
    text-align: justify;
    padding: 20px;
    border: 1px solid #ED1C24;
    border-radius: 16px;
    background-color: #fff;
}
.term-item.grid .recent-item .entry {padding-left: 0;padding-right: 0;}
.term-item.grid .recent-item .post-box-title {text-align: center;}
.term-item.grid .recent-item .post-box-title a {
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 1;
}
.term-item.grid .recent-item .fi-action {display: flex;justify-content: center;margin-top: 12px;}
.term-item.grid .recent-item .fi-action a {
    padding: 8px 24px;
    border: 1px solid #ED1C24;
    color: #ED1C24;
    border-radius: 100px;
}
.term-item.grid .recent-item .entry .excerpt {min-height: 60px;}
@media (max-width: 767px) {
    .term-item.grid .recent-item .entry .excerpt {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        white-space: normal;
        -webkit-line-clamp: 4;
        max-height: 96px;
    }
}
.term-item.grid .recent-item .entry p {text-align: justify;}
@media (max-width: 991px) {
    .term-item.grid .recent-item {padding: 12px;}
}

.wpcf7 {
    padding: 30px 30px 14px;
    background: #FFFFFF;
    color: #000;
    border-radius: 12px;
}
.wpcf7 p {margin-bottom: 16px;}
.wpcf7 p:last-child {margin-bottom: 0;}
.wpcf7 .wpcf7-form-control-wrap input {margin-top: 8px;}
.wpcf7 label {font-size: 16px;line-height: 24px;font-weight: 600;}
.wpcf7 .wpcf7-submit {
    background: #ED1C24!important;
    color: #fff!important;
    font-size: 16px;
    border-radius: 4px;
    padding: 9px 24px!important;
    text-align: center;
    border: none;
    width: 150px;
    display: table;
    margin: 0 auto;
}
.wpcf7 label, .wpcf7 .wpcf7-form-control-wrap input {width: 100%;}

#reg-modal .modal-dialog {max-width: 600px;}
#reg-modal .modal-header {padding: 30px 30px 0;justify-content: center;border: none;position: relative;}
#reg-modal .modal-header .close {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 9;
    outline: none;
    background: url(assets/images/btnclose.png) no-repeat;
    font-size: 0;
    opacity: 1;
}
#reg-modal .modal-header .modal-title {color: #000;font-size: 24px;line-height: 32px;font-weight: 600;}
#reg-modal .modal-body {padding: 0;}


@media (max-width: 991px) {
    .wpcf7 {padding: 15px;}
    #reg-modal .modal-header .modal-title {font-size: 20px;line-height: 28px;}
    #reg-modal .modal-header .close {top: 5px;right: 5px;}
}

@media (max-width: 767px) {
    .wpcf7 {margin: 10px auto;}
}

.widget .inline-title:before, .widget .inline-title:after {content: none}
.widget .inline-title {color: #000;background-color: transparent;margin: 0!important;padding: 0!important;}
#sidebar .widget {padding: 15px;background-color: #fff;border-radius: 15px;}
#sidebar .widget > h3 {
    font-size: 18px;
    text-transform: none;
    padding-left: 10px;
    border-left: 4px solid #ED1C24;
    border-bottom: 1px solid #F2F2F7;
}
.widget_kbw_posts_widget .post-thumbnail {display: none;}
.widget_kbw_posts_widget .post-info {padding-left: 40px;padding-top: 5px;}
.widget_kbw_posts_widget .post-info > span {font-size: 14px;}
.widget_kbw_posts_widget .post-info i {color: #ED1C24;font-size: 16px;}
.widget_kbw_posts_widget .post-title a {
    position: relative;
    padding-left: 40px;
    color: #000;
    line-height: 24px;
    font-family: 'Inter-Bold', sans-serif;
    text-transform: none;
    min-height: 35px;
}
.widget_kbw_posts_widget .post-title a:before {
    content: counter(kbw-counter,decimal);
    counter-increment: kbw-counter;
    display: block;
    line-height: 1;
    vertical-align: top;
    margin: 4px 10px 0 0;
    padding: 6px 10px;
    background: #ED1C24;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    left: 0;
}
.widget_kbw_posts_widget ul {counter-reset: kbw-counter;}

.title.category {color: #000;font-size: 22px;line-height: 28px;text-transform: uppercase;}


#the-post table {margin: 0 0 1.5em;width: 100%;}
#the-post table td {
    text-align: left;
    border: 1px solid #EAEAEA;
    padding: 6px 10px;
}


/* Item card */
.item-list.card .recent-item {margin-top: 0;margin-bottom: 20px;border: 1px solid transparent!important;cursor: pointer;}
.item-list.card.selected .recent-item {border-color: #21a44f!important;}
.item-list.card .recent-item .post-thumbnail {max-width: 100px;}
.item-list.card .recent-item .post-box-title {font-weight: 600;}
.item-list.card .recent-item .post-meta > * {margin-bottom: 4px;}
.item-list.card .recent-item .text-end {text-align: right;margin: 8px 0 0;}
.item-list.card .recent-item .post-meta a {font-size: 13px;color: #21a44f;}

.card-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.card-data {
    position: relative;
    font-size: 18px;
    background: #fff;
    width: 396px;
    min-height: 600px;
    max-width: 100%;
    border: 5px solid #cc2a28;
    padding: 24px 24px 48px;
    font-family: "Roboto", sans-serif;
}
.card-data .card-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background: url(/wp-content/uploads/2024/01/phoithe2.png) no-repeat left top;*/
    /*background-size: cover;*/
    /*pointer-events: none!important;*/
}
.card-data .card-bg img {width: 100%;height: 100%;object-fit: cover}
.card-data-content {}
.card-data .card-heading {
    color: #1f211c;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.5px;
    font-family: "Roboto", sans-serif;
}
.card-data .card-heading p {margin-bottom: 4px;}
.card-data .card-title {
    margin: 40px 0 36px;
    font-size: 30px;
    color: #c62b2e;
    font-family: "UTM-HelvetIns", sans-serif;
}
.card-data .line-info {
    display: flex;
    align-items: center;
    color: #000;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}
.card-data .fw-bold {font-weight: 600;}
.card-data .w-small {width: 37%;color: #232c3f;}
.card-data .value {font-size: 20px;}
.card-data .level-des {justify-content: center;}
.card-data .line-bottom {display: flex;justify-content: space-between;margin: 8px 0;}
.card-data .line-bottom .date-active {margin-bottom: 4px;}
.card-data .line-bottom .director .label {margin-bottom: 50px;}
.card-data .line-bottom .image-qrcode {max-width: 115px;padding-top: 8px;}
.card-data .line-bottom .image-qrcode img {width: 100%;}
.card-data .card-bottom {font-style: italic;font-weight: 600;position: absolute;left: 24px;bottom: 12px;}

.row-print-card .col-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-print-card .card-data {border: none;background: transparent;}
.row-print-card .card-data .card-bg {display: none;}
.row-print-card .card-heading, .row-print-card .card-title {visibility: hidden;}

@media (max-width: 575px) {
    .card-data {font-size: 16px;padding: 12px 12px 16px;}
    .card-data .card-heading {font-size: 16px;}
    .card-data .card-title {font-size: 24px;margin: 20px 0;}
    .card-data .value {font-size: 16px;}
}

@media print {
    #site-header, #site-footer, .header-search.onlymb, #button-contact-vr {display: none;}
    #printarea {display: block!important;}

}


/**
* FOOTER
* ----------------------------------------------------------------------------
*/
@media (min-width: 1200px) {
    footer#site-footer .copyrights {padding: 5px 0;}
}

#site-footer {
    background-color: #233C5E;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
#site-footer a {color: #fff;}
#site-footer .widget > h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-transform: none;
    margin-bottom: 10px;
    padding-bottom: 0;
}
#site-footer p {margin-bottom: 8px;}
footer#site-footer .copyrights {background-color: #233C5E;font-size: 14px;line-height: 20px;}
footer#site-footer .copyrights .container {
    padding-top: 25px!important;
    padding-bottom: 50px!important;
    border-top: 1px solid #FFFFFF;
}

#site-footer .socials {display: flex;align-items: center;justify-content: flex-end;}
#site-footer .socials .social:not(:last-child) {margin-right: 15px;}
#site-footer .socials .social img {width: 22px;}
@media (max-width: 767px) {
    #site-footer .socials {justify-content: center;margin-top: 8px;}
}


/**
* MOBILE
* ----------------------------------------------------------------------------
*/
@media (max-width: 767px) {
    .kc-elm {margin-bottom: 0;}
    #slider .kc_col-sm-3 .kc-col-container > *:not(.kbw-menu-category) {display: none;}
    #slider .kbw-menu-category {margin-bottom: 0;}
    .category-list ul.sub-menu li a:before {content: "";}
    .category-list ul.sub-menu li {padding-left: 20px!important;}
}



/*-- CSS BLOCK --*/
/* Contact Form 7 */
form.wpcf7-form h3 {border-bottom: 2px solid #29487d;font-size: 22px;font-weight: bold;}
.wpcf7-form p {}
form.wpcf7-form label {max-width: 100%;margin-bottom: 0;}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {color: #666;background: transparent;border-radius: 3px;border: 1px solid #D8D8D8;}
.wpcf7-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), .wpcf7-form select, .wpcf7-form textarea {max-width: 100%;padding: 8px;}
@media (min-width: 1200px) {
    .wpcf7-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), .wpcf7-form select, .wpcf7-form textarea {width: 600px;}
}
.wpcf7-form textarea {height: 150px;}
input.wpcf7-submit {cursor: pointer;padding: 5px 25px!important;color: #fff;background-color: #29487d;border: 1px solid #29487d;}
form.wpcf7-form input.wpcf7-submit:hover {cursor: pointer;color: #333;background-color: #fff;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {width: 600px;max-width: 100%;margin: 10px 0;font-weight: 600;line-height: 1.25;}
footer .wpcf7-form .wpcf7-response-output {margin: 0;}
footer .wpcf7-form input {color: #ffffff;width: 100%;max-width: 330px;}

.wpcf7 {position: relative;width: 600px;max-width: 100%;}
.wpcf7-form .ajax-loader, .wpcf7 .wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wpcf7-form .wpcf7-form-control-wrap {position: static}
.wpcf7-form .wpcf7-not-valid-tip {font-size: 13px !important;font-weight: 400;margin-top: 10px}
.wpcf7-form .wpcf7-not-valid {content: '';background: rgba(255, 255, 255, .1) url(assets/images/btn-close-error.png) no-repeat 98%;border: 1px solid #f00;}
.wpcf7-form .wpcf7-not-valid-tip {display: none !important}
.wpcf7-form .wpcf7-validation-errors {max-width: 600px;border: 1px solid #f00;}

/* kbw-modal style */
.kbw-modal .modal-header {padding: 10px;border-radius: 0;background-color: #0d3f46;}
.kbw-modal .modal-header h4 {margin: 0;color: #fff;}
.kbw-modal .modal-header .close {color: #fff;}
.kbw-modal .modal-content {border-radius: 0;}
.kbw-modal .wpcf7-form textarea {width: 100%;}
.kbw-modal .wpcf7-form input.wpcf7-submit {color: #fff;background-color: #0d3f46;border-radius: 0;outline: none;}

/**/
.slider-wrapper .owl-nav button {opacity: 1!important;width: 40px;}
.slider-wrapper .owl-nav i {
    display: block;
    max-width: none!important;
    width: 40px!important;
    height: 40px!important;
    line-height: 40px;
    padding: 0!important;
    background-color: rgba(15, 168, 81, 0.30);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    border-radius: 4px
}

.post-item.grid .post-thumbnail {
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 0 0 60%;
}

.post-item.grid .post-thumbnail a {
    position: absolute;
    margin-bottom: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.post-item.grid .post-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
    transition: all .7s;
}

/* Bootstrap Datepicker */
.datepicker-dropdown {z-index: 1000!important;}
.datepicker .day, .datepicker .dow {padding: 5px 10px;}
