.ct2,.ct3-pe,.ct4,.ct5-pe {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ct3 {
    margin-left: 8%;
    margin-right: 8%;
}

.b2c-p1 {
    color: #16B89F;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
}

.b2c-p2{
    color: #272D37;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
}

.b2c-p3{
    color: #858C95;
    font-size: 18px;
    text-align: center;
}

.ct1 .co1,.ct1 .co2 {
    background: #F8F9FB;
    min-height: 200px;
    border-radius: 5px;
    padding: 20px 20px 0px 20px;
}

.col-p1{
    color: #1E6FFF;
    font-size: 26px;
    font-weight: bold;
}

.col-p2 {
    color: #5F6D7E;
    font-size: 15px;
    margin-bottom: 30px;
}

.btn1{
    background: #1E6FFF;
    font-size: 14px;
}

.ct2 .col1 {
    border-left: 5px solid #DEE5F2;
    border-radius: 5px;
    display: flow-root;
}

.ct2 .col2 {
    border-left: 5px solid #DEE5F2;
    border-radius: 5px;
    display: flow-root;
}

.ct2 .col-active {
    border-left: 5px solid #1E6FFF;
    border-radius: 5px;
}

.ct2 .b2c-p2 {
    font-size: 32px;
    text-align: left;
}

.ct2 .col-p3 {
    padding: 0 20px;
    font-size: 26px;
    color: #272D37;
    font-weight: bold;
    width: 90%;
    float: left;
    margin: 0;
}

.ct2 .col-p4 {
    padding: 20px 20px 0;
    font-size: 15px;
    color: #5F6D7E;
}

.ct2 .col-p4 {
    display: none;
}

.ct2 .col-p4-active {
    display: block;
}

.ct2 .key-col-active{
    background: #F8F9FB;
    padding: 20px 30px 20px 10px;
}


.ct2 .col{
    padding: 0 30px 0 10px;
}

.ct2 .col-img {
    display: flex;
    height: 30px;
    align-items: center;
}

.ct2 .col-img img {
    width: 22px;
    height: 22px;
}

.col-md-7{
    padding-left: 0;
    padding-right: 0;
}

.ct3 .ct-p1 {
    color: #323539;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.ct3 .ct-p2 {
    text-align: center;
    color: #858C95;
    font-size: 15px;
}

.ct3-pe{
    margin-left: -9.5%;
    margin-right: -9.5%;
    background: rgba(30, 111, 255, 0.05);
}

.ct5-pe{
    margin-left: -9.5%;
    margin-right: -9.5%;
    background: #1E6FFF;
}

.co3,.co4 {
    height: 300px;
    background: #FFF;
}

.ct3 .ct-p3 {
    color: #1E6FFF;
    font-size: 28px;
    font-weight: bold;
    padding: 10px;
}

.ct3 .ct-p4 {
    font-size: 14px;
    padding: 10px 10px 20px 10px;
    color: rgb(133, 140, 149, 1);
}

.col-img2 img {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 45px;
}

.ct4 .b2c-p2 {
    font-size: 28px;
    text-align: left;
    padding: 10px;
}

.ct4 .b2c-p3 {
    font-size: 16px;
    text-align: left;
    padding: 10px;
}

.ct5 .b2c-p5 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.ct5 .b2c-p6 {
    color: #90C2FF;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
}

.btn3{
    background: #FFFFFF;
    opacity: 1;
    font-size: 16px;
    color: #1E6FFF;
    font-weight: bold;
}

@media (min-width: 992px) {
    .ct1 .co1, .ct3 .co3 {
        width: 32%;
    }

    .ct1 .co2, .ct3 .co4 {
        width: 32%;
        margin-left: 2%;
    }
}

.index-img img {
    position: relative;
}

.index-img-background {
    background: rgba(22, 184, 159, 0.18);
    width: 200px;
    height: 130px;
    border-radius: 10px;
    position: absolute;
    bottom: -28px;
    right: 40px;
    transform: skew(-19deg);
    background-size: cover;
}

.kel-col:hover{
    cursor: pointer;
}

@media (max-width: 768px) {
    .b2c-p1, .b2c-p2{
        font-size: 26px;
    }

    .index-img-background{
        display: none;
    }
}


@media (min-width: 768px) and (max-width: 992px) {
    .b2c-p1, .b2c-p2{
        font-size: 26px;
    }

    .index-img-background{
        display: none;
    }
}
