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

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

.booking-wrapper .booking-wrapper__left {
    width: 100%;
    margin-bottom:30px;
}

.booking-wrapper .booking-wrapper__right {
   width: 100%;
}
.booking-wrapper .booking-wrapper__left .sub-title {
    color: #060e9f;
    margin-bottom: 10px;
}

.booking-wrapper .booking-wrapper__left .title{
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.booking-wrapper .booking-wrapper__left .text{
    margin-bottom: 30px;
}

.btn-inline3 {
    background-color: #ff5000;
    max-width: 100%;
    width: 224px;
    padding: 7px 40px 8px 20px;
    letter-spacing: 1px;
    position: relative;
    justify-content: inherit;
}
.btn-inline3:after {
    content: '';
    background: url('../images/common/plug.png') no-repeat center / contain;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    transition: transform .2s ease-in-out;
}
.btn-inline3:hover:after {
    transform: translateX(5px);
    height: 15px;
    width: 15px;
}
.btn-engine {
    padding: 7px 30px 8px 20px;
    width: 173px;
}
.btn-engine:after {
    background: url('../images/smart-rate/sign-up.png') no-repeat center / contain;
}
.btn-rate {
    padding: 7px 30px 8px 20px;
    width: 183px;
}
.btn-rate:after {
    background: url('../images/smart-rate/chat.png') no-repeat center / contain;
}

.engine-wrapper {
    background-color: #f6f7fc;
}
.engine-wrapper .container{
    padding-top: 70px;
    padding-bottom: 70px;
}
.engine-wrapper__full {
    margin-bottom: 70px;
}
.engine-wrapper__full .title {
    text-align: center;
    margin-bottom: 20px;
}

.engine-wrapper__full .text {
    margin-bottom: 50px;
    text-align: center;
}

/* common */

.wrapper__full-content {
   display: block;
}
.wrapper__full-content li{
   width: 100%;
   margin-bottom: 20px;
}
.wrapper__full-content li .label-full {
    text-align: center;
}

.wrapper__full-content li .label-full .tit{
    margin-bottom: 20px;
}

.btn-center a{
    text-align: center;
    margin: 30px auto 0;
}

.both-wrapper {
    padding-top:40px;
    padding-bottom:50px;
    display: block;
}
.both-wrapper .both-wrapper__left {
    width: 100%;
    margin-bottom: 50px;
}
.both-wrapper .both-wrapper__right {
    width: 100%;
    
}
.both-wrapper .both-wrapper__left .sub-title{
    color: #060e9f;
    margin-bottom: 15px;
}
.both-wrapper .both-wrapper__left .title{
    margin-bottom: 30px;
}
.both-wrapper .both-wrapper__left .text{
    margin-bottom: 30px;
}
.both-wrapper .both-wrapper__right .item-full {
    display: flex;
    margin-bottom: 30px;
}
.both-wrapper .both-wrapper__right .item-full .item-full__left{
    width: 35px;
    margin-right: 20px;
    flex-shrink: 0;
    
}
.both-wrapper .both-wrapper__right .item-full .item-full__right .tit{
    margin-bottom: 10px; 
    
}


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

.global-wrapper {
    background-color: #221060 ;
}
.global-wrapper .container {
    padding: 60px 0 60px;
}
.global-wrapper__left .title {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}
.global-wrapper__left .text {
    color: #fff;
    line-height: 26.4px;
    margin-bottom: 20px;
    font-weight: 300;
}
.global-wrapper__right {
    display: none;
}
.btn-global {
    margin-top: 30px;
    width: 235px;
}
@media (min-width: 1280px) {
    .booking-wrapper .booking-wrapper__left .title {
        white-space: nowrap;
    }
}
@media (min-width: 995px) {
    .booking-wrapper .container {
        display: flex;
        justify-content: space-between;
        padding-top: 140px;
        align-items: center;
        padding-bottom: 100px;
    }
    
    .booking-wrapper .booking-wrapper__left {
        width: 48%;
        margin-right: 30px;
    }
    
    .booking-wrapper .booking-wrapper__right {
        width: 50%;
        display: block;
    }
}
@media (min-width: 768px) {
    .global-wrapper .container {
        display: flex;
        align-items: center;
    }
    .global-wrapper__left {
        width: 48%;
        margin-right:25px;
    }
    .global-wrapper__right {
        width: 50%;
        display: block;
    }

    .wrapper__full-content {
        display: flex;
        margin: 0 -30px;
    }
    .wrapper__full-content li{
        flex: 0 50%;
        max-width: 50%;
        padding: 0 30px;
    }
    .both-wrapper {
        padding-bottom:20px;
        display: flex;
    }
    .both-wrapper .both-wrapper__left {
        width: 50%;
        margin-right: 15px;
        
    }
    .both-wrapper .both-wrapper__right {
        width: 50%;
        margin-left: 15px;
    }
  
}
@media (max-width: 780px){
    .sp-none {
        display: none;
    }
}