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

.booking-wrapper .booking-wrapper__left .title{
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 40px;
}

.booking-wrapper .booking-wrapper__left .text{
    font-size: 16px;
    font-weight: 300;
    line-height: 26.4px;
    margin-bottom: 20px;
}

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

.section-wrapper {
    background-color: #f6f7fc;
}
.section-wrapper .container {
    padding-top: 120px;
    padding-bottom: 100px;
}

.section-wrapper .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 66px;
}

.section-wrapper .list-section {
    display:block;
}
.section-wrapper .list-section .item{
   width: 100%;
}

.section-wrapper .list-section .item li{
    line-height:26.4px;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 30px;
}

.section-wrapper .list-section .item li .btn-check{
    padding-right: 5px;
}
.section-wrapper .list-section .item li .btn-check img{
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
}


.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;
}

.director-wrapper {
    background-color: #5b87da;
}
.director-wrapper .container {
    display: flex;
    padding-top: 90px;
    padding-bottom: 100px;
    align-items: center;
    justify-content: center;
}
.director-wrapper .director-wrapper__left {
    display: none;
}
.director-wrapper .director-wrapper__right .content{
    margin-top: 60px;
    font-size: 19px;
    color: #fff;
    line-height: 1.4;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 40px;
}
.director-wrapper .director-wrapper__right .text-name {
    font-size: 19px;
    font-weight: 600;
    line-height: 31.35px;
    color: #fff;
}
.director-wrapper .director-wrapper__right .text-pos {
    font-size: 16px;
    font-weight: 500;
    line-height: 26.4px;
    color: #fff;
}
.director-wrapper .director-wrapper__right .text-comma img{
    width: 39px;
    height: 25px;
}


.benefit-wrapper{
    background-color: #f6f7fc;
    border-bottom:1px solid #eaeaea;
}
.benefit-wrapper .container{
    padding-top:120px;
    padding-bottom:100px;
    display: block;
}
.benefit-wrapper  .benefit-wrapper__left {
   width: 100%;
   margin-bottom: 40px;
}
.benefit-wrapper  .benefit-wrapper__right {
    width: 100%;
}
.benefit-wrapper  .benefit-wrapper__left .sub-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    color: #060e9f;
    margin-bottom: 20px;
}
.benefit-wrapper  .benefit-wrapper__left .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 20px;
}
.benefit-wrapper  .benefit-wrapper__left .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 26.4px;
    margin-bottom: 20px;
}
.benefit-wrapper  .benefit-wrapper__right .list-benefit {
    display:block;
}
.benefit-wrapper  .benefit-wrapper__right .list-benefit .item {
   width: 100%;
}
.benefit-wrapper  .benefit-wrapper__right .list-benefit .item li  {
    margin-bottom: 20px;
}
.benefit-wrapper  .benefit-wrapper__right .list-benefit .item li .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    display:flex;
}
.benefit-wrapper  .benefit-wrapper__right .list-benefit .icon-img{
    width: 40px;
    flex-shrink: 0;
    margin-right:10px;
}

@media (min-width: 995px) {
    .booking-wrapper .container {
        display: flex;
        justify-content: space-between;
        padding-top: 160px;
        align-items: center;
        padding-bottom: 100px;
    }
    
    .booking-wrapper .booking-wrapper__left {
        width: 49%;
        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;
    }

    .section-wrapper .list-section {
        display: flex;
        margin: 0 -25px;
    }
    .section-wrapper .list-section .item{
        flex: 0 50%;
        max-width: 50%;
        padding: 0 25px;
    }
    .director-wrapper .director-wrapper__left {
        margin-right: 30px;
        flex-shrink: 0;
        display: block;
    }
    .director-wrapper .director-wrapper__left img{
        width: 183px;
        height: 183px;
    }

    .benefit-wrapper .container{
        padding-top:120px;
        padding-bottom:200px;
        display:flex; 
        align-items: center;
    }
    .benefit-wrapper  .benefit-wrapper__left {
        width: 50%;
        margin-right: 15px;
    }
    .benefit-wrapper  .benefit-wrapper__right {
        width: 50%;
        margin-left: 15px;
    }

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