
html,body{
    font-family: "Mon-M", Arial, Helvetica, sans-serif;
    font-size:15px;
    padding:0px;
    margin:0px;
    color: #222;
}

h1,h2,h3,h4,h5,h6{
    line-height:normal;	
    font-weight: normal;
    font-family: "Mon-SB";	
}

h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}

a{
    text-decoration:none;	
}
b, strong{
    font-weight: normal;
    font-family: "Mon-SB";
}
img{
    border:none;	
    max-width:100%;
}
a img{
	/*
    display: block;
	*/
}
#page{
    background: #FFF;
    max-width:2560px;
    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{
    float: right;
    width: 200px;
    position: relative;
    margin-top: 20px;
}
/*
.search-pc:hover{
    width: 240px;
}
*/
.submit-search-pc{
    float: right;
    color: #666;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 5px;
}
.search-pc .kw{
    width: 100%;
    height: 35px;
    border: solid 1px #EEE;
    padding: 0px 10px;
    outline: none;
    float: left;
    color:#333;
    border-radius: 25px;
    background: #FFF;
}
.search-pc{
    transition:width 0.5s;
}

.search-pc .fa{

}
.search-icon{
    float: right;
    width: 380px;
}


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

.logo{
    float: left;
}
.logo img, .logo-mobile img{
    display:block;
}

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


.menubar{
    float: right;
    text-align: center;
}
.menu-title{
    background: #29a7e1;
    color: #FFF;
    padding: 12px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}
.nav{
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-family: "Mon-SB",Arial;
    max-width: 1200px;
    margin: 0 auto;
}
.nav > li{
    list-style:none;
    display:inline-block;
    position:relative;
    float:left;
    font-size: 15px;
    font-weight: normal;
    height: 80px;
    line-height:78px;
	margin: 0px 2px;
}
.nav li:first-child{
    border-left:none;
}
.nav li a{
    text-decoration: none;
    display: inherit;
    padding: 0px;
    padding: 0px 11px;
    font-weight: normal;
    color: #FFF;
}
.nav > li:hover > a{
    color: #eefd0e;
	border-bottom: solid 2px #eefd0e;
}
.nav > li.active > a{
    color: #eefd0e;
	border-bottom: solid 2px #eefd0e;
}
.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: #f37021;
    font-family: Mon-SB;
    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: Mon-SB;
    padding: 0px 10px;
    display: block;
    color: #FFF !important;
    line-height: 18px;
    text-transform:initial;	
    padding: 8px 10px;
    border-top: solid 1px #CCC;
}
.nav >li> ul > li>a:hover{
    color: #DDD !important;	
}
.nav li ul ul{
    left:100%;
    top:-1px;	
}

.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: #f37021;

}
.mega-menu-item-link{
	color: #333 !important;
}
.mega-menu-item-link:hover{
	color: #f37021 !important;
}


.lelftbar li{
    float: right;
    text-align: right;
}
.lang{
    float: right;
    border: none;
    margin-top: 9px;
    margin-left: 20px;
}
.news-title{
	font-size:16px;	
	font-family: Mon-SB;
}
.news-name{
    font-size:16px;	
    padding:0px;
    margin:0px;
    color:#666;
    font-family: Mon-SB;
}
.news-name a{
    color:#3a3a3a;
    text-decoration:none;
}

.service-name{
    font-size:18px;	
    padding:0px;
    margin:0px;
    color:#3a3a3a;
    font-family: Mon-SB;
}
.service-name a{
    color:#3a3a3a;
    text-decoration:none;
}

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

.createdate{
    margin: 5px 0px;
    color: #666;
    font-family: R-r;
}
.viewmore{
    margin-top: 10px;
    background: #999;
    color: #FFF;
    padding: 7px 20px;
    border-radius: 20px;
    float: right;
    display: block;
    width: 120px;
    text-align: center;
}
.intro-detail{
    font-family: Mon-SB;
}
.footer{
    background: #f2f2f2;
    color: #333;
	font-size: 12px;
}
.footer a{
    color:#111;	
}
.news-name-other{
    margin: 0px;
    margin: 0px;
}
.news-name-other a{
    text-decoration: none;
    color: #333;
    font-weight: normal;
}
.title-other-news{
    font-family: Mon-SB, Arial, Helvetica, sans-serif; 
    font-weight: normal;
    font-size: 16px;
    color: #222;
    margin: 0px;
    padding: 0px 10px;
    background:#EEE;
    position:relative;
    height:40px;
    line-height:40px;
}

.other-article-title{
    text-transform: uppercase;
}
.other-article{
    padding:0px;
    margin:0px;	
    font-family: R-r;
    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: #333;
}
.title-page{
    margin: 0px;
    padding: 0px;
    font-family: "LG-B";
    font-weight: normal;
    font-size: 34px;
    color: #666;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
	text-align:center;
}
.title-page a{
    color:#666;

}

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

.title-page span:before {
	content: ' ';
    position: absolute;
    border-top: solid 1px #CCC;
    width: 200px;
    left: -210px;
    top: 25px;
}

.title-page span:after {
	content: ' ';
    position: absolute;
    border-top: solid 1px #CCC;
    width: 200px;
    right: -210px;
    top: 25px;
}


.paging{
    display:block;
    padding: 10px 10px;

}
.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: 10px;
    border-radius: 3px;
    background: #FFF;
}
.clicked {
    background: #13203b !important;
    color: #FFF !important;
}
.paging a:first-child{
}
.content-detail{
    text-align: justify;
	position:relative;
}
.content-detail img{
    max-width:100%;
    height: auto !important;
}
.cat-content table, .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%;
	text-align: center;
}
.linksmo img{
    float: left;
    margin-right: 5px;
}
.linksmo a{
    color: #333;
    display:inline-block;
    -webkit-border-radius:50%;
    text-align:center;
	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: #f37021 ;
    font-size: 16px;
    font-family: Mon-SB;
    padding: 12px 15px;
    text-transform:uppercase;
    color: #FFF;
}
.title-left a{
    color: #FFF;
}
.menuleft{
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    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: #ff0000;
    padding: 8px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #999;
    float: left;
}
.view-more-btn{
    display: block;
    float: left;
    color: #333;
    padding: 8px 15px;
    border-radius: 20px;
    background: #e1e1e1;
}
.view-more-btn:hover{
    box-shadow: 0px 0px 3px #666;
}

.buynow-btn{
    float: right;
    background: url(/images/cart-trans.png) #f37021 5px 5px no-repeat;
    display: block;
    color: #FFF;
    padding: 8px 12px 8px 30px;
    border-radius: 20px;
}
.buynow-btn:hover{
    box-shadow: 0px 0px 3px #f37021;
}

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

.line-frm{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.txt-contact{
    width: 100%;
    height: 40px;
    border: solid 1px #CCC;
    background: #f9f9f9;
    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:#f37021;
	color:#FFF;
	float:right;
	text-transform:uppercase;
}

.btn-dangky{
    width: 100%;
    padding: 9px;
    border:solid 1px #CCC;
    text-align: center;
    font-size: 18px;
    display: block;
    cursor: pointer;
    max-width: 255px;
	background:#f37021;
	color:#FFF;
	float:right;
	text-transform:uppercase;

}

.contact-title{
    margin: 0px;
    padding: 0px;
    font-family: Mon-SB;
    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, .hotline-mobile, .mobile-download{
    float: right;
    color: #000;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 26px;
    margin-top: 8px;
    background: #FFF;
    padding: 5px 10px;
    border-radius: 15px;
}

.hotline-mobile a{
    color: #F00;
}
.title-news-detail{
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    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;
}
.newsHot{
    font-size: 16px;
    background: #f4f4f4; padding: 8px 0px;
    color: #515151;
}
.newsHot a{
    color: #eb7203;
}
.title-line{
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
}
.title-line span{
    display: block;
    height: 3px;
    background: #eb7203;
    width: 50px;
}
.footer-title{
    margin: 0px;
    font-family: Mon-SB;
    font-size: 16px;
	/*
    text-transform: uppercase;
	*/
    text-align: left;
}

.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: 24px;
}
.menutab{
    width:100%;
}
.tab-item{
	display: block;
    width: 20%;
    float: left;
    text-align: center;
    font-family: "Mon-SB";
    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: #f37021;
}
.menutab .actived {
    
	color: #f37021;
}

.tab-title{
	margin: 0px;
    padding: 0px;
    font-family: "LG-B";
    font-weight: normal;
    font-size: 28px;
    color: #666;
    width: 100%;
    text-align: center;
}
.tab-title span{
	display:inline-block;
	background:#FFF;
    padding: 0px 5px;
}
.line-title{

}

.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-size:45px;
    float: left;
}
.slide-home-desc{
    float: left;
    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: Arial;
    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;

}

.shopping-cart{
	position:relative;
    float: right;
    border-radius: 5px;
    margin-top: 22px;
    padding: 2px;
    padding-top: 5px;
    background: url(/images/cart-icon.png) no-repeat 10px center;
    padding-left: 43px;
    color: #fdfb12;
    font-family: "Mon-SB";
    font-weight: normal;
}
.shopping-cart a{
    display: block;
    float: right;
    color: #fdfb12;
    font-size: 14px;
}
.shopping-cart span{
    display: block;
    position: absolute;
    left: 28px;
    top: -13px;
    background: #fdfb12;
    color: #333;
    font-size: 14px;
    padding: 3px 7px 1px 7px;
    border-radius: 50%;
}


.cat-home-img {
    position:relative;
}

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

.cat-home-name{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #555;
    font-family: "Mon-SB";
    font-weight: normal;
    text-align: left;
    float: left;
    width: 100%;
    text-align: center;
}
.cat-home-name a{
    color: #555;
}

.title-about-home{
    margin: 5px 0px;
    padding: 0px;
    font-size: 24px;
    color: #333;
    font-family: "Mon-SB";
    font-weight: normal;
    text-align: left;
    border-bottom: solid 2px #ff0000;
    text-transform: uppercase;
}
.title-about-home a{
    color: #333;
}

.title-cat-home{
    margin: 0px;
    padding: 0px;
    font-family: "LG-B"; font-weight: normal;
    font-size: 34px;
    color: #666;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

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

.btn-search-mobile{
    display:block;
    position:absolute;
    color:#1c4d99;
    top:5px;
    right:10px;
}    

.title-sub-cat{
    margin: 0px;
    padding: 0px;
    font-family: "Mon-SB"; font-weight: normal;
    color: #333;
    float: left;
    font-size: 15px;
    margin: 6px 0px;
    margin-left: 15px;

}
.title-sub-cat a{
    color: #333;
}
.title-sub-cat a:hover{
    color: #1c4d99;
}
.view-more-home{
    float: right;
    text-align: left;
    color: #f0940b;
    /* width: 120px; */
    display: block;
    margin-top: 15px;
}


.product-item{
    position: relative;
    padding: 12px;
    margin: 8px;
}
.product-item:hover{
    box-shadow: 0px 0px 7px #EEE;
}

.product-name{
    margin: 5px 0px;
    padding: 0px;
    font-family: "Mon-SB";
    color: #666;
    font-weight: normal;
    text-align:center;
    font-size: 16px;
}
.product-name a{
    color: #444;
}

.sale-off{
	position:absolute;
	top:5px;
	left:5px;
	width:50px;
	height:50px;
	z-index: 99;
}
.km5{
	background:url('/images/km5.png') center center no-repeat;
}
.km10{
	background:url('/images/km10.png') center center no-repeat;
}
.km200k{
	background:url('/images/km200k.png') center center no-repeat;
}
.km500k{
	background:url('/images/km500k.png') center center no-repeat;
}
.hot{
	background:url('/images/hot.png') center center no-repeat;
}
.new{
	background:url('/images/new.png') center center no-repeat;
}
.gift{
	background:url('/images/gift.png') center center no-repeat;
}

.cell-pro-home{
    position: relative;
    margin-bottom: 40px;

}

.pro-tags{
    position: absolute;
    right: 10px;
    top: 10px;
}

.pro-tags .hot{
    width: 40px;
    height: 40px;
    background: url(/images/icon/hot.png) no-repeat;
    background-size: contain;
}

.pro-tags .new{
    width: 40px;
    height: 40px;
    background: url(/images/icon/new2.gif) no-repeat;
    background-size: contain;
}

.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: Arial;
}

.news-home-name{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    font-family: Mon-SB;
}
.news-home-name a{
    color: #333;
}


.album-name{
    margin: 5px 0px;
    padding: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Mon-SB;
    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: #EEE;
}

.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: #333;
}
.product-code{
    float: left;
    line-height: 22px;
}
.price{
    float:right;
    color: #666;
    font-size: 16px;
}

.pricekm{
    color:#f37021;
    float:left;
    font-size:15px;
    
    font-family: "Mon-SB"; font-weight: normal;
}

.product-name-detail{
    margin:0px;
    padding:0px;
    font-size:24px;
    font-weight:normal;
	color:#414042;
	font-family: "Mon-SB"; font-weight: normal;
}

.attr-item{
    float:left;
    width:100%;
    font-size: 15px;
    margin-bottom:5px;
	color:#58595b;
}
.attr-name{
    font-family:Mon-SB; font-weight:normal;
    float:left;
    margin-right:5px;
	font-size:15px;
}

.attr-name span{
    color:#f37021;
	font-size:18px;
	line-height: 14px;
}

.attr-value{

    float:left;
    margin-right:5px;
	font-size:15px;
}

.pro-detail-intro{
	border:solid 1px #CCC; padding:10px 15px; border-radius:3px; line-height:20px; 
	color:#58595b;
}
.pro-detail-intro ul{
	padding:0px;
	line-height: 22px;
	margin:0px;
	margin-left:20px;
}

.price-detail{
	margin-right:10px;
    float: left;
    color: #666;
    font-weight: normal;
    font-size: 18px;
	line-height: 19px;
}
.pricekm-detail{
    color: #ff6c00;
    float: left;
    font-size: 20px;
    font-family: "Mon-SB";
    font-weight: normal;
	margin-right:20px;
	line-height: 18px;
}



.product-detail-label{
    float:left;
    line-height: 40px;
}
.addcart-btn{
	font-family:"Mon-SB";
	float: left;
    background: url(/images/cart-trans.png) #f37021 15px 7px no-repeat;
    display: block;
    color: #FFF;
    padding: 10px 40px 10px 50px;
    border-radius: 20px;
}
.addcart-btn:hover{
    background: url(/images/cart-trans.png) #db3832 15px 7px no-repeat;
    box-shadow: 0px 0px 6px #666;
}

.muangay-btn, .buy-now{
	font-family:"Mon-SB";
	float: left;
    background: #FFF 15px 7px no-repeat;
    display: block;
    color: #FFF;
    padding: 10px 50px;
    border-radius: 20px;
	margin-left:20px;

}
.muangay-btn:hover ,.buy-now:hover {
    box-shadow: 0px 0px 6px #666;
}

.buy-now{
	background:#0076c2;
	padding: 10px 40px;
}

.buy-now-added{
	font-family:"Mon-SB";
	float: left;
    background: #008e18 15px 7px no-repeat;
    display: block;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 20px;
	margin-left:20px;
}


.download-btn{

    background: #f37021 15px 7px no-repeat;
    display: inline-block;
    color: #FFF;
    padding: 10px 40px 10px 50px;
    border-radius: 20px;
	box-shadow: 0px 0px 6px #666;
	color:#FFF;
}
.download-btn a{
	color:#FFF;
}

.news-home-intro{
    text-align: justify;
}

.article-home-wrapper{
    padding: 20px;

}

.news-home-wrapper{
    
    padding: 30px 0px;
    background: #EEE;
    
}

.author-info{
    text-align:center;
}
.title-cat-line{
    width: 150px;
    background: #CCC;
    height: 2px;
    margin: 0 auto;
}

.page-name{
    margin:0px;
    padding:0px;
    font-size:24px;
}
.box-left{
    padding: 20px;
    padding-bottom: 0px;
    border: solid 1px #EEE;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
    background: #FFF;
}

.support-name{
    color: #0eacdb;
    font-family: Mon-SB;
    float:left;
    margin-left:5px;
}

.box-left .support-item{
    text-align: center;
    border-bottom: dotted 1px #CCC;
    padding-bottom: 10px;
    margin-bottom:20px;
}
.box-left .support-item:last-child{
    border-bottom: none;
    padding-bottom: 0px;
}

.mobile-bar{
    background:#f37021;

}

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

}

.content-detail a{
    color:#f37021;
}

.content-detail a:hover{
    color:#048ae0;
}

.btn-next, .btn-prev{
    position: absolute;
    top: 42%;
}

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

.star-rate{
    background: url(/images/star-rate.jpg) center top no-repeat;
    height: 17px;
    width: 100%;
}

.rate1 .rate2{
    background-position-y: -38px;
}
.rate3{
    background-position-y: -55px;
}
.rate4{
    background-position-y: -72px;
}
.rate5{
    background-position-y: -90px;
}

.view-hover{
    display: none; position: absolute; bottom: 20px; 
    left: 0px;
    width: 100%;
    padding: 0px 10px;
}

.price-color{
	float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 10px;
	padding:3px;
	border: solid 1px transparent;
}

.price-color span{
	display:block;
	border-radius: 50%;
	width: 100%;
    height: 100%;
}

.mausac{
	display:inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 1px #CCC;
}

.content-pro h2{
	margin:8px 0px;
	padding:0px;
	font-family:"Mon-SB"; font-weight:normal;
	color:#222;
}
.content-pro h3{
	margin:5px 0px;
	padding:0px;
	
	font-family:"Mon-SB"; font-weight:normal;
	color:#222;

}
.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;
}


.faq-name{
	margin:5px 0px;
	padding:0px;
	font-family:Mon-SB; font-weight:normal;
	font-size:16px;
	background:url(/images/faq-icon.png) left center no-repeat;
	padding-left:45px;
	line-height:30px;
	cursor:pointer;
}
.faq-active{
	background:url(/images/faq-active.png) left center no-repeat;
	color:#f37021;
}

.faq-content{
	background:#ebebeb;
	padding:20px;
	border-radius:6px;
	display:none;
	
}
.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;
}
.choose-price{
	border:solid 1px #f37021;
}

.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: 'Mon-SB', 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: 'Mon-SB', 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: #f37021;
	border-radius:3px;
	color: #FFF;
	padding: 9px 30px;
	border: none;
	cursor:pointer;
}

.btn-comment{
	font-family: 'Muli', sans-serif;
	text-decoration: none;
	background: #f37021;
	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:#f37021;
}


.menu-tab-float{
	position: absolute;
    width: 100%;
    background: #FFF;
    top: -58px;
    z-index: 9999;
    width: 550px;
    left: 50%;
    border-radius: 30px;
	margin-left: -250px;
}

.menutab-1-3 {
	width:30%;
}
.menutab-1-4 {
	width:22%;
}


.btn-contact{
	background:#f37021;
	width:100%;
	border-radius:5px;
	border:none;
	color:#FFF;
	padding:10px 20px;
	text-align:center;
}
.ullist {
	height: 450px;
    overflow-y: scroll;
}

.ullist li h3 {
	
	padding: 0px;
    margin: 0px;
	margin-top:5px;
    color: #f37021;
    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;
}

.tra-cuu-form{
	padding:30px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	position: absolute;
	left:0px;
	top:60px;
    width: 100%;
    max-width: 420px;
	color:#FFF;
}

.tra-cuu-form-title{
	margin: 0px;
    padding: 0px;
    font-family: "LG-B";
    font-weight: normal;
    font-size: 30px;
    color: #FFF;
    width: 100%;
    text-transform: uppercase;
}

.box-star{
	display:block;
	width:100%;
		
}

.box-star .fa-star{
	color:#f89200;
		
}
.box-star .fa-star-o{
	color:#999;
}

#loadMoreProduct{
	display:block;
	background:#DDD;
	color:#f37021;
	padding:10px 20px;
	text-align:center;
	margin:0 auto;
	border-radius:5px;
	width:220px;
}

.cat-home-intro{
	text-align: center; 
	padding:0px 50px;
}

.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:"Mon-SB";
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	width:100%;
}


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




.filter-box input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: #FFF;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box;
    width: 19px;
    height: 18px;
    transition: all .3s linear;
    float: left;
    margin: 0px;
	margin-right:7px;
	background: url('/images/check_radio_sheet.png') left top no-repeat;
}
.filter-box input[type="checkbox"]:checked {
    background: url('/images/check_radio_sheet.png') -19px top no-repeat;
}
.filter-box input[type="checkbox"]{
    outline:none;
}
.form-dangky{
	padding:20px 200px; 
	border-radius:10px; 
}

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

}

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

.footer-white{
	background:#FFF;
	padding:30px 100px;
	border-radius:20px;
	color:#343436;
	font-size:16px;
	font-family:"Mon-SB";
}

#btnNewsletter{
	background: #f37021;
    text-align: center;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    display: block;
    font-size: 15px;
	color: #FFF;
	box-shadow: 0px 1px 3px #555;
}

.header-mobile{
	background:#f37021;
}
.cart-mobile{
	position: relative;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;
    float: right;
}
.cart-mobile span{
	position: absolute;
    right: -5px;
    top: -5px;
    font-size: 11px;
    background: #eefd0e;
    color: #333;
    display: block;
    padding: 1px 4px;
    border-radius: 50%;
}

.kw-mobile{
	width: 94%;
    height: 30px;
    border: none;
    border-radius: 20px;
	margin: 0px 10px;
    margin-bottom: 10px;
	color:#333;
	padding-left:5px;
	background:#DDD;
}

.mobile-footer-bar{
	position: fixed;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    background: #FFF;
    box-shadow: 0px -1px 3px #666;
	z-index:9999;
}

::placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}



.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;
}

.left-col{
	position:relative;
}
.cat-content{
	font-size:16px;
	line-height:2;
}

.cat-content h2,h3,h4{
	margin: 10px 0px;
}

.product-video-slide{
	position:relative;
}
.yt-play-icon{
	position:absolute;
	left:50%;
	top:50%;
}

