.btn-inline2 {
    padding: 10px 20px;
}
#front-desk .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%;
}

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

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

.booking-wrapper .booking-wrapper__left .text{
    margin-bottom: 30px;
}
.btn-custom {
    width: 210px;
    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 20px 8px;
    width: 159px;
}
.btn-engine:after {
    background: url('../images/common/sign-in.png') no-repeat center / contain;
}

.engine-wrapper {
    background-color: #f6f7fc;
}
.engine-wrapper .container{
    padding-top: 120px;
    padding-bottom: 90px;
}
.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 {
    display: flex;
}
.wrapper__full-content li .label-full .label-left {
    width: 50px;
    margin-right: 20px;
    flex-shrink: 0;
}
.wrapper__full-content li .label-full .label-right .tit{
    margin-bottom: 20px;
}
.btn-center a{
    text-align: center;
    margin: 30px auto 0;
}

.win-wrapper {
    display:block;
}
.win-wrapper .win-wrapper__left {
    display: none;
}
.win-wrapper .win-wrapper__right {
    width: 100%;
}
.win-wrapper .win-wrapper__right .title {
    margin-bottom:20px;
}
.win-wrapper .win-wrapper__right .text {
    margin-bottom:20px;
}
.win-wrapper .win-wrapper__right .img-search img {
    width: 281px;
}

.both-wrapper {
    background-color: #5b87da;
}
.both-wrapper .container {
    padding-top:100px;
    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{
    color: #fff;
    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: 45px;
    margin-right: 20px;
    flex-shrink: 0;
    
}
.both-wrapper .both-wrapper__right .item-full .item-full__right .tit{
    color: #fff;
    margin-bottom: 10px; 
    
}
.both-wrapper .both-wrapper__right .item-full .item-full__right .txt{
    color: #fff;
}


.svg-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
}
.svg-rotate svg {
    position: absolute;
    bottom: -1px;
}
.svg-bottom {
    position: relative;
}
.svg-bottom svg{
    position: absolute;
    bottom: 0px;
    top: 0px;
}
.benefits-wrapper .section-full {
    background-color: #fff;
}
.section-full {
    background-color: #f9fafd;
}
.benefits-wrapper .container {
    padding-top: 100px;
    padding-bottom: 70px;
}
.benefits-wrapper .container .title {
    text-align: center;
    margin-bottom: 70px;
}
.benefits-wrapper .benefits-wrapper__list {
    display: block;
}
.benefits-wrapper .benefits-wrapper__list li{
    width: 100%;
}

.benefits-wrapper .benefits-wrapper__list-item {
    display: flex;
    margin-bottom: 40px;
}
.benefits-wrapper .benefits-wrapper__list-item .item-left {
    margin-right: 20px;
    width: 45px;
    flex-shrink: 0;
}
.benefits-wrapper .benefits-wrapper__list-item .item-left img{
    width: 45px;
    
}
.benefits-wrapper .benefits-wrapper__list-item .item-right .tit{
    margin-bottom: 20px;
}

.section-full .container{
    padding: 80px 0 90px;
    display: block;
}
.section-full .section-full__left{
    width: 100%;
}
.section-full .section-full__right{
    display: none;
}

.section-full .section-full__left .title{
    margin-bottom: 20px;
}

.section-full .section-full__left .text{
    margin-bottom: 30px;
}

.global-wrapper {
    background-color: #221060 ;
}
.global-wrapper .container {
    padding: 80px 0 80px;
}
.global-wrapper__left .title {
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}
.global-wrapper__left .text {
    color: #fff;
    margin-bottom: 30px;
}
.global-wrapper__right {
    display: none;
}
.btn-global {
    width: 230px;
}

@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: 50%;
        margin-right: 30px;
    }
    
    .booking-wrapper .booking-wrapper__right {
        width: 50%;
        display: block;
    }
}
@media (min-width: 768px) {
    .global-wrapper .container {
        display: flex;
        align-items: center;
        min-height: 600px;
    }
    .global-wrapper__left {
        width: 48%;
        margin-right:25px;
    }
    .global-wrapper__right {
        width: 50%;
        display: block;
    }

    .wrapper__full-content {
        display: flex;
        margin: 0 -15px;
    }
    .wrapper__full-content li{
        flex: 0 33.33%;
        max-width: 33.33%;
        padding: 0 15px;
    }

    .win-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .win-wrapper .win-wrapper__left {
        width: 49%;
        display: block;
    }
    .win-wrapper .win-wrapper__right {
        width: 48%;
        margin-left:30px;
      
    }

    .both-wrapper .container {
        padding-top:130px;
        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;
    }

    .benefits-wrapper .benefits-wrapper__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px;
    }
    .benefits-wrapper .benefits-wrapper__list li{
        flex: 0 33.33%;
        max-width: 33.33%;
        padding: 0 20px;
    }
    .benefits-wrapper .benefits-wrapper__list-item .item-right {
        width: 337px;
    }

    .section-full .container{
        padding: 80px 0 90px;
        display: flex;
    }
    .section-full .section-full__left{
        width: 50%;
        margin-left:20px;
    }
    .section-full .section-full__right{
        width: 50%;
        display:block;
    }
    
    
}
@media (max-width: 780px){
    .sp-none {
        display: none;
    }
}