.inner-wrap{
  background: #f0f2f5;
}
.banner-news{
  background-image: url('/static/img/fashion.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
}
.banner-content { position: absolute;
left: 0;
height: 0;
width: 100%;
height: 100%;
z-index: 1;
margin: 0 auto;
}
.banner-content > .content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 0px;
  height: 100%;
}
.main-menu a {
    padding: 10px 15px!important;
}
.banner-content > .content > .content-wrap {
  background-color: rgba(255,255,255,0.5);
  height: 100%;
  border-radius: 10px;
  padding: 20px;
}
.banner-content > .content > .content-wrap > .content-logo {
  padding: 10px; 
  text-align: center;
  margin: 0 auto;
}
.banner-content > .content > .content-wrap > .content-logo > .logo {
  width: 200px; height: 200px;
/*  border-radius: 1000px;*/
  margin: 0 auto;
/*  background-color: red;*/
/*  border: 5px solid #fff;*/
/*  box-shadow: 1px 4px 20px 1px #fff;*/
  margin-top: -150px;
}
.banner-content > .content > .content-wrap > .content-logo > .logo >h3 {
  line-height: 110px; font-size: 60px;
  text-shadow: 1px 4px 1px #333;
  color: #fff;
  margin-bottom: -15px;
}
.banner-content > .content > .content-wrap > .content-logo > .logo > span {
  color: #fff;
  font-size: 60px;
  text-shadow: 1px 4px 1px #333;
  margin-top: -15px;
}
.content-folder ul li a {
  color: #000;
/*  text-shadow: 1px 1px 1px #f4f5f6;*/
white-space: nowrap;
  font-size: 18px;
}
.content-folder ul li a:hover {
  color: red;
  font-weight: bold;
}
::-webkit-input-placeholder { /* Edge */
  color: #00000047;
  font-size: 15px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #00000047;
  font-size: 15px;
}

::placeholder {
  color: #00000047;
  font-size: 15px;
}

.banner-wrap{
  height: 100%;
}
.form_loc_tim > div, .form_loc_tim > div >div { padding: 0px; }
.product-detail-div { position: relative; }
.title-product {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.6);
    color: #333;
/*    box-shadow: 1px 2px 10px 1px #333;*/
    height: 70px;
    overflow: hidden;
}
.title-product a { color: #000; font-size: 12px; text-transform: lowercase; }
.price-product {
  position: absolute;
  bottom: 100px;
  left: 0px; padding: 5px 10px;
  background: rgba(255, 255, 255, 0.6);
/*  box-shadow: 1px 2px 1px red;*/
  font-weight: bold;
  border: 1px dashed rgba(255, 255, 255, 0.6);
}
.product-detail-div:hover .price-product {
  border: 1px dashed red;
}
.price-product .font-size-20 { font-size: 15px; }
.thumb-addcart{
  width: 8%;
  padding: 6px;
}
.thumb-addcart img{
  border: 1px #eaeaea solid;
  width: 55px
}
.content-addcart{
  width: 92%;
  padding: 3px 5px;
}
.content-addcart h3{
  font-size: 15px;
  color: #333;
  text-transform: capitalize;
  font-weight: bold;
}
.price-addcart span:first-child{
  color: #ff6501!important;
  font-weight: bold;
}
.price-addcart span:nth-child(2){
  color: #333!important;
  font-weight: bold;
  font-size: 17px;
  margin: 0px 5px;
}
.price-addcart span:nth-child(3){
  color: #00bcd4!important;
  font-weight: bold;
  font-size: 15px;
}
.addcart-btn{
  height: 72px;
}
.addcart-btn div{
  width: 100%;
  height: 100%;
  text-align: center;
}
.addcart-btn div a{
  line-height: 70px;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  transition: all .3s;
  background-color: #00bcd4;
}
.addcart-btn div a:hover{
  background-color: #04a6bb;
}
.pricing-table .title {
    background-color: var(--background) !important;
    padding: 1rem 1.25rem;

}
.bullet-item { width: 100%; }

p.payment-table-header, p.item-content-payment-table {
  font-size: 15px;
}
p.payment-table-header, p.item-content-payment-table a{
  color: #404004;
}
p.payment-table-header, p.item-content-payment-table a:hover{
  color: var(--bghover);
}
#total_money { font-size: 20px; }

button#payging_btn, button.search_button {
  background: var(--btn-button);
  border: 2px solid var(--btn-button);
  color: #fff;
  font-size: 20px;
  width: 100%;
  border-radius: 4px;
}
select[name='price'] {
  height: 46px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus{
    background: #fff;
    border: 1px solid  var(--background) !important;
    outline: none;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
    background-color: #e4e6eb;
    border: none;
    border: 1px solid #e9e9e5 !important;
    box-shadow: none;
    font-size: 1rem !important;
}
p.payment-table-header.hide-for-large-up {
  margin-bottom: 0px;
}
.background-category-title-color {
  text-align: center;
  color: #000;
}
.load_ajax { padding: 10px 25px; background-color: #333; color: #fff; font-size: 18px; }
.load_ajax:hover, .load_ajax:focus { color: #fff; border: 3px solid red; }
.title-number-detail:hover, 
.title-number-detail:visited, 
.title-number-detail:focus{
    border: 3px solid var(--background);
    background: var(--bghover);
    color: #fff; 
    box-shadow: 0 0 5px var(--bghover);
}
  .title-number-detail{
    border-radius: 50%;
    height: 38px;
    width: 38px;
    padding: 0;
    border: 3px solid var(--background);
    background: #fff;
    color: var(--background);
}
.scale-image {
  height: 320px;
}
.banner-news div{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px 35px;
}
.banner-news h3{
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  color: #bd2525;
  text-shadow: 1px 1px 1px #222;
  font-family: 'Source Sans Pro', sans-serif;
}
.pricing-table .title {
    background-color: var(--background) !important;
    padding: 1rem 1.25rem;
    text-align: left;
    font-weight: bold;

}
.bullet-item { width: 100%; }

p.payment-table-header, p.item-content-payment-table {
  font-size: 0.9rem;
}
#total_money { font-size: 20px; }
a.button.payging.expand:hover , button#payging_btn:hover, button.search_button:hover{
/*  background: #fff!important;
  color: var(--btn-button);*/
}
button#payging_btn, button.search_button {
  background: #28a349;
  border: 2px solid #f0f2f5;
  color: #fff;
  font-size: 20px;
  width: 100%;
  border-radius: 4px;
}
select[name='price'] {
  height: 46px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus{
    background: #F9F9F9;
    border: 1px solid  #e9e9e5 !important;
    outline: none;
    box-shadow: none;
    color: #303030;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
    background-color: #e4e6eb;
    border: none;
    border: 1px solid #e9e9e5 !important;
    box-shadow: none;
    border-radius: 5px;
    margin-bottom: 0px;
}
select {
  background-color: #e4e6eb;
  border-radius: 5px;
}
div.info-user {
  padding: 20px 0px;
  height: 175px;
}
div.info-user div.form-group:nth-child(2n + 1) {
  width: 48%;
  margin-right: 2%;
  float: left;
  padding: 0px;
  position: relative;
}
div.info-user div.form-group:nth-child(2n){
  width: 48%;
  margin-left: 2%;
  float: left;
  padding: 0px;
  position: relative;
}
div.info-user div.form-group p, div.info-user div.form-group-2 p {
  font-size: 14px;
  text-align: left;
}
div.info-user div.form-group-2 {
  width: 31%;
  margin-right: 2%;
  float: left;
  padding: 10px 0px;
  z-index: 20;
  position: relative;
}
div.info-user div.form-group-2:nth-child(2) {
 margin-left: 2%;
}
div.info-user div.form-group-2:nth-child(3){
  float: right;
  margin-right: 0%;
}
p.note-p {
        text-align: left;
    font-size: 12px;
    font-style: italic;
    z-index: 11;
    padding-left: 5px;
    font-weight: 500;
}
#hinh-thuc-thanh-toan div.info-payment p {
    text-align: left;
    padding: 20px 10px;
    background: #ECFFE8;
    /*border: 1px solid var(--background);*/
    margin-bottom: 20px !important;
    cursor: pointer;
}
#hinh-thuc-thanh-toan div.info-payment p label{
  font-weight: bold;
  font-size: 15px;

}
#hinh-thuc-thanh-toan div.info-payment p label span {
  font-size: 13px;
  font-weight: normal;
  margin-top: 5px;
  padding: 5px 0px;
  font-style: italic;
}
#hinh-thuc-thanh-toan div.info-payment p label span.note {
  font-weight: 400;
}
#hinh-thuc-thanh-toan div.info-payment p input[type="radio"] {
  display: none;
}
div.info-payment {
  padding: 20px 0px;
}
#hinh-thuc-thanh-toan div.info-payment p::after {
    content: "\f107";
    right: 10px;
    position: absolute;
    top: 35%;
    font-size: 25px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div.check {
  text-align: left;
  display: flex;
}
div.check label{
  font-weight: bold;
  font-size: 11px;
}
div.check div.content-check {
  padding: 10px;
  border: 1px solid #C4C4C4;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: justify;
}
div.check div.content-check p {
    margin-bottom: 10px !important;
    font-size: 13px;
    line-height: 20px;
}
li.bullet-item label.call-payment {
    font-size: 15px;
    font-weight: 400;
    padding-left: 50px;
    position: relative;
}
li.bullet-item img.call-payment-img {
  position: absolute;
    top: 33%;
    left: 15px;
}
li.bullet-item div.info-user-1 {
    position: absolute;
    top: 23%;
    right: 0px;
    width: 150px;
    text-align: left;
    line-height: 17px;
}
li.bullet-item div.info-user-1 a{
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
}
div.info-tour-top-name {
      text-align: left;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
section.news div.info-tour-top-name a {
  text-align: left;
  line-height: 20px;
  color: #333;
}
section.news div.info-tour {
  background: #F9F9F9;
}
section.news div.info-tour div.info-tour-top-name, section.news div.info-name {
  padding: 10px;
}
section.news div.info-name {
  text-align: left;
  padding-top: 0px;
}
section.news div.info-name p {
  font-size: 13px;
  font-weight: 500;

}
section.news div.info-name p img{
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

 li.bullet-item div.button-group a{
    padding: 9px 20px;
    background: var(--background);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: right;
}
 li.bullet-item div.button-group a.back {
  float: left;
  color: #333;
  background: #E6F9E1;
 }
 textarea[name="customer_remark"] {
  resize: vertical;
 }
 #hinh-thuc-thanh-toan div.info-payment p.active {
  background: var(--background);
  color: #fff;
 }
  #hinh-thuc-thanh-toan div.info-payment p.active::after{
    content: "\f046";
  }
    #hinh-thuc-thanh-toan div.info-payment p.active label {
      color: #fff;
    }
  div.coupon div.columns {
    padding: 10px;
  }
    div.coupon div.columns div {
      padding: 0px;
    }
   div.coupon div.columns div.note-t {
    text-align: left;
    padding: 10px;
   }
   div.coupon div.columns div.note-t p {
    font-size: 13px;
    font-style: italic;
    color: red;
   }
   div.coupon div.columns div.note-t p::before , div.note-t p.note-p::before{
    content: "\f101";
    left: -10px;
    margin-right: 5px;
    position: absolute;
    top: 0px;
    font-size: 10px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   }
   div.note-t p.note-p::before {
    left: -7px;
   }
   section.news {
    padding-top: 0px;
   }
   section.bg-hover div.title-new{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom:  100px;
  left: 0px;
  background: #333333a8;
}
section.bg-hover div.title-new h1 {
  background: no-repeat;
}
section.bg-hover div.title-new p {
  color: #fff; 
  font-style: italic;
}
/*.hidden {
  display: none;
}*/
.m-switch input:empty ~ span {
    line-height: 30px;
    margin: 2px 0;
    height: 30px;
    width: 57px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.m-switch input:empty ~ span {
    display: inline-block;
    position: relative;
    float: left;
    width: 1px;
    text-indent: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.toastify.on {
  z-index: 666666666666 !important;
}
p.hidden {
  display: none;
}
form.item_card {
  display: flex;
}
section#payment {
  padding: 20px 0px;
  background: #f0f2f5;
}
i.fa-trash {
  color: #303030;
}
i.fa-trash:hover {
  color: red;
}
div.check_vat {
  display: none;
}
@media only screen and (max-width:40em){
  input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
    font-size: 1rem !important;
}
body{
  padding-bottom: 55px !important;
}
}