<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@font-face{
    font-family: 'SilverSouthScriptAlt';
    src: url('../fonts/SilverSouthScriptAlt.eot');
    src: url('../fonts/SilverSouthScriptAltd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SilverSouthScriptAlt.woff2') format('woff2'),
         url('../fonts/SilverSouthScriptAlt.woff') format('woff'),
         url('../fonts/SilverSouthScriptAlt.ttf') format('truetype'),
         url('../fonts/SilverSouthScriptAlt.svg#SilverSouthScriptAlt') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
    margin: 0;
    padding: 0;
    outline:none;
    text-decoration: none;
    list-style-position: inside;s
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='password'], textarea{-webkit-appearance: none;}
input[type='submit'], button{cursor: pointer; -webkit-appearance: none;}
a{text-decoration: none !important; outline: none !important; color: #ff4b03;}
a:hover{color: #ff4b03;}
a img{border: none;}
.clr{clear: both;}
.fleft{float: left;}
.fright{float: right;}
.view-menu, .view-sub-menu, .view-search, .view-cart{display: none;}
::-webkit-input-placeholder{color:#555 !important;}
::-moz-placeholder{color:#555 !important;} 
:-ms-input-placeholder{color:#555 !important;}
input:-moz-placeholder{color:#555 !important;}
.button{
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    cursor: pointer;
    background: #ff7e4b;
    color: #fff !important;
    text-align: center;
}
.button:hover{
    background: #e95920;
}
.zing-content img{
    max-width: 100%;
    height: auto;
}
.zing-content iframe{
    max-width: 100% !important;
}
.zing-content table{
    width: 100%;
    margin: 0 0 15px 0;
}
.zing-content td{
    padding: 6px 10px;
    border: 1px solid #ddd;
}
.zing-required{
    color: red;
    font-weight: bold;
}
.mark{
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    display: inline-block;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    opacity:0;
    visibility: hidden;
}
.contact-success{
    margin-bottom: 10px;
    width: 100%;
    color: green;
    font-weight: bold;
}
.contact-error{
    margin-bottom: 10px;
    width: 100%;
    color: red;
    font-weight: bold;
}
.media-box{
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    display: flex;
}
.media-image{
    margin-right: 10px;
}
.media-content{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
}
body p{
    line-height: 1.5;
    margin-bottom: 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 1.3;
    margin: 0 0 15px 0;
}
.owl-theme .owl-controls{
    margin: 0;
    line-height: 0;
}
/* breadcrumb */
.breadcrumb-box{
    width:auto;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}
.breadcrumb{
    padding: 15px 0;
    background: 0;
}
.breadcrumb-box li{
    float:left;
}
.breadcrumb-box ul{
    float: left;
    margin: 0;
}
.breadcrumb-box li a{
    text-decoration: none;
    font-size: 14px;
    color: #ff4b03;
}
.breadcrumb-box li a:after {
    content: " ";
    width: 6px;
    display: inline-block;
    height: 12px;
    background: url(../images/next-bcrum.png) no-repeat left 0px top 2px;
    margin: 0px 7px;
}
.breadcrumb-box li:last-child a:after {
    display:none;
}
.breadcrumb-box li span{
    color:#ff4b03;
    font-size:14px;
}
.breadcrumb-box li a span{
    color:#ff4b03;
}
.breadcrumb&gt;li+li:before{
    display: none;
}
.breadcrumb-box li:last-child a, .breadcrumb-box li:last-child a span{
    color: #555;
}
/* end breadcrumb */
/* pagination */
.pagination{
    height:30px;
    width:100%;
    margin-bottom:10px;
    margin-top: 0;
}
.pagination a{
    float:left;
    margin-right:10px;
}
.pagination a, .pagination span{
    font-weight:bold;
    display:block;
    min-width:10px;
    height:30px;
    padding:0px 10px;
    line-height:30px;
    background:#d4d3c4;
    font-size:13px;
    color:#000;
    text-align:center;
    cursor:pointer;
}
.pagination a:hover{
    color:#FFF;
    background:#ff4b03;
}
.pagination span{
    float:left;
    color:#FFF;
    background:#ff4b03;
    margin-right:10px;
}
/* end pagination */
.contact-map iframe{
    width: 100%;
    min-height: 250px;
    max-height: 430px;
}
.contact-map p{
    margin: 0;
	line-height: 0;
}
/* search suggets */
.suggest-box {
    float: left;
    clear: both;
    position: absolute;
    z-index: 9999;
    background-color: #eee;
    right: 0;
    top: 44px;
    display: none;
}
.suggest-item {
    width: 350px;
    float: left;
    clear: both;
    border-bottom: dashed 1px #ccc;
    padding: 10px;
    box-sizing: border-box;
}
.suggest-item img {
    float: left;
    margin-right: 10px;
    border: solid 1px #ccc;
    padding: 5px;
    background-color: #fff;
}
.suggest-item h2 {
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
    margin: 0px;
    line-height: 1.5;
}
.suggest-item h2 a {
    text-decoration: none;
    color: #0574BB;
}
.suggest-price {
    font-weight: bold;
    color: red;
    margin-top: 5px;
    font-size: 14px;
    display: block;
}
.search-empty{
    text-align: center;
    padding: 20px;
    font-size: 18px;
    color: #555;
}
/* search suggets */
.header-top{
    background: #fff;
    padding: 0 20px;
}
.logo{
    margin: 10px 0;
    padding: 4px 30px 4px 0;
    border-right: 1px solid #dcdcdc;
}
.logo img{
    height: 72px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.slogan{
    margin: 35px 0 0 30px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.slogan img{
    height: 42px;
}
.header-contact{
    margin: 23px 25px 0 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.header-contact p{
    margin-bottom: 0;
}
.header-contact .fa{
    width: 30px;
    font-size: 18px;
    color: #ff4b03;
    float: left;
    margin-top: 3px;
}
.header-contact .fa-whatsapp{
    font-size: 20px;
}
.header-whatsapp a{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.header-email a{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.header-need-help{
    padding: 30px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.btn-need-help{
    width: 148px;
    height: 40px;
    display: block;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
}
.header-tripadvisor{
    margin: 26px 0 0 20px;
}
.header-bottom{
    background: #272425;
}
.main-menu ul{
    margin: 0;
    list-style: none;
}
.main-menu ul li{
    float: left;
}
.main-menu ul li a{
    padding: 19px 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.main-menu &gt; ul &gt; li.li-parent &gt; a{
    padding-right: 37px;
}
.main-menu &gt; ul &gt; li.li-parent &gt; a{
    background: url(../images/list5.png) no-repeat right 25px center;
}
.main-menu &gt; ul &gt; li.active &gt; a, .main-menu &gt; ul &gt; li &gt; a:hover{
    background-color: #312e2f;
    color: #ff4b03;
}
.main-menu &gt; ul &gt; li.menu-home &gt; a .fa{
    font-size: 18px;
}
.search-box{
    position: relative;
    margin: 12px 20px 0 0;
}
.txt-search{
    width: 290px;
    height: 34px;
    border: 0;
    border-radius: 3px;
    padding: 6px 34px 6px 10px;
    background: #312e2f;
    color: #777;
}
.btn-search{
    width: 34px;
    height: 34px;
    color: #666;
    font-size: 16px;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
}
.search-box ::-webkit-input-placeholder { color:#777 !important;}
.search-box ::-moz-placeholder { color:#777 !important;} 
.search-box :-ms-input-placeholder { color:#777 !important;} 
.search-box input:-moz-placeholder { color:#777 !important;}
.footer-top{
    background: #312e2f;
    padding-top: 35px;
    color: #999;
}
.footer-box{
    float: left;
    margin-bottom: 30px;
}
.footer-box:nth-child(1){
    width: 35%;
    padding-right: 70px;
}
.footer-box:nth-child(2){
    width: 23%;
    padding: 15px 30px 0 0;
}
.footer-box:nth-child(3){
    width: 20%;
    padding: 15px 30px 0 0;
}
.footer-box:nth-child(4){
    width: 22%;
}
.logo-footer img{
    max-height: 72px;
    max-width: 100%;
    width: auto;
}
.footer-office-item{
    margin-top: 30px;
}
.footer-office-item .office-title{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff4b03;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.footer-office-item .glyphicon{
    float: left;
    margin-right: 10px;
    color: #ff4b03;
    margin-top: 3px;
    font-size: 13px;
}
.footer-office-item .glyphicon-home{
    padding-bottom: 15px;
}
.footer-office-item p{
    margin-bottom: 10px;
}
.footer-office-item p:last-child{
    margin-bottom: 0;
}
.footer-office-item a{
    color: #999;
}
.footer-office-item a:hover{
    color: #fff;
}
.payment-img{
    max-width: 100%;
    height: auto;
    margin-top: 30px;
}
.footer-title{
    font-size: 16px;
    font-weight: 700;
    color: #ff4b03;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.footer-menu ul{
    margin: 0;
    list-style: none;
}
.footer-menu li{
    margin-bottom: 10px;
}
.footer-menu li:last-child{
    margin-bottom: 0;
}
.footer-menu li a{
    color: #999;
}
.footer-menu li a:hover{
    color: #fff;
}
.tripadvisor-img{
    display: block;
    margin: 0 auto 20px auto;
}
.TA_selfserveprop &gt; img{
    display: none;
}
.widSSPnarrow{
    width: 100% !important;
    background: #fff !important;
    padding: 5px !important;
}
.widSSPData{
    border: 3px solid #5d904b !important;
    padding: 7px !important;
}
#CDSWIDSSP .widSSPData .widSSPSummary a dt{
    color: #333 !important;
    font-size: 16px !important;
}
.slider-partner{
    border-top: 1px solid #464344;
    padding: 25px 30px;
    position: relative;
}
.slider-partner-img{
    height: 70px;
    position: relative;
}
.slider-partner-img img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: inherit !important;
}
.owl-prev-partner{
    color: #5e5a55;
    font-size: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
}
.owl-next-partner{
    color: #5e5a55;
    font-size: 20px;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
}
.owl-prev-partner:hover, .owl-next-partner:hover{
    color: #fff;
}
.footer-bottom{
    background: #272425;
    padding: 7px 0;
    color: #999;
}
.copyright{
    margin-top: 6px;
}
.social{
    padding-top: 0;
}
.social a{
    font-size: 22px;
    color: #686667;
    margin-right: 20px;
}
.social a:last-child{
    margin-right: 0;
}
.social a:hover{
    color: #fff;
}
.newsletter-box{
    background: url(../images/bg-newsletter.png) no-repeat center bottom #ab9475;
    padding: 40px 0;
}
.newsletter-left{
    color: #fff;
}
.newsletter-left p{
    margin-bottom: 0;
}
.newsletter-title{
    font-weight: 700;
}
.newsletter-form .txt-email{
    border: 0;
    width: 470px;
    height: 40px;
    padding: 6px 20px;
    float: left;
    margin-right: 30px;
}
.btn-newsletter{
    width: 140px;
    height: 40px;
    border: none;
    border-radius: 3px;
    background: #36312a;
    font-weight: 700;
    text-transform: uppercase;
}
.newsletter-form ::-webkit-input-placeholder { color:#888 !important;}
.newsletter-form ::-moz-placeholder { color:#888 !important;}
.newsletter-form :-ms-input-placeholder { color:#888 !important;}
.newsletter-form input:-moz-placeholder { color:#888 !important;}
.slideshow{
    position: relative;
}
.slideshow .item img{
    display: block;
    width: 100%;
    height: auto;
    max-height: 550px;
    min-height: 120px;
}
.owl-prev{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/btn-prev.png) no-repeat;
    position: absolute;
    top: calc(50% - 15px);
    left: 30px;
    z-index: 30;
}
.owl-next{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/btn-next.png) no-repeat;
    position: absolute;
    top: calc(50% - 15px);
    right: 30px;
    z-index: 30;
}
.slideshow .banner-title{
    text-transform: inherit;
    text-shadow: 2px 1px #000000cc;
}
.header-search{
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 20;
}
.banner-content{
    color: #fff;
    text-align: center;
}
.banner-title{
    font-family: SilverSouthScriptAlt;
    font-size: 100px;
    margin-bottom: 0;
}
.header-search-inner{
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.26);
    padding: 30px;
    position: relative;
}
.header-search select::-ms-expand{
    display: none;
}
.header-search .form-control{
    width: 465px;
    height: 40px;
    float: left;
    border: 0;
    border-radius: 0;
    border-right: 1px solid #e7e7e7;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none;
}
.header-search .tour_destination{
    background-image: url(../images/icon-map.png), url(../images/icon-select.png);
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
    padding-left: 25px;
    border-radius: 3px 0 0 3px;
}
.header-search .duration{
    background-image: url(../images/icon-time.png), url(../images/icon-select.png);
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
    padding-left: 30px;
    border-right: 0;
}
.btn-search-now{
    width: 150px;
    height: 40px;
    float: left;
    border: 0;
    border-radius: 0 3px 3px 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
#main-content{
    padding: 30px 0 50px 0;
}
.content-right{
    float: right;
}
#banner img{
    display: block;
    width: 100%;
    height: auto;
    max-height: 350px;
    min-height: 120px;
}
.sidebar-widget{
    margin-bottom: 40px;
}
.widget-title{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.widget-menu ul{
    list-style: none;
    margin: 0;
}
.widget-menu li a{
    color: #999;
    display: block;
    padding: 9px 0;
    border-bottom: 1px solid #e5e5e5;
}
.widget-menu li.active a, .widget-menu li a:hover{
    border-bottom: 1px solid #b7b7b7;
    position: relative;
    color: #555;
}
.widget-menu li.active a::after {
    content: "\f105";
    font-family: FontAwesome;
    color: #555;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 16px;
    line-height: 0;
}
.page-title{
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.about-content h2, .about-content h3{
    font-size: 16px;
    font-weight: bold;
}
.travel-consultant img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}
.consultant-content{
    margin-top: 18px;
    float: left;
}
.contact-content .page-title{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin: 0;
}
.contact-content .widget-title{
    margin-bottom: 30px;
}
.contact-des{
    padding:25px 20px 10px 20px;
    margin: 25px 0 30px 0;
    background: #f2f2f2;
    text-align: center;
}
.contact-form .form-group {
  width: 100%;
  margin: 5px 0 20px 0;
  clear: both;
}
.form-gender select option:first-child {
    display: none;
}
.form-left {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.form-right {
  width: 50%;
  float: right;
  padding-left: 10px;
}
.contact-form  .form-label{
    font-weight: 600;
}
.contact-form textarea{
    height: 210px !important;
    margin-top: 5px;
}
.contact-form .form-control{
    border-radius: 2px;
    border: 2px solid #dbdac6;
    color: #222;
    height: 42px;
    color: #555;
}
.contact-form .form-gender{
    width: 25%;
    float: left;
    padding-right: 5px;
}
.contact-form .form-first-name{
    width: 75%;
    float: left;
    padding-left: 5px;
}
.contact-form label{
    font-weight: normal;
}
.form-check-in{
    width: 50%;
    float: left;
    padding-right: 5px;
}
.form-check-out{
    width: 50%;
    float: left;
    padding-left: 5px;
}
.require-text{
    float: left;
    margin-top: 15px;
}
.send-message{
    height: 45px;
    padding: 0 15px;
    background: #ff4b03;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: 300;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: right;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.send-message:hover{ background:#ce3b00;}
.send-tour-request{
    height: 45px;
    padding: 0 15px;
    background: #ff4b03;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: 300;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: right;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.send-tour-request:hover{ background:#ce3b00;}
.contact-form .group-2{
    margin: 0 -5px;
}
.contact-form .col-2 {
    padding: 0 5px;
}
.contact-form .group-3{
    margin: 0 -10px;
}
.contact-form .col-3 {
    padding: 0 10px;
}
.form-required{
    color: red;
}
.form-success{
    color: green;
}
.title-box h1, .title-box h2{
    font-style: 30px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0;
}
.faq-title h2 a{
    font-size: 18px;
    text-transform: inherit;
    padding-right: 40px !important;
}
.accord-content .answer {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-right: 8px;
    line-height: 1;
}
.faq-content{
    font-style: italic;
}
.who-are-we{
    margin-top: 20px;
}
.who-are-we img{
    margin: -3px 10px 0 0;
}
.meet-our-team{
    margin-top: 40px;
}
.team-item{
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-top: 30px;
}
.team-content img {
    margin: -3px 10px 0 0;
}
.team-item:first-child{
    border: 0;
    padding: 0;
}
.box-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.box-title span{
    position: absolute;
    width: 25px;
    height: 25px;
    background: #9a9894;
    right: 0;
    top: -4px;
    border-radius: 3px;
}
.box-title span::before{
    display: inline-block;
    width: 12px;
    height: 2px;
    background: #f8f8f8;
    content: "";
    right: 6px;
    top: 50%;
    margin-top: -2px;
    position: absolute;
}
.box-title span::after{
    display: inline-block;
    width: 12px;
    height: 2px;
    background: #f8f8f8;
    content: "";
    right: 6px;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.box-title.active span::after{
    display: none;
}
.box-img{
    width: 120px;
    height: 100px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #e5e5e5;
    float: left;
}
.box-img img{
    border-radius: 50%;
    border-right: 1px solid #e5e5e5;
    width: 100%;
    height: auto;
}
.box-item{
    display: none;
}
.team-item.active .box-item{
    display: block;
}
.box-name{
    float: left;
    margin-top: 8px;
}
.box-name h2{
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.box-name p{
    font-style: italic;
    color: #999;
    margin: 0;
}
.box-content{
    margin-top: 20px;
}
.tax-title{
    margin-bottom: 10px;
}
.tax-content{
    margin-bottom: 30px;
}
.post-item{
    margin-bottom: 30px;
}
.post-item:nth-child(3n+1){
    clear: both;
}
.post-item img{
    width: 100%;
    height: auto;
}
.post-inner{
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 15px 20px 20px 20px;
}
.post-title{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: 1.4;
}
.post-title a{
    color: #555;
}
.post-title a:hover{
    color: #ff4b03;
}
.post-excerpt{
    margin: 0;
}
.other-cate-box{
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}
.other-title{
    text-align: center;
    font-size: 30px;
}
.other-cate-list{
    margin: 0 -15px;
}
.other-cate-item{
    padding: 0 15px;
    width: 20%;
    float: left;
    margin-bottom: 30px;
}
.other-cate-inner{
    position: relative;
}
.other-cate-inner img{
    width: 100%;
    height: auto;
}
.other-cate-inner:hover .mark{
    opacity: 1;
    visibility: visible;
}
.other-cate-inner:hover .other-cate-name{
    background-color: rgba(255, 75, 0, 0.7);
}
.culture-info{
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
}
.cul-content{
    display: table;
    width: 100%;
    height: 100%;
}
.cul-text{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px;
}
.other-cate-name{
    background-color: rgba(153, 153, 153, 0.7);
    margin: 0;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    min-width: 60px;
    text-transform: uppercase;
}
.post-date{
    font-size: 13px;
    color: #888;
    margin-bottom: 25px;
}
.post-date .fa{
    font-size: 15px;
    color: #aaa;
}
.post-date .glyphicon{
    font-size: 12px;
    color: #aaa;
}
.post-date span{
    margin-right: 50px;
    display: inline-block;
}
.post-date span:last-child{
    margin-right: 0;
}
.share-box{float:left;display:table;padding-top:0px;}
.textshare{float:left;font-weight:bold; margin: 12px 0 0 15px; text-transform: uppercase; color: #363636; font-size: 12px;}
.textshare p{margin: 0;}
.share-box a{display:block;line-height:35px;height:35px;}
.share-box div{float:left;margin:0px 3px;}
.share-box div:hover{transition:all 0.3s ease 0s;}
.share-box .sharefacebook{margin-top:10px;}
.share-box .facebook{background-image:url(../images/mangxahoi.png);width:32px;height:32px;background-position:-1px -2px;cursor:pointer;margin-top:5px;}
.share-box .facebook:hover{background-position:-1px -40px;}
.share-box .google{background-image:url(../images/mangxahoi.png);width:32px;height:32px;background-position:-37px -2px;cursor:pointer;margin-top:5px;}
.share-box .google:hover{background-position:-37px -40px;}
.share-box .tweet{background-image:url(../images/mangxahoi.png);width:32px;height:32px;background-position:-73px -2px;cursor:pointer;margin-top:5px;}
.share-box .tweet:hover{background-position:-73px -40px;}
.share-box .sharethis{background-image:url(../images/mangxahoi.png);width:32px;height:32px;background-position:-109px -2px;cursor:pointer;margin-top:5px;}
.share-box .sharethis:hover{background-position:-109px -40px;}
.share-box .digg{background-image:url(../images/mangxahoi.png);width:32px;height:32px;background-position:-145px -2px;cursor:pointer;margin-top:5px;}
.share-box .digg:hover{background-position:-145px -40px;}
.share-box .flickr{background-image:url(../images/mangxahoi.png);width:32px;height:32px;background-position:-181px -2px;cursor:pointer;margin-top:5px;}
.share-box .flickr:hover{background-position:-181px -40px;}
.share-box .skype{background-image:url(../images/mangxahoi.png);width:32px;height:32px;background-position:-217px -2px;cursor:pointer;margin-top:5px;}
.share-box .skype:hover{background-position:-217px -40px;}
.share-box .google-button, .share-box .fb-like{
    float: left;
    margin:13px 10px 0 0;
}
.share-box .google-button{
    width: 60px;
}
.tin-lien-quan{
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    padding-top: 25px;
}
.tin-lien-quan-list{
    margin-top: 20px;
}
.tin-lien-quan-list ul{
    margin: 0;
    list-style: none;
}
.tin-lien-quan-list li{
    margin-bottom: 5px;
    list-style: none;
}
.tin-lien-quan-item a{
    font-size: 13px;
    color: #999780;
    background: url(../images/list2.png) left top 6px no-repeat;
    padding-left: 15px;
}
.tin-lien-quan-item a:hover{
    color: #ff4b03;
}
.product-inner{
    padding: 15px 20px 0 20px;
}
.product-title{
    margin-bottom: 8px;
}
.product-duration{
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
.product-itinerary{
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}
.product-info{
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    position: relative;
    padding-right: 110px;
    min-height: 70px;
}
.product-itinerary{
    margin-top: 8px;
}
.product-itinerary .fa{
    color: #ff4b03;
    font-size: 15px;
}
.product-price{
    position: absolute;
    top: 10px;
    right: 0;
    border-left: 1px solid #e5e5e5;
    padding: 5px 0 5px 15px;
    width: 100px;
}
.product-price p{
    margin: 0;
    font-size: 12px;
    font-style: italic;
}
.price-old{
    float: left;
    text-decoration: line-through;
    margin-right: 8px !important;
}
.price-old .dola {
    font-size: 8px;
    margin-top: -2px;
    margin-right: -2px;
}
.price-old .price {
    font-size: 15px;
    vertical-align: top;
}
.price-new{
    float: left;
    color: #ff4b03
}
.price-new .dola {
    font-size: 12px;
    margin-top: -2px;
    margin-right: -2px;
    font-weight: bold;
}
.price-new .price {
    font-size: 20px;
    font-weight: bold;
    vertical-align: top;
    line-height: 1;
}
.product-img{
    position: relative;
}
.best-offer{
    width: 87px;
    height: 31px;
    background: url(../images/best-offer.png) no-repeat;
    position: absolute;
    top: 20px;
    left: -5px;
}
.product-list{
    margin-top: 30px;
}
.filter-box p{
    font-weight: bold;
    float: left;
    margin: 5px 20px 0 0;
}
.filter-box ul{
    list-style: none;
    margin: 0;   
}
.filter-box &gt; ul &gt; li{
    float: left;
    box-shadow: 0 0 3px #ccc;
    height: 30px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 40px 5px 10px;
    min-width: 135px;
    cursor: pointer;
    border-radius: 3px;
}
.filter-box &gt; ul &gt; li:last-child{
    margin-right: 0;
}
.filter-box &gt; ul &gt; li::after{
    content: "\f0d7";
    font-family: FontAwesome;
    color: #999;
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 18px;
    line-height: 0;
}
.filter-box &gt; ul &gt; li &gt; a{
    color: #999;
    float: left;
    font-size: 13px;
    margin-right: 15px;
}
.filter-box &gt; ul &gt; li ul{
    position: absolute;
    top: 30px;
    left: 0;
    background: #ff4b03;
    display: block;
    z-index: 200;
    box-shadow: 0 0 3px #ccc;
    display: none;
}
.filter-box &gt; ul &gt; li ul li a{
    min-width: 135px;
    display: block;
    color: #fff;
    padding: 5px 10px;
}
.filter_query {
  clear: both;
  float: left;
  width: 100%;
  min-height: 40px;
  border: solid 1px #DBDBDB;
  line-height: 40px;
  background-color: #fff;
  margin-top: 10px;
  padding: 0px 20px;
  text-align: left;
}
.filter_query_wapper {
  float: left;
}
.filter_query .filter_items &gt; span{
    margin-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  float: left;
}
.filter_items {
  float: left;
}
.filter_fcom {
  float: left;
  font-weight: bold;
  color: #0059ac;
  margin-right: 10px;
}
.filter_items span b{
  color: #999;
  font-weight: bold;
}
.filter_items span {
  color: #0059ac;
background:url(../images/vachfilter.html) no-repeat center right;
}
.filter_items span:last-child{
background:none;
}
.filter_items a {
  margin-left: 10px;
  display: inline-block;
  float: right;
  line-height: 37px;
}
.single-header{
    margin-bottom: 20px;
}
.single-title{
    margin-bottom: 10px;
}
.single-duration{
    float: left;
    margin-right: 30px;
}
.single-slide img{
    width: 100%;
    height: auto;
    max-height: 500px;
}
.lSSlideWrapper{
    max-height: 420px;
    margin-bottom: 10px;
}
.lSSlideWrapper img{
    width: 100%;
    height: auto;
}
.tour-box{
    background: #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}
.tour-box-title{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.single-price{
    margin-bottom: 15px;
}
.single-price p{
    margin-bottom: 0;
}
.tour-box .price-old{
    margin: 4px 8px 0 0;
}
.tour-box .price-old .dola{
    font-size: 10px;
}
.tour-box .price-old .price{
    font-size: 20px;
    margin-left: -2px;
}
.tour-box .price-new .dola{
    font-size: 14px;
    font-weight: bold;
}
.tour-box .price-new .price{
    font-size: 30px;
    font-weight: bold;
    margin-left: -2px;
}
.single-price font{
    color: #999;
    font-style: italic;
    float: left;
    margin: 10px 0 0 7px;
}
.inquire-now{
    display: block;
    background: #7ec440;
    text-align: center;
    padding: 11px 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}
.itinerary-box ul{
    margin: 0;
}
.itinerary-box li{
    line-height: 24px;
}
.icon-box{
    margin: 40px 0 30px 0;
}
.icon-item{
    text-align: center;
    font-size: 14px;
}
.icon-item img{
    margin-bottom: 7px;
}
.icon-item p{
    margin-bottom: 0;
}
.icon-item p span{
    font-weight: bold;
}
.accord-title{
    background: #e3e2d6;
}
.accord-title h3, .accord-title h2, .accord-title p{
    margin: 0;
}
.accord-title h3 a, .accord-title h2 a, .accord-title p a{
    color: #555;
    font-size: 20px;
    display: block;
    padding: 15px 40px 15px 15px;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
}
.accord-title h3 a span, .accord-title h2 a span, .accord-title p a span{
    font-size: 14px;
}
.accord-title h3 a::before, .accord-title h2 a::before, .accord-title p a::before{
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #999780;
    content: "";
    right: 15px;
    top: 50%;
    margin-top: -2px;
    position: absolute;
}
.accord-title h3 a::after, .accord-title h2 a::after, .accord-title p a::after{
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #999780;
    content: "";
    right: 15px;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.accord-elem{
    margin-bottom: 10px;
}
.accord-elem.active .accord-content{
    display: block !important;
}
.accord-elem.active h3 a::after, .accord-elem.active h2 a::after, .accord-elem.active p a::after{
    display: none;
}
.accord-content{
    display: none;
    background: #f2f2f2;
    padding: 40px 20px 30px 20px;
    font-size: 15px;
}
.itinerary-item{
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.itinerary-item::after{
    content: "";
    height: 1px;
    background: #d5d5d5;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}
.itinerary-item:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}
.itinerary-item:last-child::after{
    display: none;
}
.itinerary-title{
    font-weight: bold;
    font-size: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.itinerary-content{
    padding-right: 10px;
    padding-left: 105px;
}
.itinerary-img{
    padding-left: 10px;
}
.itinerary-img img{
    width: 100%;
    height: auto;
}
.itinerary-day{
    position: absolute;
    top: 0;
    left: 15px;
    width: 70px;
    height: 70px;
    background: #e3e2d6;
    text-transform: uppercase;
    text-align: center;
    color: #999780;
}
.itinerary-day p{
    margin-top: 10px;
    margin-bottom: 0;
}
.itinerary-day span{
    display: block;
    font-size: 32px;
    line-height: 0.8;
}
.include-title{
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0 20px 0;
}
.rating-wrap{
    padding: 0 120px;
}
.rating-item h2, .rating-item h3{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 20px 10px;
}
.rating-item td{
    padding: 3px 10px;
}
.rating-item label{
    line-height: 1;
    margin-bottom: 0;
}
.travel-rating span{
    width: 170px;
    height: 10px;
    background: #d8d6d6;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.travel-rating i{
    position: absolute;
    height: 10px;
    background: #ff4b03;
    top: 0;
    left: 0;
}
.travel-rating table{
    float: left;
}
.review-core{
    text-align: center;
}
.number-core{
    width: 125px;
    height: 125px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    line-height: 125px;
    background: #ff9600;
    border-radius: 10px;
}
.travel-border {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.rating-box{
    padding: 10px 50px 30px 50px;
}
.rating-title {
    background: #e9ebd5;
    padding: 17px 20px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}
.see-review{
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.see-review img{
    float: left;
    margin-right: 10px;
}
.see-review tr{
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}
.see-review td{
    padding:8px 10px;
}
.section-rating{
    background: #fff;
    margin-top: 30px;
}
.section-rating .rating-wrap{
    padding: 20px 20px;
    border: 1px solid #e9ebd5;
    border-top: 0;
}
.section-rating .travel-rating td{
    padding: 6px 3px;
}
.section-rating .rating-box {
    padding: 10px 50px;
}
.rating-item .rating-box-title{
    font-size: 20px;
    font-weight: 300;
    text-transform: inherit;
    margin-bottom: 15px;
}
/****** Style Star Rating Widget *****/
.rating { 
  border: none;
  float: left;
}
.rating &gt; input { display: none; } 
.rating &gt; label:before { 
  margin: 0 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating &gt; .half:before { 
  content: "\f089";
  position: absolute;
}
.rating &gt; label { 
    color: #a5a5a5; 
    float: right;
    margin-bottom: 0;
}
.rating &gt; .active, .rating &gt; .active ~ label{ color: #ff4b03;  }

.reviews h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin:40px 0 10px 0;
}
.review-item:first-child{
    margin-top: 0;
    border-top: 0;
}
.review-item{
    padding-left: 100px;
    position: relative;
    border-top: 1px solid #e2e2d6;
    padding-top: 30px;
    margin-top: 30px;
}
.review-item img{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 30px;
    left: 0;
}
.review-item h3{
    font-size: 20px;
    font-family: Lato_SemiboldItalic;
    margin-top: 0;
}
.review-item .date{
    font-size: 12px;
}
.review-by{
    font-size: 12px;
}
.review-by .name{
    font-weight: bold;
    color: #ff4b03;
}
.accord-content{
    display: none;
}
.office-list{
    margin-top: 40px;
}
.office-list .glyphicon{
    float: left;
    margin-right: 8px;
    color: #5a5a5a;
    margin-top: 3px;
}
.office-list .glyphicon-home{
    padding-bottom: 15px;
}
.office-list .accord-content p{
    margin-bottom: 10px;
}
.office-list .accord-content a:hover{
    color: #ff9600;
    text-decoration: underline !important;
}
.office-elem img{
    width: 100%;
    height: auto;
}
.office-elem{
    border-top: 1px solid #e5e5e5;
    margin: 0;
}
.office-list .office-title{
    background: none;
}
.office-list .office-title a::before, .office-list .office-title a::after{
    display: none;
}
.office-title h2{
    line-height: 0;
    margin: 0;
}
.office-title h2 a{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
    line-height: 1.5;
    display: block;
    position: relative;
    padding: 20px 0;
}
.office-title h2 a span{
    position: absolute;
    width: 25px;
    height: 25px;
    background: #9a9894;
    right: 0;
    top: 18px;
    border-radius: 3px;
}
.office-title h2 a span::before{
    display: inline-block;
    width: 12px;
    height: 2px;
    background: #f8f8f8;
    content: "";
    right: 6px;
    top: 50%;
    margin-top: -2px;
    position: absolute;
}
.office-title h2 a span::after{
    display: inline-block;
    width: 12px;
    height: 2px;
    background: #f8f8f8;
    content: "";
    right: 6px;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.office-elem.active h2 a span::after{
    display: none;
}
.office-elem .office-content{
    background: none;
    padding: 0;
}
.office-elem.active .office-content{
    display: block;
}
.sending{
    display: none;
}
.sending img{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 10px auto;
}
.modal-content{
    border-radius: 0;
}
.modal-header{
    padding: 0px 20px; 
}
.modal-header .popup-title{
    font-weight: bold;
    font-size: 22px;
    color: #333;
}
.modal-body{
    padding: 20px
}
.popup-ask label{
    margin-bottom: 0;
    color: #333;
}
.popup-ask .form-control{
    margin-top: 5px;
}
.popup-ask .contact-form textarea {
    height: 100px !important;
}
.tour-form{
    padding: 0 200px;
}
.contact-form h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0;
    font-size: 15px;
}
.zing-datepicker{
    background: url(../images/icon-date.png) center right 10px no-repeat #fff !important;
}
.sp-lien-quan{
    margin-top: 30px;
}
.box-title{
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.slider-destination{
    position: relative;
    margin-top: 25px;
}
.btn-destination{
    display: block;
    width: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 20;
}
.btn-destination:hover::before{
    color: #fd8703;
}
.owl-prev-destination{
    left: 0;
}
.owl-prev-destination::before{
    font-family: FontAwesome;
    content: "\f053";
    font-size: 18px;
    color: #bec3c7;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    margin-top: -8px;
    margin-left: -6px;
}
.owl-next-destination{
    right: 0;
}
.owl-next-destination::before{
    font-family: FontAwesome;
    content: "\f054";
    font-size: 18px;
    color: #bec3c7;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    margin-top: -8px;
    margin-left: -6px;
}
.destination-right img{
    max-width: 100%;
    width: auto;
    height: auto;
    margin-top: 40px;
}
.expert-title{
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0 15px 0;
}
.expert-sub p{
    line-height: 30px;
}
.expert-box ul{
    list-style: none;
    margin: 0;
}
.expert-box li{
    background: url(../images/list3.png) left top 1px no-repeat;
    padding-left: 27px;
    margin-bottom: 8px;
}
.testimonial-item{
    position: relative;
    padding-left: 110px;
}
.testimonial-item img{
    width: inherit !important;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial-content{
    margin-bottom: 20px;
    line-height: 30px;
    background: url(../images/icon7.png) left top 6px no-repeat;
    text-indent: 30px;
}
.best-seller{
    background: #f2f2f2;
    padding: 40px 0;
}
.view-all{
    color: #fff !important;
    text-transform: uppercase;
    padding: 8px 60px 7px 20px;
    background: url(../images/list4.png) right 15px center no-repeat #ff4b03;
    display: inline-block;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.view-all:hover{
    background: url(../images/list4.png) right 15px center no-repeat #bb3500;
}
.journey-box{
    padding: 40px 0 20px 0;
}
.box-name{
    font-weight: 300;
    font-size: 18px;
    color: #ff4b03;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.package-item{
    margin-bottom: 30px;
}
.package-info{
    position: relative;
    color: #fff;
}
.package-info img{
    width: 100%;
    height: auto;
}
.package-img-1{
    display: none;
}
.package-name{
    margin: 0;
}
.package-name a{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 13px 15px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}
.package-hover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    display: none;
}
.package-cul-name{
    margin: 0 0 20px 0;
}
.package-cul-name a{
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
.package-info:hover .package-name{
    display: none;
}
.package-info:hover .mark{
    visibility: visible;
    opacity: 1;
}
.package-info:hover .package-hover{
    display: block;
}
.home-video{
    margin-top: 55px;
}
.home-intro{
    padding-bottom: 30px;
}
.lest-us{
    background: #e4e2d6;
    padding: 40px;
    min-height: 250px;
    font-size: 16px;
    margin-bottom: 40px;
}
.lest-us-left{
    float: left;
    text-align: center;
}
.lest-us-left img{
    border-radius: 50%;
    border: 3px solid #fff;
    margin-bottom: 8px;
}
.lest-us-left p{
    margin: 3px 0 0 0;
}
.lest-us-name{
    font-weight: bold;
}
.lest-us-task{
    font-size: 14px;
}
.lest-us-right{
    margin-left: 180px;
}
.lest-us-title{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}
.btn-lest-us{
    width: 258px;
    height: 40px;
    display: block;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    margin: 35px auto 0 auto;
}
.widget-menu .btn-lest-us{
    margin-top: 20px;
}
.destination-menu li{
    float: left;
    width: 50%;
}
.destination-menu li:nth-child(2n+1){
    clear: both;
}
.tour-price-title{
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0 10px 0;
    text-transform: uppercase;
}
.tour-price{
    margin: 30px 0 20px 0;
}
.tour-price table{
    width: 100%;
}
.price-table-mobile{
    display: none;
}
.tour-price th{
    background: #ddd;
    padding: 10px;
    text-align: center;
}
.tour-price td{
    padding: 10px;
    background: #f9f9f9;
    border: none;
    text-align: center;
}
.tour-price-des{
    font-size: 12px;
    margin-top: 15px;
}
.home-content{
    padding: 0 !important
}
.home-box{
    padding: 40px 0;
}
.home-box-why-us{
    background: #f5f5f5;
    padding: 30px 0;
}
.why-us-box{
    min-height: 50px;
    position: relative;
    padding-left: 65px;
}
.why-us-img{
    width: 53px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.why-us-img img{
    max-width: 100%;
    max-height: 100%;
    float: right;
}
.why-us-item p{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.box-header{
    text-align: center;
    margin-bottom: 30px;
}
.home-box-title{
    font-size: 35px;
    text-transform: uppercase;
}
.home-box-content{
    font-size: 16px;
    color: #555;
}
.home-why-travel-inner{
    background: url(../images/bg-home-why-travel.jpg) no-repeat right top;
    padding: 70px 0;
}
.home-why-travel-left{
    width: 44%;
    float: left;
}
.home-why-travel-right{
    width: 56%;
    float: left;
    padding: 0 50px;
}
.btn-see-more{
    width: 148px;
    height: 40px;
    display: block;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 20px;
}
.home-box-destination{
    background: #f5f5f5;
}
.home-tour-destination-list .row{
    margin: 0 -18px;
}
.home-tour-destination-col{
    padding: 0 18px;
}
.home-tour-destination-item{
    background: #fff;
    margin-bottom: 30px;
}
.home-tour-destination-item:last-child{
    margin-bottom: 0;
}
.home-tour-destination-img{
    position: relative;
}
.home-tour-destination-img img{
    width: 100%;
}
.home-tour-destination-img .mark{
    background: url(../images/icon8.png) no-repeat center center rgba(0, 0, 0, 0.5);
}
.home-tour-destination-title{
    font-size: 24px;
    margin-bottom: 0;
}
.home-tour-destination-title a{
    display: block;
    border: 1px solid #e5e5e5;
    border-top: 0;
    background: #fff;
    padding: 14px 20px;
    color: #333;
    text-transform: uppercase;
}
.home-tour-destination-title a span{
    float: right;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    margin-top: 6px;
}
.home-tour-destination-item:hover{
    box-shadow: 0 0 15px #ddd;
}
.home-tour-destination-item:hover .home-tour-destination-img .mark{
    opacity: 1;
    visibility: visible;
}
.home-tour-destination-item:hover .home-tour-destination-title a{
    color: #ff4b03;
}
.home-our-destination-box{
    margin-top: 30px;
}
.home-our-destination-title{
    font-size: 16px;
    text-align: center;
}
.home-our-destination-list{
    text-align: center;
}
.home-our-destination-list ul{
    margin: 0;
    list-style: none;
}
.home-our-destination-list li{
    display: inline-block;
    margin: 0 8px 10px 8px;
}
.home-our-destination-list li a{
    display: block;
    min-width: 135px;
    padding: 9px 15px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background: #fff;
    color: #333;
    text-transform: uppercase;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.home-our-destination-list li a:hover{
    color: #fff;
    background: #ff7e4b;
    border-color: #ff7e4b;
}
.tour-list .row{
    margin: 0 -18px;
}
.tour-item{
    padding: 0 18px;
    margin-bottom: 36px;
}
.tour-item:nth-child(3n+1){
    clear: both;
}
.tour-item-box{
    background: #fff;
}
.tour-item-box:hover{
    box-shadow: 0 0 15px #ddd;
}
.tour-img{
    position: relative;
}
.tour-img a img{
    width: 100%;
}
.icon-label{
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 20;
}
.icon-sale{
    display: block;
    width: 50px;
    height: 49px;
    background: url(../images/icon-sale.png) no-repeat;
    color: #fff;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    padding: 12px 0;
    position: absolute;
    top: 10px;
    right: 10px; 
    z-index: 20;
}
.icon-sale font{
    font-size: 14px;
    font-weight: 600;
}
.tour-title{
    font-size: 16px;
    line-height: 1.3;
    background: #36312a;
    padding: 8px 20px;
    margin-bottom: 0;
}
.tour-title a{
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    height: 40px;
    overflow: hidden;
}
.tour-title a:hover{
    color: #ff7e4b;
}
.tour-info{
    padding: 0 10px;
    border: 1px solid #e5e5e5;
}
.tour-info-top{
    padding: 10px 5px;
    border-bottom: 1px solid #e5e5e5;
}
.tour-location{
    position: relative;
    margin-bottom: 0;
    padding-left: 15px;
    color: #555;
    height: 42px;
    overflow: hidden;
}
.tour-location::before{
    content: "\f041";
    font-family: FontAwesome;
    color: #ff4b03;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
}
.tour-info-bottom{
    padding: 15px 5px;
}
.tour-item-price{
    float: left;
    color: #555;
}
.tour-item-price p{
    margin: 0;
    line-height: 1.1;
}
.tour-item-price .gia-cu{
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #888;
    text-decoration: line-through;
}
.tour-item-price .gia{
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #ff4b03;
}
.tour-item-price .gia span{
    font-size: 18px;
    font-weight: 400;
}
.btn-tour-detail{
    float: right;
    width: 108px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    margin-top: 2px;
}
.btn-view-all-tour{
    width: 168px;
    height: 40px;
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #f5f5f5;
    font-weight: bold;
    color: #666 !important;
    text-transform: uppercase;
    line-height: 38px;
    margin: 0 auto;
}
.btn-view-all-tour:hover{
    border-color: #e95920;
    color: #fff !important;
}
.home-box-travel-deal{
    padding-top: 0 !important;
}
.home-travel-deal-inner{
    background: url(../images/bg-home-travel-deal.jpg) no-repeat left top;
    padding: 70px 0;
}
.home-travel-deal-left{
    width: 56%;
    float: left;
    padding: 40px 50px 0 50px;
    text-align: center;
}
.home-travel-deal-right{
    width: 44%;
    float: left;
}
.btn-see-more-deal{
    width: 188px;
    height: 40px;
    display: block;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    margin: 20px auto 0 auto;
}
.slider-tour{
    position: relative;
}
.slider-tour-item{
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
}
.slider-tour-box{
    position: relative;
    overflow: hidden;
}
.slider-tour-inner{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    padding: 0 20px 15px 20px;
}
.slider-tour-title{
    font-size: 18px;
    margin-bottom: 0;
}
.slider-tour-title a{
    color: #fff;
    font-weight: 700;
}
.slider-tour-info{
    color: #fff;
    margin-bottom: 0;
}
.slider-tour-item .mark{
    background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    opacity: 1;
    visibility: visible;
}
.owl-prev-slider-tour{
    font-size: 25px;
    color: #ddd;
    position: absolute;
    top: calc(50% - 12.5px);
    left: 15px;
    z-index: 20;
    line-height: 0;
}
.owl-next-slider-tour{
    font-size: 25px;
    color: #ddd;
    position: absolute;
    top: calc(50% - 12.5px);
    right: 15px;
    z-index: 20;
    line-height: 0;
}
.home-box-travel-style{
    background: #f5f5f5;
}
.slider-tour-style{
    position: relative;
}
.slider-tour-style-img{
    position: relative;
}
.slider-tour-style-img img{
    width: 100%;
}
.slider-tour-style-img .mark{
    background: url(../images/icon8.png) no-repeat center center rgba(0, 0, 0, 0.5);
}
.slider-tour-style-title{
    font-size: 20px;
    margin-bottom: 0;
}
.slider-tour-style-title a{
    display: block;
    border: 1px solid #e5e5e5;
    border-top: 0;
    background: #fff;
    padding: 14px 20px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}
.slider-tour-style-item:hover{
    box-shadow: 0 0 15px #ddd;
}
.slider-tour-style-item:hover .slider-tour-style-img .mark{
    opacity: 1;
    visibility: visible;
}
.slider-tour-style-item:hover .slider-tour-style-title a{
    color: #ff4b03;
}
.owl-prev-slider-tour-style{
    font-size: 25px;
    color: #ddd;
    position: absolute;
    top: calc(50% - 12.5px);
    left: -35px;
    z-index: 20;
    line-height: 0;
}
.owl-next-slider-tour-style{
    font-size: 25px;
    color: #ddd;
    position: absolute;
    top: calc(50% - 12.5px);
    right: -35px;
    z-index: 20;
    line-height: 0;
}
.slider-our-team{
    position: relative;
}
.slider-our-team-img img{
    width: 100%;
}
.slider-our-team-inner{
    border: 1px solid #e5e5e5;
    border-top: 0;
    background: #fff;
    padding: 10px 10px 20px 10px;
}
.slider-our-team-inner-top{
    position: relative;
    padding-right: 45px;
}
.slider-our-team-title{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.slider-our-team-task{
    font-style: italic;
    color: #666;
    margin-bottom: 0;
}
.slider-our-team-whatsapp img{
    width: inherit !important;
    position: absolute;
    top: 0;
    right: 0;
}
.slider-our-team-inner-bottom{
    margin-top: 8px;
}
.slider-our-team-excerpt{
    color: #555;
    margin-bottom: 0;
    max-height: 84px;
    overflow: hidden;
}
.owl-prev-slider-our-team{
    width: 22px;
    height: 48px;
    background: url(../images/btn-prev2.png) no-repeat;
    position: absolute;
    top: calc(50% - 24px);
    left: -37px;
    z-index: 20;
}
.owl-prev-slider-our-team:hover{
    background: url(../images/btn-prev2-hover.png) no-repeat;
}
.owl-next-slider-our-team{
    width: 22px;
    height: 48px;
    background: url(../images/btn-next2.png) no-repeat;
    position: absolute;
    top: calc(50% - 24px);
    right: -37px;
    z-index: 20;
}
.owl-next-slider-our-team:hover{
    background: url(../images/btn-next2-hover.png) no-repeat;
}
#banner{
    position: relative;
}
#banner img{
    width: 100%;
    height: auto;
    min-height: 120px;
}</pre></body></html>