.site{
	padding-top: 0;
}

.page-section{
    margin-top: 54px;
}
.page-section h2{
    color: #4B4B4B;
}

.page-section .cta-link{
    font-size: 15px;
    color: #0F208A !important;
    text-decoration: none;
}
.page-section .cta-link span{
    display: inline-block;
    border-bottom: 1px solid #0F208A !important;
    padding-bottom: 1px;
}

.page-section--features .col{
    padding: 0 6px;
}
.page-section--features .feature-item{
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    padding: 14px;
    font-size: 15px;
}
.page-section--features .feature-item .item-icon{
    width: 33px;
    margin-right: 10px;
}
.page-section--features .feature-item .item-icon img,
.page-section--features .feature-item .item-icon svg{
    width: 100%;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .page-section--features{
        padding: 0 6px;
    }
    .page-section--features .col{
        padding: 0 3px;
    }
    .page-section--features .feature-item{
        padding: 6px;
        font-size: 10px;
        color: #4B4B4B;
        border-color: #4B4B4B;
    }
    .page-section--features .feature-item .item-icon{
        width: 20px;
        margin: 0;
    }
}

.page-section--story .story-content{
    padding-right: 4rem;
}
.page-section--story .story-content > *{
    margin-bottom: 20px;
    color: #4B4B4B;
}
.page-section--story .story-content p {
    font-size: 14px;
}
.page-section--story .story-banner img{
    object-fit: contain;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
@media screen and (max-width: 768px) {
    .page-section--story .story-content{
        padding-right: 0;
    }
    .page-section--story .story-banner{
        margin-top: 30px;
    }
}

.page-section--cate-slider .slider-inner{
    position: relative;
    height: 388px;
    padding-right: calc((100vw - 1320px)/2);
    margin-right: calc(-1 * (100vw - 1320px)/2);
    box-sizing: content-box;
}
.page-section--cate-slider .owl-carousel{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.page-section--cate-slider .owl-stage-outer{
    padding: 20px 0;
}
.page-section--cate-slider .owl-stage-outer .owl-item{
    transition: all 0.3s ease-in-out;
}
.page-section--cate-slider .owl-stage-outer .owl-item:hover{
    width: 480px !important;
}
.page-section--cate-slider .owl-dots{
    text-align: center;
    padding: 17px 0;
    max-width: 1320px;
}
.page-section--cate-slider .owl-dot{
    background-color: #e1e1e1 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 3px;
}
.page-section--cate-slider .owl-dot.active{
    background: #0f208a !important;
}
.page-section--cate-slider .item{
    position: relative;
    display: block;
    color: #4B4B4B;
    text-decoration: none;
    padding: 30px 35px;
    border-radius: 20px;
    height: 290px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-section--cate-slider .item::before{
    content: '';
    position: absolute;
    background: #0D0D0D;
    opacity: 0.6;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.page-section--cate-slider .owl-stage-outer .owl-item:hover .item::before{
    background: #6c7acd;
    opacity: 0.7;
}
.page-section--cate-slider .item > *{
    position: relative;
    z-index: 2;
    color: #fff;
}
.page-section--cate-slider .item .item--icon{
    width: 60px;
    height: 60px;
    opacity: 0;
}
.page-section--cate-slider .owl-stage-outer .owl-item:hover .item .item--icon{
    opacity: 1;
}
.page-section--cate-slider .item h5{
    margin-bottom: 20px;
    text-transform: uppercase;
}
.page-section--cate-slider .item p{
    font-size: 14px;
}
@media screen and (max-width: 1399px) {
    .page-section--cate-slider .slider-inner{
        padding-right: calc((100vw - 1140px)/2);
        margin-right: calc(-1 * (100vw - 1140px)/2);
    }
    .page-section--cate-slider .owl-dots{
        max-width: 1140px;
    }
}
@media screen and (max-width: 1199px) {
    .page-section--cate-slider .slider-inner{
        padding-right: calc((100vw - 960px)/2);
        margin-right: calc(-1 * (100vw - 960px)/2);
    }
    .page-section--cate-slider .owl-dots{
        max-width: 960px;
    }
}
@media screen and (max-width: 991px) {
    .page-section--cate-slider .slider-inner{
        padding-right: calc((100vw - 720px)/2);
        margin-right: calc(-1 * (100vw - 720px)/2);
    }
    .page-section--cate-slider .owl-dots{
        max-width: 720px;
    }
}
@media screen and (max-width: 767px) {
    .page-section--cate-slider .slider-inner{
        padding-right: calc((100vw - 540px)/2);
        margin-right: calc(-1 * (100vw - 540px)/2);
    }
    .page-section--cate-slider .owl-dots{
        max-width: 540px;
    }
}
@media screen and (max-width: 575px) {
    .page-section--cate-slider .slider-inner{
        padding-right: 12px;
        margin-right: -12px;
    }
    .page-section--cate-slider .owl-item .item{
        width: 80%;
        transition: all 0.3s ease-in-out;
    }
    .page-section--cate-slider .owl-item:not(.active) .item{
        margin-left: -20%;
    }
}

.page-section--partners{
    padding: 45px 0 30px 0;
    background: #ECECEC;
}
.page-section--partners .partner-list{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.page-section--partners .partner-list img{
    width: auto;
    height: 69px;
    object-fit: contain;
    object-position: center;
    margin-right: 58px;
    margin-bottom: 15px;
}

.page-section--news{
    margin-bottom: 54px;
}
.page-section--news .owl-stage{
    display: flex;
}
.page-section--news .owl-item{
    display: flex;
    flex: 1 0 auto;
}
.page-section--news .item{
    color: #4B4B4B;
    border-radius: 12px;
    border: 1px solid #DDE5EA;
}
.page-section--news h2 {
    margin-bottom: 24px;
}
.page-section--news .item img {
    border-radius: 12px 12px 0 0;
}
.page-section--news .item-body{
    padding: 16px 30px 24px 30px;
}
.page-section--news .item-body > * {
    margin-bottom: 16px;
}
.page-section--news .item-body > p {
font-size: 13px;
}
.page-section--news .owl-dots{
    text-align: center;
    padding: 17px 0;
}
.page-section--news .owl-dot.active{
    background-color: #0F208A !important;
}
.page-section--news .owl-dot{
    background-color: #e1e1e1 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 3px;
}
@media screen and (max-width: 575px) {
    .page-section--news .slider-inner{
        padding-right: 12px;
        margin-right: -12px;
    }
    .page-section--news .owl-item .item{
        width: 80%;
        transition: all 0.3s ease-in-out;
    }
    .page-section--news .owl-item:not(.active) .item{
        margin-left: -20%;
    }
}

.page-section--contact{
}
.page-section--contact .col--form{
    padding: 40px;
    color: #4B4B4B;
    background: #ECECEC;
    font-size: 14px;
}
.page-section--contact .col--form > p{
    margin-bottom: 20px;
}
.page-section--contact .info-section > p:nth-child(2n+1){
    padding-right: 25px;
}
.page-section--contact .info-section > p:nth-child(2n){
    padding-left: 25px;
}
.page-section--contact .info-section p label{
    width: 100%;
}
.page-section--contact .info-section .form-select,
.page-section--contact .info-section .form-control{
    background-color: #ECECEC;
    color: #4B4B4B !important;
    border-width: 0 0 1px 0;
    border-color: #000;
    border-radius: 0;
    width: 100%;
    padding-left: 0;
    font-size: 14px;
}
.page-section--contact .category-options{
    padding-left: 10px;
}
.page-section--contact .category-options .wpcf7-list-item{
    margin: 0;
    padding: 10px;
    line-height: 1;
}
.page-section--contact .btn-submit{
    padding: 10px 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    background-color: #3D55E9;
}
.page-section--contact .btn-submit svg{
    margin-right: 10px;
}
@media screen and (max-width: 991px) {
    .page-section--contact .info-section > p:nth-child(2n+1){
        padding-right: 1rem;
    }
    .page-section--contact .info-section > p:nth-child(2n){
        padding-left: 1rem;
    }
}

.page-section--top-products .tab-content{
    padding: 35px 0;
}
.page-section--top-products .nav-tabs .nav-link{
    color: #4B4B4B;
    border-width: 0 0 1px 0;
    padding: 10px;
    margin-right: 10px;
}
.page-section--top-products .nav-tabs .nav-link.active{
    color: #233AC5;
    border-color: #233AC5;
}