
.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 {
    font-size:20px;
    font-weight: 700;
    line-height: 33px;
    color: #060e9f;
    margin-bottom: 15px;
}

.booking-wrapper .booking-wrapper__left .title{
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 20px;
}

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

.btn-get {
    display: inline-block;
    color: #fff;
    background-color: #ff5000;
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 24px;
}
.btn-icon {
    padding-left: 8px;
}
.btn-icon img{
    transition: transform .2s ease-in-out;
    height: 15px;
    vertical-align: middle;
    margin-top: -2px;
}
.btn-get:hover .btn-icon img {
    transform: translateX(5px); 
}

.ota-wrapper .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 20px;
}
.ota-wrapper .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 26.4px;
    margin-bottom: 30px;
}

.ota-wrapper .text a {
    color: #5b87da;
}
.ota-wrapper .text a:hover {
    text-decoration: underline;
}

.ota-wrapper .list-ota {
    display: block;
}

.ota-wrapper .list-ota li {
    width: 100%; 
    text-align: center;
}
.ota-wrapper .list-ota li img{
   transition: 0.3s;
   width: 200px;
   height:200px;
}
.ota-wrapper .list-ota li img:hover{
    transform:scale(0.8);
}

.ota-wrapper .icon-color {
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
}

.ota-wrapper  .icon-color p{
    font-style: italic;
    line-height: 26.4px;
    display: block;
    margin-bottom: 10px;
}
.ota-wrapper  .icon-color p img {
    margin-right:10px;
}

.ota-wrapper .list-ota2 {
    display: block;
    margin-bottom: 50px;
}

.ota-wrapper .list-ota2 .item {
    width: 100%;
}
.ota-wrapper .list-ota2 .item li {
    line-height: 26.4px;
    font-weight:300;
    font-size: 16px;
}
.ota-wrapper .list-ota2 .item li img {
    margin-right: 10px;
    flex-shrink: 0;
}
.ota-wrapper .list-ota2 .item a{
    color: #5b87da;
}
.ota-wrapper .list-ota2 .item li:nth-child(odd){
    background-color: #f6f7fc;
    margin-bottom: 5px;
}
.ota-wrapper .list-ota2 .item li:nth-child(even){
    background-color: #fff;
    margin-bottom: 5px;
}


.global-wrapper {
    margin-top: 100px;
    background-color: #221060 ;
}
.global-wrapper .container {
    padding: 70px 0 60px;
}
.global-wrapper__left .sub-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    color: #ff5000;
    margin-bottom: 15px;
}
.global-wrapper__left .title {
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}
.global-wrapper__left .text {
    color: #fff;
    margin-bottom: 30px;
    line-height: 26.4px;
}
.global-wrapper__right {
    margin-top: 30px;
}
.btn-icon2 img {
    width: 14px;
    height: 10px;
}

@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;
    }
    .global-wrapper__left {
        width: 48%;
        margin-right:25px;
    }
    .global-wrapper__right {
        width: 50%;
    }
    .ota-wrapper .list-ota {
        display: flex;
        margin: 0 -15px;
        flex-wrap: wrap;
    }
    .ota-wrapper .list-ota li {
        flex: 0 16.66%;
        max-width: 16.66%;
        padding: 0 15px;
    }
    .ota-wrapper .list-ota li img{
        width: auto;
        height: auto;
    }
    .ota-wrapper .icon-color {
        display: flex;
    }
    .ota-wrapper  .icon-color p{
        margin-right: 100px;
        margin-bottom: 0px;
    }
    .ota-wrapper .list-ota2 {
        display:flex;
        margin: 0 -15px 50px;
        flex-wrap: wrap;
    }
    
    .ota-wrapper .list-ota2 .item {
        flex: 0 33.33%;
        max-width: 33.33%;
        padding: 0 15px;
    }
}

@media (max-width: 780px){
    .sp-none {
        display: none;
    }
}