/* CSS Author: info@designwebdanang.com
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
form, label, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  list-style:none;
  font-size:14px;
}
*/
img {max-width: 100%}
@font-face {
    font-family: 'FuturaStdBookRegular';
    src: url('../fonts/futurastd-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

::selection {
 // background: #009B72; /* WebKit/Blink Browsers */
}
::-moz-selection {
 // background: #009B72; /* Gecko Browsers */
}

body {
    color: #333;
    font-family: FuturaStdBookRegular;
    font-size: 14px;
    overflow-x:hidden;
    position:relative;
    background: #f5f5f5;
}
a:hover {
    text-decoration: none;
}

#wrapper {
    position: relative;
    margin: 0 auto;
}


/*-----Header-----*/
.header_top{
   background: #29C314;
}

header {
    height: 93px;
    z-index: 9999;
    position: relative;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.headerLeft {
    width: 20%;
    float: left;
}
.headerRight {
    width: 80%;
    float: right;
}

.boxLogo{
    position: absolute;
    max-width: 90px;
    padding: 4px;
    z-index: 999;
    background: #fff;
    border-radius: 15%;
}

.header-line .center{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
    background-image: url('../images/header_line.png');
    background-repeat: no-repeat;
    background-position: left;
    top: -10px;
    margin-bottom: -10px;
}

.header-line .wrap {
    //max-width: 980px;
    //margin: 0 auto;
}

.tour_cate_top{
    width: 73%;
    float: right;
}
.tour_cate_top>ul>li{
    float: left;
    padding: 5px 10px;
    height: 38px;
    position: relative;
}

.tour_cate_top>ul>li:hover a{
    color: #333;
}

.tour_cate_top>ul>li>a{
    color: #F58B34;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.tour_cate_top>ul>li>ul.sub{
    display: none;
    background: #fff;
    min-width: 240px;
    padding:0 10px 5px 10px;
    position: absolute;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: rgba(0,0,0,.15);
    //border: 1px solid rgba(0,0,0,.15);
    top: 100%;
    left: 0;
    transition: all .3s linear;
}

.tour_cate_top>ul>li>ul.sub>li{
    padding: 5px 0;
    border-bottom:#ECECEC solid 1px;  
}
.tour_cate_top>ul>li>ul.sub>li>a{
    color: #F58B34;
    text-transform: uppercase;
}

.tour_cate_top>ul>li>ul.sub>li>a:hover{
    color: #333;
}

.tour_cate_top>ul>li>ul.sub>li:last-child{
    border-bottom: none;
}

.tour_cate_top>ul>li:hover ul.sub{
    display: block;
    transition: all .3s linear;
}

h1.title, h2.title{
    font-size: 20px;
    margin-bottom: 5px;
    color: #007AC1;
    line-height: 22px;
}

p.des {
    margin-bottom: 10px;
}

/*-------------------------- breadcum -------------------------*/

 #breadcrumbs li+li:before{
        content: "/" !important;
        font-size: 12px;
        padding-right: 7px;
    }
    
#breadcrumbs {
    margin-bottom: 10px;
}
#breadcrumbs ul {
    height: 25px;
    line-height: 25px;
    list-style-type: none;
    margin-bottom: 1px;
    padding-left: 10px;
}
#breadcrumbs li {
    color: #666666;
    float: left;
    height: 25px;
    margin-left: 5px;
}
#breadcrumbs li a {
    //background: url("../images/brand.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #333333;
    //display: block;
    font-size: 12px;
    line-height: 25px;
    padding-right: 5px;
}
#breadcrumbs li a:hover {
    color: #FF6702;
}
#breadcrumbs li a.active {
    color: #FF6702;
    font-weight: bold;
}
#breadcrumbs li a.end {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/*-------------------------- end breadcum -------------------------*/



/*-----Navtigation-----*/
.navigation {
    float: right;
    position: relative;
    height: auto;
    margin-bottom: 7px;
}

.navigation>ul>li {
    float: left;
    padding: 7px 0px;
    height: 38px;
    line-height: 21px;
    text-transform: uppercase;
}
.navigation>ul>li>a:hover {
    //background: rgba(235, 235, 235, 0.45);
    color: #F97F01;
}

.navigation>ul>li>a.active{color: #2339c4}


.navigation>ul>li>a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.navigation>ul>li:after{
    content: ' | ';
    color: #fff;
    margin: 0 4px;
    padding: 0 4px;
}

.navigation>ul>li:last-child:after{
    content: '';
}

.slide{
    //margin: 4px 0;
    overflow: hidden;
}
.slide img{width: 100%;}

#slider{margin-bottom: 10px;}
.shareTool{
    margin: 15px 0;
}

.pages{
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

.pages a{
    background: -moz-linear-gradient(center top , #F9F9F9 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    font-size: 11px;
    margin: 0 2px;
    padding: 4px 7px;
}
.pages .current{
    background: none repeat scroll 0 0 #6F6F6F;

    color: #FFFFFF;
    font-weight: bold; 
    cursor: pointer;
    font-size: 11px;
    margin: 0 2px;
    padding: 4px 7px;
    border: 1px solid #646464;
    border-radius: 3px 3px 3px 3px;
}

/*-----pageContent-----*/
.pageContent {
    margin-top: 5px;
    position: relative;
    padding-bottom: 10px;
}

/*------Box-----*/
.boxItem {
    position: relative
}
.boxItem-header {
   background-color:#008A56;
   height: 35px;
   line-height: 35px;
   color: #fff;
   text-transform: uppercase;
   padding-left: 10px;
   margin-top: 15px;
}
.boxItem-body{
    background-color: #fff;
    border-color: #e0e0e0;
    border-style: none solid solid solid;
    border-width: 0 1px 1px 1px;
    padding:8px;
}

/*----------------------------------- Tour ---------------------------------*/
.flag_star{
    position: absolute;
    padding: 0px 5px 5px 5px;
    top: 1px;
    right: 16px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.25);
}

.lastTour li {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #e0e0e0;
    //box-shadow: 0 0 2px #CACACA;
    float: left;
    margin-bottom: 15px;
    //margin-right: 10px;
    width: 100%;
    overflow: hidden;
}
.lastTour li.last{
    margin-right: 0px;
}
.lastTour li .img {
    display: block;
    height: 150px;
    overflow: hidden;
    width: 100%;
}
.lastTour li .img:hover {
    
}
.title_last_tour{
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #007ABF;
}
.lastTour li .img a {
    display: block;
    height: 150px;
    position: relative;
    width: 100%;
}
.lastTour li .img .title {
   /* background: url("../images/trans_50.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    color: #FFFFFF;
    font-size: 11px;    
    left: 0;
    line-height: 16px;
    padding: 5px;
    position: absolute;
    width: 100%;
    background: #D1ECCD;*/
    background: #fac70f;
    bottom: 0;
    color: #333333;
    font-size: 14px;
    left: 0;
    line-height: 16px;
    padding: 5px;
    position: absolute;
    width: 100%;
    opacity: 0.8;
    font-weight: bold;
}
.lastTour li .img .title:hover {
   color: #fff;
}
.lastTour li .img img {
    min-height: 140px;
    width: 100%;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.lastTour li:hover img{
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
}
.lastTour .info_tour {
    background: #fff;
    border: 1px solid #FFFFFF;
    color: #333333;
    height: auto;
    padding: 5px 10px;
}
.lastTour span.price {
    color: #FF0000;
    font-size: 18px;
    font-weight: bold;
}
.lastTour span.price span {
    font-size: 15px;
}

.tab{
    margin-top: 10px;
}

.tab-tour{
    position: relative;
    width: 130%;
    //text-align: center;
    margin-bottom: 20px;
    margin-left: -15%;
    margin-right: -15%;
    padding-left: 15%;
    padding-right: 15%;
    border-bottom: #29C314 solid 5px;
}
.tab-tour .nav-tabs{border: none;}
.tab-tour>ul{
    display: inline-block;
    margin: auto;
}
.tab-tour .nav-tabs>li>a{
    text-align: center;
    color: #555;
    border: none;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.5;
}
.tab-tour .nav-tabs>li>a:hover{
    border: none;
    background: #fff;
    opacity: 1;
}
.tab-tour .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    border-style: solid;
    border-width:5px 0 0 0;
    border-color:#29C314;
    //background: none;
    color: #29C314;
    opacity: 1;
    
}

.tab-tour .nav-tabs>li {
    float: left;
    margin-bottom: -9px;
}
.tab-tour>ul>li>a>img{
    width: 50px;
    height: 50px;
    overflow: hidden;
}


.lSSlideOuter {
    border: #e0e0e0 solid 1px;
}
//.lSGallery{padding-bottom: 5px;}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px !important;
    opacity: 0.5;
}

li.lslide img{width: 100%}

/*-------------------------------- End Tour ---------------------------------*/


/*--------------------------------Box module ---------------------------------*/

.modules-title{
    color: #fff;
    text-align: center;
    background: #43C919;
    
}

.m-title{
    padding: 10px 0;
    text-transform: uppercase;
}

.module-content{
    //padding: 10px;
    background: #fff;
}

/*--------------------------------End Box module ---------------------------------*/


/*---------------- Tour detail --------------------*/

.InfoTour .box_info{
    border: 1px solid #E4E4E4;
    background: #F3F3F3;
    padding: 10px;
    border-radius: 2px; 
}
.InfoTour .txt_price{
    color: #333;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.InfoTour .price{
    color: #FF0000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.score-container .score {
    color: #333333;
    font-size: 50px;
    font-weight: 100;
    line-height: 50px;
    text-align: center;
}
.small-star.star-rating-non-editable-container{
    background: url(../images/star1.png) repeat-x;
    height: 24px;
    width: 120px;
}
.score-container-star-rating{
    text-align: center;
    display: inline-block;
}
.small-star .current-rating{
    background: url(../images/star0.png) repeat-x;
    height: 24px;
}
.reviews-stats{
    text-align: center;
    margin-top: 5px;
}
.show_rating{
    display: none;
    height: 24px;
    width: 100%;
    overflow: hidden;
}
.show_rating a{
    background: url(../images/star1.png) repeat-x;
    height: 24px;
    width: 24px;
    float: left;
    cursor: pointer;
}
.show_rating a.on{
    background: url(../images/star0.png) repeat-x;
}
.InfoTour .price_note{
    text-align: center;
    font-size: 11px;
    margin-bottom: 10px;
}
.InfoTour .booktour{
    text-align: center;
    margin: 10px 0px;
}
.InfoTour .booktour a{
    background:#2AC415;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px 15px;
    text-transform: uppercase;
    transition: all 0.2s ease;
    font-size: 16px;
}
.InfoTour .booktour a:hover{
    color: #2AC415;
    background: #fff;
    border:#2AC415 solid 1px;
}
.InfoTour .rating{
text-align: center;
}

.tableTour {
    font-size: 11px;
    font-family: "Tahoma";
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0 auto;
    width: 100%;
}
.tableTour td{
    vertical-align: top;
    padding: 2px 2px;
}
.tableTour td.label_table{
    font-weight: bold;
    color: #222;
    width: 95px;
    font-size: 13px;
}

.box_news_home_wrap{
    width: 100%;
    margin-bottom: 20px;
}

.box_news_home_wrap .left{
    background: #f2f2f2;
    float: left;
    width: 90%;
    border: #dadada solid 1px;
    margin-right: 10px;
    padding: 6px;
}

.tbl_price{
    width: 100%;
}
.tbl_price td{
    padding: 5px;
    vertical-align: top;
}
.tbl_price td.label{
    font-weight: bold;
    width: 100px;
}

.tab{

}
.tab ul.listtab{
    background: url(../images/bg_bar_top.png) repeat-x top;
    height: 35px;
    width: 100%;
    float: left;
    //border-radius: 5px 5px 0px 0px;
}
ul.listtab li{
    float: left;
    margin-top: 5px;
}
ul.listtab li a{
    float: left;
    margin-left: 10px;
    padding: 6px 10px;
    font-weight: bold;
    color: #FFF;
}
ul.listtab li a.active{
    background: #fff;
    color: #222;
    border-radius: 2px 2px 0px 0px
}
.tab .midTab{
    border: 1px solid #ebebeb;
    border-top: 0px solid #d1d1d1;
    padding: 10px;
    background: #FFF;
}
.tabcon{
    display: none;
}
.tabcon .fulltext{
    clear: both;
}
.tabcon .fulltext p{
    margin-bottom: 10px;
}

.site_loichao {
    color: #0fd504;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.site_hotline {
    color: red;
    font-family: "avo";
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}

.danhgia .small-star .current-rating{
    background: url(../images/star01.png) repeat-x;
    height: 16px;
}

h2.danhgiatour{
    background: url(../images/bg_bar_top.png) repeat-x bottom;
    padding: 7px 10px;
    //border-radius: 3px 3px 0px 0px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px; 
    text-align: center;
    margin-top: 5px;
}

/*------------------------ Tour detail -------------------------------*/

.box_news_home_wrap .left>h2{
    color: #0D60AA;
    float: left;
    border-right: #2AC415 solid 3px;
    padding-right: 8px;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    height: 25px;
    line-height: 23px;
    padding-left: 5px;
}

.box_news_home_wrap .left .content_r{
    float: left;
    margin-left: 25px;
    font-size: 16px;
}

.content_r .newsticker{
    position: relative;
    width: 100%;
    //padding-left: 47px;
    //margin-top: -22px;
}

.newsticker ul>li>a{
    color: #1c7703;
}

.newsticker ul>li>a:hover{
    color: #e55d1d;
}

.box_news_home_wrap .read_more{
    outline: none;
    background:#2AC415;
    border: #fff solid 1px;
    padding: 9px 18px;
    color: #fff;
}

.caroufredsel_wrapper{
    width: 500px !important;
}

.box_news_home_wrap .right{float: left}
 

/*-------------------------------- end box news home ---------------------------------*/


/*------------------------------------ thue xe -----------------------------------------------*/


.listxe li{
    height: 220px;
    background: #FFF;
    margin-bottom: 25px;
    border: 1px solid #e0e0e0;
}

.listxe li .img{
    width: 100%;
    height: 170px;
    overflow: hidden;
    
}                      
.listxe li .img a{
    width: 100%;
    height: 170px;
    overflow: hidden;
    display: block;
    position: relative;
}
.listxe li .img a .title{
    background: rgba(0, 0, 0, 0.51);
    padding: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #FFF;
}
.listxe li .img a img{
    width: 100%;
    min-height: 170px;
}

.listxe li .info{
    padding: 5px;
}
.listxe li .info label{
    font-weight: bold;
    width: 80px;
    float: left;
}
.itemxe{
    overflow: hidden;
    margin-bottom: 10px;
}
.itemxe .Listimg{
    
}
.itemxe .info_xe{
   
}
.itemxe .info_xe h1.title{
    margin-bottom: 10px;
    font-size: 17px;
}
.itemxe .info_xe .i_row{
    margin-bottom: 5px;
}
.itemxe .info_xe .i_row label{
    float: left;
    width: 80px;
    font-weight: bold;
}
.chitietxe{
    clear: both;
}
.chitietxe h2.title{
    font-weight: bold;
    font-size: 17px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 0px;
    color: #007ABF;
}

.xelienquan{
    margin-top: 20px;
}
.xelienquan h2.title{
    font-weight: bold;
    font-size: 17px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 0px;
    color: #007ABF;
}
.xelienquan li{
    border: #e0e0e0 solid 1px;
    background: #FFF;
    margin-bottom: 10px;
    padding: 5px 10px;
    width: 100%;
    height: 80px;
}

.xelienquan li .img{
    width: 100px;
    height: 60px;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.xelienquan li .img a{
    width: 100px;
    min-height: 60px;
}
.xelienquan li .title{
    font-weight: bold;
}
.xelienquan li .title a{
    color: #007abf;
}
.xelienquan li .title a:hover{
    color: #FF6600;
}
    /*-------------------------- end thue xe ----------------------*/

    
    /*---------------------------- news ---------------------------------*/
.other_new{
    margin-top: 20px;
}
.other_new h2.title{
    margin-top: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #DDD;
    font-size: 16px;
    font-weight: bold;
}

.other_new li{
    background: url(../images/icon_row.png) no-repeat scroll 0px 5px;
    padding-left: 12px; 
    margin: 3px 0px;
}
.other_new li a{
    color: #007abf;
    margin-left: 4px;
}
.other_new li a:hover{
    color: #FF6600;
}

/*--------------------------- end news -------------------------------*/
   
    /*-------------------------- footer ----------------------*/
    
#footer{
    background: #ebebeb;
    padding-bottom: 0px;
    width: 100%;
}
#footer #wp_footer{
    /*border-top: 1px solid #FFF;*/
    
}
.footer_top{
    border-top: 5px solid #0CA500;
    margin: 0 -15%;
    padding: 18px 15% 10px 15%;
    background: rgba(46, 241, 19, 0.14);
}

#weblink{
    //margin: 0px 40px;
    //height: 120px;
    position: relative;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    border-right: #ccc solid 1px;
}
#weblink .nextdv{
    position: absolute;
    top: 40px;
    right: -40px;
    width: 32px;
    height: 32px;
    background: url(../images/next.png) no-repeat;
}
#weblink .prevdv{
    position: absolute;
    top: 40px;
    left: -40px;
    width: 32px;
    height: 32px;
    background: url(../images/prev.png) no-repeat;
}
#weblink li{
    width: 140px !important;
    height: 110px;
    float: left;
}
#weblink ul{
    margin: 0px 40px;
}
#weblink li a{
    overflow: hidden;
    display: block;
    padding: 5px;
    float: left;
    width: 140px;
    height: 100px;
}
#weblink li a img{
    width: 130px;
    height: 98px;
    border: 1px solid #d1d1d1;
    //box-shadow: 0px 0px 2px #d1d1d1;
    //border-radius: 5px 5px 5px 5px;
}
#line_foot{
    //background: url(../images/page-divider.png) no-repeat top center;
    height: 20px;
}


.footer_top .col h4{
    color: #207CD0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.footer_top .col .bank li{
    float: left;
    background: none;
    margin: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}

.footer_top .col .share li{
    margin-bottom: 15px;
    line-height: 35px;
    font-weight: bold;
}

#line_fcol{
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    //padding-left: 25px;
    //padding-right: 15px;
}
#line_fcol .col{
    float: left;
    width: 18%;
}

#line_fcol .col ul li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#line_fcol .col h4{
    color: blue;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.col .nhan_mail{
    margin: 30px 0 0 1px;
    padding: 6px;
    outline: none;
    border: #0CA500 solid 1px;
    background: #FFFFFF;
    width: 250px;
}

.col .send_mail{
    background: #0CA500;
    outline: none;
    border: #0CA500 solid 1px;
    padding: 6px 15px;
    margin-left: 10px;
    color: #fff;
}

#line_fcol .col li{
    margin: 5px 0px;
    overflow: hidden;
}
.footer_top .col a{
    color: #666;
    margin: 5px;
}
.footer_top .col .icon{
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 5px;
}
.footer_top .col .icon:hover {
    
    transform: rotate(360deg);
    transition: all .3s;
}
.footer_top .col .fb{
    background: url(../images/facebook.png) no-repeat;
}
.footer_top .col .google{
    background: url(../images/google.png) no-repeat;
}
.footer_top .col .twitter{
    background: url(../images/twitter.png) no-repeat;
}
#line_fcol .col .share li{
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: bold;
}
#line_fcol .col .bank li{
    float: left;
    background: #FFF;
    box-shadow: 0px 0px 2px #d1d1d1;
    margin: 5px;
    border-radius: 2px;
    width: 35px;
    height: 35px;
    text-align: center;
}
#com_foot{
    overflow: hidden;
    border-top: 1px solid #FFF;
    padding-top: 10px;
}
#com_foot #logo_foot{
    width: 120px;
    height: 100px;
    float: left;
}
#com_foot #info_company{
    float: left;
    width: 500px;
}
#com_foot #info_company .title {
    color: #2AC615;
    font-family: "Tohama";
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/*----------------------------- end footer --------------------*/


/*---------------------- tu van --------------------------------------*/

.ulhelp li{
    padding: 10px 0px;
    border-bottom: 1px dotted #BFBFBF;
    border-top: 1px solid #FFF;
    overflow: hidden;
}
.ulhelp li.first{
    border-top: 0px solid #FFF;
}
.ulhelp li.last{
    border-bottom: 0px solid #FFF;
}
.ulhelp li h3{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ulhelp .readmore {
    background: url("../images/arrow.png") no-repeat scroll 100% 5px rgba(0, 0, 0, 0);
    color: #CC0000;
    float: right;
    font-weight: bold;
    padding-right: 10px;
}
.help_other{
    overflow: hidden;
    padding: 10px;
    background: #f9f1da;
    border: 1px solid #f7e6b4;
    margin-top: 15px;
}
.help_other h2{
    color: #007AC1;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.help_other li{
    margin: 3px 0px;
    background: url(../images/item-menu.png) no-repeat scroll 0px 7px;
    padding-left: 10px;
}
.help_other li a{
    color: #222;
}
.help_other li a:hover{
    color: #1C7703;
}
/*----------------------- end tu van ---------------------------------*/


/*-------------------- dnx right---------------------------*/

    
    .dnx_pop{
            position: absolute;
            left: -232px;
            top: 15%;
            z-index: 999;
            transition: all 0.5s;
            width: 232px;
    }
    .dnx_pop1{
        left: -167px !important;
    }
    
    .dnx_pop_btn span{
        width: 270px;
        height: 270px;
        float: left;
        transform: rotate(90deg);
        background: #FAC70F;
        color: #fff;
        padding: 7px;
        text-align: center;
        letter-spacing: 4px;
        cursor: pointer;
        border-radius: 5px; 
        
    }
    
    .dnx_pop_btn{float: left; margin-right: 5px;}
    .dnx_content{
        position: absolute;
        float: left;
        right: 0px;
        background: #fff;
        padding: 10px;
    }
    
    .dnx_content i{
        transform:rotate(-180deg);
        transition:all 0.5s;
    }
    
    .dnx_content i{
            display: block;
            border-radius: 50%;
            cursor: pointer;
            width: 45px;
            height: 45px;
            transition:all 0.5s;
            color: #fff;
            margin-bottom: 5px;
    }
    
    .dnx_pop i.fa-group{
        font-size: 22px;
        padding: 13px 11px;
        background: #9b59b6;
    }
    
    .dnx_pop i.fa-phone{
        font-size: 24px;
        padding: 13px 13px;
        background: #000;
    }
    
    .dnx_pop i.fa-smile-o{
        background: #3498db;
        font-size: 33px;
        padding: 6px 9px;
    }
    
    .dnx_pop i.fa-newspaper-o{
        font-size: 23px;
        padding: 13px 9px;
        background: #2ecc71;
    }
    
    .dnx_pop i.fa-image{
        font-size: 22px;
        padding: 13px 11px;
        background: #ff3b30;
    }
    
    .dnx_pop_btn i.fa-angle-left{
/*        background: #43C919;
        font-size: 38px;
        padding: 3px 13px;*/
        transition:all 0.5s;
        transform: rotate(90deg);
            margin-right: 10px;
        font-size: 18px;
    }
    
    .dnx_content>a:hover{position: relative}
    
    .dnx_content>a[title]:hover:after {
        content: attr(title);
        padding: 4px 8px;
        color: #333;
        position: absolute;
        margin-left: 55px;
        bottom: 14px;
        z-index: 20;
        white-space: nowrap;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 4px #222;
        -webkit-box-shadow: 0px 0px 4px #222;
        box-shadow: 0px 0px 4px #222;
        background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
        background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
        background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
        background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
        background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
      }
    
    .rotate90{
        transform:rotate(-90deg) !important;
        transition:all 0.5s;
    }
    .rotate0{
        transform:rotate(0deg) !important;
        transition:all 0.5s;
    }
/*-------------------- dnx right---------------------------*/


/*------------------ List hinh anh khach hanh ----------------------*/

.listkh li{
    height: 170px;
    background: #FFF;
    margin-bottom: 20px;
    box-shadow: 0px 0px 2px #999;
}
.listkh li.last{
    margin-right: 0px;
}
.listkh li .img{
    width: 100%;
    height: 170px;
    overflow: hidden;
    
}                      
.listkh li .img a{
    width: 100%;
    height: 170px;
    overflow: hidden;
    display: block;
    position: relative;
    transition: all 0.3s
}
.listkh li .img a .title{
    background: rgba(0, 0, 0, 0.64);
    padding: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #FFF;
}
.listkh li .img a img{
    width: 100%;
    min-height: 150px;
}
.listkh li .img a:hover{opacity:0.7; transition: all 0.3s}
/*------------------ end List hinh anh khach hanh ----------------------*/


/*----------------------- bar footer ---------------------------------*/
#bar_footer {
    bottom: 0;
    box-shadow: 0 10px 10px #999;
    position: fixed;
    right: 5px;
    width: 235px;
    z-index: 100;
}
#bar_footer {
    bottom: 0;
    box-shadow: 0 10px 10px #999;
    position: fixed;
    right: 5px;
    width: 260px;
    z-index: 100;
}
#bar_footer .hotline {
    background: #004d00;
    color: #fff;
    cursor: pointer;
    height: 33px;
    padding: 6px 40px 6px 10px;
    position: relative;
}
#bar_footer .hotline .ic {
    //background: url("../images/ic_support.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 72px;
    position: absolute;
    right: 0;
    top: -72px;
    width: 218px;
}
#bar_footer .hotline span {
    float: left;
    padding-right: 10px;
    //text-shadow: 1px 0 1px #de4a4a;
}
#bar_footer .hotline b {
    font-size: 13px;
    font-weight: 100;
}
#bar_footer .bar-content {
    background: #257323;
    clear: both;
    display: none;
    padding: 2px;
}
.bar-content > ul {
    background: none repeat scroll 0 0 #fff;
    //border-radius: 5px;
    padding: 5px;
}
.bar-content li {
    margin-bottom: 10px;
    overflow: hidden;
}
.bar-content .avatar {
    border-radius: 100%;
    display: block;
    float: left;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
    width: 40px;
}
.bar-content .name {
    color: #2339c4;
    font-family: "Segoe UI",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.bar-content .nick {
    overflow: hidden;
}
.bar-content .nick span, .bar-content .nick a {
    float: left;
    margin-right: 5px;
}
.bar-content .nick span {
    color: #0881c4;
    font-family: "Segoe UI",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
}

/*------------------------------ end bar footer -----------------------------------------*/

@media screen and (max-width: 992px) {

    .headerRight {
        width: 100%;
        float: none;
    }
    
    .navigation{
        float: none;
       text-align: center;
    }
    .navigation>ul{margin: auto; display: inline-block}
    
    .container-header{
        padding-left: 0px;
        padding-right: 0px;
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .cart_mobile{
        display: block;
    }
    
    .td_hide{
        display: none;
    }
    
     .headerLeft {
        text-align: center;
        width: 100%;
        float: none;
        padding-bottom: 0px;
    }
    
    .colLeft {
        width: 64%;
        float: left;
    }
    .colRight {    
        width: 35%;
        float: right;
    }
    .headerLeft{
        position: relative;
    }
    
    .navigation, .headerRight{
        display: none;
    }
    .boxLogo{
        width: 140px;
        margin: auto;
        padding-bottom: 5px;
    }
    
    .button_nav_mobile{
        display: block;
    }
   
    
    .info_form{
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .colLeft {
        width: 100%;
        float: none;
    }
    .colRight {    
        width: 100%;
        float: none;
    }
    
    .boxLogo{
        width: 130px;
        margin: auto;
        padding-bottom: 5px;
    }
}