@charset "UTF-8";

/* Main */
*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background: #004b23;
}

*::-webkit-scrollbar-thumb:hover {
    background: #d00;
}

body {
    font-size: 14px;
    font-family: 'OpenSansRegular';
    margin: unset;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}


.content-level2-left {
    width: calc(65% - 2px);
}

.item-top-level.banned > .box-top-level {
    background: #eee !important;
    border-bottom: 0;
}

.item-top-level.banned > .box-top-level:hover {
    cursor: not-allowed;
    color: #767676 !important;
}

.btn-back span {
    font-family: 'OpenSansBold';
    font-size: 16px;
    text-transform: uppercase;
    height: 50px;
    min-width: 60px;
    padding: 0px 10px;
    display: inline-block;
    text-align: center;
    line-height: 47px;
    border: solid 2px #005f6e;
    color: #005f6e;
    border-radius: 5px;
    margin-right: 10px;
}

.btn-continue {
    padding: unset;
}

.btn-continue span {
    font-family: 'OpenSansBold';
    font-size: 16px;
    text-transform: uppercase;
    height: 50px;
    min-width: 60px;
    padding: 0px 10px;
    display: inline-block;
    text-align: center;
    line-height: 47px;
    color: #7b5a04;
    border: 2px solid #7b5a04;
    border-radius: 5px;
}

a,
input,
textarea {
    outline: none;
    padding: 0px;
    border-radius: unset;
}

a {
    color: inherit;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: unset;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.w-clear:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.wrap-content {
    max-width: 1030px;
    padding: 0 15px;
    margin: auto;
}

.wrap-main {
    max-width: 1230px;
    padding: 0 15px;
    margin: auto;
}

.wrap-page {
    max-width: 1470px;
    padding: 0px 15px;
    margin: auto;
}

.content-pages {
    background: #F6F7F6;
}

.padding30 {
    padding: 30px 0;
}

.padding50 {
    padding: 50px 0;
}

/* Bt */
.d-flex {
    display: flex !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-start {
    justify-content: start !important;
}

.justify-content-end {
    justify-content: end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-start {
    align-items: start !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.w-100 {
    width: 100% !important;
}

.text-right {
    text-align: right !important;
}

/* Loader */
.dxp-spinner {
    margin: 1.333rem auto;
    width: 70px
}

.dxp-spinner.small {
    margin: .333rem auto
}

.dxp-spinner.small span {
    height: 10px;
    width: 10px
}

.dxp-spinner.medium {
    margin: .833rem auto
}

.dxp-spinner.medium span {
    height: 15px;
    width: 15px
}

.dxp-spinner.full-page {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.dxp-spinner.dxp-modal-spinner {
    background: rgba(0, 0, 0, .4)
}

.dxp-spinner.dxp-modal-spinner span {
    position: absolute;
    top: 50%
}

.dxp-spinner.dxp-modal-spinner span.bounce1 {
    left: 48.5%
}

.dxp-spinner.dxp-modal-spinner span.bounce2 {
    left: 50%
}

.dxp-spinner.dxp-modal-spinner span.bounce3 {
    left: 51.5%
}

.dxp-spinner {
    margin: 1rem auto;
    text-align: center;
    width: 4.375rem
}

.dxp-spinner span {
    -webkit-animation: sk-bouncedelay 1.4s ease-in-out infinite both;
    animation: sk-bouncedelay 1.4s ease-in-out infinite both;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 1.125rem;
    width: 1.125rem
}

.dxp-spinner.small {
    margin: .25rem auto
}

.dxp-spinner.small span {
    height: .625rem;
    width: .625rem
}

.dxp-spinner.medium {
    margin: .5rem auto
}

.dxp-spinner.medium span {
    height: .9375rem;
    width: .9375rem
}

.dxp-spinner.dark span {
    background-color: #000
}

.dxp-spinner.no-margin {
    margin: 0 auto
}

.dxp-spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.dxp-spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.dxp-responsive-image {
    opacity: 1
}

.dxp-background {
    background-size: cover;
    position: relative
}

.dxp-background .dxp-background-hd {
    background-attachment: fixed;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 2
}

.dxp-background .dxp-background-hd,
.dxp-background .dxp-background-preload {
    background-color: rgba(0, 0, 0, .5);
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.dxp-background .dxp-background-preload {
    z-index: 1
}

.dxp-background .background-content {
    position: relative;
    z-index: 4
}

.dxp-background .background-mask {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.dxp-background.no-image .ducp-component-title {
    color: #4a5767
}

.dxp-background.no-image .background-mask,
.dxp-background.no-image .dxp-background-hd {
    background-color: transparent
}

.dxp-background.no-image .dxp-trip-airports h2,
.dxp-background.no-image .heading.ducp-component-page-title h1 {
    color: #4a5767
}

.dxp-error-boundary {
    background-color: #fff;
    margin-top: 5.333rem;
    min-height: 100vh
}

.initial-progress-indicator {
    width: 110px;
    margin: 0 auto;
}

.initial-progress-indicator .page-loading-message {
    color: #000;
    text-align: center;
}

/* Content */
.title-main {
    text-align: center;
    position: relative;
    margin-bottom: 0.75rem;
}

.title-main span {
    font-family: "FSDiavloLight";
    font-size: 38px;
    color: #1F1F1F;
    background: #fff;
    display: inline-block;
}

.title-main hr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
}

.tit-main {
    margin-bottom: 0.75rem;
}

.tit-main span {
    display: inline-block;
    border-left: 6px #1B95B8 solid;
    font-family: "FSDiavloLight";
    padding: 5px;
    font-weight: 400;
    font-size: 38px;
    line-height: 38px;
    color: #1f1f1f;
}

header {
    padding-top: 5px;
    position: relative;
    z-index: 999;
    background: #fff;
}

.pages_level header,
.pages header {
    padding: 10px 0;
}

.mmenu {
    display: none;
}

.ul_header-right-bottom,
.ul_header-right-top {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.ul_header-right-top {
    margin-bottom: 5px;
}

.ul_header-right-top li {
    padding: 6px 1px;
}

.search {
    margin: 0px 5px;
    color: #dba510;
}

.ul_header-right-top li {
    font-size: 13px;
}

.ul_header-right-top li:first-child {
    font-size: 14px;
    color: #927200;
}

.ul_header-right-top li:last-child {
    font-size: 12px;
    text-transform: uppercase;
}

.sign_up {
    color: #006885;
}

.ul_header-right-bottom>li a span {
    padding: 10px;
    display: inline-block;
    font-family: 'FSDiavloBook';
    font-size: 17px;
    color: #000;
    text-transform: capitalize;
    border-radius: 10px 10px 0 0;
}

.ul_header-right-bottom>li.active>a span {
    color: #166987;
}

.ul_header-right-bottom>li.active>a span,
.ul_header-right-bottom>li:hover>a span {
    color: #fff;
    background: #166987;
}

.child_header {
    display: none;
    position: absolute;
    z-index: 2;
    min-width: 1050px;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 20px 25px 50px;
    border-top: 5px solid #166986;
}

.ul_header-right-bottom li.active>.child_header {
    display: block;
}

.ul_child {
    margin: 0 -15px;
}

.ul_child>li {
    width: calc(100%/4);
    padding: 0px 15px;
}

.ul_child li>a {
    display: block;
}

.ul_child li>a span {
    display: block;
    font-family: 'OpenSansBold';
    color: #166987;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    padding: 0 5px 15px;
}

.ul_child_child li {
    display: block;
}

.ul_child_child li a {
    display: block;
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 13px;
    width: 100%;
    display: inline-block;
}

.ul_child_child li a:hover {
    color: #000000
}

.icon_mmenu {
    width: 40px;
    text-align: center;
}

.content-mmenu {
    position: fixed;
    background: #C5E2F4;
    width: 90%;
    left: -100%;
    height: 100vh;
    padding: 30px 10px;
    z-index: 99;
    top: 0;
    transition: all ease .6s;
    overflow-y: auto;
}

.content-mmenu.show {
    left: 0;
    transition: all ease .6s;
}

.x-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.resgister_input {
    margin-bottom: 10px;
}

.resgister_input input {
    height: 50px;
    line-height: 30px;
    width: 100%;
    border: unset;
    border-bottom: solid 1px #333;
    background: transparent;
    color: #333;
}

.resgister_sub input {
    background-color: #fff;
    border: 2px solid #E6B441 !important;
    border-radius: 5px;
    color: #000000 !important;
    width: 100%;
    height: 50px;
    font-family: 'OpenSansBold';
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.resgister .tit {
    color: #006785;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 5px;
    margin-top: 10px;
}

.ul_mmenu {
    margin-top: 10px;
}

.ul_mmenu>li {
    width: 100%;
    position: relative;
}

.icon_down {
    position: absolute;
    top: 10px;
    right: 10px;
}

.ul_mmenu>li>a {
    display: block;
}

.ul_mmenu>li>a span {
    height: 50px;
    line-height: 50px;
    display: block;
    font-family: 'FSDiavloBook';
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    border: 1px solid transparent;
    border-bottom: 1px solid #1d9bbf !important;
}

.mul_child {
    display: none;
}

.mul_child>li>a {
    display: block;
    padding: 10px 0;
    padding-left: 10px;
}

.mul_child .ul_child_child {
    padding-left: 20px;
}

/* Slider */
.slider {
    max-width: 100vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slider .slick-dotted.slick-slider {
    margin-bottom: unset;
}

.slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    bottom: 80px;
    left: 75%;
    transform: translateX(-50%);
    z-index: 99;
}

.slider .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
}

.slider .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    border: 1px solid #ecb10e;
    background-color: transparent;
    text-indent: -9999px;
}

.slider .slick-dots li.slick-active button {
    background-color: #ecb10e;
}

.slider .slick-slide img {
    height: 440px;
    object-fit: cover;
}

.slider .slick-slide a {
    display: block;
}

.banner-shadow {
    background-image: url("../images/lotus-bg.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    bottom: 0;
    height: 300px;
    position: absolute;
    width: 100%;
    z-index: 0;
    outline: medium none;
    overflow: hidden;
}

/* Book */
.overlay {
    background-color: #000;
    opacity: .8;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    transition: ease-in-out;
    -webkit-transition: ease-in-out;
    -moz-transition: ease-in-out;
    -ms-transition: ease-in-out
}

.book {
    position: relative;
    z-index: 10;
}

.box-book {
    max-width: 850px;
    margin: auto;
    margin-top: -50px;
}

.book-top {
    background: rgba(5, 140, 179, .45);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.item-book-top {
    height: 50px;
    line-height: 50px;
    text-align: center;
    flex: 1;
    cursor: pointer;
}

.item-book-top.active,
.item-book-top:hover {
    background: #058cb3e6;
    transition: all ease .3s;
}

.book-top .item-book-top:nth-child(3) i {
    transform: rotate(315deg);
}

.book-top .item-book-top {
    font-family: 'FSDiavloMedium';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.book-bottom {
    padding: 10px 0;
    background: #fbf9f2;
    box-shadow: 0px 2px 10px #ccc;
}

.book-bottom-zero {
    padding: 10px 20px;
    border-bottom: 1px solid #beb7ac;
}

.parent-book-content {
    padding: 20px 0;
}

.book-bottom-first {
    padding: 0 20px;
}

.sub-nav-tabs {
    display: none;
}

.sub-nav-tabs.active {
    display: block;
}

.sub-nav-tabs li {
    display: inline-block;
    margin-right: 10px;
}

.sub-nav-tabs li input,
.sub-nav-tabs li label {
    cursor: pointer;
}

.recent-search {
    padding: 10px 20px;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0rem;
}

.book-action-child {
    padding: 10px 20px;
}

.ul_book-action-child li {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 50px;
    background: #f0eee9;
    padding: 3px 25px;
    font-size: 13px;
    color: #333;
    line-height: 23px;
    border: 1px solid rgba(0, 0, 0, .05);
}

.ul_book-action-child li.active {
    background: #0980A0;
    color: #fff;
}

.promocode-toggler {
    color: #006885;
    margin-left: 10px;
}

.promocode-toggler span {
    text-transform: uppercase;
}

.gr-book2 {
    width: 100%;
    margin-bottom: 0.5rem;
    display: none;
}

.btn-close-book {
    text-align: center;
}

.btn-close-book span {
    cursor: pointer;
}

.url-three-book,
.customize-opt,
.form-two-book,
.ul-three-book,
.form-three-book,
.subtab-container,
.ul_item-two-book {
    padding: 10px 20px;
}

.ul_item-two-book li {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 50px;
    background: #f0eee9;
    padding: 3px 25px;
    font-size: 13px;
    color: #333;
    line-height: 23px;
    border: 1px solid rgba(0, 0, 0, .05);
}

.ul_item-two-book li.active {
    background: #0980A0;
    color: #fff;
}

.customize-opt p {
    font-family: 'OpenSansBold';
    font-size: 13px;
    color: #000;
    margin-bottom: 0.75rem;
}

.customize-opt-list {
    display: flex;
    align-items: center;
}

.customize-opt-list li {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.customize-opt-list li img {
    margin-right: 5px;
}

.item-book-two-input {
    width: 39%;
    margin-right: 10px;
}

.item-book-two-input input {
    width: 100%;
    height: 40px;
    border: unset;
    border-bottom: solid 1px #000;
    text-indent: 10px;
    background: transparent;
}

.item-book-two-submit {
    width: 19%;
}

.item-book-two-submit input {
    cursor: pointer;
    height: 40px;
    width: 100%;
    background: #E6B441;
    border: solid 1px #E6B441;
    border-radius: 4px;
    color: #000;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
    transition: all ease .3s;
}

.item-book-two-submit input:hover {
    background: #fff;
    transition: all ease .3s;
}

.url-three-book p {
    font-family: "OpenSansRegular";
    font-size: 14px;
    margin: 0 0 10px;
    color: #006885;
}

.url-three-book span {
    font-family: "OpenSansRegular";
    font-size: 14px;
    margin: 0 0 10px;
}

.ul-three-book li {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 50px;
    background: #f0eee9;
    padding: 3px 25px;
    font-size: 13px;
    color: #333;
    line-height: 23px;
    border: 1px solid rgba(0, 0, 0, .05);
}

.ul-three-book li.active {
    background: #0980A0;
    color: #fff;
}

.item-three-input {
    width: calc((100% - 21px)/3);
    margin-bottom: 10px;
}

.item-three-input input {
    width: 100%;
    height: 40px;
    border: unset;
    border-bottom: solid 1px #000;
    text-indent: 10px;
    background: transparent;
}

.item-three-submit {
    width: 20%;
}

.item-three-submit input {
    cursor: pointer;
    height: 40px;
    width: 100%;
    background: #E6B441;
    border: solid 1px #E6B441;
    border-radius: 4px;
    color: #000;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
    transition: all ease .3s;
}

.item-three-submit input:hover {
    background: #fff;
    transition: all ease .3s;
}

.subtab-container {
    background: #E6E1DA;
    margin: -10px 0;
}

.tablist_book li {
    display: inline-block;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    background-color: #fbf9f2;
    border-color: #b8b0a5;
    border-bottom-color: #fbf9f2;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    background-color: transparent;
    z-index: 11;
    vertical-align: middle;
    border: 1px solid transparent;
    margin: 0;
    margin-bottom: -1px;
    padding: 10px 15px 14px;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
}

.tablist_book li.active {
    background: #FBF9F2;
}

.flight-status-four {
    background: #FBF9F2;
    padding: 10px 20px;
}

.ul_action-four li {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50px;
    background: #f0eee9;
    padding: 3px 25px;
    font-size: 13px;
    color: #333;
    line-height: 23px;
    border: 1px solid rgba(0, 0, 0, .05);
}

.ul_action-four li.active {
    background: #0980A0;
    color: #fff;
}

.form-four-book {
    padding: 10px 20px;
    background: #FBF9F2;
}

.one-item-input-four {
    width: calc((100% - 21px)/3);
    margin-right: 7px;
    margin-bottom: 10px;
}

.one-item-input-four input {
    width: 100%;
    height: 40px;
    background: transparent;
    border: unset;
    border-bottom: solid 1px #000;
}

.one-item-input-four2 {
    width: calc((100% - 21px)/3);
    margin-right: 7px;
    margin-bottom: 10px;
}

.one-item-input-four2 input {
    width: 100%;
    height: 40px;
    background: transparent;
    border: unset;
    border-bottom: solid 1px #000;
}

.two-item-input-four {
    width: calc((100% - 14px)/2);
    margin-right: 7px;
    margin-bottom: 10px;
}

.two-item-input-four input {
    width: 100%;
    height: 40px;
    background: transparent;
    border: unset;
    border-bottom: solid 1px #000;
}

.item-submit-four {
    width: 100%;
    text-align: right;
}

.item-submit-four input {
    cursor: pointer;
    height: 40px;
    width: 20%;
    background: #E6B441;
    border: solid 1px #E6B441;
    border-radius: 4px;
    color: #000;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
    transition: all ease .3s;
}

.item-submit-four input:hover {
    background: #fff;
    transition: all ease .3s;
}

.one-show-list_book,
.two-show-list_book {
    display: none;
}

.two-show-list_book.active,
.one-show-list_book.active {
    display: block;
}

.item-one-active,
.item-two-active,
.item-three-active,
.item-four-active {
    display: none;
}

.item-one-active.active,
.item-two-active.active,
.item-three-active.active,
.item-four-active.active {
    display: block;
}

.book_flight {
    width: 11%;
}

.gr-book {
    width: 475px;
    position: relative;
}

.gr-book-icon {
    color: #097FA4;
    line-height: 40px;
}

.item-form-book.date_book input {
    width: 300px;
}

.gr-book .item-form-book input {
    width: 225px;
}

.item-form-book {
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
}

.cls_passenger {
    position: relative;
}

.gr_passenger {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fbf9f2;
    box-shadow: 0px 0px 10px #ccc;
    width: 100%;
}

.ul_passenger li {
    padding: 10px;
    border-bottom: 1px solid #00000033;
}

.ul_passenger li:last-child {
    border-bottom: unset;
}

.name-passenger {
    width: 65%;
}

.item-number-passenger {
    width: 35%;
}

.item-number-passenger .btn {
    cursor: initial !important;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: solid 1px #ccc;
}

.item-number-passenger .btn.change_passenger {
    cursor: pointer !important;
    border: solid 1px #dcaa1f;
    background: #fbf6e8;
}


.item-form-book input {
    height: 40px;
    width: 160px;
    color: #000;
    border: unset;
    border-bottom: solid 1px #000;
    background: transparent;
    text-indent: 10px;
}

.item-form-book label {
    position: absolute;
    top: 0px;
    left: 10px;
    color: #333232;
    font-size: 10px;
}

.item-form-book2 {
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
}

.item-form-book2 input {
    height: 40px;
    width: 250px;
    color: #000;
    border: unset;
    border-bottom: solid 1px #000;
    background: transparent;
    text-indent: 10px;
}

.item-form-book2 label {
    position: absolute;
    top: 0px;
    left: 10px;
    color: #333232;
    font-size: 10px;
}

.item-check-form-book {
    width: 100%;
    display: flex;
    align-items: center;
}

.item-check-form-book input {
    width: 18px;
    height: 18px;
}

.item-check-form-book label {
    user-select: none !important;
}

.item-submit-form-book {
    width: 100%;
    text-align: right;
}

.item-submit-form-book input {
    cursor: pointer;
    transition: all ease .3s;
    background: #E6B441;
    height: 40px;
    border-radius: 4px;
    line-height: 37px;
    font-size: 13px;
    width: 160px;
    border: solid 1px #E6B441;
    font-family: 'OpenSansBold';
}

.item-submit-form-book input:hover {
    background: #fff;
    transition: all ease .3s;
}

.payment-methods {
    padding: 10px 20px;
}

.payment-methods p {
    font-size: 13px;
    color: #333;
    margin-bottom: 0.5rem;
}

.logo-payment-methods li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.logo-payment-methods li img {
    height: 15px;
}

/* Menu */
.ul_menu {
    background: url('../images/bg_menu_header_bottom.svg') no-repeat;
    background-size: cover;
    margin: 25px 0;
}

.ul_menu li {
    padding: 22px 20px;
    width: calc(100%/6);
    text-align: center;
    cursor: pointer;
}

.ul_menu li .item-menu .icon {
    margin-bottom: 20px;
}

.ul_menu li .item-menu span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #006885;
}

.ul_menu li .item-menu .icon img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.ul_menu li:hover .item-menu span {
    text-decoration: underline;
}

.ul_menu li:hover .item-menu .icon img {
    filter: brightness(0) saturate(100%) invert(35%) sepia(52%) saturate(795%) hue-rotate(7deg) brightness(89%) contrast(91%);
}

/* Top DESTINATIONS */
.destinations {
    margin-bottom: 2.25rem;
}

.parents-destinations {
    margin: calc(-5px/2);
    margin-bottom: 1.5rem;
}

.item-destinations {
    width: calc((100% - 15px)/3);
    padding: calc(5px/2);
}

.image-destinations img {
    width: 100%;
    height: 495px;
    object-fit: cover;
}

.item-destinations:last-child .box-destinations img {
    height: 245px;
}

.item-destinations:last-child .box-destinations:first-child {
    margin-bottom: 5px;
}

.box-destinations {
    position: relative;
}

.box-destinations::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .6530987394957983) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .6530987394957983) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .6530987394957983) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.box-destinations::after {
    content: "";
    transition: all 0.2s ease-in-out;
    position: absolute;
    background: url("../images/icon-line.svg") no-repeat center;
    background-size: contain;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 18px;
    opacity: 0;
}

.box-destinations .line-top {
    content: "";
    transition: all 0.1s ease-in-out;
    position: absolute;
    background-color: #dba410;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 9px;
    opacity: 0;
}

.info-destinations {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 15px 10px;
    z-index: 2;
    transition: all ease .3s;
}

.info-destinations span {
    display: inline-block;
    font-family: 'FSDiavloBook';
    font-size: 22px;
    color: #fff;
    margin-bottom: 0.25rem;
}

.btn-destinations a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #fff;
    border-radius: 5px;
    background: #ffffff29;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.box-destinations:hover .info-destinations {
    bottom: 60px;
    transition: all ease .3s;
}

.box-destinations:hover::after,
.box-destinations:hover .line-top {
    opacity: 1;
}

.btn-destinations a:hover {
    text-decoration: underline;
}

.btn-destinations-more a {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "OpenSansBold";
    border: 2px solid #cc990e;
    color: #cc990e !important;
    border-radius: 5px;
    width: 250px;
    height: 40px;
    display: block;
    margin: 5px auto 15px;
    clear: both;
    text-align: center;
    line-height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s all ease 0s;
    -webkit-transition: .3s all ease 0s;
}

.btn-destinations-more a:hover {
    text-decoration: none;
    background-color: #cc990e;
    color: #fff !important;
}

/* Highlight */
.highlight {
    margin-bottom: 2.25rem;
    overflow: hidden;
}

.highlight-parents {
    margin: 0px -10px;
}

.items-highlight {
    padding: 10px;
}

.image-highlight {
    overflow: hidden;
}

.image-highlight img {
    max-height: 180px;
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all linear .6s;
}

.info-highlight {
    background: url('../images/pattern_xanh.png') no-repeat;
    background-size: cover;
    height: 65px;
    padding: 15px 20px;
}

.name-highlight {
    display: inline-block;
    font-family: 'FSDiavloBook';
    font-size: 20px;
    color: #006c98;
    text-transform: capitalize;
}

.box-highlight:hover img {
    transform: scale(1.2);
    transition: all linear 5s;
}

/* Subscribe */
.fz30 {
    font-size: 30px !important;
}

.slogan {
    max-width: 505px;
    margin: auto;
    text-align: center;
    position: relative;
    top: -10px;
    margin-bottom: 10px;
}

.form-subscribe {
    max-width: 705px;
    margin: auto;
}

.item-input {
    position: relative;
    width: 39.67%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.item-input input {
    height: 40px;
    border: unset;
    border-bottom: solid 1px #333;
    width: 100%;
    text-indent: 10px;
}

.item-input label {
    position: absolute;
    left: 10px;
    top: 11px;
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    pointer-events: none;
    font-weight: 400;
    color: #000;
    font-family: "OpenSansRegular";
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 85%;
    white-space: nowrap;
}

.item-input input:focus~label {
    color: #333232;
    font-size: 10px;
    left: 10px !important;
    line-height: 13px;
    outline: 0 none;
    top: 0px !important;
    margin-bottom: 0;
    box-shadow: none;
    position: absolute;
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    pointer-events: none;
    font-weight: normal;
}

.item-submit {
    width: calc(100% - 20px - 39.67%*2);
}

.hide-subscribe {
    margin-bottom: 10px;
}

.item-submit input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: solid 2px #006885;
    font-family: 'OpenSansBold';
    font-size: 13px;
    color: #006885;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease .3s;
}

.item-submit input:hover {
    color: #fff;
    background: #006885;
    transition: all ease .3s;
}

.item-select {
    width: calc(79.34% - 29.7%*2 - 10px);
    margin-right: 10px;
}

.item-select select {
    height: 40px;
    line-height: 40px;
    border: unset;
    border-bottom: solid 1px #333;
    width: 100%;
}

.item-select select:active,
.item-select select:focus {
    border: unset;
    border-bottom: solid 1px #333;
}

.item-input2 {
    position: relative;
    width: 29.67%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.item-input2 input {
    height: 40px;
    border: unset;
    border-bottom: solid 1px #333;
    width: 100%;
    text-indent: 10px;
}

.item-input2 label {
    position: absolute;
    left: 10px;
    top: 11px;
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    pointer-events: none;
    font-weight: 400;
    color: #000;
    font-family: "OpenSansRegular";
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 85%;
    white-space: nowrap;
}

.item-input2 input:focus~label {
    color: #333232;
    font-size: 10px;
    left: 10px !important;
    line-height: 13px;
    outline: 0 none;
    top: 0px !important;
    margin-bottom: 0;
    box-shadow: none;
    position: absolute;
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    pointer-events: none;
    font-weight: normal;
}

.item-select2 {
    width: calc(60%);
    margin-right: 10px;
    position: relative;
    margin: 3rem 0;
}

.item-select2 select {
    height: 40px;
    line-height: 40px;
    border: unset;
    border-bottom: solid 1px #333;
    width: 100%;
    text-indent: 5px;
}

.item-select2 select:active,
.item-select2 select:focus {
    border: unset;
    border-bottom: solid 1px #333;
}

.item-select2 label {
    position: absolute;
    left: 10px;
    top: 0px;
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    pointer-events: none;
    font-weight: 400;
    color: #000;
    font-family: "OpenSansRegular";
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 85%;
    white-space: nowrap;
    color: #333232;
    font-size: 10px;
    line-height: 13px;
    outline: 0 none;
    margin-bottom: 0;
    box-shadow: none;
    position: absolute;
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    pointer-events: none;
    font-weight: normal;
}

.item-check {
    width: calc(39.67%*2 + 10px);
}

.item-check input,
.item-check label {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.parent-subscribe {
    margin-bottom: 3.5rem;
}

.btn-subscribe {
    text-align: center;
}

.btn-subscribe img {
    cursor: pointer;
}

/* Footer */
.top-footer {
    background: url('../images/pattern_vang.svg') repeat;
    background-size: 250px;
    padding: 20px 0;
}

.box-top-f {
    position: relative;
}

.text-top-footer {
    max-width: 415px;
    font-family: 'OpenSansBold';
    font-size: 13px;
    color: #393939;
    padding-left: 100px;
}

.text-top-footer span {
    color: #166987;
    display: inline-block;
    margin-bottom: 0.25rem;
}

.logo-skytrax-img {
    position: absolute;
    bottom: -38px;
    left: 0;
}

.center-footer {
    background: #166987;
    padding: 30px 0;
}

.tit-footer {
    font-family: 'FSDiavloBook';
    font-size: 16px;
    color: #F6EDCC;
    margin-bottom: 1rem;
}

.footer-item {
    width: calc(100%/5);
    margin: 5px 0;
}

.ul_footer li {
    margin-bottom: 0.5rem;
}

.ul_footer li:last-child() {
    margin-bottom: unset;
}

.ul_footer li a {
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
}

.ul_footer li a:hover {
    color: #e2aa11;
    transition: all ease .5s;
}

.bottom-footer {
    background: #166987;
}

.bottom-footer-one {
    width: 30%;
}

.bottom-footer-two {
    width: 50%;
}

.bottom-footer-three {
    width: 20%;
}

.social li {
    margin-right: 5px;
}

.bottom-footer-one img {
    margin-bottom: 1rem;
}

.social {
    margin-bottom: 1rem;
}

.social li a {
    width: 31px;
    height: 31px;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.links_footer li {
    font-family: 'OpenSansRegular';
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    margin: 0px 1px;
}

.icon-footer {
    margin-right: 5px;
    color: #fff;
}

.content-footer {
    color: #fff;
    font-size: 13px;
}

.content-footer span {
    font-family: 'OpenSansBold';
    font-size: 14px;
}

.items-bottom-footer-two {
    margin-top: 10px;
}

.ul_partner li {
    margin: 10px 5px;
    color: #fff;
}

.copyright-footer {
    background: #166987;
    padding: 20px 0;
}

.copyright {
    text-align: center;
    color: #b1e0ee;
    font-size: 11px;
}

/* Style Pages */
.pages {
    background: #F6F7F6;
}

.ul_page li a {
    font-family: "OpenSansRegular";
    font-weight: normal;
    color: #222222;
    font-size: 15px;
    border: none;
    padding: 22px 16px;
}

.setting {
    color: #005f6e;
    padding: 1.2rem 0.7rem;
    margin-right: 10px;
}

.header-login .login {
    text-transform: uppercase;
    padding: 10px 21px;
    border: 2px solid #e6b441;
    background-color: #fff;
    border-radius: 6px;
    color: #222;
    font-family: "OpenSansRegular";
    font-size: 14px !important;
    font-weight: 700 !important;
}

.box-byt {
    margin-top: 5rem;
    max-width: 800px;
    border: solid 1px #333;
    border-radius: 10px;
    overflow: hidden;
}

.ul_pages-tit {
    max-width: 800px;
    overflow-x: auto;
}

.ul_pages-tit>div {
    display: block;
}

.ul_pages-tit>div span {
    -moz-user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    display: block;
    padding: 16px 46px;
    text-wrap: nowrap;
    min-width: 180px;
    background: #005F6E;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'OpenSansBold';
    cursor: pointer;
    border-right: solid 2px #ccc;
}

.ul_pages-tit>div:last-child span {
    border-left: unset;
}

.ul_pages-tit>div span.active {
    background: #F4F9F5;
    color: rgb(0, 0, 0);
}

.pages_show {
    padding: 24px;
    background: #F4F9F5;
}

.show_one,
.show_two,
.show_three,
.show_four {
    display: none;
}

.show_one.show,
.show_two.show,
.show_three.show,
.show_four.show {
    display: block;
}

.gr_show_one .item-show_one {
    margin: 5px 0;
    cursor: pointer;
    height: auto;
    border: none;
    color: #005f6e;
    padding: 12px 24px;
    line-height: 22px;
    font-family: "OpenSansBold";
    border: 1px solid #005f6e;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: normal;
    display: block;
}

.gr_show_one .item-show_one.active {
    background: #005f6e;
    color: #fff;
}

.title-content {
    margin-top: 10px;
    line-height: 2;
    font-size: 12px;
    font-weight: 400;
    color: #222222;
    padding-left: 30px;
    background: url('../images/icon_note.png') no-repeat left center;
    background-size: contain;
}

.show_form {
    padding: 2rem 0;
}

.tit_show_form {
    width: 100%;
    margin-top: 1rem;
}

.tit_show_form span {
    padding: 0;
    font-size: 18px;
    font-family: 'OpenSansRegular';
    line-height: 24px;
    color: #333333;
    text-transform: uppercase;
}

.form-select_page {
    width: 49%;
    margin-right: 1%;
    position: relative;
    margin-top: 10px;
}

.form-select_page select {
    width: 100%;
    height: 70px;
    border: unset;
    border-bottom: solid 1px #333;
    text-transform: capitalize;
    font-size: 16px;
    color: #005f6e;
    background: transparent;
}

.form-select_page label {
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 12px;
}

.form-date_page {
    width: 49%;
    margin-right: 1%;
    position: relative;
    margin-top: 20px;
}

.form-date_page input {
    width: 100%;
    height: 55px;
    border: unset;
    border-bottom: solid 1px #333;
    font-size: 16px;
    color: #005f6e;
    background: transparent;
}

.form-date_page label {
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 12px;
}

.form-check_page {
    margin-top: 20px;
    width: 100%;
}

.form-check_page input {
    width: 24px;
    height: 24px;
}

.form-check_page label {
    font-size: 1rem;
    font-family: "OpenSansRegular";
    line-height: 22px;
    letter-spacing: 0.002em;
    color: #666;
    font-size: 14px;
}

.show_fare {
    margin-top: 20px;
}

.show_fare .tit {
    font-family: 'OpenSansBold';
    font-size: 14px;
    color: #222222;
    margin-right: 20px;
}

.check_type .btn-type {
    background-color: transparent;
    border: 1px solid #005f6e;
    color: #005f6e;
    cursor: pointer;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: "OpenSans", "Arial", sans-serif;
    border-radius: 4px;
    font-weight: 700;
    padding: 12px 24px;
    margin: 0 10px;
    line-height: 22px;
    letter-spacing: 0.002em;
}

.check_type .btn-type.active {
    background: #005f6e;
    color: #fff;
}

.show_fare {
    width: 100%;
}

.btn-search input {
    border: 2px solid #7b5a04;
    color: #7b5a04;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    height: auto;
    letter-spacing: 0.002em;
    padding: 11px 51px;
    border-radius: 5px;
    text-transform: uppercase;
}

.promo-code {
    margin-top: 30px;
}

.promo {
    cursor: pointer;
    font-family: "OpenSansBold";
    font-size: 1rem;
    border: 1px solid #005f6e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 24px;
    color: #005F6E !important;
    border-radius: 5px;
}

.promo i {
    margin-right: 10px;
}

.tit_show_form,
.form-date_page,
.form-check_page,
.show_fare,
.form-select_page {
    display: none;
}

.tit_show_tow span {
    display: inline-block;
    font-family: "OpenSans", "Arial", sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #222;
    padding-left: 0;
    margin-bottom: 27px;
    font-weight: 700;
    text-transform: uppercase;
}

.show_two_left,
.show_two_right {
    width: calc((100% - 20px)/2);
}

.item_show_two_sub,
.item_show_two_input {
    width: 100%;
}

.item_show_two_input input {
    width: 100%;
    margin-top: 15px;
    height: 55px;
    background: transparent;
    font-size: 16px;
    border: unset;
    border-bottom: solid 1px #666;
}

.item_show_two_sub {
    margin-top: 15px;
    text-align: right;
}

.item_show_two_sub input {
    padding: 10px 35.5px;
    width: auto;
    height: 45px;
    padding: 10px 35.5px;
    background: transparent;
    border: 2px solid #7B5A04;
    border-radius: 5px;
    color: #7b5a04;
    font-family: 'OpenSansBold';
    font-size: 16px;
    color: #7b5a04;
    text-transform: uppercase;
}

.action_show_two_right {
    padding: 15px 12px;
    background: #005F6E;
    margin-top: -5px;
    position: relative;
}

.action_show_two_right span {
    font-family: 'OpenSansBold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
    text-indent: 10px;
}

.action_show_two_right span i {
    margin-right: 10px;
}

.gr_show_three {
    border-radius: 5px;
    overflow: hidden;
    border: solid 2px #005F6E;
    display: inline-flex !important;
    margin-top: 15px;
}

.gr_show_three .item-show_three {
    padding: 10px 12px;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
    color: #005f6e;
    cursor: pointer;
}

.gr_show_three .item-show_three.active {
    color: #fff;
    background: #005f6e;
}

.item-three_select {
    width: calc((100% - 20px)/2);
    margin-top: 15px;
    margin-right: 10px;
}

.item-three_select select {
    height: 50px;
    width: 100%;
    background: transparent;
    border: unset;
    border-bottom: solid 1px #005f6e;
    color: #555;
    font-family: 'OpenSansRegular';
    font-size: 16px;
}

.item_three_sub {
    width: 100%;
    margin-top: 15px;
}

.item_three_sub input {
    padding: 10px 35.5px;
    width: auto;
    height: 45px;
    padding: 10px 35.5px;
    background: transparent;
    border: 2px solid #7B5A04;
    border-radius: 5px;
    color: #7b5a04;
    font-family: 'OpenSansBold';
    font-size: 14px;
    color: #7b5a04;
    text-transform: uppercase;
}

.item-three_input {
    margin-top: 15px;
    width: calc((100% - 20px)/2);
    margin-right: 10px;
}

.item-three_input input {
    height: 50px;
    width: 100%;
    background: transparent;
    border: unset;
    border-bottom: solid 1px #005f6e;
    color: #005f6e;
    font-size: 16px;
}

.item-four_date,
.item-four_select {
    width: calc((100% - 20px)/2);
    margin-right: 10px;
    margin-top: 15px;
}

.item-four_date input,
.item-four_select select {
    height: 50px;
    background: transparent;
    border: unset;
    border-bottom: solid 1px #005f6e;
    width: 100%;
    font-size: 15px;
}

/* Page 1 */
.page_1 {
    padding: 50px 0;
}

.box-page_1 {
    max-width: 900px;
    margin: auto;
}

.tit_page_1 span {
    font-family: 'OpenSansBold';
    font-size: 21px;
    color: #000;
}

.page_1 .hr {
    margin: 10px 0;
    border: solid 1px #000;
}

.page_1 .hr2 {
    margin: 10px 0 0 0;
    border: solid 2px #000;
    height: 1px;
    border-left: unset;
    border-right: unset;
}

.bg_end {
    height: 120px;
    background: #eee;
}

.page_1_content,
.page_1-top {
    padding: 0px 10px;
}

.page_1-top-left,
.page_1-top-right {
    width: calc(50% - 20px);
}

.tit-pagr_1_tl>span {
    text-transform: uppercase;
}

.tit-pagr_1_tl p:last-child {
    font-family: 'OpenSansBold';
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.page_1-top-left>p {
    font-size: 14px;
    color: #000;
}

.page_1-top-left>p span {
    font-size: 12px;
    color: #222;
}

.page_1_icon i {
    transform: rotate(-30deg);
}

.tit_tour {
    font-size: 20px;
}

.tit_tour span:first-child {
    font-family: 'OpenSansBold';
    font-size: 20px;
    color: #333;
}

.tit_tour span:last-child {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    color: #666;
}

.table_page_1 {
    margin: 15px 0;
    font-size: 16px;
}

.col_one {
    width: 34%;
    margin-right: 1%;
    padding: 15px;
    background: #eee;
    padding-bottom: 25px;
}

.col_two {
    width: 45%;
    position: relative;
}

.col_two::before {
    position: absolute;
    content: '';
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    border-left: dotted 2px #666;
}

.col_three {
    width: 20%;
}

.col_50 {
    width: 50%;
    padding: 10px;
}

.table_col-one {
    font-size: 15px;
}

.table_col-one span {
    font-family: 'OpenSansBold';
    font-size: 22px;
    color: #000;
}

.table_col-one span:first-child {
    font-family: 'OpenSansRegular';
    font-size: 22px;
    color: #000;
}

.row_col_two.one {
    position: relative;
    z-index: 2;
    background: #fff;
    border-top: solid 2px #666;
    border-left: solid 0px #666;
    padding: 10px;
    border-right: dotted 0px #666;
    border-bottom: dotted 2px #666;
}

.from-table span {
    font-family: 'OpenSansBold';
    font-size: 22px;
    color: #000;
}

.to-table span {
    font-family: 'OpenSansBold';
    font-size: 22px;
    color: #000;
}

.col_three {
    padding: 10px;
    border: solid 2px #666;
    border-left: dotted 2px #666;
}

.col_two {
    border-left: 2px solid #666;
    border-bottom: 2px solid #666;
}

.col_50 span {
    font-size: 22px;
}

.item-out {
    width: 40%;
}

.item-out span {
    padding-left: 10px;
}

.item-out._one {
    width: calc(60% - 1px);
}

.plus {
    background: #eee;
}

.item-out:nth-child(2n) {
    border-left: dotted 1px #000;
}

.box-page_1 {
    min-width: 800px;
}

/* Page 2 */

.footer_page_2,
.header_page_2 {
    background: url('../images/bg_header.png') no-repeat;
    background-size: 100% 100%;
    padding: 10px 0;
    max-width: 1030px;
    margin: auto;
}

.hotline a {
    color: #f8ef24;
    font-family: 'OpenSansBold';
    font-size: 17px;
}

.title-main_2 {
    margin-bottom: 0.5rem;
}

.title-main_2 span {
    font-family: 'OpenSansBold';
    font-size: 22px;
    color: #ED2124;
    text-transform: uppercase;
}

.slogan_p2 {
    color: #000;
}

.slogan_p2 a {
    text-decoration: underline;
    color: blue;
}

.tit_main {
    margin-bottom: 0.5rem;
}

.tit_main span {
    background: #ED2124;
    display: block;
    padding: 10px 0;
    padding-left: 10px;
    font-family: 'OpenSansBold';
    font-size: 18px;
    color: #fff;
}

.box_booking_p2-left {
    width: 55%;
    margin: -5px 0;
}

.box_booking_p2-right {
    width: calc(45% - 5px);
}

.item-tit {
    width: 25%;
    background: #666;
    text-indent: 5px;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.item-content {
    width: calc(75% - 10px);
    background: #ccc;
    padding: 5px 0;
    padding-left: 5px;
}

.item-content span {
    color: #ed2124;
}

.item-booking_p2 {
    margin: 5px 0;
}

.tit_right_p2 span {
    display: block;
    background: #666;
    padding: 10px 5px;
    font-family: 'OpenSansBold';
    font-size: 18px;
    color: #fff;
}

.item-text {
    background: #ccc;
    width: calc(100% - 150px);
    display: flex;
    align-items: center;
    text-indent: 10px;
    font-family: 'OpenSansBold';
    font-size: 20px;
    color: #ed2124;
}

.item-QR {
    width: 150px;
}

.row-top .item-passenger-left,
.row-top .item-passenger-right {
    background: #666;
    color: #fff;
}

.item-passenger-left {
    width: calc(60% - 2px);
}

.item-passenger-right {
    width: 40%;
}

.item-passenger-left span,
.item-passenger-right span {
    padding: 5px;
    display: inline-block;
}

.row-bottom .item-passenger-left {
    text-transform: uppercase;
    font-family: 'OpenSansBold';
    font-size: 20px;
    color: #000;
}

.flight-top {
    background: #666;
}

.item-flight-bottom,
.item-flight-top {
    width: calc(100%/5);
}

.item-flight-top span {
    font-family: 'OpenSansBold';
    font-size: 15px;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}

.item-flight-bottom span {
    font-family: 'OpenSansRegular';
    font-size: 15px;
    color: #000;
    display: inline-block;
    padding: 5px 10px;
}

.tit_content {
    font-family: 'OpenSansRegular';
    font-size: 20px;
    color: #000;
}

.box-content ul {
    list-style: circle;
    padding-left: 25px;
}

.box-content ul li {
    padding: 5px 0;
}

.box-content ul li span {
    font-family: 'OpenSansRegular';
    font-size: 16px;
    color: #000;
}

.btn-register {
    margin-top: 10px;
}

.btn-register a {
    text-decoration: underline;
    color: blue;
    font-size: 17px;
}

.box-content_flight {
    font-size: 19px;
    margin: 10px 0;
}

.box-content-invoice {
    font-size: 16px;
    margin: 10px 0;
}

.box-content-invoice span {
    font-family: 'OpenSansBold';
}

.parent-fare table {
    width: 100%;
}

.parent-fare table tbody tr td:nth-child(1),
.parent-fare table tbody tr td:nth-child(2),
.parent-fare table tbody tr td:nth-child(3),
.parent-fare table thead tr th:nth-child(1),
.parent-fare table thead tr th:nth-child(2),
.parent-fare table thead tr th:nth-child(3) {
    text-align: left;
}

.parent-fare table tbody tr td,
.parent-fare table thead tr th {
    text-align: right;
    padding: 5px;
}

.parent-fare table thead {
    background: #666;
}

.item-payment-top {
    width: calc(100%/3);
    background: #666;
}

.item-payment-top span {
    font-family: 'OpenSansBold';
    font-size: 15px;
    color: #fff;
    padding: 10px;
    display: inline-block;
}

.item-payment-bottom {
    width: calc((100% - 20px)/3);
}

.thailand,
.payment {
    margin-bottom: 0.5rem;
}

.offices {
    margin-bottom: 0.5rem;
}

.offices-left,
.offices-right {
    width: 50%;
}

.offices-left {
    border: solid 2px #666;
    border-top: unset;
}

.offices-right {
    border: solid 2px #666;
    border-left: unset;
    border-top: unset;
}

.tit-offices {
    border-bottom: solid 2px #666;
    border-top: solid 2px #666;
}

.tit-offices span {
    padding: 10px;
    display: block;
    text-align: center;
    font-family: 'OpenSansBold';
    font-size: 18px;
    color: #ED2124;
}

.box-nd-offices {
    padding: 10px;
}

.bottom-f {
    margin-top: 5px;
}

/* page 3 */
.level {
    background: #F6EDCC;
}

.parent-menu_level {
    width: 750px;
}

.item-level {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-level::before {
    z-index: 1;
    position: absolute;
    opacity: 0;
    content: '';
    background: #e6b441;
    top: calc(50% - 0.0625em);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    left: 0;
    height: 50%;
    width: 100%;
}

.item-level::after {
    z-index: 1;
    position: absolute;
    opacity: 0;
    content: '';
    background: #e6b441;
    top: 0;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    left: 0;
    height: 50%;
    width: 100%;
}

.box-level {
    position: relative;
    z-index: 2;
    height: 72px;
    width: 140px;
    padding: 0px 15px;
}

.icon-level {
    width: 30px;
}

.info-level {
    width: calc(100% - 30px);
}

.item-level.active::before,
.item-level.active::after {
    opacity: 1;
}

.info-level p {
    font-size: 12px;
}

.tit-page {
    margin-bottom: 1.5rem;
    position: relative;
}

.tit-page span {
    font-family: 'OpenSansBold';
    font-size: 28px;
    color: #005f6e;
    line-height: 38px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.tit-page .contet-tit {
    width: 65%;
    font-size: 14px;
    line-height: 1.8;
}

.tit-page1 {
    margin-bottom: 1.5rem;
    position: relative;
}

.tit-page1 span {
    font-family: 'OpenSansBold';
    font-size: 28px;
    color: #005f6e;
    line-height: 38px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.box-note-level {
    padding: 24px;
    /* box-shadow: 0px 2px 4px 0px #2222221a; */
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    background: #fff;
    line-height: 2;
    margin-bottom: .75rem;
}

.box-note-level span {
    font-family: 'OpenSansBold';
}

.box-note-level a {
    color: blue;
}

.box-note-level p {
    color: #c90808;
    font-family: 'OpenSansBold';
}

.top-content-level {
    background: #cde4e1;
    border-radius: 10px;
    padding: 0px 56px;
    margin-bottom: 1.5rem;
}

.parent-top-content-level {
    margin: 0 -1px;
}

.box-top-level {
    cursor: pointer;
    border-bottom: 5px solid #cde4e1;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.box-top-level>span {
    color: #222222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.002em;
    margin-bottom: 0;
}

.box-top-level>p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #005f6e;
    position: relative;
    padding-right: 30px;
}

.box-top-level>p span {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.item-top-level.active .box-top-level {
    background-color: #005f6e;
    border-bottom: 4px solid #e6b441;
}

.item-top-level.active .box-top-level>span {
    color: #fff;
}

.item-top-level.active .box-top-level>p {
    color: #fff;
}

.icon-level {
    margin-right: 5px;
}

.name-level {
    width: 150px;
}

.name-level span {
    font-family: 'OpenSansBold';
}

.name-level i {
    margin: 0 5px;
}

.fillter-level {
    background: #fff;
    border: 1px solid #c8c8c8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    padding-bottom: 20px;
}

.top-fillter-level {
    padding: 20px 20px 10px 22px;
}

.left-top-fillter,
.right-top-fillter {
    width: 50%;
}

.offer-label {
    flex: 1;
}

.level-results span {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin-right: 32px;
}

.level-fill_by,
.level-sort_by {
    font-family: 'OpenSansBold';
    font-size: 17px;
    color: #005f6e;
    padding-left: 36px;
}

.level-fill_by i,
.level-sort_by i {
    color: #e6b441;
    font-size: 12px;
}

.offer-label {
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 0 26px 0 0;
    border-radius: 4px;
    background: #005f6e;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    font-weight: 700;
    padding: 0;
}

.offer-label:last-child {
    background: #e6b441;
    color: #000;
}

.second-row {
    padding: 7px 36px;
    background-color: #f4f9f5;
    border-bottom: 1px solid #005f6e;
    border-top: 1px solid #005f6e;
}

.left-second-row span {
    font-size: 12px;
    color: #005f6e;
    font-weight: 400;
    padding: 0;
    line-height: 18px;
}

.right-second-row span {
    font-size: 12px;
    color: #005f6e;
    font-weight: 400;
    padding: 0;
    line-height: 18px;
}

.componer-panel {
    padding: 24px 24px 0px 24px;
    background: #fff;
}

.spark-panel {
    padding: 12px;
    position: relative;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
}

.spark-panel-left,
.spark-panel-right {
    width: 50%;
}

.spark-panel-left {
    padding-top: 12px;
}

.item-spark-left {
    width: 70%;
    position: relative;
}

.item-spark-left::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: url('../images/plane-icon_yellow.png') no-repeat;
    width: 32px;
    height: 32px;
}

.item-spark-right {
    width: 30%;
}

.time-spark {
    font-family: "OpenSans", "Arial", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #005f6e;
    margin-bottom: 0;
    line-height: 30px;
}

.airport {
    margin-top: 0;
    line-height: 24px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
}

.icon-spark-right {
    margin-right: 5px;
}

.text-spark i {
    font-size: 7px;
    margin: 0px 5px;
}

.spark-panel-left-top {
    margin: 5px 0;
}

.itinerary-part-offer-price {
    position: relative;
    margin: 0px 7px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #005f6e;
    border-radius: 4px;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0 30px 0;
}

.itinerary-part-offer-price:last-child {
    background: #FBF9E4;
    border: 1px solid #7B5A04;
}

.itinerary-part-offer-price>span {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #222;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0;
}

.itinerary-part-offer-price .price-part {
    font-size: 28px;
    color: #005f6e;
    font-weight: 700;
    line-height: 34px;
}

.itinerary-part-offer-price:last-child .price-part {
    color: #000;
}

.itinerary-part-offer-price .price-part {
    position: relative;
    padding-right: 25px;
}

.itinerary-part-offer-price .price-part span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.2;
}

.componer-panel-final {
    padding: 24px;
}

.btn-panel-final span {
    display: inline-block;
    cursor: pointer;
    margin: 0;
    min-width: 0;
    padding: 11px 20px;
    font-family: "OpenSans", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.002em;
    color: #005f6e;
    background: transparent;
    border: 1px solid #005f6e;
    box-shadow: none;
    border-radius: 4px;
}

.spark-panel-left-flight {
    margin-top: 10px;
}

.spark-panel-left-flight .btn-flight {
    color: #0254ec;
    font-size: 12px;
    cursor: pointer;
}

.spark-panel-left-flight .btn-flight i {
    color: #eeb823;
}

.componer-panel-flight {
    padding: 10px;
    padding-top: 15px;
    display: none;
}

.box-componer-panel-flight {
    padding: 2rem;
    padding-left: 4rem;
    background: #f4f9f5;
    position: relative;
}

.box-componer-panel-flight::before {
    position: absolute;
    content: '';
    background: url('../images/icon-flight.png') no-repeat;
    width: 32px;
    height: 32px;
    left: 10px;
    top: 30px;
    z-index: 2;
}

.box-componer-panel-flight::after {
    position: absolute;
    content: '';
    background: url('../images/icon-flight.png') no-repeat;
    width: 32px;
    height: 32px;
    left: 10px;
    bottom: 50px;
    z-index: 2;
}

.line-flight {
    position: absolute;
    background: #767676;
    width: 1px;
    top: 30px;
    bottom: 50px;
    left: 26px;
    z-index: 1;
}

.top-componer-panel-flight {
    margin-bottom: 1.5rem;
}

.name-componer-panel-flight span {
    font-family: "OpenSans", "Arial", sans-serif;
    font-weight: 700;
    font-size: 18px !important;
    color: #005f6e;
    margin-bottom: 4px;
}

.name-componer-panel-flight p {
    color: #005f6e;
    font-size: 14px;
    padding-bottom: 9px;
}

.content-componer-panel-flight {
    line-height: 1.8;
}

.componer-panel-itinerary {
    padding: 10px;
    display: none;
}

.box-componer-panel-itinerary {
    padding: 2rem;
}

.flex-box-componer-panel-itinerary {
    margin: -5px;
}

.item-componer-panel-itinerary {
    width: calc((100% - 40px)/4);
    padding: 5px;
}

.vip-class {
    width: calc((100% - 40px)/3);
    padding: 5px;
}

.vip-class .tit-componer-panel-itinerary {
    background: #FBF9E4 !important;
}

.vip-class:nth-child(2) .tit-componer-panel-itinerary {
    background: #f6edcc !important;
}

.vip-class:nth-child(3) .tit-componer-panel-itinerary {
    background: #ebe1b0 !important;
}

.tit-componer-panel-itinerary {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 92px;
    background-color: #f4f9f5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tit-componer-panel-itinerary span {
    color: #222;
    display: inline-block;
    font-size: 22px;
    font-weight: 700 !important;
    color: #222;
}

.parent-componer-panel-itinerary {
    border: 1px solid #abd5d3;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.parent-vip-class {
    border: 2px solid #FBF9E4 !important;
}

.price-componer-panel-itinerary {
    height: 135px;
    border-top: 1px solid #abd5d3;
}

.vip-class .price-componer-panel-itinerary {
    border-top: 2px solid #FBF9E4;
}

.btn-price-componer-panel-itinerary {
    padding: 1rem 1.5rem;
    background: #f4f9f5;
    border: 1px solid #005f6e;
    border-radius: 4px;
    cursor: pointer;
}

.vip-class .btn-price-componer-panel-itinerary {
    background: #FBF9E4;
}

.vip-class .price-itinerary {
    color: #222222 !important;
}

.price-itinerary {
    padding-right: 30px;
    position: relative;
    font-size: 18px;
    font-family: 'OpenSansBold';
    color: #005f6e;
}

.price-itinerary span {
    position: absolute;
    font-size: 12px;
    top: 0;
    right: 0;
    font-family: 'OpenSansRegular';
}

.content-componer-panel-itinerary {
    padding: 20px 12px;
    border-top: 1px solid #abd5d3;
    line-height: 2;
    color: #222;
}

.vip-class .content-componer-panel-itinerary {
    border-top: 1px solid #FBF9E4;
}

.item-componer-panel-itinerary:nth-child(2) .tit-componer-panel-itinerary {
    background: #cde4e1;
}

.item-componer-panel-itinerary:nth-child(3) .tit-componer-panel-itinerary {
    background: #abd5d3;
}

.item-componer-panel-itinerary:nth-child(4) .tit-componer-panel-itinerary {
    background: #7fbdbc;
}

.btn-itinerary-part-offer-price {
    cursor: pointer;
}

.btn-popup-itinerary {
    padding: 0 10px;
    margin-bottom: 10px;
}

.btn-popup-itinerary span {
    cursor: pointer;
    display: inline-block;
    color: #0254ec;
    text-transform: uppercase;
    font-size: 12px;
}

.popup-itinerary {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
    padding: 100px;
    background: #000000bf;
}

.btn-close-popup {
    text-align: right;
    color: #fff;
}

.popup-itinerary iframe {
    width: 100%;
    height: 100%;
}

/* page 4 */
.price-modify {
    margin-left: 10px;
}

.item-airport-from:hover {
    cursor: pointer;
    background: #208fb0;
}
.item-airport-to:hover {
    cursor: pointer;
    background: #208fb0;
}

.btn-price-modify {
    font-family: 'OpenSansBold';
    font-size: 22px;
    color: #005F6E;
    padding-right: 30px;
    position: relative;
}

.btn-price-modify span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}

.dxp-panel {
    margin-bottom: 1.75rem;
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    font-size: 1rem;
    border: 1px solid #c8c8c8;
    /* box-shadow: 0px 2px 4px 0px #2222221a; */
}

.dxp-content {
    line-height: 1.8;
    font-size: 16px;
}

.content-level2-left {
    width: calc(65% - 2px);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    /* box-shadow: 0px 2px 4px 0px #2222221a; */
}

.content-level2-right {
    width: calc(35% - 1rem);
    padding-left: 1rem;
}

.tit-content-level2-left {
    background: #fff;
    padding: 15px 1.333rem;
}

.tit-content-level2-left span {
    margin-bottom: 0;
    font-family: "OpenSansRegular";
    font-size: 15px;
    color: #222;
    font-weight: 700;
}

.content-content-level2-left {
    padding: 24px 24px;
}

.tit-content-content-level2-left {
    margin: 0.75rem 0;
    width: 100%;
}

.tit-content-content-level2-left span {
    font-family: 'OpenSansRegular';
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0.002em;
    text-transform: capitalize;
}

.select1-content-level2-left {
    width: 25%;
}

.select1-content-level2-left select {
    width: 100%;
    height: 50px;
    border: unset;
    border-bottom: solid 1px #222;
    background: transparent;
    font-size: 14px;
    color: #333;
}

.input1-content-level2-left {
    width: calc((100% - 25% - 20px)/2);
    margin: 0 5px;
}

.input1-content-level2-left input {
    width: 100%;
    height: 50px;
    border: unset;
    border-bottom: solid 1px #222;
    background: transparent;
    font-size: 14px;
    color: #333;
}

.input1-content-level2-left input::placeholder {
    font-size: 14px;
}

.form-content-level2-left legend {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.002em;
    margin-bottom: 22px !important;
    margin: 1.5rem 0;
}

.select2-content-level2-left {
    width: 18%;
    margin-right: 5px;
}

.select2-content-level2-left select {
    width: 100%;
    height: 50px;
    border: unset;
    border-bottom: solid 1px #222;
    background: transparent;
    font-size: 14px;
    color: #333;
}

.select3-content-level2-left {
    width: calc(100% - 18%*3 - 15px);
}

.select3-content-level2-left select {
    width: 100%;
    height: 50px;
    border: unset;
    border-bottom: solid 1px #222;
    background: transparent;
    font-size: 14px;
    color: #333;
}

.checkbox-content-level2-left {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.checkbox-content-level2-left input {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.input2-content-level2-left {
    width: calc((100% - 10px)/2);
    margin: 5px 0;
    margin-right: 5px;
}

.input2-content-level2-left input {
    width: 100%;
    height: 50px;
    border: unset;
    border-bottom: solid 1px #222;
    background: transparent;
    font-size: 14px;
    color: #333;
}

.select4-content-level2-left {
    width: calc(33%);
    margin-right: 5px;
}

.select4-content-level2-left select {
    width: 100%;
    height: 50px;
    border: unset;
    border-bottom: solid 1px #222;
    background: transparent;
    font-size: 14px;
    color: #333;
}

.input3-content-level2-left {
    width: calc(33%);
    margin-right: 5px;
}

.input3-content-level2-left input {
    width: 100%;
    height: 50px;
    border: unset;
    border-bottom: solid 1px #222;
    background: transparent;
    font-size: 14px;
    color: #333;
}

.tit-content-level2-right {
    background: #fff;
    padding: 15px 1.333rem;
}

.tit-content-level2-right span {
    font-size: 28px;
    font-family: "OpenSans", "Arial", sans-serif;
    font-weight: 700;
    color: #007292;
    line-height: 38.13px;
    margin: 0;
    padding: 12px 12px 16px;
}

.box-content-level2-right {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    box-shadow: 0px 2px 4px 0px #2222221a;
}

.btn-content-level2-right {
    cursor: pointer;
    position: relative;
    padding: 12px;
    padding-right: 34px;
    background: #f4f9f5;
    border-top: 0.5px solid #005f6e;
    border-bottom: 0.5px solid #005f6e;
}

.spark-panel__header {
    padding: 12px;
    background: #f4f9f5;
    border-top: 0.5px solid #005f6e;
    border-bottom: 0.5px solid #005f6e;
}

.spark-panel__header img {
    margin-right: 5px;
}

.dxp-shopping-cart-footer {
    padding: 12px;
    background: #fff;
    border-top: 0.5px solid #005f6e;
    border-bottom: 0.5px solid #005f6e;
}

.total-container .label {
    font-family: "OpenSansBold";
    font-size: 22px;
    line-height: 29.96px;
}

.dxp-shopping-cart-fare-rules {
    padding: 12px;
    background: #fff;
    font-size: 12px;
}

.item-content-level2-right-right i {
    color: #005f6e;
    margin: 0 5px;
}

.price-content-level2-right-left .price {
    display: inline-block;
    font-size: 18px;
    color: #005F6E;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.002em;
    padding-right: 30px;
    position: relative;
}

.price-content-level2-right-left .price span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 1.2;
}

.price-content-level4-right-left .price {
    font-size: 14px;
    color: #005F6E;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.002em;
    padding-right: 22px;
    position: relative;
}

.price-content-level4-right-left .price span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 8px;
    line-height: 1.8;
}

.down-btn-content-level2-right {
    position: absolute;
    top: 20px;
    transform: translateY(-50%);
    right: 12px;
    cursor: pointer;
}

.itinerary-part-header {
    padding: 8px 12px;
    background: rgba(251, 249, 228, 0.8);
}

.itinerary-part-header span:first-child {
    color: #005f6e;
    font-family: 'OpenSansBold';
}

.itinerary-part-flight-details {
    padding: 16px 12px;
    line-height: 1.8;
}

.itinerary-part-flight-details i {
    margin: 0px 5px;
}

.dxp-flight-passenger-cart-items {
    display: none;
}

.display-label-container {
    padding: 10px;
    background: #fff;
    display: none;
}

.item-label-level2-right-left {
    font-size: 12px;
}

.item-label-level2-one {
    width: 70%;
}

.item-label-level2-two {
    width: 30%;
    color: #005f6e;
}

.item-label-level2-two span {
    font-weight: bold;
}

.item-label-level2-right-left {
    margin-bottom: 1rem;
}

.btn-show-display-label-container span {
    cursor: pointer;
}

/* Page 5 */
.note-success {
    margin-bottom: 1.5rem;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 32px 24px;
    box-shadow: 0px 2px 4px 0px #2222221a;
    border-radius: 8px;
}

.icon-success {
    width: 35px;
}

.icon-success i {
    color: #03760b;
}

.text-success {
    width: calc(100% - 35px);
    margin-left: 10px;
    line-height: 1.8;
}

.text-success span {
    color: #03760b;
}

.border-under {
    border: unset;
}

.ancillary-common {
    margin-bottom: 1rem;
    border: 1px solid #c8c8c8;
    padding: 24px 24px 15px !important;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

.text-ancillary-common {
    margin-bottom: 0.5rem;
}

.text-ancillary-common span {
    color: #005f6e;
    margin-bottom: 7px;
    margin-left: 5px;
    font-size: 22px;
    text-shadow: none;
    line-height: 30px;
    font-family: 'OpenSansBold';
}

.ancillary-common-left {
    width: 63%;
}

.ancillary-common-right {
    width: calc(37% - 1.33rem - 50px);
    margin-left: 1.33rem;
    border: 1px solid #c8c8c8;
    padding: 24px;
    border-radius: 4px;
}

.image-ancillary-common-left {
    margin-bottom: 0.75rem;
}

.name-ancillary-common-left span {
    font-family: 'OpenSansBold';
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}

.flex2col {
    list-style: disc;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.flex2col li {
    width: 50%;
    font-size: 14px;
    line-height: 1.8;
}

.desc-ancillary-common-left {
    margin-bottom: 0.5rem;
}

.desc-ancillary-common-left span {
    font-family: 'OpenSansBold';
    font-size: 16px;
    line-height: 22px;
}

.summary-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.select-summary-content {
    font-family: "OpenSans", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 21px;
    margin: 0;
    color: #03760b;
}

.cart-summary-content {
    font-size: 1rem !important;
    color: #03760b;
    margin-top: 9px;
    margin-bottom: 10px;
}

.travel-summary-content {
    font-family: "OpenSans", "Arial", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    padding-bottom: 10px;
}

.btn-ancillary-summary-common {
    margin: 10px 0;
    margin-top: 25px;
}

.btn-ancillary-summary-common span {
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #005f6e;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    font-family: "OpenSansRegular";
    text-align: center;
    width: auto;
    margin: 0 auto;
    display: block;
    box-shadow: none;
    color: #005f6e;
    text-transform: uppercase;
}

/* page_6 */
.parent-chose-selecttion {
    display: inline-flex;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background: #fff;
    border-bottom: 0;
    position: relative;
}

.flight-index {
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    background-color: #f6edcc;
    border: 1px solid #7b5a04;
    margin: 0;
    margin-right: 8px;
    border-radius: 50%;
    font-size: 1rem;
    line-height: 20px;
    color: #222;
    color: #7b5a04;
    letter-spacing: 0.002em;
    text-align: center;
    font-weight: 700;
}

.spark-tabs__tab {
    padding: 16px 24px;
}

.spark-tabs__tab.active {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #cde4e1;
    border: 0.5px solid #005f6e;
    border-bottom: 0 !important;
}

.box-content-level4 {
    padding: 15px;
    background: #fff;
    border-top: 0.5px solid #005f6e;
}

.text-content-level4 {
    line-height: 1.8;
    font-size: 15px;
    padding-left: 30px;
    position: relative;
}

.text-content-level4::before {
    position: absolute;
    content: '';
    background: url('../images/icon_edit_seat.png') no-repeat;
    width: 27px;
    height: 29px;
    left: 0;
    top: 5px;
}

.passenger-list-title {
    margin-bottom: 1.25rem;
}

.passenger-list-title span {
    font-family: "OpenSansBold";
    font-size: 22px;
    color: #005f6e;
    padding: 0 0 16px;
}

.seat-selection-container {
    padding: 15px;
    background: #fff;
}

.seat-selection-container-left,
.seat-selection-container-right {
    width: calc(50% - 20px);
}

.item-order-passenger {
    background-color: #f4f9f5;
    border: 1px solid #005f6e;
    padding: 10px;
    border-radius: 4px;
}

.item-seats-list {
    margin-bottom: 0.75rem;
}

.seat-stat-wrapper {
    width: 100%;
}

#legend {
    width: 49%;
    margin: 0 auto;
    float: left;
}

.booking-details {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    width: 49%;
    margin: 0 auto;
}

@media screen and (max-width: 550px) {
    #legend {
        width: 100%;
    }

    .booking-details {
        width: 100%;
        text-align: left;
    }
}

.booking-details h2 {
    margin: 25px 0 20px 0;
    font-size: 17px;
}

.booking-details h3 {
    margin: 5px 5px 0 0;
    font-size: 14px;
}

div.seatCharts-cell {
    color: #182C4E;
    height: 25px;
    width: 25px;
    line-height: 25px;
}

div.seatCharts-seat {
    color: #FFFFFF;
    cursor: pointer;
}

div.seatCharts-row {
    height: 35px;
}

div.seatCharts-seat.available {
    background-color: #B9DEA0;
}

div.seatCharts-seat.available.vip-class {
    background-color: #3a78c3;
}

div.seatCharts-seat.available.standard-ground-class {
    background-color: orange;
}

div.seatCharts-seat.available.standard-balcony-class {
    background-color: purple;
}

div.seatCharts-seat.available.student-class {
    background-color: blue;
}

div.seatCharts-seat.focused {
    background-color: #76B474;
}

div.seatCharts-seat.selected {
    background-color: #E6CAC4;
}

div.seatCharts-seat.unavailable {
    background-color: #472B34;
}

.seat-chart-wrapper {
    overflow-y: scroll;
}

div.seatCharts-container {
    border-right: 1px dotted #adadad;
    width: 1767px;
    padding: 20px;
}

div.seatCharts-legend {
    display: inline-block;
}

div.seatCharts-legend li {
    text-align: left;
}

ul.seatCharts-legendList {
    padding-left: 0px;
}

span.seatCharts-legendDescription {
    margin-left: 5px;
    line-height: 30px;
}

.checkout-button {
    margin: 10px 0;
    font-size: 14px;
}

#selected-seats {
    overflow-y: scroll;
    overflow-x: none;
}

/* page 7 */
.dxp-panel-level5 {
    margin-bottom: 1.5rem;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #c8c8c8;
    box-shadow: 0px 2px 4px 0px #0000002E;
    background: #fff;
}

.note-note {
    font-size: 14px;
    color: #7b5a04;
    font-family: "OpenSans", "Arial", sans-serif;
    font-weight: 700;
}

.tit-level5 {
    margin-bottom: 0.5rem;
}

.tit-level5 span {
    font-size: 18px;
    font-family: 'OpenSansBold';
    color: #005f6e;
}

.text-level5 a {
    color: blue;
}

.bnpl-description-left {
    width: 40%;
}

.bnpl-description-right {
    width: calc(60% - 20px);
}

.dxp-bnpl-offering {
    background-color: #f4f9f5;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #005f6e;
    margin-bottom: 14px;
    padding: 12px;
}

.date-offering,
.name-offering {
    font-family: 'OpenSansBold';
    font-size: 18px;
    color: #222;
    margin: 0.25rem 0;
}

.note-offering {
    font-family: 'OpenSansRegular';
    font-size: 12px;
    color: #222;
    margin-bottom: 0.25rem;
}

.btn-select span {
    cursor: pointer;
    padding: 8px 20px;
    display: inline-block;
    font-family: 'OpenSansBold';
    height: auto;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    color: #005f6e;
    border: 1px solid #005f6e;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
}

.btn-select span:hover {
    color: #fff;
    background: #005f6e;
    transition: all ease .3s;
}

.header-payment {
    padding: 24px;
    background-color: #cde4e1;
    color: #222;
    border: 0.5px solid #005f6e;
    border-radius: 8px 8px 0 0;
}

.text-total-payment-level5 {
    color: #005f6e;
    font-family: 'OpenSansBold';
    font-size: 22px;
    line-height: 1;
    margin-bottom: 8px;
}

.text-total-payment-level5 small {
    font-size: 12px;
}

.api-payment {
    padding: 24px;
    background: #fff;
}

.ul_payment {
    margin-bottom: 1rem;
}

.ul_payment li {
    width: calc((100% - 20px*4 - 28px*4)/5);
    margin: 0px 10px;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #ccc;
}

.ul_payment li.active {
    background: #005f6e;
}

.image-type-payment {
    margin-bottom: 0.5rem;
}

.name-type-payment {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
    justify-content: center;
}

.ul_payment li.active .name-type-payment {
    color: #fff;
}

.content-api-payment {
    background-color: #f4f9f5;
    border-radius: 0 0 4px 4px;
    padding: 15px;
    padding-top: 24px;
}

.select-form_api-payment,
.input-form_api-payment {
    width: calc((100% - 30px)/4);
}

.select-form_api-payment select,
.input-form_api-payment input {
    width: 100%;
    height: 50px;
    border: unset;
    border-bottom: solid 1px #000;
    background: transparent;
}

.tit-form_api-payment {
    margin: 10px 0;
    width: 100%;
}

.tit-form_api-payment span {
    font-family: 'OpenSansBold';
    font-size: 18px;
    color: #000;
    display: inline-block;
}

.tit-payment-note-level5 {
    margin: 15px 0;
}

.tit-payment-note-level5 span {
    font-family: "OpenSans", "Arial", sans-serif;
    font-size: 18px;
    color: #005f6e;
    margin-bottom: 0;
    line-height: 22.5px;
    font-weight: 700;
}

.content-note-level5 {
    background-color: #f4f9f5;
    border-radius: 0 0 4px 4px;
    padding: 15px;
    padding-top: 24px;
    overflow: auto;
    max-height: 290px;
}

/* Responsive */
@media(max-width:1001px) {
    .logo-header {
        width: 185px;
    }

    .header-right {
        width: calc(100% - 185px);
    }

    .ul_header-right-bottom>li a span {
        padding: 5px;
        font-size: 15px;
    }

    .gr-book {
        width: calc(175px*2 + 40px);
    }

    .gr-book .item-form-book input {
        width: 175px;
    }

    .item-form-book input {
        width: 120px;
    }

    .footer-item {
        width: calc(100%/3);
    }

    .top-content-level {
        padding: 0px 30px;
    }
}

@media(max-width:770px) {

    .content-level2-left,
    .content-level2-right {
        width: 100%;
        padding: unset;
        margin: 5px 0;
    }

    .item-componer-panel-itinerary {
        width: calc((100% - 40px)/2);
    }

    .itinerary-part-offer-price .price-part {
        font-size: 23px;
    }

    .level-results span {
        margin-right: 0;
    }

    .offer-label {
        height: 3rem;
    }

    .parent-menu_level {
        width: unset;
        overflow-x: auto;
    }

    .tit_main span {
        font-size: 16px;
        padding: 5px 0;
        padding-left: 10px;
    }

    .logo {
        width: 250px;
    }

    .ul_pages-tit>div span {
        padding: 16px 20px;
    }

    .table_page_1 {
        flex-wrap: wrap;
    }

    .col_two {
        border-right: 2px solid #666;
    }

    .col_three {
        border-left: 2px solid #666;
    }

    .col_one,
    .col_two,
    .col_three {
        width: 100%;
    }

    .box-page_1 {
        min-width: unset;
    }

    .to-table span,
    .from-table span {
        font-size: 18px;
    }

    .table_col-one span,
    .table_col-one span:first-child {
        font-size: 20px;
    }

    .page_1_icon i {
        font-size: 24px;
    }

    .tit_page_1 span {
        font-size: 15px;
    }

    .tit_tour {
        font-size: 18px;
    }

    .tit_tour span:first-child {
        font-size: 16px;
    }

    .tit-content-level2-right span,
    .tit-page span {
        font-size: 23px;
    }

    .spark-panel-left,
    .spark-panel-right {
        width: 100%;
        margin: 5px 0;
    }
}

@media(max-width:576px) {

    .select-form_api-payment,
    .input-form_api-payment {
        width: calc((100% - 30px)/2);
    }

    .bnpl-description-left,
    .bnpl-description-right {
        width: 100%;
        margin: 5px 0;
    }

    .ul_payment li {
        width: calc((100% - 10px*4 - 10px*4)/3);
        margin: 5px;
        padding: 5px;
    }

    .ancillary-common-left,
    .ancillary-common-right {
        width: 100%;
        margin-left: unset;
    }

    .modify-level {
        padding: 5px 0;
    }

    .tit-page span {
        font-size: 24px;
    }

    .tit-page .contet-tit {
        width: 100%;
    }

    .input1-content-level2-left,
    .select1-content-level2-left {
        width: 100%;
    }

    .input3-content-level2-left,
    .select4-content-level2-left,
    .select2-content-level2-left {
        width: calc(50% - 5px);
    }

    .tit_right_p2 span {
        font-size: 16px;
    }

    .row-bottom .item-passenger-left {
        font-size: 15px;
    }

    .tit-offices span {
        font-size: 13px;
    }

    .logo {
        width: 200px;
    }

    .item-payment-top span,
    .item-flight-bottom span {
        font-size: 12px;
        padding: 5px;
    }

    .item-flight-top span {
        font-size: 12px;
    }

    .box-content_flight {
        font-size: 16px;
    }

    .box-nd-offices,
    .tit-offices span {
        padding: 5px;
    }

    .parent_booking {
        flex-wrap: wrap;
    }

    .box_booking_p2-left,
    .box_booking_p2-right {
        width: 100%;
        margin: 5px 0;
    }

    .gr-book {
        width: 100%;
    }

    .item-form-book input,
    .item-form-book {
        width: 100%;
    }

    .gr-book .item-form-book input {
        width: 100%;
    }

    .show_two_left,
    .show_two_right {
        width: 100%;
    }

    .show_two_right {
        margin-top: 5px;
    }

    .fare-left {
        width: 100%;
    }

    .btn-search {
        width: 100%;
        margin-top: 5px;
    }

    .check_type .btn-type {
        margin: 5px 0;
        margin-right: 5px;
    }

    .form-date_page,
    .form-select_page {
        width: 100%;
        margin-right: unset;
    }

    .item-four_select,
    .item-three_input,
    .item-four_date,
    .item-three_select {
        width: 100%;
        margin-right: unset;
    }

    .ul_menu {
        flex-wrap: wrap;
    }

    header {
        padding: 10px 0;
    }

    .mmenu {
        display: block !important;
    }

    .logo-header,
    .header-right {
        display: none !important;
    }

    .item-destinations {
        width: 100%;
    }

    .bottom-footer-two,
    .bottom-footer-three,
    .bottom-footer-one {
        width: 100%;
        margin: 5px 0;
    }

    .item-submit,
    .item-input {
        width: 100%;
    }

    .title-main span,
    .tit-main span {
        font-size: 28px;
    }

    .left-top-fillter,
    .right-top-fillter {
        width: 100%;
        margin: 5px 0;
    }

    .second-row {
        padding: 5px 10px;
    }

    .itinerary-part-offer-price {
        padding: 10px 0;
    }

    .itinerary-part-offer-price .price-part {
        font-size: 18px;
    }

    .promocode-toggler {
        margin-bottom: 10px;
        margin-left: unset;
    }

    .item-check-form-book {
        margin-bottom: 10px;
    }

    .book_flight {
        width: 30%;
        margin-bottom: 10px;
    }

    .gr-book-icon i {
        transform: rotate(90deg);
    }

    .customize-opt-list li {
        margin-bottom: 10px;
    }

    .item-book-two-input {
        width: calc((100% - 20px)/2);
        margin-bottom: 10px;
    }

    .btn-price-modify {
        font-size: 18px;
    }

    .text-ancillary-common span {
        font-size: 18px;
    }

    .top-content-level {
        padding: 0px 20px;
    }

    .time-spark {
        font-size: 18px;
    }

    .airport {
        font-size: 14px;
    }

    .tit-page1 {
        margin-bottom: 1rem;
    }

    .top-content-level {
        margin-bottom: 1rem;
    }

    .padding30 {
        padding: 20px 0;
    }

    .offer-label {
        height: 2.5rem;
    }

    .date-offering,
    .name-offering {
        font-size: 16px;
    }

    .api-payment {
        padding: 15px;
    }

    .tit-content-level2-right {
        padding: 10px;
    }

    .box-componer-panel-itinerary {
        padding: 10px;
    }

    .item-componer-panel-itinerary {
        width: 100%;
    }

    .price-componer-panel-itinerary {
        height: 80px;
    }

    .btn-price-componer-panel-itinerary {
        padding: 12px;
    }

    .content-componer-panel-itinerary {
        padding: 10px;
        font-size: 13px;
    }

    .tit-componer-panel-itinerary {
        height: 45px;
    }

    .spark-panel-left {
        padding-top: unset;
    }

    .componer-panel-itinerary {
        padding: 10px 0;
    }

    .tit-componer-panel-itinerary span {
        font-size: 15px;
    }
}

@media(max-width:429px) {
    .round_trip {
        width: 100%;
    }

    .title-content {
        background: unset;
        padding-left: unset;
    }

    .api-payment {
        padding: 10px;
    }

    .date-offering,
    .name-offering {
        font-size: 14px;
    }

    .itinerary-part-offer-price {
        padding: 5px 0;
    }

    .item-spark-right {
        width: 45%;
    }

    .item-spark-left {
        width: 55%;
    }

    .offer-label {
        font-size: 16px;
    }

    .box-top-level {
        height: 80px;
    }

    .box-top-level>span {
        font-size: 14px;
    }

    .top-content-level {
        padding: 0px 10px;
    }

    .btn-search input {
        padding: 10px 40px;
    }

    .check_type .btn-type,
    .gr_show_one .item-show_one {
        font-size: 14px;
        padding: 10px 15px;
    }

    .tit_show_form span,
    .tit_show_tow span {
        font-size: 15px;
    }

    .form-select_page select,
    .item-three_select select,
    .item-three_input input {
        font-size: 14px;
    }

    .dxp-panel-level5 {
        padding: 10px;
    }

    .text-total-payment-level5 {
        font-size: 15px;
    }

    .text-content-level4 {
        font-size: 13px;
    }

    .name-seats-list {
        font-size: 12px;
        margin-left: 5px;
    }

    .passenger-list-title span {
        font-size: 15px;
    }

    .seat-selection-container-left,
    .seat-selection-container-right {
        width: 100%;
        margin: 5px 0;
    }

    .flight-index {
        width: 25px;
        height: 25px;
    }

    .spark-tabs__tab {
        padding: 10px;
    }

    .travel-summary-content {
        font-size: 15px;
    }

    .ancillary-common-right {
        padding: 15px;
    }

    .ancillary-common {
        padding: 15px !important;
    }

    .desc-ancillary-common-left span,
    .name-ancillary-common-left span {
        font-size: 13px;
    }

    .btn-price-modify {
        font-size: 14px;
    }

    .note-success,
    .dxp-panel {
        padding: 10px;
        margin-bottom: 1rem;
    }

    .dxp-content {
        font-size: 13px;
    }

    .tit-page .contet-tit {
        font-size: 12px;
    }

    .price-content-level2-right-left .price {
        font-size: 16px;
    }

    .item-content-level2-right-right {
        font-size: 12px;
    }

    .total-container .label {
        font-size: 18px;
    }

    .tit-content-level2-right span,
    .tit-page span {
        font-size: 18px;
        padding: 0;
    }

    .tit-content-content-level2-left span {
        font-size: 14px;
    }

    .select1-content-level2-left select,
    .input1-content-level2-left input::placeholder,
    .select2-content-level2-left select,
    .select3-content-level2-left select,
    .checkbox-content-level2-left,
    .select4-content-level2-left select,
    .input3-content-level2-left input,
    .input2-content-level2-left input {
        font-size: 12px;
    }

    .checkbox-content-level2-left input {
        width: 18px;
        height: 18px;
    }

    .item-three-input {
        width: calc((100% - 20px)/2);
        margin-right: 10px;
    }

    .item-book-two-submit input {
        font-size: 12px;
        height: 30px;
    }

    .itinerary-part-offer-price>span {
        font-size: 14px;
    }

    .itinerary-part-offer-price .price-part {
        font-size: 15px;
    }

    .level-fill_by,
    .level-sort_by {
        padding-left: 10px;
    }

    .box-note-level {
        padding: 10px;
        font-size: 13px;
    }

    .tit-page {
        margin-bottom: 1rem;
    }

    .tit-page1 span,
    .tit-page span {
        font-size: 18px;
    }

    .tit-page p {
        font-size: 13px;
    }

    .item-submit-form-book input {
        width: 120px;
        font-size: 12px;
    }

    .ul_item-two-book li {
        padding: 3px 15px;
    }

    .one-item-input-four {
        width: calc((100% - 14px)/2);
    }

    .title-main span,
    .tit-main span {
        font-size: 20px;
        padding: 0px 5px;
    }

    .ul_menu {
        margin: 5px 0;
    }

    .box-top-level>p {
        font-size: 15px;
    }

    .componer-panel {
        padding: 10px;
    }
}

@media(max-width:333px) {

    .item-book-two-submit,
    .item-submit-four input,
    .item-three-submit {
        width: 50%;
    }

    .url-three-book span {
        font-size: 12px;
    }

    .two-item-input-four,
    .one-item-input-four {
        width: calc((100% - 7px));
    }

    .tablist_book li {
        padding: 10px;
    }

    .url-three-book {
        padding: 10px;
    }

    .item-book-top {
        flex: unset;
        width: 50%;
    }

    .ul_item-two-book li {
        padding: 3px 10px;
    }

    .show_form {
        padding: 10px 0;
    }

    .title-content {
        background: unset;
        padding-left: unset;
    }
}

.here-book-input {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    min-width: 235px;
    z-index: 9;
    display: none;
}

.here-book-input2 {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    min-width: 235px;
    z-index: 9;
    display: none;
}

.here-book-input.active {
    display: block;
}

.here-book-input2.active {
    display: block;
}

.ul_book-input>li {
    border-bottom: 1px solid #97d4e6;
    background: #208fb0;
}

.ul_book-input>li.active {
    background: #fff;
}

.ul_book-input>li>span {
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    cursor: pointer;
}

.ul_book-input>li.active>span {
    color: #000;
}

.ul_book-input>li.active .ul_book-input-child {
    display: block;
}

.ul_book-input-child {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    background: #fff;
    min-width: 250px;
    max-height: 465px;
    overflow-y: auto;
}

.ul_book-input-child>li {
    border-bottom: 1px solid #ccc;
}

.ul_book-input-child>li:last-child {
    border-bottom: 0px solid #ccc;
}

.ul_book-input-child>li span {
    padding: 10px;
    display: block;
}

.box-show-payment_2 { display: none; }
.box-show-payment { display: none; }
.top-payment_2 { background: #f4f9f5; padding: 24px; }
.content-payment_2 { background: #fff; border: solid 1px #005f6e; border-radius: 5px; padding: 12px; }
.total-payment_2 { margin: 24px 0; font-family: "OpenSans","Arial",sans-serif; font-size: 18px; text-align: left; color: #005f6e; font-weight: 700; }
.total-payment_2 span { font-weight: bold; color: #222; }
.b-content-payment_2 { padding: 24px; margin-top: 18px; background-color: #f4f9f5; border-radius: 4px; max-height: 290px; overflow: scroll; }
.tit-b-payment_2 span { font-family: "OpenSans","Arial",sans-serif; font-size: 18px; color: #005f6e; margin-bottom: 0; line-height: 22.5px; font-weight: 700; }
.final-payment_2 { background-color: #eeeeee; border-radius: 4px; padding: 16px 24px; }
.gr-control { display: flex; align-items: center; }
.gr-control input { width: 24px; height: 24px; margin-right: 10px; }
/* page_9 */
.box-note_page_9 { color: #03760b; background: #fff; padding: 24px; border: 1px solid #c8c8c8; border-radius: 8px; box-shadow: 0px 2px 4px 0px #2222221a; font-size: 14px; letter-spacing: 1px; }
.box-note_page_9_w { color: #7b5a04; background: #fff; padding: 24px; border: 1px solid #c8c8c8; border-radius: 8px; box-shadow: 0px 2px 4px 0px #2222221a; font-size: 14px; letter-spacing: 1px; }
.title-main5 { margin-bottom: 1rem; }
.title-main5 span { font-family: "OpenSans","Arial",sans-serif; font-size: 22px; font-weight: 700; color: #222; line-height: 30px; }
.title-main5 span i { color: #f9b646; }
.box_reservations { padding: 24px; background: #fff; border: 1px solid #c8c8c8; border-radius: 8px; box-shadow: 0px 2px 4px 0px #2222221a; }
.tit-reservations p { font-family: "OpenSans","Arial",sans-serif; font-weight: 700; color: #005f6e; font-size: 28px; line-height: 38px; display: flex; align-items: center; }
.tit-reservations p span { margin-left: 10px; border: 1px solid #03760b; border-radius: 5px; padding:0 5px; background-color: #03760b; font-size: 12px; font-weight: 400; display:inline-block; color: #fff; height: 28px; line-height: 28px; }
.content-reservations { padding: 15px 25px; font-family: "OpenSans","Arial",sans-serif; font-size: 20px; font-weight: 400; color: #006ba8; }
.detail-flight { margin-bottom: 1rem; background: #fff; border: 1px solid #c8c8c8; border-radius: 8px; box-shadow: 0px 2px 4px 0px #2222221a; }
.tit-flight .tit span { margin: 0; padding: 0; font-family: "OpenSans","Arial",sans-serif; color: #005f6e; font-size: 22px; line-height: 30px; font-weight: 700; }
.tit-flight { padding: 24px; border-bottom: 1px solid #c8c8c8; cursor: pointer; }
.content-flight-left { font-family: "OpenSans","Arial",sans-serif; font-weight: 700; font-size: 18px; text-transform: uppercase; line-height: 22.5px; }
.content-flight-left i { color: #e6b441; }
.box-content-flight { display: none; }
.box-content-flight-first { padding: 2rem 24px; border-bottom: 1px solid #c8c8c8; }
.flight-status-badge span { display: inline-block; color: #fff; background: #03760b; border: 1px solid #03760b; font-size: 12px; font-weight: 400; font-family: "OpenSans","Arial",sans-serif; padding: 4px 8px; border-radius: 4px; }
.box-content-flight-first-child { padding: 24px 24px 10px 24px; border-bottom: 1px solid #c8c8c8; }
.item-left-flight-fisrt-child { margin-right: 20px; }
.item-center-flight-fisrt-child { margin-right: 30px; }
.item-center-flight-fisrt-child i { color: #e6b441; }
.date-first-child { font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: 0.002em; }
.time-first-child { font-weight: 700; font-size: 22px; line-height: 30px; color: #005f6e; }
.name-first-child { color: #222; font-size: 18px; font-weight: 700; line-height: 24.51px; }
.date-first-child { margin-bottom: 0.25rem; }
.type-flight { font-weight: 700; }
.readmore_flight span { display:inline-block; color: #0254ec; font-weight: 400; font-size: 12px; cursor: pointer; text-transform: capitalize; display: flex; align-items: flex-start; line-height: 18px; }
.btn-show-flight span { cursor: pointer; display:inline-block; width: 20px; height: 20px; text-align: center; }
.detail-flight-cus { background: #fff; border: 1px solid #c8c8c8; border-radius: 8px; box-shadow: 0px 2px 4px 0px #2222221a; }
.child-content-flight { padding: 24px 24px 6px 24px; border-top: 1px solid #c8c8c8 !important; border: 0; }
.ducp-component-passenger-name-item > span { border: 1px solid #ccc; display:inline-block; display: flex; justify-content: center; align-items: center; background-color: #f6edcc; border-radius: 50%; border-color: #7b5a04; color: #7b5a04; font-weight: 700 !important; font-size: 14px; width: 32px; height: 32px; vertical-align: middle; margin-right: 8px; }
.passenger-name { font-size: 1rem; font-family: "OpenSans","Arial",sans-serif; font-weight: 700; color: #222; line-height: 22px; letter-spacing: 0.002em; }
.passenger-type { color: #222; font-weight: 400; font-size: 12px; font-style: normal; }
.item-label { font-size: 16px; }
.ducp-component-panel-details-toggle { margin-left: unset; margin-right: unset; margin-top: 10px; }
.btn-more-passenger span { cursor: pointer; color: #0254ec; font-weight: 400; font-size: 12px; margin-bottom: 18px; text-transform: capitalize; display: flex; align-items: flex-start; line-height: 18px; }
.tit-component-passenger span { font-family: "OpenSans","Arial",sans-serif; font-size: 22px; display:inline-block; -webkit-font-feature-settings: "dlig" 0,"liga" 0,"lnum" 1,"kern" 1; font-feature-settings: "dlig" 0,"liga" 0,"lnum" 1,"kern" 1; color: #4a5767; font-family: Oswald,sans-serif; font-weight: 300; margin-bottom: 1rem; }
.tit-content-component-passenger { font-family: "OpenSans","Arial",sans-serif; font-weight: 400; color: #222; font-size: 16px; letter-spacing: 0.002em; line-height: 22px; padding-top: 11px; margin-bottom: 11px; background-color: #f5f5f5; }
.child-tit-content-component-passenger { padding-left: 15px; }
.child-tit-content-component-passenger span { font-size: 18px; font-weight: 700; line-height: 22.5px; padding-bottom: 6px; display:inline-block; }
.child-tit-content-component-passenger p { font-weight: 400; font-size: 14px; line-height: 22px; letter-spacing: 0.002em; }
.tit-info-cus-flight{margin-bottom: 1rem;}
.tit-info-cus-flight span { font-size: 22px; font-family: "OpenSans","Arial",sans-serif;display:inline-block; }
.content-info-cus-flight { font-weight: 400; font-size: 18px; padding-bottom: 20px; color: #222;}
.ducp-component-passenger-summary-seats-extras{display: none;}
