.banner {
    width: 100%;
    margin: 0 auto;
    margin-top: 130px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px;
    background-image: linear-gradient(to right, #FEE3C5, #ACEEFC);
}

.banner .propagate {
    box-sizing: border-box;
}

.banner .propagate h2 {
    padding: 20px 0;
    font-size: 2.1rem;
    font-weight: 600;
    text-align: center;
}

.banner .propagate p {
    display: block;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: #646464;
}

.banner-text {
    margin-top: 50px;
    box-sizing: border-box;
    text-align: center;
}

.honor {
    display: flex;
    margin: 50px 0;
}

.honor .honor-header {
    display: block;
    text-align: center;
}

.honor .honor-header h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px;
}

.honor .honor-header h5 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin: 20px 0;
}

.honor .honor-content {
    display: flex;
}

.business .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 50px 0;
}

.business .business-header {
    width: 30%;
    box-sizing: border-box;
    margin-right: 2%;
}

.business .business-header .business-title {
    margin-bottom: 20px;
}

.business .business-header .slider-button-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.business .slider-content {
    width: 68%;
    box-sizing: border-box;
}

.business .business-header h2 {
    font-size: 18px;
    font-weight: 400;
    color: #777;
    margin: 0 0 10px;
}

.business .business-header h5 {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin: 20px 0;
}

.business .business-header p {
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #777;
    margin-bottom: 20px;
}

.slider-button-block .owl-next,
.slider-button-block .owl-prev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-right: 20px;
}

.history-wrapper {
    position: relative;
}

.history-wrapper::after {
    content: '';
    position: absolute;
    background-color: #f5f5f5;
    height: 4px;
    top: 22px;
    left: 40px;
    width: 100%;
    z-index: -4;
}

.business .section-title p {
    margin-top: 16px;
}

.history-year {
    text-align: center;
}

.history-year span {
    width: 48px;
    height: 48px;
    display: inline-block;
    border: 2px solid #000;
    border-radius: 50%;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.history-year span::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.history-slider .owl-item:nth-child(odd) .history-wrapper .history-year span {
    border: 4px solid #f5f5f5;
}

.history-slider .owl-item:nth-child(odd) .history-wrapper .history-year span::after {
    background-color: #f5f5f5;
}

.history-slider .owl-item .history-wrapper .history-year span {
    border: 4px solid #f5f5f5;
}

.history-slider .owl-item .history-wrapper .history-year span::after {
    background-color: #f5f5f5;
}

.history-box {
    box-sizing: border-box;
    /* border: 2px solid #f5f5f5; */
    border-radius: 5px;
    padding: 10px;
    position: relative;
    background-color: #f5f5f5;
    margin-top: 30px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 2;
}

.history-year h6 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

.history-box>.arrow {
    background-color: #f5f5f5;
    width: 30px;
    height: 30px;
    /* border: 2px solid #f5f5f5; */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -16px;
    left: 105px;
    border-width: 2px 0px 0px 2px;
}

.history-box .history-content span {
    font-size: 13px;
    text-transform: capitalize;
    color: #333;
}

.history-box .history-content span a {
    display: block;
}

.business .owl-item.center.active .history-year span {
    /* border: 4px solid #F59B50; */
}

.business .owl-item.center.active .history-year span::after {
    background-color: #F59B50;
}

.business .owl-item.center.active .history-content span, .business .owl-item.center.active .history-content span a {
    /* color: #F59B50; */
}

.business .owl-item.center.active .history-box {
    background-color: #FEF5ED;
}

.business .owl-item.center.active .history-box>.arrow {
    background-color: #FEF5ED;
}

.bgimg {
    background: url('../images/business_bg.png') no-repeat;
    background-size: cover;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}

.bgimg li {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFCC00;
    padding: 0 50px;
    border-right: 1px solid #797979;
}

.bgimg li:last-child {
    border-right-width: 0;
}

.bgimg li h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

.bgimg li p {
    font-size: 15px;
    margin-top: 10px;
}