#core-solutions .sticky #site-navigation #menu-main .menu-main-item:nth-child(1) .link-inner {
    color: #5B87DA;
}

.solutions-wrapper .container {
    display: block;
    padding-top: 100px;
    align-items: center;
    padding-bottom: 100px;
}

.solutions-wrapper .solutions-wrapper__left {
    width: 100%;
}

.solutions-wrapper .solutions-wrapper__right {
   display:none;
}
.solutions-wrapper .solutions-wrapper__left .sub-title {
    color: #060e9f;
    margin-bottom: 20px;
}

.solutions-wrapper .solutions-wrapper__left .title{
    margin-bottom: 20px;
}

.solutions-wrapper .solutions-wrapper__left .text{
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    margin-bottom: 30px;
}

.btn-inline3 {
    background-color: #ff5000;
    max-width: 100%;
    width: 255px;
    padding: 8px 40px 8px 20px;
    letter-spacing: 1px;
    position: relative;
    justify-content: inherit;
}
.btn-inline3:after {
    content: '';
    background: url('../images/common/sign-in.png') no-repeat center / contain;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    transition: .3s ease-out;
}
.btn-inline3:hover:after {
    right: 15px;
    height: 15px;
    width: 15px;
}

.trusted-wrapper .container {
   display: none;
}
.svg-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
}
.svg-rotate svg {
    position: absolute;
    bottom: 0px;
    top: 0px;
}
.svg-bottom {
    position: relative;
}
.svg-bottom svg{
    position: absolute;
    bottom: 0px;
    top: 0px;
}

.offer-wrapper {
    padding-top:100px;
    padding-bottom: 100px;
}
.offer-wrapper .offer-wrapper__content {
    text-align: center;
    margin-bottom: 60px;
}

.offer-wrapper .offer-wrapper__content .title {
    padding-bottom: 15px;
}


.offer-wrapper .offer-wrapper__list {
    display: block;
} 
.offer-wrapper .offer-wrapper__list li {
   width: 100%;
}
.offer-wrapper__list .offer-wrapper__list-item {
    margin-bottom: 50px;
}
.offer-wrapper__list .offer-wrapper__list-item .tit {
    margin-bottom: 15px;
}
.offer-wrapper__list .offer-wrapper__list-item .txt {
    margin-bottom: 30px;
}
.btn-offer {
    font-weight: 400;
    width: 147px;
}

.services-wrapper {
    background-color: #221060;
}
.services-wrapper .container {
    padding-top: 100px;
    padding-bottom: 40px;
}
.services-wrapper .services-wrapper__title {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.services-wrapper .services-wrapper__list {
    color: #fff;
    display: block;
}

.services-wrapper .services-wrapper__list li {
    width: 100%;
    margin-bottom: 60px;
}
.services-wrapper .services-wrapper__list li .tit {
    font-size: 18px;
    font-weight: 600;
    line-height: 29.7px;
    margin-bottom: 20px;
}
.services-wrapper .services-wrapper__list li .txt {
    margin-bottom: 20px;
}
.services-wrapper .services-wrapper__list li .btn-text {
    color: #ff6600;

}
@media (min-width: 995px) {
    .solutions-wrapper .container {
        display: flex;
        padding-top: 140px;
        align-items: center;
        padding-bottom: 100px;
    }
    
    .solutions-wrapper .solutions-wrapper__left {
        width: 50%;
    }
    
    .solutions-wrapper .solutions-wrapper__right {
        width: 50%;
    }
}
@media (min-width: 768px) {  
    .solutions-wrapper .solutions-wrapper__left {
        width: 100%;
    }
    .solutions-wrapper .solutions-wrapper__right {
        width: 100%;
        display:block;
    }
    .trusted-wrapper  {
        background-color: #f6f7fc;
    }
    .trusted-wrapper .container {
        display: block;
     }
    .trusted-wrapper .title {
        font-weight: 600;
        line-height: 1.5;
        padding: 30px 0 20px;
    }
    
    .trusted-wrapper .list-trusted {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 50px;
    }
    
    .trusted-wrapper .list-trusted li {
        flex: 0 16.66%;
        max-width: 16.66%;
        padding: 0 15px;
    }
    .trusted-wrapper .list-trusted li img {
        width: 144px;
        height: auto;
        -webkit-filter: grayscale(100%); 
        filter: grayscale(100%);
    }
    .trusted-wrapper .list-trusted li img:hover {
        -webkit-filter: grayscale(0%); 
        filter: grayscale(0%);
    }
    .offer-wrapper .offer-wrapper__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0  -25px;
    }
    .offer-wrapper .offer-wrapper__list li {
        flex: 0 33.33%;
        max-width: 33.33%;
        padding: 0 25px;
    }
    .services-wrapper .services-wrapper__list {
        color: #fff;
        display: flex;
        margin: 0 -30px 120px;
    }
    
    .services-wrapper .services-wrapper__list li {
        flex: 0 25%;
        max-width: 25%;
        padding: 0 30px;
    }
}
@media (max-width: 780px){
    .sp-none {
        display: none;
    }
}