#our-business-main .img-present {
    margin-top: 20px;
}
.service-lists .service-item {
    text-align: center;
    color: #004DA7;
    padding-top: 35px;
}
.service-lists .service-item .service-icon {
    padding: 25px 0px;
}
.service-lists .service-item i {
    font-size: 49px;
    padding: 25px;
    border: 1px solid #DADCDE;
    border-radius: 50%;
}
.service-lists .service-item .service-title {
    font-family: 'DB-Heavent-Med', Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: #272727;
    text-align: center;
}
.service-lists .service-item .desc {
    text-align: center;
    color: #272727;
}
.service-img-01 {
    max-width: 213px;
    margin: auto;
    margin-top: 40%;
}
.service-img-02 {
    max-width: 335px;
}
#sc-history .sc-content {
    position: relative;
    margin-left: calc((((100vw - 360px)/4)) + 30px + 0px);
}
.history-slide .slick-prev, .history-slide .slick-next {
    opacity: 0;
}
.history-slide .history-item {
    border: 1px solid #6C99CD;
    padding: 40px 30px;
    margin-right: 20px;
    max-width: 400px;
}
.history-slide .text {
    font-family: 'DB-Heavent-Med', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 0.5;
    color: #fff;
}
.history-slide .num {
    font-family: 'DB-Heavent-Med';
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
}
.history-slide .title {
    font-family: 'DB-Heavent-Med', Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 0.5;
    padding-top: 20px;
    padding-bottom: 20px;
}
.history-slide .desc {
    font-family: 'sarabun';
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}



@media (max-width: 991px) {
	.navbar-collapse {
		right: -80%;
        left: unset;
	}
    .navbar-collapse.show {
        right: 0;
        left: unset;
    }

    .navbar {flex-direction: row-reverse;}
    .header .main-menu .nav-logo {margin-left: 0 !important;}

    .navbar .visible-mobile.cart-mobile {display: none;}
}

.main-menu .menu-right.btn-cart {
    border-radius: 24px;
}