img {
    max-width: 100%;
    height: auto;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
input[type=email], input[type=date], input[type=search], input[type=number], input[type=text], input[type=tel], input[type=url], input[type=password], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
     padding: 0 15px;
    height: 40px;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
    -o-transition: color .3s, border .3s, background .3s, opacity .3s;
    transition: color .3s, border .3s, background .3s, opacity .3s;
}.button, button, input[type=submit], input[type=reset], input[type=button] {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    -webkit-transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a{
  text-decoration: none!important;
}
.w-100,section{
  width: 100%;
  float: left;
}
.khungtop{
  display: flex;
  justify-content: space-between;    align-items: center;
    padding: 15px 0;
}
.logotop{
  width: 27%;
}
.khungtimkiem{
    width: 35%;
}
.khungtimkiem form{
  position: relative;
}
.khungtimkiem input{
  width: 100%;
  height: 35px;
  outline: none;
  padding-left: 10px;    border: 1px solid #f1ebeb;
}
.khungtimkiem button{
    outline: none;
    border: none;
    color: #fff;
    background-color: #27822a;
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    min-height: 0;
    margin-right: 0;
    text-transform: unset;    font-weight: 400;
    font-size: 14px;
}
.hotlinetop{
  display: flex;
}
.box-icon{
display: flex;
    align-items: center;    margin-left: 20px;
}
.box-text1{
  text-align: center;
}
.box-text1 p{
  margin-bottom: 5px;
}.box-text1 p:last-child{
   margin-bottom: 0;
   color: #ee1d23;
   font-weight: 700;
}
.box-iconimg{
  padding-right: 15px;
}
.khungmenu{
   background-color: #0077bc;
}
.menutop{
     
}
.menutop ul{
  list-style: none;margin: 0;padding: 0;
}
.menutop ul li{
  display: inline-block;position: relative;padding: 0 11px;
}
.menutop ul li a{
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  
   
   transition:all 0.5s ease 0s;
}

.menutop > ul > li:last-child{
	    padding-right: 0;padding-left: 20px;
  
}
.menutop > ul > li:first-child a i{
	font-size: 20px;
}.menutop > ul > li:first-child {
	padding-left: 0;
}
.menutop > ul > li > a, .menutop > ul > li ul li a, .menutop > ul > li ul li, .menutop > ul > li, .menutop > ul > li > a {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.menutop > ul > li ul.sub-menu{
    visibility:hidden;
    list-style:outside none none;
    margin:0;
    min-width:240px;
    padding:0;
    position:absolute;
    z-index: 1000;
    top:40px;
	background:#27822a;
}
.menutop > ul > li:hover > ul.sub-menu,
.menutop > ul > li ul.sub-menu li:hover > ul{visibility:visible}
.menutop > ul > li ul.sub-menu li{
    display:table;
    padding:0;
    width:100%;
    opacity:0;
    position:relative;
    -webkit-transform:translateY(30px);
    -moz-transform:translateY(30px);
    -ms-transform:translateY(30px);
    -o-transform:translateY(30px);
    transform:translateY(30px);
    padding: 0 10px;
}.menutop > ul li:hover > ul.sub-menu > li,
.menutop > ul > li ul.sub-menu li:hover > ul li{
    opacity:1;    
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
}

/*.menutop > ul > li:hover , .menutop > ul > li.active,.menutop > ul > li > ul li:hover  {
    background: #4db848;
    text-decoration: none;
}*/
#owl-slider .owl-dots{
      margin-top: -30px;
    z-index: 9999;
    position: relative;
}
.box-service{
  margin-top: 20px;
}
.title_header{
     text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title_header h3.title_home{
  text-transform: capitalize;
    font-size: 22px;
    color: #0c4999;
    font-weight: 700;
    text-align: left;
}
.title_header a.xemthemtatca{
	color: #00beff;
	font-weight: 400;
}
.box, .box-image, .box-text {
    -webkit-transition: opacity .3s, background-color .3s, -webkit-transform .3s;
    transition: opacity .3s, background-color .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s, background-color .3s;
    transition: opacity .3s, transform .3s, background-color .3s;
    transition: opacity .3s, transform .3s, background-color .3s, -webkit-transform .3s;
}.has-format, .video-fit, .image-cover {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
}.has-hover .bg, .has-hover [class*=image-] img {
    -webkit-transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
    transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
    -o-transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
}
.video-fit video, .video-fit iframe, img.back-image, .image-cover img, .has-format img, .has-equal-box-heights .box-image img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.box-image {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}.box-image img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.box-text {
    padding-top: .7em;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: .9em;
}
.box-shade .box-text{
  position: absolute;
    width: 100%;
    max-height: 100%;
    bottom: 0;
      background: rgba(0, 0, 0, .7);
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
/*.box-overlay .box-text, .box-shade .box-text {
    position: absolute;
    width: 100%;
    max-height: 100%;
    bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
}*/

.product-title a {
    color: #0c4999;
    font-size: 16px;
}
.product-small .box-text .product-title {
    min-height: 40px;
    font-weight: bold;
}

.box-shade .box-text .product-title {
    min-height: unset !important;
    font-weight: bold;
    margin-bottom: 5px!important;
   
}

.box-text p {
     margin-bottom: 0px!important;font-size: 15px;
  
}.box-shade .box-text .product-title a {    display: inline-block;
    color: white !important;
    text-transform: capitalize;
    font-weight: normal;    font-size: 16px;    text-decoration: none;


        display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}p.p-dia-chi, .p-thoi-gian {
    font-size: 15px;
    color: #2897B5;
}.gia-overlay {
    padding-left: 0px;
    color: #c20509 !important;
    border-radius: 5px;
    /* text-align: center; */
    /* margin: 0px 15px; */
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    /* float: right; */
    /* padding: 0px 31px; */
}.box-shade .box-text .row-tien span {
    color: #ffea00;
}.xem-them-ux-product {
    font-size: 14px;

    line-height: 16px !important;
    color: #27822a;
 
    padding: 7px 10px;
    border-radius: 5px;
    display: inline-block;
}.text-left {
    text-align: left;
}.dark, .dark p, .dark td {
    color: #f1f1f1;
}.price-wrapper {
    display: none;
}.price-wrapper .price {
    display: block;
}span.amount {
    white-space: nowrap;
    color: #00c0c0;
    font-weight: bold;
}.row-tien .col-md-4 {
    text-align: right;
}.row-tien {
    margin-left: 0px !important;
    margin-right: 0px !important;    display: flex;
    align-items: center;
    justify-content: space-between;
}.box {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.khungnoibatphai{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-gap: 15px;
}
.khungtour{
  margin-top: 20px;
}.tabs-sp {
    width: 100%;
    float: left;
    position: relative;
}ul.tab-sanpham1 {
    float: left;
    width: auto;list-style: none;padding-left: 0;
}.tab-sanpham1 li {
    float: left;
    padding: 5px 25px 10px 0;
    position: relative;
    z-index: 9;
}.tab-sanpham1 li a{
  color: #000;
    font-weight: 700;
    cursor: pointer;
}

.tab-sanpham1 li.active a {
    color: #27822a;
}/*.tab-sanpham1 li.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #ff6b00;
}*/.tabsp-content1 {
    width: 100%;
    float: left;
    margin-top: 15px;
    display: none;
}.tabsp-content1.active {
    display: block;
}.product-one-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}.product-one {
    flex-grow: 0;
    padding-top: 10px;
    padding-bottom: 10px;

    display: inline-block;
    vertical-align: top;
}.tour-box {
    overflow: hidden;
    height: 100%;
    /* border: 1px solid #ddd; */
    min-height: 290px;
    background-color: #f4f2f3;
    border-radius: 10px;
    position: relative;
}.tour-box, .tour-box .tour-image {
    position: relative;
}.tour-box .tour-image{
	min-height: 215px;
}

.tour-box .tour-image img {
    width: 100%;
    transform: scale(1);
    transition: transform .4s ease;
} .img-responsive{
      display: block;
    max-width: 100%;
    height: auto;
}
.tour-box .tour-image img {
    width: 100%;
    transform: scale(1);
    transition: transform .4s ease;
}.tour-box .tour-content {
    padding: 10px 7px;
    overflow: hidden;
}.tour-box .tour-content>a {
    text-decoration: none;
}.tour-box .tour-title {
    color: #333;
    
    display: -webkit-box;
    height: 45px;
    padding-top: 3px;
    font-size: 17px;
    /* line-height: 1.4em; */
    -webkit-line-clamp: 2;
  
    overflow: hidden;
  
}.tour-box .tour-title >a{
    color: #0c4999;text-transform: uppercase;
}

.tour-box .tour-price {
    display: inline-block;
    width: 50%;
    padding-top: 10px;
    vertical-align: top;
}
 .tour-box .tour-time{
  width: 100%;
    padding-top: 10px;
    vertical-align: top;
    display: inline-block;
    list-style: none;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}



.tour-box .tour-time div{
  width: 50%;    padding: 1px 0;
}
.tour-box .tour-time div:first-child {
    padding-bottom: 2px;
}.tour-box .tour-time div:nth-child(2){
    color: red;
    text-align: right;
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
    float: right;
}

.tour-box .tour-time div:nth-child(3){
	width: 65%;
}.tour-box .tour-time div:nth-child(4){
	width: 35%;
}
.tour-box .tour-price {
    color: red;
    text-align: right;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
    float: right;
}.readmore {
  
    text-align: right;

}.readmore a {
    color: #27822a;
}
.tour-timex{
      width: 100%;
 
    vertical-align: top;
    display: inline-block;
    list-style: none;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;font-size: 13px;
}
.tour-timex div:nth-child(3){
        color: red;
    text-align: right;
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
    float: right;
}.tour-timey div:nth-child(4),.tour-timey div:nth-child(1){
       width: 40%;
}.tour-timey div:nth-child(2),.tour-timey div:nth-child(5){
       width: 30%;
}.tour-timey div:nth-child(3),.tour-timey div:nth-child(6){
       width: 30%;
}.tour-timex  .readmore a {
    color: #27822a;font-weight: 600;
}
.item1 {
    display: block;
    position: relative;
    color: #333333;
    transition: all 0.5s ease 0s;
    box-sizing: border-box;

    background: #fff;
}.box-img1 {
    width: 100%;
}.item1 a img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: 0.5s;
    display: inline-block;
}.item1 h3, .sp2 h3 {
    text-transform: capitalize;
    position: relative;
    padding: 10px 0px;
    text-align: left;
    display: block;
    font-family: arial;
    color: #404041;
    font-size: 15px;
    line-height: normal;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}
.khungdichvu{
    margin-top: 20px;
}ul.so-sao .star .active {
    color: #f1c40f;
}
.product-small ul.so-sao .star span {
    font-size: 17px !important
}
ul.so-sao .star span {
    font-size: 20px;
}
ul.so-sao{
    margin-bottom: 0px;
    padding: 0;
}p.p-dia-chi{
           display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.khungcamnang{
    margin-top: 20px;
}
.section-cam-nang .post-item .box-text .post-title {
    margin-bottom: 10px;
}.box-blog-post .is-divider {
    margin-top: .5em;
    margin-bottom: .5em;
    height: 2px;
}.is-large {
 font-size: 15px;
}h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: 700;
}.box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6, .box-text a:not(.button) {
    line-height: 1.3;
    margin-top: .1em;
    margin-bottom: .1em;
}a.plain {
    color: currentColor;
    -webkit-transition: color .3s, opacity .3s, -webkit-transform .3s;
    transition: color .3s, opacity .3s, -webkit-transform .3s;
    -o-transition: color .3s, opacity .3s, transform .3s;
    transition: color .3s, opacity .3s, transform .3s;
    transition: color .3s, opacity .3s, transform .3s, -webkit-transform .3s;
}
.item_tintuccon{
      padding: 10px 0;
    border-bottom: 1px solid #fff;
}.item_tintuccon:last-child{
    border: none;
}
.section-cam-nang,.section-noibat{
    background-color: rgb(245, 244, 244);
    padding: 30px 0;
    margin-top: 0;
}
#footer{
        background-color: #0d293a;
        width: 100%;
        float: left;
        padding: 30px 0;
}
.title_f span{
    text-transform: uppercase;    display: block;
    font-size: 19px;
    /* padding-bottom: 20px; */
    color: #faab3b;
    margin-bottom: 14px;    font-weight: 600;
}
.textwidget{
    color: #fff;
}.footer .textwidget p {
       color: #f1f1f1;
    font-size: 16px;
    margin-bottom: 5px;
}i.fa {
    padding-right: 3px;
}.footer .textwidget .p-hotline-footer {
    font-weight: bold;
    color: #FFFF15;
    margin-bottom: 0px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;    margin-top: 10px;
}footer .social-items .si {
    display: inline-block;
   
    text-align: center;

    border-radius: 50%;
 
    background-color: transparent !important;
 
}footer .social-items .si a {
    color: inherit;
    display: block;
}


footer .footer-top-item ul li {
    margin-bottom: 8px;
}footer .footer-top-item ul li a {
    font-size: 16px;
    color: #f1f1f1;
    text-decoration: none;
}
.khungfanpage{
    overflow: hidden;
}

.khungtimkiemmb{
    display: none;
    position: absolute;
}
.icontimkiemmb{
    display: none;
}
    .box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text {
    direction: ltr;
    display: table-cell;
    vertical-align: middle;
}.box-list-view .box .box-text, .box-vertical .box-text {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.menu1_dacuon{position:fixed!important;width:100%;top:0px;left:0px;z-index:99999999999999999999999999999!important;transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; -webkit-transition:0.3s;margin-top:0px!important }  
.khungbao{
    display: flex;height: 525px;flex-wrap: wrap;
}
.khungleft,.khungright{
    flex: 1;    position: relative;
    width: 100%;
       padding: 0 10px;
}

.khunggiua{
        position: relative;
    width: 100%;
flex: 0 0 500px;
    max-width: 500px;
    height: 100%;    padding: 0 10px;
}
.item_tourx .image-cover{
    padding-top: 109%;
}.item_toury .image-cover{
    padding-top: 75%;
}
.item_tourx {
    height: 100%;
}
.khungcamnangleft{
    padding-left: 0;
}
.khungcamnangright{
    padding-right: 0;
}

.product-slider  .owl-prev{
    width: 30px;
    position: absolute;
    left: 0;
    top: 25%;background: none !important;
}
.product-slider  .owl-next{
        position: absolute;
    right: 0;
    top: 25%;
    width: 30px;
    background: none!important
}
.item_tintuccon .box-text{
    padding-right: 0;
}

#crumbs{
    padding:10px 0;
}#crumbs a{
    padding: 0 5px;color: #333;
    text-decoration: none;    font-size: 14px;
}
#crumbs a:first-child{
    padding-left: 0;
}#crumbs span{
    color: #333;
    padding-left: 5px;
    text-decoration: none;    font-size: 14px;
}
/** Single **/

.form-tu-van{

    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 15px;
    border-radius: 5px;
    padding-bottom: 27px;
 
  
}
.form-tu-van h3{
    background: #EE1D23;
    color: white;
    font-family: 'Pacifico', cursive;
    text-align: center;
    font-size: 24px;
    margin: 0;
    margin-bottom: 10px;
    padding: 10px;
}.form-tu-van .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}.form-tu-van p {
    margin-bottom: 4px !important;    color: #777;    font-size: 15px;
}
.willgroup-form-book-mini-tour {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 1rem;
    margin-bottom: 1rem;
}.willgroup-form-book-mini-tour {
    box-shadow: none;
}.willgroup-form-book-mini-tour {
    background: white;
}.willgroup-form-group {
    margin-bottom: 1rem;
}
.willgroup-form-label {
    display: inline-block;
    margin-bottom: 0.25rem;
}.willgroup-form-book-mini-tour .willgroup-form-label {
    margin-bottom: 0;
}.willgroup-form-input-group {
    display: flex;
}.willgroup-form-book-mini-tour .willgroup-form-input-group {
    margin-left: auto;
}.willgroup-form-input-group-text {
    border: 1px solid #ced4da;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.75rem;
    margin-right: -1px;
}.willgroup-form-input-group-text .fa-calendar {
    color: #F06E00;
}.willgroup-departure .willgroup-form-input {
    text-align: center;
}.willgroup-quantity .willgroup-form-input {
    text-align: center;
}.willgroup-form-input + .willgroup-form-input-group-text {
    margin-left: -1px;
    margin-right: 0;
}.willgroup-form-book-mini-tour-price, .willgroup-amount-adults, .willgroup-amount-children, .willgroup-amount-infants {
    font-weight: 700;
    color: #0c4999;
    display: block;
}.willgroup-total-wrapper {
    margin-bottom: 1rem;
}

.willgroup-total {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f00;
}
.willgroup-total-wrapper span {
    color: #f00;
}.willgroup-button {
    color: #fff;
    background-color: #ff7e00 !important;
    border: 1px solid #ff7e00 !important;
    display: inline-block;
    height: auto;
    min-height: 0;
    line-height: 1.5;
    padding: 7px 15px;
    margin-bottom: 0;
}
.willgroup-button-block {
    width: 100%;
}


@media (min-width: 992px){
   .willgroup-form-book-mini-tour .willgroup-form-group {
    display: flex;
    align-items: center;
} .willgroup-departure .willgroup-form-input {
    width: 120px;
}.willgroup-quantity .willgroup-form-input {
    width: 95px;
}
}






.slider-thumb  img{
    height: 93px;
    width: auto;
    margin: 0 auto
}


/* START MODULE STYLING */
.module-gallery {
    width: 100%;
}
.module-gallery .slider-wrapper {
    display: flex;
    max-height: 500px
}
.module-gallery .slider-thumb {
    max-width: 125px;    padding-left: 0;
}
.module-gallery .slider-thumb li {
   /* max-height: 100px;*/
}
/* .module-gallery .slider-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.module-gallery .slider-thumb .slick-prev,
.module-gallery .slider-thumb .slick-next {
    z-index: 1;
    height: 1em;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
    transition: opacity 300ms ease;
    font-size: 1.5em;
    color: #fff;
}
.module-gallery .slider-thumb .slick-prev:before,
.module-gallery .slider-thumb .slick-next:before {
    content: '';
}
.module-gallery .slider-thumb .slick-prev:hover,
.module-gallery .slider-thumb .slick-next:hover {
    opacity: 0.5;
}
.module-gallery .slider-thumb .slick-prev {
    left: unset;
       top: 26px;
}
.module-gallery .slider-thumb .slick-next {
    top: unset;
    right: unset;
    bottom: -26px;
}

.slick-track .slick-track { display: none; }


@media (max-width: 767px) {
    .module-gallery .slider-wrapper {
        flex-direction: column-reverse;
    }
    .module-gallery .slider-thumb {
        max-width: 100%;
    }
    .module-gallery .slider-thumb .slick-prev,
    .module-gallery .slider-thumb .slick-next {
        top: 50%;
        width: 1em;
        height: 100%;
    }
    .module-gallery .slider-thumb .slick-prev {
        left: 0;
    }
    .module-gallery .slider-thumb .slick-prev .fa:before {
        content: "\f104";
    }
    .module-gallery .slider-thumb .slick-next {
        right: 0;
    }
    .module-gallery .slider-thumb .slick-next .fa:before {
        content: "\f105";
    }
}


.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}


/* animate fadin duration 1.5s */
.owl-carousel .animated {
  animation-duration: 1.5s !important;
}
/* 輪播的前後按鈕背景調大 */


/** End Single **/
/*paginate_links*/
.paginate_links {
 overflow: hidden;
 text-align: center;
 display: flex;
 margin: 30px auto;
 width: 100%;
 justify-content: center;
}
.paginate_links .page-numbers{
 width: 32px;
 height: 32px;
 display: inline-block;
 float: left;
 margin: 0 5px 0 5px;
 padding-top: 7px;
 color: #007BB6;
 border: 1px solid #007BB6;
 margin-bottom: 5px;
}
.paginate_links .page-numbers:hover{
 background: #007BB6;
 color: #fff;
}
.paginate_links .page-numbers.prev,.paginate_links .page-numbers.next{
 background: transparent;
 width: auto;
 border: none;
}
.paginate_links .page-numbers.prev:hover,.paginate_links .page-numbers.next:hover{
 text-decoration: underline;
 color: #007BB6;
}
.paginate_links .page-numbers.current{
 background: #007BB6;
 color: #fff;
}
/*End paginate_links*/

ul.product_list_widget{
    padding: 0;
}
ul.product_list_widget li {
    list-style: none;
    padding: 10px 0 5px 75px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33
}
ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}span.amount {
    white-space: nowrap;
    color: #00c0c0;
    font-weight: bold;
}span.widget-title {
    font-size: 1em;
    font-weight: 600;
}
ul.product_list_widget li+li {
    border-top: 1px solid #ececec
}

.dark ul.product_list_widget li {
    border-color: rgba(255,255,255,.2)
} ul.product_list_widget li a span{
    text-transform: capitalize;
}
.pagecate{
    margin-top: 20px;
}
h1.entry-title {
    font-size: 24px !important;
}.single-date {
    border-bottom: 1px dashed #ededed;
}.entry-header-text {
    padding: 1.5em 0 1.5em;
}.entry-header-text-top {
    padding-top: 0;
}.entry-content {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}.entry-content {
    padding-top: 0px;
    padding-bottom: 10px;
}

.noidungdetail
{
    margin-top: 40px;
}
.noidungdetail ul.tabs
{
    width: 100%;
    float: left;    border-bottom: 1px solid #000;list-style: none;padding-left: 0;
}
.noidungdetail ul.tabs li
{

    float: left;
    text-align: center;
    padding-bottom: 5px;  padding: 0 20px;
}
.noidungdetail ul.tabs li:first-child{
    padding-left: 0;
}
.noidungdetail ul.tabs li a
{
    font-size: 16px;
    color: #000;
    cursor: pointer;
}
.noidungdetail ul.tabs li.current
{
    border-bottom: 2px solid  #02526b;
}
.noidungdetail ul.tabs li.current a
{
    color: #02526b;
}
.noidungdetail .tab-content
{
    width: 100%;
    padding: 30px 0;
    float: left;
    display: none;
    overflow: hidden;
}
.noidungdetail .tab-content iframe
{
    width: 100%;
}
.noidungdetail .tab-content.current
{
    display: block;
}


.btn-gui{position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    -webkit-transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	    background-color: #2d9ad9!important;
	    color: #fff!important
}
textarea.ghichu-lienhe{
	height: 120px!important
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

.wpcf7 form.submitting .ajax-loader {
	visibility: visible;
}

.wpcf7 .ajax-loader::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7 .ajax-loader::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}
.wpcf7 .wpcf7-not-valid-tip {
      margin-top: 9px;
    position: relative;
    padding: 5px 8px;
    line-height: 1.2em;
    border-radius: 3px;
    opacity: .8;
    background-color: #f1f1f1;
    color: #b20000;
}.wpcf7 .wpcf7-not-valid-tip:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f1f1f1;
    border-width: 10px;
    margin-left: -10px;
}
input.wpcf7-not-valid{
	height: 35px!important;
}
h3.title_f{
	font-weight: 700;    color: #555;
    width: 100%;
    margin-top: 0;
    margin-bottom: .5em;
    text-rendering: optimizeSpeed;


}
.noidung_f {
	  color: #777;
    font-size: 16px;
}
.noidung_f p{
	margin-bottom: 7px;
}




.relative-articals>.title {
    font-size: 18px;
    color: #01c675;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}.relative-articals .item .item-img {
    margin-bottom: 10px;text-align: center;
}.relative-articals .item .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.relative-articals .news-detail {
    font-size: 10px;
    color: #999;
    margin-top: 10px;
}.relative-articals .news-detail .news-detail-item {
    margin-right: 10px;
}.relative-articals .item>.title {
    color: #333;
    text-decoration: none;
    margin-top: 10px;
    display: block;
    display: -webkit-box;
    height: 39.2px;
    font-size: 14px;
    line-height: 1.4em;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (min-width: 550px){

}
@media only screen and (max-width: 360px){
.tour-box .tour-time div:nth-child(3) {
    width: 68%;
}.tour-box .tour-time div:nth-child(4) {
    width: 32%;
}
}
@media only screen and (max-width: 400px){
/*
    .noidungdetail ul.tabs li {
 
   width: 100%;
}*/
.noidungdetail ul.tabs li:first-child {
     padding: 0 10px;
}
}
@media only screen and (max-width: 500px){

    .noidungdetail ul.tabs li {
 
    padding: 0 10px;
}

}
@media only screen and (max-width: 768px){

.khungcamnangleft{
    padding:0;
}
.khungcamnangright{
    padding:0;
}


.khungleft, .khungright,.khunggiua{
    padding: 0;
}

.khungleft,.khungright{
        order: 2;
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
}.khunggiua{
        order: 1;
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
}
.item_tourx .image-cover,.item_toury .image-cover {
    padding-top: 75%;
}.khungbao{
    height: auto;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px){
.khunggiua {
   
    flex: 0 0 45%;
    max-width: 45%;
 
}

}
@media only screen and (min-width: 1px) and (max-width: 1199px){



.box-service{
    padding: 20px 10px;
    margin-top: 0;
}
.item_tourx{
    height: auto
}

.khungtimkiem input,.khungtimkiem button{
	height: 30px;
}
    .khungmenu,.hotlinetop {
        display: none;
    }
    .icontimkiemmb{
        display: block;
    }
    .header_menumobile {
    display: block;
    position: relative;
    width: 35px;
    order: 2;
    position: relative;
}.logotop {
    width: 100%;
    text-align: center;
}
.logotop img{
    width: 200px;
}
.khungtop{
    flex-wrap: wrap;
}.khungtimkiem {
    width: calc(100% - 50px);
    order: 3;
}
.header_menumobile{
    order: 2
}
}

.item_tintuccon .box-text .from_the_blog_excerpt {
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
@media only screen and (max-width: 500px){
.item_tintuccon .box-text .from_the_blog_excerpt {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.section-cam-nang .post-item .box-text .post-title{
    margin-bottom: 0;font-size: 14px;
}.item_tintuccon .box-text{
    padding: 10px;
}.item_tintuccon{
    padding: 7px 0;
}
}
@media only screen and (max-width: 600px){

.noidungdetail .tab-content{
    text-align: justify;
}



    .footer-top-item{
        margin-bottom: 20px;
    }
    .khungnoibatphai {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;margin-top: 15px;
}

.title_header h3.title_home{
	font-size: 20px;margin-top: 0;
}
.tab-sanpham1 li {
 
    padding: 5px 10px 10px 0;
  
}
}
.rowxx{
    margin: 0 -15px!important;
}
    .slider-preview  img{
  
    width: auto; margin: 0 auto
}.slider-preview{
    padding: 0;
}   

@media only screen and (min-width: 1px) and (max-width: 767px){

    .slider-preview  img{
    height: 250px;
    width: auto; margin: 0 auto
}
}
@media only screen and (min-width: 768px){

    .slider-preview  img{
    height: 470px;
    width: auto; margin: 0 auto
}
}
@media only screen and (min-width: 1200px){
 


.relative-articals .item .item-img img {
    width: auto;
    height: 155px;
    -o-object-fit: cover;
    object-fit: cover;
}


.chitiettrai{
    width: 750px;
}
.chitietphai{
    width: 450px;
}
.padding0{
    padding: 0;
}
.khungleft,.chitiettrai{
    padding-left: 0;
}
.khungright,.chitietphai{
    padding-right: 0;
}

.row{
    margin: 0!important
}.rowcon{
        margin: 0 -15px!important;
        display: flex;
        flex-wrap: wrap;
    }

    .itemtourtrong{
        padding: 0 10px;
    }
  .padding-r0{
    padding-right: 0;
  }

  .container{
    padding: 0;
    width: 1200px;
  }
  .header_menumobile{
    display: none;
  }
}

p#breadcrumbs {
border-bottom: dashed 0.5px #dbdcdd;
padding-bottom: 0.5em;
line-height: 1.7;
margin-top: 10px;
}


.pagination {
  text-align: center;
  padding: 15px 0 45px;width: 100%;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li:not(:last-child){
  margin-right: 5px;
}
.pagination ul li a {
  background: #f8f8f8;
  display: block;
  color: #555;
  cursor: pointer;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pagination ul li.active a,.pagination ul li:hover a {
  background: #EB2B2D;
  color: #FEFEFE!important;
}



.bockPrice_1 {
    background-color: rgb(139 188 231);
    text-align: center;
    vertical-align: top;    color: blue;text-transform: uppercase;
    font-weight: 700;
}
.bockPrice_0 {
    background-color: #1153b2;
    text-align: center;
    vertical-align: top;
    font-weight:bold;
    color:#fff;
}
.bockPrice_2{
 background-color: rgb(236,239,152);
    text-align: center;
    vertical-align: top;    color: blue;text-transform: uppercase;
    font-weight: 700;
}
.tieudect {
    border-bottom: 2px solid #1153b2;
    box-sizing: border-box;
    margin-top: 0;
    padding-bottom: 10px;
}


.banggias td, .banggias th {
    padding: 0;
    border: 1px solid #ccc;
    padding: 10px;
}.btn-yellow {
    background: #008c44;
    color: #fff;
       border-radius: 4px;
}