@charset "utf-8";
/* CSS Document
/////////////////////////////////////////////////
_ _ _ _
||¯ ¯ ¯\    |¯ \  |¯|   /||¯    D     2 ¯||\
|| |¯\  ||  | |\  | |   /||  B  U  N  0  ||\
|| |_/  ||  | | \ | |   /||  Y  N  E  1  ||\
||_ _ _//   | |  \ _|   /||_    G  O  9 _||\
¯ ¯ ¯
				dungneo@gmail.com
					20/01/2019
///////////////////////////////////////////////// */
@font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 300; src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(../fonts/RobotoCondensed-Light.woff) format('woff'); }
@font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(../fonts/RobotoCondensed-Regular.woff) format('woff'); }
@font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700; src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(../fonts/RobotoCondensed-Bold.woff) format('woff'); }
@font-face{font-family:BaomoiMenu;src:url(../fonts/font-menu.eot);src:local('â˜º'),url(../fonts/font-menu.eot?#iefix) format('embedded-opentype'),url(../fonts/font-menu.woff) format('woff'),url(../fonts/font-menu.ttf) format('truetype')}
body { margin: 0; padding: 0; top: 0px !important; font-size: 12px; color: #111; font-family: 'Roboto', 'Roboto Condensed', Arial, Georgia, Helvetica, sans-serif; background: #FFF}
a { color: #444; text-decoration: none }
a, a:hover, a:focus { transition: color 0.4s ease 0s; text-decoration: none; }
a:hover { color: #d12027; }
/*ul, li { list-style: none }*/
/*div, span, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, img { margin: 0; padding: 0; border: none }*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
:before, :after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.page-wrapper{width: 100%; margin: 0; padding: 0; position: relative; }
.neo-out{width: 100%; margin: 0 auto; padding: 0; position: relative; }
.neo{width: 1180px; margin: 0 auto; padding: 10px;}
button{cursor: pointer;}
img{max-width: 100%}
iframe{border: none;}
input[type=submit],input[type=reset]{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
/* #309c5a: green */
/* #c10707: red */
/*
* Header
*/
.header-banner{position: fixed; top: 0; left: 0; width: 100%; z-index: 100; box-shadow: 0 5px 20px rgba(0,0,0,.05); -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease;}
.header-banner.scrolled{top: -41px;}
.header-banner.scrolled .banner .logo{height: 60px;}
.header{background: #c10707; color: #FFF;}
.header .neo{padding: 0px 10px}
.header a{color: #555;}
.header .name{color: #000; float: left; padding: 10px 0px; font-size: 16px; font-weight: bold; text-transform: uppercase;}
.header .name a{ color: #d2d2d2; /*margin-left: 20px;*/ }
.header .name a:hover{color: #d5ffe5;}
.header .hotline-info{float: right;}
.header .hotline-info .hotline{color: #b1f2ca; font-weight: bold;}
.header .hotline-info a{height: 100%; font-size: 16px; display: inline-block; padding: 10px 24px; color: #333}
.header .hotline-info a:hover{color: #FFF}
.header .hotline-info .btn-search{}

.banner{background: #F7F7F7; -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15); box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);}
.banner .logo{background: url(../images/logo.png) left center no-repeat; background-size: cover; height: 50px; width: 200px; float: left;}
.banner .logo a{display: block; width: 100%; height: 100%}
.banner .logo h1, .banner .logo h2{display: none;}
#cartQuanTotal{padding-left: 5px;}

/*.menu-top .neo ul{overflow: hidden;}*/
.menu-top{position: relative; width: calc( 100% - 200px ); float: right; text-align: right; padding-top: 10px;}
.menu-top ul, .menu-top li{margin: 0px; padding: 0px; list-style: none;}
.menu-top li{position: relative; display: inline-block;}
.menu-top li a{font-size: 16px; color: #c10707; display: block; text-transform: uppercase; font-weight: bold; padding: 5px 40px;}
.menu-top li a i{height: 24px;}
.menu-top li a i.fa-home{font-size: 20px;}
.menu-top li.active a, .menu-top li a:hover{ color: #333;} /*background: #1c5199;*/
.menu-top .btn-reg a, .btn-reg a{background: #d12027; color: #FFF;}
.menu-top > ul > li:last-child{padding: 0px 20px;}
.menu-top > ul > li:last-child a{display: block; padding: 0px;}
.menu-top > ul > li:last-child a i{display: inline-block; background: #c10707; color: #FFF; border-radius: 50%; width: 30px; height: 30px; text-align: center; padding: 0px; line-height: 30px; text-align: center;}
.menu-top > ul > li:last-child a:hover{color: #0D0D0D;}

.menu-top > ul > li > ul { display: none; position: absolute; top: 35px; left: 0px; z-index: -1000; opacity: 0; width: 250px; background: #c10707; border: 1px solid #c10707; border-top: none; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; margin-top: 0px; -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.75); box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.75);}
.menu-top > ul > li:hover > ul {display: block; z-index: 99999999; opacity: 1; }
.menu-top li li {display: block; width: 100%; margin: 0px; text-align: left;}
.menu-top > ul > li > ul > li > a:hover{color: #000;}
.menu-top > ul > li > ul > li:hover > ul{display: block; z-index: 99999999; opacity: 1;}
.menu-top li li a {border: none; border-bottom: 1px solid #8de6af; color: #F6FAFF; font-size: 14px; font-weight: normal; display: block; padding: 10px 10px;}
.menu-top li li a:hover{color: #000}
.menu-top li li:last-child a{border-bottom: none;}
.menu-top .open-menu{display: none;}
#btnMbUser{display: none; position: absolute; left: 10px; top: -60px; z-index: 9999;}
#btnMbUser i{background: #354DA1; color: #FFF; width: 40px; height: 40px; display: block; text-align: center; line-height: 40px; border-radius: 50%; font-size: 24px;}
/*#btnMbUser{display: none;}*/

/*
* Box Slider
*/
.box-slider-idx{height: 400px;}
.box-slider-idx .neo{padding: 0px 10px;}
.box-slider-idx .owl-carousel, .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel .owl-item{height: 100%;}
/*.box-slider-idx .owl-item{margin: 0px !important;}*/
.box-slider-idx .owl-item .item{position: relative; height: 100%;}
.box-slider-idx .owl-item .item a{position: relative; display: block; width: 100%; height: 100%;}
.box-slider-idx .owl-item .item img{display: block; width: 100%; margin: auto; }
/*position: absolute; top: 0; bottom: 0; z-index: -1;*/
.slider-content{position: relative; height: 100%; padding: 0px;}
.slider-left{text-align: right; padding-right: 30px;}
.slider-left .titledesc{text-transform: uppercase; font-weight: bold;}
.slider-left p{font-size: 22px; color: #222; text-shadow: 1px 1px 0px #000; margin: 0px; padding-top: 10px;}
.slider-call-buy{position: absolute; bottom: 50px; width: 100%; text-align: center;}
.slider-call-buy .btnBuy{padding: 10px 40px; font-size: 20px; text-transform: uppercase;}
.slider-call-buy .btnBuy:hover{color: #000;}
.slider-call-buy .title{font-size: 24px; color: #000; text-transform: uppercase;}
.owl-carousel .owl-dots {margin-top: 10px; position: absolute; bottom: 20px; left: 50%;}
.owl-theme .owl-dots .owl-dot span{width: 15px; height: 15px; border: 2px solid #FFF; background: rgba(0, 0, 0, .25);}
.owl-theme .owl-dots .owl-dot.active span{background: #000;}

.neo-bg{/*background: url(../images/bg-diff.jpg) left center repeat-x;*/}

.box-idx{font-size: 20px;}
.box-idx .title{color: #b20000; text-align: center; font-weight: bold; font-size: 22px; margin-bottom: 20px;}
.box-idx p{line-height: 1.8; padding: 0px; margin: 0px;}

.box-idx .box-idx-50{width: 50%; float: left; padding-top: 20px;}
.box-idx .box-idx-50.idx-50l{padding-right: 20px;}
.box-idx .box-idx-50.idx-50r{padding-left: 20px;}
.box-benefit .title{color: #23428C;}
.box-benefit .content ul{margin: 0px; padding: 0px 0px 0px 15px;}
.box-benefit .content li{margin-bottom: 10px;}

.box-pro-hot{background: #FFF; padding-right: 20px; -webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.35); -moz-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.35); box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.35);}
.box-pro-hot:hover{-webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.75); box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.75);}
.box-pro-hot .title{color: #b20000;}
.box-pro-hot ul.product-idx-list, .product-idx-list li{margin: 0px; padding: 0px; list-style: none;}

.product-idx-list li{overflow: hidden; border-bottom: 1px solid #DDD; padding-bottom: 10px;}
.product-idx-list li:last-child{border-bottom: none;}
.product-idx-list li a.icon{width: 160px; display: inline-block; float: left; padding-right: 10px;}
.product-idx-list li a.name, .product-idx-list li span{float: left; display: block; width: calc(100% - 160px);}
.product-idx-list li a.name{font-size: 22px; color: #23428C; margin-bottom: 10px;}
.product-idx-list li .price{}
.product-idx-list li .price i{font-style: normal; margin-right: 10px; text-decoration: line-through; color: #666;}
.product-idx-list li .price b{}

.box-wherebuy{}
.box-wherebuy p{margin-bottom: 15px;}
.box-wherebuy .note{font-weight: bold;}

.box-buynow{position: relative;}
.box-buynow .content{font-size: 28px; text-align: center; color: #FDAE59; padding: 20px 20px; z-index: 1; position: relative; padding: 90px 20px;}
.box-buynow .content:after{content: ''; top: 0; left: 0; bottom: 0; position: absolute; right: 0; display: block; width: 100%; height: 100%; opacity: .90; z-index: -1; background: url(../images/testosterone.jpg) center center no-repeat; background-size: cover;}
.box-buynow .btnBuy{width: 70%; border-radius: 80px;}

.box-productidx{}
.box-productidx .product-list li .icon{height: 200px;}
.box-productidx .title .titler{border-bottom: 1px solid #309C5A; padding: 0px 20px 5px 20px; text-transform: uppercase; margin-bottom: 10px; display: inline-block;}

/*
* Box News
*/
.news-cat-relate{width: 23%; float: left; }
.news-cat-relate.news-relater .title-rdur{padding-right: 138px}

.news-idx-list, .news-idx-list li{margin: 0px; padding: 0px; list-style: none; overflow: hidden;}
.news-idx-list{font-size: 16px; padding-left: 40px;}
.news-idx-list li{width: 100%; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #DDD; overflow: hidden;}
.news-idx-list li .icon{width: 150px; float: left; padding-right: 10px;}
.news-idx-list li:last-child{border-bottom: none;}
.news-idx-list li h5{margin: 0px; margin-bottom: 10px; font-size: 18px; font-weight: normal;}
.news-idx-list li span{color: #888; font-size: 14px;}

.box-newsidx{}
.box-newsidx .news-idx-list{width: 50%; float: left; padding-left: 0px;}
.hight-light{width: 50%; float: left; padding-right: 30px;}
.hight-light .icon{width: 100%; overflow: hidden;}
.hight-light .icon img{width: 100%;}
.hight-light h4{font-weight: bold; padding: 0px; margin: 10px 0px;}
.hight-light span{}
.hight-light p{width: 100%;}

.box-reg{background: #1c5199; padding: 25px 0px;}
.box-reg ul, .box-reg li{list-style: none; padding: 0px; margin: 0px;}
.box-reg li{float: left; width: 25%; color: #FFF}
.box-reg li i{border: 2px solid #FFF; width: 50px; height: 50px; text-align: center; line-height: 50px; border-radius: 50%; font-size: 20px; float: left;}
.box-reg li span{width: calc(100% - 50px); font-size: 18px; padding-left: 10px; word-wrap: break-word; display: inline-block; padding-top: 10px;}
.box-reg li a{display: inline-block; background: #FFF; padding: 10px 40px; text-transform: uppercase; font-size: 18px;}

.reg-email{float: left; width: 70%; padding-right: 40px;}
.reg-email > span, .follow > span{font-size: 20px; text-transform: uppercase; color: #FFF; float: left; padding-top: 10px;}
.reg-email > span{width: 35%;}
.reg-email form{position: relative; width: 65%; float: left;}
.reg-email input{width: 100%; border-radius: 20px; background: #FFF; padding: 15px 15px; border: none;}
.reg-email button{background: #ffd200; color: #FFF; font-size: 18px; text-transform: uppercase; padding: 12px 30px; border: none; position: absolute; right: 0px; top: 0px; -webkit-border-top-right-radius: 20px; -webkit-border-bottom-right-radius: 20px; -moz-border-radius-topright: 20px; -moz-border-radius-bottomright: 20px; border-top-right-radius: 20px; border-bottom-right-radius: 20px;}
.follow{float: left; width: 30%;}
.follow > span{padding-left: 20px;}
.follow .social{float: right;}
.follow .social a{width: 50px; height: 50px; display: inline-block; text-align: center; line-height: 50px; color: #FFF; border-radius: 50%; border: 2px solid #FFF; margin-left: 20px;}
.follow .social a i{font-size: 24px;}

.box-path{background: #FFF; border-bottom: solid 1px #edeff0; border-top: solid 1px #edeff0;}
.box-path .neo{position: relative;}
.box-path .path{padding: 5px 0px; font-size: 16px; color: #888;}
.box-path .path i{padding-left: 10px; padding-right: 10px;}

.line-bottom{border-bottom: 1px solid #DDD;}
.news-relate{}
.news-relate li{width: 100%; height: auto; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #EEE; font-size: 16px;}
.news-relate li i{padding-right: 5px;}
.news-relate li:last-child{border-bottom: none;}

.box-main { padding-top: 10px }
.box-main .box-main-content{font-size: 16px;}
.box-main-content { width: 75%; float: left; padding-right: 15px }
.box-main-content.bmc-right{float: right; padding-right: 0px;}
.box-main-right { width: 25%; float: right }
.box-main-left { width: 25%; float: left; padding-right: 20px; padding-top: 10px; }

.box-main-content > div.title{padding: 8px 10px; font-size: 20px; background: #309C5A; color: #FFF; }
.box-main-content .box-details, .main-content .content{font-size: 16px;}

.box-left { }
.box-left .box-left-title { background: #c10707; padding: 10px; color: #FFF; font-size: 16px; text-transform: uppercase }
.box-left ul, .box-left li { list-style: none; margin: 0px; padding: 0px; overflow: hidden }
.box-left ul {}
.box-left li { font-size: 16px; padding: 10px 0px 10px 10px; border-bottom: 1px solid #DDD;}
/*.box-left li:first-child{padding-top: 0px;}*/
/*padding-bottom: 0px;*/
.box-left li:last-child{border-bottom: none;}
.box-left li a.icon { width: 80px; padding-right: 10px; display: inline-block; float: left; overflow: hidden }
.box-left li span.title, .box-left li span.desc {display: block; width: 100%; }
.box-left li span.desc { font-size: 14px; font-style: italic; padding-top: 10px }

.person-list{border: 1px solid #DDD; border-top: none; padding: 0px;}
.person-list li{}
.person-list li.active, .person-list li:hover{background: #F0F0F0;}
.person-list li i{width: 30px; padding-right: 5px;}

.box-ml-procat li{border-bottom: 1px solid #DDD;}
.box-ml-procat li:last-child{border-bottom: none;}
.box-ml-procat li span{float: right;}
.box-ml-procat a, .box-ml-pro a{color: #2163bb; font-size: 18px;}
.box-ml-procat a:hover, .box-ml-pro a:hover{color: #2d2d2d;}
.box-ml-procat .mn-pro-name{float: left;}
.box-ml-pro .mn-pro-name{width: calc(100% - 90px); float: left;}

.boxSort{float: right;}
.boxSort select{padding: 10px 20px; border-radius: 0px; border: 1px solid #DDD; font-size: 16px;}

.box-right { }
.box-right .box-right-title { background: #1c5199; padding: 10px; color: #FFF; font-size: 16px; text-transform: uppercase }
.box-right ul, .box-right li { list-style: none; margin: 0px; padding: 0px; overflow: hidden }
.box-right ul { padding: 15px 0px }
.box-right li { font-size: 16px; padding: 6px 0px 6px 10px }
.box-right li a.icon { width: 80px; padding-right: 10px; display: inline-block; float: left; overflow: hidden }
.box-right li span.title, .box-right li span.desc { width: calc(100% - 90px); display: inline-block; float: left }
.box-right li span.desc { font-size: 14px; font-style: italic; padding-top: 10px }

.box-member-left{width: 20%;}
.box-member-right{width: 80%;}

.news-list, .news-list li { list-style: none; margin: 0px; padding: 0px;}
.news-list li {margin-bottom: 40px; width: 33.3%; float: left;}
.news-list li:nth-child(3n){padding-left: 10px; padding-right: 0px;}
.news-list li:nth-child(3n+1){padding-left: 0px; padding-right: 10px;}
.news-list li:nth-child(3n+2){padding-left: 5px; padding-right: 5px;}
.news-list li a.icon { display: block; width: 100%; height: 210px; position: relative; overflow: hidden; text-align: center }
.news-list li a.icon img { height: 100% }
.news-list li a.icon h3 { position: absolute; bottom: 0px; left: 0px; text-align: center; font-size: 16px; text-transform: uppercase; background: rgba(28, 81, 153, .65); padding: 25px 5px; width: 100%; margin: 0px; color: #FFF }
.news-list li a.icon:hover h3 { background: rgba(28, 81, 153, .95); }
.news-list li p {text-align: center; padding: 10px 0px 0px 0px; color: #777; font-size: 16px; margin: 0px; height: 70px; overflow: hidden;}
.news-list li div{-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2); box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);}

.relate-list, .relate-list li { list-style: none; margin: 0px; padding: 0px; overflow: hidden }
.relate-title { padding: 10px 15px; font-size: 16px; color: #222; margin-bottom: 20px; border-bottom: 1px solid #DDD; font-weight: bold }
.relate-list li { width: 100%; height: auto; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #EEE; font-size: 16px }
.relate-list li i { padding-right: 5px }
.relate-list li:last-child { border-bottom: none }

.product-list, .product-list li{margin: 0px; padding: 0px; list-style: none;}
.product-list{margin-left: -10px; margin-right: -10px;}
.product-list:after{clear: both; display: table; content: "";}
.product-list li{width: 25%; float: left; margin-bottom: 20px; font-size: 18px; text-align: center; padding-left: 10px; padding-right: 10px;}
/*.product-list li:nth-child(4n){padding-left: 10px; padding-right: 0px;}
.product-list li:nth-child(4n+1){padding-left: 0px; padding-right: 10px;}
.product-list li:nth-child(4n+2){padding-left: 5px; padding-right: 5px;}
.product-list li:nth-child(4n+3){padding-left: 5px; padding-right: 5px;}*/
.product-list li .icon{position: relative; overflow: hidden; display: block; min-height: 150px; /*height: 190px;*/}
.product-list li .icon img{height: 100%;}
.product-list li .icon span{}
.product-list li .pcat a{font-size: 16px; text-transform: uppercase; color: #666;}
.product-list li h3{padding: 8px 0px; margin: 0px; overflow: hidden; /*height: 60px;*/ }
.product-list li h3 a{color: #2163bb; font-weight: normal; font-size: 18px;}
.btn-cart, .btnBuy{display: inline-block; border-radius: 20px; background: #23428C; color: #FFF; padding: 6px 20px; margin: 10px auto;}
.btn-cart:hover, .btnBuy:hover{color: #B0C0FF;}
.sale-off {position: absolute;right: 10px;top: 10px;background: #F00;color: #FFF;font-size: 16px;-webkit-border-top-left-radius: 30px;-webkit-border-bottom-right-radius: 30px;-moz-border-radius-topleft: 30px;-moz-border-radius-bottomright: 30px;border-top-left-radius: 30px;border-bottom-right-radius: 30px;padding: 5px 15px;}
.product-list li .ctr{margin-top: 10px;}
.product-list .ctr .btn-cart{margin: 0px 10px 0px 0px}
.product-list .ctr .btnBuy{margin: 0px 0px 0px 10px}

.box-main-content.bmc-right .product-list li{width: 33.3%}
/*.product-list li:nth-child(4n){padding-left: 0px; padding-right: 0px;}
.product-list li:nth-child(4n+1){padding-left: 0px; padding-right: 0px;}
.product-list li:nth-child(4n+2){padding-left: 0px; padding-right: 0px;}
.product-list li:nth-child(4n+3){padding-left: 0px; padding-right: 0px;}

.product-list li:nth-child(3n){padding-left: 10px; padding-right: 0px;}
.product-list li:nth-child(3n+1){padding-left: 0px; padding-right: 10px;}
.product-list li:nth-child(3n+2){padding-left: 5px; padding-right: 5px;}*/

.money{display: block; font-size: 18px;}
.money i{text-decoration: line-through; font-style: normal; margin-right: 10px;}
.money b{margin-right: 10px;}
.money sup{text-decoration: underline;}

.btn-red{background-color: #b20000;}
.marr20{margin-right: 20px;}
#frmPayment .cart-products p > input{color: #222}

.product-details{}
.product-img-slide{width: 65%; float: left;}
.product-img{width: 100%; overflow: hidden; position: relative;}
.product-img img{cursor: pointer;}
.img-loading{display: none; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; text-align: center; padding-top: 20%; background: rgba(0,0,0,.5);}
.img-loading.active{display: block;}
.img-loading i{font-size: 80px; color: #FFF;}
.product-slide{}
.product-slide ul, .product-slide li{margin: 0px; padding: 0px; list-style: none; overflow: hidden;}
.product-slide ul{overflow: hidden;}
.product-slide li{width: 25%; float: left; overflow: hidden; padding: 10px;}
.product-slide li a{display: block; height: 80px; /*width: 100%;*/ text-align: center;}
.product-slide li img{width: 100%; height: 100%}
.product-slide li.over{display: none;}
.product-slide li.active a{border-bottom: 2px solid #00A045;}
.product-slide .control{position: relative;}
.product-slide .control a{position: absolute; z-index: 99999; top: -70px; border-radius: 50%; width: 30px; height: 30px; display: block; border: 2px solid #999; text-align: center; font-size: 20px;}
.product-slide .control a:hover{border-color: #00a456;}
.product-slide .control a.btn-left{left: -10px;}
.product-slide .control a.btn-right{right: -10px;}

.product-info{width: 35%; float: left; padding-left: 20px; font-size: 18px;}
.product-info h1{font-size: 24px; font-weight: normal;}
.product-info > div{margin-bottom: 10px;}
.product-info > div > span{width: 100px; display: inline-block;}
.product-info > div select, .product-info > div input{padding: 6px 8px; border: 1px solid #DDD; border-radius: 20px; width: 200px;}
.product-info .price{font-size: 22px;}
.product-info .btn-buy{padding: 10px 0px;}
.add-favorite{font-size: 16px; color: #999; padding-bottom: 10px;}
.add-favorite i{margin-right: 5px;}
.free-ship{font-size: 16px; color: #00a456; text-transform: uppercase; }
.free-ship i{font-size: 22px; margin-right: 5px;}

.product-details-content{font-size: 16px;}

.info-list{}
.info-list i{padding-right: 10px;}

.info-share{padding-bottom: 15px;}
.is-info span{padding-right: 10px;}
.is-info span i{font-style: normal;}

#ggMap{width: 100%; height: 500px; border: none;}

.contact-content{margin-top: 20px;}
.contact-frm, .contact-info{width: 50%; float: left;}
.contact-frm{padding-right: 15px;}
.contact-info{padding-left: 15px;}

.tf-tree{text-align: center;}

.relative{padding: 15px 0px; margin-bottom: 15px; font-size: 16px; border-bottom: 1px solid #DDD}
.paging{padding: 10px 0px}
.paging .page-list{float: left;}
.paging .page-select{float: right;}

.box-notes{float: left; position: absolute; left: 0px; top: 0; background: rgba(255, 255, 255, 0.75); z-index: 9; padding: 10px;}
.box-notes > div{display: block; margin-bottom: 10px; text-align: left;}
.box-notes > div:last-child{margin-bottom: 0px;}
.box-notes > div > span{width: 50px; height: 20px; display: inline-block; background: #DDD; margin-right: 10px;}
.box-notes .clr-month span{background: #229901;}
.box-notes .clr-total span{background: #1C5199;}
.clr-month{color: #229901;}
.clr-total{color: #1C5199}


#boxExam{}
#examQuestList, #examTimeLeft{width: 25%; float: left; padding-right: 20px;}
#examQuestList ul, #examQuestList li{margin: 0px; padding: 0px; list-style: none;}
#examQuestList li{float: left; float: left; padding: 10px 8px;}
#examQuestContent, #examTime{width: 75%; float: left;}
#examQuestContent .eqAnswer label{cursor: pointer;}
#examTime{background: #EAF8FF; padding: 20px; margin-bottom: 20px;}

#boxExam .btn, .button{min-width: 40px; cursor: pointer; border: 1px solid transparent; background: #DDD; touch-action: manipulation; display: inline-block; font-size: 16px; text-align: center; color: #000; white-space: nowrap; vertical-align: middle; margin: 0px; padding: 8px 10px; border-radius: 2px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
#boxExam .btn:hover, .button{background: #C2C2C2; color: #000}
.btnGreen{background: #148C03 !important; color: #FFF !important}
.btnGreen:hover{background: #0E7400 !important; color: #FFF !important}
.btnBlue{background: #0D489B !important; color: #FFF !important}
.btnBlue:hover{background: #083574 !important; color: #FFF !important}
.btnOrange{background: #D46300 !important; color: #FFF !important}
.btnOrange:hover{background: #BB5700 !important; color: #FFF !important}
.btnRed{background: #C00 !important; color: #FFF !important}
.btnRed:hover{background: #B20202 !important; color: #FFF !important}
.btnBlack{background: #333 !important; color: #FFF !important}
.btnBlack:hover{background: #000 !important; color: #FFF !important}
.boxBtn{}

/*
* Footer
*/
.footer{padding: 30px 0px; color: #FFF; background: #2f2f2f; font-size: 16px;}
.footer p{margin: 0px 0px 10px 0px; font-size: 16px;}
.footer ul, .footer ul li{margin: 0px; padding: 0px; list-style: none; overflow: hidden;}
.footer li{font-size: 16px; line-height: 1.85;}
.footer a{color: #FFF; font-size: 16px; }
.footer a i{padding-right: 10px;}
.footer a:hover{color: #0e74ff}
.footer .neo{padding-top: 20px; padding-bottom: 0px;}
.footer .info{width: 70%; float: left;}
.footer .info .info-contact{width: 50%; float: left;}
.footer .info .info-acc, .footer .info .info-info{width: 50%; float: left;}
.footer .info .title{font-size: 18px; text-transform: uppercase;}
.footer .info .name{font-size: 16px; text-transform: uppercase; font-weight: bold;}
.footer .info-acc ul{width: 50%; float: left;}
.footer .info-acc li, .footer .info-info li{margin-bottom: 10px;}
.footer .line{border-bottom: 1px solid #DDD; padding-bottom: 10px; margin-bottom: 10px}
.footer .addr > div:first-child{width: 40%; float: left;}
.footer .addr > div:last-child{width: 60%; float: left;}
.footer .menu{padding: 20px 0px;}
.footer .menu ul, .footer .menu ul li{margin: 0px; padding: 0px; list-style: none; overflow: hidden;}
.footer .menu li{float: left;}
.footer .menu li a{font-size: 18px; color: #444; padding: 0px 40px;}
.footer .menu li a:hover{color: #000}
.footer .connect{width: 30%; float: left; height: 150px; padding-left: 20px; margin-bottom: 15px;}
.footer .connect a{float: left;}
.footer .connect a i{font-size: 30px;}
.footer .connect > span{font-size: 18px; text-transform: uppercase; display: block; margin-bottom: 10px}
.footer .connect iframe{width: 330px; height: 260px; overflow: hidden;}
.footer .connect i.icon-zalo{background: url(../images/icon-zalo.png) center center no-repeat; background-size: cover; width: 30px; height: 30px; padding: 0px; display: block;}

.copyright{padding: 2px 0px; background: #444; text-align: center; color: #DDD}

/* back top top */
.scrollup { background: #093754; bottom: 82px; display: none; position: fixed; right: 10px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; width: 40px; height: 40px; text-align: center; font-size: 13px; color: #fff; text-transform: uppercase; font-weight: 600; padding: 2px; z-index: 9999; }
.scrollup .fa { display: block; }
.scrollup:hover { opacity: 0.8; filter: alpha(opacity=80); color: #fff; }

.pager{width: 100%; display: block; padding: 10px 0px; text-align: center; font-size: 16px; color: #999}
.pager span{font-weight: normal; color: #00a456; padding: 4px 10px; border: 1px solid #DDD; border-radius: 4px;}
.pager a{color: #999; padding: 4px 10px; border: 1px solid #DDD; border-radius: 4px;}
.pager a:hover{color: #000}

.tabs{width: 100%; border-bottom: 1px solid #EEE;}
.tabs .tab{width: 33%; float: left; padding: 10px; text-align: center; color: #333; position: relative; background: #F5F5F5;}
.tabs .tab a{color: #333; width: 100%; height: 100%; display: block; font-size: 20px;}
.tabs .tab.active{background: #FFF}
.tabs .tab.active a, .tabs .tab a:hover{color: #AE0D0D;}
.tabs .tab.active:before{content: "\f0d7"; display: inline-block; font-family: FontAwesome; font-size: 40px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; top: -30px; left: 45%; color: #AE0D0D;}
.tabs-content{padding: 10px;}
.tabs-content .content{display: none;}
.tabs-content .content.active{display: block;}
.copylink{margin: 15px 0px;}
.copylink .cpltitle, .copylink > a{font-weight: bold;}
.copylink .cplcontent{border: 1px solid #DDD; padding: 8px 10px; margin: 0 10px; display: inline-block;}
/* */
.dn-tab-title span{height: 100%; padding-bottom: 10px; width: auto; display: inline-block; border-bottom: 1px solid #555;}

.tbl-list{width:100%; }
.tbl-list th{padding: 10px 10px; vertical-align:middle; font-size:14px; font-weight:normal; border-right: 1px solid #2866BB; background: #1C5199; color: #FFF; text-transform: uppercase;}
.tbl-list th:last-child, .tbl-report th:last-child{border-right: none;}
.tbl-list td{min-height:32px; vertical-align:middle; background:#FFF; font-size:14px; font-weight:normal; border-bottom: 1px solid #EEE; padding: 12px 5px;}
.tbl-list tr:nth-child(2n) td, .tbl-list tr:hover td{background: #F2F2F2}
.tbl-list tr td:first-child{text-align: center;}
.tbl-list tr td:last-child a{margin-left: 10px;}
.tbl-list tr td.left{text-align: left;}
.tbl-list tr td.center{text-align: center;}
.tbl-list tr td.right{text-align: right;}
.tbl-list td img{width: 100px; max-height: 100px; cursor: pointer;}
.tbl-list td img.normal{width: auto; max-height: initial; margin-right: 5px;}
.tbl-list .price{text-align: right; font-weight: bold;}
.tbl-list .price span{width: 100%; display: block; font-size: 18px; margin-bottom: 10px;}
.tbl-list .price span:last-child{margin-bottom: 0px;}
.tbl-list .price i{width: 30px; font-size: 20px; margin-right: 10px; float: left;}
.tbl-list .price span.gift{color: #309C5A;}
.tbl-list .price i.fa-gift{color: #309C5A;}
.tbl-list .price b{}


.neo-search, .neo-cart{width: 100%; height: 100%; position: absolute; z-index: -9999; display: none; top: -9999px; left: 0px; background: #FFF; }
.neo-search.active, .neo-cart.active{z-index: 9999; display: block; top: 0px;}
.neo-search .neo-search-close, .neo-cart .neo-cart-close{position: absolute; right: 50px; top: 50px; font-size: 30px;}
.neo-search .neo-search-close i, .neo-cart .neo-cart-close i{font-size: 30px;}

.neo-search-in{margin: 20% auto 0px; text-align: center;}
.neo-search-in form{font-size: 0px;}
.neo-search-in input[type=text]{padding: 10px 15px; background: #FBFBFB; border: 1px solid #DDD; min-width: 250px; height: 40px;}
.neo-search-in button{height: 40px; background: #333; border: 1px solid #000; padding: 10px 20px; color: #FFF; cursor: pointer;}

.neo-cart .neo-cart-close{top: 10px; right: 10px; font-weight: normal; }
.neo-cart .neo-cart-close i{color: #FFF; font-size: 18px;}
.neo-cart .neo-cart-close a{display: block; padding: padding: 0px 10px;;}
.neo-cart.active{background: rgba(0, 0, 0, .5); position: fixed; z-index: 99999999;}
.neo-cart-in{right: 0px; min-width: 320px; width: 400px; background: #333; float: right; color: #FFF; position: relative; padding: 20px 20px; -webkit-box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.75); -moz-box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.75); box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.75);}
.neo-cart-in .title{border-bottom: 1px solid #999; padding-bottom: 10px;}
.neo-cart-in .title span{font-size: 18px;}
.neo-cart-in .content{min-height: 300px; height: 300px; border-bottom: 1px solid #999; margin-bottom: 15px; overflow-y: auto;}
.neo-cart-in .action{}
.neo-cart-in .action .act-btn{}
.neo-cart-in .action .btnCartAct{width: 45%; display: block; padding: 10px 15px; text-align: center; font-size: 18px; background: #FFF; border: none;}
/*.neo-cart-in .action .btn-payment{width: 100%; display: block; padding: 10px 15px; text-align: center; font-size: 18px; background: #FFF; border: none;}*/
.neo-cart-in .action .btn-payment{float: left; }
.neo-cart-in .action .btn-payment:hover{background: #DDD}
/*.neo-cart-in .action .btn-payment i{padding-left: 10px;}*/
.neo-cart-in .action a i{padding-left: 10px;}
.neo-cart-in .action .btn-continue{float: right;}
.cart-products, .cart-products li{margin: 0px; padding: 0px; list-style: none; overflow: hidden;}
.cart-products li{border-bottom: 1px solid #999; padding: 15px 10px 15px 0px; }
.cart-products li:last-child{border-bottom: none;}
.cart-products .cp-icon{width: 100px; display: inline-block; overflow: hidden; float: left; padding-right: 10px;}
.cart-products .cp-icon img{width: 100%;}
.cart-products .cp-name{color: #FFF; font-size: 16px;}
.cart-products p{margin: 0px; padding-top: 10px; width: 100%; float: left;}
.cart-products p > input{float: left; width: 40px; height: 30px; background: none; border: 1px solid #999; color: #FFF; padding: 5px; text-align: right;}
.cart-products .cp-plus, .cart-products .cp-minus{float: left; height: 30px; width: 25px; display: inline-block; color: #FFF; text-align: center; border-top: 1px solid #999; border-bottom: 1px solid #999; line-height: 30px;}
.cart-products .cp-plus{border-right: 1px solid #999;}
.cart-products .cp-minus{border-left: 1px solid #999;}
.cart-products .cp-plus:hover, .cart-products .cp-minus:hover{color: #000; background: #EEE}
.cart-products .cp-price{float: right; font-size: 18px; color: #FF3E3E;}
.cart-products .cp-price i, .neo-cart-in .action .price i, .neo-cart-in .action .ship i{text-decoration: line-through; font-style: normal; }
.neo-cart-in .action .ship{font-size: 16px; margin-bottom: 0px; color: #FF3E3E;}
.neo-cart-in .action .ship span{float: right; font-size: 18px;}
.neo-cart-in .action .ship i{padding-left: 10px;}
.neo-cart-in .action .price{font-size: 18px; margin-bottom: 0px;}
.neo-cart-in .action .price span{float: right; font-size: 20px;}
.neo-cart-in .action .msg{text-align: center; }
.neo-cart-in .loading{position: absolute; top: -9999; left: -9999px; z-index: -999999; display: none; background: rgba(256, 256,256, .75); width: 100%; height: 100%; text-align: center; padding-top: 60%;}
.neo-cart-in .loading.active{top: 0px; left: 0px; z-index: 999999; display: block;}
.neo-cart-in .loading i{color: #000; font-size: 70px;}

.box-msg{position: absolute; z-index: -9999999; top: -999px; left: -999px; display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, .75);}
.box-msg.active{z-index: 9999999; top: 0px; left: 0px; display: block;}
.box-msg .box-msg-in{min-width: 320px; width: 500px; background: rgba(256, 256, 256, .75); margin: 0 auto; margin-top: 20%; border: 1px solid #DDD; -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75); -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.95); box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);}
.box-msg .box-msg-in .title{border-bottom: 1px solid #999; padding: 10px; text-align: center; position: relative; font-size: 16px;}
.box-msg .box-msg-in .msg-close{position: absolute; top: 5px; right: 5px; font-size: 20px;}
.box-msg .box-msg-in .content{padding: 10px; min-height: 100px; font-size: 14px;}

.box-cus-order{}
.box-customer .order-lbl{padding-left: 10px; font-size: 16px; width: 100%; float: left; margin-top: 20px; display: block;}
.box-customer .order-lbl a{border-bottom: 1px solid #999; padding-bottom: 10px; display: inline-block; padding-right: 50px;}
.box-customer{width: 60%; float: left; padding-right: 20px; border-right: 1px solid #DDD; padding-left: 10px;}
.box-customer .frmElement:nth-child(2n), .box-customer .frmElement:nth-child(2n+1){width: 50%; float: left; clear: initial;}
.box-customer .frmElement .element, #frmContact .frmElement .element, #frmRegister .frmElement .element, #frmAcc .frmElement .element{width: 100%}
.box-customer .frmElement .element input[type="text"], .box-customer .frmElement .element textarea, #frmContact .frmElement .element input[type="text"], #frmContact .frmElement .element textarea, #frmRegister .frmElement .element input[type="text"], #frmRegister .frmElement .element input[type="password"], #frmRegister .frmElement .element textarea, #frmLogin .frmElement .element input[type="text"], #frmLogin .frmElement .element input[type="password"], #frmAcc .frmElement .element input[type="text"], #frmAcc .frmElement .element input[type="password"], #frmAcc .frmElement .element textarea{width: 100%; padding: 10px 10px; height: auto; font-size: 16px;}
.box-customer .frmElement .element select{width: 100%; padding: 10px 10px; height: auto;}
.box-customer .frmElement.addr, .box-customer .frmElement.request{width: 100%;}
.box-customer .frmElement .btn{width: 100%}
.box-customer .frmElement .btn input[type="submit"]{float: left;}
.box-customer .frmElement .btn input[type="reset"]{float: right; margin-right: 0px;}
.box-customer .frmElement .error {font-weight: bold; font-size: 16px;}

.box-order{width: 40%; float: left; padding-left: 20px;}
.box-order .cart-products li a{color: #555}
.box-order .cart-products li a:hover{color: #000}
.box-order .cart-products p{/*width: initial; float: initial;*/}
.box-order .cart-products p .cp-quan{font-size: 20px;}
.box-order .cart-products li:last-child .ship{font-size: 18px; overflow: hidden; margin-bottom: 10px;}
.box-order .cart-products li:last-child .ship span{float: right;}
.box-order .cart-products li:last-child{font-size: 22px; overflow: hidden;}
.box-order .cart-products li:last-child label{width: 100px; float: left;}
.box-order .cart-products li:last-child .total-quan{float: left;}
.box-order .cart-products li:last-child .total-price{float: right;}
.box-order .cart-products li:last-child .total-price i, .box-order .cart-products li:last-child .ship i{font-style: normal; text-decoration: line-through;}

.frmElement.rdo-voca label{width: 25%; cursor: pointer;}
#frmRegister{font-size: 16px;}
#frmLogin .frmElement .btn, #frmAcc .frmElement .btn{padding-left: 0px;}
#frmLogin .frmElement .lbl{min-width: 10%; text-align: left; width: auto; padding: 10px 0px; margin: 0px;}

#frmPayment{font-size: 16px;}
#bankAcc{font-size: 16px; padding-left: 10px;}

.overhd{overflow: hidden;}
.aet{position: absolute; z-index: 999; color: #FFF; left: 0px; top: 0px; font-size: 26px; display: block;}
.aet i{background: #000; width: 24px; height: 26px;}
.aet:hover{color: #DDD}
.frmTitle { text-align: center; font-size: 16px; }
.frmElement { width: 100%; padding: 5px 10px; clear: both; display: table;}
.frmElement .lbl { width: 40%; float: left; padding: 10px 20px 10px 0px; margin: 10px 0px; text-align: right; font-size: 14px;}
.frmElement .element{ width: 60%; float: left; padding: 10px 0px 10px 0px; position: relative;}
.frmElement .element input[type=text], .frmElement .element input[type=password], .frmElement .element select, .frmElement .element span{border: 1px solid #ccc; border-radius: 3px; text-indent: 5px; padding: 8px 10px; font-size: 16px;}
.frmElement .element input[type=text], .frmElement .element input[type=password], .frmElement .element select, .frmElement .element textarea, .frmElement .element span{width: 100%; min-width: 250px;}
.frmElement .element span{display: block; background: #F7F7F7; cursor: pointer;}
.frmElement .element b.check{position: absolute; width: auto; top: 16px; background: none; border: none; min-width: initial; color: #FF3E3E; font-size: 24px; font-weight: bold; left: 5px;}
.frmElement .element textarea{border: 1px solid #ccc; text-indent: 5px; padding: 4px 0px; min-height: 80px;}
.frmElement .element label{margin-right: 10px; cursor: pointer;}
.frmElement .error{width: 70%; float: left; color: #FD0100}
.frmElement .txtCapt input{float: left; width: 70px !important; min-width: 70px !important; height: 30px !important; border-radius: 0 !important; border: 1px solid #DDD;}
.frmElement .btn, .frmElement .msg{}
/*margin-left: 30%; */
.frmElement .btn input[type=submit], .frmElement .btn input[type=reset], #frmDrafBtn input[type=submit]{font-size: 14px; text-align: center; cursor: pointer; padding: 10px 40px; color: #fff; border: none; border-radius: 1px; margin: 0px auto; margin-right: 10px;}

.frmElement .btn input[type=submit]{background: #004884;}
.frmElement .btn input[type=reset]{background: #666;}
.frmElement .btn input[type=submit].btn-green{background: #309C5A;}
.contact-lbl{width: 40%; text-align: right; padding-right: 20px; font-size: 20px;}
.frmElement.elm-btn{width: 100% !important;}
input[type=radio]{cursor: pointer;}

#frmDrafBtn input[type=submit]{background: #004884; margin: 0px; padding: 10px 10px;}
#frmPerson{}
#frmPerson .frmElement .lbl {width: 250px;}
#frmPerson .frmElement .btn, #frmUpdate > .err{margin-left: 250px;}

.frm-title {padding: 10px; background: #1C5199; font-size: 16px; font-weight: bold; margin-bottom: 15px; color: #FFF;}

.abtn{background: #309C5A; color: #FFF; padding: 10px 30px; font-size: 18px; display: inline-block;}
.abtn:hover{color: #000;}
.btnMemAct{}

#frmOSearch .frmElement{padding-left: 0px; padding-top: 0px; width: 50%; float: left; clear: initial; float: left;}
#frmOSearch .frmElement .element{padding-top: 0px; width: 90%;}
#frmOSearch .frmElement.right{padding-right: 0px; padding-left: 10px;}
#frmOSearch .frmElement.right .element{float: right;}

#boxStatistic{}
#boxStatistic > div{width: 50%; float: left; text-align: center; margin-bottom: 30px;}
#boxStatistic > div span{display: block;}
#boxStatistic > div .icon{}
#boxStatistic > div .icon i{width: 100px; height: 100px; background: #309C5A; color: #FFF; border-radius: 50%; text-align: center; line-height: 100px; font-size: 30px; }
#boxStatistic > div .lbl{font-size: 20px; padding: 10px 0px; color: #666;}
#boxStatistic > div b{font-size: 24px;}

.catpcha{}
.catpcha img{width: 190px; float: left;}
.catpcha span{display: inline-block; line-height: 50px; padding: 0px 10px; float: left; width: 40px; text-align: center;}
.catpcha span i{cursor: pointer;}
.catpcha .txtCaptcha{float: left; width: calc(100% - 230px) !important; }
.catpcha input, .catpcha label{width: 100% !important}

.btn-act{background: #004884; margin-top: 5px; padding: 6px 10px; color: #FFF; display: inline-block;}

div.skiptranslate{display: none; visibility: hidden; position: absolute; z-index: -99999;}
.left{float: left}
.right{float: right}
.bold{font-weight: bold;}
.boldImpt{font-weight: bold !important;}
.txt-right{text-align: right;}
.center, .ctr { text-align: center;}
.minW200{min-width: 200px;}
.pad { padding: 10px 20px; font-size: 14px; }
.pad10 {padding: 10px;}
.padtb10 {padding: 10px 0px;}
.marrl10{margin: 0px 10px;}
.margt10{margin-top: 10px;}
.margb10{margin-bottom: 10px;}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font20{font-size: 20px;}
.font22{font-size: 22px;}
.font24{font-size: 24px;}
.font26{font-size: 26px;}
.font28{font-size: 28px;}
.continues { text-align: center; font-size: 16px; }
.relativetitle { line-height: 30px; font-size: 16px; font-style: italic }
.lblMsg { display: none; height: auto; color: #F00; padding-top: 10px; font-size: 14px; }
.reg-success { color: #3D6AE4; padding: 20px 10px; font-size: 16px; }
.success { color: #3D6AE4; }
.divAdd { color: #06F; font-size: 16px; padding: 20px; }
.numpages { padding: 2px 0 15px 0; font-size: 16px; }
.padlr { padding: 4px 20px; }
.notfound, .not-found { padding: 30px; text-align: center; font-size: 16px; color: #880000; clear: both; }
.found { padding: 10px; text-align: center; font-size: 16px; color: #0066FF }
.orange { background: #EB7336; }
.red, .err { color: #F00 }/*#880000*/
.dnhd { display: none !important; }
.clear { clear: both; height: 0; line-height: 0; width: 0; overflow: hidden; display: block;}
.clear1 { clear: both; height: 1px; background: none }
.clear2 { clear: both; height: 2px; background: none }
.clear3 { clear: both; height: 3px; background: none }
.clear5 { clear: both; height: 5px; background: none }
.clear10 { clear: both; height: 10px; background: none }
.clear20 { clear: both; height: 20px; background: none }
.clear30 { clear: both; height: 30px; background: none }
.clear40 { clear: both; height: 40px; background: none }

/* For desktop */
@media only screen and (max-width: 1200px) {
}
/* For desktop */
@media only screen and (max-width: 1024px) {
	.neo{width: 100%}
	.menu-top li a {padding: 5px 30px;}
	.box-main-content.bmc-right{overflow: hidden;}
	.box-main-content.bmc-right img{max-width: 100%;}
	.frmElement .btn input[type="submit"], .frmElement .btn input[type="reset"]{margin: 0;}
	.frmElement.elm-btn{width: 100% !important;}
}
/* For table */
@media screen and (max-width: 800px) {
	.header .neo{padding: 0px;}
	.header .name{padding-left: 10px;}
	.banner .neo{padding: 0px;}
	.banner .logo{width: 100%; height: 100px; background-size: auto 70%; background-position: center;}
	#btnMbUser{display: block;}
	.menu-top{height: auto; float: left; width: 100%; text-align: center;}
	.menu-top button.open-menu{display: block; background: none; border: none; width: 43px; height: 39px; text-indent: -900em; overflow: hidden; position: absolute; top: -60px; right: 10px; cursor: pointer; outline: none; z-index: 9999999}
	.menu-top button.open-menu:after{display: block; content: ''; position: absolute; width: 68%; height: 4px; background: #c10707; top: 8px; left: 17%; box-shadow: 0 10px 0 #c10707, 0 20px 0 #c10707;}
	.menu-top ul{/*position: absolute; top: -1600px; z-index: -99999;*/ display: none; background: #c10707; width: 100%; -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75); -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75); box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);}
	.menu-top ul.menu-top-active{/*top: 40px; z-index: 99999; left: 0px;*/ display: block; height: auto; }
	.menu-top li{width: 100%; padding: 0px 0px; border-bottom: 1px solid #C74D4D; }
	.menu-top li a{color: #FFF; font-size: 14px; border-right: none; display: block; padding: 10px 32px;}
	.menu-top li a:hover{color: #DC8585;}
	.menu-top > ul > li > ul{display: block; position: relative; top: initial; left: initial; z-index: initial; opacity: 1; width: 100%; padding: 0px; border: none; margin-top: 0px; box-shadow: none;}
	.menu-top > ul > li > ul > li{text-align: center;}
	.menu-top > ul > li > ul > li:first-child{border-top: 1px solid #C74D4D;}
	.menu-top > ul > li:last-child{padding: 10px 0px;}
	.menu-top > ul > li:last-child a{display: inline-block;}
	.menu-top > ul > li > ul > li a{border-bottom: none;}
	.slider-left {padding-top: 20px;}
	.box-idx .box-idx-50{width: 100%;}
	.box-idx .box-idx-50.idx-50l, .box-idx .box-idx-50.idx-50r{padding-left: 0px; padding-right: 0px;}
	.box-pro-hot{margin-top: 20px;}
	.box-pro-hot .product-idx-list{overflow: hidden;}
	.box-pro-hot .product-idx-list li{width: 50%; float: left;}
	.box-pro-hot .product-idx-list li:nth-child(2n){padding-right: 0px; padding-left: 10px;}
	.box-pro-hot .product-idx-list li:nth-child(2n+1){padding-right: 10px; padding-left: 0px;}
	.box-pro-hot .product-idx-list li:nth-child(3),.box-pro-hot .product-idx-list li:nth-child(4){border-bottom: none;}
	.box-pro-hot .product-idx-list li a.icon{height: 100px; overflow: hidden;}
	.box-pro-hot .content{padding: 10px 15px;}
	.box-expert .items{width: 100%;}
	.box-expert .docter{margin-bottom: 40px;}
	.box-expert .docter img{width: 50%;}
	.box-why .item{width: 50%; margin-bottom: 30px;}
	.box-why .item:nth-child(2n){padding-right: 0px; padding-left: 10px;}
	.box-why .item:nth-child(2n+1){padding-right: 10px; padding-left: 0px;}
	.product-list li{width: 50%;}
	.product-list li:nth-child(3n),.product-list li:nth-child(3n+1),.product-list li:nth-child(3n+2){padding-left: 0px; padding-right: 0px;}
	.product-list li:nth-child(2n){padding-right: 0px; padding-left: 10px;}
	.product-list li:nth-child(2n+1){padding-right: 10px; padding-left: 0px;}
	.box-buynow p:last-child{margin-top: 20px;}
	.news-list li a.icon img{height: auto;}
	.box-main-content, .box-main-left{width: 100%; padding-right: 0px;}
	.neo-cart .neo-cart-close a{padding: 0px;}
	.box-customer .frmElement:nth-child(2n), .box-customer .frmElement:nth-child(2n+1){width: 100%;}
	.footer{padding-bottom: 0px;}
	.footer .info, .footer .connect, .footer .info .info-contact{width: 100%}
	.footer .info .info-acc, .footer .info .info-info{width: 100%;}
	.footer .info, .footer .info .info-contact{margin-bottom: 20px;}
	.footer .connect{padding-left: 0px; height: auto;}
}
/* For table */
@media screen and (max-width: 768px) {
	.box-customer, .box-order{width: 100%; padding: 0px;}
	.box-order{padding: 0px 10px;}
	.box-customer{border: none;}
}
/* For mobile */
@media screen and (max-width: 667px) {
	.header .name{display: none;}
	.header .hotline-info{width: 100%; display: inline-block; text-align: center;}
	.box-slider-idx {height: auto;}
	.box-pro-hot .product-idx-list li{width: 100%; }
	.box-pro-hot .product-idx-list li:nth-child(2n), .box-pro-hot .product-idx-list li:nth-child(2n+1){padding-right: 0px; padding-left: 0px;}
	.box-pro-hot .product-idx-list li:nth-child(3), .box-pro-hot .product-idx-list li:nth-child(4){border-bottom: 1px solid #DDD;}
	.box-pro-hot .product-idx-list li:last-child{border: none;}
	.product-img-slide,.product-info{width: 100%; padding-left: 0px; padding-right: 0px;}
	.hight-light, .box-newsidx .news-idx-list{width: 100%; }
	.hight-light{padding-right: 0px; margin-bottom: 30px;}
}
/* For mobile */
@media screen and (max-width: 640px) {
	.header .hotline-info, .header .hotline-info a{background: #c10707}
	.header .hotline-info a{color: #FFF}
	.header .hotline-info .hotline{color: #ff9fa1;}
	.box-productidx .product-list li .icon{height: 200px;}
	.news-list li {width: 50%;}
	.news-list li:nth-child(3n),.news-list li:nth-child(3n+1),.news-list li:nth-child(3n+2){padding-left: 0px; padding-right: 0px;}
	.news-list li:nth-child(2n){padding-right: 0px; padding-left: 10px;}
	.news-list li:nth-child(2n+1){padding-right: 10px; padding-left: 0px;}
	.frmElement{padding: 5px 0px}
	.frmElement .element{width: 100%;}
	.frmElement .error{width: 100%; font-size: 14px;}
	.frmElement .btn input[type="submit"], #frmPerson .frmElement .btn input[type="submit"]{width: 40%; float: left;}
	.frmElement .btn input[type="reset"], #frmPerson .frmElement .btn input[type="reset"]{width: 40%; float: right;}
	#frmPerson .copylink{margin-bottom: 40px;}
	#frmPerson .frmElement .lbl{ width: 100%; text-align: left; margin: 0px; padding: 0px;}
	#frmPerson .frmElement .btn{width: 100%; margin: 0px;}
	#frmOSearch .frmElement, #frmOSearch .frmElement.right{width: 100%; padding: 0px; margin-bottom: 10px;}
	#frmOSearch .frmElement .element{width: 100%;}
	#frmOSearch .frmElement .btn input[type="submit"]{width: 100%;}
}

}
/* For mobile */
@media screen and (max-width: 580px) {
	.box-main-content{width: 100%; padding-right: 0px;}
	.box-main-right{width: 100%;}
}
@media screen and (max-width: 520px) {
	.box-main-content{width: 100%; padding-right: 0px;}
	.box-productidx .product-list li .icon{height: 160px;}
	.product-list li .icon{height: auto;}
}
/* For mobile */
@media screen and (max-width: 480px) {
	.slider-call-buy .title{font-size: 20px;}
	.slider-left p{font-size: 18px;}
	.box-slider-idx {min-height: 150px;}
	.box-expert .docter img {width: 75%;}
	.product-list li{width: 100%; text-align: center;}
	.product-list li:nth-child(2n),.product-list li:nth-child(2n+1){padding-left: 0px; padding-right: 0px;}
	.box-productidx .product-list li .icon{height: auto;}
	.product-list li .icon img {width: 100%;}
	.news-list li {width: 100%;}
	.news-list li:nth-child(2n),.news-list li:nth-child(2n+1){padding-right: 0px; padding-left: 0px;}
	.news-list li a.icon{height: auto;}
	.news-list li p{height: auto; padding-bottom: 10px;}
	.catpcha img{width: 40%;}
	.catpcha .txtCaptcha{width: calc(100% - 40% - 40px) !important;}
	.copylink .cpltitle, .copylink .cplcontent{width: 100%; margin: 0px 0px 10px 0px; display: block;}
}
/* For mobile */
@media screen and (max-width: 420px) {
	.header .hotline-info .hotline{padding: 10px 10px 10px 0px}
	.header .hotline-info a{padding-left: 20px; padding-right: 20px;}
	.btnMemAct a{width: 100%; margin-bottom: 20px;}
}
/* For mobile */
@media screen and (max-width: 380px) {
	.header .hotline-info a{padding: 10px 10px;}
	.neo-cart-in .action .btnCartAct{width: 49%; padding: 10px 5px;}
	.box-customer .frmElement .btn input[type="submit"], .box-customer .frmElement .btn input[type="reset"]{width: 49%; padding: 10px 5px;}
}
@media screen and (max-width: 360px) {
}
/* For mobile */
@media screen and (max-width: 320px) {
}
@media print {
    .header, .banner, .menu-top, .body-content .box-title, .body-right, .td-post-sharing, .news-list-other, .footer-wrapper, .relativetitle, #btnPrint{display: none;}
    .body-content{width: 100%;}
}