
html,body{
    font-family: sans-serif;
    font-size:16px;
    padding:0px;
    margin:0px;
    color: #222;
}
h1,h2,h3,h4,h5,h6{
    margin: 5px 0px;
    line-height:normal;	
	/*
    font-family: "nun-b";
	*/
}



a{
    text-decoration:none;	
}
b, strong{
	/*
    font-weight: normal;
    font-family: "nun-b";
	*/
}
img{
    border:none;	
    max-width:100%;
	/*
	display:block;
	*/
}
a img{
    display: block;
}
#page{
    background: #FFF;
    max-width:1920px;
    margin:0 auto;
    overflow:hidden;
}
.c, .c5, .c10, .c15, .c20, .c30, .c3, .c2 ,.c80{
    clear: both;
}
.c {
    height: 0px;
}
.c2 {
    height: 2px;
}
.c3 {
    height: 3px;
}
.c5 {
    height: 5px;
}
.c10 {
    height: 10px;
}
.c15 {
    height: 15px;
}
.c20 {
    height: 20px;
}
.c30 {
    height: 30px;
}
.c50 {
    height: 50px;
}
.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.text-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.text-line-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.text-line-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.more-text{
    float:right;
    cursor:pointer;
}

.search-pc{
    display: none;
    width: 240px;
    position: absolute;
    bottom: -40px;
    right: 0px;
    z-index: 999;
}
.submit-search-pc{
    float: right;
    color: #666;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 5px;
}
.search-pc .kw{
    width: 100%;
    height: 35px;
    border: none;
    padding: 0px 10px;
    outline: none;
    float: left;
    color:#333;
    border-radius: 25px;
    background: #FFF;
    border:solid 1px #EEE;
}
.search-pc .closeX{
    position: absolute;
    color: #666;
    width: 22px;
    height: 22px;
    text-align: center;
    border: solid 1px #CCC;
    background: #FFF;
    border-radius: 10px;
    line-height: 20px;
    right: -15px;
    top: -8px;
    padding: 0px;
    text-transform: lowercase;
}




.search-pc .fa{
    color: #dd2726;
}

.header{
    box-shadow: 0px 1px 3px #CCC;
}

.logo{
    text-align: center;
}
.logo img, .logo-mobile img{
    display:block;
}

.logo-mobile{
    float:left;
    margin-left:10px;
    margin-top:5px;
}

.top-item{
    float:left;
    font-family: "nun-b";
    margin-right: 30px;
    color: #dd2726;
}

.menubar{
    background:#009247;
    border-top:solid 1px #333;
    text-align: center;
    position: relative;
}
.nav{
    display: inline-flex;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-family: "nun-m",sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    text-transform: uppercase;

}
.nav > li{
    list-style:none;
    display:inline-block;
    position:relative;
    float:left;
    font-size: 15px;
    font-weight: normal;
    height: 50px;
    line-height:51px;
    margin: 0px 2px;
    font-family:"nun-b";
}
.nav li:first-child{
    border-left:none;
}
.nav li a{
    text-decoration: none;
    display: inherit;
    padding: 0px;
    padding: 0px 8px;
    font-weight: normal;
    color: #FFF;
}
.nav > li:hover{
    background:#dd2726;

}
.nav > li.active{
    background:#dd2726;
}
.nav li ul{
    position:absolute;
    top:100%;
    left:0;
    width: 220px;
    text-align:left;
    display:none;
    padding:0px;
    opacity:.98;
    z-index:999999;
    font-weight:normal;
    background: rgba(0,146,71,0.99);
    font-family: R-b;
    text-transform:initial;	
}
.nav li ul > li{
    width:100%;
    list-style:none;
    float: left;
    text-align: left;
    border: none !important;
    text-transform:initial;	
    line-height:normal;
    position:relative;
}
.nav li ul > li a{
    font-family: R-b;
    padding: 0px 10px;
    display: block;
    color: #FFF !important;
    line-height: 18px;
    text-transform:initial;	
    padding: 8px 10px;
    border-top: solid 1px #00ad54;
}
.nav >li> ul > li>a:hover{
    background:#EEE;
    color: #009247 !important;	
}
.nav li ul ul{
    left:100%;
    top:0px;	
}

.mega-menu{
    width: 100% !important;
    left: 0px !important;
    background: #FFF !important;
    text-align: center !important;
    padding: 20px 0px !important;

}
.mega-menu-item{
    line-height:initial !important;
}
.mega-menu-item:hover a{
    color: #dd2726;
}
.mega-menu-item-link:hover{
}


.btn-dangky{
    background: #f9b22a;
    float: right;
    padding: 10px 49px;
    color: #222;
    text-transform: uppercase;
    font-family: "nun-b";
    /* margin-left: 10px; */
    margin-top: 10px;

}

.news-name{
    font-size:20px;	
    padding:0px;
    margin:0px;
    color:#666;
    font-family: "PT Serif"; font-weight: normal;
}
.news-name a{
    color:#3a3a3a;
    text-decoration:none;
}

.news-name-left{
    padding:0px;
    margin:0px;
    color:#3a3a3a;
    font-family: "Muli-B";font-weight: normal;
    font-size: 15px;
}
.news-name-left a{
    color:#3a3a3a;
    text-decoration:none;
}

.createdate{
    margin: 5px 0px;
    color: #666;
}
.view-more{
    color:#218e4c;
    float:right;
    font-size:14px;
}
.view-more:hover{
    color:#dd2726;
}


.intro-detail{
    font-family: R-b;
}
.footer{
    background: #1e1b16;
    color: #999;
    font-size: 13px;
}
.footer a{
    color:#CCC;	
}

.other-article-title{
    text-transform: uppercase;
}
.other-article{
    padding:0px;
    margin:0px;	

    font-size: 15px;
}
.other-article li{
    list-style:none;	
    padding:7px 0px;
}
.other-article li a{
    color:#333;
    text-decoration:none;
}
.other-article li .fa{
    margin-right:5px;	
    color:#999;
    font-size:13px;
}
.other-article li a:hover{
    text-decoration:underline;	
}
.other-article span{
    color: #eb7203;
}
.crumb {
    padding: 5px 0px;
    padding-top: 10px;
    font-size: 15px;
    background: #f1f2f2;
    border-bottom: solid 1px #EEE;
}
.crumb a{
    color:#666;
    text-decoration:none;	
}
.crumb a:last-of-type{
    color: #0eacdb;
}
.title-page{
    font-family: 'PT Serif', serif;
    font-weight: normal;
    font-size: 34px;
    margin: 0px;
    padding: 0px;
    line-height: 50px;
}
.title-page a{
    color:#333;

}

.title-page span{
    display:inline-block;
    position:relative;
}

.paging{
    display:block;
    padding: 10px 10px;
	text-align:center;
}
.clicked{
    padding: 5px;
    color: #FFF;
    background: #29a7e1;
    border: solid 1px #999;
    margin-right: 10px;
    border-radius: 3px;
}
.page{
    padding:2px 4px;
    text-decoration:none;
    color:#333;
}
.page:hover{
    color: #FFF;
    background: #13203b;
}
.page.active{
    color: #FFF;
    background: #13203b !important;
}
.paging a{
    padding: 10px 10px;
    color: #333;
    border: solid 1px #999;
    margin-right: 5px;
    border-radius: 3px;
    background: #FFF;
    display: inline-block;
    width: 40px;
    border-radius: 50%;
    height: 40px;
}
.clicked {
    background: #666 !important;
    color: #FFF !important;
}
.paging a:first-child{
}
.content-detail{
    text-align: justify;
    position:relative;
}
.content-detail img{
    max-width:100%;
    height: auto !important;
}
.content-detail table{
    min-width:450px;
}
.error{
    border:#FF0000 solid 1px;	
}

.menu-footer{
    border-top :solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    padding: 10px 0px;
}
.menu-footer a{
    font-size: 13px;
    color: #333;
    margin-right: 20px;
    text-decoration: none;
}
.linksmo{
    float: left;
    width: 100%;
}
.linksmo img{
    float: left;
    margin-right: 5px;
}
.linksmo a{
    color: #333;
    margin-bottom: 10px;
    display:inline-block;
    width:34px;
    height:34px;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    line-height:34px;
    margin-right:5px;
}
.linksmo a.fa-facebook{
    color:#4b76bd;
    border:solid 2px #4b76bd;
}
.linksmo a.fa-youtube{
    color:#fc3831;
    border:solid 2px #fc3831;
}
.linksmo a.fa-google-plus{
    color:#fb5245;
    border:solid 2px #fb5245;
}
.linksmo a.fa-instagram{
    color:#8941a7;
    border:solid 2px #8941a7;
}

.title-left{
    margin: 0px;
    padding: 0px;
    background: #009247;
    font-size: 16px;
    padding: 10px;
    padding-left: 20px;
    text-transform:uppercase;
    color: #FFF;
}
.title-left a{
    color: #FFF;
}
.menuleft{
    padding: 0px;
    margin: 0px;
    color: #58595b;
    border:solid 1px #EEE;
}
.menuleft .fa{
    font-size: 13px;
}
.menuleft ul{
    list-style: none;
    margin: 0px;
    padding:0px;
}
.menuleft li{
    list-style: none;
    margin: 0px;
    padding:0px;
    border-bottom: solid 1px #EEE;
    padding-left: 10px;
    padding-right: 10px;
}
.menuleft li:last-child{
    border-bottom: none;
}

.menuleft li:hover{
    background:#CCC;
}

.menuleft .actived{
    background: #ebebeb;
}
.menuleft li a{
    color: #58595b;
    padding: 10px 0px;
    width: 100%;
    display: block;
    font-size: 15px;
}
.menuleft .active a{
}
.menuleft li ul{
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}
.menuleft li ul li{
    padding-left: 0px;
    list-style-type:square;
}
.menuleft li ul li a{
    border-bottom: none;
    padding: 5px 0px;
}
.album img{
    display: block;
}
.video-photo{
    padding: 4px;
    border:solid 1px #CCC;
}
.video-photo img{
    display: block;
}
#button-btt{
    position: fixed;
    right: 10px;
    bottom: 70px;
    color: #0059bd;
    background:#CCC;
    padding: 10px;
    opacity:0.8;
}
#button-btt a{
    color: #FFF;
}


.view-detail{
    display: block;
    color: #FFF;
    background: #dd2726;
    padding: 15px 30px;
    box-shadow: 0px 0px 3px #999;
    margin: 0 auto;
    width: 200px;
    text-align: center;    
    text-transform: uppercase;
}

.view-more-btn {
    position: relative;
    display: inline-block;
    padding: 10px 24px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(135deg, #dd2726, #ff4e4d);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	float:right;
}

.view-more-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-10deg);
    transition: all 0.5s ease;
  }

.view-more-btn:hover::before {
    left: 150%;
  }

.view-more-btn:hover {
    transform: translateY(-3px);
}
  

.load-more-btn{
    background: #f9b22a;
    color: #000;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    float: initial;
    width: 250px;	
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
}
.load-more-btn:hover{
    box-shadow: 0px 2px 3px #666;
}

.error{
    border: solid 1px #FF0000 !important;
}

.contact-form{

}
.contact-form span{
    color:#F00;
}
.line-frm{
    margin-bottom:15px;
}

.txt-contact{
    width: 100%;
    height: 34px;
    border: solid 1px #CCC;
    background: #fafafa;
    border-radius: 3px;
    color:#333;
    padding-left:2px;
}
.btn-send{
    width: 100%;
    padding: 9px;
    border:solid 1px #CCC;
    text-align: center;
    font-size: 18px;
    display: block;
    cursor: pointer;
    max-width: 150px;
    background:#1d1915;
    color:#FFF;
    float:right;
    text-transform:uppercase;
}

.contact-title{
    margin: 0px;
    padding: 0px;
    font-family: R-b;
    font-weight: normal;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
}
.search-mobile{
    width: 100%;
    position: relative;
    display: none;
}
.search-mobile input{
    width: 100%;
    height: 30px;
}
.m-search-icon{
    position: absolute;
    right: 10px;
    top: 6px;
    color: #ef5994;
}
.show-search-mobile{
    float: right;
    color: #f9b22a;
    margin-right: 20px;
    font-size: 22px;
    margin-top: 10px;
    padding: 5px 10px;
}

.hotline-mobile a{
    color: #F00;
}
.title-news-detail{
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}
.homeslide-prev,.homeslide-next{
    position:absolute;
    top:50%;
    z-index: 9;
    margin-top: -30px;
    cursor: pointer;
}
.homeslide-next{
    left:10px;
    background: url(../images/arrow/arrow-slide-left.png) no-repeat;
    width:24px;
    height:48px;
}
.homeslide-prev{
    right:10px;
    background: url(../images/arrow/arrow-slide-right.png) no-repeat;
    width:24px;
    height:48px;
}

.title-line{
    background: #dd2726;
    height: 3px;
    width: 60px;
    float: left;
}

.footer-title{
    margin: 0px;
    font-size: 22px;
    color: #FFF;
    font-family: 'PT Serif';
    text-align: left;
}

.footer-title a{
    color: #FFF;
}

.footer-title .fa{
    float: right;
    margin-top: 3px;
    font-size: 14px;
    display:none;
    transition: 0.5s;
}

.title-mobile-highlight .fa{
    transform: rotate(225deg);
}

.footer-text{
    line-height: 32px;
}
.menutab{
    width:100%;
}
.tab-item{
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    font-family: "R-b";
    font-weight: normal;
    color: #58595b;
    font-size: 15px;
    padding: 5px 5px;
    border-right: solid 1px #CCC;
    margin: 10px 0px;
}

.tab-item:last-child{
    border-right: none;

}

.tab-item:hover{
    color: #dd2726;
}
.menutab .actived {

    color: #dd2726;
}

.swiper-slide{
    overflow:hidden;
}
.slide-home-item{
    position: absolute;
    bottom: 160px;
    left: -800px;
    color: #FFF;
    /* width: 100%; */
    float: left;
}
.slide-home-item h2{
    margin:0px;
    padding:0px;
    font-family:Roboto-B;
    font-size:45px;
    float: left;
}
.slide-home-desc{
    float: left;
    font-family:Roboto-B;
    font-size:24px;
}
.slide-detail{
    display: block;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    padding: 13px 30px;
    color: #FFF;
    background: #eb7203;
    position: absolute;
    bottom: -100px;
}
.swiper-slide-active .slide-home-item{
    transition:All 2s ease;
    -webkit-transition:All 2s ease;
    -moz-transition:All 2s ease;
    -o-transition:All 2s ease;
    transform: translateX(800px);
}
.swiper-slide-active .slide-detail{
    transition:All 2s ease;
    -webkit-transition:All 2s ease;
    -moz-transition:All 2s ease;
    -o-transition:All 2s ease;
    transform: translateY(-200px);
}

.div-scroll{
    width:100%;
    overflow:auto;
    padding-right:2px;	
}
.video-home-name{
    margin: 0px;
    padding: 0px;
    padding: 10px;
    background: #efeff0;
}
.video-home-name a{
    color: #58595b;
    font-family: sans-serif;
    font-size: 14px;
}
/*Modal*/
.modal-overlay{
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
}
/*---*/
.modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 40%;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    max-width: 1100px;
    background:#FFF;
}
.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}
.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }
.modal-box .modal-body { padding: 10px 20px; }
.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}
a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}
a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.msgbox {
    color: #CCC;
}
.form-error{
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    color: #FF0000;
}
.form-success{
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    color: #009846;
}

.right-icon{
    background: #6e0b11;
    padding: 7px 9px;
    right: 0;
}
.right-hotline{
    position: fixed;
    right: -102px;
    top: 200px;
    z-index: 999;
}
.right-facebook{
    position: fixed;
    top: 250px;
    z-index: 999;
}
.right-youtube{
    position: fixed;
    top: 300px;
    z-index: 999;
}
.right-hotline a{
    color: #FFF;
    text-decoration: none;
    float: right;
    margin-left: 10px;
    line-height: 35px;
}

.message-success{
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);	
    z-index:9999;
    background:#FFF;
    width:400px;
    box-shadow:0px 0px 10px #333;
    color:#060;
    text-align:center;
    padding:30px;
    display:none;
}
.message-success .success-ok{
    background:#060;
    color:#FFF;
    display:inline-block;
    padding:10px 30px;
}

.comment-success{
    color:#060;
    padding:10px;

}

.cat-home-img {
    position:relative;

}
.cat-home-img img{
    display:block;
}

.cat-home-img:hover .cat-home-link{
    height:40px;
}
.cat-home-img:hover .cat-home-intro{
    height:20px;
}

.cat-home-text{
    position: absolute;
    z-index: 99;
    left: 50%;
    top:50%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
}
.cat-home-name{
    margin: 0px;
    padding: 0px;
    font-size: 40px;
    color: #FFF;
    font-family: "PT Serif"; 
    font-weight: normal;
    width: 100%;
    text-align: center;
}
.cat-home-name a{
    color: #FFF;
}
.cat-home-intro{
    margin: 0px;
    color: #FFF;
    font-family: "nun"; 
    font-weight: normal;
    width: 100%;
    text-align: center;
    height: 0px;
    overflow: hidden;
    transition: height .3s;
	min-width:260px;
}
.cat-home-link{
    margin: 0px;
    color: #FFF;
    font-family: "nun"; 
    font-weight: normal;
    width: 180px;
    text-align: center;
    background: #dd2726;
    line-height: 40px;
    display: inline-block;
    height: 0px;
    overflow: hidden;
    transition: height .2s;
    text-transform:uppercase;
}


.m-cat-home-name{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #dd2726;
    font-family: "nun-b"; 
    text-transform: uppercase;
    font-weight: normal;
    width: 100%;
    text-align:center;
}
.m-cat-home-name a{
    color: #dd2726;
}







.title-cat-home{
    margin: 0px;
    padding: 0px;
    font-family: 'PT Serif', serif;
    font-weight: normal;
    font-size: 42px;
    width: 100%;
    text-align: center;
}

.title-cat-home a{
    color: #000;
}

.btn-search-mobile{
	background: #de2827;
    float: right;
    padding: 6px 16px;
    color: #FFF;
    font-family: "nun-b";
    margin-top: 6px;
    margin-right: 10px;
    border-radius: 20px;
}    

.title-sub-cat{
    margin: 0px;
    padding: 0px;
    font-family: "nun-b";
    font-weight: normal;
    font-size: 24px;
    color: #545454;
    width: 100%;
    text-transform: uppercase;
}
.title-sub-cat a{
    color: #333;
}

.discount-tags{
    position: absolute;
    right: 10px;
    top: 5px;
    width: 38px;
    height: 38px;
    background: url(/images/icon/discount.png) no-repeat;
    background-size: contain;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    font-family: sans-serif;
}

.news-home-name{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    font-family: Muli-B;
}
.news-home-name a{
    color: #333;
}
.album-item{
    box-shadow:0px 0px 5px #EEE;
}

.album-name{
    margin: 5px 0px;
    padding: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Muli-B;
    text-align: center;
}
.album-name a{
    color: #444;
}

.menufooter{
    margin: 0px;
    padding: 0px;

}

.menufooter li{
    list-style: none;
    float: left;
    padding: 8px 10px 8px 0px;
}

.menufooter li a{
    color: #DDD;
}

.menuboxfooter{
    margin: 0px;
    padding: 0px;

}

.menuboxfooter li{
    list-style: none;
    float: left;
    padding: 5px 10px 5px 0px;
    width: 100%;
    text-align: left;
}

.menuboxfooter li a{
    color: #DDD;
}
.menuboxfooter li a:hover{
    color: #FFF;
}

.title-cat-line{
    width: 150px;
    background: #dd2726;
    height: 2px;
    margin-top: -2px;
}

.page-name{
    margin:0px;
    padding:0px;
    font-size:24px;
}
.mobile-bar{
    background:#1d1915;

}

.menu-mobile {
	display: block;
    float: left;
    margin-top: 5px;
    color: #FFF;
    margin-left: 10px;
    margin-bottom: 5px;
}
.menu-mobile-item {
    display: block;
    float: left;
    margin-top: 5px;
    color: #FFF;
    margin-left: 10px;	

}

.btn-next, .btn-prev{
    position: absolute;
    top: 49%;
    outline:none;
    transform:translateY(-25px);
}

.btn-next{
    left: -45px;
}
.btn-prev{
    right: -45px;
}

.star-rate{
    background: url(/images/star-rate.png) center top no-repeat;
    height: 20px;
    width: 100px;
    display: inline-block;
    float: left;
    margin-top: -3px;
}

.rate1 .rate2{
    width: 40px;
}
.rate3{
    width: 60px;
}
.rate4{
    width: 80px;
}
.rate5{
    width: 100px;
}

.view-hover{
    display: none; position: absolute; bottom: 20px; 
    left: 0px;
    width: 100%;
    padding: 0px 20px;
}
.content-pro h3{
    font-family:"R-b"; font-weight:normal;
    color:#dd2726;
    font-size:16px;
}

.content-pro figcaption{
    text-align:center;
}

.content-pro figure{
    margin:0px;
    text-align:center;
}
.tab-content{
    display:none;
}

.thumb-next, .thumb-prev{
    text-align:center;
    background: #EEE;
}


.arrow-div {
    position: relative;
    background: #f1f1f1;
    border: 1px solid #DDDDDD;
}
.arrow-div:after, .arrow-div:before {
    bottom: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-div:after {
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #f1f1f1;
    border-width: 10px;
    margin-left: -10px;
}
.arrow-div:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #DDDDDD;
    border-width: 11px;
    margin-left: -11px;
}


.comment-title{
    margin: 0px;
    padding: 0px;
    font-family: 'Muli', sans-serif;
    font-size: 22px;
    color: #333;
    width: 100%;
    text-align: center;
}

.rate-summary{
    font-family: 'Muli-B', sans-serif;
    font-size: 22px;
    color: #58595b;
    width: 100%;
    text-align: center;
}


.rated-bar{
    float: left;
    width: 150px;
    height: 5px;
    border-radius: 5px;
    background: #cccccc;
    margin: 6px;
}
.rated-bar-percent{
    display: block;
    background:#fe9727;
    float: left;
    width: 150px;
    height: 5px;
    border-radius: 5px;
}


.rate-text{
    font-family: 'Muli-B', sans-serif;
    color: #58595b;
    width: 100%;
    text-align: center;
}

.star{
    width:130px;
    height:24px;
    margin:0 auto;
    background:url("/images/star-unrate.png") no-repeat left center;

}
.star-rated{
    display: block;
    float: left;
    width: 50%;
    height: 24px;
    margin: 0 auto;
    background: url(/images/star-rated.png) no-repeat left center;

}
.btn-show-comment{
    display:inline-block;
    font-family: 'Muli', sans-serif;
    text-decoration: none;
    background: #005aa0;
    border-radius:3px;
    color: #FFF;
    padding: 9px 30px;
    border: none;
    cursor:pointer;
}

.btn-comment{
    font-family: 'Muli', sans-serif;
    text-decoration: none;
    background: #db3832;
    border-radius:3px;
    color: #FFF;
    padding: 9px 20px;
    border: none;
}

.txt-comment{
    width:100%;
    height:36px;
    border-radius:3px;
    border:solid 1px #CCC;
    padding-left:5px;
}

.pagination{
    margin:0px;
    padding:0px;
}

.like-comment{
    color:#dd2726;
}

.btn-contact{
    background:#dd2726;
    width:100%;
    max-width: 240px;
    border-radius:5px;
    border:none;
    color:#FFF;
    padding:12px 20px;
    text-align:center;
    box-shadow:0px 0px 5px #666;
    text-transform:uppercase;
    font-family:"Muli-B";
}
.checkbox{
    margin-bottom:5px;
}

.ullist {
    height: 450px;
    overflow-y: scroll;
}

.ullist li h3 {

    padding: 0px;
    margin: 0px;
    margin-top:5px;
    color: #dd2726;
    font-size: 16px;
}
.ullist li p {
    margin: 0px;
    padding: 5px 0px;

}

.ullist li {
    border-bottom:dashed 1px #DDD;

}

.ullist li .fa {
    display: block;
    float: left;
    width: 18px;
    margin-top: 2px;
}
.box-star{
    display:block;
    width:100%;

}

.box-star .fa-star{
    color:#f89200;

}
.box-star .fa-star-o{
    color:#999;
}
.search-mobile-bar{
    float: right;
    width: 200px;
    position: relative;
    margin-right: 10px;
    margin-top:5px;
}

.search-mobile-bar .kw {
    width: 100%;
    height: 30px;
    border: solid 1px #EEE;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #333;
    border-radius: 25px;
    background: #FFF;
}

.submit-search-mobile {
    float: right;
    color: #666;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 25px;
}
.form-title{
    font-family:"Muli-B";
    font-size:24px;
    font-weight:normal;
    text-transform:uppercase;
    text-align:center;
    width:100%;
}

.newsletter{
    width:100%;
    height:35px;
    border:solid 1px #EEE;
    padding-left:10px;
    background:transparent;

}

.newsletter-capt-img{
    height: 36px;
    position: absolute;
    right: 0px;
    top: 0px;
}


#btnNewsletter{
    background: #1d1915;
    text-align: center;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    display: block;
    font-size: 15px;
}

.header-mobile{
    border-bottom: solid 1px #DDD;
}
.fb_customer_chat_bounce_in_v2{
    bottom: 60px !important;
}

.longPageNavigationDiv{

    padding: 10px;
    background: #EEE;
    float: left;
    padding-right:20px;
    width:100%;
}

.longPageNavigationDiv a{
    color:#333;
}

.longPageNavigationDiv ul{
    padding-left: 20px;
}
.longPageNavigationDiv ul li{
    list-style:none;
    padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3{
    padding-left: 20px;
}


.form-group{
    padding:10px 0px;
    border-bottom:dotted 1px #CCC;
}
.error_lbl{
    border:solid 1px #F00;
}

.box-dieukhoan{
    overflow-y: auto;
    height: 150px;
    padding-right: 5px;
}

.btn-payment{
    background: #cc0000;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #FFF;
    padding: 12px 20px;
    text-align: center;
    box-shadow: 0px 1px 5px #666;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.box-thanh-toan-ngan-hang{
    margin:0px;
    background:#EEE; padding:10px;
    padding-left: 35px;
}

.box-thanh-toan-ngan-hang li{
    padding:5px 0px;
}

.video-content{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}


/*---*/


.info-wrapper{
    padding: 30px 0px;
    background: #FFF;
    /*background: url(/images/gioithieu-bg.png) #f4f4f4 right center no-repeat;*/
}

.tour-wrapper{
    padding: 40px 0px;
    background: #f4f4f4;

}

.title-info-home{
    font-family: 'PT Serif', serif;
    font-weight: normal;
    font-size: 40px;    
    text-align: center;
    margin: 0px;
    padding: 0px;
    padding: 0px 250px; 
    line-height: 45px;
}

.info-home-text{
    line-height: 28px; 
    text-align: center; 
    padding: 0px 200px; 
}

.rtb-home{
    padding: 5px 5px;
    font-family: "nun-m";
}

.rtb-title{
    font-family: 'PT Serif', serif;
    font-size: 24px;
}

.why-home-item{
    margin-bottom:10px;
}
.why-title{
    font-family: 'PT Serif', serif;
    font-size: 20px;	
}

.search-zone{
    width: 100%;
    position: absolute;
    bottom: 50px;
    z-index: 999;
	background: rgba(255,255,255,0.65);
    max-width: 950px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'PT Serif', serif;
    padding-left: 10px;
}
/*
.search-zone:hover{
	background: rgba(255,255,255,1);
}
*/

.search-box-input{
    padding: 15px 0px;
}

.search-box-label{
    font-size: 12px;
    color: #000;
    padding-left: 2px;
}

.search-box-input select{
    width: 100%;
    border: none;
    font-size: 18px;
    color: #333;
    outline: none;
    font-family:"nun-m";
}

.search-btn{
    cursor: pointer;
    background: rgba(221,39,38,0.6);
    width: 100%;
    display: block;
    padding: 30px 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: "nun-b";
    font-size: 18px;
    transition: color 0.2s ease-in;
    color: #FFF;
}

.search-zone:hover .search-btn{
	background: rgba(221,39,38,1);
}


.search-btn:hover{
    color: #FFF;
}

.tour-name{
    margin: 0px;
    padding: 0px;
    font-family: "PT Serif";
    font-size: 18px;
    color: #1d1915;
    font-weight: normal;
    min-height: 50px;
}
.tour-name a{
    color: #1d1915;

}

.price{
    font-family: "PT Serif";
    font-size: 20px;
    color: #1d1915;
    font-weight: bold;

}

.hvr-grow img{
    display: block;
}

.link-smo-footer{

}
.link-smo-footer a{
    display: block;
    float: left;
    margin-right: 15px;
}
.link-smo-footer a:hover{
    color: #dd2726;
}

.dang-ky-tu-van {
    position: fixed;
    left: 5px;
    bottom: 20px;
    z-index: 9999;
}

.show-search-pc{
    color: #CCC !important;
    position: relative;
}
.img-poster img{
    display: block;
}
.tour-detail-name{
    margin:0px;
    padding:0px;
    font-size:28px;
    font-weight:normal;
    color:#009247;
    float:left;
}

.tour-detail-price{
    float:left;
    color:#999;
}
.tour-detail-price b{
    font-family:"Muli-B";
    font-size:24px;
    color:#dd2726;
}

.tour-detail-price span{
    font-family:"Muli-B";
    font-size:28px;
    color:#dd2726;
}

.hot-tour-name{
    margin:0px;
    padding:10px;
    position:absolute; bottom:0px; left:0px;
    width:100%;
    background:rgba(0,146,71,0.9);
}
.hot-tour-name a{
    color:#FFF;
}
.item-overlay{
    display:none;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;	
}

.column-count-2{
    column-count: 2;	
    column-gap: 2px;
    width: 440px !important;
}
.column-count-3{
    column-count: 3;
    column-gap: 2px;
    width: 660px !important;
}
.column-count-4{
    column-count: 4;	
    column-gap: 2px;
    width: 880px !important;
}

.news-home-item:hover{
    box-shadow:0px 0px 10px #CCC;
}

.item-tab{
    float: left;
    padding: 10px 20px;
    margin-right: 5px;
    font-family: "R-m";
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
}
.tab-actived{
    border-bottom: solid 2px #009247;
    cursor: pointer;
}

.item-tab:hover{
    border-bottom: solid 2px #009247;
    cursor: pointer;
}

.content-sub-title{
    color: #1f1c17;
    font-size: 26px;
    font-family: "nun-b";
    
}
.other-article-title{
    padding: 0px;
    margin: 0px;
    color: #1f1c17;
    font-size: 26px;
    font-family: "nun-b"; text-transform: uppercase;
}

.tour-router-content{
    text-align: justify;
    display: none;
}

.tour-router-line{
    cursor: pointer;
    font-family: "nun";
}

.tour-router-actived{
    color: #019247;
    font-family: "nun-b";
}

.book-width-confident{
    border:solid 1px #CCC;
}
.book-width-confident-header{
    background: #019247;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
    font-family: "nun-b";
}

.tour-book-now{
    color: #FFF;
    font-family: "nun-b";
    text-align: center;
    padding: 12px;
    width: 100%;
    box-shadow: 0px 0px 5px #666;
    text-transform: uppercase;
    background: #f9b22a;
    margin: 0 auto;
}
.tour-book-now a{
    color: #1f1c17;
}
.tour-book-now a:hover{
    color: #FFF;
}

.tour-book-step{
    color: #444;
    font-size: 20px;
    
}
.tour-book-step span{
    font-family: "nun-m";
}

.booking-tour-name{
    margin:0px;
    padding:0px;
    font-size:18px;
    font-weight:normal;
    color:#009247;
    font-family: "nun-m";
}
.name-faq{
	cursor:pointer;
	margin: 10px 0px;
}
.name-faq .fa{
	float:right;
}
.faqcontent{
	display:none;
}
.faq-name-active{
	color:#f9b22a;
}

.support-title {
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    color: #111;
    font-family: "PT Serif";
    font-weight: normal;
}

.tour-support-box{
	background:#FFF;
	padding:20px;
	text-align:center;
}
.support-image{
	padding:0px 60px;
}
.support-image img{
	border-radius:50%;
}

.support-name{
	font-size:18px;
	font-family: "PT Serif";
}

.support-content{
	font-size:14px;
	line-height:20px;
}
.choose-desc img{
	display:block;
}
.my-desc{
	position:relative;
	
}

.my-desc .my-desc-overlay{
	position:absolute;
	top: 0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	
}

.my-desc .my-desc-tick{
	position:absolute;
	top: 5px; left:5px;
	display:block;
	background:url('/images/tich-v.png') top left no-repeat;
	width:35px;
	height:35px;
	
}

.btn-dangky-mobile{
	background: #f9b22a;
    float: right;
    padding: 6px 16px;
    color: #222;
    font-family: "nun-b";
    margin-top: 6px;
    margin-right: 10px;
    border-radius: 20px;
}

.mobile-footer-bar {
	background:#FFF;
	position:fixed;
	padding:10px;
	bottom:0px;
	z-index:999;
	border-top:solid 1px #CCC;
	
}

.fancy-text {
  color: white;

  text-shadow: 
    0 0 4px rgba(0, 0, 0, 0.4),
    0 2px 4px rgba(0, 0, 0, 0.6),
    0 0 8px #009648,
    0 0 16px #009648;
  transition: all 0.3s ease;
}

.fancy-text:hover {
  text-shadow: 
    0 0 5px rgba(0, 0, 0, 0.5),
    0 2px 4px rgba(0, 0, 0, 0.7),
    0 0 15px #009648,
    0 0 30px #009648,
    0 0 50px #009648;
}

.news-home-item{
	padding-bottom:2px;
}



.btn-xem-them {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(135deg, #218e4c, #2cbf6e);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }

  .btn-xem-them::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-20deg);
    transition: all 0.5s ease;
  }

  .btn-xem-them:hover::before {
    left: 150%;
  }

  .btn-xem-them:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  }
  
.article-wrapper {

	position: relative;
    overflow: hidden;	
}

  
 .article-image{
	 border:solid 2px #218e4c;
	 border-radius: 5px;
	 padding:8px;
 }
 .article-image img{
	 display:block;
	 border-radius:8px;
 }


.article-wrapper::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('/images/map.png') 65% bottom no-repeat;
	background-size: 45%;
    opacity: 0.2;
    z-index: 1;
}

.article-wrapper > * {
    position: relative;
    z-index: 2;
}
