body{
    overflow-x:hidden;
    word-wrap:break-word;
    /*background: url(../images/bg_page.gif) repeat-y scroll center center #B3E3DF;*/
    background-color: #f5f5f5;
    font-family:'Open Sans';
}
.wrapper{
    width:1000px;
    margin:0 auto;
}
.header{
    background: url(../images/header.png) no-repeat scroll left top;
    height:150px;
    position:relative;
    z-index:100;
    width:100%;
}
.menu{
    height:34px;
    text-align:center;
    /*border-top:1px solid #159839;*/
    position:absolute;
    z-index:2;
    top:115px;
    width:100%;
    background: #009114;

}
.bg-site{
    /*background-color:#f0f0f0;*/
    background-repeat:no-repeat;
    background-position:top center;
    position:relative;
    z-index:1;
    padding-top:8px;
}
.bg-header{
    background:url(../images/bg-header.png) no-repeat;
    background-repeat:no-repeat;
    background-position:top center;
    position:relative;
}
.bg-footer{
    position:relative;
    border-top: 4px solid #009114;
}
.footer{
    background:#fff url(../images/footer_bg.jpg) no-repeat scroll left top;
    height:180px;
    padding-top: 240px;
    position:relative;
    z-index:100;
    width:100%;
}
.bgimage{
    background:#f0f0f0 !important;
}
.bground{
    min-height:300px;
    width:100%;
}
.main{
    width:670px;
    float:left;
    margin:0 0 0 10px;
}
/*header*/
.logo{
    float:left;
    margin:0 0 0 15px;
}
.m-expand{
    background:url(../images/m-expand.png) no-repeat;
    width:25px;
    height:25px;
    position:absolute;
    top:25px;
    right:10px;
    display:none;
    cursor:pointer;
}
.box-search{
    height:25px;
    background:#F4F7FB;
    position:absolute;
    z-index:2;
    top:16px;
    right:5px;
}
.box-search .text{
    float:left;
    border:none;
    background:transparent;
    width:140px;
    color:#333;
    height:17px;
}
.box-search .btn-search{
    float:left;
    width:24px;
    height:24px;
    background:url(../images/icons/icon-search.png) no-repeat center center transparent;
    border:none;
    padding:0;
    text-indent:-999px;
    margin:0 5px 0 0;
}

.box-language{
    position:absolute;
    z-index:2;
    top:55px;
    right:0px;
}
.box-language ul li{
    float:left;
    margin:0 3px;
    opacity:0.7;
}
.box-language ul li a{
    cursor:pointer;
    text-transform:uppercase;
}
.box-language ul li.active, .box-language ul li:hover{
    opacity:1;
}
.box-hotline{
    position:absolute;
    bottom: 34px;
    right:0px;
    width: 185px;
    height: 32px;
}
.mobi-icon{
    background:url(../images/h_mobile_icon.png) no-repeat center center;
    float: left;
    width: 61px;
    height: 32px;
}
.mobi-hotline{
    background-color: #54c964;
    height: 32px;
    width: 124px;
    float: right;
}
.hotline-number{
    color: #deff00;
    font-size: 18px;
    line-height: 32px; 
}
/*end header*/
/*menu*/
.menu > ul{
    display:inline-block;
    vertical-align:top;
    position:relative;
    z-index:1;
    float: left;
}
.menu > ul > li{
    height:33px;
    float:left;
    /*margin:0 0 0 20px;*/
}
.menu > ul > li:first-child{
    margin:0;
}
.menu > ul > li > a{
    font-size:14px;
    font-weight:normal;
    color:#fff;
    display:block;
    /*text-transform:uppercase;*/
    padding:7px 26px;
    height:26px;
}
.menu > ul > li:hover, .menu > ul > li.active{
    border-bottom:1px solid #024488;
    background-color: #0054aa;
}
.menu > ul > li:hover > a, .menu > ul > li.active > a{
    color:#fff;
}
.submenu{
    position:absolute;
    z-index:2;
    top:33px;
    /*right:0;*/
    /*width:502px;*/
    display:none;
}
.menu > ul > li:hover > .submenu{
    display:block;
}
.submenu .submenu-inner{
    border:1px solid #159839;
    background-color:#1690C7;
    /*padding:10px 0;*/
    overflow:hidden;
}
.submenu .submenu-left{
    float:left;
    padding:0px;
    width:220px;
    text-align:left;
}
.submenu .submenu-right{
    float:right;
    width:190px;
    padding:0 15px;
    text-align:left;
}
.submenu label{
    font-weight:bold;
    color:#159839;
    text-transform:uppercase;
    font-size:16px;
}
.submenu ul{
    padding:0px;
}
.submenu ul li{
    list-style:outside square;
    font-size:10px;
    padding:8px 0px 8px 16px;
    color:#159839;
    border-bottom: 1px solid #fff;
    background: rgba(0, 0, 0, 0) url("../images/indicator-bullet.png") no-repeat scroll 3px 11px
}
.submenu ul li a{
    font-size:14px;
    color:#fff;
}
.submenu ul li a:hover{
    text-decoration: none;
    color: #FF7200;
}
.submenu .grid{
    margin:0 0 15px;
}
.submenu .grid .img{
    float:none;
    width:190px;
    height:110px;
    overflow:hidden;
    margin:0 0 5px;
}
.submenu .grid .img img{
    width:100%;
    min-height:110px;
}
.submenu .grid .g-content{
    margin-left:0;
}
.submenu .grid .g-title{
    font-size:14px;
    color:#159839;
    font-weight:normal;
    line-height:18px;
}
.submenu .grid .g-title:hover{
    text-decoration: none;
    color: #FF7200;
}
/*end menu*/
/*slider*/
.bg-slider{
    position: relative;
    z-index:1;
}
.swiper-container{
    height:650px;
    background:#000;
}
.swiper-slide{
    width:1000px;
}
.swiper-slide img{
    opacity:0.4;
    width:100%;
}
.swiper-slide-active img{
    opacity: 1;
}
.arrow-left{
    background: url(../images/swiper-arrow.png) no-repeat 0 0;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -48px;
    width: 62px;
    height: 98px;
    display:none;
}
.arrow-right{
    background: url(../images/swiper-arrow.png) no-repeat -62px 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -48px;
    width: 62px;
    height: 98px;
    display:none;
}
.bg-slider:hover .arrow-left, .bg-slider:hover .arrow-right{
    display:block;
}
.bgnews-slider{
    padding:15px 0 0;
    position: relative;
    z-index:1;
}
.bgnews-slider .swiper-container{
    height:380px;
}
.bgnews-slider:hover .arrow-left, .bgnews-slider:hover .arrow-right{
    display:block;
}
.slider-wrapper{
    max-width:1442px;
    margin:0 auto;
}
/*end slider*/
.news_box{
    border-bottom: 1px dotted #ccc;
}
/*footer*/
.social-network{
    display:inline-block;
    vertical-align:top;
    padding:0 10px 0 0;
}
.social-network a{
    display:inline-block;
    vertical-align:top;
    margin:0 5px;
}
.footer-menu{
    padding:15px 0;
}
.footer-menu ul{
    display:inline-block;
    vertical-align:top;
    height:25px;
}
.footer-menu ul li{
    height:25px;
    float:left;
}
.footer-menu ul li a{
    display:block;
    font-size:14px;
    color:#000;
    text-transform:uppercase;
    padding:5px 12px 0;
    height:20px;
}
.footer-menu ul li:hover a{
    text-decoration:underline;
}
.footer-line{
    height:1px;
    background:#000;
}
.copyright{
    text-align:center;
    color:#0070b8;
    /*text-transform:uppercase;*/
    font-size:14px;
    padding:10px 0;
    background: #e8f2f9;
}
/*end footer*/
/*news*/
.news-wrapper{
    overflow:hidden;
}
.news-left{
    /*float:left;
    width:710px;*/
}
.news-right{
    /*float:right;
    width:280px;*/
}
.news-list{
    padding:0 0 10px;
    border-bottom:1px solid #c5c5bb;
}
.news-list .grid{
    padding:12px 0;
    min-height:150px;
    float:left;
    width:49%;
    margin:0 1% 0 0;
}
.news-list .grid .img{
    width:234px;
    height:150px;
    margin:0;
    overflow:hidden;
    background:#fff;
    padding:0 12px;
}
.news-list .grid .img a{
    width:234px;
    height:150px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.news-list .grid .img img{
    max-width:234px;
    height:150px;
}
.news-list .grid .g-content{
    margin-left:274px;
}
.product-cat-list .g-content{
    float:left;
    margin-left: 18px !important;
}
.news-list .grid .g-row{
    color:#000;
    font-size:12px;
    line-height:18px;
}
.news-list .grid .g-title{
    color:#159839;
    font-size:15px;
    /*text-transform:uppercase;*/
    font-weight:normal;
}
.news-list .grid a.g-title:hover{
    /*text-decoration:underline;*/
    color:#159839;
}
.news-list .grid .g-time{
    color:#104493;
}
.detail-title{
    font-size:14px;
    color:#159839;
    font-weight:normal;
    padding:0 10px 5px;
    /*text-transform:uppercase;*/
}
.detail-title *{
    font-weight:normal;
}
.detail-time{
    color:#999;
    padding:0 10px;
    font-size:12px;
    font-weight:normal;
}
.detail-time *{
    font-weight:normal;
    font-size:12px;
}
.main-content{
    padding:10px;
    text-align:justify;
    line-height:20px;
    font-size:12px;
}
.main-content *, .author-main .tab-outer .tab-content *{
    /*font-size:12px;*/
}
.main-content p, .author-main .tab-outer .tab-content p{
    margin-bottom:5px;
}
.main-content img{
    max-width:100%;
    height:auto;
}
.detail-more{
    border-bottom:1px solid #c5c5bb;
    padding:0 0 5px;
    text-transform:uppercase;
    font-weight:normal;
    font-size:16px;
    color:#8c6c46;
}

.detail-more h2{
    /*text-transform:uppercase;
    font-weight:normal;
    font-size:16px;*/
    color:#159839;
    font: bold 11px/25px Tahoma,Helvetica,sans-serif;
}
.featured-news{
    padding:10px 0 0;
}
.featured-news .grid{
    padding: 5px 0;
    min-height:80px;
    border-bottom: medium solid #fff;
}
.featured-news .grid .img{
    width:90px;
    height:60px;
    margin:3px 0 0;
    overflow:hidden;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.featured-news .grid .img img{
    width:100%;
    min-height:60px;
}
.featured-news .grid .g-content{
    margin-left:100px;
}
.featured-news .grid .g-row{
    color:#000;
    font-size:12px;
    line-height:16px;
}
.featured-news .grid .g-title{
    color:#33383f;
    font-size:15px;
    /*text-transform:uppercase;*/
    font-weight:normal;
}
.featured-news .grid a.g-title:hover{
    /*text-decoration:underline;*/
    color:#FF7200;
}
.featured-news .grid .g-time{
    color:#104493;
}
/*end news*/
/*tree view*/
.tree-view{
    padding:20px 30px 0;
}
.main .tree-view{
    padding:20px 30px 0 0;
    height:33px;
}
.tree-view a{
    font-size:14px;
    color:#b2b2b2;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
}
.tree-view a:hover{
    text-decoration:underline;
}
.tree-view .tree-bullet{
    display:inline-block;
    vertical-align:top;
    background:url(../images/tree-bullet.png) no-repeat;
    width:4px;
    height:7px;
    margin:5px 8px;
}
/*end tree view*/
/*product*/
.box-filter{
    background:#f6f6f6;
    border-top:1px solid #159839;
    border-bottom:1px solid #159839;
    padding:6px 0;
}
.box-filter label{
    display:inline-block;
    vertical-align:top;
    text-transform:uppercase;
    font-size:14px;
    color:#0e0e0e;
    padding:3px 10px 0 15px;
}
.box-filter .bf-select{
    display:inline-block;
    vertical-align:top;
    background:#fff;
    border:none;
    width:205px;
    margin:0 10px 0 0;
}
.box-filter .bf-text{
    display:inline-block;
    vertical-align:top;
    background:#fff;
    margin:0 50px 0 0;
}
.box-filter .bf-text .text{
    background:transparent;
    border:none;
    width:175px;
}
.box-filter .bf-text img{
    display:inline-block;
    vertical-align:top;
    margin:2px 2px 0 0;
}
.box-filter .bf-button{
    display:inline-block;
    vertical-align:top;
    background:#159839;
    color:#fff;
    text-transform:uppercase;
    font-size:12px;
    padding:5px 15px;
    text-align:center;
    min-width:50px;
    margin:0 10px 0 0;
}
.box-order{
    border-bottom:1px solid #159839;
    padding:10px 0;
    font-size:12px;
    color:#0e0e0e;
}
.box-order a{
    color:#0e0e0e;
}
.box-order a:hover, .box-order a.active{
    color:#159839;
}
.product-list{
    overflow:hidden;
    padding:15px 0 0;
}
.product-list *{
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.product-list .grid{
    position:relative;
    z-index:1;
}
.product-list .grid .img{
    width:285px;
    height:200px;
    margin:0;
    overflow:hidden;
    background:#fff;
}
.product-list .grid .img a{
    display:table-cell;
    width:285px;
    height:200px;
    text-align:center;
    vertical-align:middle;	
}
.product-list .grid .img img{
    max-width:285px;
    max-height:200px;
}
.product-list .grid .g-row{
    color:#8c6c46;
    font-size:14px;
    line-height:18px;
    margin:0 0 7px;
}
.product-list .grid .g-title{
    color:#159839;
    font-size:16px;
    text-transform:uppercase;
    font-weight:bold;
}
.product-list .grid a.g-title:hover{
    text-decoration:underline;
    color:#000;
}
.product-list .grid .g-time{
    color:#0e0e0e;
    font-size:13px;
}
.product-list .grid .g-desc{
    color:#0e0e0e;
    font-size:13px;
    text-align:justify;
}
.product-list .grid .g-more{
    float:right;
    padding:5px 20px;
    border:1px solid #159839;
    font-size:14px;
    color:#159839;
    font-weight:normal;
    font-style:italic;
}
.product-list .grid .g-more:hover{
    border:1px solid #000;
    color:#000;
}
.listview{
    margin:-20px 0 0;
    width:100%;
}
.listview .grid{
    border-bottom:1px solid #c5c5bb;
    padding:25px 0;
    min-height:235px;
}
.listview .grid .img{
    width:480px;
    height:235px;
}
.listview .grid .img a{
    width:480px;
    height:235px;
}
.listview .grid .img img{
    max-width:480px;
    height:235px;
    max-height:235px;
}
.listview .grid .g-content{
    margin-left:502px;
    margin-right:140px;
}
.listview .grid .g-title{
    font-size:18px;
    text-transform:none;
    font-weight:normal;
    font-style:italic;
}
.gridview{
    border-bottom:1px solid #c5c5bb;
}
.gridview .grid{
    width:285px;
    height:250px;
    float:left;
    margin:0 27px 25px 0;
    padding:15px;
    background:#fff;
}
.gridview .grid:nth-child(3n+3){
    margin:0 0 25px 0;
}
.gridview .grid .img{
    float:none;
    margin:50px 0 0;
    width:100%;
}
.gridview .grid .img a{
    display:block;
    width:auto;
    height:auto;	
}
.gridview .grid .img img{
    width:100%;
    max-height:none;
    min-height:200px;
}
.gridview .grid .g-title{
    text-align:center;
    display:block;
    line-height:20px;
    max-height:40px;
    overflow:hidden;
}
.gridview .grid .g-content{
    margin-left:0;
    position:absolute;
    z-index:2;
    top:15px;
    left:15px;
    right:15px;
}
.gridview .grid .g-row{
    max-height:36px;
    overflow:hidden;
}
.gridview .grid .g-time{
    display:none;
}
.gridview .grid .g-desc{
    display:none;
}
.gridview .grid .g-more{
    display:none;
}
.grid-4col.gridview .grid{
    width:199px;
    height:190px;
}
.grid-4col.gridview .grid:nth-child(3n+3){
    margin:0 27px 25px 0;
}
.grid-4col.gridview .grid:nth-child(4n+4){
    margin:0 0 25px 0;
}
.grid-4col.gridview .grid .img{
    height:140px;
}
.product-button{
    float:right;
}
.product-detail{
    padding:5px 0 15px;
    overflow:hidden;
}
.product-detail .pd-left{
    float:left;
    width:380px;
    margin:0 0 0 105px;
}
.product-detail .pd-right{
    float:right;
    width:300px;
    margin:0 120px 0 0;
}
.pd-left .image-view{
    border:5px solid #fff;
    text-align:center;
    background:#fff;
}
.pd-left .image-view img{
    max-width:370px;
    max-height:600px;
}
.pd-left .image-view #wrap{
    display:inline-block;
}
.pd-left .pd-slider{
    margin:12px 0 0;
}
.pd-left .pd-slider ul li{
    float:left;
    text-align:center;
    margin:0 9px 10px 0;
}
.pd-left .pd-slider ul li:nth-child(4n+4){
    margin:0 0 10px;
}
.pd-left .is-item{
    width:78px;
    height:47px;
    border:5px solid #fff;
    overflow:hidden;
    background:#fff;
}
.pd-left .is-item img{
    width:78px;
    min-height:47px;
}
.pd-left div.is-item:hover{
    border:5px solid #666;
}
.pd-left .active{
    border:5px solid #e41e2b;
}
.product-detail .row{
    margin:0 0 7px;
    font-size:14px;
    line-height:22px;
}
.product-detail .row p{
    font-size:14px;
}
.product-detail .row-small{
    margin:0 0 5px;
    font-size:12px;
    line-height:18px;
}
.product-detail .row-small p{
    font-size:12px;
}
.product-detail .pd-line{
    height:1px;
    background:#c5c5bb;
    margin:0 0 7px;
}
.product-detail .pd-title{
    font-size:18px;
    color:#159839;
    font-weight:600;
    font-style: italic;
    line-height:18px;
    padding:5px 0 10px;
    text-transform:uppercase;
}
.product-detail .pd-title *{
    font-weight:normal;
}
.product-detail .pd-cost{
    font-size:14px;
    display:inline-block;
    vertical-align:top;
    padding:10px 0 0;
}
.product-detail .pd-cost b{
    font-size:18px;
}
.product-detail .pd-cost span{
    color:#159839;
}
.product-detail .pd-author{
    font-size:22px;
    color:#000;
}
.gridview-other{
    border-top:1px solid #c5c5bb;
    padding:20px 0 0;
}
.gridview-other .grid{
    width:230px;
    height:210px;
    float:left;
    margin:0 25px 25px 0;
    padding:0;
    background:transparent;
}
.gridview-other .grid:nth-child(4n+4){
    margin:0 0 25px 0;
}
.gridview-other .grid .img{
    float:none;
    margin:0 0 10px;
    width:210px;
    height:140px;
    background:#fff;
    border:10px solid #fff;
}
.gridview-other .grid .img a{
    display:block;
    width:auto;
    height:auto;	
}
.gridview-other .grid .img img{
    width:100%;
    max-height:none;
    min-height:200px;
}
.gridview-other .grid .g-title{
    text-align:center;
    display:block;
    line-height:20px;
    max-height:40px;
    overflow:hidden;
    font-weight:normal;
    font-size:14px;
}
.gridview-other .grid .g-content{
    margin-left:0;
}
.gridview-other .grid .g-row{
    max-height:36px;
    overflow:hidden;
}
.gridview-other .grid .g-time{
    display:none;
}
.gridview-other .grid .g-desc{
    display:none;
}
.gridview-other .grid .g-more{
    display:none;
}
.pay-wrapper{
    padding:10px 0 0;
}
.pay-wrapper .pay-title{
    background: url(../images/icons/check.png) no-repeat;
    padding:2px 0 5px 28px;
    font-size:14px;
    font-weight:bold;
    color:#333;
}
.pay-wrapper .pay-content{
    overflow:hidden;
    padding:5px 0 10px 30px;
    line-height:18px;
    color:#666;
}
.dotted-green{
    background:#86b817;
    border-radius:2px;
    display:inline-block;
    height:4px;
    margin:8px 5px 0 0;
    vertical-align:top;
    width:4px;
}
.ul-bank{
    overflow:hidden;
    padding:7px 0 0;
}
.ul-bank li{
    float: left;
    padding: 0 6px 5px 0;
}
.ul-bank li a{
    background-position:0 0;
    background-repeat:no-repeat;
    border:1px solid #ccc;
    border-radius:3px 3px 3px 3px;
    float:left;
    height:35px;
    width:35px;
    text-align:center;
}
.ul-bank li a:hover{
    background-position:0 -40px;
    border-color:#222;
}
.ul-bank span{
    margin:2px 0 0;
}
.inroom-img{
    display:none;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:-1;
    background-position:top center;
    background-repeat:no-repeat;
}
.inroom-img img{
    max-width:100%;
    height:auto;
}
.inroom-img .wrapper{
    position:relative;
    z-index:3;
}
.inroom-height-img{
    position:absolute;
    z-index:-9999;
    max-width:none;
    top:-9999px;
    left:-9999px;
}
.inroom-thumb{
    border:5px solid #fff;
    width:150px;
    top:110px;
    left:215px;
    position:absolute;
    z-index:4;
}
.inroom-thumb img{
    width:100%;
    height:auto;
}
.hideall .image-view{
    visibility:hidden;
}
li.mobile-hidden{
    position:relative;
}
li.mobile-hidden .inroom{
    position:absolute;
    z-index:2;
    bottom:0;
    left:0;
    right:0;
    text-align:center;
    background:#fff;
    background:rgba(255,255,255,0.8);
    text-transform:uppercase;
    font-size:11px;
    padding-bottom:3px;
}
/*end product*/
/*contact*/
.contact-wrapper{
    overflow:hidden;
    padding:15px 0 30px;
    border-top:1px solid #c5c5bb;
}
.contact-map{
    height:330px;
    width:628px;
    border:1px solid #159839;
    float:right;
    background:#fff;
    overflow:hidden;
}
.contact-right{
    width:608px;
    float:right;
    background:#f6f6f6;
    padding:10px;
    min-height:328px;
}
.full-map{
    height:400px;
    border:5px solid #fff;
    background:#fff;
}
.contact-form{
    padding:10px;
    float:left;
    width:325px;
    background:#f6f6f6;
}
.contact-form label{
    color:#000;
    font-weight:normal;
}
.contact-form .text{
    width:314px;
    padding:6px 4px;
    border:1px solid #f2f2eb;
}
.contact-form .textarea{
    width:314px;
    min-height:90px;
    border:1px solid #f2f2eb;
}
.contact-form .button{
    margin:0 !important;
}
.contact-text{
    line-height:20px;
    padding:0 0 10px;
    font-size:13px;
    color:#000;
}
.contact-text p{
    font-size:16px;
}
.contact-text .ct-title{
    font-weight:bold;
    color:#8c6c46;
    text-transform:uppercase;
    border-bottom:1px solid #f3f3f4;
    padding:0 0 7px;
    margin:0 0 10px;
}
/*end contact*/
/*author*/
.author-banner{
    height:400px;
    margin:0 0 20px;
}
.author-info{
    width:280px;
    height:381px;
    padding:15px 10px 0;
    float:left;
    background:#fff;
    background:rgba(255,255,255,0.85);
    border-top:2px solid #159839;
    border-bottom:2px solid #159839;
}
.author-img{
    width:700px;
    height:400px;
    float:right;
    overflow:hidden;
}
.author-img img{
    width:100%;
    min-height:400px;
}
.author-name{
    font-size:16px;
    color:#159839;
    font-weight:bold;
    text-transform:uppercase;
    margin:0 0 15px;
}
.author-desc{
    font-size:14px;
    line-height:20px;
    margin:0 0 20px;
}
.author-desc p{
    font-size:14px;
}
.author-bg{
    padding:0 0 10px;
}
.author-sidebar{
    float:left;
    padding:15px 10px;
    /*width:280px;
    background:#f6f6f6;*/
}
.author-line{
    height:1px;
    background:#159839;
    width:300px;
    margin:0 auto;
}
.author-main{
    float:right;
    width:675px;
}
.author-main .main-content{
    padding:10px 0;
}
.author-sidebar label{
    font-size:14px;
    text-transform:uppercase;
    color:#159839;
    font-weight:bold;
}
.author-sidebar ul{
    padding:5px 0 5px 20px;
}
.author-sidebar ul li{
    padding:6px 0;
    list-style:outside square;
    font-size:10px;
    color:#159839;
}
.author-sidebar ul li a{
    font-size:13px;
    color:#159839;
}
.author-sidebar ul li a:hover{
    text-decoration:underline;
}
.author-main .tab-outer .tab-content{
    padding:10px 0;
}
/*end author*/

/*video*/
.video-outer{
    padding:43px 0 50px;
}
.video-outer .box-control .pagination{
    margin:10px 0;
}
.big-video{
    padding:0 0 15px;
}
.big-video .grid .img{
    overflow:hidden;
    float:none;
    width:auto;
    margin:0 0 15px;
    height:388px;
    position:relative;
    z-index:1;
    background:url(../images/ajax-loader.gif) no-repeat center center;
}
.big-video .grid .img img{
    width:100%;
    height:388px;
}
.big-video .grid .bv-bullet{
    position:absolute;
    z-index:2;
    top:50%;
    left:50%;
    background:#fff;
    background:rgba(255,255,255,0.5);
    width:40px;
    height:36px;
    text-align:center;
    padding:10px 0 0;
    margin:-18px 0 0 -20px;
}
.big-video .grid .bv-bullet .fa{
    color:#fff;
    font-size:16px;
    margin-left:4px;
}
.big-video .grid .g-content{
    margin-left:0;
}
.big-video .grid .g-row{
    font-size:15px;
    color:#666;
    line-height:22px;
}
.big-video .grid .g-title{
    font-size:20px;
    color:#333;
    text-transform:uppercase;
    font-weight:normal;
    text-decoration:none;
}
.big-video .grid .g-title:hover{
    color:#f9c200;
}
.big-video .grid .g-time{
    font-style:italic;
    font-size:13px;
    color:#909090;
}
.small-video{
    padding:0 0 15px;
}
.small-video .grid{
    border-bottom:1px solid #e1e1e1;
    padding:0 0 20px;
    min-height:80px;
    margin:0 0 20px;
}
.small-video .grid:last-child{
    border-bottom:none;
}
.small-video .grid .img{
    overflow:hidden;
    width:96px;
    margin:0;
    height:60px;
    position:relative;
    z-index:1;
    background:url(../images/ajax-loader.gif) no-repeat center center;
}
.small-video .grid .img img{
    width:100%;
    min-height:60px;
}
.small-video .grid .bv-bullet{
    position:absolute;
    z-index:2;
    bottom:0;
    left:0;
    background:#f9c200;
    width:20px;
    height:18px;
    text-align:center;
}
.small-video .grid .bv-bullet:hover{
    background:#88b939;
}
.small-video .grid .bv-bullet .fa{
    color:#fff;
    font-size:10px;
}
.small-video .grid .g-content{
    margin-left:113px;
}
.small-video .grid .g-row{
    font-size:13px;
    color:#909090;
    line-height:18px;
}
.small-video .grid .g-title{
    font-size:14px;
    color:#333;
    text-transform:uppercase;
    font-weight:normal;
    text-decoration:none;
    line-height:20px;
    display:block;
    max-height:40px;
    overflow:hidden;
}
.small-video .grid .g-title:hover{
    color:#f9c200;
}
.small-video .grid .g-time{
    font-style:italic;
    font-size:13px;
    color:#909090;
}
.video-list{
    padding:30px 0 0;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}
.video-list .grid{
    width:300px;
    margin:0 35px 25px 0;
    float:left;
}
.video-list .grid:nth-child(3n+3){
    margin:0 0 25px;
}
.video-list .grid .img{
    overflow:hidden;
    float:none;
    width:auto;
    margin:0 0 10px;
    height:183px;
    position:relative;
    z-index:1;
    background:url(../images/ajax-loader.gif) no-repeat center center;
}
.video-list .grid .img img{
    width:100%;
    min-height:183px;
}
.video-list .grid .bv-bullet{
    position:absolute;
    z-index:2;
    bottom:0;
    left:0;
    background:#f9c200;
    width:34px;
    height:30px;
    text-align:center;
    padding:7px 0 0;
}
.video-list .grid .bv-bullet:hover{
    background:#88b939;
}
.video-list .grid .bv-bullet .fa{
    color:#fff;
    font-size:16px;
    margin-left:3px;
}
.video-list .grid .g-content{
    margin-left:0;
}
.video-list .grid .g-row{
    font-size:13px;
    color:#909090;
    line-height:18px;
}
.video-list .grid .g-title{
    font-size:15px;
    color:#333;
    text-transform:uppercase;
    font-weight:normal;
    text-decoration:none;
    line-height:22px;
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.video-list .grid .g-title:hover{
    color:#f9c200;
}
.video-list .grid .g-time{
    font-style:italic;
    font-size:13px;
    color:#909090;
}
.vp-video{
    background:#000;
    min-height:450px;
}
.vp-info{
    padding:20px 25px 20px 0;
}
.vp-info .vp-title{
    font-size:17px;
    color:#333;
    line-height:24px;
    text-transform:uppercase;
    margin:0 0 15px;
}
.vp-info .vp-row{
    font-size:14px;
    color:#666;
    line-height:22px;
}
.vp-info .vp-desc{
    margin:15px 0;
    font-size:14px;
    color:#666;
    line-height:22px;
}
.vp-info .vp-social{
    background:#f4f4f4;
    padding:10px;
    border:1px solid #dbdbdb;
}
/*end video*/

.doc a {
    color: #0063a2;
    font-size: 13px;
}


/*destination list*/
.des-list img{
    width: 150px;
}

.des-list .g-content{
    padding-left: 120px;
}
.des-title{
    height:16px;
    background:url(../images/des-title.png) repeat-x bottom left;
    margin:0 0 27px;
}
.des-title .dt-name{
    float:left;
    font-size:17px;
    color:#333;
    text-transform:uppercase;
    font-weight:600;
    background:#fff;
    padding-right:5px;
}
.des-title .btn-yellow{
    float:right;
    font-size:13px;
    padding:4px 10px;
}
.des-list-title{
    font-size:20px;
    color:#333;
    font-weight:bold;
    text-transform:uppercase;
    padding:20px 0;
}
.des-list .grid{
    min-height:180px;
    padding:0 8px 8px;
    border-bottom:1px solid #e3e3e3;
    margin:0 0 30px;
}
.des-nobottom .grid:last-child{
    border-bottom:none;
}
.des-list .grid .img{
    width:200px;
    height:150px;
    overflow:hidden;
    margin:0;
    border: 1px solid #a3c6d5;
    border-radius: 2px;
    padding: 2px;
}
.des-list .grid .img img{
    width:100%;
    min-height:150px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.des-list .grid .img:hover img{
    -moz-transform:scale(1.3,1.3);
    -webkit-transform:scale(1.3,1.3);
    transform:scale(1.3,1.3);	
}
.des-list .grid .g-content{
    margin-left:100px;
}
.des-list .grid .g-row{
    font-size:13px;
    color:#5b5b5b;
    line-height:20px;
    margin-bottom:10px;
}
.des-list .grid .g-title{
    font-size:15px;
    color:#333;
    font-weight:600;
    font-style:normal;
    text-decoration:none;
}
.des-list .grid .g-title:hover{
    color:#159839;
}
.des-list .grid .g-bottom{
    border-top:1px dotted #d2d2d2;
    padding:12px 12px 0 0;
}
.des-list .grid .hi-view{
    float:right;
}

/* product*/
ul.nav-tabs {
    border-bottom: 1px solid #e5e5e5;
    height: 29px;
}
.nav-tabs li{

}
.nav-tabs li a{
    background-color: #e8f2f9;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}
.detail-info{padding-top: 10px;}

.product-dt{
    width:100%;
    text-align:left;
    display:table;
}
.product-dt-img-slide{
    float:left;
    width:50%;
}
.product-dt-img{
    margin:0px 0px 0px -10px;height:320px;width:320px;text-align:center;
}
.product-dt-slide{
    text-align:center;width:330px;margin-bottom: 20px;margin-top:20px;
}
.imageRow{
    width:330px;text-align:center;
}
.single{
    float:left;
    width:85px;
    margin:0px 2px;
}
.product-dt-prop{float:left;width:45%;text-align:left;margin-right:5px;}
.product-dt-prop-cont{float:left;width:100%;}
.tab-pane {
    width: 100%;
}
.di-desc {
    width: 100%;
}
