#hotel-link-pay .sticky #site-navigation #menu-main .menu-main-item:nth-child(1) .link-inner {
    color: #5B87DA;
}
.booking-wrapper .booking-wrapper__left .text a {
    color: #5b87da;
}

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

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

.booking-wrapper .booking-wrapper__right {
   display: none;
}

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

.booking-wrapper .booking-wrapper__left .text{
    margin-bottom: 25px;
    padding-right: 30px;
}
.btn-button {
    display: inline-block;
    color: #fff;
    background-color: #ff5000;
    padding: 8px 20px;
    border-radius: 30px;

}

.three-wrapper {
    background-color: #f6f7fc;
}
.three-wrapper .container {
    padding-top: 50px;
    padding-bottom: 80px
}
.three-wrapper .three-list {
   display:block;
}
.three-wrapper .three-list li{
    width:100%;
    margin-bottom: 30px;
}
.three-wrapper .three-list li .item {
    text-align: center;
    background-color: #fff;
    padding: 45px 35px 35px;
    position: relative;
}

.three-wrapper .three-list li .item .img{
   width: 26px;
   height: 26px;
   margin: 0 auto;
   position: absolute;
   left: 45%;
   transition: .2s;

}

.three-wrapper .three-list li .item .img:hover{
    width: 28px;
    height: 28px;
    transform: scale(1);
}
.three-wrapper .three-list li .item .title{
    padding-top: 40px;
    padding-bottom: 10px;
}

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

.section-full {
    padding: 80px 0;
    display: block;
}
.section-full .section-full__left {
    width: 100%;
    margin-bottom: 50px;
}
.section-full .section-full__right {
     width: 100%;
}

.section-full .section-full__left .sub-title {
    color: #060e9f;
    text-align: left;
    margin-bottom: 20px;
}
.section-full .section-full__left .title {
    margin-bottom: 30px;
}
.section-full .section-full__left .text {
    margin-bottom: 30px;
}

.section-full .section-full__right .list-item {
    display: block;
}
.section-full .section-full__right .list-item li {
    width:100%;
    margin-bottom: 30px;
}
.section-full .section-full__right .list-item .img {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    position: absolute;
    transition: .2s;
}
.section-full .section-full__right .list-item .img:hover{
    width: 27px;
    height: 27px;
    transform: scale(1);
}
.section-full .section-full__right .list-item .title{
    padding-top: 40px;
    padding-bottom: 20px;
}
.section-full .section-full__right .list-item .text{
    line-height: 22.4px;
    font-weight:300;
    font-size:16px;
    margin-bottom: 30px;
}
.both-wrapper {
    background-color: #f6f7fc;
}

.section05-wrapper .container {
    display: block;
    padding-top:50px;
    padding-bottom: 70px;
}
.section05-wrapper .section05-wrapper__left {
    width: 100%;
    margin-bottom:50px
}
.section05-wrapper .section05-wrapper__right {
    width: 100%;
}
.section05-wrapper .sub-title {
    color: #060e9f;
    text-align: left;
    margin-bottom: 20px;
}
.section05-wrapper .title {
    margin-bottom: 40px;
}
.section05-wrapper .reduce-list {
    display: block;
}
.section05-wrapper .reduce-list li{
    width:100%;
    margin-bottom: 30px;
}
.section05-wrapper .reduce-list .img {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    position: absolute;
    transition: .2s;
}
.section05-wrapper .reduce-list .img:hover{
    width: 27px;
    height: 27px;
    transform: scale(1);
}
.section05-wrapper .reduce-list .tit{
    padding-top: 45px;
    padding-bottom: 20px;
}
.section05-wrapper .reduce-list .txt{
    margin-bottom: 30px;
}

.provide-wrapper {
    background-color: #f6f7fc;
}

.provide-wrapper .container {
    display: block;
    padding: 60px 0px;
}
.provide-wrapper .provide-wrapper__left {
    width: 100%;
}
.provide-wrapper .provide-wrapper__right {
   display:none;
}

.provide-wrapper .provide-wrapper__left .title {
    margin-bottom: 40px;
}

.provide-wrapper .provide-wrapper__left .provide-list {
    display:block;

}
.provide-wrapper .provide-wrapper__left .provide-list li {
    width:100%;
    margin-bottom:30px;
}
.provide-wrapper .provide-wrapper__left .provide-list li .img {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    position: absolute;
    transition: .2s;
}
.provide-wrapper .provide-wrapper__left .provide-list li .img:hover{
    width: 27px;
    height: 27px;
    transform: scale(1);
}

.provide-wrapper .provide-wrapper__left .provide-list li .text{
    padding-top: 40px;
}


.payment-wrapper {
    background-color: #221060;
}

.payment-wrapper .container {
    padding-top: 60px;
    padding-bottom: 100px;
    color: #fff;
    text-align: center;
}
.payment-wrapper .title {
    margin-bottom:20px;
}
.payment-wrapper .text {
    margin-bottom: 50px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;

}

@media (min-width: 995px) {
    .booking-wrapper .container {
        display: flex;
        justify-content: space-between;
        padding-top: 150px;
        align-items: center;
        padding-bottom: 150px;
    }

    .booking-wrapper .booking-wrapper__left {
        width: 49%;
        margin-right: 20px;

    }

    .booking-wrapper .booking-wrapper__right {
        width: 50%;
        display: block;
    }
}
@media (min-width: 768px) {
   .three-wrapper .container {
        padding-top: 70px;
        padding-bottom: 120px
    }
    .three-wrapper .three-list {
        display: flex;
        margin: 0 -17.5px;
    }
    .three-wrapper .three-list li{
        flex: 0 33.33%;
        max-width: 33.33%;
        padding: 0 17.5px;
    }
    .section-full {
        padding: 80px 0;
        display: flex;
    }
    .section-full .section-full__left {
        width: 50%;
        margin-right: 35px;
    }
    .section-full .section-full__right {
        width: 50%;
    }
    .section-full .section-full__left .text {
        margin-right: 120px;
    }
    .section-full .section-full__right .list-item {
        display: flex;
        margin: 0 -17.5px;
        flex-wrap: wrap;
    }
    .section-full .section-full__right .list-item li {
        flex: 0 50%;
        max-width: 50%;
        padding: 0 17.5px;
        margin-bottom: 30px;
    }
    .section05-wrapper .container {
        display: flex;
        padding-top:80px;
        padding-bottom: 30px;
    }
    .section05-wrapper .section05-wrapper__left {
        width: 50%;
        margin-right: 15px;
    }
    .section05-wrapper .section05-wrapper__right {
        width: 50%;
        margin-left: 15px;
    }
    .section05-wrapper .reduce-list {
        display: flex;
        margin: 0 -15px;
    }
    .section05-wrapper .reduce-list li{
        flex: 0 50%;
        max-width: 50%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .provide-wrapper .container {
        display: flex;
        padding: 80px 0px;
    }
    .provide-wrapper .provide-wrapper__left {
        width: 50%;
        margin-right: 15px;
    }
    .provide-wrapper .provide-wrapper__right {
        width: 50%;
        margin-left: 15px;
        display:block;
    }

    .provide-wrapper .provide-wrapper__left .provide-list {
        display: flex;
        margin: 0 -15px;

    }
    .provide-wrapper .provide-wrapper__left .provide-list li {
        flex: 0 50%;
        max-width: 50%;
        padding: 0 15px;
        margin-bottom:30px;
    }
}
@media (max-width: 780px){
    .sp-none {
        display: none;
    }
}
