html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    font-family: 'Lato', sans-serif;
}

html {
  scroll-behavior: smooth;
}
body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;

}
.account-title{
  padding-left: 10px;
  font-size: 20px;
  border-left: 3px solid #fa901b;
  margin-bottom: 10px;
}
body img {
    max-width: 100%;
}
.social-login{
  margin: 10px 0px;
}
.d-flex{
  display: flex;
  display: -webkit-flex;
}
.d-flex-center{
display: flex;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;
}
a:hover {
    text-decoration: none;
}
.text-danger{
  font-size: 13px;
}
#account-information .myAccountCard{
    padding: 10px 15px;
    margin-top: 5px;
    background: #fff;
    border-radius: 2px;
    border-left-width: 5px;
    box-shadow: 0 1px 8px rgba(0,0,0,.2);
    overflow: hidden;
}
#account-information .hotel-order-view .hotel_item_rate{
    color: #ef5b00;
    width: fit-content;
    display: inline-block;
}
#account-information .hotel-order-view .hotel_item_location{
    color: gray;
}
#account-information .hotel-order-view .total_price{
    color: orange;
    font-weight: 900;
}
#account-information .hotel-order-view td{
    padding: 0;
}
#background-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background: rgba(35, 42, 49, 0.91);
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    overflow: hidden;
    outline: 0;
    display: none;
}

body.background-loading-open #background-loading{
    display: block;
    z-index: 100;
}
body.background-loading-open #background-loading.open #content-loading {
    display: block;
}
body.background-loading-open #form-search{
    z-index: 101;
}
.background-loading-open {
    overflow: hidden;
    padding-right: 17px;
}

#background-loading #content-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 425px;
    color: #000;
    border: 2px dotted #797979;
    background: #f9f9f9;
    padding: 14px 35px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-style: groove;
}

#background-loading #content-loading .image {
    float: left;
    margin-right: 15px;
}

#background-loading #content-loading .description {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

#background-loading #content-loading .image img {
    height: 185px;
}

#background-loading #content-loading #icon-loading {
    height: 70px;
    width: 70px;
    border: 7px solid #ddd;
    border-left-color: #404144;
    border-radius: 50%;
    -webkit-animation: spinloading 1s linear infinite;
    animation: spinloading 1s linear infinite;
    display: table;
    margin: 0 auto;
}

#background-loading #content-loading p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}

#background-loading #content-loading .dv-bubble-loading-wp {
    position: relative;
    margin-top: 16px;
}

#background-loading #content-loading .dv-bubble-loading-wp > div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .8;
}

#background-loading #content-loading .dv-bubble-loading-wp table {
    width: 100%;
    height: 100%;
    text-align: center;
}

#background-loading #content-loading .dv-bubble-loading-wp .dv-bubble-loading {
    vertical-align: middle;
}

#background-loading #content-loading .dv-bubble-loading-wp .dv-bubble-loading .bubble-burst {
    background-color: #005dac;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    width: 16px;
    -webkit-transform: scale(.4);
    transform: scale(.4);
    -o-transform: scale(.4);
    opacity: .5;
    -webkit-animation: bubble-burst .6s infinite ease-in-out;
    -o-animation: bubble-burst .6s infinite ease-in-out;
    animation: bubble-burst .6s infinite ease-in-out;
}

#background-loading #content-loading .dv-bubble-loading-wp .dv-bubble-loading .bubble-burst:nth-child(2) {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s;
}

#background-loading #content-loading .dv-bubble-loading-wp .dv-bubble-loading .bubble-burst:nth-child(3) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

#background-loading #content-loading .dv-bubble-loading-wp .dv-bubble-loading .bubble-burst:nth-child(4) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}
#background-loading #content-loading .dv-bubble-loading-wp .dv-bubble-loading .bubble-burst:nth-child(5) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}
.account-left-container{
  padding: 0!important;
  padding-right: 10px!important;
}
@-webkit-keyframes bubble-burst {
    40% {
        opacity: 1;
        -webkit-transform: scale(.9);
        -o-transform: scale(.9);
        -moz-transform: scale(.9);
        transform: scale(.9);
    }

    80% {
        opacity: .4;
        -webkit-transform: scale(.4);
        -o-transform: scale(.4);
        -moz-transform: scale(.4);
        transform: scale(.4);
    }
}

@keyframes bubble-burst {
    40% {
        opacity: 1;
        -webkit-transform: scale(.9);
        -o-transform: scale(.9);
        -moz-transform: scale(.9);
        transform: scale(.9);
    }

    80% {
        opacity: .4;
        -webkit-transform: scale(.4);
        -o-transform: scale(.4);
        -moz-transform: scale(.4);
        transform: scale(.4);
    }
}
@-webkit-keyframes spinloading {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinloading {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: .5px;
}

p {
    margin: 0;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 1px;
}

ul {
    margin: 0;
    padding: 0;
}

/*-- header --*/

header {
    position: absolute;
    width: 100%;
    padding: 15px 0;
  z-index: 9;
}
.right-p li ,.right-p li  a{
    display: inline-block;
    color: #ddd;
    font-size: 15px;
    letter-spacing: 2px;
}
.right-p li  span{
    color: #fff;
}
/*-- header --*/

.toggle,
[id^=drop] {
  display: none;
}

/* Giving a background-color to the nav container. */
nav {
  margin:0;
  padding: 0;
}
#logo img, .footer-title img {
    width: 150px;
    height: 40px;
}

#logo a {
  float: left;
    font-size: .75em;
    font-weight: 600;
    display: initial;
    margin: 0;
    letter-spacing: 1px;
    color: #fff;
    padding: 0px 0;
    border: none;
    text-transform: capitalize;
}
#logo a span.fa {
    color: #ff4f81;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
  content:"";
  display:table;
  clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
  float: right;
  padding:0;
  margin:0;
  list-style: none;
  position: relative;
  }

/* Positioning the navigation items inline */
nav ul li {
  margin: 0px;
  display:inline-block;
  float: left;
  }

/* Styling the links */
#account-interface-bandidau nav a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
    padding: 10px 13px;
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle;
}
nav ul li ul li:hover { background: #f8f9fa; }

/* Background color change on Hover */
nav a:hover {
  color: #ddd;
}
.menu li.active  a{
  color: #fff;
}
.footer-grid_section{
  margin: auto;
}
/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
  display: none;
  position: absolute;
  /* has to be the same number as the "line-height" of "nav a" */
  top: 30px;
    background: #fff;
    padding: 10px;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
  display:inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
  width:170px;
  float:none;
  display:list-item;
  position: relative;
}
nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}
/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
  position: relative;
  top:-60px;
  /* has to be the same number as the "width" of "nav ul ul li" */
  left:170px;
}
.footer-layer {
    background: rgba(0, 0, 0, 0.8);
}
.footer-title a {
    font-size: 33px;
    text-transform: capitalize;
    font-weight: 600;
    color: #eee;
}
ul.social_section_1info li {
    display: inline-block;
}
ul.social_section_1info a {
    margin-right: 4px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
ul.social_section_1info a span.fa {
    font-size: 13.5px;
    color: #ccc;
    line-height: 40px;
}
.footer-text p {
    color: #fff;
}

/* Change ' +' in order to change the Dropdown symbol */
li > a:only-child:after { content: ''; }

.csslider {
    text-align: left;
    position: relative;
    margin-bottom: 0px;
}

.csslider>input {
    display: none;
}

/* .csslider>input:nth-of-type(10):checked~ul li:first-of-type {
    margin-left: -900%;
}

.csslider>input:nth-of-type(9):checked~ul li:first-of-type {
    margin-left: -800%;
}

.csslider>input:nth-of-type(8):checked~ul li:first-of-type {
    margin-left: -700%;
}

.csslider>input:nth-of-type(7):checked~ul li:first-of-type {
    margin-left: -600%;
}

.csslider>input:nth-of-type(6):checked~ul li:first-of-type {
    margin-left: -500%;
}

.csslider>input:nth-of-type(5):checked~ul li:first-of-type {
    margin-left: -400%;
}

.csslider>input:nth-of-type(4):checked~ul li:first-of-type {
    margin-left: -300%;
} */

.csslider>input:nth-of-type(3):checked~ul li:first-of-type {
    margin-left: -200%;
}

.csslider>input:nth-of-type(2):checked~ul li:first-of-type {
    margin-left: -100%;
}

.csslider>input:nth-of-type(1):checked~ul li:first-of-type {
    margin-left: 0%;
}

.csslider>ul {
    position: relative;
    /* height: 760px; */
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.csslider>ul>li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}

.csslider>ul>li.scrollable {
    overflow-y: scroll;
}

/* navigation bullets */
.csslider>.navigation {
    position: absolute;
    bottom: -5%;
    left: 2%;
    z-index: 10;
    margin-bottom: -10px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.csslider>.navigation label {
    position: relative;
    cursor: pointer;
    width: 15px;
    height: 8px;
    display: inline-block;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.6);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.csslider>.navigation label:hover:after {
    opacity: 1;
}

.csslider>.navigation label:after {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 8px;
    background: #fff;
    opacity: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* //navigation bullets */

/* navigation arrows */
.csslider>.arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

.csslider.inside .navigation label {
    border: 1px solid #7e7e7e;
}

.csslider>input:nth-of-type(1):checked~.navigation label:nth-of-type(1):after,
.csslider>input:nth-of-type(2):checked~.navigation label:nth-of-type(2):after,
.csslider>input:nth-of-type(3):checked~.navigation label:nth-of-type(3):after {
    opacity: 1;
}

.csslider>.arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 26px;
    z-index: 1;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.csslider>.arrows label {
    display: none;
    position: absolute;
    top: -50%;
    padding: 8px;
    box-shadow: inset 2px -2px 0 1px #ffffff;
    cursor: pointer;
    -moz-transition: box-shadow 0.15s, margin 0.15s;
    -o-transition: box-shadow 0.15s, margin 0.15s;
    -webkit-transition: box-shadow 0.15s, margin 0.15s;
    transition: box-shadow 0.15s, margin 0.15s;
}

.csslider>.arrows label:hover {
    box-shadow: inset 3px -3px 0 2px #ff3c41;
    margin: 0 0px;
}

.csslider>.arrows label:before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    height: 300%;
    width: 300%;
}

.csslider.infinity>input:first-of-type:checked~.arrows label.goto-last,
.csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(0),
.csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(1),
.csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(2) {
    display: block;
    left: 5%;
    right: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
.csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
.csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3) {
    display: block;
    right: 5%;
    left: auto;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
/* responsive */
@media screen and (max-width: 1280px) {

    .csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
    .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
    .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3),
    .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(4),
    .csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(5),
    .csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(6),
    .csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(7),
    .csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(8),
    .csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(9),
    .csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(10),
    .csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(11),
    .csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(12) {
        right: 3%;
    }

    .csslider.infinity>input:first-of-type:checked~.arrows label.goto-last,
    .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(0),
    .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(1),
    .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(2),
    .csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(3),
    .csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(4),
    .csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(5),
    .csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(6),
    .csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(7),
    .csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(8),
    .csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(9),
    .csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(10) {
        left: 3%;
    }
}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 800px) {

    .csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
    .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
    .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3),
    .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(4),
    .csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(5),
    .csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(6),
    .csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(7),
    .csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(8),
    .csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(9),
    .csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(10),
    .csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(11),
    .csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(12) {
        right: 5%;
    }

    .csslider.infinity>input:first-of-type:checked~.arrows label.goto-last,
    .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(0),
    .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(1),
    .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(2),
    .csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(3),
    .csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(4),
    .csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(5),
    .csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(6),
    .csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(7),
    .csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(8),
    .csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(9),
    .csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(10) {
        left: 5%;
    }
}

/* //responsive */
/* Media Queries
--------------------------------------------- */

@media all and (max-width : 991px) {

  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }
  .menu li.active a {
    color: #3369e7;
  }
  nav ul li span {
    color: #333;
  }
  nav {
    margin: 0;
  }
  nav a {
    color: #333;
  }

  /* Hide the navigation menu by default */
  /* Also hide the  */
  .toggle + a,
  .menu {
    display: none;
  }

  /* Stylinf the toggle lable */
  .toggle {
    display: block;
    padding: 5px 15px;
    font-size: 20px;
    text-decoration: none;
    border: none;
    float: right;
    background-color: #3369e7;
    color: #fff;
    margin-bottom: 0;
  }
  .menu .toggle {
    float: none;
    text-align: center;
    margin: auto;
    width: 30%;
    padding: 5px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
  }

  .toggle:hover {
    color:#333;
    background-color: #fff;
  }

  /* Display Dropdown when clicked on Parent Lable */
  [id^=drop]:checked + ul {
    display: block;
    background: #005dac;
    padding: 15px 0;
    width:100%;
    text-align: center;
  }

  /* Change menu item's width to 100% */
  nav a{
    padding: 5px 0;
  }
  nav a:hover {
    color: #333;
  }
  .login-icon {
    text-align: center;
  }
  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }

  nav ul ul ul a {
    padding: 0 80px;
  }

  nav a:hover,
  nav ul ul ul a {
    background-color: transparent;
  }

  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a{
    padding:14px 20px;
    color:#FFF;
    font-size:17px;
  }


  nav ul li ul li .toggle,
  nav ul ul a {
    background-color: #fff;
  }
  nav ul ul li a {
    font-size: 15px;
  }
  ul.inner-ul{
    padding: 0!important;
  }
  /* Hide Dropdowns by Default */
  nav ul ul {
    float: none;
    position:static;
    color: #ffffff;
    /* has to be the same number as the "line-height" of "nav a" */
  }

  /* Hide menus on hover */
  nav ul ul li:hover > ul,
  nav ul li:hover > ul {
    display: none;
  }

  /* Fisrt Tier Dropdown */
  nav ul ul li {
    display: block;
    width: 100%;
    padding: 0;
  }

  nav ul ul ul li {
    position: static;
    /* has to be the same number as the "width" of "nav ul ul li" */

  }

}

@media all and (max-width : 330px) {

  nav ul li {
    display:block;
    width: 94%;
  }

}
.user span.fa {
    font-size: 25px;
    color: #fff;
}
/*-- //header --*/

/*-- banner --*/
.banner {
    background: url(/image/catalog/banners/hai-phong.jpg)no-repeat center;
    min-height: 120vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.order-id-absolute{
    background: #fa6d018c;
    width: fit-content;
    border: 1px solid #005dac;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    top: 35%;
    position: absolute;
    left: 5%;
    transform: rotate(-30deg);
    z-index: 1;
}
.wish-hotel-item .pos-like{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    cursor: pointer;
}
.flex-container{
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-container{
  overflow: scroll;
  max-height: 120vh;
}
.hotel_wish_item-name{
  font-size: 15px;
}
.wish-hotel-item{
  position: relative;
  border: 1px solid #cccccc82;
  margin: 5px 0px;
  transition: all 0.5s ease;
}
#account-information .passenger-box.active{
  background: rgb(250,144,27);
}
.wish-hotel-item .hotel_item_location{
  color: gray;
  font-size: 12px;
}
.wish-hotel-item:hover{
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
}
.wish-hotel-item img{
    width: 100%;
}
.btn-beautiful-color-1{
  background: rgb(250, 144, 27);
  /*background-image: linear-gradient(to right,#25252540,#fa901b);*/
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0 1px 8px rgba(0,0,0,.2);
  transition: .5s linear;
}
.passenger-box{
    margin-right: 10px;
    border-radius: 25px;
    padding: 10px 20px;
    min-width: 90px;
    font-weight: 700;
    color: #fff;
    background: #005dac;
}
.passenger-box.active{
    background: rgb(250, 144, 27);
}
.layer {
    background: rgba(0, 0, 0, 0.5);
    min-height: 120vh;
}
.w3ls_banner_txt p {
    color: #eee;
    text-transform: capitalize;
    font-size: 15px;
}
.banner-text-w3pvt {
    padding: 17vw 0 11vw;
    box-sizing: border-box;
}
.banner-form-w3 {
    padding: 14vw 0 0vw;
    box-sizing: border-box;
    margin-left: 3rem;
}
#account-information{
  overflow: hidden;
  position: relative;
  margin: 30px 0px 0px 0px;
  margin-bottom: 50px;
}

#account-information .img-title-top-container{
  display: flex;
  justify-content: center;
  align-items: center;
}
#account-information .img-title-top-container img{
  width: 60px;
}
#account-information input{
  height: 40px;
}
#account-information label{
    color: gray;
    font-weight: 500;
}
#account-information .ssSSSSS{
    margin: 0;
    display: inline-flex;
    overflow-x: auto;
    width: 100%;
}
.account-left-container .nav-tabs li{
    width: 100%;
}
.account-left-container .nav-tabs li.active{
    width: 100%;
}
#account-information #module-discovery-all .container,#account-information .module-all-banner-container .container{
    width: 100%;
}
#account-information .account-catagory-item{
    padding: 10px 15px 10px 15px;
}
#account-information .roll-absolute{
  position: absolute;
  top: 70px;
  right: 30px;
  z-index: 1;
  color: #fff;
  background: #005dac;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#account-information .account-catagory-item.active{
    background: #005dac;
}
#account-information .nav-tabs li.active a,#account-information .account-catagory-item.active a{
    color: #fa901b;
}
#account-information .submit-button{
    width: fit-content;
    background-color: #005dac;
    color: #fff;
    border-width: 0;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    font-weight: 400;
    transition: .5s linear;
    padding: 10px;
}
#account-information .submit-button:hover{
    background: #fa901b;
}
#account-information .submit-button.active{
    background: #fa901b;
}
#account-information legend,#account-information legend{
    margin: 5px;
}
#account-information .passenger-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 15px;
}
#account-information .hotel-order-view{

}
#account-information .hotel-order-view .img_container{
    height: 190px;
    padding: 0px;
    overflow: hidden;
}
h3.b-w3ltxt span {
    color: #fff;
}
h3.b-w3ltxt {
    font-size: 3.5em;
    color: #fa6d01;
    font-weight: 600;
    text-shadow: 1px 1px 0px #333;
}

h4.b-w3ltxt {
    font-size: 3em;
    letter-spacing: 3px;
    font-weight: 300;
    color: #fff;
}
.btn-logout{
  background: #005dac;
}
.btn-banner {
    background: #3369e7;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 12px 30px;
    display: inline-block;
}
.btn-banner:hover  {
    color: #fff;
}

.form-style-w3ls input[type="text"], .form-style-w3ls input[type="email"], .form-style-w3ls input[type="password"],select {
    outline: none;
    font-size: 14px;
    border: none;
    color: #666;
    background: #f1f1f1;
    letter-spacing: 0.5px;
    padding: 14px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.wish-hotel-item .hotel_item_type{
  display: inline-block;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  line-height: 12px;
  border-radius: 10px;
  background-color: #005dac;
  margin-right: 8px;
  text-transform: uppercase;
}
.wish-hotel-item .hotel_item_rate{
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright{
  background: #222;
  color: #fff;
}
.form-style-w3ls button.btn {
    color: #fff;
    background: #3369e7;
    border: none;
    padding: 14px 0;
    outline: none;
  border-radius: 0;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.form-style-w3ls input[type="submit"]:hover {
    background: #dc3545;
}
.padding {
    padding: 2.5em;
  background: #fff;
}
.form-style-w3ls span {
    font-size: 13px;
    color: #666;
}
.form-style-w3ls span a {
    color: #3369e7;
}

/*-- responsive design --*/

@media(max-width:1440px) {
    .position-image img {
    top: 23%;
  }
}
@media(max-width:1080px) {
    .navbar-light .navbar-nav .nav-link {
    padding: 0 0px 5px;
  }
  h3.b-w3ltxt {
    font-size: 3em;
  }
  h4.b-w3ltxt {
    font-size: 2.3em;
  }
  .banner-form-w3 h5 {
    font-size: 17px;
  }
  .our-services-img {
    margin-right: 8px;
  }
  .our-services-text h4 {
    font-size: 17px;
    letter-spacing: .5px;
  }
  .our-services-img img {
    width: 62px;
  }
  .info h4 {
    font-size: 18px;
  }
  .info img {
    width: 42px;
  }
  .footer-grid_section {
    width: 75%;
  }
  ul.links a, .copy-right p, .copy-right p a {
    letter-spacing: 0.5px;
  }
    .banner-text-w3pvt {
    padding: 19vw 0 15vw;
  }
  .banner-form-w3 {
    padding: 20vw 0 0vw;
  }
  .padding {
    padding: 2em;
  }
  nav a {
    padding: 10px 10px;
    font-size: 14px;
  }
  #logo a {
    font-size: .6em;
  }
  .footer-title a {
    font-size: 28px;
  }
  .subscribe h3 {
    font-size: 34px;
  }
}
@media(max-width:1024px) {
  p.counter {
    font-size: 2em;
  }
  .testi-info-text h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }

}
@media(max-width:991px) {
    .banner-text-w3pvt {
    padding: 19vw 0 8vw;
  }
  .banner-form-w3 {
    padding: 0vw 0 10vw;
    margin-left: 0;
  }
}
@media(max-width:900px) {
  .subscribe h3 {
    font-size: 30px;
  }
  h2.heading {
    font-size: 27px;
  }
  h3.heading {
    font-size: 35px;
  }
}
@media(max-width:768px) {
    .subscribe h3 {
    font-size: 30px;
  }
  .hotel_wish_item-name{
    font-size: 12px;
  }
  .wish-hotel-item .hotel_item_type{
    font-size: 8px;
  }
  .wish-hotel-item .hotel_item_rate{
    font-size: 8px;
  }
  .footer-title a {
    font-size: 27px;
  }
  .testi-info-text h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  h3.heading {
    font-size: 35px;
  }
  .w3layouts_stats_left i {
    font-size: 20px;
  }
  .banner-text-w3pvt {
    padding: 19vw 8vw 8vw;
  }
  .banner-form-w3 {
    padding: 0vw 0vw 10vw 8vw;
  }
  #account-information{
    margin: 5px 0px 5px 0px;
  }
  #account-information .nav-tabs{
    font-size: 10px;
  }
  #account-information .nav>li>a{
    padding: 10px 5px;
  }
  .account-left-container{
    padding-right: 0!important;
  }
}
@media(max-width:736px) {

  h3.b-w3ltxt {
    font-size: 2.8em;
  }
  h4.b-w3ltxt {
    font-size: 2em;
  }
  .image {
    width: 7%;
  }
  .img1 h3 {
    font-size: 22px;
  }
  ul.callbacks_tabs {
    position: absolute;
    bottom: -25px;
  }
  .banner-text-w3pvt {
    padding: 22vw 0vw 8vw;
  }
  .banner-form-w3 {
    padding: 0vw 0vw 10vw;
  }
}
@media(max-width:667px) {

  h3.b-w3ltxt {
    font-size: 2.5em;
  }
  h4.b-w3ltxt {
    font-size: 1.6em;
  }
}
@media(max-width:568px) {

  .banner-text-w3pvt {
    padding: 22vw 8vw 8vw;
  }
  .banner-form-w3 {
    padding: 0vw 6vw 10vw 6vw;
  }
  ul.banner_slide_bg .container-fluid {
    padding: 0;
  }
  .csslider>.navigation {
    left: -1% !important;
  }
  .team-grid {
    padding: 0 15px;
    width: 50%;
  }
  .csslider>.navigation label,.csslider>.navigation label:after {
    height: 4px !important;
  }
  .w3ls_banner_txt p {
    font-size: 14px;
  }
}
@media(max-width:480px) {
    h3.heading {
    font-size: 34px;
  }
  h3.b-w3ltxt {
    font-size: 2.2em;
  }
  h4.b-w3ltxt {
    font-size: 1.6em;
    letter-spacing: 2px;
  }
  .banner-text-w3pvt {
    padding: 28vw 8vw 8vw;
  }
  h2.heading {
    font-size: 26px;
    line-height: 28px;
  }
  .right-p li, .right-p li a {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .subscribe form {
    width: 100%;
  }
  .btn-banner {
    font-size: 15px;
    padding: 10px 25px;
  }
  .stats-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
  .w3layouts_stats_left span.fa {
    font-size: 20px;
    line-height: 65px;
  }
  .csslider>.navigation {
    bottom: 0% !important;
  }
  ul.links a, .copy-right p, .copy-right p a {
    letter-spacing: 1px;
  }
}
@media(max-width:414px) {
  .navbar-toggler {
    padding: 0.2rem 0.7rem;
  }
  .w3layouts_stats_left i {
    font-size: 16px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  p.counter {
    font-size: 2em;
  }
  .teamy {
    width: 49.5%;
  }
  .teamy__name {
    font-size: 1.2em;
  }
  .social {
    width: 38px;
    height: 38px;
    margin: 2px;
    font-size: 13px;
  }
  p.para-text-w3ls {
    font-size: 13px;
  }
  .subscribe form input[type="email"] {
    width: 85%;
  }
  .subscribe button.btn1 {
    width: 15%;
  }
  ul.links a, .copy-right p, .copy-right p a {
    font-size: 15px;
  }
  .image {
    width: 20%;
  }
  .ser-img img {
    width: 65px;
  }
  .copyright {
    padding: 0 1em;
  }
  ul.links a, .copy-right p, .copy-right p a {
    font-size: 14px;
  }
  .footer-title a {
    font-size: 22px;
  }
  .subscribe h3 {
    font-size: 22px;
  }
  .team-grid {
    padding: 0 10px;
  }
  h3.heading {
    font-size: 28px;
  }
  p.para-text-w3ls {
    font-size: 14px;
  }
  h3.b-w3ltxt {
    font-size: 2em;
  }
  h4.b-w3ltxt {
    font-size: 1.4em;
    letter-spacing: 1px;
  }
  .section-stats .col-lg-3 {
    padding: 0 7px;
  }
  nav ul li {
    padding: 5px 0;
  }
}
@media(max-width:384px) {
    .right-p li, .right-p li a {
    font-size: 13px;
    letter-spacing: .5px;
  }
  .banner-text-w3pvt {
    padding: 33vw 7vw 8vw;
  }
  h3.b-w3ltxt {
    font-size: 2em;
  }
  h4.b-w3ltxt {
    font-size: 1.6em;
    letter-spacing: 1px;
  }
  .btn-banner {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 25px;
  }
  .padding {
    padding: 2em;
  }
  .banner-form-w3 {
    padding: 0vw 4vw 10vw 4vw;
  }
  h2.heading {
    font-size: 21px;
  }
  h3.heading {
    font-size: 30px;
  }
  .teamy__content {
    padding: 20px 10px;
  }
  .footer-text p {
    font-size: 14px;
  }
  ul.links a, .copy-right p, .copy-right p a {
    font-size: 14px;
  }
  .image {
    width: 25%;
  }
  .subscribe h3 {
    font-size: 25px;
  }
  .ser-img {
    padding-right: 0;
  }
  .team-info h3 {
    font-size: 1em;
  }
  .team-info span {
    font-size: .7em;
  }
}
@media(max-width:375px) {

}
@media(max-width:320px) {

}
/*-- //responsive design --*/
