@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap);
/*
DAX FONT
*/

@font-face {
    font-family: 'Dax';
    font-style: italic;
    font-weight: 400;
    src: local('Dax-Italic'), url('../fonts/dax/dax-italic-5872e0c289d8d.woff') format('woff');
}
@font-face {
    font-family: 'Dax';
    font-style: normal;
    font-weight: 300;
    src: local('Dax-Light'), url('../fonts/dax/dax-light-5872dfb3692b0.woff') format('woff');
}
@font-face {
    font-family: 'Dax';
    font-style: normal;
    font-weight: 500;
    src: local('Dax-Medium'), url('../fonts/dax/dax-medium-5872e00270bc1.woff') format('woff');
}
@font-face {
    font-family: 'Dax';
    font-style: italic;
    font-weight: 500;
    src: local('Dax-MediumItalic'), url('../fonts/dax/dax-mediumitalic-5872e0e8d95e8.woff') format('woff');
}
@font-face {
    font-family: 'Dax';
    font-style: normal;
    font-weight: 600;
    src: local('Dax-Bold'), url('../fonts/dax/dax-bold-5872e03df1718.woff') format('woff');
}
@font-face {
    font-family: 'Dax';
    font-style: normal;
    font-weight: 700;
    src: local('Dax-ExtraBold'), url('../fonts/dax/dax-extrabold-5872df5c91c89.woff') format('woff');
}
@font-face {
    font-family: 'Dax';
    font-style: normal;
    font-weight: 400;
    src: local('Dax-Regular'), url('../fonts/dax/ufonts.com_dax-regular.woff') format('woff');
}

/* @font-face {
    font-family: 'Dax';
    font-style: normal;
    font-weight: 300;
    src: local('Dax-VNF'), url('../fonts/dax/vnf-dax-regular.ttf') format('truetype');
} */

/*
RSU FONT
*/
@font-face {
    font-family: 'RSU';
    font-style: italic;
    font-weight: 400;
    src: local('RSU-italic'), url('../fonts/RSU/rsu_text_italic-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'RSU';
    font-style: normal;
    font-weight: 300;
    src: local('RSU-light'), url('../fonts/RSU/rsu_light-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'RSU';
    font-style: normal;
    font-weight: 600;
    src: local('RSU-Bold'), url('../fonts/RSU/rsu_bold-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'RSU';
    font-style: normal;
    font-weight: 400;
    src: local('RSU-Regular'), url('../fonts/RSU/rsu_regular-webfont.ttf') format('truetype');
}


body {
    font-family: 'Dax','RSU',sans-serif;
    background: #fff;
    font-weight: 400;
    
}

/* .bg-header {
    background-image: url('images/header_corner.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 110px 70px;
    background-color: #FF0000;
} */

.modal-header .close{
	color:black;
}
.font-rsu {
    font-family: 'RSU';
}
.font-dax {
    font-family: 'Dax';
}
.decreaseMLR{
    margin-left: -15px;
    margin-right:-15px;
}
/*---------------------------------------
Layout style
---------------------------------------*/
.pointer {
    cursor: pointer;
}
.container.container-main {
    /* max-width: 1790px; */
    max-width: 3000px;
}
.hidden {
    display: none!important;
}
.visible {
    display: block!important;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    z-index: 100;
}
.changeLang {
    z-index:  1200;
    position: relative;
}
/*---------------------------------------
Text color
---------------------------------------*/
.text-red {
    color: #ff0000 !important;
}
.text-yellow {
    color: #ffff00;
}
.text-titleGold{
    color: #ffbc00;
}
.text-gold {
    color: #eaa306;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.list-style-decimal {
    list-style: decimal;
}
/*---------------------------------------
Bg Color
---------------------------------------*/
.bg-red {
    background-color: #ff0000;
}
.bg-lightgray {
    background-color: #e6e6e6;
}
.bg-lightgrayIMP {
    background-color: #e6e6e6!important;
}
.bg-yellow {
    background: linear-gradient(#fad305, #ffdd00, #ffdd00, #fad305);
}
.bg-gradientGary {
    background: linear-gradient(0deg,#e1e1e1,#fff);
}
/*---------------------------------------
Navbar Style
---------------------------------------*/
.megamenu-li {
	position: static;
}
.dropdown-menu.megamenu {
    border-radius: 0;
}
.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}
.dropdown-menu.megamenu a.dropdown-item {
    padding: .25rem 0rem;
    font-size: 20px;
    font-weight: 200;
}
.dropdown-menu.megamenu h5 {
    font-size: 24px;
    font-weight: 600;
}
.megamenu:after {
    content: '';
    background: 0 0;
    border: 25px solid transparent;
    border-bottom-color: #fff;
    display: block;
    width: 10px;
    height: 0;
    margin-left: -8px;
    position: absolute;
    left: 51%;
    top: -50px;
    z-index: 2;
} 
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.3rem 0rem;
    box-shadow: 0 1px 5px #000;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    font-size: 26px;
}

.locale-icon {
    width: 20px;
    display: inline-block;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
#navbardesktop {
    position: relative;
}
/*#navbardesktop::after {
    background-image: url('../images/nav-image.png');
    background-color: transparent;
    position:absolute;
    content: '';
    top:0;
    right:0;
    width:220px;
    height:110px;
    background-repeat: no-repeat;
}*/
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 3rem;
    padding-left: 3rem;
}
.skyfunner-nav{
    /* width: 15em; */
}

}
/*---------------------------------------
Button style
---------------------------------------*/
.btn-yellowGradient {
    background: linear-gradient(#fad305, #ffdd00,  #ffdd00, #fad305);
    color: #000;
}
.btn-yellowGradient:hover {
    background: linear-gradient(#fabd05, #fad305, #fabd05);
}
.btn-group-xl>.btn, .btn-xl {
    padding: .5rem .5rem;
    width: 280px;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 1rem;
}
.btn-red {
    background: #ff0000;
    color: #fff;
}
.btn-red:hover {
    background: #d20000;
    color: #fff
}

/*---------------------------------------
increment button  style
---------------------------------------*/
.input-number-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.input-number-group .input-group-button {
  line-height: calc(80px/2 - 5px);
}

.input-number-group .input-number {
  width: 50px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  display: block;
  margin: 0;
  border: 1px solid #cacaca;
  height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0;    
}

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #fad305;
  color: #000;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 400;
  border: 1px solid #fad305;
  height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 100%;    
}

.input-number-group .input-number-decrement.fixed,
.input-number-group .input-number-increment.fixed {
  line-height: 28px;
  padding: 0;
}

.input-number-group .input-number-decrement {
  margin-right: 0.3rem;
}

.input-number-group .input-number-increment {
  margin-left: 0.3rem;
}
/*---------------------------------------
carousal style
---------------------------------------*/
#banner-home.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 13px;
    border-radius: 100%;
    height: 13px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}
#banner-home.carousel-indicators .active {
    opacity: 1;
    background-color: #ffff00;
}
#banner-home.carousel-indicators {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: end;
    margin-right: 0%;
    margin-left: 90%;
    list-style: none;
}
#home-banner-news.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 13px;
    border-radius: 100%;
    height: 13px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .3;
    transition: opacity .6s ease;
}
#home-banner-news.carousel-indicators .active {
    opacity: 1;
    background-color: #ff0000;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 20;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
#carouselExampleIndicators .carousel-control-prev-icon {
    background-image: url(../images/arrow-left-white.png);
    width: 40px;
    height: 40px;
}
#carouselExampleIndicators .carousel-control-next-icon {
    background-image: url(../images/arrow-right-white.png);
    width: 40px;
    height: 40px;
}
#carouselExampleIndicators2 .carousel-control-prev-icon {
    background-image: url(../images/arrow-left-red.png);
    width: 80px;
    height: 80px;
}
#carouselExampleIndicators2 .carousel-control-next-icon {
    background-image: url(../images/arrow-right-red.png);
    width: 80px;
    height: 80px;
}
#banner-blog.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0; 
    margin-right: 12%;
    margin-left: 12%;
    list-style: none;
}
#banner-blog.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 13px;
    border-radius: 100%;
    height: 13px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}
#banner-blog.carousel-indicators .active {
    opacity: 1;
    background-color: #ffff00;
}
.carousel-control-next.banner-blog, .carousel-control-prev.banner-blog {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 20;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80%;
    width: 2%;
    /* padding: 10px; */
    margin: auto;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-next.banner-blog:focus, .carousel-control-next.banner-blog:hover, .carousel-control-prev.banner-blog:focus, .carousel-control-prev.banner-blog:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
/*---------------------------------------
Footer style
---------------------------------------*/
#footer-home {
    padding:3% 0;
    background-color: linear-gradient(0deg,#e1e1e1,#fff);
    position:relative;
}
.bg-promotion {
    background-image: url('../images/footer-imageTop.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
#footer-home::after{
    background-image: url('../images/footer-imagebottom.png');
    bottom:0;
    position: absolute;
    content:'';
    right:0;
    z-index:-5;
    background-repeat: no-repeat;
    width:780px;
    height:390px;
}
.footer-head {
    font-family: 'Dax,RSU';
    color: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    margin-bottom:10px;
}
.footer-head a{
    font-family: 'Dax,RSU';
    color: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    z-index: 1052;
}
.list-linkFooter li a {
    font-family: 'Dax,RSU';
    color: #000;
    font-style: normal;
    font-weight: 300;
    font-size:18px;
}
.text-footer {
    font-family: 'Dax,RSU';
    color: #000;
    font-style: normal;
    font-weight: 300;
    font-size:14px;
}
#footer {
    background-color: #e6e6e6;
    font-weight: 600;
    font-size: 22px;
}
#footer a{
    color: #000;
    font-size: 22px;
}

/*---------------------------------------
icon style
---------------------------------------*/ 
.icon-fb:hover {
    content: url('../images/icon-fb_hover.png');
}
.icon-line:hover {
    content: url('../images/icon-line_hover.png');
}
/*---------------------------------------
Table style
---------------------------------------*/ 
table.airport {

	border :none;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}
table.airport thead tr th {
    background-color: #ff0000;
    color: #ffff00;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
}
table.airport thead tr th:nth-child(1){
    border-top-left-radius: 25px;
}
table.airport thead tr th:nth-child(3){
    border-top-right-radius: 25px;
}
table.airport tr {
  background: #fff;
  border-bottom: 2px solid #ccc;
  padding: .35em;
}
table.airport td:nth-child(1) {
  color: #ff0000;
}
table.airport th,
table.airport td {
  padding: .625em;
  text-align: left;
  font-size: 18px;    
}

table.airport th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Media Queries*/

@media screen and (max-width: 767px) {
  table.airport {
    border: 0;
  }
  table.airport caption {
    font-size: 1.3em;
  }
  table.airport thead {
    display: none;
  }
  table.airport td:nth-child(1) {
    color: #ffff00;
    background-color:#ff0000;  
  }
  table.airport tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    border: 1px solid #ddd;
  }
  table.airport td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table.airport td:before {
  	content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table.airport td:last-child {
    border-bottom: 0;
  }
}

table.ticketCond {
	border :none;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}
table.ticketCond thead tr th {
    background-color: #ff0000;
    color: #ffff00;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
}
table.ticketCond thead tr th:nth-child(1){
    border-top-left-radius: 25px;
}
table.ticketCond thead tr th:nth-child(4){
    border-top-right-radius: 25px;
}
table.ticketCond tr {
  background: #fff;
  border-bottom: 2px solid #ccc;
  padding: .35em;
}
table.ticketCond td:nth-child(1) {
  color: #ff0000;
}
table.ticketCond th,
table.ticketCond td {
  padding: .625em;
  text-align: left;
  font-size: 18px;    
}

table.ticketCond th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Media Queries*/

@media screen and (max-width: 767px) {
  table.ticketCond {
    border: 0;
  }
  table.ticketCond caption {
    font-size: 1.3em;
  }
  table.ticketCond thead {
    display: none;
  }
  table.ticketCond td:nth-child(1) {
    color: #ffff00;
    background-color:#ff0000;  
  }
  table.ticketCond tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    border: 1px solid #ddd;
  }
  table.ticketCond td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table.ticketCond td:before {
  	content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table.ticketCond td:last-child {
    border-bottom: 0;
  }
  select.searchNum {
      background-position: calc(100% - 14px) 16px, calc(100% - 0px) 16px, 100% 0 !important;
      background-size: 18%;
      line-height: 40px !important;
      height: 50px !important;
  }
  .form-control.searchNum {
    line-height: 40px !important;
    height: 50px !important;
  }
}

.vietjetTable thead.headC3 th{
    background-color:#ff0000;
    color:#ffff00;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.vietjetTable thead.headC3 th:nth-child(1){
    border-top-left-radius: 25px;
}
.vietjetTable thead.headC3 th:nth-child(3){
    border-top-right-radius: 25px;
}
.vietjetTable tbody tr {
    border-bottom:2px solid #ddd;
    text-align: center;
}
.vietjetTable tbody td:nth-child(2) {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}
.vietjetTable tbody td:nth-child(1){
    color:#ff0000;
}
.tableFares thead tr th {
    background: #ff0000;
    color: #ffff00;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 2px solid #ffff00;
}
.tableFares thead tr:nth-child(1) th:nth-child(1){
    border-top-left-radius: 25px;
}
.tableFares thead tr:nth-child(1) th:nth-child(4){
    border-top-right-radius: 25px;
}
.tableFares thead tr:nth-child(1) th:nth-child(2),.tableFares thead tr:nth-child(1) th:nth-child(3),.tableFares thead tr:nth-child(1) th:nth-child(4){
    border-left: 2px solid #ffff00;
}
.tableFares tbody tr:nth-child(even){
    border-bottom: 2px solid #ddd;
}
.bagTable {
    width:90%;
}
.bagTable thead.headC2 th{
    background-color: #ff0000;
    color: #ffff00;
    font-size: 20px;
    font-weight: 400;
}
.bagTable thead.headC2 th:nth-child(1){
    border-top-left-radius: 25px;
}
.bagTable thead.headC2 th:nth-child(2){
    border-top-right-radius: 25px;
}
.bagTable tbody tr {
    border-bottom: 2px solid #ddd;
}
.bagTable thead.headC1 th:nth-child(1) {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.bagTable thead.headC1 th {
    background-color: #ff0000;
    color: #ffff00;
    font-size: 20px;
    font-weight: 400;
}
/*--------------------------------------
    skyboss page list style
---------------------------------------*/
ul.skyboss-specialPrivilege > li {
    margin-bottom: 20px;
    line-height: 18px;
    font-size: 16px;
}
ul.skyboss-specialPrivilege > li.list1 {
    list-style-image: url('../images/skyboss-L1.png');
}
ul.skyboss-specialPrivilege > li.list2 {
    list-style-image: url('../images/skyboss-L2.png');
}
ul.skyboss-specialPrivilege > li.list3 {
    list-style-image: url('../images/skyboss-L3.png');
}
ul.skyboss-specialPrivilege > li.list4 {
    list-style-image: url('../images/skyboss-L4.png');
}
ul.skyboss-specialPrivilege > li.list5 {
    list-style-image: url('../images/skyboss-L5.png');
}
ul.skyboss-specialPrivilege > li.list6 {
    list-style-image: url('../images/skyboss-L6.png');
}
ul.skyboss-specialPrivilege > li.list7 {
    list-style-image: url('../images/skyboss-L7.png');
}
table.skyboss-table thead td {
    background: linear-gradient(0deg, #ed8f0d, #ffff66);
    font-size: 24px;
    border-top:0;
    border-bottom:0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-weight: 600;
    padding-left:20px;
}
table.skyboss-table tbody tr {
    border-bottom: 2px;
}
table.skyboss-table tbody td:nth-child(1) {
    color:#eaa306;
    font-size: 16px;
    padding-left:30px;
}
table.skyboss-table tbody td:nth-child(2) {
    color:#fff;
    font-size: 16px;
    text-align: center;
}
/*--------------------------------------
    Product Food Drink page style
---------------------------------------*/
table.table-feeChooseTable thead tr{
    border-top:0;
}
table.table-feeChooseTable thead td{
    background-color: #ff0000;
    color: #ffff00;
    font-size: 24px;
    font-weight: 600;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border:0;
}
table.table-feeChooseTable tbody td.typePlane {
    color: #ff0000;
    font-size: 30px;
    font-weight: 600;
}
table.table-feeChooseTable tbody td.typePlane p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

/*-----------------------------------------
    FAQ page
--------------------------------------------*/
ol.list-faq > li{
    margin-bottom: 30px;
}
table.table-checkin {
    width:80%;
    border-bottom: 1px solid #ddd
}
table.table-checkin thead td {
    background-color:#ff0000;
    color: #ffff00;
    font-size: 20px;
}
table.table-checkin thead td:nth-child(1){
    border-top-left-radius: 25px;
}
table.table-checkin thead td:nth-child(4){
    border-top-right-radius: 25px;
}
/*-----------------------------------------
    Manage Booking page
--------------------------------------------*/
.card.card-login {
    border-radius: 25px;
}
.card.card-login input.form-control, .card.card-login select.form-control {
    display: block;
    width: 100%;
    height: 72px;
    padding: 1rem 2rem;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: .5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
table.table-listC4 thead > tr >th{
    background-color: #ff0000;
    color:#ffff00;
    font-size: 20px;
}
table.table-listC4 thead > tr >th:nth-child(1) {
    border-top-left-radius: 25px;
}
table.table-listC4 thead > tr >th:nth-child(4) {
    border-top-right-radius: 25px;
}
table.table-listC4 tbody > tr {
    border-bottom: 1px solid #ddd;
}
/*---------------------------------------
order list style
---------------------------------------*/

ol.orderList-sublist {
   list-style: none;
   counter-reset: item;    
}
ol.orderList-sublist > li {
   counter-increment: item;
   margin-bottom: 20px;    
}
ol.orderList-sublist > li:before {
    content: counters(item, ".") " ";
    display: inline-block;
    margin-right:10px;
}
ol.orderList-sublist2 > li:before > ul > li{
    display: none;
}
ol.orderList-sublist2 {
   list-style: none;
   counter-reset: item;    
}
ol.orderList-sublist2 > li {
   counter-increment: item;
}
ol.orderList-sublist2 > li:before {
    content: counters(item, ".") " ";
    display: inline-block;
    margin-right:10px;
}
/*---------------------------------------
    promotion inside style
---------------------------------------*/
.TH-headPromotion-mobile {
    background-color: #ff0000;
    color: #ffff00;
    padding:5px 10px;
}
.TH-headPromotion {
    background-color: #ff0000;
    color: #ffff00;
    font-size: 24px;
    padding:5px 20px;
}
.TH-headPromotion.child1 {
    border-top-left-radius: 25px;
}
.TH-headPromotion.child4 {
    border-top-right-radius: 25px;
}
.bodyPromotion > .list {
    padding:5px 0;
    vertical-align: middle;
    align-items: center;
    border-bottom:2px solid #ddd;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
}
.bodyPromotion > .list .col-p {
    padding:0 20px;
    font-size: 18px;
    line-height: 40px
    
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex!important;
    margin-right: 1rem;
}
.btn-promoSearch {
    background-color: #ff0000;
    color:#ffff00;
}
.btn-promoSearch:hover {
    background-color: #d60000;
    color:#ffff00;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808080;
    text-align: center;
    white-space: nowrap;
    border-right: 0;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #000000;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-left: 0;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    border-left: 0;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*---------------------------------------
order list style
---------------------------------------*/
.squareImage {
  position: relative;
  width: 100%; /* The size you want */
}
.squareImage:after {
  content: "";
  display: block;
  padding-bottom: 100%; /* The padding depends on the width, not on the height, so with a padding-bottom of 100% you will get a square */
}

.squareImage img.imageTrendPostTopCard {
  position: absolute; /* Take your picture out of the flow */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; /* Make the picture taking the size of it's parent */
  width: 100%; /* This if for the object-fit */
  height: 100%; /* This if for the object-fit */
  object-fit: cover; /* Equivalent of the background-size: cover; of a background-image */
  object-position: center;
}
a.box-link{
    color: #000;
}
.box-link:hover {
    color:#ff0000;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}
.card.trendPost{
    border:0;
}
.card.trendPost .card-text {
    text-align: center;
    font-size: 24px;
}
.card.blog-first:hover, .card.blog:hover {
    cursor: pointer;
    border-bottom:5px solid #ff0000;
}
.card.blog-first {
    border:0;
}
.card.blog-first .card-title{
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}
.card.blog-first .card-text{
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    height: 40px;
    overflow-y:hidden;
    
}
.card.blog-first img {
    border-radius: 0;
    object-fit: cover;
    width:100%;
    max-width: 100%;
    height:600px;
    margin-bottom: 20px;
}
.card.blog{
    border:0;
}
.card.blog .card-title{
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.card.blog .card-text{
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    height: 40px;
    overflow-y:hidden;
    
}
.card.blog img {
    border-radius: 0;
    object-fit: cover;
    width:100%;
    max-width: 100%;
    height:400px;
    margin-bottom: 20px;
}
.card.category-blog {
    border:0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    
}
/*---------------------------------------
form style
---------------------------------------*/
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0rem;
}
.flightRadio label {
    margin: 0 0px 5px 0;
    padding: .5em 0;
    width: 125px;
    max-width: 100%;
    font-size: 18px;
    font-weight: 400;
    border-radius: 2em;
    border: 1px solid #dddd;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
}
.flightRadio input[type="radio"] {
    display: none;
}
.flightRadio input[type="radio"]:checked ~ label {
  background: #fad305;
  color: #000;
  border-color: #fad305;
}
.flightRadio label:hover {
  border-color: #fad305;
  color: #000;
  background-color: #fff;
}
.flightRadio label:active {
  border-color: #fad305;
  color: #fad305;
}
.firstDealBox div.boxflightForm{
    border: 1px solid #ddd;
    padding:0 5px 5px;
} 
.firstDealBox div.boxflightForm label {
    margin-bottom:0;
    font-size: 14px;
    line-height: 14px;
} 
.headTextFlightModal {
    font-weight: 600;
}
#form-home-searchtop label {
    color: #fff;
    font-size: 24px;
}

.custom-control-label::before {
    position: absolute;
    top: .3rem;
    left: -2rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #fff solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: 0.05rem;
    left: -2.25rem;
    display: block;
    width: 2rem;
    height: 2rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #f00;
    border-color: #ffffff;
    background-color: #ffffff;
}
.custom-control-input:checked~.custom-control-label.custom-radio-lounge::before {
    border-color: #6c757d !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ff0000'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff0000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2rem;
}
select.searchNum {
    background-image: url(../images/arrow-down-red.png) !important;
    background-position: calc(100% - 14px) 16px, calc(100% - 0px) 16px, 100% 0;
    background-size: 8%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    -webkit-appearance: none;
}
.form-control.searchNum {
    font-family: 'RSU';
    font-size: 30px;
    color:#000;
    line-height: 40px;
    height: 50px;
    border-radius: 1rem
}
select.searchNum option {
    font-size: 20px;
}
.label-nameNum{
    font-size: 26px;
    font-weight: 600;
    font-family: 'RSU';
    color: #000;
}
/*---------------------------------------
home style
---------------------------------------*/
.home-bg-section3 {
    background-image: url('../images/image-home.png');
    background-repeat: no-repeat;
    bottom:0;
    right:0;
    background-position: bottom right;
    
}
.promotion div a {
    cursor: pointer;
}
#reservationModal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    outline: 0;
}
#reservationModal .modal-header {
    background-color:#ff0000;
    color: #fff;
        display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#reservationModal .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
 .close:hover {
    color: #fff;
    text-decoration: none;
}
 button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
 .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0;
    opacity: .5;
}

.close.text-black {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0;
    opacity: .5;
}
.close.text-black:hover {
    color: #000;
    text-decoration: none;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control.homeTopSearchDepartSelect:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control.homeTopSearchDepartSelect, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.form-control.homeTopSearchDepartSelect {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 1rem .75rem .1rem;
    font-size: 45px;
    font-weight: 400;
    line-height: 45px;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control.homeTopSearchDepartSelect option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    font-size:20px;
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text.homeTopSearchDepart:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text.homeTopSearchDepart, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text.homeTopSearchDepart {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-text.homeTopSearchDepart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 0rem .5rem 1rem;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 1rem;
}
.topSearchDate {
    background-color: #fff;
    border-radius: 1rem;
    padding: .4rem 1rem .3rem 1rem;
}
.topSearchDate .form-control {
    border:0;
    padding: .375rem 0rem;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}
.searchbutton {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /* padding: 0 .75rem; */
    font-size: 40px;
    /* height: 50px; */
    line-height: 1.5;
    border-radius: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.promotionTitle {
    font-size: 3rem
}
.newsTitle {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom:10px;
}
.newsText {
    margin-top:30px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    padding-right:70%;
}
#searchdropdown {
    max-width:1000px;
    margin:0 auto;
}
.detailBabyBox {
    width:600px;
    border-radius: 1rem;
    padding: 20px;
    position:absolute;
    margin-left:50%;
    opacity: 0;
}
.markBaby:hover {
    color: #ff0000;
}
.markBaby:hover + .detailBabyBox{
    opacity:1;
    z-index:1042;
}
/*----------------------------------------
Reservation page
----------------------------------------*/
ul.reserve-bar-search{
    list-style-image: url('../images/airplane-icon.svg'); 
    margin-bottom:0;
}

.reserve-bar-search li div.text-topLocation {
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    font-weight: 200;
}
.reserve-bar-search li div.text-middleDate {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-family: 'RSU';
}
.reserve-bar-search li div.text-bottomTime {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    font-family: 'RSU';
}
.editbutton {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .3rem 1rem;
    font-size: 30px;
    line-height: 1.5;
    border-radius: .8rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.text-sumPerson {
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-family: 'RSU';
}
.amountPriceReserve {
    color: #fff;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    font-family: 'RSU';
    /* margin-top:20%; */
}
.title-reserve1 {
    font-size: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-weight: 600;
}
.title-reserve2 {
    font-size: 26px;
    line-height: 50px;
    vertical-align:bottom;
    font-weight: 400;
}
#pills-tabReserveFlight.nav-pills .nav-link.finish {
    color: #fff;
    background-color: #ff0000;
    font-size: 25px;
    line-height: 26px;
    vertical-align: middle;
    font-weight: 600;
}
#pills-tabReserveFlight.nav-pills .nav-link.final {
    color: #000;
    background-image: linear-gradient(90deg,#e9b115,#ffdd00,#e9b115);
    font-size: 26px;
    line-height: 26px;
    vertical-align: middle;
    font-weight: 600;
}
#pills-tabReserveFlight.nav-pills .nav-link.active {
    color: #fff;
    background-color: #ff0000;
    font-size: 26px;
    line-height: 26px;
    vertical-align: middle;
    font-weight: 600;
}
#pills-tabReserveFlight.nav-pills .nav-link.active::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    float:right;
    content: url('../images/arrow-yellowPillActive.svg');
}
#pills-tabReserveFlight.nav-pills .nav-link {
    color: #000;
    background-color: #e6e6e6;
    font-size: 26px;
    line-height: 26px;
    vertical-align: middle;
    font-weight: 600;
}
#pills-tabReserveFlight.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
}
#pills-tabReserveFlight .nav-link {
    display: block;
    padding: 1rem 1rem 1rem 5rem;
}
#pills-tabReserveFlight.nav-pills .nav-link {
    border-radius: 1.5rem;
}
.arrowBtnReserve {
    background-color: #e6e6e6;
    display: inline-block;
    font-weight: 400;
    color: #ff0000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 1rem .75rem;
    font-size: 2.5rem;
    line-height: 2.5rem;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 50px;
    
    /* padding: .5rem .5rem; */
    font-size: 1.5rem;
    line-height: 1.5rem;
    width: 40px;
    margin-bottom: 5px;
    
}
.arrowBtnReserve.left {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.arrowBtnReserve.right {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.dateReserveChoice {
    background-color: #e6e6e6;
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    border-bottom: 5px solid #e6e6e6;
    padding: 1rem .75rem;
    font-family: 'RSU';
    font-size: 1.5rem;
    line-height: 2.5rem;
    border-radius: 0;
    width: calc((100% / 5) - 26px);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-weight: 600;
    
    /* padding: .55rem .2rem; */
    font-family: 'RSU';
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    border-radius: 0;
    width: calc((100% / 5) - 22px);
}
.dateReserveChoice.active {
    background-color: #ff0000;
    color: #ffff00;
    border-bottom: 5px solid #ffff00;
}
.row-reservedateClass {
    border-bottom: 2px solid #ea5150;
}
.box1-head {
    font-weight: 600;
    font-size:35px;
    line-height: 65px;
    font-family: 'RSU,Dax';
    text-align: center;
    
}
.box2-head {
    text-align: center;
}
.box3-head {
    font-weight: 600;
    font-size:35px;
    line-height: 65px;
    font-family: 'RSU,Dax';
    text-align: center;
}
.box4-head {
    font-weight: 600;
    font-size:35px;
    line-height: 65px;
    font-family: 'RSU,Dax';
    text-align: center;
}
.box1 {
    font-size:35px;
    line-height: 35px;
    font-family: 'RSU';
    text-align: center;
    /* height: 100%; */
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box2 {
    text-align: center;
    height: 60px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:35px;
    line-height: 35px;
}
.box3 {
    font-size:35px;
    line-height: 35px;
    font-family: 'RSU';
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box4 {
    font-size:35px;
    line-height: 40px;
    font-family: 'RSU';
    text-align: left;
    height: 55px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fare-breakdown {
    color:red;
    position: relative;
    /* left: 12%; */
    font-weight:700;
    text-align: center;
}
.line-break-height {
    height: 24px;
}
.headPromo , .headEco{
    background-color: red;
    text-align: center;
    color:#fff;
    font-size: 24px;
    line-height: 24px;
    padding: .5rem;
    /* height:70px; */
    border-top-left-radius: 1rem;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.mw-80{
    width: 80%!important;
}
.headDeluxe {
    background-color: yellow;
    text-align: center;
    color:#fff;
    font-size: 24px;
    line-height: 24px;
    padding: .5rem;
    /* height:70px; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headSkyBoss{
    background-color: #1a1a1a;
    text-align: center;
    color:#fff;
    font-size: 24px;
    line-height: 24px;
    padding: .5rem;
    /* height:70px; */
    border-top-right-radius: 1rem;
}
.headPromo-con {
    text-align: center;
    color:#fff;
    font-size: 24px;
    line-height: 24px;
    padding: .5rem;
    /* height: 100%; */
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headEco-con, .headDeluxe-con {
    text-align: center;
    color:#fff;
    font-size: 24px;
    line-height: 24px;
    padding: .5rem;
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headSkyBoss-con{
    text-align: center;
    color:#fff;
    font-size: 24px;
    line-height: 24px;
    padding: .5rem;
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.flight-list {
    list-style: none;
    padding-left: 0;
    margin: 10px 0;
    text-align: center;
}
.flight-list li {
    position: relative;
    padding-left: 50px;
    padding-left: 50px;
}
.flight-list li:before {
    content: '';
    width: 40px;
    height: 39px;
    position: absolute;
    background-image: url('../images/flight-list.svg');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 20%;
    transform: translateY(-50%);
}
.btn-package {
    display: inline-block;
    font-weight: 600;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem 2rem;
    font-size: 30px;
    line-height: 1.5;
    border-radius: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-outline-promo {
    color: #000;
    border-color: #ea5050;
}
.btn-outline-promo:hover {
    color: #fff;
    border-color: #ea5050;
    background-color: #ea5050;
}
.btn-outline-promo.active {
    color: #ffff00;
    border-color: #ff0000;
    background-color: #ff0000;
}
.btn-outline-ecoBag, .btn-outline-deluxe {
    color: #000;
    border-color: #ff0000;
}
.btn-outline-ecoBag:hover,.btn-outline-deluxe:hover {
    color: #fff;
    border-color: #ff0000;
    background-color: #ff0000
}
.btn-outline-ecoBag.active, .btn-outline-deluxe.active {
    color: #ffff00;
    border-color: #ff0000;
    background-color: #ff0000;
}
.btn-outline-boss {
    color: #000;
    border-color: #000;
}
.btn-outline-boss:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.btn-outline-boss.active {
    color: #ffff00;
    border-color: #ff0000;
    background-color: #ff0000;
}
.package-promo {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    background-color: #ea5050;
    color:#fff;
    padding: 1.5em;
}
.package-promo .head{
    font-size: 30px;
    font-weight: 600;
    height:45px;
}
.package-promo .describe{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    height:210px;
}
.package-promo .form-check.packageRadio{
    font-size: 30px;
    font-weight: 600;
    height:45px;
}
.package-eco{
    background-color: #ff0000;
    color:#fff;
    padding: 1.5em;
}

.package-deluxe {
    background-color:#fbda04;
    color:#fff;
    padding: 1.5em;
}

.package-eco .head, .package-deluxe .head{
    font-size: 30px;
    font-weight: 600;
    height:45px;
}
.package-eco .describe, .package-deluxe .describe{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    height:auto;
}
.package-eco .form-check.packageRadio, .package-deluxe .form-check.packageRadio{
    font-size: 30px;
    font-weight: 600;
    height:45px;
}
.package-boss {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    background-color: #1a1a1a;
    color:#fff;
    padding: 1.5em;
}
.package-boss .head{
    font-size: 30px;
    font-weight: 600;
    height:45px;
}
.package-boss .describe{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    height:210px;
}
.package-boss .form-check.packageRadio{
    font-size: 30px;
    font-weight: 600;
    height:45px;
}
.packageRadio .custom-control-label::before {
    position: absolute;
    top: .3rem;
    left: -17rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #fff solid 1px;
}
.packageRadio .custom-control-label::after {
    position: absolute;
    top: 0.05rem;
    left: -17.25rem;
    display: block;
    width: 2rem;
    height: 2rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.packageRadio .custom-control-input:checked~.custom-control-label::before {
    color: #f00;
    border-color: #ffffff;
    background-color: #ffffff;
}
.custom-radio.packageRadio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%231a1a1a'/%3E%3C/svg%3E");
}
.custom-control.packageRadio {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2rem;
}
.packageRadio .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 40px;
    line-height: 40px;
    margin-left: 250px;
}
#summaryReserve {
    color: #fff;
    font-size: 24px;
    position:absolute;
    left:0;
    width:100%;
    z-index: 150
}
#summaryReserve .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    text-align: right
}
#summaryReserve .form-group {
    margin-bottom: .2rem;
}
.btn-continuous {
    background-color: #ff0000;
    color: #fff;
    font-size: 30px;
    border-radius: 1rem;
    padding:1rem 4rem;
    margin-top:20px;
}
.btn-continuous:hover {
    background-color: #d00000;
    color: #fff;
    font-size: 30px;
    border-radius: 1rem;
    padding:1rem 4rem;
    margin-top:20px;
}
/*----------------------------------------
Reservation Info customer page
----------------------------------------*/
.nav-link.link-passenger {
    border-radius: 0;
    width:300px;
    background-color:#eee;
    color: #000;
    position: relative;
}
.nav-link.link-passenger p{
    font-size:24px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 15px;
}
.nav-link.link-passenger.foodSelect {
    border-radius: 0;
    width:380px;
    background-color:#eee;
    color: #000;
}
.nav-link.link-passenger.foodSelect p,
.nav-link.link-passenger.loungeSelect p{
    font-size:14px;
    line-height: 16px;
    font-weight: 600;
    padding-left: 15px;
}
.nav-pills .nav-link.link-passenger.active, .nav-pills .show>.nav-link.link-passenger {
    color: #000;
    background-color: #ffffcb;
    border-bottom: 3px solid #ffc107;
}
.card.info-customer {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.0);
    border-radius: 2rem;
}
.card.info-customer .card-header {
    background-color: #ff0000;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    padding: .75rem 2.5rem;
    vertical-align: middle;
    border-radius: 2rem 2rem 0 0;
}
.card.info-customer .card-body {
    background-color: #e6e6e6;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    vertical-align: middle;
    border-radius:0 0 2rem 2rem;
}
.card.info-customer .form-control {
    display: block;
    width: 100%;
    height: 72px;
    padding: 1rem 2rem;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: .5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.card.info-customer .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.card.info-customer .input-group  .form-control {
    display: block;
    width: 100%;
    height: 72px;
    padding: 1rem 2rem;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-right:0!important;
    border-radius: .5rem 0 0 .5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.calendarBtn{
    background: #fff;
    height: 72px;
    padding: 1rem 1.5rem;
    font-size: 38px;
    font-weight: 400;
    line-height: 24px;
    border-left: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-radius: 0px 10px 10px 0px;
}
.gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 43px!important;
    top: 15px!important;
    left: 0px;
}
.gj-datepicker-bootstrap [role=right-icon] button {
    width: 100%;
    position: relative;
    border-color: #000!important;
    border-left: 0!important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1rem 2rem;
    background: #fff;
}
.card.info-contact {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.0);
    border-radius: 1rem;
}
.card.info-contact .card-body {
    background-color: #e6e6e6;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    padding: 2rem 2.5rem 1rem 2.5rem;
    vertical-align: middle;
    border-radius:1rem;
}
.card.info-contact .form-control {
    display: block;
    width: 100%;
    height: 72px;
    padding: 1rem 2rem;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: .5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.red-path::before {
    background-color: #ff0000;
    width: 52px;
    height: 33px;
    position: absolute;
    left: -20px;
    top: 19px;
    content: '';
    border-radius: 0 25px 25px 0;
}
.checkbox-customerInfo .custom-control-label::before {
    position: absolute;
    top: 19px;
    left: -2rem;
    display: block;
    width: 33px;
    height: 33px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #fff solid 1px;
    border-radius: 100%;
}
.custom-checkbox.checkbox-customerInfo .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 4 4'%3E%3Ccircle r='2' fill='%23ff0000'/%3E%3C/svg%3E");
}
.card.list-checkbox .card-body.customerInfoCheck {
    background-color: #fc6363;
}
.card.list-checkbox .card-body.completeInfoCheck {
    background-color: #98FB98;
}
.custom-checkbox.checkbox-customerInfo .custom-control-label::after {
    position: absolute;
    top: 20px;
    left: -30.5px;
    display: block;
    width: 33px;
    height: 33px;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-checkbox.checkbox-customerInfo .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 24px;
    color:#000;
    width: 100%;
    font-weight: 400;
    padding-left: 20px;
}
.custom-checkbox.checkbox-customerInfo .custom-control-label .checkbox-title {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 40px;
    font-weight: 600;
    color:#000;
}
.card.list-checkbox{
    border-radius: 2rem;
}
.card.list-checkbox .card-body{
    background-color: #e6e6e6;
    border-radius: 0 0 2rem 2rem;
}
.card.list-checkbox .card-img-top {
    width: 100%;
    height:350px;
    object-fit: cover;
    object-position: 0 100%;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}
.checkbox-checkin .custom-control-label::before {
    position: absolute;
    top: 2px;
    left: 6rem;
    display: block;
    width: 33px;
    height: 33px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #fff solid 1px;
    border-radius: 100%;
}
.checkbox-checkin2 {
    margin-left: 30px;
}
.custom-checkbox.checkbox-checkin .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 4 4'%3E%3Ccircle r='2' fill='%23ff0000'/%3E%3C/svg%3E");
}
.custom-checkbox.checkbox-checkin .custom-control-label::after {
    position: absolute;
    top: 3px;
    left: 96.5px;
    display: block;
    width: 33px;
    height: 33px;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-checkbox.checkbox-checkin .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 24px;
    color:#000;
    width: 100%;
    font-weight: 400;
    padding-left: 20px;
}
.custom-checkbox.checkbox-checkin .custom-control-label .checkbox-title {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 40px;
    font-weight: 600;
    color:#000;
}
table.detail-checkin {
    font-size: 24px;
    margin-left:50px;
}
.checkbox-travelInsurance .custom-control-label::before {
    position: absolute;
    top: 2px;
    left: -2rem;
    display: block;
    width: 33px;
    height: 33px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #fff solid 1px;
    border-radius: 100%;
}
.custom-checkbox.checkbox-travelInsurance .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 4 4'%3E%3Ccircle r='2' fill='%23ff0000'/%3E%3C/svg%3E");
}
.custom-checkbox.checkbox-travelInsurance .custom-control-label::after {
    position: absolute;
    top: 3px;
    left: -31.5px;
    display: block;
    width: 33px;
    height: 33px;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-checkbox.checkbox-travelInsurance .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 24px;
    color:#000;
    width: 100%;
    font-weight: 400;
    padding-left: 20px;
}
.custom-checkbox.checkbox-travelInsurance .custom-control-label .checkbox-title {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 40px;
    font-weight: 600;
    color:#000;
}
.travelInsurance-firstRow {
    font-size: 24px;
    padding-left:50px;
}
.card.list-notice .card-body {
    background-color: #ffe443;
    border-radius: 2rem 2rem 2rem 2rem;
    font-size: 24px;
    font-weight: 600;
}
#seatModal .modal-body, #luggageModal .modal-body, #foodModal .modal-body {
    padding:0;
}

.title-lableSeat1 {
    background-color: #ff0000;
    border-radius: 0 1rem 1rem 0;
    padding:10px 10px 10px 30px;
    color: #fff;
}
.title-lableSeat1 h5{
    color: #ffff00;
    margin-bottom:5px;
    font-size: 24px;
}
.title-lableSeat2 {
    background-color: #ff0000;
    border-radius: 0 1rem 1rem 0;
    padding:10px;
    color: #ffff00;
    text-align: center;
    font-size: 24px;
    margin-bottom:10px;
    margin-top:10px;
}
.detail-describe {
    padding-left:5%
}
.list-group.seat-list {
    width:300px;
}
.list-group.seat-list li{
    background-color: #e6e6e6;
}
.list-group.seat-list li p{
    font-weight: 600;
    font-size: 28px;
    padding-left: 15px
}
.seat-list .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.seat-list .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.seat-list .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0;
}
.text-seatPremium {
    color: #ff0000;
}
.text-seatFrontrow {
    color: #ffff00;
}
.text-seatNormal {
    color: #8cc63f;
}
.text-seatExitDoor {
    color: #29abe2;
}
.text-seatreserved {
    color: #666666;
}
.table.reserveSelectSeat thead th {
    vertical-align: bottom;
    border-bottom: 0;
}
.table.reserveSelectSeat td, .table.reserveSelectSeat th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0;
}
.tableHeightScroll {
    height: 858px;
    overflow-y: auto;
}
table.reserveSelectSeat span.fa-stack {
    cursor: pointer;
}
.list-group.luggage-list {
    width:300px;
}
.list-group.luggage-list li{
    background-color: #e6e6e6;
}
.list-group.luggage-list li p{
    font-weight: 600;
    font-size: 18px;
    padding-left: 15px
}
.luggage-list .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.luggage-list .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.luggage-list .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0;
}
.list-group.food-list {
    width:375px;
}
.list-group.food-list li{
    background-color: #e6e6e6;
}
.list-group.food-list li p{
    font-weight: 600;
    font-size: 14px;
    padding-left: 15px
}
.food-list .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.food-list .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.food-list .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0;
}
.card-deck.choiceLuggage .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;
}
.table.table-passenger td{
    padding:0 5px;
    border-top:none;
}
.table.table-passenger td.headPassenger{
    background: dimgray;
    color:#fff;
}
/******************* 
/*Scrollbar*/
/*******************/
.scrollbar-custom::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
	background-color: #ddd;
}

.scrollbar-custom::-webkit-scrollbar
{
	width: 15px;
	background-color: #e6e6e6;
}

.scrollbar-custom::-webkit-scrollbar-thumb
{
	background-color: #ff0000;
    border-radius: 4px;
}

.custom-control.luggageSelected  .custom-control-label::before {
    position: absolute;
    top: -28px;
    left: 16px;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 20px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #4d4d4d solid 1px;
}
.custom-control.luggageSelected  .custom-control-label::after {
    position: absolute;
    top: -32px;
    left: 12px;
    display: block;
    width: 2rem;
    height: 2rem;
    content: "";
    background: 50% center / 50% 50% no-repeat;
}
.custom-control.luggageSelected  .custom-control-input:checked~.custom-control-label::before {
    color: #f00;
    border-color: #4d4d4d;
    background-color: #ffffff;
}
.custom-control.luggageSelected  .custom-control-label {
    position: relative;
    margin-bottom: 0;
    margin-top: 20px;
    vertical-align: top;
    font-weight: 600;
    font-size: 20px;
    color: #4d4d4d;
}
.custom-control.luggageSelected {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
}
.food-image-choice {
    max-width: 100%;
    margin-bottom:15%;
    width:100%;
    object-fit: cover;
    height: 180px;
}
.lounge-image-choice {
    max-width: 100%;
    margin-bottom:10px;
    width:100%;
    object-fit: cover;
    height: 180px;
}
.foodChoiceBox {
    padding-right: 20px;
}
.custom-control.foodSelected  .custom-control-label::before {
    position: absolute;
    top: 230px;
    left: 45%;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 20px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #4d4d4d solid 1px;
}
.custom-control.loungeSelected .custom-control-label::before {
    position: absolute;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 20px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #4d4d4d solid 1px;
}
.custom-control.foodSelected  .custom-control-label::after {
    position: absolute;
    top: 226px;
    left: 43.5%;
    display: block;
    width: 2rem;
    height: 2rem;
    content: "";
    background: 50% center / 50% 50% no-repeat;
}
.custom-control.foodSelected  .custom-control-input:checked~.custom-control-label::before {
    color: #f00;
    border-color: #4d4d4d;
    background-color: #ffffff;
}
.custom-control.foodSelected  .custom-control-label {
    position: relative;
    margin-bottom: 0px;
    margin-top: 10px;
    vertical-align: top;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #4d4d4d;
    height: 37px;
}
.custom-control.foodSelected {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
}
.img-notallow {
    max-width: 100%;
    width: 120px;
}
.title-notallow {
    text-align: center;
    color: #ff0000;
    font-weight: 600;
    font-size: 42px;
    line-height: 45px;
    margin: 50px 0;
}
.text-itemnotallow {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    height:55px;
}
.red-radius {
    color:#fff;
    background-color: #ff0000;
    border-radius: 50px;
    padding:10px;
    vertical-align: middle;
    font-size: 22px;
    line-height: 24px;
}
.custom-control-label.radio-agreeCond::before {
    position: absolute;
    top: 0rem;
    left: -2rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #fff solid 1px;
}
.custom-control-label.radio-agreeCond::after {
    position: absolute;
    top: -0.25rem;
    left: -2.25rem;
    display: block;
    width: 2rem;
    height: 2rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.btn-previous {
    background-color: transparent;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    border-radius: 1rem;
    padding: 1rem 4rem;
    margin-top: 20px;
    vertical-align: middle;
}
.btn-previous:hover {
    color: #ff0000;
}
.seat-list .list-group-item.active {
    z-index: 2;
    color: #f00;
}
.seat-list .list-group-item {
    z-index: 2;
    color: #000;
}
/*-----------------------------------------
    reservation payment page
-------------------------------------------*/
.infoPaymentForm .card-body .form-row  label{
    color:#000;
}
.infoPaymentForm .card-body .form-row input.form-control{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.infoPaymentForm .card-body .form-row .input-group-prepend {
    margin-right: -1px;
}
.infoPaymentForm .card-body .form-row .input-group-append, .infoPaymentForm .card-body .form-row .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.infoPaymentForm .card-body .form-row .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .infoPaymentForm .card-body .form-row .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .infoPaymentForm .card-body .form-row .input-group>.input-group-append:not(:last-child)>.btn, .infoPaymentForm .card-body .form-row .input-group>.input-group-append:not(:last-child)>.input-group-text, .infoPaymentForm .card-body .form-row .input-group>.input-group-prepend>.btn, .infoPaymentForm .card-body .form-row .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.infoPaymentForm .card-body .form-row .input-group-append .btn, .infoPaymentForm .card-body .form-row .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.infoPaymentForm .card-body .form-row .input-group>.custom-select:not(:first-child), .infoPaymentForm .card-body .form-row .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.infoPaymentForm .card-body .form-row .input-group>.custom-file, .infoPaymentForm .card-body .form-row .input-group>.custom-select, .infoPaymentForm .card-body .form-row .input-group>.form-control, .infoPaymentForm .card-body .form-row .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.infoPaymentForm .card-body .form-row .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.infoPaymentForm .card-body .form-row  .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    background-color: #fff;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #f00;
    border-color: #ff0000;
    background-color: #ffffff;
}
.radio-paymentInfo .custom-control-label::before {
    position: absolute;
    top: 19px;
    left: -2rem;
    display: block;
    width: 33px;
    height: 33px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #ff0000 solid 1px;
    border-radius: 100%;
}
.custom-radio.radio-paymentInfo .custom-control-label::after {
    position: absolute;
    top: 20px;
    left: -31.5px;
    display: block;
    width: 33px;
    height: 33px;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-radio.radio-paymentInfo .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 4 4'%3E%3Ccircle r='2' fill='%23ff0000'/%3E%3C/svg%3E");
}
.custom-radio.radio-paymentInfo .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 24px;
    color: #000;
    width: 100%;
    font-weight: 400;
    padding-left: 20px;
    height: 80px;
}
/*-----------------------------------------
    reservation confirm page
-------------------------------------------*/
.HeightScroll-reservationConfirm {
    height: 500px;
    overflow-y: scroll;
}
.table-uConfirm td{
    padding: 8px;
    font-size: 20px;
    border:0;
}
.text-middleDateD{
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    font-family: 'rsu';
}
.text-bottomTimeD{
    font-size: 24px;
    font-weight: bold;
    font-family: 'rsu';
}
.D_flight {
    padding:15px 90px 0;
}
.D_flight .form-group.row{
    margin-bottom:0px;
    font-size: 20px;
}
.D_flight p{
    font-size: 20px;
    font-weight: 300;
    margin-bottom:5px;
}
.D_flight .form-group.row .col-sm-9 input.form-control-plaintext {
    text-align: right;
}
.label-totalPrice {
    background-color: #ff0000;
    padding:10px 20px;
    color:#fff;
    font-size: 24px;
    border-radius: 20px;
}
.label-totalPrice2 {
    background-color: #ff0000;
    padding:10px 20px;
    color:#fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    border-radius: 15px;
}
/*-----------------------------------------
    reservation final page
-------------------------------------------*/
.titleReserveConfirmFinal {
    color: #ff0000;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}
.reserveID {
    font-size: 30px;
    line-height: 30px;
}
.reserveID .queueNumber {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
}
/*-----------------------------------------
    News page
-------------------------------------------*/
.card-img.card-image-news {
    width:100%;
    height:320px;
    object-fit: cover;
    border-radius: calc(.25rem - 1px) 0 0;
}
.card.card-news .card-title {
    font-weight: 600;
    font-size: 24px;
    height: 28px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
}
.card.card-news .card-text {
    font-size: 20px;
    height: 180px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
}
.card.card-news .card-body {
    background-color: #e6e6e6;
    height: 260px;
}
.card.card-news .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card.card-news .card-footer {
    padding: 0 1.25rem .75rem;
    background-color: #e6e6e6;
    border-top: none;
}
.btn-news {
    font-size: 24px;
    padding: 5px 30px;
}
.HeightScroll-news {
    height: 1100px;
    overflow-y: scroll;
}
.title-newsInside {
    font-size: 30px;
    text-align: left;
    color: #ff0000;
    font-weight: 600;
}
.detail-newsInside p {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
}
.container.container-news {
    max-width: 1296px;
}
/*-----------------------------------------
    Responsive
-----------------------------------------*/
@media screen and (min-width:200px) and (max-width:374px){
    .flightsearch {
        margin-top: 7%;
    }
    .row-reservedateClass{
        padding-top: 10%;
    }
    .container.container-main, .container.container-news {
        max-width: 100%;
    }
    .navbar {
        padding: .4rem 1rem;
    }
    .navbar-brand img {
        width:150px;
    }
    /*#navbardesktop::after {
        width: 220px;
        height: 86px;
    }*/
    #banner-home.carousel-indicators {
        bottom: -20px;
        margin-right: 4%;
        margin-left: 70%;
    }
    #banner-home.carousel-indicators li {
        display: none;
    }
    #carouselExampleIndicators .carousel-control-prev-icon {
        width: 18px;
        height: 18px;
    }
    #carouselExampleIndicators .carousel-control-next-icon {
        width: 18px;
        height: 18px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 10%;
    }
    #form-home-searchtop label {
        font-size: 18px;
    }
    .custom-control-label::before {
        top: .3rem;
        left: -1.5rem;
        width: 1rem;
        height: 1rem;
    }
    .custom-control-label::after {
        top: 0.05rem;
        left: -1.75rem;
        width: 1.5rem;
        height: 1.5rem;
    }
    .input-group-text.homeTopSearchDepart {
        padding: 1.6rem 0rem .5rem 1rem;
        font-size: 14px;
        line-height: 14px;
    }
    .form-control.homeTopSearchDepartSelect {
        font-size: 28px;
        line-height: 28px;
    }
    .topSearchDate {
        margin-bottom: 15px;
        padding: .4rem 1rem .3rem 1rem;
    }
    .carousel-indicators {
        bottom: -16px;
    }
    .home-bg-section3 {
        height: 450px;
        background-size: contain;
    }
    .newsText {
        margin-top: 5px;
        font-size: 1.1rem;
        padding-right: 0;
    }
    .list-linkFooter li a {
        font-size: 16px;
        line-height: 20px;
    }
    #footer-home {
        padding: 3% 0px 50% 0;
    }
    #footer-home::after {
        width: 650px;
        height: 298px;
        background-size: contain;
        background-position: right;
    }
    .icon-fb,.icon-line {
        height:50px;
        margin-bottom: 10px;
    }
    .text-footer {
        font-size: 12px;
    }
    .footer-head a {
        font-size: 19px;
    }
    /*Reservation flight*/
    ul.reserve-bar-search {
        list-style-image: url(../images/airplane-icon-mobile.svg);
        margin-bottom: 0;
        margin-top:10px
    }
    .reserve-bar-search li div.text-topLocation {
        font-size: 20px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-middleDate {
        font-size: 30px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-bottomTime {
        font-size: 25px;
        line-height: 40px;
    }
    .text-sumPerson {
        font-size: 30px;
        line-height: 50px;
        color: #fff;
        border-top: 1px solid #ff7676;
    }
    .amountPriceReserve {
        font-size: 40px;
        line-height: 50px;
        margin-top: 10%;
    }
    .imgArrowDown {
        margin-top: -10%;
    }
    .col-form-label {
        font-size: 18px;
        line-height: 1.5;
    }
    #summaryReserve .form-control-plaintext {
        font-size: 20px;
    }
    .border-right {
        border:0!important;
    }
    .btn-package {
        padding: .375rem 1rem;
        font-size: 14px;
        line-height: 1.5;
        border-radius: 1rem;
    }
    #pills-tabReserveFlight .nav-link {
        padding: 1rem 1rem 1rem 1rem;
        margin-bottom:5px
    }
    #pills-tabReserveFlight .nav-link > img {
        height:40px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.active::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: middle;
        float: right;
        content: url(../images/arrow-yellowPillActive-mobile.svg);
    }
    #departure img.titleflight, #arrival img.titleflight {
        content: url('../images/airplane-red-mobile.svg');
    }
    .title-reserve1 {
        font-size: 40px;
        line-height: 40px;
    }
    .title-reserve2 {
        font-size: 20px;
        line-height: 24px;
        vertical-align: middle;
        font-weight: 400;
    }
    /*.arrowBtnReserve {
        padding: .5rem .5rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
        width: 100%;
        margin-bottom: 5px;
    }
    .arrowBtnReserve.left {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        border-bottom-left-radius: 0rem;
    }
    .arrowBtnReserve.right {
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .dateReserveChoice {
        padding: .2rem .2rem;
        font-family: 'RSU';
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
        border-radius: 0;
        width: calc((100% / 5) - 4px);
    }*/
    .box1, .box2, .box3 {
        /* height:60%; */
    }
    .box1 {
        font-size: 20px;
        line-height: 20px;
    }
    .box3 {
        font-size: 20px;
        line-height: 20px;
    }
    .box4 {
        font-size: 28px;
        line-height: 30px;
        /* height: 60%; */
    }
    
    .flight-list li{
    	/* padding-left : 0px!important; */
    }
    
    .flight-list li:before{
    	/* background-image: none!important; */
    }
    
    .headPromo {
        font-size: 18px;
        line-height: 38px;
        padding: .5rem;
        height: 55px;
    }
    .headEco, .headDeluxe {
        font-size: 18px;
        line-height: 18px;
        padding: .5rem;
        height: 55px;
    }
    .headSkyBoss {
        background-color: #1a1a1a;
        text-align: center;
        color: #fff;
        vertical-align: middle;
        font-size: 24px;
        line-height: 38px;
        padding: .5rem;
        height: 55px;
    }
    .headPromo-con,.headEco-con,.headSkyBoss-con, .headDeluxe-con {
        /* height: 48%; */
    }
    .package-promo {
        border-top-left-radius: .8rem;
        border-bottom-left-radius: .8rem;
        border-top-right-radius: .8rem;
        border-bottom-right-radius: .8rem;
        background-color: #ea5050;
        color: #fff;
        padding: .75em;
        margin-bottom: 5px;
    }
    .package-promo .head {
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        height: 30px;
    }
    .describe ul {
        padding-left:20px
    }
    .packageRadio .custom-control-label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
        font-size: 22px;
        line-height: 20px;
        margin-left: 58px;
    }
    .packageRadio .custom-control-label::before {
        top: -0.2rem;
        left: -5rem;
    }
    .packageRadio .custom-control-label::after {
        top: -0.5rem;
        left: -5.25rem;
    }
    .package-eco, .package-deluxe {
        padding: .75em;
        border-radius: .8rem;
        margin-bottom: 5px;
    }
    .package-eco .head, .package-deluxe .head {
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        height: 30px;
    }
    .package-boss {
        border-top-right-radius: .8rem;
        border-bottom-right-radius: .8rem;
        border-top-left-radius: .8rem;
        border-bottom-left-radius: .8rem;
        background-color: #1a1a1a;
        color: #fff;
        padding: .75em;
    }
    .package-boss .describe {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        height: 410px;
    }
    .btn-continuous {
        background-color: #808080;
        color: #fff;
        font-size: 14px;
        border-radius: 8px;
        padding: .5rem 1rem;
        margin-top: 20px;
    }
    .btn-continuous:hover {
        background-color: #ff0000;
        color: #ffff00;
        font-size: 14px;
        border-radius: 8px;
        padding: .5rem 1rem;
        margin-top: 20px;
    }
    #footer {
        background-color: #e6e6e6;
        font-weight: 600;
        font-size: 15px;
    }
    #footer a {
        color: rgb(0, 0, 0);
        font-size: 18px;
    }
    /*ReserveCustomerInfo*/
    .card.info-customer .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-customer .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .input-group .form-control {
        height: 60px;
        font-size: 16px;
        padding: 1rem .5rem;
        font-weight: 400;
        line-height: 18px;
    }
        .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
        position: absolute;
        font-size: 29px!important;
        top: 15px!important;
        left: 17px!important;
    }
    .card.info-contact .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-contact .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .card-header {
        font-size: 24px;
        line-height: 24px;
        padding: .75rem 1rem;
    }
    .card.list-notice .card-body {
        border-radius: 2rem 2rem 2rem 2rem;
        font-size: 18px;
    }
    .card.list-checkbox .card-img-top {
        height: 190px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label .checkbox-title {
        font-size: 20px;
    }
    .modal-text-ReStep2 {
        font-size: 16px;
    }
    .card.list-checkbox .card-body {
        padding:1rem
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        padding-left: 0px;
    }
    .red-path::before {
        width: 42px;
        height: 26px;
        left: -17px;
        top: 4px;
    }
    .checkbox-customerInfo .custom-control-label::before {
        top: 4px;
        left: -2rem;
        width: 26px;
        height: 26px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label::after {
        top: 4px;
        left: -32.5px;
        width: 27px;
        height: 27px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        font-size: 16px;
        font-weight: 400;
        padding-left: 0px;
    }
    table.detail-checkin {
        font-size: 16px;
        margin-left: 30px;
    }
    .custom-control.checkbox-checkin {
        padding-left: .0rem;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label {
        font-size: 16px;
        padding-left: 5px;
    }
    .checkbox-checkin .custom-control-label::before {
        top: 2px;
        left: 3.5rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label::after {
        top: 2px;
        left: 55px;
        width: 25px;
        height: 25px;
    }
    .travelInsurance-firstRow {
        font-size: 16px;
        padding-left: 33px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label {
        font-size: 16px;
        padding-left: 1px;
    }
    .checkbox-travelInsurance .custom-control-label::before {
        top: 2px;
        left: -2rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label::after {
        top: 2px;
        left: -32.5px;
        width: 25px;
        height: 25px;
    }
    .title-lableSeat1 {
        background-color: #ff0000;
        border-radius: 0 1rem 1rem 0;
        padding: 10px 10px 10px 20px;
        color: #fff;
    }
    .detail-describe {
        padding-left: 5%;
        padding-right: 5%;
    }
    .choiceLuggage .card img {
        object-fit: contain;
        height:300px;
    }
    .foodChoiceBox {
        padding-right: 15px;
        padding-left: 15px;
    }
    .list-group.food-list {
        width: 275px;
    }
    /*News page*/
    .card-img.card-image-news {
        width:100%;
        height:150px;
    }
    .card.card-news .card-title {
        font-weight: 600;
        font-size: 18px;
        height: 85px;
    }
    .card.card-news .card-text {
        font-size: 15px;
        height: 180px;
    }
    .card.card-news .card-body {
        height: 305px;
    }
    .title-newsInside {
        font-size: 20px;
        line-height: 25px;
    }
    .detail-newsInside p {
        text-align: justify;
        font-size: 16px;
        line-height: 24px;
        text-indent:50px;
    }
    /*new*/
    .text-itemnotallow {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
        height: 55px;
    }
    .red-radius {
        color: #fff;
        background-color: #ff0000;
        border-radius: 20px;
        padding: 10px;
        vertical-align: middle;
        font-size: 18px;
        line-height: 20px;
    }
    .btn-previous {
        font-size: 14px;
        line-height: 14px;
        border-radius: 1rem;
        padding: 1rem 1rem;
        margin-top: 15px;
    }
    .nav-link.link-passenger {
        width: 265px;
    }
    .nav-link.link-passenger p {
        font-size: 20px;
        line-height: 24px;
    }
    .nav-link.link-passenger.foodSelect {
        width: 280px;
    }
    .nav-link.link-passenger.loungeSelect {
        width: calc(100% - 70px);
    }
    .radio-paymentInfo .custom-control-label::before {
        top: 1px;
        left: -2rem;
    }
    .custom-radio.radio-paymentInfo .custom-control-label::after {
        top: 2px;
        left: -31.5px;
    }
    .D_flight {
        padding: 15px 10px 0;
    }
    ol.orderList-sublist {
        padding-left: 5px;
    }
    ol.orderList-sublist2 {
        padding-left: 10px;
    }
    table.ticketCond td ul{
        padding-left:70px;
    }
    table.ticketCond td:nth-child(1) {
        text-align: left;
        font-size: 19px;
        font-weight: 400;
    }
    .card.blog img {
        height: 250px;
    }
    .card.blog .card-title {
        font-size: 23px;
        line-height: 25px;
    }
    .card.blog-first img {
        border-radius: 0;
        height: 250px;
    }
    .carousel-control-next.banner-blog, .carousel-control-prev.banner-blog {
        width: 6%;
    }
    #banner-blog.carousel-indicators {
        bottom: -17px;
    }
    .card.category-blog {
        border: 0;
        width: 93px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
    }
    .card.category-blog .card-body {
        padding:10px 5px;
    }
    /*-----promotion--------------*/
    .bodyPromotion > .list {
        padding:10px 0;
        border:1px solid #ddd;
        margin-left: 0;
        margin-right: 0;
    }
    .TH-headPromotion-mobile {
        background-color: #ff0000;
        color: #ffff00;
        padding: 0px 10px;
    }
    table.skyboss-table tbody td:nth-child(1) {
        color: #eaa306;
        font-size: 16px;
        padding-left: 10px;
    }
    .detailBabyBox {
        width:290px;
        margin-left:-5px;
    }
}
@media screen and (min-width:375px) and (max-width:413px){
    .flightsearch {
        margin-top: 7%;
    }

    .row-reservedateClass{
        padding-top: 10%;
    }

    .container.container-main, .container.container-news {
        max-width: 100%;
    }
    .navbar {
        padding: 1rem 1rem;
    }
    .navbar-brand img {
        /* width:170px; */
        width:200px;
    }
    /*#navbardesktop::after {
        width: 220px;
        height: 96px;
    }*/
    #banner-home.carousel-indicators {
        bottom: -20px;
        margin-right: 4%;
        margin-left: 70%;
    }
    #banner-home.carousel-indicators li {
        display: none;
    }
    #carouselExampleIndicators .carousel-control-prev-icon {
        width: 18px;
        height: 18px;
    }
    #carouselExampleIndicators .carousel-control-next-icon {
        width: 18px;
        height: 18px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 10%;
    }
    #form-home-searchtop label {
        font-size: 18px;
    }
    .custom-control-label::before {
        top: .3rem;
        left: -1.5rem;
        width: 1rem;
        height: 1rem;
    }
    .custom-control-label::after {
        top: 0.05rem;
        left: -1.75rem;
        width: 1.5rem;
        height: 1.5rem;
    }
    .input-group-text.homeTopSearchDepart {
        padding: 1.6rem 0rem .5rem 1rem;
        font-size: 14px;
        line-height: 14px;
    }
    .form-control.homeTopSearchDepartSelect {
        font-size: 28px;
        line-height: 28px;
    }
    .topSearchDate {
        margin-bottom: 15px;
        padding: .4rem 1rem .3rem 1rem;
    }
    .carousel-indicators {
        bottom: -16px;
    }
    .home-bg-section3 {
        height: 485px;
        background-size: contain;
    }
    .newsText {
        margin-top: 5px;
        font-size: 1.1rem;
        padding-right: 0;
    }
    .list-linkFooter li a {
        font-size: 16px;
        line-height: 30px;
    }
    #footer-home {
        padding: 3% 0px 40% 0;
    }
    #footer-home::after {
        width: 650px;
        height: 298px;
        background-size: contain;
        background-position: right;
    }
    .icon-fb,.icon-line {
        height:50px;
        margin-bottom: 10px;
    }
    .text-footer {
        font-size: 12px;
    }
    .footer-head a {
        font-size: 19px;
    }
    /*Reservation flight*/
    ul.reserve-bar-search {
        list-style-image: url(../images/airplane-icon-mobile.svg);
        margin-bottom: 0;
        margin-top:10px
    }
    .reserve-bar-search li div.text-topLocation {
        font-size: 22px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-middleDate {
        font-size: 30px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-bottomTime {
        font-size: 25px;
        line-height: 40px;
    }
    .text-sumPerson {
        font-size: 30px;
        line-height: 50px;
        color: #fff;
        border-top: 1px solid #ff7676;
    }
    .amountPriceReserve {
        font-size: 40px;
        line-height: 50px;
        margin-top: 10%;
    }
    .imgArrowDown {
        margin-top: -10%;
    }
    .col-form-label {
        font-size: 18px;
        line-height: 1.5;
    }
    #summaryReserve .form-control-plaintext {
        font-size: 26px;
    }
    .border-right {
        border:0!important;
    }
    .btn-package {
        padding: .375rem 1rem;
        font-size: 14px;
        line-height: 1.5;
        border-radius: 1rem;
    }
    #pills-tabReserveFlight .nav-link {
        padding: 1rem 1rem 1rem 1rem;
        margin-bottom:5px
    }
    #pills-tabReserveFlight .nav-link > img {
        height:40px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.active::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: middle;
        float: right;
        content: url(../images/arrow-yellowPillActive-mobile.svg);
    }
    #departure img.titleflight, #arrival img.titleflight {
        content: url('../images/airplane-red-mobile.svg');
    }
    .title-reserve1 {
        font-size: 50px;
        line-height: 60px;
    }
    .title-reserve2 {
        font-size: 20px;
        line-height: 24px;
        vertical-align: middle;
        font-weight: 400;
    }
    /*.arrowBtnReserve {
        padding: .5rem .5rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
        width: 100%;
        margin-bottom: 5px;
    }
    .arrowBtnReserve.left {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        border-bottom-left-radius: 0rem;
    }
    .arrowBtnReserve.right {
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .dateReserveChoice {
        padding: .2rem .2rem;
        font-family: 'RSU';
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        border-radius: 0;
        width: calc((100% / 5) - 4px);
    }*/
    .box1, .box2, .box3 {
        /* height:60%; */
    }
    .box1 {
        font-size: 25px;
        line-height: 20px;
    }
    .box3 {
        font-size: 25px;
        line-height: 20px;
    }
    .box4 {
        font-size: 28px;
        line-height: 30px;
        /* height: 60%; */
    }
    .flight-list li:before{
    	background-image : none;
    }
    
    .flight-list li{
    	padding-left: 0px!important; 
    }
    
    .row-reservedateClass {
	    border-bottom: 2px solid red;
	    padding-bottom: 20px;
	    margin-top: 10px;
	}
    
    .headPromo {
        font-size: 18px;
        line-height: 38px;
        padding: .5rem;
        height: 55px;
    }
    .headEco , .headDeluxe{
        font-size: 18px;
        line-height: 18px;
        padding: .5rem;
        height: 55px;
    }
    .headSkyBoss {
        background-color: #1a1a1a;
        text-align: center;
        color: #fff;
        vertical-align: middle;
        font-size: 24px;
        line-height: 38px;
        padding: .5rem;
        height: 55px;
    }
    .headPromo-con,.headEco-con,.headSkyBoss-con, .headDeluxe-con {
        /* height: 48%; */
    }
    .package-promo {
        border-top-left-radius: .8rem;
        border-bottom-left-radius: .8rem;
        border-top-right-radius: .8rem;
        border-bottom-right-radius: .8rem;
        background-color: #ea5050;
        color: #fff;
        padding: .75em;
        margin-bottom: 5px;
    }
    .package-promo .head {
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        height: 30px;
    }
    
    .package-promo .desctibe{
    	height: auto!important;
    
    }
    
    .describe ul {
        padding-left:20px
    }
    .packageRadio .custom-control-label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
        font-size: 22px;
        line-height: 20px;
        margin-left: 111px;
    }
    .packageRadio .custom-control-label::before {
        top: -0.2rem;
        left: -9rem;
    }
    .packageRadio .custom-control-label::after {
        top: -0.45rem;
        left: -9.25rem;
    }
    .package-eco, .package-deluxe {
        padding: .75em;
        border-radius: .8rem;
        margin-bottom: 5px;
    }
    
    .package-eco .desctibe, .package-deluxe .describe{
    	height: auto!important;
    
    }
    
    .package-eco .head, .package-deluxe .head {
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        height: 30px;
    }
    .package-boss {
        border-top-right-radius: .8rem;
        border-bottom-right-radius: .8rem;
        border-top-left-radius: .8rem;
        border-bottom-left-radius: .8rem;
        background-color: #1a1a1a;
        color: #fff;
        padding: .75em;
    }
    .package-boss .describe {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        /* height: 310px; */
    }
    .btn-continuous {
        background-color: #808080;
        color: #fff;
        font-size: 18px;
        border-radius: 8px;
        padding: .5rem .5rem;
        margin-top: 20px;
    }
    .btn-continuous:hover {
        font-size: 18px;
        border-radius: 8px;
        padding: .5rem .5rem;
        margin-top: 20px;
    }
    #footer {
        background-color: #e6e6e6;
        font-weight: 600;
        font-size: 15px;
    }
    #footer a {
        color: rgb(0, 0, 0);
        font-size: 18px;
    }
    /*ReserveCustomerInfo*/
    .card.info-customer .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-customer .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .input-group .form-control {
        height: 60px;
        font-size: 16px;
        padding: 1rem .5rem;
        font-weight: 400;
        line-height: 18px;
    }
    .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
        position: absolute;
        font-size: 29px!important;
        top: 15px!important;
        left: 17px!important;
    }
    .card.info-contact .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-contact .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .card-header {
        font-size: 24px;
        line-height: 24px;
        padding: .75rem 1rem;
    }
    .card.list-notice .card-body {
        border-radius: 2rem 2rem 2rem 2rem;
        font-size: 18px;
    }
    .card.list-checkbox .card-img-top {
        height: 190px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label .checkbox-title {
        font-size: 20px;
    }
    .modal-text-ReStep2 {
        font-size: 16px;
    }
    .card.list-checkbox .card-body {
        padding:1rem
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        padding-left: 0px;
    }
    .red-path::before {
        width: 42px;
        height: 26px;
        left: -17px;
        top: 4px;
    }
    .checkbox-customerInfo .custom-control-label::before {
        top: 4px;
        left: -2rem;
        width: 26px;
        height: 26px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label::after {
        top: 4px;
        left: -32.5px;
        width: 27px;
        height: 27px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        font-size: 16px;
        font-weight: 400;
        padding-left: 0px;
    }
    table.detail-checkin {
        font-size: 16px;
        margin-left: 30px;
    }
    .custom-control.checkbox-checkin {
        padding-left: .0rem;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label {
        font-size: 16px;
        padding-left: 5px;
    }
    .checkbox-checkin .custom-control-label::before {
        top: 2px;
        left: 3.5rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label::after {
        top: 2px;
        left: 55.5px;
        width: 25px;
        height: 25px;
    }
    .travelInsurance-firstRow {
        font-size: 16px;
        padding-left: 33px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label {
        font-size: 16px;
        padding-left: 1px;
    }
    .checkbox-travelInsurance .custom-control-label::before {
        top: 2px;
        left: -2rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label::after {
        top: 2px;
        left: -32.5px;
        width: 25px;
        height: 25px;
    }
    .title-lableSeat1 {
        background-color: #ff0000;
        border-radius: 0 1rem 1rem 0;
        padding: 10px 10px 10px 20px;
        color: #fff;
    }
    .detail-describe {
        padding-left: 5%;
        padding-right: 5%;
    }
    .choiceLuggage .card img {
        object-fit: contain;
        height:300px;
    }
    .foodChoiceBox {
        padding-right: 15px;
        padding-left: 15px;
    }
    .list-group.food-list {
        width: 275px;
    }
    /*News page*/
    .card-img.card-image-news {
        width:100%;
        height:150px;
    }
    .card.card-news .card-title {
        font-weight: 600;
        font-size: 18px;
        height: 62px;
    }
    .card.card-news .card-text {
        font-size: 15px;
        height: 180px;
    }
    .card.card-news .card-body {
        height: 305px;
    }
    .title-newsInside {
        font-size: 20px;
        line-height: 25px;
    }
    .detail-newsInside p {
        text-align: justify;
        font-size: 16px;
        line-height: 24px;
        text-indent:50px;
    }
    /*new*/
    .text-itemnotallow {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
        height: 55px;
    }
    .red-radius {
        color: #fff;
        background-color: #ff0000;
        border-radius: 20px;
        padding: 10px;
        vertical-align: middle;
        font-size: 18px;
        line-height: 20px;
    }
    .btn-previous {
        font-size: 18px;
        line-height: 18px;
        border-radius: 1rem;
        padding: 1rem 1rem;
        margin-top: 15px;
    }
    .nav-link.link-passenger {
        width: 265px;
    }
    .nav-link.link-passenger p {
        font-size: 20px;
        line-height: 24px;
    }
    .nav-link.link-passenger.foodSelect {
        width: 280px;
    }
    .radio-paymentInfo .custom-control-label::before {
        top: 1px;
        left: -2rem;
    }
    .custom-radio.radio-paymentInfo .custom-control-label::after {
        top: 2px;
        left: -31.5px;
    }
    .D_flight {
        padding: 15px 10px 0;
    }
    ol.orderList-sublist {
        padding-left: 5px;
    }
    ol.orderList-sublist2 {
        padding-left: 10px;
    }
    table.ticketCond td ul{
        padding-left:75px;
    }
    table.ticketCond td:nth-child(1) {
        text-align: left;
        font-size: 24px;
        line-height: 28px;
        font-weight: 400;
    }
    .card.blog img {
        height: 250px;
    }
    .card.blog .card-title {
        font-size: 23px;
        line-height: 25px;
    }
    .card.blog-first img {
        border-radius: 0;
        height: 250px;
    }
    .carousel-control-next.banner-blog, .carousel-control-prev.banner-blog {
        width: 6%;
    }
    #banner-blog.carousel-indicators {
        bottom: -17px;
    }
    .card.category-blog {
        border: 0;
        width: 112px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
    }
    /*-----promotion--------------*/
    .bodyPromotion > .list {
        padding:10px 0;
        border:1px solid #ddd;
        margin-left: 0;
        margin-right: 0;
    }
    .TH-headPromotion-mobile {
        background-color: #ff0000;
        color: #ffff00;
        padding: 0px 10px;
    }
    table.skyboss-table tbody td:nth-child(1) {
        color: #eaa306;
        font-size: 16px;
        padding-left: 10px;
    }
    .detailBabyBox {
        width:340px;
        margin-left:-5px;
    }
}
@media screen and (min-width:414px) and (max-width:424px){
    .flightsearch {
        margin-top: 7%;
    }

    .row-reservedateClass{
        padding-top: 10%;
    }
    .container.container-main, .container.container-news {
        max-width: 100%;
    }
    .navbar {
        padding: 1rem 1rem;
    }
    .navbar-brand img {
        /* width:170px; */
        width:200px;
    }
    /*#navbardesktop::after {
        width: 220px;
        height: 95px;
    }*/
    #banner-home.carousel-indicators {
        bottom: -20px;
        margin-right: 4%;
        margin-left: 70%;
    }
    #banner-home.carousel-indicators li {
        display: none;
    }
    #carouselExampleIndicators .carousel-control-prev-icon {
        width: 18px;
        height: 18px;
    }
    #carouselExampleIndicators .carousel-control-next-icon {
        width: 18px;
        height: 18px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 10%;
    }
    #form-home-searchtop label {
        font-size: 18px;
    }
    .custom-control-label::before {
        top: .3rem;
        left: -1.5rem;
        width: 1rem;
        height: 1rem;
    }
    .custom-control-label::after {
        top: 0.05rem;
        left: -1.75rem;
        width: 1.5rem;
        height: 1.5rem;
    }
    .input-group-text.homeTopSearchDepart {
        padding: 1.6rem 0rem .5rem 1rem;
        font-size: 14px;
        line-height: 14px;
    }
    .form-control.homeTopSearchDepartSelect {
        font-size: 28px;
        line-height: 28px;
    }
    .topSearchDate {
        margin-bottom: 15px;
        padding: .4rem 1rem .3rem 1rem;
    }
    .carousel-indicators {
        bottom: -16px;
    }
    .home-bg-section3 {
        height: 530px;
        background-size: contain;
    }
    .newsText {
        margin-top: 5px;
        font-size: 1.1rem;
        padding-right: 0;
    }
    .list-linkFooter li a {
        font-size: 16px;
        line-height: 30px;
    }
    #footer-home {
        padding: 3% 0px 30% 0;
    }
    #footer-home::after {
        width: 650px;
        height: 298px;
        background-size: contain;
        background-position: right;
    }
    .icon-fb,.icon-line {
        height:50px;
        margin-bottom: 10px;
    }
    .text-footer {
        font-size: 12px;
    }
    .footer-head a {
        font-size: 23px;
    }
    /*Reservation flight*/
    ul.reserve-bar-search {
        list-style-image: url(../images/airplane-icon-mobile.svg);
        margin-bottom: 0;
        margin-top:10px
    }
    .reserve-bar-search li div.text-topLocation {
        font-size: 24px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-middleDate {
        font-size: 30px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-bottomTime {
        font-size: 25px;
        line-height: 40px;
    }
    .text-sumPerson {
        font-size: 30px;
        line-height: 50px;
        color: #fff;
        border-top: 1px solid #ff7676;
    }
    .amountPriceReserve {
        font-size: 40px;
        line-height: 50px;
        margin-top: 10%;
    }
    .imgArrowDown {
        margin-top: -10%;
    }
    .col-form-label {
        font-size: 18px;
        line-height: 1.5;
    }
    #summaryReserve .form-control-plaintext {
        font-size: 24px;
    }
    .border-right {
        border:0!important;
    }
    .btn-package {
        padding: .375rem 1rem;
        font-size: 14px;
        line-height: 1.5;
        border-radius: 1rem;
    }
    #pills-tabReserveFlight .nav-link {
        padding: 1rem 1rem 1rem 1rem;
        margin-bottom:5px
    }
    #pills-tabReserveFlight .nav-link > img {
        height:40px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.active::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: middle;
        float: right;
        content: url(../images/arrow-yellowPillActive-mobile.svg);
    }
    #departure img.titleflight, #arrival img.titleflight {
        content: url('../images/airplane-red-mobile.svg');
    }
    .title-reserve1 {
        font-size: 54px;
        line-height: 60px;
    }
    .title-reserve2 {
        font-size: 20px;
        line-height: 24px;
        vertical-align: middle;
        font-weight: 400;
    }
    /*.arrowBtnReserve {
        padding: .5rem .5rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
        width: 100%;
        margin-bottom: 5px;
    }
    .arrowBtnReserve.left {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        border-bottom-left-radius: 0rem;
    }
    .arrowBtnReserve.right {
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .dateReserveChoice {
        padding: .2rem .2rem;
        font-family: 'RSU';
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
        border-radius: 0;
        width: calc((100% / 5) - 4px);
    }*/
    .box1, .box2, .box3 {
        /* height:60%; */
    }
    .box1 {
        font-size: 30px;
        line-height: 30px;
    }
    .box3 {
        font-size: 30px;
        line-height: 30px;
    }
    .box4 {
        font-size: 28px;
        line-height: 30px;
        /* height: 60%; */
    }
    .headPromo {
        font-size: 18px;
        line-height: 38px;
        padding: .5rem;
        height: 55px;
    }
    .headEco, .headDeluxe {
        font-size: 18px;
        line-height: 38px;
        padding: .5rem;
        height: 55px;
    }
    .headSkyBoss {
        background-color: #1a1a1a;
        text-align: center;
        color: #fff;
        vertical-align: middle;
        font-size: 24px;
        line-height: 38px;
        padding: .5rem;
        height: 55px;
    }
    .headPromo-con,.headEco-con,.headSkyBoss-con, .headDeluxe-con {
        /* height: 48%; */
    }
    .package-promo {
        border-top-left-radius: .8rem;
        border-bottom-left-radius: .8rem;
        border-top-right-radius: .8rem;
        border-bottom-right-radius: .8rem;
        background-color: #ea5050;
        color: #fff;
        padding: .75em;
        margin-bottom: 5px;
    }
    .package-promo .head {
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        height: 30px;
    }
    .describe ul {
        padding-left:20px
    }
    .packageRadio .custom-control-label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
        font-size: 22px;
        line-height: 20px;
        margin-left: 145px;
    }
    .packageRadio .custom-control-label::before {
        top: -0.2rem;
        left: -11rem;
    }
    .packageRadio .custom-control-label::after {
        top: -0.45rem;
        left: -11.25rem;
    }
    .package-eco, .package-deluxe {
        padding: .75em;
        border-radius: .8rem;
        margin-bottom: 5px;
    }
    .package-eco .head, .package-deluxe .head {
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        height: 30px;
    }
    .package-boss {
        border-top-right-radius: .8rem;
        border-bottom-right-radius: .8rem;
        border-top-left-radius: .8rem;
        border-bottom-left-radius: .8rem;
        background-color: #1a1a1a;
        color: #fff;
        padding: .75em;
    }
    .package-boss .describe {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        height: 280px;
    }
    .btn-continuous {
        background-color: #808080;
        color: #fff;
        font-size: 20px;
        border-radius: 8px;
        padding: .5rem 1rem;
        margin-top: 20px;
    }
    .btn-continuous:hover {
        font-size: 20px;
        border-radius: 8px;
        padding: .5rem 1rem;
        margin-top: 20px;
    }
    #footer {
        background-color: #e6e6e6;
        font-weight: 600;
        font-size: 12px;
    }
    #footer a {
        color: rgb(0, 0, 0);
        font-size: 14px;
    }
    /*ReserveCustomerInfo*/
    .card.info-customer .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-customer .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .input-group .form-control {
        height: 60px;
        font-size: 16px;
        padding: 1rem .5rem;
        font-weight: 400;
        line-height: 18px;
    }
    .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
        position: absolute;
        font-size: 29px!important;
        top: 15px!important;
        left: 17px!important;
    }
    .card.info-contact .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-contact .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .card-header {
        font-size: 24px;
        line-height: 24px;
        padding: .75rem 1rem;
    }
    .card.list-notice .card-body {
        border-radius: 2rem 2rem 2rem 2rem;
        font-size: 18px;
    }
    .card.list-checkbox .card-img-top {
        height: 190px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label .checkbox-title {
        font-size: 20px;
    }
    .modal-text-ReStep2 {
        font-size: 16px;
    }
    .card.list-checkbox .card-body {
        padding:1rem
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        padding-left: 0px;
    }
    .red-path::before {
        width: 42px;
        height: 26px;
        left: -17px;
        top: 4px;
    }
    .checkbox-customerInfo .custom-control-label::before {
        top: 4px;
        left: -2rem;
        width: 26px;
        height: 26px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label::after {
        top: 4px;
        left: -32.5px;
        width: 27px;
        height: 27px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        font-size: 16px;
        font-weight: 400;
        padding-left: 0px;
    }
    table.detail-checkin {
        font-size: 16px;
        margin-left: 30px;
    }
    .custom-control.checkbox-checkin {
        padding-left: .0rem;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label {
        font-size: 16px;
        padding-left: 5px;
    }
    .checkbox-checkin .custom-control-label::before {
        top: 2px;
        left: 3.5rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label::after {
        top: 2px;
        left: 55.5px;
        width: 25px;
        height: 25px;
    }
    .travelInsurance-firstRow {
        font-size: 16px;
        padding-left: 33px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label {
        font-size: 16px;
        padding-left: 1px;
    }
    .checkbox-travelInsurance .custom-control-label::before {
        top: 2px;
        left: -2rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label::after {
        top: 2px;
        left: -32.5px;
        width: 25px;
        height: 25px;
    }
    .title-lableSeat1 {
        background-color: #ff0000;
        border-radius: 0 1rem 1rem 0;
        padding: 10px 10px 10px 20px;
        color: #fff;
    }
    .detail-describe {
        padding-left: 5%;
        padding-right: 5%;
    }
    .choiceLuggage .card img {
        object-fit: contain;
        height:300px;
    }
    .foodChoiceBox {
        padding-right: 15px;
        padding-left: 15px;
    }
    .list-group.food-list {
        width: 275px;
    }
    /*News page*/
    .card-img.card-image-news {
        width:100%;
        height:180px;
    }
    .card.card-news .card-title {
        font-weight: 600;
        font-size: 18px;
        height: 62px;
    }
    .card.card-news .card-text {
        font-size: 15px;
        height: 180px;
    }
    .card.card-news .card-body {
        height: 305px;
    }
    .title-newsInside {
        font-size: 20px;
        line-height: 25px;
    }
    .detail-newsInside p {
        text-align: justify;
        font-size: 16px;
        line-height: 24px;
        text-indent:50px;
    }
    /*new*/
    .text-itemnotallow {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
        height: 55px;
    }
    .red-radius {
        color: #fff;
        background-color: #ff0000;
        border-radius: 20px;
        padding: 10px;
        vertical-align: middle;
        font-size: 18px;
        line-height: 20px;
    }
    .btn-previous {
        font-size: 18px;
        line-height: 18px;
        border-radius: 1rem;
        padding: 1rem 1rem;
        margin-top: 15px;
    }
    .nav-link.link-passenger {
        width: 320px;
    }
    .nav-link.link-passenger p {
        font-size: 20px;
        line-height: 24px;
    }
    .nav-link.link-passenger.foodSelect {
        width: 350px;
    }
    .custom-control.foodSelected .custom-control-label::after {
        position: absolute;
        top: 226px;
        left: 43.8%;
        display: block;
        width: 2rem;
        height: 2rem;
        content: "";
        background: 50% center / 50% 50% no-repeat;
    }
    .radio-paymentInfo .custom-control-label::before {
        top: 1px;
        left: -2rem;
    }
    .custom-radio.radio-paymentInfo .custom-control-label::after {
        top: 2px;
        left: -31.5px;
    }
    .D_flight {
        padding: 15px 10px 0;
    }
    ol.orderList-sublist {
        padding-left: 5px;
    }
    ol.orderList-sublist2 {
        padding-left: 10px;
    }
    table.ticketCond td ul{
        padding-left:75px;
    }
    table.ticketCond td:nth-child(1) {
        text-align: left;
        font-size: 27px;
        line-height: 28px;
        font-weight: 400;
    }
    .card.blog img {
        height: 250px;
    }
    .card.blog .card-title {
        font-size: 23px;
        line-height: 25px;
    }
    .card.blog-first img {
        border-radius: 0;
        height: 250px;
    }
    .carousel-control-next.banner-blog, .carousel-control-prev.banner-blog {
        width: 6%;
    }
    #banner-blog.carousel-indicators {
        bottom: -17px;
    }
    .card.category-blog {
        border: 0;
        width: 125px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
    }
    /*-----promotion--------------*/
    .bodyPromotion > .list {
        padding:10px 0;
        border:1px solid #ddd;
        margin-left: 0;
        margin-right: 0;
    }
    .TH-headPromotion-mobile {
        background-color: #ff0000;
        color: #ffff00;
        padding: 0px 10px;
    }
    table.skyboss-table tbody td:nth-child(1) {
        color: #eaa306;
        font-size: 16px;
        padding-left: 10px;
    }
    .detailBabyBox {
        width:380px;
        margin-left:-5px;
    }
}
@media screen and (min-width:425px) and (max-width:767px){
    .flightsearch {
        margin-top: 7%;
    }

    .row-reservedateClass{
        padding-top: 10%;
    }
    .navbar {
        padding: 1rem 1rem;
    }
    .navbar-brand img {
        /* width:170px; */
        width:210px;
    }
    /*#navbardesktop::after {
        width: 220px;
        height: 95px;
    }*/
    #banner-home.carousel-indicators {
        bottom: -20px;
        margin-right: 4%;
        margin-left: 70%;
    }
    #banner-home.carousel-indicators li {
        display: none;
    }
    #carouselExampleIndicators .carousel-control-prev-icon {
        width: 18px;
        height: 18px;
    }
    #carouselExampleIndicators .carousel-control-next-icon {
        width: 18px;
        height: 18px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 10%;
    }
    #form-home-searchtop label {
        font-size: 18px;
    }
    .custom-control-label::before {
        top: .3rem;
        left: -1.5rem;
        width: 1rem;
        height: 1rem;
    }
    .custom-control-label::after {
        top: 0.05rem;
        left: -1.75rem;
        width: 1.5rem;
        height: 1.5rem;
    }
    .input-group-text.homeTopSearchDepart {
        padding: 1.6rem 0rem .5rem 1rem;
        font-size: 14px;
        line-height: 14px;
    }
    .form-control.homeTopSearchDepartSelect {
        font-size: 28px;
        line-height: 28px;
    }
    .topSearchDate {
        margin-bottom: 15px;
        padding: .4rem 1rem .3rem 1rem;
    }
    .carousel-indicators {
        bottom: -16px;
    }
    .home-bg-section3 {
        height: 550px;
        background-size: contain;
    }
    .newsText {
        margin-top: 5px;
        font-size: 1.5rem;
        padding-right: 0;
    }
    .list-linkFooter li a {
        font-size: 18px;
        line-height:40px;
    }
    #footer-home {
        padding: 3% 0px 30% 0;
    }
    #footer-home::after {
        width: 650px;
        height: 298px;
        background-size: contain;
        background-position: right;
    }
    .icon-fb,.icon-line {
        height:50px;
        margin-bottom: 10px;
    }
    .text-footer {
        font-size: 16px;
    }
    .footer-head a {
        font-size: 22px;
    }
    /*Reservation flight*/
    ul.reserve-bar-search {
        list-style-image: url(../images/airplane-icon-mobile.svg);
        margin-bottom: 0;
        margin-top:10px
    }
    .reserve-bar-search li div.text-topLocation {
        font-size: 24px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-middleDate {
        font-size: 30px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-bottomTime {
        font-size: 25px;
        line-height: 40px;
    }
    .text-sumPerson {
        font-size: 30px;
        line-height: 50px;
        color: #fff;
        border-top: 1px solid #ff7676;
    }
    .amountPriceReserve {
        font-size: 40px;
        line-height: 50px;
        margin-top: 10%;
    }
    .imgArrowDown {
        margin-top: -10%;
    }
    .col-form-label {
        font-size: 18px;
        line-height: 1.5;
    }
    #summaryReserve .form-control-plaintext {
        font-size: 20px;
    }
    .border-right {
        border:0!important;
    }
    .btn-package {
        padding: .375rem 1rem;
        font-size: 14px;
        line-height: 1.5;
        border-radius: 1rem;
    }
    #pills-tabReserveFlight .nav-link {
        padding: 1rem 1rem 1rem 1rem;
        margin-bottom:5px
    }
    #pills-tabReserveFlight .nav-link > img {
        height:40px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.active::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: middle;
        float: right;
        content: url(../images/arrow-yellowPillActive-mobile.svg);
    }
    #departure img.titleflight, #arrival img.titleflight {
        content: url('../images/airplane-red-mobile.svg');
    }
    .title-reserve1 {
        font-size: 50px;
        line-height: 60px;
    }
    .title-reserve2 {
        font-size: 20px;
        line-height: 24px;
        vertical-align: middle;
        font-weight: 400;
    }
    /*.arrowBtnReserve {
        padding: .5rem .5rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
        width: 100%;
        margin-bottom: 5px;
    }
    .arrowBtnReserve.left {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        border-bottom-left-radius: 0rem;
    }
    .arrowBtnReserve.right {
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .dateReserveChoice {
        padding: .2rem .2rem;
        font-family: 'RSU';
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
        border-radius: 0;
        width: calc((100% / 5) - 4px);
    }*/
    .box1, .box2, .box3 {
        height: 70px;
    }
    .box1 {
        font-size: 25px;
        line-height: 30px;
    }
    .box3 {
        font-size: 25px;
        line-height: 30px;
    }
    .box4 {
        font-size: 28px;
        line-height: 30px;
        height: auto;
    }
    .headPromo {
        font-size: 18px;
        line-height: 38px;
        padding: .5rem;
        height: 55px;
    }
    .headEco, .headDeluxe {
        font-size: 18px;
        line-height: 18px;
        padding: .5rem;
        height: 55px;
    }
    .headSkyBoss {
        background-color: #1a1a1a;
        text-align: center;
        color: #fff;
        vertical-align: middle;
        font-size: 24px;
        line-height: 38px;
        padding: .5rem;
        height: 55px;
    }
    .headPromo-con,.headEco-con,.headSkyBoss-con,.headDeluxe-con {
        /* height: 48%; */
    }
    .package-promo {
        border-top-left-radius: .8rem;
        border-bottom-left-radius: .8rem;
        border-top-right-radius: .8rem;
        border-bottom-right-radius: .8rem;
        background-color: #ea5050;
        color: #fff;
        padding: .75em;
        margin-bottom: 5px;
    }
    .package-promo .head {
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        height: 30px;
    }
    .describe ul {
        padding-left:20px
    }
    .packageRadio .custom-control-label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
        font-size: 22px;
        line-height: 20px;
        margin-left: 160px;
    }
    .packageRadio .custom-control-label::before {
        top: -0.2rem;
        left: -11.5rem;
    }
    .packageRadio .custom-control-label::after {
        top: -0.45rem;
        left: -11.75rem;
    }
    .package-eco, .package-deluxe{
        padding: .75em;
        border-radius: .8rem;
        margin-bottom: 5px;
    }
    .package-eco .head, .package-deluxe .head {
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        height: 30px;
    }
    .package-boss {
        border-top-right-radius: .8rem;
        border-bottom-right-radius: .8rem;
        border-top-left-radius: .8rem;
        border-bottom-left-radius: .8rem;
        background-color: #1a1a1a;
        color: #fff;
        padding: .75em;
    }
    .package-boss .describe {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        height: 300px;
    }
    .btn-continuous {
        background-color: #808080;
        color: #fff;
        font-size: 20px;
        border-radius: 8px;
        padding: .5rem 1rem;
        margin-top: 20px;
    }
    .btn-continuous:hover {
        font-size: 20px;
        border-radius: 8px;
        padding: .5rem 1rem;
        margin-top: 20px;
    }
    #footer {
        background-color: #e6e6e6;
        font-weight: 600;
        font-size: 12px;
    }
    #footer a {
        font-size: 15px;
    }
    /*ReserveCustomerInfo*/
    .card.info-customer .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-customer .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .input-group .form-control {
        height: 60px;
        font-size: 16px;
        padding: 1rem .5rem;
        font-weight: 400;
        line-height: 18px;
    }
    .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
        position: absolute;
        font-size: 29px!important;
        top: 15px!important;
        left: 17px!important;
    }
    .card.info-contact .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-contact .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .card-header {
        font-size: 24px;
        line-height: 24px;
        padding: .75rem 1rem;
    }
    .card.list-notice .card-body {
        border-radius: 2rem 2rem 2rem 2rem;
        font-size: 18px;
    }
    .card.list-checkbox .card-img-top {
        height: 190px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label .checkbox-title {
        font-size: 20px;
    }
    .modal-text-ReStep2 {
        font-size: 16px;
    }
    .card.list-checkbox .card-body {
        padding:1rem
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        padding-left: 0px;
    }
    .red-path::before {
        width: 42px;
        height: 26px;
        left: -17px;
        top: 4px;
    }
    .checkbox-customerInfo .custom-control-label::before {
        top: 4px;
        left: -2rem;
        width: 26px;
        height: 26px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label::after {
        top: 4px;
        left: -32.5px;
        width: 27px;
        height: 27px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        font-size: 16px;
        font-weight: 400;
        padding-left: 0px;
    }
    table.detail-checkin {
        font-size: 16px;
        margin-left: 30px;
    }
    .custom-control.checkbox-checkin {
        padding-left: .0rem;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label {
        font-size: 16px;
        padding-left: 5px;
    }
    .checkbox-checkin .custom-control-label::before {
        top: 2px;
        left: 3.5rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label::after {
        top: 2px;
        left: 55.5px;
        width: 25px;
        height: 25px;
    }
    .travelInsurance-firstRow {
        font-size: 16px;
        padding-left: 33px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label {
        font-size: 16px;
        padding-left: 1px;
    }
    .checkbox-travelInsurance .custom-control-label::before {
        top: 2px;
        left: -2rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label::after {
        top: 2px;
        left: -32.5px;
        width: 25px;
        height: 25px;
    }
    .title-lableSeat1 {
        background-color: #ff0000;
        border-radius: 0 1rem 1rem 0;
        padding: 10px 10px 10px 20px;
        color: #fff;
    }
    .detail-describe {
        padding-left: 5%;
        padding-right: 5%;
    }
    .choiceLuggage .card img {
        object-fit: contain;
        height:300px;
    }
    .foodChoiceBox {
        padding-right: 15px;
        padding-left: 15px;
    }
    .list-group.food-list {
        width: 275px;
    }
    /*News page*/
    .card-img.card-image-news {
        width:100%;
        height:180px;
    }
    .card.card-news .card-title {
        font-weight: 600;
        font-size: 18px;
        height: 62px;
    }
    .card.card-news .card-text {
        font-size: 15px;
        height: 180px;
    }
    .card.card-news .card-body {
        height: 305px;
    }
    .title-newsInside {
        font-size: 20px;
        line-height: 25px;
    }
    .detail-newsInside p {
        text-align: justify;
        font-size: 16px;
        line-height: 24px;
    }
    /*new*/
    .red-radius {
        color: #fff;
        background-color: #ff0000;
        border-radius: 20px;
        padding: 10px;
        vertical-align: middle;
        font-size: 18px;
        line-height: 20px;
    }
    .btn-previous {
        font-size: 20px;
        line-height: 20px;
        border-radius: 1rem;
        padding: 1rem 1rem;
        margin-top: 15px;
    }
    .custom-control.foodSelected .custom-control-label::after {
        position: absolute;
        top: 226px;
        left: 43.8%;
        display: block;
        width: 2rem;
        height: 2rem;
        content: "";
        background: 50% center / 50% 50% no-repeat;
    }
    .radio-paymentInfo .custom-control-label::before {
        top: 1px;
        left: -2rem;
    }
    .custom-radio.radio-paymentInfo .custom-control-label::after {
        top: 2px;
        left: -31.5px;
    }
    .D_flight {
        padding: 15px 10px 0;
    }
    ol.orderList-sublist {
        padding-left: 5px;
    }
    ol.orderList-sublist2 {
        padding-left: 10px;
    }
    table.ticketCond td ul{
        padding-left:90px;
    }
    table.ticketCond td:nth-child(1) {
        text-align: left;
        font-size: 27px;
        line-height: 28px;
        font-weight: 400;
    }
    .card.blog img {
        height: 250px;
    }
    .card.blog .card-title {
        font-size: 23px;
        line-height: 25px;
    }
    .card.blog-first img {
        border-radius: 0;
        height: 250px;
    }
    .carousel-control-next.banner-blog, .carousel-control-prev.banner-blog {
        width: 6%;
    }
    .card.category-blog {
        border: 0;
        width: 128px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
    }
    table.ticketCond td {
        font-size: 1em;
        text-align: right;
    }
    /*-----promotion--------------*/
    .bodyPromotion > .list {
        padding:10px 0;
        border:1px solid #ddd;
        margin-left: 0;
        margin-right: 0;
    }
    .TH-headPromotion-mobile {
        background-color: #ff0000;
        color: #ffff00;
        padding: 0px 10px;
    }
    table.skyboss-table tbody td:nth-child(1) {
        color: #eaa306;
        font-size: 16px;
        padding-left: 10px;
    }
    .detailBabyBox {
        width:390px;
        margin-left:-5px;
    }
}
@media screen and (min-width:768px) and (max-width:1023px){
    .loyalty-dropdown{
        width: 475px;
    }
    .navbar {
        padding: 1rem 1rem;
    }
    .navbar-brand img {
        width:220px;
    }

    
    /*#navbardesktop::after {
        width: 220px;
        height: 96px;
    }*/
    #banner-home.carousel-indicators {
        bottom: -20px;
        margin-right: 4%;
        margin-left: 70%;
    }
    #banner-home.carousel-indicators li {
        display: none;
    }
    #carouselExampleIndicators .carousel-control-prev-icon {
        width: 18px;
        height: 18px;
    }
    #carouselExampleIndicators .carousel-control-next-icon {
        width: 18px;
        height: 18px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 10%;
    }
    #form-home-searchtop label {
        font-size: 18px;
    }
    .custom-control-label::before {
        top: .3rem;
        left: -1.5rem;
        width: 1rem;
        height: 1rem;
    }
    .custom-control-label::after {
        top: 0.05rem;
        left: -1.75rem;
        width: 1.5rem;
        height: 1.5rem;
    }
    .input-group-text.homeTopSearchDepart {
        padding: 1.6rem 0rem .5rem 1rem;
        font-size: 14px;
        line-height: 14px;
    }
    .form-control.homeTopSearchDepartSelect {
        font-size: 28px;
        line-height: 28px;
    }
    .topSearchDate {
        margin-bottom: 15px;
        padding: .4rem 1rem .3rem 1rem;
    }
    .carousel-indicators {
        bottom: -16px;
    }
    .home-bg-section3 {
        height: 355px;
        background-size: contain;
    }
    .newsText {
        margin-top: 5px;
        font-size: 1.5rem;
        padding-right: 66%;
    }
    .list-linkFooter li a {
        font-size: 18px;
        line-height:40px;
    }
    #footer-home {
        padding: 3% 0px 20% 0;
    }
    #footer-home::after {
        width: 650px;
        height: 298px;
        background-size: contain;
        background-position: right;
    }
    .icon-fb,.icon-line {
        height:50px;
        margin-bottom: 10px;
    }
    .text-footer {
        font-size: 16px;
    }
    .footer-head a {
        font-size: 22px;
    }
    /*Reservation flight*/
    ul.reserve-bar-search {
        list-style-image: url(../images/airplane-icon-mobile.svg);
        margin-bottom: 0;
        margin-top:10px
    }
    .reserve-bar-search li div.text-topLocation {
        font-size: 24px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-middleDate {
        font-size: 30px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-bottomTime {
        font-size: 25px;
        line-height: 40px;
    }
    .text-sumPerson {
        font-size: 30px;
        line-height: 50px;
        color: #fff;
        border-top: 1px solid #ff7676;
    }
    .amountPriceReserve {
        font-size: 40px;
        line-height: 50px;
        margin-top: 10%;
    }
    .imgArrowDown {
        margin-top: -10%;
    }
    .col-form-label {
        font-size: 18px;
        line-height: 1.5;
    }
    #summaryReserve .form-control-plaintext {
        font-size: 20px;
    }
    .border-right {
        border:1px;
    }
    .btn-package {
        padding: .375rem 1rem;
        font-size: 14px;
        line-height: 1.5;
        border-radius: 1rem;
    }
    #pills-tabReserveFlight .nav-link {
        padding: 1rem 1rem 1rem 1rem;
        margin-bottom:5px
    }
    #pills-tabReserveFlight.nav-fill .nav-item {
        text-align: left;
        flex: 1 1 auto;
        width: calc( 100% / 4);
    }
    #pills-tabReserveFlight.nav-pills .nav-link {
        font-size: 16px;
        line-height: 30px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.finish {
        font-size: 16px;
        line-height: 30px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.active {
        font-size: 16px;
        line-height: 30px;
    }
    #pills-tabReserveFlight .nav-link > img {
        height:30px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.active::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: middle;
        float: right;
        content: url(../images/arrow-yellowPillActive-tablet.svg);
    }
    #departure img.titleflight, #arrival img.titleflight {
        content: url('../images/airplane-red-mobile.svg');
    }
    .title-reserve1 {
        font-size: 50px;
        line-height: 60px;
    }
    .title-reserve2 {
        font-size: 20px;
        line-height: 24px;
        vertical-align: -50%;
        font-weight: 400;
    }
    /*.arrowBtnReserve {
        padding: .5rem .5rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
        width: 40px;
        margin-bottom: 5px;
    }
    .dateReserveChoice {
        padding: .55rem .2rem;
        font-family: 'RSU';
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        border-radius: 0;
        width: calc((100% / 5) - 22px);
    }*/
    .box1-head, .box3-head, .box4-head {
        font-size: 18px;
        line-height: 44px;
    }
    .box1, .box2, .box3 {
        /* height:60%; */
    }
    .box1 {
        font-size: 18px;
        line-height: 20px;
    }
    .box2 i {
        font-size: 20px;
    }
    .box3 {
        font-size: 18px;
        line-height: 20px;
    }
    .box4 {
        font-size: 18px;
        line-height: 20px;
        /* height: 60%; */
    }
    ul.flight-list {
        list-style: none;
        padding-left: 0;
        margin: 20px 0 5px;
    }
    .flight-list li:before {
        content: '';
        width: 20px;
        height: 15px;
        position: absolute;
        background-image: url(../images/flight-list-tablet.svg);
        background-size: cover;
        background-position: center;
        left: 0;
        top: 20%;
        transform: translateY(-50%);
    }
    .flight-list li {
        position: relative;
        padding-left: 25px;
    }
    .headPromo {
        font-size: 16px;
        line-height: 38px;
        padding: .5rem;
        height: 45px;
    }
    .headEco, .headDeluxe {
        font-size: 16px;
        line-height: 18px;
        padding: .5rem;
        height: 45px;
    }
    .headSkyBoss {
        background-color: #1a1a1a;
        text-align: center;
        color: #fff;
        vertical-align: middle;
        font-size: 20px;
        line-height: 30px;
        padding: .5rem;
        height: 45px;
    }
    .headPromo-con,.headEco-con,.headSkyBoss-con,.headDeluxe-con {
        /* height: 100%; */
    }
    .package-promo {
        border-top-left-radius: .8rem;
        border-bottom-left-radius: .8rem;
        background-color: #ea5050;
        color: #fff;
        padding: .75em;
        margin-bottom: 5px;
    }
    .package-promo .head {
        font-size: 26px;
        line-height: 44px;
        font-weight: 600;
        height: 44px;
    }
    .package-promo .describe {
        height: 420px;
    }
    .describe ul {
        padding-left:20px
    }
    .packageRadio .custom-control-label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
        font-size: 22px;
        line-height: 20px;
        margin-left: 30px;
    }
    .packageRadio .custom-control-label::before {
        top: -0.2rem;
        left: -3.5rem;
    }
    .packageRadio .custom-control-label::after {
        top: -0.45rem;
        left: -3.75rem;
    }
    .package-eco, .package-deluxe {
        padding: .75em;
        border-radius: 0;
        margin-bottom: 5px;
    }
    .package-eco .head, .package-deluxe .head {
        font-size: 30px;
        line-height: 44px;
        font-weight: 600;
        height: 44px;
    }
    .package-eco .describe, .package-deluxe .describe {
        height: 420px;
    }
    .package-boss {
        border-top-right-radius: .8rem;
        border-bottom-right-radius: .8rem;
        background-color: #1a1a1a;
        color: #fff;
        padding: .75em;
    }
    .package-boss .describe {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        height: 420px;
    }
    .btn-continuous {
        background-color: #808080;
        color: #fff;
        font-size: 20px;
        line-height: 18px;
        vertical-align: middle;
        border-radius: 15px;
        padding: 1rem 2rem;
        margin-top: 20px;
    }
    .btn-continuous:hover {
        font-size: 20px;
        line-height: 18px;
        vertical-align: middle;
        border-radius: 15px;
        padding: 1rem 2rem;
        margin-top: 20px;
    }
    #footer {
        background-color: #e6e6e6;
        font-weight: 600;
        font-size: 14px;
    }
    #footer a {
        font-size: 16px;
    }
    /*ReserveCustomerInfo*/
    .card.info-customer .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-customer .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .input-group .form-control {
        height: 60px;
        font-size: 16px;
        padding: 1rem .5rem;
        font-weight: 400;
        line-height: 18px;
    }
    .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
        position: absolute;
        font-size: 29px!important;
        top: 15px!important;
        left: 17px!important;
    }
    .card.info-contact .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-contact .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .card-header {
        font-size: 24px;
        line-height: 24px;
        padding: .75rem 1rem;
    }
    .card.list-notice .card-body {
        border-radius: 2rem 2rem 2rem 2rem;
        font-size: 18px;
    }
    .card.list-checkbox .card-img-top {
        height: 190px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label .checkbox-title {
        font-size: 20px;
    }
    .modal-text-ReStep2 {
        font-size: 16px;
    }
    .card.list-checkbox .card-body {
        padding:1rem
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        padding-left: 0px;
    }
    .red-path::before {
        width: 42px;
        height: 26px;
        left: -17px;
        top: 4px;
    }
    .checkbox-customerInfo .custom-control-label::before {
        top: 4px;
        left: -2rem;
        width: 26px;
        height: 26px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label::after {
        top: 4px;
        left: -32.5px;
        width: 27px;
        height: 27px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        font-size: 16px;
        font-weight: 400;
        padding-left: 0px;
    }
    table.detail-checkin {
        font-size: 16px;
        margin-left: 30px;
    }
    .custom-control.checkbox-checkin {
        padding-left: .0rem;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label {
        font-size: 16px;
        padding-left: 5px;
    }
    .checkbox-checkin .custom-control-label::before {
        top: 2px;
        left: 3.5rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label::after {
        top: 2px;
        left: 55.5px;
        width: 25px;
        height: 25px;
    }
    .travelInsurance-firstRow {
        font-size: 16px;
        padding-left: 33px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label {
        font-size: 16px;
        padding-left: 1px;
    }
    .checkbox-travelInsurance .custom-control-label::before {
        top: 2px;
        left: -2rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label::after {
        top: 2px;
        left: -32.5px;
        width: 25px;
        height: 25px;
    }
    .title-lableSeat1 {
        background-color: #ff0000;
        border-radius: 0 1rem 1rem 0;
        padding: 10px 10px 10px 20px;
        color: #fff;
    }
    .list-group.seat-list li p {
        font-weight: 600;
        font-size: 22px;
        padding-left: 15px;
    }
    .detail-describe {
        padding-left: 5%;
        padding-right: 5%;
        font-size: 14px;
    }
    .choiceLuggage .card img {
        object-fit: contain;
        height:150px;
    }
    .foodChoiceBox {
        padding-right: 15px;
        padding-left: 15px;
    }
    .list-group.food-list {
        width: 275px;
    }
    #seatModal .modal-dialog, #luggageModal .modal-dialog, #foodModal .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
    .tableHeightScroll {
        height: 780px;
    }
    .food-image-choice {
        max-width: 100%;
        margin-bottom: 5%;
        width: 100%;
        height: 166px;
    }
    .custom-control.foodSelected .custom-control-label {
        margin-bottom: 0px;
        margin-top: 10px;
        font-size: 13px;
        line-height: 18px;
        height: 37px;
    }
    .list-food {
        height:250px;
    }
    .custom-control.foodSelected .custom-control-label::before {
        top: 216px;
        left: 45%;
        width: 1.5rem;
        height: 1.5rem;
        margin-bottom: 20px;
    }
    .custom-control.foodSelected .custom-control-label::after {
        top: 212px;
        left: 43%;
    }
    /*News page*/
    .container.container-news {
        max-width: 600px;
    }
    .card-img.card-image-news {
        width:100%;
        height:100%;
    }
    .card.card-news .card-title {
        font-weight: 600;
        font-size: 18px;
        height: 62px;
    }
    .card.card-news .card-text {
        font-size: 15px;
        height: 180px;
    }
    .card.card-news .card-body {
        height: 305px;
    }
    .title-newsInside {
        font-size: 24px;
        line-height: 25px;
    }
    .detail-newsInside p {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }
    /*new*/
    .red-radius {
        color: #fff;
        background-color: #ff0000;
        border-radius: 20px;
        padding: 10px;
        vertical-align: middle;
        font-size: 18px;
        line-height: 20px;
    }
    .btn-previous {
        font-size: 20px;
        line-height: 20px;
        border-radius: 1rem;
        padding: 1rem 1rem;
        margin-top: 15px;
    }
    .custom-control.foodSelected .custom-control-label::after {
        position: absolute;
        top: 212px;
        left: 43.5%;
        display: block;
        width: 2rem;
        height: 2rem;
        content: "";
        background: 50% center / 50% 50% no-repeat;
    }
    .radio-paymentInfo .custom-control-label::before {
        top: 1px;
        left: -2rem;
    }
    .custom-radio.radio-paymentInfo .custom-control-label::after {
        top: 2px;
        left: -31.5px;
    }
    .D_flight {
        padding: 15px 10px 0;
    }
    ol.orderList-sublist {
        padding-left: 5px;
    }
    ol.orderList-sublist2 {
        padding-left: 10px;
    }
    table.ticketCond td ul{
        padding-left:0px;
    }
    table.ticketCond td:nth-child(1) {
        text-align: left;
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
    }
    .card.blog img {
        height: 250px;
    }
    .card.blog .card-title {
        font-size: 23px;
        line-height: 25px;
    }
    .card.blog-first img {
        border-radius: 0;
        height: 250px;
    }
    .carousel-control-next.banner-blog, .carousel-control-prev.banner-blog {
        width: 6%;
    }
    .card.category-blog {
        border: 0;
        width: 243px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        display: inline-block;
    }
    table.ticketCond td {
        font-size: 1em;
        text-align: right;
    }
    .text-itemnotallow {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        height: 45px;
    }
    .nav-link.link-passenger {
        border-radius: 0;
        width: 270px;
        background-color: #eee;
        color: #000;
    }
    .nav-link.link-passenger.foodSelect {
        border-radius: 0;
        width: 280px;
        background-color: #eee;
        color: #000;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.final {
        font-size: 23px;
        line-height: 26px;
    }
    /*-----promotion--------------*/
    .bodyPromotion > .list {
        padding:10px 0;
        border:1px solid #ddd;
        margin-left: 0;
        margin-right: 0;
    }
    .TH-headPromotion-mobile {
        background-color: #ff0000;
        color: #ffff00;
        padding: 0px 10px;
    }
    table.skyboss-table tbody td:nth-child(1) {
        color: #eaa306;
        font-size: 16px;
        padding-left: 10px;
    }
    .headPromotionLayout {
        padding:0 30px;
    }
    .card.card-login input.form-control, .card.card-login select.form-control {
        display: block;
        width: 100%;
        height: 72px;
        padding: .5rem .5rem;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #000;
        border-radius: .5rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .detailBabyBox {
        width:340px;
        margin-left:-5px;
    }
}
@media screen and (min-width:1024px) and (max-width:1336px){
    .loyalty-dropdown{
        width: 475px;
    }
    /* .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255,255,255,1);
        font-size: 18px;
    } 
    #banner-home.carousel-indicators {
        margin-right: 4%;
        margin-left: 86%;
    } */

    /* .navbar {
        padding: 1rem 1rem;
    }
    .navbar-brand img {
        width:220px;
    } */

    /* .navbar{
        height: 120px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255,255,255,1);
        font-size: 1.1em;
    }
    .navbar-brand > img {
        width: 200px;
    } */
    .newsText {
        padding-right: 51%;
    }
    .home-bg-section3 {
        background-size: 50%;
        height: 350px;
    }
    #footer-home {
        padding: 3% 0px 20% 0;
    }
    #footer-home::after {
        width: 650px;
        height: 298px;
        background-size: contain;
        background-position: right;
    }
    .icon-fb,.icon-line {
        height:50px;
        margin-bottom: 10px;
    }
    .text-footer {
        font-size: 16px;
    }
    .searchbutton {
        /* padding: 1.25rem .75rem; */
        font-size: 25px;
        line-height: 1.5;
    }
    /*Reservation flight*/
    ul.reserve-bar-search {
        list-style-image: url(../images/airplane-icon-mobile.svg);
        margin-bottom: 0;
        margin-top:10px
    }
    .reserve-bar-search li div.text-topLocation {
        font-size: 24px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-middleDate {
        font-size: 30px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-bottomTime {
        font-size: 25px;
        line-height: 40px;
    }
    .text-sumPerson {
        font-size: 30px;
        line-height: 50px;
        color: #fff;
        border-top: 1px solid #ff7676;
    }
    .amountPriceReserve {
        font-size: 40px;
        line-height: 50px;
        margin-top: 10%;
    }
    .imgArrowDown {
        margin-top: -10%;
    }
    .col-form-label {
        font-size: 18px;
        line-height: 1.5;
    }
    #summaryReserve .form-control-plaintext {
        font-size: 20px;
    }
    .border-right {
        border:1px;
    }
    .btn-package {
        padding: .375rem 1rem;
        font-size: 14px;
        line-height: 1.5;
        border-radius: 1rem;
    }
    #pills-tabReserveFlight .nav-link {
        padding: 1rem 1rem 1rem 3.5rem;
        margin-bottom:5px
    }
    #pills-tabReserveFlight.nav-fill .nav-item {
        text-align: left;
        flex: 1 1 auto;
        width: calc( 100% / 4);
    }
    #pills-tabReserveFlight.nav-pills .nav-link {
        font-size: 18px;
        line-height: 28px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.finish {
        font-size: 18px;
        line-height: 28px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.active {
        font-size: 18px;
        line-height: 28px;
    }
    #pills-tabReserveFlight .nav-link > img {
        height:30px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.active::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: middle;
        float: right;
        content: url(../images/arrow-yellowPillActive-tablet.svg);
    }
    #departure img.titleflight, #arrival img.titleflight {
        content: url('../images/airplane-red-mobile.svg');
    }
    .title-reserve1 {
        font-size: 54px;
        line-height: 60px;
    }
    .title-reserve2 {
        font-size: 20px;
        line-height: 24px;
        vertical-align: -50%;
        font-weight: 400;
    }
    /*.arrowBtnReserve {
        padding: .5rem .5rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
        width: 40px;
        margin-bottom: 5px;
    }
    .dateReserveChoice {
        padding: .55rem .2rem;
        font-family: 'RSU';
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        border-radius: 0;
        width: calc((100% / 5) - 22px);
    }*/
    .box1-head, .box3-head, .box4-head {
        font-size: 20px;
        line-height: 44px;
    }
    .box1, .box2, .box3 {
        /* height:60%; */
    }
    .box1 {
        font-size: 18px;
        line-height: 20px;
    }
    .box2 i {
        font-size: 20px;
    }
    .box3 {
        font-size: 18px;
        line-height: 20px;
    }
    .box4 {
        font-size: 18px;
        line-height: 20px;
        /* height: 60%; */
    }
    ul.flight-list {
        list-style: none;
        padding-left: 0;
        margin: 20px 0 5px;
    }
    .flight-list li:before {
        content: '';
        width: 20px;
        height: 15px;
        position: absolute;
        background-image: url(../images/flight-list-tablet.svg);
        background-size: cover;
        background-position: center;
        left: 0;
        top: 20%;
        transform: translateY(-50%);
    }
    .flight-list li {
        position: relative;
        padding-left: 25px;
    }
    .headPromo {
        font-size: 16px;
        line-height: 38px;
        padding: .5rem;
        height: 45px;
    }
    .headEco, .headDeluxe {
        font-size: 16px;
        line-height: 18px;
        padding: .5rem;
        height: 60px;
    }
    .headSkyBoss {
        background-color: #1a1a1a;
        text-align: center;
        color: #fff;
        vertical-align: middle;
        font-size: 20px;
        line-height: 30px;
        padding: .5rem;
        height: 60px;
    }
    .headPromo-con,.headEco-con,.headSkyBoss-con,.headDeluxe-con {
        /* height: 100%; */
    }
    .package-promo {
        border-top-left-radius: .8rem;
        border-bottom-left-radius: .8rem;
        background-color: #ea5050;
        color: #fff;
        padding: .75em;
        margin-bottom: 5px;
    }
    .package-promo .head {
        font-size: 26px;
        line-height: 44px;
        font-weight: 600;
        height: 44px;
    }
    .package-promo .describe {
        height: 420px;
    }
    .describe ul {
        padding-left:20px
    }
    .packageRadio .custom-control-label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
        font-size: 22px;
        line-height: 20px;
        margin-left: 30px;
    }
    .packageRadio .custom-control-label::before {
        top: -0.2rem;
        left: -3.5rem;
    }
    .packageRadio .custom-control-label::after {
        top: -0.45rem;
        left: -3.75rem;
    }
    .package-eco, .package-deluxe {
        padding: .75em;
        border-radius: 0;
        margin-bottom: 5px;
    }
    .package-eco .head, .package-deluxe .head {
        font-size: 30px;
        line-height: 44px;
        font-weight: 600;
        height: 44px;
    }
    .package-eco .describe, .package-deluxe .describe {
        height: 420px;
    }
    .package-boss {
        border-top-right-radius: .8rem;
        border-bottom-right-radius: .8rem;
        background-color: #1a1a1a;
        color: #fff;
        padding: .75em;
    }
    .package-boss .describe {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        height: 420px;
    }
    .btn-continuous {
        background-color: #808080;
        color: #fff;
        font-size: 25px;
        border-radius: 15px;
        padding: .5rem 2rem;
        margin-top: 20px;
    }
    .btn-continuous:hover {
        font-size: 25px;
        border-radius: 15px;
        padding: .5rem 2rem;
        margin-top: 20px;
    }
    #footer {
        background-color: #e6e6e6;
        font-weight: 600;
        font-size: 12px;
    }
    #footer a {
        font-size: 16px;
    }
    /*ReserveCustomerInfo*/
    .card.info-customer .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-customer .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .input-group .form-control {
        height: 60px;
        font-size: 16px;
        padding: 1rem .5rem;
        font-weight: 400;
        line-height: 18px;
    }
    .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
        position: absolute;
        font-size: 29px!important;
        top: 15px!important;
        left: 17px!important;
    }
    .card.info-contact .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-contact .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .card-header {
        font-size: 24px;
        line-height: 24px;
        padding: .75rem 1rem;
    }
    .card.list-notice .card-body {
        border-radius: 2rem 2rem 2rem 2rem;
        font-size: 18px;
    }
    .card.list-checkbox .card-img-top {
        height: 190px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label .checkbox-title {
        font-size: 20px;
    }
    .modal-text-ReStep2 {
        font-size: 16px;
    }
    .card.list-checkbox .card-body {
        padding:1rem
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        padding-left: 0px;
    }
    .red-path::before {
        width: 42px;
        height: 26px;
        left: -17px;
        top: 4px;
    }
    .checkbox-customerInfo .custom-control-label::before {
        top: 4px;
        left: -2rem;
        width: 26px;
        height: 26px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label::after {
        top: 4px;
        left: -32.5px;
        width: 27px;
        height: 27px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        font-size: 16px;
        font-weight: 400;
        padding-left: 0px;
    }
    table.detail-checkin {
        font-size: 16px;
        margin-left: 30px;
    }
    .custom-control.checkbox-checkin {
        padding-left: .0rem;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label {
        font-size: 16px;
        padding-left: 5px;
    }
    .checkbox-checkin .custom-control-label::before {
        top: 2px;
        left: 3.5rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label::after {
        top: 2px;
        left: 55.5px;
        width: 25px;
        height: 25px;
    }
    .travelInsurance-firstRow {
        font-size: 16px;
        padding-left: 33px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label {
        font-size: 16px;
        padding-left: 1px;
    }
    .checkbox-travelInsurance .custom-control-label::before {
        top: 2px;
        left: -2rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label::after {
        top: 2px;
        left: -32.5px;
        width: 25px;
        height: 25px;
    }
    .title-lableSeat1 {
        background-color: #ff0000;
        border-radius: 0 1rem 1rem 0;
        padding: 10px 10px 10px 20px;
        color: #fff;
    }
    .list-group.seat-list li p {
        font-weight: 600;
        font-size: 22px;
        padding-left: 15px;
    }
    .detail-describe {
        padding-left: 5%;
        padding-right: 5%;
        font-size: 14px;
    }
    .choiceLuggage .card img {
        object-fit: contain;
        height:150px;
    }
    .list-group.luggage-list {
        width: 260px;
    }
    .foodChoiceBox {
        padding-right: 15px;
        padding-left: 15px;
    }
    .list-group.food-list {
        width: 275px;
    }
    #seatModal .modal-dialog, #luggageModal .modal-dialog, #foodModal .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
    .tableHeightScroll {
        height: 780px;
    }
    .food-image-choice {
        max-width: 100%;
        margin-bottom: 5%;
        width: 100%;
        height: 135px;
    }
    .custom-control.foodSelected .custom-control-label {
        margin-bottom: 0px;
        margin-top: 10px;
        font-size: 13px;
        line-height: 18px;
        height: 37px;
    }
    .list-food {
        height:230px;
    }
    .custom-control.foodSelected .custom-control-label::before {
        top: 185px;
        left: 45%;
        width: 1.5rem;
        height: 1.5rem;
        margin-bottom: 20px;
    }
    /*.custom-control.foodSelected .custom-control-label::after {
        top: 181px;
        left: 43%;
    }*/
    /*News page*/
    .container.container-news {
        max-width: 700px;
    }
    .card-img.card-image-news {
        width:100%;
        height:100%;
    }
    .card.card-news .card-title {
        font-weight: 600;
        font-size: 18px;
        height: 45px;
    }
    .card.card-news .card-text {
        font-size: 15px;
        height: 155px;
    }
    .card.card-news .card-body {
        height: 250px;
    }
    .title-newsInside {
        font-size: 24px;
        line-height: 30px;
    }
    .detail-newsInside p {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }
    .carousel-control-next.banner-blog, .carousel-control-prev.banner-blog {
        width: 6%;
    }
    .red-radius {
        color: #fff;
        background-color: #ff0000;
        border-radius: 20px;
        padding: 10px;
        vertical-align: middle;
        font-size: 22px;
        line-height: 24px;
    }
    .btn-previous {
        background-color: transparent;
        color: #000;
        font-size: 25px;
        line-height: 25px;
        border-radius: 1rem;
        padding: 1rem 1rem;
        margin-top: 20px;
        vertical-align: middle;
    }
    .custom-control.foodSelected .custom-control-label::after {
        position: absolute;
        top: 181px;
        left: 43%;
        display: block;
        width: 2rem;
        height: 2rem;
        content: "";
        background: 50% center / 50% 50% no-repeat;
    }
    .radio-paymentInfo .custom-control-label::before {
        top: 1px;
        left: -2rem;
    }
    .custom-radio.radio-paymentInfo .custom-control-label::after {
        top: 2px;
        left: -31.5px;
    }
    .D_flight {
        padding: 15px 30px 0;
    }
    .detailBabyBox {
        width:450px;
        margin-left:-5px;
    }
    #searchdropdown {
    max-width: 800px;
    margin: 0 auto;
}
}
@media screen and (min-width:1024px) and (max-width:1366px){
    .loyalty-dropdown{
        width: 475px;
    }
    .navbar{
        /* height: 90px; */
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255,255,255,1);
        font-size: 1.1em;
    }
    .navbar-brand > img {
        /* width: 200px; */
        width: 250px;
    }
    #banner-home.carousel-indicators {
        margin-left: 90%;
    }
    .newsText {
        padding-right: 56%;
    }
    .home-bg-section3 {
        background-size: 52%;
        height: 350px;
    }
    #footer-home {
        padding: 3% 0px 5% 0;
    }
    #footer-home::after {
        width: 650px;
        height: 298px;
        background-size: contain;
        background-position: right;
    }
    .icon-fb,.icon-line {
        height:50px;
        margin-bottom: 10px;
    }
    .text-footer {
        font-size: 16px;
    }
    .searchbutton {
        /* padding: 1.25rem .75rem; */
        font-size: 25px;
        line-height: 1.5;
    }
    /*Reservation flight*/
    ul.reserve-bar-search {
        list-style-image: url(../images/airplane-icon-1280.svg);
        margin-bottom: 0;
        margin-top:10px
    }
    .reserve-bar-search li div.text-topLocation {
        font-size: 20px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-middleDate {
        font-size: 30px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-bottomTime {
        font-size: 25px;
        line-height: 40px;
    }
    .editbutton {
        font-size: 25px;
    }
    .text-sumPerson {
        font-size: 30px;
        line-height: 50px;
        color: #fff;
        border-top: 0;
    }
    .amountPriceReserve {
        font-size: 30px;
        line-height: 50px;
        /* margin-top: 20%; */
    }
    .imgArrowDown {
        margin-top: 0%;
    }
    .col-form-label {
        font-size: 18px;
        line-height: 1.5;
    }
    #summaryReserve .form-control-plaintext {
        font-size: 20px;
    }
    .border-right {
        border:1px;
    }
    .btn-package {
        padding: .375rem 1rem;
        font-size: 14px;
        line-height: 1.5;
        border-radius: 1rem;
    }
    #pills-tabReserveFlight .nav-link {
        padding: 1rem 1rem 1rem 5rem;
        margin-bottom:5px
    }
    #pills-tabReserveFlight.nav-fill .nav-item {
        text-align: left;
        flex: 1 1 auto;
        width: calc( 100% / 4);
    }
    #pills-tabReserveFlight.nav-pills .nav-link {
        font-size: 18px;
        line-height: 28px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.active {
        font-size: 18px;
        line-height: 28px;
    }
    #pills-tabReserveFlight .nav-link > img {
        height:35px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.active::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: middle;
        float: right;
        content: url(../images/arrow-yellowPillActive-tablet.svg);
    }
    #departure img.titleflight, #arrival img.titleflight {
        content: url('../images/airplane-red-mobile.svg');
    }
    .title-reserve1 {
        font-size: 54px;
        line-height: 60px;
    }
    .title-reserve2 {
        font-size: 20px;
        line-height: 24px;
        vertical-align: -50%;
        font-weight: 400;
    }
    /*.arrowBtnReserve {
        padding: .5rem .5rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
        width: 40px;
        margin-bottom: 5px;
    }
    .dateReserveChoice {
        padding: .55rem .2rem;
        font-family: 'RSU';
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        border-radius: 0;
        width: calc((100% / 5) - 22px);
    }*/
    .box1-head, .box3-head, .box4-head {
        font-size: 20px;
        line-height: 65px;
    }
    .box1, .box2, .box3 {
        /* height:100%; */
    }
    .box1 {
        font-size: 18px;
        line-height: 20px;
    }
    .box2 i {
        font-size: 20px;
    }
    .box3 {
        font-size: 18px;
        line-height: 20px;
    }
    .box4 {
        font-size: 18px;
        line-height: 20px;
        /* height: 100%; */
    }
    ul.flight-list {
        list-style: none;
        padding-left: 0;
        /* margin: 20px 0 5px; */
    }
    .flight-list li:before {
        content: '';
        width: 20px;
        height: 15px;
        position: absolute;
        background-image: url(../images/flight-list-tablet.svg);
        background-size: cover;
        background-position: center;
        left: 0;
        top: 20%;
        transform: translateY(-50%);
    }
    .flight-list li {
        position: relative;
        padding-left: 25px;
    }
    .headPromo {
        font-size: 16px;
        line-height: 38px;
        padding: .5rem;
        height: 65px;
    }

    .headEco,.headDeluxe  {
        font-size: 16px;
        line-height: 18px;
        padding: .5rem;
        height: 65px;
    }
    .headSkyBoss {
        background-color: #1a1a1a;
        text-align: center;
        color: #fff;
        vertical-align: middle;
        font-size: 20px;
        line-height: 30px;
        padding: .5rem;
        height: 65px;
    }
    .headPromo-con,.headEco-con,.headSkyBoss-con {
        /* height: 100%; */
    }
    .package-promo {
        border-top-left-radius: .8rem;
        border-bottom-left-radius: .8rem;
        background-color: #ea5050;
        color: #fff;
        padding: .75em;
        margin-bottom: 5px;
    }
    .package-promo .head {
        font-size: 26px;
        line-height: 44px;
        font-weight: 600;
        height: 44px;
    }
    .package-promo .describe {
        height: 320px;
    }
    .describe ul {
        padding-left:20px
    }
    .packageRadio .custom-control-label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
        font-size: 22px;
        line-height: 20px;
        margin-left: 190px;
    }
    .packageRadio .custom-control-label::before {
        top: -0.2rem;
        left: -13.5rem;
    }
    .packageRadio .custom-control-label::after {
        top: -0.45rem;
        left: -13.75rem;
    }
    .package-eco, .package-deluxe{
        padding: .75em;
        border-radius: 0;
        margin-bottom: 5px;
    }
    .package-eco .head,.package-deluxe .head {
        font-size: 30px;
        line-height: 44px;
        font-weight: 600;
        height: 44px;
    }
    .package-eco .describe,.package-deluxe .describe {
        height: 320px;
    }
    .package-boss {
        border-top-right-radius: .8rem;
        border-bottom-right-radius: .8rem;
        background-color: #1a1a1a;
        color: #fff;
        padding: .75em;
    }
    .package-boss .describe {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        height: 320px;
    }
    .btn-continuous {
        background-color: #808080;
        color: #fff;
        font-size: 25px;
        border-radius: 15px;
        padding: .5rem 2rem;
        margin-top: 20px;
    }
    .btn-continuous:hover {
        font-size: 25px;
        border-radius: 15px;
        padding: .5rem 2rem;
        margin-top: 20px;
    }
    #footer {
        background-color: #e6e6e6;
        font-weight: 600;
        font-size: 16px;
    }
    #footer a {
        font-size: 18px;
    }
    /*ReserveCustomerInfo*/
    .card.info-customer .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-customer .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .input-group .form-control {
        height: 60px;
        font-size: 16px;
        padding: 1rem .5rem;
        font-weight: 400;
        line-height: 18px;
    }
    .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
        position: absolute;
        font-size: 29px!important;
        top: 15px!important;
        left: 17px!important;
    }
    .card.info-contact .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-contact .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .card-header {
        font-size: 24px;
        line-height: 24px;
        padding: .75rem 1rem;
    }
    .card.list-notice .card-body {
        border-radius: 2rem 2rem 2rem 2rem;
        font-size: 18px;
    }
    .card.list-checkbox .card-img-top {
        height: 190px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label .checkbox-title {
        font-size: 20px;
    }
    .modal-text-ReStep2 {
        font-size: 16px;
    }
    .card.list-checkbox .card-body {
        min-height: 150px;
        padding:1rem
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        padding-left: 0px;
    }
    .red-path::before {
        width: 42px;
        height: 26px;
        left: -17px;
        top: 4px;
    }
    .checkbox-customerInfo .custom-control-label::before {
        top: 4px;
        left: -2rem;
        width: 26px;
        height: 26px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label::after {
        top: 4px;
        left: -32.5px;
        width: 27px;
        height: 27px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        font-size: 16px;
        font-weight: 400;
        padding-left: 0px;
    }
    table.detail-checkin {
        font-size: 16px;
        margin-left: 30px;
    }
    .custom-control.checkbox-checkin {
        padding-left: .0rem;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label {
        font-size: 16px;
        padding-left: 5px;
    }
    .checkbox-checkin .custom-control-label::before {
        top: 2px;
        left: 3.5rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label::after {
        top: 2px;
        left: 55.5px;
        width: 25px;
        height: 25px;
    }
    .travelInsurance-firstRow {
        font-size: 16px;
        padding-left: 33px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label {
        font-size: 16px;
        padding-left: 1px;
    }
    .checkbox-travelInsurance .custom-control-label::before {
        top: 2px;
        left: -2rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label::after {
        top: 2px;
        left: -32.5px;
        width: 25px;
        height: 25px;
    }
    .title-lableSeat1 {
        background-color: #ff0000;
        border-radius: 0 1rem 1rem 0;
        padding: 10px 10px 10px 20px;
        color: #fff;
    }
    .list-group.seat-list li p {
        font-weight: 600;
        font-size: 22px;
        padding-left: 15px;
    }
    .detail-describe {
        padding-left: 5%;
        padding-right: 5%;
        font-size: 14px;
    }
    .choiceLuggage .card img {
        object-fit: contain;
        height:150px;
    }
    .foodChoiceBox {
        padding-right: 15px;
        padding-left: 15px;
    }
    #seatModal .modal-dialog, #luggageModal .modal-dialog, #foodModal .modal-dialog {
        max-width: 1100px;
        margin: 1.75rem auto;
    }
    .tableHeightScroll {
        height: 780px;
    }
    .food-image-choice {
        max-width: 100%;
        margin-bottom: 5%;
        width: 100%;
        height: 135px;
    }
    .custom-control.foodSelected .custom-control-label {
        margin-bottom: 0px;
        margin-top: 10px;
        font-size: 13px;
        line-height: 18px;
        height: 37px;
    }
    .list-food {
        height:230px;
    }
    .custom-control.foodSelected .custom-control-label::before {
        top: 185px;
        left: 45%;
        width: 1.5rem;
        height: 1.5rem;
        margin-bottom: 20px;
    }
    /*.custom-control.foodSelected .custom-control-label::after {
        top: 181px;
        left: 43.5%;
    }*/
    /*News page*/
    .container.container-news {
        max-width: 870px;
    }
    .card-img.card-image-news {
        width:100%;
        height:180px;
    }
    .card.card-news .card-title {
        font-weight: 600;
        font-size: 18px;
        height: 62px;
    }
    .card.card-news .card-text {
        font-size: 15px;
        height: 180px;
    }
    .card.card-news .card-body {
        height: 305px;
    }
    .title-newsInside {
        font-size: 24px;
        line-height: 30px;
    }
    .detail-newsInside p {
        text-align: left;
        font-size: 18px;
        line-height: 24px;
    }
    .custom-control.foodSelected .custom-control-label::after {
        position: absolute;
        top: 181px;
        left: 43.5%;
        display: block;
        width: 2rem;
        height: 2rem;
        content: "";
        background: 50% center / 50% 50% no-repeat;
    }
    .radio-paymentInfo .custom-control-label::before {
        top: 1px;
        left: -2rem;
    }
    .custom-radio.radio-paymentInfo .custom-control-label::after {
        top: 2px;
        left: -31.5px;
    }
    .detailBabyBox {
        width:450px;
        margin-left:-5px;
    }
}
@media screen and (min-width:1366px) and (max-width:1439px){
    .loyalty-dropdown{
        width: 475px;
    }
    .navbar{
        /* height: 90px; */
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255,255,255,1);
        font-size: 1.1em;
    }
    .navbar-brand > img {
        width: 250px;
    }

    .navbar-collapse {
        flex-basis: 100%!important;
    }
    
    #banner-home.carousel-indicators {
        margin-left: 90%;
    }
    .container.container-main {
        /* max-width: 1270px; */
    }
    #searchdropdown {
        max-width: 1150px;
        margin: 0 auto;
    }
    .newsText {
        padding-right: 59%;
    }
    .home-bg-section3 {
        background-size: 52%;
        height: 350px;
    }
    #footer-home {
        padding: 3% 0px 5% 0;
    }
    #footer-home::after {
        width: 650px;
        height: 298px;
        background-size: contain;
        background-position: right;
    }
    .icon-fb,.icon-line {
        height:50px;
        margin-bottom: 10px;
    }
    .text-footer {
        font-size: 16px;
    }
    .searchbutton {
        /* padding: 1.25rem .75rem; */
        font-size: 25px;
        line-height: 1.5;
    }
    /*Reservation flight*/
    ul.reserve-bar-search {
        list-style-image: url(../images/airplane-icon-1280.svg);
        margin-bottom: 0;
        margin-top:10px
    }
    .reserve-bar-search li div.text-topLocation {
        font-size: 20px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-middleDate {
        font-size: 30px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-bottomTime {
        font-size: 25px;
        line-height: 40px;
    }
    .editbutton {
        font-size: 25px;
    }
    .text-sumPerson {
        font-size: 26px;
        line-height: 50px;
        color: #fff;
        border-top: 0;
    }
    .amountPriceReserve {
        font-size: 30px;
        line-height: 50px;
        /* margin-top: 20%; */
    }
    .imgArrowDown {
        margin-top: 0%;
    }
    .col-form-label {
        font-size: 18px;
        line-height: 1.5;
    }
    #summaryReserve .form-control-plaintext {
        font-size: 20px;
    }
    .border-right {
        border:1px;
    }
    .btn-package {
        padding: .375rem 1rem;
        font-size: 14px;
        line-height: 1.5;
        border-radius: 1rem;
    }
    #pills-tabReserveFlight .nav-link {
        padding: 1rem 1rem 1rem 5rem;
        margin-bottom:5px
    }
    #pills-tabReserveFlight.nav-fill .nav-item {
        text-align: left;
        flex: 1 1 auto;
        width: calc( 100% / 4);
    }
    #pills-tabReserveFlight.nav-pills .nav-link {
        font-size: 18px;
        line-height: 28px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.finish {
        font-size: 18px;
        line-height: 28px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.active {
        font-size: 18px;
        line-height: 28px;
    }
    #pills-tabReserveFlight .nav-link > img {
        height:35px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.active::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: middle;
        float: right;
        content: url(../images/arrow-yellowPillActive-tablet.svg);
    }
    #departure img.titleflight, #arrival img.titleflight {
        content: url('../images/airplane-red-mobile.svg');
    }
    .title-reserve1 {
        font-size: 54px;
        line-height: 60px;
    }
    .title-reserve2 {
        font-size: 20px;
        line-height: 24px;
        vertical-align: -50%;
        font-weight: 400;
    }
    /*.arrowBtnReserve {
        padding: .5rem .5rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
        width: 40px;
        margin-bottom: 5px;
    }
    .dateReserveChoice {
        padding: .55rem .2rem;
        font-family: 'RSU';
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        border-radius: 0;
        width: calc((100% / 5) - 22px);
    }*/
    .box1-head, .box3-head, .box4-head {
        font-size: 20px;
        line-height: 65px;
    }
    .box1, .box2, .box3 {
        /* height:60%; */
    }
    .box1 {
        font-size: 18px;
        line-height: 20px;
    }
    .box2 i {
        font-size: 20px;
    }
    .box3 {
        font-size: 18px;
        line-height: 20px;
    }
    .box4 {
        font-size: 18px;
        line-height: 20px;
        /* height: 60%; */
    }
    ul.flight-list {
        list-style: none;
        padding-left: 0;
        margin: 20px 0 5px;
    }
    .flight-list li:before {
        content: '';
        width: 20px;
        height: 15px;
        position: absolute;
        background-image: url(../images/flight-list-tablet.svg);
        background-size: cover;
        background-position: center;
        left: 0;
        top: 20%;
        transform: translateY(-50%);
    }
    .flight-list li {
        position: relative;
        padding-left: 25px;
    }
    .headPromo {
        font-size: 16px;
        line-height: 38px;
        padding: .5rem;
        height: 65px;
    }
    .headEco, .headDeluxe {
        font-size: 16px;
        line-height: 18px;
        padding: .5rem;
        height: 65px;
    }
    .headSkyBoss {
        background-color: #1a1a1a;
        text-align: center;
        color: #fff;
        vertical-align: middle;
        font-size: 20px;
        line-height: 30px;
        padding: .5rem;
        height: 65px;
    }
    .headPromo-con,.headEco-con,.headSkyBoss-con,.headDeluxe-con {
        /* height: 100%; */
    }
    .package-promo {
        border-top-left-radius: .8rem;
        border-bottom-left-radius: .8rem;
        background-color: #ea5050;
        color: #fff;
        padding: .75em;
        margin-bottom: 5px;
    }
    .package-promo .head {
        font-size: 26px;
        line-height: 44px;
        font-weight: 600;
        height: 44px;
    }
    .package-promo .describe {
        height: 320px;
    }
    .describe ul {
        padding-left:20px
    }
    .packageRadio .custom-control-label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
        font-size: 22px;
        line-height: 20px;
        margin-left: 190px;
    }
    .packageRadio .custom-control-label::before {
        top: -0.2rem;
        left: -13.5rem;
    }
    .packageRadio .custom-control-label::after {
        top: -0.45rem;
        left: -13.75rem;
    }
    .package-eco, .package-deluxe {
        padding: .75em;
        border-radius: 0;
        margin-bottom: 5px;
    }
    .package-eco .head, .package-deluxe .head {
        font-size: 30px;
        line-height: 44px;
        font-weight: 600;
        height: 44px;
    }
    .package-eco .describe, .package-deluxe .describe {
        height: 320px;
    }
    .package-boss {
        border-top-right-radius: .8rem;
        border-bottom-right-radius: .8rem;
        background-color: #1a1a1a;
        color: #fff;
        padding: .75em;
    }
    .package-boss .describe {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        height: 320px;
    }
    .btn-continuous {
        background-color: #808080;
        color: #fff;
        font-size: 25px;
        border-radius: 15px;
        padding: .5rem 2rem;
        margin-top: 20px;
    }
    .btn-continuous:hover {
        font-size: 25px;
        border-radius: 15px;
        padding: .5rem 2rem;
        margin-top: 20px;
    }
    #footer {
        background-color: #e6e6e6;
        font-weight: 600;
        font-size: 12px;
    }
    #footer a {
        font-size: 16px;
    }
    /*ReserveCustomerInfo*/
    .card.info-customer .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-customer .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .input-group .form-control {
        height: 60px;
        font-size: 16px;
        padding: 1rem .5rem;
        font-weight: 400;
        line-height: 18px;
    }
    .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
        position: absolute;
        font-size: 29px!important;
        top: 15px!important;
        left: 17px!important;
    }
    .card.info-contact .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-contact .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .card-header {
        font-size: 24px;
        line-height: 24px;
        padding: .75rem 1rem;
    }
    .card.list-notice .card-body {
        border-radius: 2rem 2rem 2rem 2rem;
        font-size: 18px;
    }
    .card.list-checkbox .card-img-top {
        height: 190px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label .checkbox-title {
        font-size: 20px;
    }
    .modal-text-ReStep2 {
        font-size: 16px;
    }
    .card.list-checkbox .card-body {
        min-height: 185px;
        padding:1rem
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        padding-left: 0px;
    }
    .red-path::before {
        width: 42px;
        height: 26px;
        left: -17px;
        top: 4px;
    }
    .checkbox-customerInfo .custom-control-label::before {
        top: 4px;
        left: -2rem;
        width: 26px;
        height: 26px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label::after {
        top: 4px;
        left: -32.5px;
        width: 27px;
        height: 27px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        font-size: 16px;
        font-weight: 400;
        padding-left: 0px;
    }
    table.detail-checkin {
        font-size: 16px;
        margin-left: 30px;
    }
    .custom-control.checkbox-checkin {
        padding-left: .0rem;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label {
        font-size: 16px;
        padding-left: 5px;
    }
    .checkbox-checkin .custom-control-label::before {
        top: 2px;
        left: 3.5rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label::after {
        top: 2px;
        left: 55.5px;
        width: 25px;
        height: 25px;
    }
    .travelInsurance-firstRow {
        font-size: 16px;
        padding-left: 33px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label {
        font-size: 16px;
        padding-left: 1px;
    }
    .checkbox-travelInsurance .custom-control-label::before {
        top: 2px;
        left: -2rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label::after {
        top: 2px;
        left: -32.5px;
        width: 25px;
        height: 25px;
    }
    .title-lableSeat1 {
        background-color: #ff0000;
        border-radius: 0 1rem 1rem 0;
        padding: 10px 10px 10px 20px;
        color: #fff;
    }
    .list-group.seat-list li p {
        font-weight: 600;
        font-size: 22px;
        padding-left: 15px;
    }
    .detail-describe {
        padding-left: 5%;
        padding-right: 5%;
        font-size: 14px;
    }
    .choiceLuggage .card img {
        object-fit: contain;
        height:150px;
    }
    .foodChoiceBox {
        padding-right: 15px;
        padding-left: 15px;
    }
    #seatModal .modal-dialog, #luggageModal .modal-dialog, #foodModal .modal-dialog {
        max-width: 1100px;
        margin: 1.75rem auto;
    }
    .tableHeightScroll {
        height: 780px;
    }
    .food-image-choice {
        max-width: 100%;
        margin-bottom: 5%;
        width: 100%;
        height: 172px;
    }
    .custom-control.foodSelected .custom-control-label {
        margin-bottom: 0px;
        margin-top: 10px;
        font-size: 13px;
        line-height: 18px;
        height: 37px;
    }
    .list-food {
        height:260px;
    }
    .custom-control.foodSelected .custom-control-label::before {
        top: 220px;
        left: 45%;
        width: 1.5rem;
        height: 1.5rem;
        margin-bottom: 20px;
    }
    /*.custom-control.foodSelected .custom-control-label::after {
        top: 216px;
        left: 43%;
    }*/
    /*News page*/
    .container.container-news {
        max-width: 870px;
    }
    .card-img.card-image-news {
        width:100%;
        height:214px;
    }
    .card.card-news .card-title {
        font-weight: 600;
        font-size: 20px;
        height: 50px;
    }
    .card.card-news .card-text {
        font-size: 16px;
        height: 74px;
    }
    .card.card-news .card-body {
        height: 154px;
    }
    .title-newsInside {
        font-size: 30px;
        line-height: 40px;
    }
    .detail-newsInside p {
        text-align: left;
        font-size: 18px;
        line-height: 24px;
    }
    .custom-control.foodSelected .custom-control-label::after {
        position: absolute;
        top: 216px; 
        left: 43.5%;
        display: block;
        width: 2rem;
        height: 2rem;
        content: "";
        background: 50% center / 50% 50% no-repeat;
    }
    .radio-paymentInfo .custom-control-label::before {
        top: 1px;
        left: -2rem;
    }
    .custom-radio.radio-paymentInfo .custom-control-label::after {
        top: 2px;
        left: -31.5px;
    }
    .detailBabyBox {
        width:500px;
        margin-left:-5px;
    }
}
@media screen and (min-width:1440px) and (max-width:1919px){
    .loyalty-dropdown{
        width: 475px;
    }
    .container.container-main {
        /* max-width: 1350px; */
    }
    #searchdropdown {
        max-width: 1200px;
        margin: 0 auto;
    }

    .navbar{
        /* height: 90px; */
    }

    .navbar-brand > img {
        width: 300px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255,255,255,1);
        font-size: 1.1em;
    }
    #banner-home.carousel-indicators {
        margin-left: 90%;
    }
    .newsText {
        padding-right: 59%;
    }
    .home-bg-section3 {
        background-size: 58%;
        height: 400px;
    }
    #footer-home {
        padding: 3% 0px 5% 0;
    }
    #footer-home::after {
        width: 650px;
        height: 298px;
        background-size: contain;
        background-position: right;
    }
    .icon-fb,.icon-line {
        height:50px;
        margin-bottom: 10px;
    }
    .text-footer {
        font-size: 16px;
    }
    .searchbutton {
        /* padding: 0.65rem .75rem; */
        font-size: 25px;
        line-height: 1.5;
    }
    /*Reservation flight*/
    ul.reserve-bar-search {
        list-style-image: url(../images/airplane-icon-1280.svg);
        margin-bottom: 0;
        margin-top:10px
    }
    .reserve-bar-search li div.text-topLocation {
        font-size: 20px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-middleDate {
        font-size: 30px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-bottomTime {
        font-size: 25px;
        line-height: 40px;
    }
    .editbutton {
        font-size: 25px;
    }
    .text-sumPerson {
        font-size: 26px;
        line-height: 50px;
        color: #fff;
        border-top: 0;
    }
    .amountPriceReserve {
        font-size: 30px;
        line-height: 50px;
        /* margin-top: 20%; */
    }
    .imgArrowDown {
        margin-top: 0%;
    }
    .col-form-label {
        font-size: 18px;
        line-height: 1.5;
    }
    #summaryReserve .form-control-plaintext {
        font-size: 20px;
    }
    .border-right {
        border:1px;
    }
    .btn-package {
        padding: .375rem 1rem;
        font-size: 14px;
        line-height: 1.5;
        border-radius: 1rem;
    }
    #pills-tabReserveFlight .nav-link {
        padding: 1rem 1rem 1rem 5rem;
        margin-bottom:5px
    }
    #pills-tabReserveFlight.nav-fill .nav-item {
        text-align: left;
        flex: 1 1 auto;
        width: calc( 100% / 4);
    }
    #pills-tabReserveFlight.nav-pills .nav-link {
        font-size: 18px;
        line-height: 28px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.finish {
        font-size: 18px;
        line-height: 28px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.active {
        font-size: 18px;
        line-height: 28px;
    }
    #pills-tabReserveFlight .nav-link > img {
        height:35px;
    }
    #pills-tabReserveFlight.nav-pills .nav-link.active::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: middle;
        float: right;
        content: url(../images/arrow-yellowPillActive-tablet.svg);
    }
    #departure img.titleflight, #arrival img.titleflight {
        content: url('../images/airplane-red-mobile.svg');
    }
    .title-reserve1 {
        font-size: 54px;
        line-height: 60px;
    }
    .title-reserve2 {
        font-size: 20px;
        line-height: 24px;
        vertical-align: -50%;
        font-weight: 400;
    }
    .box1-head, .box3-head, .box4-head {
        font-size: 20px;
        line-height: 65px;
    }
    .box1 {
        font-size: 18px;
        line-height: 20px;
    }
    .box2 i {
        font-size: 20px;
    }
    .box3 {
        font-size: 18px;
        line-height: 20px;
    }
    .box4 {
        font-size: 18px;
        line-height: 20px;
        height: 55px;
    }
    ul.flight-list {
        list-style: none;
        padding-left: 0;
        margin: 20px 0 5px;
    }
    .flight-list li:before {
        content: '';
        width: 20px;
        height: 15px;
        position: absolute;
        background-image: url(../images/flight-list-tablet.svg);
        background-size: cover;
        background-position: center;
        left: 0;
        top: 20%;
        transform: translateY(-50%);
    }
    .flight-list li {
        position: relative;
        padding-left: 25px;
    }
    .headPromo {
        font-size: 16px;
        line-height: 38px;
        padding: .5rem;
        /* height: 65px; */
    }
    .headEco, .headDeluxe {
        font-size: 16px;
        line-height: 18px;
        padding: .5rem;
        height: 80px;
    }
    .headSkyBoss {
        background-color: #1a1a1a;
        text-align: center;
        color: #fff;
        vertical-align: middle;
        font-size: 20px;
        line-height: 30px;
        padding: .5rem;
        height: 80px;
    }
    .headPromo-con,.headEco-con,.headSkyBoss-con, .headDeluxe-con {
        /* height: 100%; */
    }
    .package-promo {
        border-top-left-radius: .8rem;
        border-bottom-left-radius: .8rem;
        background-color: #ea5050;
        color: #fff;
        padding: .75em;
        margin-bottom: 5px;
    }
    .package-promo .head {
        font-size: 26px;
        line-height: 44px;
        font-weight: 600;
        height: 44px;
    }
    .package-promo .describe {
        height: 320px;
    }
    .describe ul {
        padding-left:20px
    }
    .packageRadio .custom-control-label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
        font-size: 22px;
        line-height: 20px;
        margin-left: 190px;
    }
    .packageRadio .custom-control-label::before {
        top: -0.2rem;
        left: -13.5rem;
    }
    .packageRadio .custom-control-label::after {
        top: -0.45rem;
        left: -13.75rem;
    }
    .package-eco, .package-deluxe {
        padding: .75em;
        border-radius: 0;
        margin-bottom: 5px;
    }
    .package-eco .head, .package-deluxe .head {
        font-size: 30px;
        line-height: 44px;
        font-weight: 600;
        height: 44px;
    }
    .package-eco .describe, .package-deluxe .describe {
        height: 320px;
    }
    .package-boss {
        border-top-right-radius: .8rem;
        border-bottom-right-radius: .8rem;
        background-color: #1a1a1a;
        color: #fff;
        padding: .75em;
    }
    .package-boss .describe {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        height: 320px;
    }
    .btn-continuous {
        background-color: #808080;
        color: #fff;
        font-size: 25px;
        border-radius: 15px;
        padding: .5rem 2rem;
        margin-top: 20px;
    }
    .btn-continuous:hover {
        font-size: 25px;
        border-radius: 15px;
        padding: .5rem 2rem;
        margin-top: 20px;
    }
    #footer {
        background-color: #e6e6e6;
        font-weight: 600;
        font-size: 16px;
    }
    #footer a {
        font-size: 16px;
    }
    /*ReserveCustomerInfo*/
    .card.info-customer .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-customer .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .input-group .form-control {
        height: 60px;
        font-size: 16px;
        padding: 1rem .5rem;
        font-weight: 400;
        line-height: 18px;
    }
    .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
        position: absolute;
        font-size: 29px!important;
        top: 15px!important;
        left: 17px!important;
    }
    .card.info-contact .card-body {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .card.info-contact .form-control {
        width: 100%;
        height: 60px;
        padding: 1rem .5rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .card.info-customer .card-header {
        font-size: 24px;
        line-height: 24px;
        padding: .75rem 1rem;
    }
    .card.list-notice .card-body {
        border-radius: 2rem 2rem 2rem 2rem;
        font-size: 18px;
    }
    .card.list-checkbox .card-img-top {
        height: 190px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label .checkbox-title {
        font-size: 20px;
    }
    .modal-text-ReStep2 {
        font-size: 16px;
    }
    .card.list-checkbox .card-body {
        padding:1rem
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        padding-left: 0px;
    }
    .red-path::before {
        width: 42px;
        height: 26px;
        left: -17px;
        top: 4px;
    }
    .checkbox-customerInfo .custom-control-label::before {
        top: 4px;
        left: -2rem;
        width: 26px;
        height: 26px;
    }
    .checkbox-customerInfo .custom-control-label.no-dotted::before {
        opacity: 0;
        visibility: hidden;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label::after {
        top: 4px;
        left: -32.5px;
        width: 27px;
        height: 27px;
    }
    .custom-checkbox.checkbox-customerInfo .custom-control-label {
        font-size: 16px;
        font-weight: 400;
        padding-left: 0px;
    }
    table.detail-checkin {
        font-size: 16px;
        margin-left: 30px;
    }
    .custom-control.checkbox-checkin {
        padding-left: .0rem;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label {
        font-size: 16px;
        padding-left: 5px;
    }
    .checkbox-checkin .custom-control-label::before {
        top: 2px;
        left: 3.5rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-checkin .custom-control-label::after {
        top: 2px;
        left: 55.5px;
        width: 25px;
        height: 25px;
    }
    .travelInsurance-firstRow {
        font-size: 16px;
        padding-left: 33px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label {
        font-size: 16px;
        padding-left: 1px;
    }
    .checkbox-travelInsurance .custom-control-label::before {
        top: 2px;
        left: -2rem;
        width: 23px;
        height: 23px;
    }
    .custom-checkbox.checkbox-travelInsurance .custom-control-label::after {
        top: 2px;
        left: -32.5px;
        width: 25px;
        height: 25px;
    }
    .title-lableSeat1 {
        background-color: #ff0000;
        border-radius: 0 1rem 1rem 0;
        padding: 10px 10px 10px 20px;
        color: #fff;
    }
    .list-group.seat-list li p {
        font-weight: 600;
        font-size: 22px;
        padding-left: 15px;
    }
    .detail-describe {
        padding-left: 5%;
        padding-right: 5%;
        font-size: 14px;
    }
    .choiceLuggage .card img {
        object-fit: contain;
        height:150px;
    }
    .foodChoiceBox {
        padding-right: 15px;
        padding-left: 15px;
    }
    #seatModal .modal-dialog, #luggageModal .modal-dialog, #foodModal .modal-dialog {
        max-width: 1100px;
        margin: 1.75rem auto;
    }
    .tableHeightScroll {
        height: 780px;
    }
    .food-image-choice {
        max-width: 100%;
        margin-bottom: 5%;
        width: 100%;
        height: 172px;
    }
    .custom-control.foodSelected .custom-control-label {
        margin-bottom: 0px;
        margin-top: 10px;
        font-size: 13px;
        line-height: 18px;
        height: 37px;
    }
    .list-food {
        height:260px;
    }
    .custom-control.foodSelected .custom-control-label::before {
        top: 220px;
        left: 45%;
        width: 1.5rem;
        height: 1.5rem;
        margin-bottom: 20px;
    }
    /*.custom-control.foodSelected .custom-control-label::after {
        top: 216px;
        left: 43.5%;
    }*/
    /*News page*/
    .container.container-news {
        max-width: 945px;
    }
    .card-img.card-image-news {
        width:100%;
        height:230px;
    }
    .card.card-news .card-title {
        font-weight: 600;
        font-size: 20px;
        height: 50px;
    }
    .card.card-news .card-text {
        font-size: 16px;
        height: 74px;
    }
    .card.card-news .card-body {
        height: 170px;
    }
    .title-newsInside {
        font-size: 30px;
        line-height: 40px;
    }
    .detail-newsInside p {
        text-align: left;
        font-size: 18px;
        line-height: 24px;
    }
    .custom-control.foodSelected .custom-control-label::after {
        position: absolute;
        top: 216px;
        left: 43.5%;
        display: block;
        width: 2rem;
        height: 2rem;
        content: "";
        background: 50% center / 50% 50% no-repeat;
    }
    .radio-paymentInfo .custom-control-label::before {
        top: 1px;
        left: -2rem;
    }
    .custom-radio.radio-paymentInfo .custom-control-label::after {
        top: 2px;
        left: -31.5px;
    }
    .detailBabyBox {
        width:500px;
        margin-left:-5px;
    }
}
/* @media screen and (min-width:1600px) and (max-width:1919px){
    .navbar{
        height: 90px;
    }
    .container.container-main {
        max-width: 1500px;
    }
    .navbar-brand > img {
        width: 220px;
    }
    .home-bg-section3 {
        background-size: 58%;
        height: 400px;
    }
    #banner-home.carousel-indicators {
        margin-left: 90%;
    }
    ul.reserve-bar-search {
        list-style-image: url(../images/airplane-icon.svg);
        margin-bottom: 0;
        margin-top:10px
    }
    .reserve-bar-search li div.text-topLocation {
        font-size: 24px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-middleDate {
        font-size: 30px;
        line-height: 40px;
    }
    .reserve-bar-search li div.text-bottomTime {
        font-size: 25px;
        line-height: 40px;
    }
    .editbutton {
        font-size: 25px;
    }
    select.searchNum {
        background-size: 18%;
    }
    .text-sumPerson {
        font-size: 26px;
        line-height: 50px;
        color: #fff;
        border-top: 0;
    }
    .amountPriceReserve {
        font-size: 30px;
        line-height: 50px;
    }
    .imgArrowDown {
        margin-top: 0%;
    }
    .col-form-label {
        font-size: 18px;
        line-height: 1.5;
    }
    #summaryReserve .form-control-plaintext {
        font-size: 20px;
    }
    .border-right {
        border:1px;
    }
    #departure img.titleflight, #arrival img.titleflight {
        content: url('../images/airplane-red.svg');
    }
    .title-reserve1 {
        font-size: 54px;
        line-height: 60px;
    }

    .package-promo {
        border-top-left-radius: .8rem;
        border-bottom-left-radius: .8rem;
        background-color: #ea5050;
        color: #fff;
        margin-bottom: 5px;
    }
    .package-promo .head {
        font-size: 26px;
        line-height: 44px;
        font-weight: 600;
        height: 44px;
    }
    .package-promo .describe {
        height: 320px;
    }
    .describe ul {
        padding-left:20px
    }
    .packageRadio .custom-control-label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
        line-height: 20px;
        margin-left: 160px;
    }
    .packageRadio .custom-control-label::before {
        top: -0.2rem;
        left: -11.5rem;
    }
    .packageRadio .custom-control-label::after {
        top: -0.45rem;
        left: -11.75rem;
    }
    .package-eco, .package-deluxe {
        border-radius: 0;
        margin-bottom: 5px;
    }
    .package-eco .head, .package-deluxe .head {
        font-size: 30px;
        line-height: 44px;
        font-weight: 600;
        height: 44px;
    }
    .package-eco .describe, .package-deluxe .describe {
        height: 320px;
    }
    .package-boss {
        border-top-right-radius: .8rem;
        border-bottom-right-radius: .8rem;
        background-color: #1a1a1a;
        color: #fff;
    }
    .package-boss .describe {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        height: 320px;
    }
    #footer {
        background-color: #e6e6e6;
        font-weight: 600;
        font-size: 20px;
    }
    #footer a {
        font-size: 20px;
    }
    .container.container-news {
        max-width: 990px;
    }
    .card-img.card-image-news {
        width:100%;
        height:230px;
    }
    .card.card-news .card-title {
        font-weight: 600;
        font-size: 20px;
        height: 50px;
    }
    .card.card-news .card-text {
        font-size: 16px;
        height: 74px;
    }
    .card.card-news .card-body {
        height: 170px;
    }
    .title-newsInside {
        font-size: 30px;
        line-height: 40px;
    }
    .detail-newsInside p {
        text-align: left;
        font-size: 18px;
        line-height: 24px;
    }
} */
@media screen and (min-width:1920px){
    .loyalty-dropdown{
        width: 475px;
    }
    .table-responsive {
        overflow-x: hidden;
    }

    .container.container-main {
        /* max-width: 1350px; */
    }
    #searchdropdown {
        max-width: 1200px;
        margin: 0 auto;
    }

    .navbar{
        /* height: 90px; */
    }

    .navbar-brand > img {
        width: 300px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar-nav .currency {
        width: 60px!important;
    }
}

.navbar-nav .currency {
    width: 45px;
}

.voucher{
	display:none;
}

.fixed-bottom-bar {
    position: fixed;
    height: 100px;
    width: 100%;
    bottom: 0;
    z-index: 80;
    background-color: #f8d815;
    padding: .5rem 0;
    box-shadow: 0 -1px 5px 1px rgba(0,0,0,.15);
}

/* .fixed-bottom-bar .py-4{
    background: none;
    padding-top: 0!important;
    padding-bottom: 0!important;
} */

.fixedBottombar {
    margin-bottom: 0;
}

.fixed-bottom-bar .wrapper {
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 100%;
}

/* .wrapper .content {
    margin-left: 20%;
} */

.flex-column {
    flex-direction: column!important;
}

.fixed-bottom-bar .text {
    font-size: 1rem;
}

.text{
    text-align: center;
}

.text1 {
    font-size: 1.25rem;
}

.button {
    justify-content: space-around;
}

.skip-button {
    background: #fff;
    color: #000;
    border: none;
}

.luckdraw-button {
    text-align: center;
    max-width: 200px;
    color: #fff;
    background-color: red;
    font-weight: 700;
}

.luckdraw-button:hover{
    color: yellow;
}

.button1 {
    padding: .2em 1em;
    border-radius: 7px;
    font-size: 20px;
}

@media only screen and (min-width: 980px){
    .loyalty-dropdown{
        width: 475px;
    }

    .fixed-bottom-bar .content {
        margin-left: 25%;
        width: 35%;
    }

    .fixed-bottom-bar .wrapper {
        width: 1000px;
    }

    .button1 {
        padding: .2em 1em;
        border-radius: 7px;
        font-size: 20px;
    }

    .text1 {
        font-size: 1.25rem;
    }

    .iconclose{
        height: 72%;
        margin-left: 85px;
    }
    
}

@media only screen and (max-width:980px){
    .fixed-bottom-bar .wrapper{
        width:100%
    }
    .iconClose {
        height: 72%;
        margin: 0 40px;
    }
}

@media only screen and (max-width: 700px){
    .fixed-bottom-bar .wrapper {
        justify-content: center;
    }

    .fixed-bottom-bar .content {
        margin-left: 0;
        width: 100%;
    }

    .text1 {
        font-size: 1rem;
    }

    .iconClose {
        height: 57%;
        margin-left:0;
    }

    .button1 {
        padding: 0.3em 0.5em;
        border-radius: 7px;
        font-size: 20px;
    }
}



.fixed-bottom-bar .text {
    font-size: 1rem;
}

.iconClose {
    height: 72%;
    margin-left: 85px;
}

.box2 i {
    font-size: 20px;
}

.dropdown-menu.overlay{
    left:0 !important; 
  }

  .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{
      background-color: white;
  }


.floating-option {
    display: block;
    z-index: 999;
    margin: 8px 7px 0 0;
    right: 0;
}

.affix {
    position: fixed;
}

.floating-option .fb_share, .floating-option .phone, .floating-option .back-to-top {
    line-height: 37px;
}

.floating-option a {
    /*     width: 34px;
        height: 34px; */
        display: block;
    /*     background: #D02D34; */
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
        line-height: 34px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        /* border: 3px solid #EDF727; */
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
}
    
.floating-option .fa {
    font-size: 16px;
}

.floating-option.affix {
    z-index: 9999;
    bottom: 0;
}

.button-cta{
    background: url(../images/contact-us.png) no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
}

@media (min-width: 768px){
    .floating-option.affix {
        bottom: 30px;
    }

    .button-cta{
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 560px){
    .floating-option.affix {
        bottom: 10px;
    }
}

.show-fare-promo{
    font-size: 0.8em;
    text-decoration: line-through;
}

/* web-check-in */
.bg-header{
    background-image: url(../../images/header_corner.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 110px 70px;
    background-color: #e61f20;
}

.ici-checkin-btn{
    padding: 0px 20px 0px 20px;
    line-height: 2.5;
    text-align: center;
    box-shadow: 0px 0px 8px 2px #c0b9b9;
    font-size: 0.6875rem;
    background: #ffed00;
    background: -moz-linear-gradient(top, #ffed00 0%, #fadc00 49%, #f8b500 100%, #f8b500 100%, #f8b500 100%, #de9d00 100%, #de9d00 100%);
    background: -webkit-linear-gradient(top, #ffed00 0%, #fadc00 49%, #f8b500 100%, #f8b500 100%, #f8b500 100%, #de9d00 100%, #de9d00 100%);
    background: linear-gradient(to bottom, #ffed00 0%, #fadc00 49%, #f8b500 100%, #f8b500 100%, #f8b500 100%, #de9d00 100%, #de9d00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffed00', endColorstr='#de9d00',GradientType=0 );
    font-weight: bold;
    max-width: 300px;
    white-space: normal;
    text-decoration: none;
    margin: 1px;
    color: #000;
    background-color: #fff200;
    border-color: #fff200;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 0 solid transparent;
    font-size: 0.875rem;
    border-radius: 12px;
}

@media (max-width: 768px){
    .web-checkin .container{
        padding-right: 0px;
        padding-left: 0px;
    }
    .detailBabyBox {
        right: 0;
    }
    /* .web-checkin .navbar-brand img{
        width: 150px!important;
    } */
}

@media (min-width: 1280px){
    .web-checkin .navbar-brand > img{
        width: 300px!important;
    }
}

.slick-initialized .slick-slide{
    padding-left: 1%;
    padding-right: 1%;
}

/* Cookie consent */
.cookie-consent-popup {
    font-size: 13px;
    display: none;
    position: fixed;
    z-index: 1053;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: #121212 2px 2px 14px 2px;
}
.cookie-consent-container {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookie-consent-content {
    line-height: 1.2;
}
.cookie-consent-content h2 {
    padding: 0;
    font-size: 12pt;
    font-weight: 700;
    line-height: 100%;
    color: #2a2a2a;
    display: block;
    position: static;
    margin: 2px 0 6px;
}
.cookie-consent-actions a {
    display: inline-block;
    text-decoration: none;
    background-color: red;
    color: #fff;
    width: 100px;
    padding: 2px 4px;
    text-align: center;
}
.cookie-consent-options {
    margin: 5px 0;
}
.cookie-consent-options .input-group-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 0 .375rem;
    font-size: 13px;
}
.cookie-consent-options .input-group-text input[type="checkbox"]{
    margin-right: 5px;
}
.cookie-consent-options .input-group-text span {
    margin-right: 15px;
}
.cookie-consent-options .input-group-text button {
    border: 0;
    background-color: #f6f6f9;
    color: #a2a2a2;
    font-size: 13px;
}
.cookie-consent-options .input-group-text button:focus{
    box-shadow: none;
}
.cookie-consent-options .input-group-text button:active{
    box-shadow: none !important;
    background-color: #f6f6f9 !important;
    color: #a2a2a2 !important;
}
#cookie_consent_detail .group-tabs{
    border: solid 1px #ccc;
    margin: 0;
}
#cookie_consent_detail .group-tabs .nav-stacked {
    display: block;
    padding-right: 0;
}
#cookie_consent_detail .group-tabs .nav-stacked li {
    background-color: #f6f6f9;
}
#cookie_consent_detail .group-tabs .nav-stacked li a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #a2a2a2;
    font-size: 12px;
    width: 100%;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
}
#cookie_consent_detail .group-tabs .nav-stacked li a.active {
    background-color: #fff;
    border-right: 0;
}
#cookie_consent_detail .group-tabs .nav-stacked li a:hover {
    background-color: #fff;
}
#cookie_consent_detail .group-tabs .tab-content {
    padding: 12px;
    max-height: 170px;
    overflow-y: auto;
}
#cookie_consent_detail .group-tabs .table {
    margin-top: 8px;
    table-layout: fixed;
}
#cookie_consent_detail .group-tabs .table thead th {
    padding: 2px;
    text-align: left;
    line-height: 26px;
    font-weight: 400;
}
#cookie_consent_detail .group-tabs .table thead th,
#cookie_consent_detail .group-tabs .table td {
    font-size: 12px;
}
#cookie_consent_detail .group-tabs .table a{
 color: #212529;
}
@media (max-width: 640px) {
    .cookie-consent-container {
        width: 96%;
        margin: auto;
    }
}



.loyalty-dropdown{
    font-size: 16px;
    left: auto!important;
    right: 0;
}

.loyalty-dropdown .row{ 
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.loyalty-dropdown .popup-close{
	background-repeat: no-repeat;
	background-position: center center;
    background-size: contain;
    float: right;
	height: 16px;
	margin-right: -15px;
	margin-top: -20px;
    width: 16px;
	color: transparent!important;
	text-indent: 9000px;
}

.loyalty-dropdown .item-row {
	float: left;
	background: url("../images/yellow-arrow.png") no-repeat 0 12px;
    background-size: 5px;
    padding: 3px 0;
    height: unset!important;
}

.loyalty-dropdown .item-li-shop {
	width:100%;height:auto;
	padding: 5px 0;
	/* border-bottom: 1px solid rgba(0,0,0,.1); */
	font-size: 13px
}

.loyalty-dropdown ul{
    padding : 0;
    margin-bottom: 1rem;
}

.loyalty-dropdown .link a{
    padding: 0 20px!important;
}

.dropdown-item:active{
    color:#fff;
    text-decoration:none;
    background-color:#fcd803!important
}
.currency-insurance {
    position: relative;
    margin-left: 60px;
}
.checkbox-insurance-popup {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 23px;
}
.custom-checkbox.checkbox-checkin.checkbox-insurance-popup .custom-control-label {
    right: 30px;
}
.custom-checkbox.checkbox-checkin.checkbox-insurance-popup .custom-control-label::before {
    left: 0;
}
.custom-checkbox.checkbox-checkin.checkbox-insurance-popup .custom-control-label::after {
    left: -1px;
    top: 1px;
}
#mainform .nav-tabs li {
    height: 60px;
    width: auto;
    margin-right: 1px;
    padding: 10px 12px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}
#mainform .nav-tabs li a{
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
}
#mainform .nav-tabs li a:hover {
    text-decoration: none;
}
#mainform .nav-tabs li a span {
    margin-right: 10px;
}
#mainform .nav-tabs li a img {
    zoom: 0.5;
}
#mainform .nav-tabs li.flight {
    background: rgb(255 0 0);
    position: relative;
    top: 1px;
}
#mainform .nav-tabs li.hotel {
    background: rgb(228 47 53);
    background: linear-gradient(180deg, rgb(228 47 53) 0%, rgb(226 38 44) 50%, rgb(232 31 38) 100%);
}
#mainform .nav-tabs li.attraction {
    background: rgb(237,28,36);
    background: linear-gradient(180deg, rgba(237,28,36,1) 0%, rgba(241,35,44,1) 50%, rgba(244,41,50,1) 100%);
}
#mainform .nav-tabs li.funcoin {
    background: rgb(246,46,55);
    background: linear-gradient(180deg, rgba(246,46,55,1) 0%, rgba(251,54,65,1) 50%, rgba(255,62,73,1) 100%);
}

.openEditSearch {
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    font-family: 'RSU';
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.iconOpenEditSearch {
    display: flex;
    justify-content: flex-end;
    justify-items: center;
    align-items: center;
    cursor: pointer;
}
.iconOpenEditSearch img {
    width: 40px;
    height: 40px;
}

.btn.btn-main {
    background-color: red;
    border-color : transparent;
    color: #fff;
    font-size: 22px;
    border-radius: 10px;
}
.btn.btn-main:hover{
    color: yellow;
}
.modal.show.modal-non-invasive-show {
    display: table !important;
    left: auto;
    right: 0;
    max-width: 280px;
    max-height: 300px;
}
.modal.show.modal-non-invasive-show .modal-dialog {
    max-width: 280px;
}
.modal-non-invasive-open {
    overflow-y: auto;
}
@media (min-width: 992px) {
    .modal .modal-side {
        position: absolute;
        width: 100%;
        right: 10px;
        bottom: 10px;
        margin: 0;
    }
}
@media (min-width: 768px) {
    .modal .modal-dialog.modal-top-right {
        top: 10px;
        right: 10px;
    }
}
@media (max-width: 768px) {
    #mainform .nav-tabs li a img {
        zoom: 0.8;
    }
    .openEditSearch {
        font-size: 35px;
        line-height: 35px;
        justify-content: center;
        padding: 10px 0;
        border-top: 1px solid #ff7676;
    }
    .iconOpenEditSearch {
        margin-left: 10px;
    }
    .iconOpenEditSearch img {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 576px) {
    #mainform .nav-tabs li a img {
        zoom: 0.7;
    }
}
@media (max-width: 420px) {
    #mainform .nav-tabs li a img {
        zoom: 0.6;
    }
}
@media (max-width: 360px) {
    #mainform .nav-tabs li a img {
        zoom: 0.5;
    }
}