@charset "utf-8";
body
{
    line-height: 1.7;
    color: #777777;
    font-size: 14px;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
img
{
    max-width: 100%;
}
a
{
    color: #000;
    text-decoration: none;
}
ul {
    margin-bottom: 0;
    padding: 0
}

a:hover,
a:focus,
button:focus {
    text-decoration: none;
    outline: none
}

button:hover {
    cursor: pointer
}

h1,
h4,
h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Roboto', serif
}

h2,
h3 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #c00027;
    font-weight: normal
}

h2 {
    font-size: 25px
}

h3,
.h3,
.title-line {
    font-size: 20px
}

.h3 {
    text-transform: uppercase;
    font-family: "Roboto";
    letter-spacing: inherit
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4) !important;
}

::-moz-placeholder {
    color: rgba(0, 0, 0, .4) !important;
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4) !important;
}

:-moz-placeholder {
    color: rgba(0, 0, 0, .4) !important;
}

input:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}

input:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}

input:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}

input:focus:-moz-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}

img.lazy {
  background-image: url("../../images/frontend/loading.gif");
  background-position: 50% 50%;
  background-size: 128px 128px;
  background-repeat: no-repeat; 
}

.sub-header {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.14);
    width: 100%;
/*    background: #ffffff;*/
    background: #c00027 url(../../images/frontend/header-tet.jpg) no-repeat 0px center;
    height: 66px;
    /*z-index: 2;
    position: fixed;*/
    /*top: 72px;*/
}

.sub-header .logo-gr {
    position: relative;
    top: 8px;
    margin-left: 8px;
}

.logo-gr {
    display: none;
}

.logo-gr img {
    height: 55px;
    width: auto;
    position: relative;
    left: 30px;
    top: -3px;
}

.logo-gr.logo-itel img,
.bottom-footer .logo-itel img {
    height: 45px;
    border-right: 2px solid #fff;
    padding-right: 10px;
}

.sub-header.fixed-header .logo-gr {
    display: inline-block;
}

.wrap {
    max-width: 1140px;
    margin: 20px 15px;
}

@media(min-width:1150px) {
    .wrap {
        margin: 30px auto;
    }
}
.main-header
{
/*    background: #c00027 url(../../images/frontend/header-tet.jpg) no-repeat 0px center;*/
    background-size: cover;
    float: left;
    width: 100%;
    padding: 10px 0px;
    /*position: fixed;
    top: 0;
    z-index: 1;*/
}
.menu-main
{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-main li
{
    float: left;
    position: relative;
    display: block;
}
.modal-title {
    display: inline-block;
}
.menu-main li a
{
    color: #fff !important;
    padding: 22px 28px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    outline: 0;
    line-height: 1.42857143;
    text-transform: uppercase;
    display: block;
    font-family: "Roboto Condensed";
}

.menu-main li > a.has-sub::after {
    content: "";
    vertical-align: .255em;
    margin-left: .5em;
    border-top: .32em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-bottom: 0;
    display: inline-block;
    width: 0;
    height: 0;
}

.fixed-header {
    position: fixed;
    top: 0;
    z-index: 2;
}

.top-header .logo {
    margin-left: 15px;
}

.top-header .logo img {
    height: 50px;
    width: auto;
}

.menu-main li.active a, .menu-main li:hover a
{
    color: #fff !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color:  #c00027 !important;
    color: #fff !important;
}

.search-tool .nav-link {
    color: #c00027 !important;
}

.menu-main li ul
{
    display: none;
    position: absolute;
    top: 99%;
    left: 0px;
    min-width: 200px;
    z-index: 3;
    background: #c00027;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    border: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 0;
}
.menu-main li:hover ul
{
    display: block;
}
.menu-main li ul li
{
    float: left;
    width: 100%;
    max-width: 100%
}
.menu-main li ul li a
{
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 20px !important;
    font-size: 14px !important;
    border-bottom: 1px solid #00000021;
    color: #ffffff !important;
    white-space: nowrap;
    clear: both;
    font-family: "Roboto Condensed";
}

.menu-main li ul li a:hover {
    background: #d3042a;
}

.menu-main li:hover ul li a
{
    color: #dff3fd !important;
}

.text-yellow-17
{
    color: #ffd800;
    font-size: 17px;
    line-height: 22px;
}
.text-yellow-24
{
    font-size: 24px;
    line-height: 26px;
    color: #ffd800;
    font-weight: 500;
}
.text-white-14
{
    font-size: 14px;
    color: #fff;
}
.text-footer-15w
{
    font-size: 15px;
    color: #fff; 
    font-weight: 300;  
}
.box-clock-air
{
    background: url(../../images/frontend/icon-clock.png) no-repeat 0px 0px;
    padding: 0px 0px 0px 60px;
    min-height: 50px;
}
.dis-in-100
{
    display: inline-block;
    width: 100%;
}
.nav-main
{
    float: left;
    /*width: 100%;*/
    position: relative;
    min-height: 50px;
    background: transparent;
    float: right;
    margin-right: 15px;
}
.banner-top
{
    float: left;
    width: 100%;
    margin-top: 66px;
}
.banner-top.mt0 {
    margin-top: 0;
}
.banner-top img
{
    max-width: 100%;
    width: 100%;
    max-height: 425px;
    object-fit: cover;
}
.box-search
{
    background: #fff;
    box-shadow: 0px 5px 10px #ccc;
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

.box-search.airport-content-page {
    margin-top: 25px;
}

.title-blue-20
{
    font-size: 20px;
    color: #c00027;
    line-height: 24px;
    margin-top: 20px;
}
.text-blue-13
{
    font-size:13px;
    color: #c00027;
    line-height: 18px;  
}
.fontw-500
{
    font-weight: 500;
}
.item-search
{
    float: left;
    padding-right: 10px;
    width: 21%;
    position: relative;
}
.item-sub-16
{
    width: 16%;
}
.text-first
{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 71px;
    color: #fff;
    background: #c00027;
    text-align: center;
    line-height: 46px;
}
.text-first span
{
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 300;
}
.box-input
{
    min-height: 46px;
    padding-left: 70px;
}
.input-txt
{
    display: inline-block;
    width: 100%;
    min-height: 46px;
    border: 1px solid #959595;
    color: #2b2b2b;
    font-style: italic;
    text-align: left;
    padding: 0px 15px 0px 10px;
    outline: 0;
}
.btn-yellow
{
    border: 0px;
    background: #c00027;
    padding: 10px 15px;
    min-width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.btn-yellow:hover
{
    background: #840a22;
    color: #fff;
}
.box-button
{
    text-align: center;
    padding: 15px 0px 15px 0px;
    display: inline-block;
    width: 100%;
}
.list-radio
{
    position: absolute;
    top: -30px;
    left: 0px;
}
.inner-search
{
    padding: 0;
}

.lbl-rd
{
    margin: 0px 25px 0px 0px;
    color: #343434;
    font-size: 13px;
    font-weight: 500;
}
.lbl-rd input
{
    float: left;
    margin: 4px 5px 0px 0px;
}
.title-border
{
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
    position: relative;
    padding-left: 14px;
}
.box-full
{
    display: inline-block;
    width: 100%;
}
.pdt20
{
    padding-top: 20px;
}
.mgt50
{
    margin-top: 50px; 
}
.text-red-14
{
    font-size: 14px;
    line-height: 18px;
    color: #c12828;
}
.text-black-14
{
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
}
.text-black-13
{
    font-size: 13px;
    line-height: 17px;
    color: #000;
    font-weight: 300;
    text-transform: none;
}
.text-black-13 b {
    font-weight: 600;
    font-size: 14px;
}
.item-airplane
{
    background: url(../../images/frontend/arrow.png) no-repeat 0px 4px;
    padding: 0px 0px 0px 20px;
    display: grid;
}
.table-none tr td, .table.table-none>tbody>tr>td
{
    border: 0px;
    padding: 8px 0px;
}
.title-border:before
{
    content:"";
    position: absolute;
    left: 0px;
    top: 1px;
    height: 20px;
    width: 3px;
    background: #c00027;
}
.box-grey
{
    background: #f6f6f6;
    padding: 40px 0px;
}
.box-white
{
    background: #fff;
    padding: 40px 0px;   
}
.title-border-bottom
{
    text-align: center;
    color: #000;
    font-size: 25px;
    line-height: 30px;
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-weight: 500;
    z-index: 0;
}
.title-border-bottom:before
{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 3px;
    width: 50px;
    background: #007bb7;
}
.title-black-15
{
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
    position: relative;
}
.description-text
{
    font-size: 15px;
    line-height: 22px;
    color: #000;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
        min-height: 74px;
}
.mgt20
{
    margin-top: 20px;
}
.mgt30
{
    margin-top: 30px;
}
.box-image
{
    min-height: 70px;
    margin: 0px 0px 10px 0px;
}
.box-image img
{
    height: 100%;
}
.mgb10
{
    margin-bottom: 10px;
}
.item-payment
{
    display: inline-block;
    width: 100%;
    padding: 0px 85px 0px 0px;
    position: relative;
}
.item-payment-right
{
    padding: 0px 0px 0px 85px;
}
.item-payment .icon-circle
{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #c00027;
    text-align: center;
    line-height: 70px;
}
.item-payment-right .icon-circle
{
    left: 0px;
    right: auto;
}
.title-black-25
{
    color: #000;
    font-size: 25px;
    line-height: 30px;
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}
.title-black-25-light
{
    color: #000;
    font-size: 25px;
    line-height: 30px;
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}
.img-support
{
    float: left;
    margin-left: 10px;
}
.text-support
{
    display: block;
    padding-left: 65px;
    padding-top: 8px;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 600;
}
.item-support
{
    vertical-align: middle;
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 15px;
    line-height: 60px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px #d6d6d6;
}
.pdt0
{
    padding-top: 0px;
}
.social-icon
{
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}
.title-blue-17
{
    font-size: 17px;
    color: #c00027;
    line-height: 22px;
}
.box-border-bottom
{
    position: relative;
    padding-bottom: 15px;
    padding-left: 44%;
    padding-top: 100px;
}
.box-border-bottom:before
{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 3px;
    width: 80px;
    background: #007bb7;
}
.bg-hand
{
    background: url(../../images/frontend/hand-tet.png) no-repeat 0px 0px;
    height: 350px;
    width: 500px;
    background-size: 100% 100%;
    position: absolute;
    top: -100px;
    right: 50%;
    z-index: 0;
}
.text-grey-15
{
    color: #393939;
    font-size: 15px;
    font-weight: 300;
}
.image-doitac
{
    display: inline-block;
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.image-doitac img {
    max-height: 50px;
}

.image-doitac.vtp img {
    max-height: 89px;
    position: relative;
    top: -15px;
}

.title-grey-15-footer
{
    color: #1a1a1a;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 20px;
}
.menu-bottom, .menu-footer
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}
.menu-bottom li a
{
    color: #1a1a1a;
    font-size: 14px;
    line-height: 20px;
    /*font-family: 'Oswald', sans-serif;*/
}
.menu-bottom li, .menu-footer li
{
    margin-bottom: 6px;
}
.menu-footer li a
{
    color: #fff;
}
.footer
{
    background: url(../../images/frontend/footer-tet.jpg) no-repeat top center;
    background-size: cover;
    padding: 50px 0px 20px 0px;
    display: inline-block;
    width: 100%;
    float: left;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
}
.title-white-18
{
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.btn-newsletter
{
    background: #ffba00;
    height: 45px;
    border: 0px;
    width: 60px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #000;
}
.txtEmail
{
    height: 45px;
    width: 100%;
    font-style: italic;
    padding: 0px 0px 0px 10px;
    color: #000;
}
.newsletter
{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0px 59px 0px 0px;
    margin-top: 20px;
}
.mgr20
{
    margin-right: 15px;
}
.socials-right
{
    float: right;
    padding: 10px 0px;
}
.icon-fb
{
    display: inline-block;
    height: 25px;
    width: 28px;
    background: url(../../images/frontend/fb-tet.png) no-repeat 0px 0px;
    background-size: 100% 100%;
}
.icon-tw
{
    display: inline-block;
    height: 25px;
    width: 28px;
    background: url(../../images/frontend/tw-tet.png) no-repeat 0px 0px;
    background-size: 100% 100%;
    margin-left: 4px;   
}
.icon-yt
{
    display: inline-block;
    height: 25px;
    width: 28px;
    background: url(../../images/frontend/yt-tet.png) no-repeat 0px 0px;
    background-size: 100% 100%;   
    margin-left: 4px;
}
.bottom-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #688b94;
    margin: 30px 0px 0px 0px;
    padding: 25px 0px 0px 0px;
}
.bottom-footer .company-info p {
    margin-bottom: 3px;
}
.bottom-footer img {
    height: 50px;
    width: auto;
}
.box-border-top
{
    border-top: 1px dashed #b7b7b7;
    margin: 20px 0px 0px 0px;
    display: inline-block;
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.bg-tet
{
    background: url(../../images/frontend/bg-flower.png) no-repeat center;
}
.icon-home
{
    background: url(../../images/frontend/address.png) no-repeat center left;
    padding: 3px 0px 0px 23px;
}
.icon-plane
{
    background: url(../../images/frontend/plane.png) no-repeat center left;
    padding: 3px 0px 0px 23px;
}
.icon-email
{
    background: url(../../images/frontend/email.png) no-repeat center left;
    padding: 3px 0px 0px 23px;
}
.icon-phone
{
    background: url(../../images/frontend/icon-phone.png) no-repeat 0px 5px;
    padding: 3px 0px 0px 23px;
}
.text-yellow-20
{
    color: #ffba00;
    font-size: 20px;
    line-height: 21px;
    font-weight: 600;
}
.bg-tet-bottom
{
    background: url(../../images/frontend/bg-bottom-tet.png) no-repeat bottom center;
}
#menu_mobile
{
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 11;
    display: none;
}
#menu_mobile img
{
    height: 30px;
}
.mgb20
{
    margin-bottom: 20px;
}
.img-100
{
    width: 100%;
}

.tableHanhTrinhDangTim {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-bottom: 10px;
}

.tableHanhTrinhDangTim caption {
    text-align: left
}

.tableHanhTrinhDangTim caption h3 {
    color: #24478c;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px !important;
}

.tableHanhTrinhDangTim tbody {
    height: 340px;
    overflow: hidden;
    display: block;
    width: 100%;
    margin: -2px 0 2px
}

.tableHanhTrinhDangTim tbody tr {
    display: block;
    width: 100%;
    -webkit-transition-property: height;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: height;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    height: 50px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.tableHanhTrinhDangTim tbody tr td.title:before {
    content: "";
    display: inline;
    height: 25px;
    background: url(../img/icon/list-icon1.png) no-repeat center left;
    padding: 3px 0 3px;
    padding-left: 12px;
    margin-top: 2px;
    font-size: 15px;
}

.tableHanhTrinhDangTim tr.hiddenItem {
    height: 0;
    overflow: hidden
}

.tableHanhTrinhDangTim th {
    font-weight: bold;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 3px
}

.tableHanhTrinhDangTim th.route {
    width: 50%
}

.tableHanhTrinhDangTim th.price-value {
    width: 20%
}

.tableHanhTrinhDangTim th.airline {
    width: 25%;
}

.tableHanhTrinhDangTim td {
    border: none;
    padding: 0px 3px 0px;
    vertical-align: middle;
    display: table-cell;
    box-sizing: border-box;
    position: relative;
    width: 33.3%;
}

.tableHanhTrinhDangTim td.title {
    width: 100%;
}

.tableHanhTrinhDangTim td.title a {
    color: #e84e0f;
    display: inline-block;
    font-weight: 600;
}

.tableHanhTrinhDangTim td.route {
    width: 50%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-left: 8px;
}

.tableHanhTrinhDangTim td.price-value {
    text-align: right;
    width: 20%;
    color: #e84e0f;
    font-weight: bold;
    position: relative;
    font-size: 16px;
}

.tableHanhTrinhDangTim td.airline a {
    position: absolute;
    top: -20px;
    right: 3px;
    width: auto;
    font-weight: normal
}
.shorttextsum
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tableHanhTrinhDangTim td.airline {
    width: 33.3%;
    text-align: right;
    min-width: 50px;
}
.tableHanhTrinhDangTim td.td1
{
    width: 70%;
}
.tableHanhTrinhDangTim td.td2
{
    width: 30%;
}
.tableHanhTrinhDangTim td.airline img {
    /*float: left;
    margin: 0 1%;
    height: 20px;
    width: 23%*/
}

.tableHanhTrinhDangTim td.airline span {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    font-size: 12px
}
.box-online-support
{
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
}
.div-img
{
    height: 100%;
}
.ip-marker
{
    background: #fff url(../../images/frontend/marker-tet.png) no-repeat right 10px top 14px;
}
.ip-calendar
{
    background: #fff url(../../images/frontend/calendar-tet.png) no-repeat right 10px top 14px;
}
.ip-passenger
{
    background: #fff url(../../images/frontend/user-tet.png) no-repeat right 10px top 14px;
}
.slick-slide
{
    outline: none
}

#regResult .alert {
    margin-bottom: 0;
    margin-top: 20px;
    padding: 4px 15px;
    margin-bottom: -10px;
}

.btn.btn-menu-mb {
    display: none;
}

.btn-ontop {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 9999
}

.btn-ontop a {
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    background: #1099dd;
    display: block;
    line-height: inherit;
    font-size: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 10px 12px 12px 14px
}

.btn-ontop a:hover,
.btn-ontop a:focus {
    color: #fff !important;
}

.btn-ontop a i:before {
    font-size: 18px;
    margin-right: 5px;
    margin-left: 5px
}

.img-full {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.lunar-calendar {
    font-size: 12px;
    color: #c12828;
    position: relative;
    top: 2px;
    font-family: "Roboto Condensed";
}

.message-error {
    padding: 20px 0;
    color: red;
    text-align: center;
}

.p5 {
    padding: 5px !important;
}

.pb50 {
    padding-bottom: 50px;
}

@media (max-width: 1200px)
{
    .lbl-rd {
        margin: 0px 10px 0px 0px;
    }
    .text-yellow-17 {
        font-size: 15px;
    }
    .text-yellow-24 {
        font-size: 18px;
    }

    .menu-main li a
    {
        padding: 22px 15px;
    }

    .sub-header .logo-gr {
        margin-left: 0;
    }
}

@media (max-width: 992px)
{
    .top-header .logo {
        margin-left: 0;
        position: relative;
    }

    #menu_mobile
    {
        display: block;
    }
   
    .menu-main li a
    {
        padding: 22px 10px;
    }

    .sub-header .logo-gr {
        margin-left: 0;
    }

    .sub-header .logo-gr img {
        height: 50px;
        width: auto;
    }
   
    .item-search, .item-sub-16 {
        padding-right: 10px;
        width: 33.3%;
        margin: 0px 0px 8px 0px;
    }

    .list-radio {
        top: -25px;
    }
    .text-blue-13 {
        font-size: 12px;
    }
    .box-button {
        padding-top: 15px;
    }
    .table-responsive
    {
        padding: 0px 5px;
    }
    .table-responsive>.table
    {
        width: 100%;
        min-width: 450px;
    }
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th
    {
        white-space: normal;
    }
    .item-airplane .text-black-14,
    .item-question {
        display: inline-block;
        width: 100%;
    }
    .item-airplane .text-black-14 .dis-in-100,
    .item-question {
        width: auto;
    }
    .table.table-none .text-red-14 {
        display: inline-block;
        width: 150px;
    }
    .text-yellow-17 {
        font-size: 13px;
        line-height: 16px;
    }
    header .text-white-14 {
        font-size: 12px;
    }
    .text-yellow-24 {
        font-size: 18px;
        line-height: 18px;
    }
    .bg-hand
    {
        right: 53%;
    }
    .box-border-bottom
    {
        padding-left: 40%;
        margin-bottom: 80px;
    }
    .box-border-bottom:before
    {
        left: 40%;
    }
    .title-black-25-light {
        font-size: 19px;
        line-height: 24px;
    }
    .title-black-25 {
        font-size: 20px;
        line-height: 24px;
    }
    .btn-yellow {
        padding: 9px 15px 8px 15px;
        min-width: 100%;
    }
    .socials-right {
        width: 100%;
        text-align: center;
        margin: 15px 0px 0px 0px;
    }
    .text-footer-bottom {
        display: block;
        padding-top: 0;
    }
    .bottom-footer
    {
        text-align: center;
    }
    .text-first span {
        line-height: 15px;
        font-size: 12px;
    }
    .text-first
    {
        line-height: 40px;
    }
    .box-input {
        min-height: 40px;
    }
    .input-txt {
        min-height: 40px;
    }
    .box-search {
        margin-top: -50px;
        padding: 10px 15px;
    }
    .main-header {
        background: #c00027 url(../../images/frontend/header-tet.jpg) no-repeat top center;
        background-size: auto 60px;
    }

    .container {
        max-width: 100%;
    }

    .bottom-footer {
        display: block;
    }

    .bottom-footer img {
        margin-bottom: 20px;
    }

    .bottom-footer p {
        font-size: 12px;
    }
}

@media (max-width: 768px)
{    
    .box-search {
        margin-top: 15px;
        padding: 10px 5px;
    }

    .top-header .logo {
        position: relative;
        top: 0;
    }
    
    .footer {
        padding: 5px;
    }

    .newsletter {
        margin-top: 8px;
    }

    .info-footer {
        margin-top: 20px;
    }

    #regResult .alert {
        margin-bottom: 0;
    }

    .logo img
    {
        margin: 5px 0px 4px 0px;
    }
    .top-header
    {
        text-align: center;
        margin: 0px 0px 0px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .top-header .logo-itel img {
        height: 45px;
        border-right: 2px solid #fff;
        padding-right: 10px;
        margin-right: 10px;
    }
    .box-clock-air {
        padding: 0px 0px 0px 54px;
        display: inline-block;
        text-align: left;
        width: auto;
    }
    .bg-hand {
        height: 290px;
    }
    .box-border-bottom
    {
        margin-bottom: 20px;
    }
    .slick-slide {
        overflow: hidden;
        text-align: center;
        height: 310px;
        position: relative;
    }
    .banner-top img {
        max-width: none;
        width: auto;
        margin: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-header {
        background: #c00027 url(../../images/frontend/header-tet.jpg) no-repeat 0px bottom;
        background-size: auto 60px;
    }
    .text-yellow-24 {
        font-size: 16px;
    }
    .box-button, .item-search, .item-sub-16 {
        width: 100%;
        padding-right: 0px;
    }

    .main-header
    {
        float: none;
        padding: 4px 0px;
        position: fixed;
        top: 0;
        z-index: 2;
    }

    .box-white {
        /*padding: 25px 0px;*/
    }

    .title-border-bottom {
        line-height: 16px;
    }

    .mgt50 {
        margin-top: 30px;
    }

    .description-text.mgt20 {
        margin-top: 0;
    }

    .description-text {
        margin-bottom: 16px;
    }

    .box-border-bottom {
        padding-top: 65px;
        padding-bottom: 0px;
    }

    .item-support {
        margin-bottom: 15px;
    }

    .box-grey {
        padding-bottom: 15px;
    }

    .item-payment {
        padding: 0px 65px 0px 0px;
    }

    .item-payment-right {
        padding: 0px 0px 0px 80px;
    }

    .text-support a.title-blue-17 {
        display:  block;
    }

    .item-support {
        padding: 15px 5px;
    }

    .news-question{
        display: none!important
    }

    .bottom-footer {
        display: block;
    }

    .bottom-footer img {
        margin-bottom: 20px;
    }

    .bottom-footer p {
        font-size: 12px;
    }
}

@media(max-width:768px) {

    .wrap {
        margin: 15px 15px 20px 15px;
    }

    .affix {
        position: sticky;
        top: -1px;
        z-index: 0;
    }

    .btn.btn-menu-mb {
        position: absolute;
        right: 15px;
        top: 15px;
        background-color: transparent;
        font-size: 24px;
        padding: 0;
        border: none;
        color: #fff;
        display: block;
    }

    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 320px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
            -ms-transform: translate3d(0%, 0, 0);
             -o-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
    }

    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
    }
    
    .modal.right .modal-body {
        padding: 15px 15px 80px;
    }
            
    /*Right*/
    .modal.right.fade .modal-dialog {
        right: -320px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
           -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
             -o-transition: opacity 0.3s linear, right 0.3s ease-out;
                transition: opacity 0.3s linear, right 0.3s ease-out;
    }
    
    .modal.right.fade.show .modal-dialog {
        right: 0;
    }

    /* ----- MODAL STYLE ----- */
    .modal-content {
        border-radius: 0;
        border: none;
    }

    .modal-header {
        border-bottom-color: #EEEEEE;
        background-color: #FAFAFA;
    }
   
    .list-menu-mb>ul>li{
        list-style: none;
        padding: 12px 15px;
        border-bottom: 1px solid #EEEEEE;
        font-weight: bold;
    }
    .list-menu-mb ul>li a{
        color: #333333;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
    }
    .list-menu-mb ul>li .sub-menu {
        margin-top: 10px;
    }
    .list-menu-mb ul>li .sub-menu a {
        color: #333333;
        font-size: 13px;
        margin-left: 20px;
        text-decoration: none;
    }
    .list-menu-mb ul>li .sub-menu li {
        padding: 5px 0;
        list-style: none;
    }

    .sub-menu-mb {
        padding-left: 10px;
    }

    .sub-menu-mb li:first-child {
        margin-top: 5px;
    }

    .sub-menu-mb li {
        list-style: none;
        padding: 5px 0;
    }

    .list-menu-mb ul li a i {
        width: 25px;
        text-align: center;
    }

    .logo-mobile {
        padding: 4px 0px;
        background-color: #ebebeb;
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
    }

    .logo-mobile img {
        margin: 5px 0px 4px 0px;
        height: 50px;
        width: auto;
    }

    .btn-ontop {
        display: none !important;
    }
}

@media (max-width: 600px)
{
   
}
@media (max-width: 535px)
{
    .text-support {
        padding-left: 65px;
        padding-top: 5px;
        font-size: 14px;
        line-height: 18px;
    }
    .box-border-bottom
    {
        padding-left: 35%;
    }
    .box-border-bottom:before
    {
        left: 35%;
    }
    .slick-slide {
        height: 270px;
    }
}
@media (max-width: 425px)
{
    .item-payment .icon-circle {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
}
@media (max-width: 350px)
{
    .slick-slide {
        height: 220px;
    }
}

.tinmoicapnhat {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-bottom: 10px;
}

.tinmoicapnhat caption {
    text-align: left;
}

.tinmoicapnhat caption h3 {
    color: #24478c;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px !important;
}

.tinmoicapnhat tbody {
    height: 160px;
    overflow: hidden;
    display: block;
    width: 100%;
    margin: -2px 0 2px;
}

.tinmoicapnhat tbody tr {
    display: block;
    width: 100%;
    -webkit-transition-property: height;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: height;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    height: 50px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.tinmoicapnhat tr.hiddenItem {
    height: 0;
    overflow: hidden;
}

.tinmoicapnhat th {
    font-weight: bold;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 3px;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible-question {
    background: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible-question:after {
    content: "\002B";
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/* Style the collapsible content. Note: hidden by default */
.text-question {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: white;
}

.item-question {
    background: url(../../images/frontend/icons/question-icon.jpg) no-repeat 0px
        4px;
    padding: 0px 0px 0px 20px;
    display: grid;
}
.see-more {
    color: #c00027 !important;
    font-weight: bold;
    /*margin-top: 6px;*/
}

.totalPriceChoice {
    position: absolute;
    bottom: 55px;
    padding: 10px;
    margin-bottom: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px -2px #ccc;
    display: none;
}

.totalPriceChoice span:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #240da3;
}

.totalPriceChoice span:last-child {
    font-size: 26px;
    font-weight: 700;
    color: red;
}


@keyframes zoom{0%{transform:scale(.5);opacity:0}50%{opacity:1}to{opacity:0;transform:scale(1)}}
@keyframes lucidgenzalo{0% to{transform:rotate(-25deg)}50%{transform:rotate(25deg)}}
.jscroll-to-top{bottom:100px}
.fcta-zalo-ben-trong-nut svg path{fill:#fff}
.fcta-zalo-vi-tri-nut{position:fixed;bottom:24px;right:20px;z-index:999}
.fcta-zalo-nen-nut,div.fcta-zalo-mess{box-shadow:0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16)}
.fcta-zalo-nen-nut{width:50px;height:50px;text-align:center;color:#fff;background:#0068ff;border-radius:50%;position:relative}
.fcta-zalo-nen-nut::after,.fcta-zalo-nen-nut::before{content:"";position:absolute;border:1px solid #0068ff;background:#0068ff80;z-index:-1;left:-20px;right:-20px;top:-20px;bottom:-20px;border-radius:50%;animation:zoom 1.9s linear infinite}
.fcta-zalo-nen-nut::after{animation-delay:.4s}
.fcta-zalo-ben-trong-nut,.fcta-zalo-ben-trong-nut i{transition:all 1s}
.fcta-zalo-ben-trong-nut{position:absolute;text-align:center;width:60%;height:60%;left:10px;bottom:25px;line-height:58px;font-size:25px;opacity:1}
.fcta-zalo-ben-trong-nut i{animation:lucidgenzalo 1s linear infinite}.fcta-zalo-nen-nut:hover .fcta-zalo-ben-trong-nut,.fcta-zalo-text{opacity:0}
.fcta-zalo-nen-nut:hover i{transform:scale(.5);transition:all .5s ease-in}
.fcta-zalo-text a{text-decoration:none;color:#fff}
.fcta-zalo-text{position:absolute;top:6px;text-transform:uppercase;font-size:12px;font-weight:700;transform:scaleX(-1);transition:all .5s;line-height:1.5}
.fcta-zalo-nen-nut:hover .fcta-zalo-text{transform:scaleX(1);opacity:1}
div.fcta-zalo-mess{position:fixed;bottom:29px;right:58px;z-index:99;background:#fff;padding:7px 25px 7px 15px;color:#0068ff;border-radius:50px 0 0 50px;font-weight:700;font-size:15px}
.fcta-zalo-mess span{color:#0068ff!important}

.fcta-messenger-vi-tri-nut{position:fixed;bottom:100px;right:20px;z-index:999}
.fcta-messenger-nen-nut{width:50px;height:50px;text-align:center;color:#fff;background: #0068ff;border-radius:50%;position:relative}
.fcta-messenger-ben-trong-nut{position:absolute;text-align:center;width:60%;height:60%;left:10px;bottom:25px;line-height:58px;font-size:25px;opacity:1}

@media (min-width: 768px) {
    .banner-top.mt-lg-0 {
        margin-top: 0;
    }
}