body {
    background-color: #F5F5F5;
}

/* header */
.cs-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #ffffff !important;
    padding: 0 !important;
    max-width: 100%;
    margin: 17px 60px 0 60px;
    border-radius: 20px;
}

/* logo */
.cs-header .site-branding {
    margin: 0 !important;
}

.cs-header .site-logo {
    margin: 21px 0 21px 69px;
}

.cs-header .site-logo a {
    text-decoration: none !important;
}

.cs-header .site-logo img {
    width: auto;
    height: 33px;
}

/* navigation */
.cs-header .primary-navigation {
    margin-right: 20px;
}

.cs-header .primary-navigation a {
    color: #999999;
    text-decoration: none !important;
}

.cs-header .primary-navigation a:hover {
    color: #3b3b3b;
    text-decoration: none !important;
}

.cs-header .primary-navigation .menu-t {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 6px;
}

.cs-header .primary-navigation .menu-d {
    font-size: 16px !important;
    font-weight: 400 !important;
}

/* main */
.site-main {
    padding-top: 0;
}

/* slider section */
.home-slider .slick-dots {
    bottom: 20px;
    left: 120px;
    text-align: left;
}

.home-slider .slick-dots li {
    width: 80px;
    height: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    opacity: 0.2;
}

.home-slider .slick-dots li.slick-active,
.home-slider .slick-dots li:hover {
    opacity: 1;
}

.home-slider .slick-dots li button {
    width: 80px;
    height: 4px;
    background-color: transparent !important;
}

/* news-section */
.news-section {
    padding-left: 120px;
    padding-right: 120px;
}

.news-section .news-title-row {
    margin-top: 107px;
}

.news-section .news-headline .bt_bb_headline_superheadline {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.news-section .news-headline .bt_bb_headline_content {
    color: #3b3b3b;
    font-size: 22px;
}

.news-section .news-headline-col {
    flex-basis: auto !important;
}

.news-section .news-go-col {
    flex-basis: auto !important;
}

.news-section .news-go {
    margin: 0;
}

.news-section .news-go a {
    font-size: 12px;
    color: #999999 !important;
    padding: 0;
    box-shadow: none;
}

.news-section .news-go a:hover {
    color: #3b3b3b !important;
    box-shadow: none !important;
}

.news-section .news-go a .bt_bb_button_text {
    text-decoration: underline;
    text-underline-offset: 1px;
}

.news-section .news-post {
    margin-top: 50px;
    padding: 0 80px;
}

.news-section .news-post .bt_bb_css_post_grid_content .bt_bb_grid_item:nth-child(2n) .bt_bb_grid_item_post_content {
    order: -1;
}

.news-section .news-post .bt_bb_grid_item_inner {
    flex-direction: row !important;
    justify-content: center;
}

.news-section .news-post .bt_bb_grid_item_inner>div {
    flex: 1;
    margin: 0 40px;
}

.news-section .news-post .bt_bb_grid_item_inner img {
    border-radius: 30px;
}

.news-section .news-post .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: transparent;
}

.news-section .news-post .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta:first-child {
    order: 1;
    padding: 29px 0 16px 0;
}

.news-section .news-post .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category {
    padding: 0;
}

.news-section .news-post .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category li {
    margin: 0;
    cursor: pointer !important;
}

.news-section .news-post .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category li a {
    background-color: #ffffff;
    cursor: pointer !important;
    color: #2CBD8B;
    border: 1px solid #2CBD8B;
    border-radius: 12px;
    font-size: 12px;
}

.news-section .news-post .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    font-size: 20px;
    order: 2;
}

.news-section .news-post .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta:last-child {
    order: 3;
    font-size: 12px;
    color: #3b3b3b;
    padding: 0;
}

.news-section .news-post .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_date::before {
    display: none;
}

.news-section .news-post .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    font-size: 12px;
    color: #999999;
    order: 4;
    margin: 0;
}

@media (max-width: 768px) {
    .cs-header {
        display: none;
    }
    .news-section {
        padding-left: 32px;
        padding-right: 32px;
    }
    
    .news-section .news-title-row {
        margin-top: 32px;
    }
    
    .news-section .news-headline .bt_bb_headline_superheadline {
        font-size: 10px;
    }
    
    .news-section .news-headline .bt_bb_headline_content {
        font-size: 16px;
    }
    
    .news-section .news-go a {
        font-size: 8px;
    }
    
    .news-section .news-post {
        margin-top: 32px;
        padding: 0 0 52px 0;
    }
    
    .news-section .news-post .bt_bb_css_post_grid_content .bt_bb_grid_item:nth-child(2n) .bt_bb_grid_item_post_content {
        order: 2;
    }
    
    .news-section .news-post .bt_bb_grid_item_inner {
        flex-direction: column !important;
        justify-content: center;
    }
    
    .news-section .news-post .bt_bb_grid_item_inner>div {
        flex: 1;
        margin: 0;
    }
    
    .news-section .news-post .bt_bb_grid_item_inner img {
        border-radius: 16px;
    }
    
    .news-section .news-post .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
        padding: 0;
        display: flex;
        flex-direction: column;
        background-color: transparent;
    }
    
    .news-section .news-post .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta:first-child {
        order: 1;
        padding: 5px 0 5px 0;
    }
    
    .news-section .news-post .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category li a {
        border-radius: 8px;
        font-size: 8px;
    }
    
    .news-section .news-post .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
        font-size: 16px;
    }
    
    .news-section .news-post .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta:last-child {
        font-size: 8px;
    }
    
    .news-section .news-post .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
        font-size: 8px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .news-section {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .news-section .news-post {
        margin-top: 50px;
        padding: 0 10px;
    }
    
    .news-section .news-post .bt_bb_grid_item_inner>div {
        flex: 1;
        margin: 0 10px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .news-section {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .news-section .news-post {
        margin-top: 50px;
        padding: 0 40px;
    }
    
    .news-section .news-post .bt_bb_grid_item_inner>div {
        flex: 1;
        margin: 0 20px;
    }
}

/* about section */
.about-section {
    margin: 210px 120px 0 120px;
    background-color: #ECEDEC;
    border-radius: 60px;
}

.about-section .about-headline {
    margin: 119px 0 100px 130px;
}

.about-section .about-headline .bt_bb_headline_superheadline {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.about-section .about-headline .bt_bb_headline_content {
    color: #3b3b3b;
    font-size: 22px;
}

.about-section .about-row {
    padding: 0 230px;
}

.about-section .about-row .about-col {
    background-color: #ffffff;
    border-radius: 60px;
    padding: 46px 80px 56px 80px;
    margin: 0 -20px 189px -20px;
}

.about-section .about-row .about-col .about-icon-col {
    flex-basis: auto;
}

.about-section .about-row .about-col .about-arrow-col {
    flex-basis: auto;
}

.about-section .about-row .about-col .about-icon-col img {
    width: 30px !important;
}

.about-section .about-row .about-col .about-arrow-col img {
    width: 13px !important;
}

.about-section .about-row .about-col header {
    margin: 56px 0 24px 0;
    font-size: 16px;
}

.about-section .about-row .about-col .bt_bb_text {
    font-size: 12px;
}

.about-section .about-row .about-col .about-btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media (max-width: 768px) {
    .about-section {
        margin: 40px 12px 0 12px;
        border-radius: 30px;
    }
    
    .about-section .about-headline {
        margin: 37px 0 20px 40px;
    }
    
    .about-section .about-headline .bt_bb_headline_superheadline {
        font-size: 10px;
    }
    
    .about-section .about-headline .bt_bb_headline_content {
        font-size: 16px;
    }
    
    .about-section .about-row {
        padding: 0 20px;
    }
    
    .about-section .about-row .about-col {
        border-radius: 30px;
        padding: 35px 38px 40px 38px;
        margin: 0 20px 20px 20px;
    }
    
    .about-section .about-row .about-col .about-icon-col img {
        width: 30px !important;
    }
    
    .about-section .about-row .about-col .about-arrow-col img {
        width: 13px !important;
    }
    
    .about-section .about-row .about-col header {
        margin: 15px 0 20px 0;
        font-size: 14px;
    }
    
    .about-section .about-row .about-col .bt_bb_text {
        font-size: 8px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .about-section .about-row {
        padding: 0 130px;
    }
    
    .about-section .about-row .about-col {
        margin: 0 0 100px 0;
    }
    
    .about-section .about-row .about-col header {
        margin: 30px 0 24px 0;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .about-section .about-row {
        padding: 0 130px;
    }
    
    .about-section .about-row .about-col header {
        margin: 30px 0 24px 0;
    }
}

/* service section */
.service-section {
    padding-left: 120px;
    padding-right: 120px;
}

.service-section .service-headline {
    margin: 175px 0 92px 0;
}

.service-section .service-headline .bt_bb_headline_superheadline {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.service-section .service-headline .bt_bb_headline_content {
    color: #3b3b3b;
    font-size: 22px;
}

















/* page service */
.service-top-group {
    position: relative;
}
.service-top-group .wp-block-image {
    max-width: 100% !important;
    max-height: 480px;
    width: 100%;
}

.service-top-group .wp-block-image img {
    width: 100%;
}

.service-top-group .service-title-group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: bold;
}

.service-top-group .service-title-group p {
    margin: 0 !important;
    line-height: 1;
}

.service-title-up {
    font-size: 32px;
}

.service-title-down {
    font-size: 60px;
}

.service-tabs {
    position: relative;
    margin: -100px auto 0 auto;
    background-color: #ffffff;
    z-index: 2;
    width: 860px;
    border-radius: 32px;
}

.service-tabs .service-tabs-btn {
    width: auto !important;
}

.service-tabs .service-tabs-btn a {
    font-size: 16px;
    color: #000000;
    border: none;
}

.service-tabs .service-tabs-btn a:hover {
    background-color: transparent !important;
    color: #000000 !important;
    text-decoration: solid;
}

.service-share-group {
    margin-top: 0;
    border-radius: 60px 60px 0 0;
}