.page-detail .LienHeLeft ul , .page-detail .LienHeRight ul{margin: 0;}
.LienHeInfo li{line-height: 22px; position: relative; margin-bottom: 15px; list-style: none; font-size: 14px;}
.LienHeInfo li label{Display: inline-block; padding: 0 5px 5px 0; position: relative; z-index: 2;}
.LienHeInfo li label i{width: 20px; font-size: 18px; text-align: center; color: #0d70d2;}
.LienHeInfo li span{padding-left: 22px; display: block;}
.LienHeInfo li a{color: black;}


.contact-item{margin-bottom: 15px; position: relative; width: 100%;}
.contact-item i{float: left; width: 40px; line-height: 34px; font-size: 20px; text-align: center; border: 1px solid #d7d7d7; box-sizing: border-box; color: #0d70d2;}
.contact-item input[type='text']{border-left: 0; width: calc(100% - 40px);}

@media (min-width: 320px){
    .LienHeLeft{margin: 0;}
    #map_canvas1{height: 370px;}
}
@media (min-width: 767px){
    .LienHeLeft{float: left; width: 40%;}
    .LienHeRight{float: right; margin: 0 0 20px 3%; width: calc(54% - 1px); padding-left: 3%; border-left: 1px solid #d7d7d7;}
    #map_canvas1{height: 570px;}
}.cart{width: 100%;border-spacing: 0;border-collapse: collapse;}
.cart thead{background: #0d70d2;color: white;}
.cart thead th{padding: 7px 5px;border: 1px solid #0d70d2;}
.cart tbody{border: 1px solid #0d70d2;width: 100%;}
.cart tbody tr{border-bottom: 1px dashed rgba(170, 107, 41, 0.5);}

.cart_product1{text-align: center;}
.cart_product2{text-align: center;}
.cart_product2 img{max-width: 50px;}
.cart_product3{line-height: 17px;}
.cart_product3 a{color: #1d1d1d;font-weight: bold;}
.cart_product4{color: red;font-weight: bold;text-align: right;}
.cart_product5{text-align: center;}
.cart_product5 input{border: 1px solid #c6c3c3; text-align: center;width: 40px;padding: 5px 0 5px 12px;height: auto;}

.cart_product6{color: red;font-weight: bold;text-align: right;}
.cart_product7{text-align: center;}
.cart_product7 a{font-weight: bold;display: inline-block;padding: 5px 8px;color: white;background: #0d70d2;-moz-border-radius: 13px;-webkit-border-radius: 13px;-khtml-border-radius: 13px;border-radius: 13px;}
.cart_product7 a:hover{background: red;}

.cart tbody tr:hover{background: #f2fbf7;}
.cart tbody tr:hover .cart_product3 a{color: #0d70d2;}

.cart_link{float: right; margin-bottom: 20px;}
.cart_link a{display: inline-block;padding: 7px 10px;margin-left: 5px;background: #0d70d2;color: white;margin-top: 8px;}
.cart_link a:hover {background: #0fa8e1;}


.cart_total1{text-align: right;font-weight: bold;padding: 10px 0;}
.cart_total2{text-align: center;padding: 10px 0;}
.cart_total3{text-align: right;font-weight: bold;font-size: 20px;color: red;padding: 10px 0;}

.maintitle{margin: 10px 0; color: #0d70d2; text-transform: uppercase; text-align: center; position: relative;}
.maintitle:after, .maintitleTT:before{width: 100%; content: ''; height: 1px; background: #f9f3ea; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; z-index: 0;}
.maintitle a{color: #0d70d2;}
.maintitle h1{font-weight: normal; font-size: 100%;}
.maintitle span{background: #fff; z-index: 1; position: relative;font-size: 18px;padding: 0 15px;}
.maintitleTT{font-family: UTMAvo;}
.maintitleTT:after{background: #0d70d2; display: block;}
.maintitleTT:before{height: 2px; background: #0d70d2; top: 6px;  display: block;}
.maintitleTT a{display: block;}

@media (min-width: 320px){
    .cart_product1 , .cart_title1 , .cart_product3 , .cart_title3  {display: none;}
}
@media (min-width: 480px){
    
}
@media (min-width: 580px){
    .cart_product1 , .cart_title1 , .cart_product3 , .cart_title3  {display: table-cell;}
}
@media (min-width: 760px){
    
}
@media (min-width: 970px){
    
}
@media (min-width: 1170px){
    .cart_product1 , .cart_title1 , .cart_product3 , .cart_title3  {display: table-cell;}
}.home-product{margin-bottom: 15px;}
.product-content{border: 1px solid #d7d7d7;border-top: 0;border-radius: 0 0 5px 5px;font-family: Tahoma,Arial, Verdana, sans-serif;}
.product-item{text-align: center;}
.product-img{width: 100%;position: relative;border: 1px solid #d7d7d7;padding: 1px;box-sizing: border-box;overflow: hidden;}
.product-img img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}
.product-name{color: #0d70d2;font-weight: bold;padding: 5px 0;height: 32px;overflow: hidden;}
.product-name a{color: #0d70d2;}

.product-price{float: left;width: 60%;text-align: left;height: 40px;}
.price-new{display: block;}
.price-new b{color: #ff0000;font-size: 15px;}
.price-old{text-decoration: line-through;color: #757575;font-size: 14px;}
.product-view{width: 40%;float: right;text-align: right;}
.product-view img{vertical-align: middle;display: inline-block;}

.line_top,.line_right , .line_bot ,.line_left {background: #0d70d2;position: absolute;-webkit-transition: all 0.3s;transition: all 0.3s;width: 0;height: 0;}
.line_top{top: -1px;left: -1px;}
.line_right{right: -1px;top: -1px;}
.line_bot{right: -1px;bottom: -1px;}
.line_left{left: -1px;bottom: -1px;}

.product-item:hover .line_top , .product-item:hover .line_bot{width: 100%;height: 2px;}
.product-item:hover .line_left ,.product-item:hover .line_right{width: 2px;height: 100%;}


.product-item:hover a{color: #555555;}


@media (min-width:320px){
    .product-item{float: left;margin: 10px 0 0 10px;width: calc(50% - 15px);}
    .product-img{height: 115px;}
}
@media (min-width:360px){
    .product-img{height: 131px;}
}
@media (min-width:480px){
    .product-item{margin: 14px 0 0 15px;width: calc(50% - 24px);}
    .product-img{height: 185px;}
}
@media (min-width:580px){
    .product-img{height: 255px;}
    
}
@media (min-width:767px){
    .product-img{height: 142px;}
    .product-item{float: left;width: calc(25% - 19px);}
}
@media (min-width:970px){
    .product-img{height: 136px;}
}
@media (min-width:1070px){
    .product-img{height: 155px;}
}.menu-desk{ font-family: OpenSans, Arial, Verdana, sans-serif;font-size: 14px;}
.menu-bg{position: absolute; bottom: 0; right: 0; left:0;background: #0d70d2;}
.menu-desk ul#navigation{list-style: none;float: right;}
.menu-desk ul#navigation li{list-style: none; float: left; position: relative; }
.menu-desk ul#navigation li.menu-none{display: none;}
.menu-desk ul#navigation li a{display: block; text-transform: uppercase; color: white; background: url(/components/menu/li.png) right no-repeat;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;}
.menu-desk ul#navigation li.active a, .menu-desk ul#navigation li:hover a{
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;}
.menu-desk ul#navigation > li:last-child a{background: none;}

.menu-desk ul#navigation li > ul{opacity: 1;}
.menu-desk ul#navigation li:hover > ul{visibility: visible; opacity: 1;}
.menu-desk ul#navigation li:hover > ul li{visibility: visible;}
.menu-desk ul#navigation ul,
.menu-desk ul#navigation ul li ul{top: 100%; left: 0; float: left; visibility: hidden; position: absolute; z-index: 999; width: 232px; display: none;}
.menu-desk ul#navigation ul li{margin: 0; width: 100%;}
.menu-desk ul#navigation ul li a{text-transform: none; padding: 7px 5px 7px 7px; background: rgba(13, 112, 210, 0.95);border-bottom: 1px solid rgba(255, 255, 255, 0.5);font-size: 13px;}
.menu-desk ul#navigation ul li:last-child a{border-bottom: 0;}
.menu-desk ul#navigation ul li a:before{content: "\f105";display: inline-block;font-family: FontAwesome;padding-right: 5px;}
.menu-desk ul#navigation ul li:hover a{background: rgba(240, 72, 54, 0.95);padding: 7px 5px 7px 10px;}

.menu-mobile{font-family: 'UTM Amerika Sans';
    background: url(/theme/images/menu.png) no-repeat #0d70d2 10px 12px;
    color: white;
    font-size: 17px;
    padding: 5px 6px 7px 40px;}

@media (min-width: 320px){
    .menu-mobile{display: block;}
    .menu-desk ul#navigation li a{padding: 8px 12px;}
}
@media (min-width: 767px){
    
}
@media (min-width: 970px){
    .menu-mobile{display: none;}
    .menu-desk ul#navigation li a{padding: 8px 10px;}
}
@media (min-width: 1070px){
    .menu-desk ul#navigation li a{padding: 8px 17px;}
}.news-item{margin: 0 0 8px; padding: 10px 10px 17px; border-bottom: 1px dashed #d5d4d5;}
.news-item-last{margin: 0;}
.news-name{ font-family: OpenSans; color: #0d70d2; margin-bottom: 10px; text-transform: uppercase;}
.news-name a{color: #0d70d2}
.news-prev{line-height: 22px;}
.news-more{color: #0d70d2; line-height: 30px;}
.news-more a{color: #0d70d2; float: left;}
.news-more a i{position: relative; top: 2px; left: 0;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;}
.news-more a:hover i{left: 10px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;}
.news-time{float: right;}
.news-item .news-name a:hover , .news-more a:hover{color: #f04836;}


.news-other{}
.news-other-title{color: #0d70d2;font-family: 'UTM Amerika Sans';font-size: 17px;padding: 0 0 5px 0;border-bottom: 1px solid #d7d7d7;padding: 11px 0 10px;margin-bottom: 12px;}
.news-other-title a {color: #0d70d2;border-bottom: 1px solid #0d70d2;padding-bottom: 8px;}
.news-other ul{margin: 0 0 0 5px;}
.news-other ul li{list-style: none;padding: 0 0 5px 0;}
.news-other ul li a{color: #333333;padding-left: 8px;}
.news-other ul li span{color: #666666;font-size: 12px;font-style: italic;}
.news-other ul li:before{content: "\f0da";font-family: FontAwesome;font-size: 15px;}
.news-other ul li:hover a , .other ul li:hover span , .news-other ul li:hover{color: #0d70d2;}   


@media (min-width:320px){
    .news-img{margin: 0 0 15px;}
    .news-more a i , .news-name{font-size: 16px;}
    .news-more{font-size: 13px;}
}
@media (min-width:480px){
    .news-img{float: left; width: 190px; margin: 0 10px 0 0;}
    .news-detail{float: right; width: calc(100% - 200px);}
}
@media (min-width:767px){
    .news-more a i , .news-name{font-size: 19px;}
    .news-more{font-size: 15px;}
}.online{padding: 10px 10px 10px 30px;}
.online-people{background: url("online/online.png") no-repeat left 5px;padding: 8px 0 8px 25px;}
.online-today{background: url("online/today.png") no-repeat left 8px;padding: 8px 0 8px 25px;}
.online-total{background: url("online/total.png") no-repeat left 8px;padding: 8px 0 8px 25px;}
.online span{font-weight: bold;}
.online label{float: left;width: 85px;}.partner{background: white;margin-bottom: 10px;}
.partner-title{font-family: 'OpenSans';color: #0d70d2;font-size: 15px;text-transform: uppercase;border-bottom: 2px solid #0d70d2;text-transform: uppercase;margin-bottom: 4px;}
.partner-item{width: 90%;height:100px;margin: auto;}
.partner-content{border: 1px solid #d7d7d7;}

.simply-scroll-container {position:relative;}
.simply-scroll-clip {position:relative;overflow:hidden;}
.simply-scroll-list {overflow:hidden;margin:0;padding:0;list-style:none;}
.simply-scroll-list li {padding:0;margin:0;list-style:none;}
.simply-scroll-list li img {border:none;display:block;}
.simply-scroll-btn {position:absolute;background-image:url(buttons.png);width:42px;height:44px;z-index:3;cursor:pointer;}
.simply-scroll-btn-left {left:6px;bottom:6px;background-position:0 -44px;}
.simply-scroll-btn-left.disabled {background-position:0 0 !important;}
.simply-scroll-btn-left:hover,.simply-scroll-btn-left:focus {background-position:0 -88px;}
.simply-scroll-btn-right {right:6px;bottom:6px;background-position:-84px -44px;}
.simply-scroll-btn-right.disabled {background-position:-84px 0 !important;}
.simply-scroll-btn-right:hover,.simply-scroll-btn-right:focus {background-position:-84px -88px;}
.simply-scroll-btn-up {right:6px;top:6px;background-position:-126px -44px;}
.simply-scroll-btn-up.disabled {background-position:-126px 0 !important;}
.simply-scroll-btn-up:hover,.simply-scroll-btn-up:focus {background-position:-126px -88px;}
.simply-scroll-btn-down {right:6px;bottom:6px;background-position:-42px -44px;}
.simply-scroll-btn-down.disabled {background-position:-42px 0 !important;}
.simply-scroll-btn-down:hover,.simply-scroll-btn-down:focus {background-position:-42px -88px;}
.simply-scroll-btn-pause {right:6px;bottom:6px;background-position:-168px -44px;}
.simply-scroll-btn-pause:hover,.simply-scroll-btn-pause:focus {background-position:-168px -88px;}
.simply-scroll-btn-pause.active {background-position:-84px -44px;}
.simply-scroll-btn-pause.active:hover,.simply-scroll-btn-pause.active:focus {background-position:-84px -88px;}
/* Custom class modifications - override classees

.simply-scroll is default

*/
.simply-scroll {width:100%;}
.simply-scroll .simply-scroll-clip {width:100%;}
.simply-scroll .simply-scroll-list {}
.simply-scroll .simply-scroll-list li {float:left;width:180px;position:relative;}
.simply-scroll .simply-scroll-list li img {position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}
.simply-scroll .simply-scroll-btn {}
.simply-scroll .simply-scroll-btn-left {}
.simply-scroll .simply-scroll-btn-left.disabled {}
.simply-scroll .simply-scroll-btn-left:hover {}
.simply-scroll .simply-scroll-btn-right {}
.simply-scroll .simply-scroll-btn-right.disabled {}
.simply-scroll .simply-scroll-btn-right:hover {}
.simply-scroll .simply-scroll-btn-up {}
.simply-scroll .simply-scroll-btn-up.disabled {}
.simply-scroll .simply-scroll-btn-up:hover {}
.simply-scroll .simply-scroll-btn-down {}
.simply-scroll .simply-scroll-btn-down.disabled {}
.simply-scroll .simply-scroll-btn-down:hover {}
/* Vertical scroller example */
.vert {width:340px;height:400px;margin-bottom:1.5em;}
.vert .simply-scroll-clip {width:290px;height:400px;}
.vert .simply-scroll-list {}
.vert .simply-scroll-list li {width:290px;height:200px;}
.vert .simply-scroll-list li img {}
.vert .simply-scroll-btn {}
.vert .simply-scroll-btn-up {right:0;top:0;}
.vert .simply-scroll-btn-up.disabled {}
.vert .simply-scroll-btn-up:hover {}
.vert .simply-scroll-btn-down {right:0;top:52px;}
.vert .simply-scroll-btn-down.disabled {}
.vert .simply-scroll-btn-down:hover {}.breadcrumb{padding: 0;}
.breadcrumb ul{list-style: none;}
.breadcrumb li{font-size: 12px; float: left; padding: 10px 0;}
.breadcrumb ul li+li:before{content: "\f105"; display: inline-block; padding: 0; margin: 0 4px 0 10px;font-family: FontAwesome;}
.breadcrumb li a{color: black;}


.product_post_right h1{margin: 20px 0 0;}
.product_post_right_price{font-size: 25px;color: red;font-style: italic;margin-top: 10px;font-family: Roboto-Regular;}
.product_post_right_price span{color: #4d4d4d;font-size: 15px;display: inline-block;}
.product_post_right_price span.price-new b{font-size: 35px;}
.product_post_right_view{padding: 3px 0;font-size: 14px;color: #4d4d4d;}
.product_post_right_mxh{float: right;margin: 10px 0;}
.product_post_right_mxh img{display: inline-block;}

.DetailRightOrder{position: relative;margin: 10px 0;float: left;}
.DetailRightOrder .add_to_cart{color: white;background: #0d70d2;-moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;border-radius: 3px;
    display: inline-block;padding:5px 20px;font-size: 20px;}
.noti_addcart_detail{position: absolute;top: -30px;right: 0;display: none;z-index: 50;background: red;color: white;padding: 7px 0;width: 100%;text-align: center;}

.product_post_right_note{padding: 5px 10px;color: #3e3e3e;border: 2px dotted #0d70d2;border-bottom-right-radius: 15px;border-top-left-radius: 15px;}
.product_post_right_note li{background: url("product.detail/li.png") no-repeat left 9px;padding: 5px 0 5px 15px;list-style: none;}
.chitietsp{padding:0 5px;border-left: 3px solid #0d70d2;margin: 15px 0 5px 0;}

.product-content-bottom{margin-bottom: 10px;}

@media (min-width: 320px){
    .product_post_left{float: left;width: 100%;}
    .product_post_right{float: right;width: 100%;margin-bottom: 10px;}
    .breadcrumb li:last-child{display: none;}
}
@media (min-width: 580px){
    .product_post_left{float: left;width: 50%;}
    .product_post_right{float: right;width: 49%;margin-bottom: 0;}
    .breadcrumb li:last-child{display: block;}
}.search-like{margin-bottom: 5px;}
.search{width: calc(100% - 230px); float: left;font-family: 'OpenSans';}
.search input[type='text']{width: calc(100% - 140px);float: left;background: url("search/search.png") no-repeat 5px;height: 32px;border-color: #d7d7d7;padding-left: 30px;}
.search select{width: 70px;float: left;height: 32px;border-color: #d7d7d7;color: #a6a6a6;border-right: 0;border-left: 0;}
.search input[type='submit']{width: 70px;float: left;height: 32px;background: #f04836;font-size: 14px;font-weight: normal;}

.like-header{line-height: 8px;margin: 5px;float: right;width: 220px;}
.cart-header{position: absolute;right: 0;top: 0;opacity: 1;display: block;padding: 12px 24px 13px;z-index: 9999;}
.cart-header span {display: block;position: absolute;top: -5px;right: 0;text-align: center;font-size: 12px;padding: 5px;border-radius: 50%;}


@media (min-width:320px){
    .search{width: 100%;}
    .like-header{position: absolute;right: 0;top: -36px;}
    .cart-header{background: url(search/cart-white.png) no-repeat;}
    .cart-header span {background: white;color: #0d70d2;}
}
@media (min-width:360px){
    
}
@media (min-width:480px){
    
}
@media (min-width:580px){
    
}
@media (min-width:767px){
    .search{width: calc(100% - 230px);}
    .like-header{position: relative;top: inherit;}
    .cart-header{background: url(search/cart.png) no-repeat;}
    .cart-header span {background: #767575;color: #fff;}
}/*
 *	generated by WOW Slider 8.7
 *	template Elemental
 */

#wowslider-container1 { 
	display: table;float: left;
	zoom: 1; 
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height:624px;
	margin:0 auto 10px;
	z-index:90;
	text-align:left; /* reset align=center */
	font-size: 10px;
	text-shadow: none; /* fix some user styles */

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
* html #wowslider-container1{ width:1370px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:left;
	/*font-size:0;*/
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	height:100%;
	max-height:624px;
	max-width: 100%;
	vertical-align: top;
	border:none;
	overflow: hidden;
}
#wowslider-container1 .ws_images ul a{
	width:100%;
	height:100%;
	max-height:624px;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#wowslider-container1 .ws_images > div > img {
	max-height:624px;
}

#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#wowslider-container1 .ws-title > div {
	display: inline-block !important;
}

#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
	font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1  .ws_bullets a {
	line-height: 0;
}

#wowslider-container1  .ws_script{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}

#wowslider-container1 .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
	background: #A6A5A9;
}


#wowslider-container1.ws_gestures {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
	display: none;
}


/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
	display: block;
}
#wowslider-container1 .ws_video_btn div {
	position: absolute;
	background-image: url(/components/slider/playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}

#wowslider-container1  .ws_bullets { 
	padding: 0 0 15px; 
}
#wowslider-container1 .ws_bullets a { 
	width:10px;
	height:10px;
	background: rgba(255, 255, 255, 0.7);
    border: 2px solid #0d70d2;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:15px;
	color:transparent;
    border-radius: 50%;
}
#wowslider-container1 .ws_bullets a:hover{
	background: rgba(255, 255, 255, 1);
}
#wowslider-container1 .ws_bullets a.ws_selbull{
	background: #0d70d2;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	top:50%;
	margin-top:-2em;
	z-index:60;
	height: 4.5em;
	width: 4.5em;
	background-image: url(/components/slider/arrows.png);
	opacity: 0.8;	
	background-size: 200%;
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0;
	right:2.1em;
}
#wowslider-container1 a.ws_prev {
	left:2.1em;
	background-position: 0 0; 
}
#wowslider-container1 a.ws_next:hover{
	opacity: 1;
}
#wowslider-container1 a.ws_prev:hover {
	opacity: 1;
}  

/*playpause*/
#wowslider-container1 .ws_playpause {
    width: 4.5em;
    height: 4.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2em;
    margin-top: -2em;
    z-index: 59;
	background-size: 100%;
}

#wowslider-container1 .ws_pause {
    background-image: url(/components/slider/pause.png);
}

#wowslider-container1 .ws_play {
    background-image: url(/components/slider/play.png);
}

#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
    background-position: 100% 100% !important;
}/* bottom center */
#wowslider-container1  .ws_bullets {
    bottom: 0px;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	font: 1.8em 'Open Sans', sans-serif;
	bottom: 4%;
	left: 0;
	margin: 0.5em;
	margin-left: 0;
	color:#5d5d5d;
	z-index: 50;
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
	display:inline-block;
	padding:0.5em;
	background:#FFFFFF;
	border-radius:0.25em;
	-moz-border-radius:0 0.5em 0.5em 0;
	border-radius:0 0.5em 0.5em 0;   
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);	
	-moz-box-shadow: 0 0 0.1em #5d5d5d;
    box-shadow: 0 0 0.1em #5d5d5d; 
}
#wowslider-container1 .ws-title div{
	display:block;
	margin-top:0.4em;
	font-size: 0.777em;
}#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev,
#wowslider-container1 .ws_playpause {
	display:none;
}

* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}

#wowslider-container1:hover a.ws_next,
#wowslider-container1:hover a.ws_prev,
#wowslider-container1:hover .ws_playpause {
	display:block
}#wowslider-container1 .ws_images > ul{
	animation: wsBasic 12s infinite;
	-moz-animation: wsBasic 12s infinite;
	-webkit-animation: wsBasic 12s infinite;
}
@keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }
@-moz-keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }


#wowslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	bottom:20px;
	left:-74px;
	visibility:hidden;
	position:absolute;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border: 4px solid #FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
	height:48px;
	overflow:visible;
	position:relative;
}
#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:147px;
	background-color:#FFF;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	bottom:18px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border: 4px solid #FFF;
	border-radius:5px;
	-moz-border-radius:5px;
}
#wowslider-container1 .ws_bulframe span{
	display:block;
	position:absolute;
	bottom:-10px;
	margin-left:-6px;
	left:74px;
	background:url(/components/slider/triangle.png);
	width:15px;
	height:6px;
}#wowslider-container1 .ws_bulframe div div{
	height: auto;
}

@media all and (max-width:760px) {
	#wowslider-container1 .ws_fullscreen {
		display: block;
	}
}
@media all and (max-width:400px){
	#wowslider-container1 .ws_controls,
	#wowslider-container1 .ws_bullets,
	#wowslider-container1 .ws_thumbs{
		display: none
	}
}.support-item{text-align: center; padding: 20px 0 15px;}
.support-item img{display: inline-block;height: 100% !important;}
.support-name{font-size: 14px; margin: 0 0 10px;font-weight: bold;color: #555555;}
.support-hotline{font-size: 18px; margin: 0 0 15px;font-weight: bold;border-bottom: 1px dashed #d7d7d7;font-family: Tahoma;padding-bottom: 15px;}
.support-hotline a{color: #ff0000;}
.support-zalo{float: left; padding-right: 5px; text-align: right;}
.support-viber{float: right; padding-left: 5px; text-align: left;}
.support-zalo,
.support-viber{position: relative; width: calc(50% - 5px); margin: 0 0 15px;}
.support-zalo div,
.support-viber div{display: none; position: absolute; width: 100px; height: 100px; box-shadow: 1px 1px 2px rgba(0,0,0,0.5); border: 3px solid #fff;}
.support-zalo div{bottom: calc(100% + 15px); right: 0;}
.support-viber div{bottom: calc(100% + 15px); left: 0;}
.support-email{font-family: OpenSans;font-size: 14px;border-top: 1px dashed #d7d7d7;padding-top: 10px;}
.support-email a{color: #333333;}.cart_payment{}
.cart_payment_left{border: 1px solid rgba(13, 112, 210, 0.5);}
.cart_payment_right{border: 1px solid rgba(13, 112, 210, 0.5); margin-bottom: 20px;}
.cart_payment_title{padding: 8px 10px;text-transform: uppercase;font-size: 14px;font-weight: bold;color: #0d70d2;}
.cart_payment_title a{float: right;color: red;font-size: 15px;}

.cart_payment_left table{width: 100%;border-spacing: 0;border-collapse: collapse;}
.cart_payment_left table thead{border-top: 1px solid rgba(13, 112, 210, 0.5);border-bottom: 1px solid rgba(13, 112, 210, 0.5);background: #f2fbf7;text-align: left;}
.cart_payment_left table thead tr th{padding: 10px 0;font-weight: normal;}
.cart_payment_left table tbody tr{border-bottom: 1px dashed rgba(13, 112, 210, 0.5);}
.cart_payment_left table tbody tr td{padding: 5px;}
.cart_payment_left table tbody tr td img{float: left;margin-right: 5px;}
.cart_payment_left table tbody tr td a{display: table-cell;vertical-align: middle;color: #333;height: 50px;line-height: 17px;}


#frm_cart_payment{padding: 0 15px;}
#frm_cart_payment .cart_payment_title{border-bottom: 1px solid rgba(13, 112, 210, 0.5);padding: 8px 0;margin-bottom: 10px;}
.frm_cart_payment_item{position: relative;float: left;width: 100%;}
.frm_cart_payment_item span{display: inline-block;line-height: 28px;height: 28px;vertical-align: top;text-align: right;
    margin-right: 10px;vertical-align: middle;margin-bottom: 8px;float: left;}
.frm_cart_payment_item input[type="radio"]{vertical-align: middle;margin-right: 5px;}
.frm_cart_payment_item input[type="text"]{line-height: 26px;padding: 0 0 0 5px;height: auto;}
.frm_cart_payment_item #frm_city , .frm_cart_payment_item #frm_n_city{width: 33%;float: left;height: 29px;padding: 0 0 0 5px;outline: 0;}

.frm_cart_payment_bottom{margin-bottom: 10px;}
.cart_payment_title div{float: right;font-weight: normal;font-size: 13px;text-transform: none;color: black;}
.cart_payment_title div label{cursor: pointer;}
.frm_cart_payment_item button{outline: none; border: 0;background: #0d70d2;padding: 8px 25px;color: white;display: inline-block;cursor: pointer;margin-bottom: 20px;}
.frm_cart_payment_item button:hover{background: #0fa8e1;}

.frm_cart_payment_item label.error{color: red;position: absolute;top: 0;}

.frm_cart_payment_item input[type="text"].error{border: 1px solid red;}


@media (min-width: 320px){
    .cart_payment_left{width: auto;float: none;margin-bottom: 20px;}
    .cart_payment_right{width: auto;float: right;}
    .frm_cart_payment_item span{width: 88px;}
    .frm_cart_payment_item label.error{right: 10px;}
    .frm_cart_payment_bottom label.error{right: 358px;}
    .frm_cart_payment_item input[type="text"]{width: 181px;}
    .frm_cart_payment_item input#frm_district , .frm_cart_payment_item input#frm_n_district{width: 29%;float: left;margin-right: 1px;}
    .cart_payment_title div label label{display: none;} 
    .cart_payment_title div label span{display: inline-block;}   
}
@media (min-width: 480px){
    .frm_cart_payment_item span{width: 88px;}
    .frm_cart_payment_item label.error{right: 10px;}
    .frm_cart_payment_bottom label.error{right: 358px;}
    .frm_cart_payment_item input[type="text"]{width: 340px;}
    .frm_cart_payment_item input#frm_district , .frm_cart_payment_item input#frm_n_district{width: 31%;float: left;margin-right: 10px;}
    .cart_payment_title div label label{display: inline-block;}
    .cart_payment_title div label span{display: none;}
}
@media (min-width: 580px){
    .frm_cart_payment_item span{width: 88px;}
    .frm_cart_payment_item label.error{right: 10px;}
    .frm_cart_payment_bottom label.error{right: 280px;}
    .frm_cart_payment_item input[type="text"]{width: 440px;}
    
}
@media (min-width: 760px){
    .cart_payment_left{width: 40% !important;float: right;}
    .cart_payment_right{width: 58%;float: left;}
    .frm_cart_payment_item span{width: 88px;}
    .frm_cart_payment_item label.error{right: 10px;}
    .frm_cart_payment_bottom label.error{right: 325px;}
    .frm_cart_payment_item input[type="text"]{width: 307px;}
    
}
@media (min-width: 970px){
    .frm_cart_payment_item span{width: 88px;}
    .frm_cart_payment_item label.error{right: 10px;}
    .frm_cart_payment_bottom label.error{right: 270px;}
    .frm_cart_payment_item input[type="text"]{width: 425px;}
}
@media (min-width: 1170px){
    .frm_cart_payment_item span{width: 128px;}
    .frm_cart_payment_item label.error{right: 25px;}
    .frm_cart_payment_bottom label.error{right: 305px;}
}