.main_contact_home{
  margin-top:40px;
}

.form_contact {
    background: #f3f3f3;
    padding: 25px 30px;
    margin-bottom: 30px;
}

.midTitle p {
    font-size: 30px;
    font-weight: 700;
    text-transform: inherit;
}

.formGroup {
    margin-bottom: 15px;
}

.form_contact p {
    font-size: 14px;
    color: #333;
}

.formGroup .loaiDv label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.formGroup .colRight i {
    position: absolute;
    line-height: 40px;
    padding-left: 10px;
    color: #999;
}

.formGroup .colRight input,
.formGroup .colRight select {
    width: 100%;
    border: solid 1px #ddd;
    background: #fff;
    height: 40px;
    padding-left: 35px;
    outline: none;
}

.formGroup .colRight textarea {
    width: 100%;
    border: solid 1px #ddd;
    background: #fff;
    height: 100px;
    padding-left: 35px;
    padding-top: 7px;
    outline: none;
}

.btn_contact button {
    width: 150px;
    font-size: 15px;
    line-height: 24px;
    background: #ed1b24;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 15px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.info-contact {
    position: relative;
    border-bottom: solid 1px rgba(0, 0, 0, .13);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.info-contact:last-child {
    border-bottom: none;
}

.info-contact .info-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #ed1b24;
}

.info-contact ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.info-contact ul li {
    list-style: none;
    position: relative;
    margin-bottom: 2px;
}

.info-contact ul li span i {
    color: #212529;
    margin-right: 10px;
}

.info-contact ul li a {
    text-decoration: none;
    color: #333
}

.info-contact ul li a:hover {
    color: yellowgreen;
}

.balura-link-page{
    display: flex;
    background: #f2f5f8;
    padding: 9px 0px;
    border-bottom: solid 1px #fff;
}


.balura-link-page .name-home{
  padding-left:139px;
  text-transform:capitalize;
}

.balura-link-page .name-home span{
  font-size:13px;
  color:#333;
}
.balura-link-page .name-contact{
   text-transform:capitalize;
}

.balura-link-page .name-contact span{
  font-size:13px;
  color:#333;
}

#arow{
  padding:0px 5px;
}

.wrapForm{
  width:100%;
  position:relative;
}


.wrapForm img{
  width:100%;
}


.wrapForm .form-contact{
  position:absolute;
  top:119px;
  width:100%;
}

.wrapForm .form-contact .contact .bg-contact{
    background: #ffffffa8;
    max-width: 1200px;
    height:auto;
    margin: 0 auto;
    border:1px solid lightgrey;
}

.contact{
  height:1200px;
}

#box-white{
  padding:30px 50px;
  
    margin:0;
}


.title-contact{
  text-align:center;
}

.title-contact span{
  font-size: 17px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
    color: #ed1b24;
    font-weight:700;
}

.wrapForm .form-contact .contact .bg-contact .name-bb-contact{
    text-align: center;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
}

.wrapForm .form-contact .contact .bg-contact .name-bb-contact h1{
  font-size:35px;
  font-weight:700;
  line-height:45px;
}

.wrapForm .form-contact .contact .bg-contact .name-bb-contact .mail-sdt{
  display:flex;
  flex-direction:column;
}

.wrapForm .form-contact .contact .bg-contact .name-bb-contact .side-sdt{
  display:flex;
  justify-content:center;
  margin-bottom:40px;
}

.wrapForm .form-contact .contact .bg-contact .name-bb-contact .side-sdt .sdt-m{
    display: flex;
    flex-direction: column;
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    width:100%;
    max-width:280px;
    border:1px solid #ed1b24 ;
    border-radius:5px;
}

.text-center img{
    width: 381px;
    height: auto;
}


.contact-form-import .item{
  display:flex;
  flex-direction:column;
  margin-bottom:10px;
}

#phones{
      display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 19px;
}


.contact-form-import .item label{
  font-weight:700;
  font-size:14px;
}
.contact-form-import .item input{
    height: 40px;
    margin-top: 10px;
    border: none;
    border: 1px solid lightgrey;
    padding-left:10px;
        width: 100%;
    background: white;
}

.contact-form-import .item textarea{
  height:80px;
  border:1px solid lightgrey;
  padding-left:10px;
  padding-top:10px;
}

#do{
  color:red;
}
.contact-form-import .items{
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
}

.contact-form-import .items button{
    width: 197px;
    height: 40px;
    background: #ed1b24;
    border: none;
    font-size: 14px;
    color: white;
    font-weight: 700;
}

@media only screen and (min-width:1026px){
  /*#DLNQ{*/
  /*  height:1400px;*/
  /*}*/
  .contact{
    height:970px;
  }
}

@media only screen and (max-width:1025px){
  .contact{
    height:970px;
  }
  /*#DLNQ{*/
  /*  height:1350px;*/
  /*}*/
}

@media only screen and (max-width:769px){
  .contact{
    height:1600px;
  }
  /*#DLNQ{*/
  /*  height:2200px;*/
  /*}*/
  .labelTX label,
  .labelTX input,
  .labelTX select{
    width:100% !important;
    margin-bottom:5px;
  }
  .SuccessContent{
    padding: 25px 30px !important;
  }
  .SuccessLeft h2{
    font-size:30px !important;
  }
}

@media only screen and (min-width:1023px){
   .mainTour .contentTour .TourStyle{
    width:20%;
  }
  
}

@media only screen and (max-width:426px){
  .text-center img{
   width:100%; 
  }
  .anwser{
    margin-top:50px;
  }
  .balura-link-page .name-home{
    padding-left:10px;
  }
  .contact-form-import .items button{
    width:100%;
  }
  #box-white{
    padding:30px 10px;
  }
   .contact{
    height:1666px;
    margin:0px 10px;
  }
  #DLNQ{
    height:1900px;
  }
  .SuccessContent{
    padding: 15px 10px !important;
  }
}

@media only screen and (max-width:376px){
.wrapForm .form-contact .contact .bg-contact .name-bb-contact .side-sdt .sdt-m{
  font-size:25px;
}
 .wrapForm .form-contact .contact .bg-contact .name-bb-contact .mail-sdt span{
    font-size:14px;
  }
  #DLNQ{
    height:1850px;
  }
}


@media only screen and (max-width:321px){
  .contact{
    height:1600px;
  }
  .wrapForm .form-contact .contact .bg-contact .name-bb-contact h1{
    font-size:25px;
  }
  #box-white{
    padding:30px 10px;
  }
  /*#DLNQ{*/
  /*  height:3050px;*/
  /*}*/
}
.mainTour{
  padding: 20px 0;
    background: #f2f5f8;
    position: relative;
}

.mainTour .titleTour {
    font-size: 16px;
    line-height: 24px;
    background: #818285;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 8px 10px;
}
.mainTour .contentTour{
  background: #fff;
  padding:20px;
}
.mainTour .contentTour select{
  font-size:14px;
  width: 100%;
    height: 40px;
    border: solid 1px #ddd;
    background-color: #fff;
    padding-left: 10px;
}
.mainTour .contentTour button{
  font-size:14px;
  background: #ed1b24;
    background: linear-gradient(
180deg
,#ed1b24 0, #ed1b24 100%);
    text-transform: uppercase;
    color: #fff;
    border: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
    height: 40px;
}
.mainTour .contentTour .TourStyle{
    padding:10px;
  }
.ndTour img{
  max-width:100%;
}
.ndTour p{
  font-size:14px;
}
.quick-contact {
  margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background: #ed1b24;
    background: linear-gradient(
90deg
,#ed1b24 0, #ed1b24 100%);
    padding: 10px;
}
.bnt-contact {
    text-decoration: none;
    background: #008fea;
    color: #fff!important;
    display: inline-block;
    padding: 6px 10px;
    margin-top: 5px;
    text-align: center;
    border: none;
    border-radius: 5px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.bnt-booking {
    margin-top: 0!important;
    margin-left: 10px;
}
.tourttCty p{
  margin-bottom:5px;
  font-size:14px;
}

.tourthamkhao{
  margin-top:20px;
}
.ThamKhaoContent p{
  margin-bottom:0;
  padding:5px;
}

/*thuê xe*/

.mainThueXe .prod_rating .tit {
  font-size: 25px;
    line-height: 35px;
    padding-left: 0;
    font-weight: 700;
    margin-bottom: 10px;
}
.ThueXeForm{
      border: 1px solid #d2d6d9;
    padding: 20px 20px 0 20px;
}
.ThueXeForm h2{
  font-size: 20px;
    text-align: center;
    color: #ed1b24;
    font-weight:700;
    text-transform: uppercase;
}
.ThueXeForm .labelTX{
  margin-bottom:10px;
}
.ThueXeForm label{
  width:31%;
  font-weight:700;
  font-size:14px;
}
.ThueXeForm input,
.ThueXeForm select{
  width:65%;
  height: 40px;
    border: solid 1px rgba(0,0,0,.15);
    padding-left: 10px;
}
.ThueXeForm textarea{
  width:100%;
  font-size:14px;
  border: solid 1px rgba(0,0,0,.15);
  padding-left: 10px;
  padding-top: 10px;
}
.ThueXeBanner img{
  width:100%;
}
.ThueXeForm .btnTX{
  text-align:center;
  margin-bottom:30px;
}
.btnTX button{
  text-transform: uppercase;
  width: 350px;
  max-width:100%;
    height: 40px;
    background: #ed1b24;
    background: linear-gradient(
180deg
,#ed1b24 0, #ed1b24 100%);
    color: #fff;
    font-weight: 700;
    border: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.mda-img-box img{
  width:100%;
  height: 211.5px;
  object-fit: cover;
}
.mda-box-type a {
    display: block;
    position: relative;
}
.mda-box-type .mda-img-per {
    background: #ed1b24;
    color: #fff;
    text-transform: uppercase;
    width: 100px;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    text-align: center;
}
.mda-img-box-info .mda-name {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.mda-img-box-info .mda-name a {
  text-decoration: none;
    font-size: 15px;
    line-height: 23px;
    color: #333;
    font-weight: 700;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top:5px;
}

.mda-img-box-info .mda-name:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 35px;
    border-bottom: solid 1px #ed1b24;
}
.mda-img-box-info p {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.mda-img-box-info p span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mda-img-box-info p span {
    width: 25%;
    text-align: center;
    display: block;
    color: #666;
}

@media (max-width: 991px){
.mda-img-box-info p span {
    width: 50%;
}
  
}


/*Khách sạn*/

.KSConten{
  position:absolute;
  z-index:1;
  text-align: center;
   bottom: 15px;
}

.KSConten .KSStart{
   color: #fb0;
}

.KSConten .KSName h3 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
        display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.KSConten .KSPrice span{
      color: #bbb;
}
.KSConten .KSPrice strong{
      color: #fff100;
    font-size: 20px;
    line-height: 30px;
}

.KScontent img,
.TXcontent img{
  max-width:100%;
}

/*lien he thanh cong*/
.SuccessContent{
  padding: 55px 65px;
  border: solid 5px #f3f3f3;
  margin-bottom: 40px;
}

.SuccessLeft h2{
  font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.SuccessLeft .t2{
  font-size:14px;
}
.SuccessLeft .codetxt {
    background: #666;
    color: #fff;
    padding: 8px 10px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}
.SuccessLeft .t3{
  font-size:14px;
}

.SuccessLeft .t3 p{
  margin-bottom:0;
}
.SuccessLeft .t3 span{
  font-weight: 700;
    color: #ed1b24;
}
.SuccsessImg img{
  max-width:100%;
}
a{
  text-decoration: none;
}

/*Chi tiet xe*/
.tab {
  overflow: hidden;
  display: flex;
    justify-content: center;
    margin-top: 80px;
}

.tab a{
  display: block;
    padding: 15px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    position: relative;
    text-decoration: none;
    margin:0 10px;
}
.deception{
  margin-top:-22px;
}
.tab a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: solid 2px #ed1b24;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.tab a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    border-bottom: solid 2px #ed1b24;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.tab a.active:before,
.tab a.active:after{
    right: 0;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  margin-bottom: 35px;
}
.tabContent{
  padding: 25px;
    background: #f3f3f3;
    overflow: hidden;
}
.tabContent img,
.tabContent a,
.tabContent p{
  max-width:100%;
}
.tabTX {
  max-width:970px;
      margin: 0 auto;
}
.TXStyle{
    background: #f3f3f3;
}
.TXStyle .bot button{
  display: block;
    text-align: center;
    background: #ed1b24;
    background: linear-gradient(
180deg
,#ed1b24 0, #ed1b24 100%);
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    border: none;
}
.TXhotline .box_price p{
  margin-bottom:0;
  font-size:14px;
}
.TXhotline .box_price p strong{
  color: #ed1b24;
}
.TXStyle ul li{
  border-bottom:none;
  margin-bottom: 0;
}
.XeLq h2{
  font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
        margin-top: 20px;
}

.mda-infox span a{
  text-decoration: none;
  color: #666;
}
/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}
.img p{
  text-align:left !important;
  margin-bottom:10px;
}
.topright:hover {color: red;}

.DKDLImg {
    display: flex;
    justify-content: center;
    align-items: center;
}
.DKDLImg img{
  width:100px;
  height: 80px;
}
.DKDLtxt {
  text-align:center;
  margin-top: 30px;
}
.YcContent{
  text-align:center;
}
.YcContent h2{
  font-weight: 700;
  font-size:30px;
}

.YcContent h2:after {
    content: "";
    display: block;
    width: 70px;
    border-bottom: 2px solid #ed1b24;
    margin: 20px auto;
}

.ndTour a{
  color:#000000;
  text-decoration:none;
}

.contentBD{
  display:none;
}

.contentBD.active{
  display:block;
}


/*liên hệ TCSK và BD*/

.title_TCSK{
  padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(0,0,0,.15);
}

.title_TCSK h4{
  font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.contentForm label{
  font-size:14px;
  display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.contentForm input,
.contentForm textarea{
  margin-bottom:15px;
  display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contentForm textarea{
  height:auto;
}

.contentForm .btnYC{
  text-align:center;
} 

.contentForm button{
  background: #ed1b24;
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    border: none;
    border-radius: 5px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.contentForm button:hover {
    background: #666;
}

.contentForm input:focus,
.contentForm textarea:focus{
  border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}