@import url(https://fonts.googleapis.com/css?family=Arimo|Sriracha|Roboto+Condensed|Patrick+Hand);

/*
font-family: 'Sriracha', cursive;
font-family: 'Arimo', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

body{
    background:#f1f1f1;
    font:14px/23px Tahoma, Geneva, sans-serif;
    color: #222;
    padding: 0;
    margin: 0
    line-height: 1;
    vertical-align: baseline;
    border: 0;
}
* {border: 0; padding: 0; margin: 0}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #00983B;
}
ul{list-style-type:none}
.clear {clear: both}

/*Figure*/
figure.captionedImage{display:table !important; margin:0 auto; background-color:#f6f6f6}
figure.captionedImage > img{display:block !important; margin:0 !important; padding:0 !important; max-width:100% !important;}
figure.captionedImage figcaption{display:table-caption;caption-side:bottom; font-size:0.929em; line-height:1.286em;  background-color:#f6f6f6; padding:5px; box-sizing: border-box;}
blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}
blockquote{border-left: 5px solid #944f95;color: #222;margin: 15px 0 15px 10px;padding: 5px 0 5px 20px; background-color:#f9f9f9}
blockquote a{font-weight:bold}
blockquote p{padding:5px 0 !important; margin:0 !important}
input[type=text],input[type=password] {
    border: 1px #dcdcdc solid;
    color: #595959;
    margin: 0;
    padding: 1px
}
.center{text-align: center}
.left{text-align: left}
.right{text-align: right}
table {
    border-collapse: collapse;
    table-layout: auto
}
.main_border{border:1px solid gainsboro; background-color:#fff}
.main_wrap{width:1100px; margin:0 auto}
#wrapper{
    overflow:hidden;
    box-shadow:4px 0 4px -2px rgba(50, 50, 50, 0.7),-4px 0 4px -2px rgba(50, 50, 50, 0.7);
    width: 1100px; margin: 0 auto;
}

/*HEADER*/
header{}
#top_header{overflow:hidden; padding: 10px; background-color: #fff}
#top_header .logo{float:left; margin:10px 0}
#top_header .logo a{display:inline-block; width:100%}
#ads_header{float:right}
/*MAIN SEARCH*/
.msearch{display:block; width:270px; height:40px; line-height:40px; margin:18px 100px 0 0 !important; float: right;}
.msearch .minput {
    background: #f6f6f6;
    /*border: 1px solid #c2c2c2;*/
    color: #666;
    display:block;
    float: left;
    font-size: 15px;
    height: 40px;
    line-height:40px;
    padding: 10px 10px 10px 10px;
    width: 85%;
    box-sizing:border-box;
}
.msearch .mbtnsearch{background-color:#944f95; height:40px; line-height:40px; display:block; text-align:center;}
.msearch .mbtnsearch i{color:#fff; font-size:20px; padding:10px 0}
#top_header .contact_info {
    float: right;
    margin: 10px 80px 0 0;
    position: relative;
}
#top_header .contact_info i {
    color: #DA4B38;
    font-size: 55px;
    left: -50px;
    line-height: 55px;
    padding-right: 7px;
    position: absolute;
    top: 0;
}
#top_header .contact_info span.textcall{}
#top_header .contact_info strong {
    display: block;
    font: 300 26px/32px "Open Sans",sans-serif;
}
#top_header .service_top{display:block; float:left; width:500px; margin:45px 0;; color:#f1f1f1; text-align:center; font-size:25px; font-family:"Roboto Condensed"}
#top_header .service_top span{display:block; color:#c94300; font-size:35px; margin-top:10px;}
#top_header .service_top strong.blue{color:#17B8F4;}
#top_header .contact_info strong{
    display: block;
    font: 300 26px/32px "Open Sans",sans-serif;
}

#main_nav{background-color:#3ab92f; width:100%; z-index:9999;}
#main_nav ul{display:inline-block}
#main_nav ul li{float:left; position:relative;}
#main_nav ul li a{
    display:inline-block; 
    color:#fff; font-size:17px;
    padding:14px 16px;
    white-space:nowrap;
    text-transform:uppercase;
}
#main_nav > ul > li:first-child a{
    border-left:none;
}
#main_nav ul li:last-child a{border-right:none;}
#main_nav ul li:hover a{background:#179C0C;}
#main_nav ul li a.selected{}
#main_nav ul li ul.submenu{top:48px;left:0; height:auto; width:180px; z-index:999; overflow:visible; position:absolute; display:none}
#main_nav ul li:hover ul.submenu{display:block}
#main_nav ul li ul.submenu li{position:relative; width:100%;}
#main_nav ul li ul.submenu li a{
    background:#179C0C; 
    position:relative; display:list-item;
    font-size:14px;
    padding:8px 10px;
    /*border-top:1px solid #019e90;
    border-bottom:1px solid #006b62;*/
}
#main_nav ul li a.aparent::after {
    content: "";
    font-family: FontAwesome;
    margin-left: 5px;
}
#main_nav ul li ul.submenu li:hover a{background:#3AB92F}
/*MENU MOBILE*/
#menumobile{background:#3AB92F; padding:8px 0; display:block; position:relative; display:none}
#menumobile h3#disMenu{
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("images/menu-mobile.png");
  background-position: 11px center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  padding-right: 15px;
  text-align: right;
  width: 95px;
}
#menumobile ul{
    display: none;
    margin: 8px 10px 3px;
    overflow: hidden;
    width: auto;
}
#menumobile ul li{
    position:relative;
}
#menumobile ul li a{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 0.95em;
    line-height: 32px;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 0 20px;
    text-transform: uppercase;
    white-space: nowrap;
}
#menumobile h3#disSearch{ 
    position:absolute; top:0px; right:0px;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-size: 22px;
}
#menumobile h3#disSearch i{padding: 12px 15px}
#menumobile ul#showLang li a{text-align:right;}

/*MOBILE SEARCH*/
.mmsearch{display:inline-block; width:100%; height:40px; line-height:40px; margin:10px 0; padding: 0 10px; box-sizing: border-box; display: none}
.mmsearch .minput {
    background: #f6f6f6;
    /*border: 1px solid #c2c2c2;*/
    color: #666;
    display:block;
    float: left;
    font-size: 15px;
    height: 40px;
    line-height:40px;
    padding: 10px 10px 10px 10px;
    width: 85%;
    box-sizing:border-box;
}
.mmsearch .mmbtnsearch{background-color:#944f95; height:40px; line-height:40px; display:block; text-align:center;}
.mmsearch .mmbtnsearch i{color:#fff; font-size:20px; padding:10px 0}


/*TOP BANNER*/
.topbanner{width:1020px; margin:10px auto}
.topbanner .bleft{width:468px; float:left}
.topbanner .bright{width:468px; float:right}
/*DETAIL BANNER*/
.detailbanner{display:inline-block; margin:10px 0}
.detailbanner img{max-width:100%}

/*MAIN PAGE*/
#main_page{ position:relative;}
#main_page .wrapper{
    background:#fff; width:100%; 
    box-sizing:border-box; padding:15px; 
    min-height:500px; display:inline-block;
    margin:0;
}
#main_page .wrapper.addon{padding:20px;}
#toppage{padding:0 0 20px; width:100%; display:inline-block}
#left_page, .proinfo_left{width:70%; float:left; position:relative; overflow:hidden}
#sidebar, .proinfo_right{width:30%; float:right; overflow:hidden; padding-left:40px; box-sizing:border-box}
#homeslide{width:100%; margin-bottom:20px}
#customer_slider{margin:20px 0}
/*HOME PAGE*/
/*------------------*/
/*Featured Product*/
.featuredpro{display:inline-block; width: 100%; padding: 0 10px; box-sizing: border-box;}
.featuredpro .title{text-align:center; margin:30px 0}
.featuredpro .title h2{
    text-transform:uppercase; 
    font-size:1.8em; 
    line-height:1.3em; 
    font-weight:normal;
    color:#27A39C; 
}
.featuredpro .title p{font-size:1em; color:#666}
.featuredpro .list_item{border:#60c684 solid 1px; display: inline-block; float: left;}
.featuredpro .list_item a{padding:20px; box-sizing:border-box; display:block; float:left}
.featuredpro .list_item .info{text-align:center; margin:10px 0}
.featuredpro .list_item .info h4{font-size:1.1em; line-height:1.3em; margin:5px 0; text-transform:uppercase}
.featuredpro .list_item .info p.price{font-size:1em; color:#444}
.featuredpro .list_item .info p.price span{font-size:1.1em; color:#D35B30; font-weight:bold}
.featuredpro .list_item img{width:100%; transition:all 1s ease 0s, border-color 1s ease-in-out 0s}
.featuredpro .list_item img:hover{opacity:0.6;}

/*New Post*/
.newpost{display:inline-block; width:100%; float:left}
.newpost .listnews{}
.newpost .title{text-align:center; margin:30px 0}
.newpost .title h2{
    text-transform:uppercase; 
    font-size:1.8em; 
    line-height:1.3em; 
    font-weight:normal;
    color:#D35B30; 
}
.newpost .title p{font-size:1em; color:#666}
.newpost .title h2::after{background-color:#DC403B}
.newpost li{float:left; width:20%;}
.newpost li a{padding:20px; box-sizing:border-box; display:block; float:left}
.newpost li .info{text-align:center; margin:10px 0}
.newpost li .info h4{font-size:1.1em; line-height:1.25em; margin:7px 0 5px; font-weight:normal; color:#111; height:3.75em}
.newpost li .info h4:hover{color:#0084B1}
.newpost li img{width:100%; transition:all 1s ease 0s, border-color 1s ease-in-out 0s}
.newpost li img:hover{opacity:0.8;transform:scale(1.1);}

/*Commit*/
.commit{display:inline-block; width:100%; margin:20px 0}
.commit .item{float:left; width:33.33%;box-sizing:border-box; padding:10px 20px; color:#fff; cursor:pointer}
.commit .item-wrap{
    background-color:#0084B1; 
    text-align:center;
    box-sizing:border-box; padding:20px 30px;
}
.commit .item-wrap.bg1{background-color:#944F95}
.commit .item-wrap.bg2{background-color:#E06098}
.commit .item i{font-size:80px}
.commit .item h3{font-size:1.3em; padding:10px 0}
.commit .item p.desc{font-size:1em; line-height:1.4em}

/*Middle Ads*/
.midads{width:100%; display:inline-block; text-align:center; margin:15px 0}
.midads img{max-width:100%;}

/*My Address*/
.myaddress{display:inline-block; width:100%;}
.myaddress .title{text-align:center; margin:30px auto; width:70%}
.myaddress .title h2{
    text-transform:uppercase; 
    font-size:1.8em; 
    line-height:1.3em; 
    font-weight:normal;
    color:#91218E; 
}
.myaddress .title p{font-size:1em; color:#666}
.myaddress .title p span{color:#00983B; font-size:1.15em; font-weight:bold}
.myaddress .title p span.hotline{color:#D04322; font-size:1.2em}


/*Cate List Product*/
.catelist{display:inline-block; width:100%}
.catelist .title{text-align:center; margin:30px auto; width:75%}
.catelist .title h1,.catelist .title h3{
    text-transform:uppercase; 
    font-size:1.8em; 
    line-height:1.4em; 
    font-weight:normal;
    color:#0087CB; 
}
.catelist .title p{font-size:1em; color:#666}
.catelist li{float:left; width:25%;}
.catelist li a{padding:20px; box-sizing:border-box; display:block; float:left}
.catelist li .info{text-align:center; margin:10px 0}
.catelist li .info h4{font-size:1.1em; line-height:1.3em; margin:5px 0; text-transform:uppercase}
.catelist li .info p.price{font-size:1em; color:#444}
.catelist li .info p.price span{font-size:1.1em; color:#D35B30; font-weight:bold}
.catelist li img{width:100%; border-radius:50%; transition:all 1s ease 0s, border-color 1s ease-in-out 0s}
.catelist li img:hover{opacity:0.6;}

/*CAT LIST*/
.newlist{margin-top:10px}
.newlist .title{padding:0 0 5px 0; border-bottom:#0075B1 solid 2px; margin-bottom:10px; position:relative}
.newlist .title a.readmore{position:absolute; top:2px; right:0;}
.newlist .title a.readmore:hover{text-decoration:underline}
.newlist .title h3{font-size:18px; color:#0075B1; text-transform:uppercase; font-weight:normal; white-space:nowrap;}
.newlist .title h1{font-size:18px; text-transform:uppercase; font-weight:normal; white-space:nowrap; padding-bottom:5px}
.newlist .title .desc{font-size:14px; font-weight:normal; padding:5px 0}
.newlist .list{display:inline-block; padding:5px 0 0.5%;}
.newlist .list li{
    float:left; width:31.833%; 
    margin:0.75%; padding:7px; 
    background:#f2f2f2; 
    border:1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    height:310px;
}
.newlist .list li a:hover{color:#000}
.newlist .list li:hover{box-shadow:0px 0px 3px #444}
.newlist .list li img{width:100%}
.newlist .list li .info{width:96%; padding:2%; height:140px; overflow:hidden}
.newlist .list li .info h4{color:#444; margin:5px 0; font-size:1.1em; line-height:1.3em; max-height:2.6em; overflow:hidden}
.newlist .list li .info p{font-size:0.95em; height:6.8em; overflow:hidden; 1.6em}

/*PRO INFO*/
.proinfo{width:100%;position:relative; display:inline-block; margin:0}
.proinfo .binfo{display:inline-block; width:100%; margin:20px 0 0}
.proinfo .binfo .linfo{float:left; width:44%;}
.proinfo .binfo .linfo img{width:100%; border:1px solid #e2e2e2; padding:5px; box-shadow:0 5px 6px -6px #000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
.proinfo .binfo .rinfo{float:right; width:56%; box-sizing:border-box; padding-left:20px}
.proinfo .binfo .rinfo h1{font-size:1.5em; margin:0 0 10px; line-height:1.2em; color:#333}
.proinfo .binfo .rinfo p{font-size:1em; margin:5px 0}
.proinfo .binfo .rinfo p span{margin:0 3px}
.proinfo .binfo .rinfo .price{margin:10px 0}
.proinfo .binfo .rinfo .price span{font-size:20px; color:#fe1a19; font-weight:bold}
.proinfo .binfo .rinfo a.btn_buy{
    background: url("images/btn_buyer.png") no-repeat scroll -244px -324px rgba(0, 0, 0, 0);
    display: block;
    height: 50px;
    width: 182px;
    cursor:pointer;
    margin:10px 0;
}
.proinfo .binfo .rinfo a.btn_buy:hover{
    background-position:-244px -374px;
}
.proinfo .binfo .rinfo .moredesc{border-radius:5px; background:#f2f2f2; border:1px solid #e1e1e1; padding:10px}
.proinfo .binfo .rinfo .moredesc li{list-style-type:none; list-style-position:inside; padding:2px 0}
.pro_detail{border-top:1px solid #e1e1e1; display:inline-block; margin:0 0 10px; padding:10px 0; width:100%;}
.proinfo .binfo .rinfo .moredesc li::before{ content:""; background:url(images/li_la.png) no-repeat; height:21px; width:18px; display:block; float:left; margin-right:3px}
.pro_detail p, .pro_detail span, .pro_detail div, .pro_detail h2{font-size:1em; margin:15px 0; line-height:1.6em; text-align:justify}
.pro_detail h2{font-size:1.143em; text-transform: uppercase; padding: 5px 0}
.pro_detail h3{font-size:1.143em; padding: 5px 0}
.pro_detail table{margin:0 auto}
.pro_detail img{max-width:100%; height:auto !important; margin:10px auto 5px; display:block}
.pro_detail li{list-style:inside disc; line-height:20px; margin:10px 0 10px 10px}


#main_page .box_left{width:100%; float:left; margin-bottom:20px}
#main_page .box_left .title{height:30px; line-height:35px; border-bottom:solid #CC3300 2px; text-transform:uppercase; font-size:16px}
#main_page .box_left .content{padding:10px 0}

.botbanner{width:94%; padding:3%; text-align:center; border-top:1px solid gainsboro; clear:both; background:none}
.botbanner img{max-width:100%}

/*PRODUCT ORDER*/
#product_order .order{width:100%; float:left}
#product_order .order_content{width:50%; float:left; margin-top:5px}
#product_order .order_info{width:50%; float:left}
#product_order .order_info_wrap{padding:10px 0 0 60px}
#product_order .order label{
    display: block;
    font-size: 1.1em;
    line-height: 28px;  
}
#product_order .order_info .topinfo{width:90%; padding:5%; background-color:#F6F6F6; float:left; border-radius:6px}
#product_order .order_info .topinfo p.price{margin:3px 0 0;}
#product_order .order_info .topinfo p.price span{color:#fe1a19; font-weight:bold; font-size:18px}
#product_order .order_info .topinfo li{padding:5px 0; display:list-item;}
#product_order .order_info .topinfo li span{margin:0 5px}
#product_order .order_info .topinfo img{margin-bottom:10px; width:100%}
#product_order .order_info .topinfo h1{font-size:16px; text-transform:uppercase; line-height:28px; font-weight:bold}
#product_order .order_info .botinfo{padding:10px 0}
#product_order .order_info .botinfo h4{font-size:16px; text-transform:uppercase; padding:2px 0; border-bottom:1px solid #ccc; margin:0 0 7px}
#product_order .order_info .botinfo li .icon{
    background:url(images/main-icon-1.png) no-repeat -270px -44px; 
    width:22px;
    height:20px;
    display:block;
    float:left;
    margin-top:4px
}
#product_order .order_info .botinfo li{
    font-size:15px;
    padding:3px 0;
    width:100%;
    line-height:20px
}
#product_order .order .frm-input{
    border: 1px solid #ccc;
    background-color:#fff;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing:border-box;
    display: block;
    font-size: 14px;
    font-family:inherit;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    padding: 0 1.5%;
    width: 100%;
    transition:box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s
}
#product_order .btn-buy{
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 10px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1.4444;
    padding: 15px 0;
    width: 230px;
    background-color: #AA360F;
    color: #fff;
    margin:20px 0 0     
}
#product_order .btn-buy:hover{background-color:#DD5F32}

/*ORDER SUCCESS*/
.order-success{text-align:center; min-height:200px}
.order-success h2.title{font-size:24px; margin:20px 0 30px; text-transform:uppercase}
.order-success p.content{font-size:16px; line-height:24px;}

/*FOOOTER*/
#footer{background:#3AB92F; min-height:40px; color:#fff !important;}

#footer .fwrapper{margin:0 auto; padding:30px; display:inline-block}
#footer .fwrapper .ftblock .content{text-align: justify; line-height: 1.4em}
#footer .fwrapper ul{padding:5px 0}
#footer .fwrapper ul a{padding:0 5px; border-right:1px solid #ccc; font-size:1em; color:#fff}
#footer .fwrapper ul a:last-child{border:none}
#footer .fleft{width:30%; float:left; box-sizing:border-box}
#footer .fright{width:70%; float:right; box-sizing:border-box; padding-left:15px}
#footer .ftblock{width:40%; float:left; box-sizing: border-box; padding-left: 15px}
#footer .ftblock.first_col{width:20%}
#footer .ftblock h3{text-transform:uppercase; font-size:1.1em}
#footer .fleft h2{font-size:22px; line-height:32px; font-weight:normal; text-transform:uppercase}
#footer .fleft li{font-size:15px;}
#footer .fleft li i{margin-right:4px; font-size:18px}
#footer .fleft li i.fa-mobile{margin-right:8px; font-size:22px}

/*NEWS TOP*/
.news_event li{width:320px; float:left; margin:0 20px 20px 0}
.news_event li.odd{margin-right:0}
.news_event li h2{line-height:24px; font-size:16px; margin:5px 0;}
.news_event li h2 a{color:#333}
.news_event li h2 a:hover{color:#000}
.news_event li p{line-height:20px}
.news_event img{width:100%; height:200px}

/*RIGHT NEWS*/
.right_promotion{padding:5px}
.right_promotion li{float:left; width:100%; padding:10px 0; border-bottom:1px solid #fff}
.right_promotion li img{width:80px; float:left; margin-right:5px; box-shadow: 1px 2px 5px -4px #000; -moz-box-shadow: 1px 2px 5px -4px #000; -webkit-box-shadow: 1px 2px 5px -4px #000;}
.right_promotion li h2{font-size:14px; font-weight:normal; line-height:22px}
.right_promotion li a{color:#333; display:block}
.right_promotion li a:hover{color:#000;}

/*NEWS INDEX*/
.newslist{margin:15px 0; display:inline-block}
.newslist .title{display:inline-block; margin-bottom:10px}
.newslist .title h1,.newslist .title h3{
    color:#0087CB; float:left; 
    font-size:1.6em; text-transform:uppercase; 
    padding:2px 0 2px 10px; 
    border-left:3px solid #DC403B;
    font-weight:normal;
}
.newslist li{
    float: left;
    overflow: hidden;
    width: 100%;
    padding:15px 0;
    border-bottom:1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.newslist li a{}
.newslist li img{width:40%; margin-right:15px; float:left}
.newslist li h4{font-size:1.5em; line-height:1.25em; margin-bottom:10px; font-weight:normal}
.newslist li p{font-size:1em; color:#000; line-height:1.5em}

/*NEWS DETAIL*/
.news_detail{padding-right:5px}
.news_detail *{font-family:Arial, Helvetica, sans-serif !important}
.news_detail li{list-style-type:disc !important; list-style-position:inside !important; padding-left:10px; font-size:1.05em; margin:10px 0}
.news_detail h1{font-size:1.8em; margin:20px 0 15px; color:#222; line-height:1.2em}
.news_detail .title{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
}
.news_detail .infopost{
    border-top: 1px solid #e2e2e2;
    clear: both;
    color: #999;
    margin-top: 10px;
    padding: 5px 0 10px;
    text-transform: capitalize;
    width: 100%;
    font-size:12px;
}
.news_detail .infopost a{color:#555}

.news_detail .desc{color:#333; font-size:1em; font-weight:bold; margin:20px 0 15px; width:100%; line-height:20px}
.news_detail .content{color:#111; margin:20px 0}
.news_detail .content p, .news_detail .content span, .news_detail .content div{font-size:1.071em; margin:12px 0; line-height:1.5em; text-align:justify}
.news_detail h2{font-size:1.3em; line-height:1.5em; color:#333}
.news_detail h3{font-size:1.15em; line-height:1.3em; color:#333}
.news_detail strong{color:#222}
.news_detail a{color:#00983b}
.news_detail a:hover{color:#3AB92F}
.news_detail .content table{margin:0 auto}
.news_detail .noteimg, .news_detail .noteimg span{margin:0}
.news_detail .content img{max-width:100%; margin:10px auto 5px; display:block; height:auto !important}

/*RIGHT PRODUCT*/
.product_right{margin-bottom:20px; width:100%; display:inline-block}
.product_right .title{background:#f7f7f7; font-size:1.1em; border-left:3px solid #16D481; padding:7px 0 7px 7px; color:#555; text-transform:uppercase; margin-bottom:3px}
.product_right .list{}
.product_right li{float:left; width:100%; padding:10px; background:#F2F2F2; margin-bottom:10px; box-sizing:border-box}
.product_right li img{width:100%;}
.product_right li h4{text-align:center; font-weight:bold; text-transform:uppercase;}
.product_right li p{text-align:center; font-size:1em; color:#444}
.product_right li p span{color: #d35b30;font-size: 1.143em;font-weight: bold;margin: 10px 0;}
.product_right li.main h4{color:#00983B; font-size:1.2em; margin-top:5px}
.product_right li.main h4:hover{color:#0084B1}
.product_right li.sub{padding:3px; margin-bottom:5px}
.product_right li.sub p span{font-size:1.1em}
.product_right li.sub img{width:30%; float:left; padding-right:10px}
.product_right li.sub h4{text-align:left; text-transform: none;}
.product_right li.sub h4:first-letter{text-transform: uppercase;}
.product_right li.sub p{text-align:left;}

/*RIGHT NEWS*/
.news_right{margin-bottom:20px; width:100%; display:inline-block; background:#f7f7f7}
.news_right .title{font-size:1.1em; border-left:3px solid #16D481; padding:7px 0 7px 7px; color:#555; text-transform:uppercase;}
.news_right .list{}
.news_right li{float:left; width:96%; border-top:3px solid #fff; padding:2%}
.news_right li img{width:38%; margin-right:7px; float:left}
.news_right li h4{font-size:14px; font-weight:normal; line-height:20px}

/*BREADCRUMB*/
.breadcrumb{float:left}
.breadcrumb div{margin:0 3px; font-size:14px; display:inline-block; white-space:nowrap}
.breadcrumb div.home{/*background:url(images/br-home.png) no-repeat; text-indent:-999px; width:16px; height:16px*/}
.breadcrumb div.arrow{background:url(images/br-arrow.png) no-repeat; height:8px; width:8px;}
.breadcrumb div a{font-size:14px; display:block; white-space:nowrap}

/*STATIC PAGE*/
.staticpage{}
.staticpage h1{font-size:16px; text-transform:uppercase; line-height:24px; border-bottom: 2px solid #CC3300; font-weight:bold}
.staticpage .content{margin-top:15px}

/*CONTACT PAGE*/
.contact_page{min-height:400px !important; padding-left: 10px; box-sizing: border-box;}
.contact_page > article > div{padding:10px 0; display:inline-block; width:100%; box-sizing: border-box;}
.contact_page h1{margin-top: 0 !important}
.contact_page .contact_intro{text-align: justify; font-size: 1em; margin: 0; padding: 0}
.contact_page .infocompany{}
.contact_page .infocompany h2{color:#135494; font-size:1.286em; line-height:1.2; padding:10px 0 15px}
.contact_page .infocompany li{
    display:list-item; list-style-type: none !important; 
    margin: 0; line-height: 1.3 !important; 
    width:100%; float:left; color:#222; 
    font-size:16px; padding:5px 0;
}
.contact_page .infocompany li::before{content:""; font-family:FontAwesome; font-size:18px; color:#135494; margin-right:5px}
.contact_page .infocompany li.tel::before{content:"";}
.contact_page .infocompany li.phone::before{content:""; font-size:20px; margin-right: 7px}
.contact_page .infocompany li.email::before{content:"";}
.contact_page .infocompany li.skype::before{content:"";}


/*SUPPORT ONLINE*/
.support_online{
    height:55px; margin-top:8px;
    box-shadow:1px 1px 3px #555; 
    -moz-box-shadow:1px 1px 3px #555; 
    -webkit-box-shadow:1px 1px 3px #555;
    width:100%; overflow:hidden
}
.support_online li{float:left; margin:5px; height:47px; line-height:47px; font-size:16px}
.support_online li img{vertical-align:middle}

/*ADS RIGHT*/
.ads_right{width:100%}
.ads_right li{float:left; margin-bottom:10px;}
.ads_right li img{
    border: 1px solid #d7d7d7;
    box-shadow: 1px 2px 5px -4px #000;
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*SOCIAL*/
.social{display:block; position:absolute; top:4px; right:0}
.social li{float:left; display:inline-block; margin:0 3px}

/*GROUP LIKE*/
.fixed_social{position:fixed; top:200px; left:0px; text-align:center; background-color:#7ECEFD; border-radius:0 6px 6px 0; padding:8px 6px}
.fixed_social li{display:block; margin:5px 0}

/*BOTTOM NEWS*/
.bottom_news{width:1020px; margin:0 auto; background-color:#f3f3f3; margin-top:20px}
.bottom_news .title{padding:10px 0}
.bottom_news .title a{
    display:block-inline; background-color:#007F74; 
    height:30px; line-height:30px; 
    text-align:center; font-size:15px; color:#fff; 
    padding:5px 20px 5px 15px; margin-left:-7px;
    width:200px; font-weight:bold
}
.bottom_news .title .tshadow{background-color:#00665D; height:10px;width:10px; transform: rotate(45deg); position:absolute; margin:-7px 0 0 -5px; z-index:-999}
.bottom_news ul{}
.bottom_news ul li{display:inline-flex; width:180px; padding:6px}
.bottom_news ul li:first-child{margin-left:0}
.bottom_news ul li img{width:100%}
.bottom_news ul li h2{font-size:12px; font-weight:normal; padding:5px}

/*PAPER*/
.divPager{
    text-align: center;
    padding:20px 0;
    margin:0 auto;
    display:table
}

.divPager ul{
    float: left;
}
.divPager ul li{float:left; margin:0 4px 0 0}
.divPager ul li a,.divPager ul li span{
    background-color: #fff;
    border: 1px solid #ebebeb;
    color: #656e7d;
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 1.2em;
    padding: 8px 12px;
    text-decoration: none;
    transition:background-color 0s ease 0s, color 0.2s linear 0s;
}
.divPager ul li .selected,.divPager ul li:hover a, .divPager ul li:hover span{background-color:#0075B1; color:#fff}
/*****************************************************************************
    
    Bang Gia
    
******************************************************************************/ 
.banggia {
	max-width:99% !important;
	border-collapse:collapse;
	line-height:none;
	margin-bottom:20px;
}
.banggia td {
	border:1px solid #dddddd;
	padding:7px 6px;
}
.banggia th {
	border:1px solid rgba(255,255,255,0.2);
	border-top:none;
	border-bottom:none;
	background-color:#0084B1;
	color:white !important;
	padding:10px 5px;
	font-weight:bold;
	text-align:center;
}
.banggia th *{color:white !important}
.banggia th p{text-align:inherit !important}
.banggia th:first-child { border-left:none; }
.banggia th:last-child { border-right:none; }
.banggia p {
	margin:0 !important;
	text-align:inherit !important;
}
.banggia img {
	padding:0;
	border:none;
}
/*Image Caption*/
.imgcap{
    background-color:#f8f8f8; 
    max-width:100%; 
    border:1px solid #e6e6e6; 
    text-align:center !important; 
    width:auto !important; 
    display:table;
    margin:0 auto 10px !important;
    padding:5px !important;
}
.imgcap img{
    border: 0 none;
    margin:0 !important;
    padding:0 !important;
    height:auto !important;
}
.imgcap p{
    font-size:13px !important;
    font-style:italic;
    padding:0 !important;
    margin:0 0 3px !important;
}
.imgcap.nobor{border:none !important;}
.imgcap.nobg{background:none !important;}
.imgcap.nopad{padding:0 !important;}

/*PHONE LEFT*/
.ft-fix{display:none}
.nova-phone.nova-static {
    opacity: 0.6;
}
.nova-phone.nova-hover {
    opacity: 1;
}
.nova-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running nova-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 80px;
    left: 20px;
    opacity: 0.1;
    position: absolute;
    top: 20px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 80px;
}
.nova-phone.nova-active .nova-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running nova-circle-anim !important;
}
.nova-phone.nova-static .nova-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running nova-circle-anim !important;
}
.nova-phone.nova-hover .nova-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: 0.5;
}
.nova-phone.nova-green.nova-hover .nova-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}
.nova-phone.nova-green .nova-ph-circle {
    border-color: rgba(117, 238, 35, 1);
    opacity: 0.5;
}
.nova-phone.nova-gray.nova-hover .nova-ph-circle {
    border-color: rgba(204, 204, 204, 1);
    opacity: 0.5;
}
.nova-phone.nova-gray .nova-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}
.nova-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running nova-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 25px;
    opacity: 0.1;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}
.nova-phone.nova-active .nova-ph-circle-fill {
    animation: 1.7s ease-in-out 0s normal none infinite running nova-circle-fill-anim !important;
}
.nova-phone.nova-static .nova-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running nova-circle-fill-anim !important;
    opacity: 0 !important;
}
.nova-phone.nova-hover .nova-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}
.nova-phone.nova-green.nova-hover .nova-ph-circle-fill {
    background-color: rgba(117, 238, 35, 0.5);
    opacity: 0.75 !important;
}
.nova-phone.nova-green .nova-ph-circle-fill {
    background-color: rgba(117, 238, 35, 0.5);
    opacity: 0.75 !important;
}
.nova-phone.nova-gray.nova-hover .nova-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    opacity: 0.75 !important;
}
.nova-phone.nova-gray .nova-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}
.nova-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running nova-circle-img-anim;
    background-color: rgba(30, 30, 30, 0.1);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==");
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 35px;
    opacity: 0.7;
    position: absolute;
    top: 35px;
    transform-origin: 50% 50% 0;
    width: 50px;
}
.nova-phone.nova-active .nova-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running nova-circle-img-anim !important;
}
.nova-phone.nova-static .nova-ph-img-circle {
    animation: 0s ease-in-out 0s normal none infinite running nova-circle-img-anim !important;
}
.nova-phone.nova-hover .nova-ph-img-circle {
    background-color: rgba(117, 238, 35, 1);
}
.nova-phone.nova-green.nova-hover .nova-ph-img-circle {
    background-color: rgba(117, 235, 80, 1);
}
.nova-phone.nova-green .nova-ph-img-circle {
    background-color: rgba(117, 238, 35, 1);
}
.nova-phone.nova-gray.nova-hover .nova-ph-img-circle {
    background-color: rgba(204, 204, 204, 1);
}
.nova-phone.nova-gray .nova-ph-img-circle {
    background-color: rgba(117, 235, 80, 1);
}
.nova-phone {
    background-color: transparent;
    cursor: pointer;
    height: 100px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 100px;
    z-index: 200000 !important;
}
.nova-phone.nova-show {
    visibility: visible;
}
@keyframes nova-circle-anim {
0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
}
30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes nova-circle-anim {
0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
}
30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
100% {
    opacity: 0.1;
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes nova-circle-fill-anim {
0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
50% {
    opacity: 0.2;
}
100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
}
@keyframes nova-circle-fill-anim {
0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
}
@keyframes nova-circle-img-anim {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes nova-circle-img-anim {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}

#popup {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px 1px #999;
    color: #111;
    display: none;
    min-width: 400px;
    padding: 10px 15px;
    background-image: url('images/contact.png') ;
    background-repeat:no-repeat;
    background-position:top right;
}
#popup h5 {line-height:40px;font-size:18px; font-weight:400;text-transform: none; margin-bottom: 0; margin-top: 0; color:#6caa23;}
#popup h5 span {line-height:25px!important; color:#4cae4c; margin: 0 0 0 10px; font-size:20px}
#popup h6 {line-height:40px;font-size:17px;color:red; margin-bottom:0px; padding:0 0 0 0px; text-transform: none; margin-top: 0; color: #ff0000;}
#popup h4 {line-height:18px;font-size:16px; font-weight:400; margin: 3px 0; text-transform: none; margin-top: 0; color: #6caa23;}
#popup .btn-success {height:35px; margin-bottom:10px}
#popup .contact {margin: 20px 0 5px 0;}
input.txtPhoneNumber {
    background-color: #fff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    height: 35px;
    border-radius: 4px;   
    display: inline-block;
    font-size: 17px; 
    line-height: 35px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;    
}

.result_callme{clear: both; color: #ff0000;}

@media screen and (max-width: 360px) {
#popup{
padding: 5px;
}  

input.txtPhoneNumber {
max-width:150px;
}
#popup {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px 1px #999;
    color: #111;
    display: none;
    min-width: 300px;
    max-width: 90%;
    padding: 5px;
    background-image: url('images/contact.png') ;
    background-repeat:no-repeat;
    background-position:top right;
}
#popup h4{font-size: 14px;}
#popup h5{font-size: 16px;}
}

/*CSS RWD*/
@media screen and (max-width: 1099px){
    #menumobile{display:block}
    #main_nav{display:none}
    #main_page{width:100%}
    #sidebar{width:100%; padding:0}
    #wrapper{width:100% !important;}
    .proinfo_right{display:none}
    #left_page,.proinfo_left{width:100%;}
    .main_wrap{width:100%}
    .newpost li{width:25%}
    .newpost li:last-child{display:none}
    .myaddress .title{width:100%}
    .fixed_social{display:none}
    .googlemap{
		overflow:hidden;
		padding-bottom:56.25% !important;
		position:relative;
		height:0 !important;
	}
	.googlemap iframe{
		left:0;
		top:0;
		height:100% !important;
		width:100% !important;
		position:absolute !important;
	}
	.contact_page > article > div{padding:10px}	
}
@media screen and (max-width: 799px) {
    #main_page .wrapper{padding:15px}
    .featuredpro li{width:50%;}
    .commit .item{padding:10px;}
    .newpost li{width:50%}
    .catelist .title{width:100%}
    .catelist li{width:50%}
    .tright{display:none}
    .newlist .list{box-shadow:none}
    .newlist .list li{width:48%; margin:1%; padding:7px; height:auto}
    .newlist .list li .info h4{font-size:16px}
    .newlist .list li .info p{font-size:14px;}
    #footer .fleft{width:100%;}
    #footer .fright{width:100%; float:none; margin:25px auto 0; padding-left:0}
    .ft-fix{display:block}
}
@media screen and (max-width: 749px) {
    body{font-size:16px}
    #top_header .contact_info{display:none}
    .commit .item{width:100%; padding:0}
    .proinfo .binfo .linfo{width:100%}
    .proinfo .binfo .rinfo{width:100%; padding-left:0; margin-top:15px}
    .pro_detail img{max-width:98% !important; height:auto !important}
    .news_detail{padding-right:0}
    .news_detail .desc, .news_detail .content p, .news_detail .content span, .news_detail .content div, .news_detail .content h2,.news_detail .content table{font-size:16px !important; line-height:22px}
    .news_detail .content img{max-width:100% !important; height:auto !important}
    .social{display:none}
}
@media screen and (max-width: 581px) {
    #main_page .wrapper{padding:10px}
    .msearch{display: none}
    .commit .item .desc{display:none}
    .featuredpro .title{font-size: 1em}
    .featuredpro .title p{display: none}
    .catelist li{width:100%}
    .newpost li{width:100%;}
    .newpost li img{width:40%; float:left; padding-right:7px}
    .newpost li .info{text-align:left; margin:0;}
    .newpost li .info h4{margin:0; height:auto !important}
    .pro_detail .binfo .linfo{width:100%}
    .pro_detail .binfo .rinfo{width:100%; float:left; margin:20px 0 0}
    .newslist li h4{font-size:1.2em}
    .newlist .list li{width:98%; margin:1%; padding:10px; height:auto;}
    .newlist .list li img{width:40%; float:left; margin-right:15px;}
    .newlist .title a.readmore{display:none}
    .newlist .list li .info{padding:0; height:auto; width: auto}
    .newlist .list li .info h4{font-size:0.8em; margin:0 0 5px; height:auto; font-size:1em; max-height:none}
    .newlist .list li .info p{font-size:0.9em; height:auto;}
    #product_order .order_content{width:100%; float:left}
    #product_order .order_info{width:100%; float:left}
    #product_order .order_info_wrap{padding:10px 0 0 0}
    #ads_header{float:left; padding:5px}
    #ads_header img{width:100%;}
    .news_list li .imgthumb{width:100%}
    .news_list li .imgthumb img{width:auto; max-width:100%}
    .home_news_cate{width:100%; margin:0 -1px 0 0}
    .topbanner .bleft{width:100%}
    .topbanner .bright{display:none}
    .video_list li h2{font-size:16px;}
    .breadcrumb span{font-size:16px;}
    .breadcrumb span a{font-size:16px;}
    #footer .fright iframe{width:100% !important}
    #footer .fright{display:none}
}
@media screen and (max-width: 381px) {
    #footer .fwrapper ul a{font-size:12px}
    .newslist li img{width:40%}
    .newslist li p{display:none}
    .video_list li{width:96%; padding:2%}
    .breadcrumb{display:none}
    .newlist .list li .info p{font-size:0.9em; height:auto; display:none}
}
.fb-comments iframe{width:100% !important;}