@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: UTMBAYBUOM;
	src: url('UVNBayBuom.ttf');
}

@font-face{
	font-family: UTM_HEAVY;
	src: url('UTM Alberta Heavy.ttf'),url('UTM Alberta Heavy.eot'),
	;
}

@font-face{
	font-family: Myriad-pro-light;
	src: url('images/fonts/MyriadPro-Light.otf'),
	url('images/fonts/MyriadPro-Light.eot');
}
@font-face{
	font-family: UTM;
	src: url('images/fonts/UTM Bebas.eot');
	src: url('images/fonts/UTM Bebas.eot?#iefix') format('embedded-opentype'),
	url('images/fonts/UTM Bebas.ttf');
}

@font-face{
	font-family: UTM NOKIA;
	src: url('images/fonts/UTM Nokia Standard.eot');
	src: url('images/fonts/UTM Nokia Standard.eot?#iefix') format('embedded-opentype'),
	url('images/fonts/UTM Nokia Standard.ttf');
}

@font-face{
	font-family: utm americanabex;
	src: url('images/fonts/utm_americanabex-webfont.eot');
	src: url('images/fonts/utm_americanabex-webfont.eot?#iefix') format('embedded-opentype'),
	url('images/fonts/utm_americanabex-webfont.ttf');
}
@font-face{
	font-family: utm_alter_gothic;
	src: url('images/fonts/utm_alter_gothic.eot');
	src: url('images/fonts/utm_alter_gothic.eot?#iefix') format('embedded-opentype'),
	url('images/fonts/utm_alter_gothic.ttf');
}


/*++++++++++DEFAULT+++++++++++*/
*{
	margin: 0;
	padding: 0;
}
body{
}
a{
	color:#222;
	text-decoration:none;
}
a:hover{
	color:#FF0000;
}
a.active{
	color:#FF0000;
}
a:active{
	color:#555;
}
img{
	border:none;
}
div.clear{
	display:block;
	clear:both;
}
#top{
	color:#FFF;
	font-weight:500;
	text-align:center;
	width:39px;
	padding:11px 0px;
	position:fixed;
	bottom:44px;
	right:24px;
	display:none;
	cursor:pointer;
	background-color: #000;
	-moz-transition: 
	background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
#top:hover{
	background: #990004;
	background:-webkit-linear-gradient(top, #D60004 0%, #990004 100%); 
	background:-moz-linear-gradient(top, #D60004 0%, #990004 100%);
	background:-ms-linear-gradient(top, #D60004 0%, #990004 100%);
	background:-o-linear-gradient(top, #D60004 0%, #990004 100%);
}
#loading{
	width: 32px;
	height:32px; 
	position:absolute;
	z-index:1000;
}
.loading{
	float: left;
	padding: 5%;
	width: 90%;
	text-align: center;
}
.button {
	display:inline-block;
	border:none;
	background: #000;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	color:#FFFFFF;
	font-weight: bold !important;
	padding: 7px 20px;
	cursor:pointer;
}
.button:hover{
	background: #990004;
	background:-webkit-linear-gradient(top, #D60004 0%, #990004 100%); 
	background:-moz-linear-gradient(top, #D60004 0%, #990004 100%);
	background:-ms-linear-gradient(top, #D60004 0%, #990004 100%);
	background:-o-linear-gradient(top, #D60004 0%, #990004 100%);
	color:#FFF;
}

div#basic-modal-register{
	display: none;
}
div#basic-modal-login{
	display: none;
}
div#main-content{
	float: left;
	width: 550px;
}

/*++++++++++LAYOUT+++++++++++*/
div#full{
	position: relative;
	width: 100%;
	height: auto;
	/*background: url(images/bg_full.png) repeat-x left top;*/
}
div#wrapper {
	position: relative;
	width: 1000px; 
	margin: 0px auto;
}
div#header {
	position: relative;
	width: 100%;
	height: 167px;
	margin: 0px auto;
}
div#menu {
	position: relative;
	width: 100%;
	height: 37px;
}
div#home {
	position: absolute;
	width: 69px;
	height: 69px;
	top: -15px;
	left: 20px;
	z-index: 100
}
div#quangcao {
	float: left;
	width: 100%;
	height: 320px;
	margin-bottom: 10px;
}
div#container {
	position: relative;
	width: 100%;
	margin-top: 10px;
}
div#left {
	float: left;
	width: 238px;
	border: 1px solid #d3d2d2;
	background: #fff;
	margin-bottom: 10px;
}
div.sub-left {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
div.title {
	position: relative;
	float: left;
	width:100%;
	height: 30px;
	background: url(images/title.png) no-repeat left top;
}
div.title h2{
	position: relative;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold; 
	margin-left: 40px;
	padding-top:4px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
div.title a{
	color: #000;
}
div.title a:hover{
	color: #FF0;
	text-shadow: 0px 0px 2px #000;
}
div.content {
	float: left;
	width: 100%;
}
div.bottom {
	float: left;
	width: 100%;
	height: 23px;
	background: url(images/bottom.png) no-repeat center top;
}

div#info {
	position: relative;
	float: right;
	width: 750px;
	background: #f1f0f0;
}
div#hotline{
	position: absolute;
	width: 169px;
	height: 28px;
	right: 10px;
	top:6px;
	z-index: 15;
	background: url(images/hotline.png) no-repeat center center;
}
div#hotline p{
	color: #ff0;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	font-size: 19px;
	text-shadow: 1px 1px #373737, -1px 1px #373737, 1px -1px #373737, -1px -1px #373737;
}
div.info {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
div.info-title{
	position: relative;
	float: left;
	width:100%;
	height: 31px;
	background: #f20000;
	text-align: center;
}
div.info-title h2{
	display: inline-block;
	min-width:317px;
	height:27px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight:bold;
	padding: 4px 30px 0px 30px;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(images/bg_title_left.png) no-repeat left top, url(images/bg_title_right.png) no-repeat right top, url(images/bg_title.png) repeat-x center top;
}
div.info-title p{
	float: right;
	line-height: 27px;
	padding-right:5px;
}
div.info-title a{
	font-family: "Tahoma";
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px #000, -1px 1px #000,1px -1px #000,-1px -1px #000;
}
div.info-title a:hover{
	font-style: italic;
}
div.info-content{
	float: left;
	width: 100%;
}

div#footer {
	width: 100%;
	margin: 10px 0px 25px;
	background: #e50000;
	box-shadow: 0px 4px 4px #111;
}
div#footer-center{
	width: 1000px;
	margin: 0px auto;
	color: #FFF;
	line-height: 1.5em;
}
div#footer-left{
	float: left;
	width: 650px;
}
div#fanpage{
	float: left;
	width: 300px;
	text-align: center;
	background: #FFF;
}
div#footer-right{
	float: right;
	width: 300px;
	text-align: center;
}
p#online{
	float: left;
	width: 100%;
	line-height: 1.5em;
}
p#online span{
	color:#FF0;
}

div.text {
	float:left;
	text-align:justify;
	width: 100%;
	box-sizing: border-box;
	border: 10px solid transparent;
	line-height: 2em;
}
div.text img{
	max-width: 100%;
}
div.text ul,ol {
	list-style: inside;
}


/*++++++++++SUB HEADER+++++++++++*/
div#header-content{
	position: relative;
	width:1000px;
	margin: 0px auto;
}
div#header-bar{
	float: left;
	width: 100%;
	height: 32px;
}

div#banner{
	width: 100%;
	height:125px;
}
div#banner img{
	width: 100%;
	max-height: 125px;
}
div#banner h1{
	height: 0px;
	width: 0px;
	text-indent: -9999px;
}
a#logo{
	display: inline-block;
}

div#social{
	position: absolute;
	width: auto;
	right: 0px; 
	bottom: 10px;
	z-index: 100;
}
div#hotline{
	position: absolute;
	width: 231px;
	height: 24px;
	right: 0px;
	top:0px;
	z-index: 15;
	background: url(images/bg_hotline.png) no-repeat center center;
}
div#hotline p{
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
}

div#lang{
	position: absolute;
	bottom: 10px;
	right:10px;
	z-index: 1000;
}
div#lang img{
	width: 30px;
	height: auto;
	margin: 0px 5px;
}

div#header-nav{
	position:absolute;
	right: 0px;
	bottom: 0px;
	z-index: 20;
}
div#header-nav ul{
	float: left;
	list-style: none;
}
div#header-nav ul li{
	float: left;
	padding: 3px 15px;
}
div#header-nav ul li:last-child{
	background: none;
}
div#header-nav ul a{
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffff00;
}
div#header-nav ul a:hover, div#header-nav ul li.active a{
	color: #ff0000;
}

div#header-search{
	float: left;
	width: auto;
	padding: 4px;
}
div#header-telephone{
	float: right;
	width: auto;
	padding-left: 35px;
	padding-right: 5px;
	background: url(images/phone.png) no-repeat left 1px;
}
div#header-telephone p{
	font-weight: bold;
	font-size: 13px;
	line-height: 32px;
	color: #f00;
	text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff;
}
/*++++++++++SEARCH+++++++++++*/

div.tt-search{
	float: right;
	width: 222px;
	height: 29px;
}
div#tt-search{
	position: absolute;
	bottom: 15px;
	right: 5px;
	width: 222px;
	height: 29px;
}
div#search{
	position: absolute;
	width: 222px;
	height: 29px;
	background: url(images/tt-search.png) no-repeat top center;
	bottom: 20px;
	right: 10px;
	z-index: 99999;
}
div#search input{
	width:188px;
	height:29px;
	padding-left: 5px;
	color: #333333;
	display: inline-block;
	border: none; 
	outline: none;
	background: none;
}
div#btn{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 29px;
	height: 29px;
	cursor: pointer;
}


/*++++++++++Slider+++++++++++*/
div#slider {
	position: relative;
	float:left;
	width: 1000px;
	height: 230px;
}

div.info-company{
	float: left;
	width: 470px;
}
div.info-company h2{
	font-size: 21px;
	text-indent:10px;
	color: #fff;
	font-family: Tahoma ;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(58,58,58,0.8);
	line-height: 2em;
}
div.info-company h3, div.info-company h4{
	text-indent:20px;
	font-family: Tahoma;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
}
div.info-company h5{
	padding-top:10px;
	padding-left:10px;
	color: #ffae00;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 23px;
	text-shadow: 1px 1px 1px rgba(58,58,58,0.8);
}

/*++++++++++Navigation+++++++++++*/
div.navigation{
	position: absolute;
	right:0px;
	top:0px;
	padding: 5px 0px;
	z-index:9999
}
div.navigation h3{
	font-family: "Open Sans";
	font-size: 12px;
	font-weight:600;
	color: #000;
}
div.navigation a{
	text-shadow: 0px 0px 2px rgba(255,255,0,0.5);
	transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-ms-transition:all 0.2s ease-in-out; 
	-o-transition:all 0.2s ease-in-out; 
	-webkit-transition:all 0.2s ease-in-out;
}
div.navigation a:hover{
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
div.navigation span{}

/*++++++++++PAGINATION+++++++++++*/
div.pagination{
	clear:both;
	padding:10px;
	text-align:center; 
	line-height:1.4em;
}
div.pagination span{
	display: inline-block;
	color: #FF0; 
	width: 21px; 
	padding: 2px 0px;
	text-align:center;
	text-shadow:0px 0px 2px #000;
	background-color: #902803;
	font-weight: bold;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
div.pagination a.paging{
	display: inline-block;
	color: #FFF;
	width: 21px;
	padding: 2px 0px;
	text-align:center;
	background-color: #5E5E5E;
	font-weight: bold;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	cursor: pointer
}
div.pagination a.paging:hover{
	background-color:#902803;
}

div#popup{
	position: fixed;
	bottom: 0px; 
	right: 0px;
	width: 250px;
	height: 250px;
	z-index: 99999;
}
div#icon{
	height: 25px;
	background: #666;
	text-align: right;
	box-shadow: 0px -1px 5px #000;
	border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-o-border-radius: 7px 7px 0px 0px;
	-ms-border-radius: 7px 7px 0px 0px;
}
div#icon a{
	cursor: pointer;
	color: #FFF;
	padding: 0px 8px;
}

/*++++++++++TOP NAVIGATION+++++++++++*/
ul#main-nav {
	position:relative;
	width:100%;
	list-style: none;
	margin: 0px auto;
	z-index: 9900
}
ul#main-nav li {
	position:relative;
	display: inline-block;
	padding-bottom:10px;
	background: url(images/line.png) no-repeat right top;
}
ul#main-nav a {
	display: block;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	padding: 10px 14px;
	text-transform: uppercase;
}
ul#main-nav li:hover a, ul#main-nav li.active a {
	color: #ff0;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5)
}
ul#main-nav li:last-child{
	background: none;
}
ul#main-nav ul{
	position: absolute;
	list-style: none;
	width: 300px;
	display: none;
	top: 40px;
	left: 0px;
	z-index: 9999;
	box-shadow: 0px 0px 2px #333;
}
ul#main-nav ul ul{
	position: absolute;
	display: none;
	width: 300px;
	top: 0px;
	left: 300px;
	z-index: 1002;
}
ul#main-nav ul li{
	width: 300px;
	background-color: #f2f2f2 !important;
	border-bottom: 1px solid #ccc;
	padding:0;
	background-image: none !important;
}
ul#main-nav ul li:last-child{
	border-bottom: none;
}
ul#main-nav ul ul li{
	width: 300px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
ul#main-nav ul li a{
	color: #222 !important;
	padding: 7px 10px 7px;
	text-shadow: none !important;
	background: none !important;
}
ul#main-nav ul li a:hover{
	color: #FF0 !important;
	text-shadow:1px 1px 1px #000 !important;
}
ul#main-nav ul li:hover ul li a{
	color: #222 !important;
}
ul#main-nav ul li:hover ul li a:hover{
	color: #FF0 !important;
}
ul#main-nav li:hover ul ul, ul#main-nav li ul li:hover ul ul{
	display: none;
}
ul#main-nav li:hover ul, ul#main-nav li ul li:hover ul{
	display: block;
}

/*++++++++++LEFT NAVIGATION+++++++++++*/
dl {
	width: 100%;
}
dt{
	width: 100%;
	border-bottom: 1px solid #d3d2d2;
}
dt a {
	display: block;
	font-family: Tahoma;
	font-weight: bold;
	padding:9px 0px 9px 30px;
	font-size: 13px; 
	background: url(images/arrow.png) no-repeat 10px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
dt a:hover{
	color: #f00;
}
dt.active_ a{
	color: #FFFF00;
}
ul.left-nav {
	list-style: none;
	margin-top:10px;
}
ul.left-nav li {
	display: block;
}
ul.left-nav li h3{}
ul.left-nav li a {
	display: block;
	font-size:13px;
	color: #222;
	padding: 5px 0px 5px 35px;
	background: url(images/arrow_state_blue_right.png) no-repeat 13px 5px;
}
ul.left-nav li a:hover,ul.left-nav li a.active {
	color: #F00;
}

p#hotline{
	color: #F00;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	padding: 80px 10px 33px 80px;
	background: url(images/hotline.png) no-repeat 2px 2px;
}
ul.support{
	list-style: none;
	margin:5px 5px 0px;
}
ul.support li{
	margin-bottom: 5px;
	padding: 7px;
}
ul.support li p{
	font-weight: bold;
}

div#video{
	float: left;
	width: 220px;
	margin: 9px;
}
select#listVideo{
	width: 220px;
	margin-left: 9px;
	padding: 2px;
}
div#pics{
	float: left;
	width: 210px;
	height: 210px;
	margin: 9px;
}

/*++++++++++RIGHT NAVIGATION+++++++++++*/
div#tabs-news{
	margin-top: 5px;
}
ul.right-news{
	list-style: none;
}
ul.right-news li{
	padding: 5px 0px;
	background: url(images/bg_left_li.png) no-repeat center bottom;
}
ul.right-news li:last-child{
	background: none !important;
}

/*++++++++++BOX-CAT+++++++++++*/
div.box-cat{
	position: relative;
	float:left;
	width: 300px;
	margin: 20px 35px 0px 0px;
	border: 5px solid #570000;
}
div.box-cat-even{
	float: right;
	margin-right: 0px !important;
}
div.box-cat-img{
	position: relative;
	float: left;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
div.box-cat-img img{
	width: 300px;
	height:200px;
}
div.box-cat-img span{
	cursor: pointer;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: rgba(0,0,0,0.6) url(images/news-over.png) no-repeat center center;
	background-size:0px;
}
div.box-cat-name{
	position: absolute;
	bottom: 6px;
	left: 6px;
	right: 6px;
	background: rgba(87,0,0,0.8);
}
div.box-cat-name h3{
	font-family:"Open Sans";
	text-align: center;
	font-weight: 400;
	line-height: 30px;
}
div.box-cat-name a{
	display: block;
	color: #FFF;
}
div.box-cat-name a:hover{
	text-shadow: 0px 0px 2px #000;
	font-weight: 600;
}
div.box-cat:hover div.box-cat-name{
	background: rgba(87,0,0,1);
}
div.box-cat:hover div.box-cat-img span{
	display: block;
}

/*++++++++++BOTTOM+++++++++++*/
div#doitac{
	float: left;
	width: 738px;
	padding: 10px;
}
div#bottom{
	width: 100%;
	background: #fff;
}
div#bottom-content{
	width: 1000px;
	margin: 0px auto;
	padding: 15px 0px;
}
div#news{
	float: left;
	width: 535px;
	height: 470px;
	background: url(images/bg_news.png) no-repeat center center;
}
div.news-title{
	float: left;
	width: 100%;
	height: 40px;
}
div.news-title h2{
	float: left;
	margin-left: 50px;
	line-height: 40px;
	font-family: 'Open Sans'; 
	font-size: 17px; 
	color: #133DC6;
	font-weight: bold;
	text-transform: uppercase;
}
div.news-content{
	float: left;
	width: 100%;
}

ul.cat-nav{
	position: relative;
	list-style: none;
	margin: 0px auto;
}
ul.cat-nav li{
	float: left;
	width: 100%;
	border-top: 1px dotted #ccc;
}
ul.cat-nav li:first-child{
	border-top: none;
}
ul.cat-nav li a{
	display: block;
	font-weight: bold;
	font-size:13px;
	color: #222;
	padding: 5px 0px 5px 25px;
	background: url(images/arrow_state_blue_right.png) no-repeat 7px 5px;
}
ul.cat-nav li a:hover{
	color: #f00;
}

ul.index-nav{
	position: relative;
	list-style: none;
	margin: 0px auto;
}
ul.index-nav li{
	float: left;
	width: 100%;
	background: url(images/bg_news_index.png) repeat-x left bottom;
}
ul.index-nav li:first-child{
	border-top: none;
}
ul.index-nav li a{
	display: block;
	font-weight: bold;
	font-size:13px;
	color: #0065BD;
	padding: 5px 0px 5px 25px;
	background: url(images/arrow_index.png) no-repeat 7px 10px;
}
ul.index-nav li a:hover{
	color: #f00;
}

div#smart{
	float: right;
	width: 435px;
	height: 470px;
	background: url(images/bg_smart.png) no-repeat center center;
}
div.smart-title{
	float: left;
	width: 100%;
	height: 40px;
}
div.smart-title h2{
	float: left;
	margin-left: 55px;
	line-height: 40px;
	font-family: 'Open Sans'; 
	font-size: 17px;
	color: #133DC6;
	font-weight: bold;
	text-transform: uppercase;
}
div.smart-content{
	float: left;
	width: 100%;
}
div.smart-content span.box-smart-img{
	float: left;
	width: 383px;
	margin-left: 20px;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #ccc;
}
div.smart-content span.box-smart-img img{
	width: 383px;
	height: auto;
}
div.smart-content span.box-smart-mota{
	float: left;
	width: 383px;
	margin-left: 20px;
	margin-top: 10px;
	line-height: 1.5em;
	color: #555; 
	text-align: justify;
}

/*++++++++++PRODUCT+++++++++++*/
div.box-sp {
	position:relative;
	float: left;
	width: 164px;
	padding: 5px;
	margin: 9px 0px 0px 9px;
	border: 1px solid #ccc;
	background: #fff;
}
div.box-sp:hover{
	border: 1px solid #f00
}
div.box-sp-right{
	float: right;
	margin-right:0;
}
div.box-sp-img {
	position:relative;
	float: left;
	width:100%;
	text-align: center;
}

div.box-sp-img img{
	width: 154px;
	height: 141px;
	margin-top: 5px;
}
div.box-sp-name {
	float: left;
	width:100%;
	height: 35px;
	margin-top: 5px;
}
div.box-sp-name h3{
	font-family: "Open sans";
	font-weight:400;
	font-size: 12px;
	text-align: center;
}
div.box-sp-price{
	position: relative;
	float: left;
	width:100%;
	margin-top: 5px;
}
div.box-sp-price p.cost{
	float:left;
	width:100%;
	color: #052b33;
	text-align: center;
}
div.box-sp-price p.cost span{
	font-size:13px;
	color: #F00;
}
div.box-sp-price p.detail{
	float:left;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
div.box-sp-price p.detail a{
	display: inline-block;
	width: 78px; 
	height: 21px;
	font-size: 11px;
	color: #fff;
	text-indent: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	background: url(images/bg_box_detail.png) no-repeat center center;
}
div.box-sp-price p.detail a:hover{
	color: #ff0;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
div.box-sp-clone{
	display:none;
	position:absolute;
	top:10px;
	left:10px;
	z-index:15px;
}
a.add-to-basket{
	cursor:pointer;
	display:block;
	width:40px;
	height:40px;
	border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	background:#FE5252 url(images/icon_cart.png) no-repeat 50% 50%;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	margin-bottom: 2px;
}
a.add-to-basket:hover{
	background-color:#4d4d4d;
}
a.box-sp-detail{
	cursor:pointer;
	display:block;
	width:40px;
	height:40px;
	border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	background:#FE5252 url(images/icon_search.png) no-repeat 50% 50%;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
a.box-sp-detail:hover{
	background-color:#4d4d4d;
}

/*++++++++++JS ZOOM PRODUCT+++++++++++*/
div.jszoom-product{
	float: left;
	width:330px;
}
div#product-img-effect{
	float: left;
}
div.thumb ul{
	position: relative;
	list-style: none;
}
div.thumb ul li{
	position: absolute;
	z-index: 0;
	width: 330px;
	display: none;
}
div.thumb ul li.active{
	z-index: 10;
	display: block;
}
div.product-description{
	float:right;
	width:390px;
	line-height:2em;
}
div.product-description h2{
	font-family: "Open Sans"; 
	font-weight: 600; 
	font-style: italic; 
	font-size: 22px;
	text-shadow: 1px 1px 0px #000;
}
div.product-description p.line{
	border-bottom:1px solid #CCC;
	margin:10px 0px;
}
div.product-description p.old-price{
	font-weight: 400;
	color:#FFF;
	font-size:14px;
	text-decoration: line-through;
}
div.product-description p.special-price{
	font-weight: 400;
	color: #FF0;
	font-size:20px;
	letter-spacing: -1px;
}
div.product-description p.save-price{
	font-weight: 400;
	color:#5E5E5E;
	font-size: 17px;
	padding:5px 0px;
}

div.product-description-content{
	float:right;
	width: 100%;
	padding-top: 5px;
	border-top:1px solid #999
}
div.product-description-content div.attr-content{
	float: left;
	margin-bottom: 5px;
	font-weight: 400;
	font-family: "Open Sans"; 
	font-size: 12px;
}
div.product-description-content div.attr-content p.attr-left{
	float: left;
	width: 100px;
	margin-right: 10px;
	font-weight: 400;
	font-family: "Open Sans"; 
	font-size: 13px;
}
div.product-description-content div.attr-content b.attr-right{
	font-weight: 600;
	font-family: "Open Sans"; 
	font-size: 13px;
}
div.product-description-content div.attr-content #input_quantity{
	padding:3px;
	width:30px;
	font-size:11px;
	color: #555;
	text-align: center
}
#add_to_basket{
	cursor: pointer;
	float: left;
	margin-top:6px;
	margin-right: 3px;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.8);
	background: #990004; 
	padding: 6px 17px; 
	font-size: 17px;
	font-weight: 600; 
	color: #FFF; 
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px; 
	background:-webkit-linear-gradient(top, #D60004 0%, #990004 100%); 
	background:-moz-linear-gradient(top, #D60004 0%, #990004 100%);
	background:-ms-linear-gradient(top, #D60004 0%, #990004 100%);
	background:-o-linear-gradient(top, #D60004 0%, #990004 100%);
}
/*++++++++++TABS PRODUCT+++++++++++*/
div#tabs{
	float: left;
	width: 730px;
	margin-top:10px;
	margin-left:10px;
}
ul#tabs-nav{
	float: left;
	list-style:none;
}
ul#tabs-nav li{
	float: left;
	margin-right: 2px;
}
ul#tabs-nav li h3{
	font-size:12px;
}
ul#tabs-nav a{
	display: block;
	padding: 8px 20px;
	background: #F5F5F5;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
}
ul#tabs-nav a.active{
	position:relative;
	z-index:15;
	background: #FFF;
	color:#000;
	border:none;
	border-top:3px solid #5E5E5E;
	box-shadow: 0px -3px 5px #ccc;
	-moz-box-shadow: 0px -3px 5px #ccc;
	-ms-box-shadow: 0px -3px 5px #ccc;
	-o-box-shadow: 0px -3px 5px #ccc;
	-webkit-box-shadow: 0px -3px 5px #ccc;
}
ul#tabs-nav a:hover{
	color: #000;
}
div.load-content{
	margin-top:-2px;
	margin-left: 10px;
	width: 710px;
	position:relative;
	z-index:10;
}

/*++++++++++NEWS+++++++++++*/

div.box-service {
	position:relative;
	float: left;
	width: 325px;
	margin: 10px 0px 0px 20px;
}
div.box-service-right{
	float: right;
	margin-left: 0;
	margin-right:30px;
}
div.box-service-img {
	position:relative;
	float: left;
	width:323px;
	text-align: center;
	border: 1px solid #ccc;
	overflow: hidden
}
div.box-service-img img{
	width: 100%;
	height: auto;
}
div.box-service-img:hover{
	border: 1px solid #f00
}
div.box-service-name {
	float: left;
	width:100%;
	padding-bottom: 10px;
}
div.box-service-name h3{
	font-family: "Open sans";
	font-weight:600;
	font-size: 15px;
	text-align: left;
}
div.box-service-name a{
	color: #00a8ff;
}
div.box-service-name a:hover{
	color: #f00
}
div.box-service-des{
	float: left;
	width:100%;
	padding: 5px 0px;
	line-height: 1.5em; 
	text-align: justify;
	font-size: 14px; 
	font-family: 'Open Sans'; 
	font-weight: 400;
}



div.box-gallery{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
div.box-gallery-img{
	float: left;
	width: 100%;
	text-align: center;
}
div.box-gallery-img img{
	width: 800px;
	height: auto;
}
/*++++++++++FORM+++++++++++*/

/*++++++++++BOTTOM NAVIGATION+++++++++++*/
ul#bottom-nav{
	list-style: none;
	text-align: center;
	background: url(images/bg_bottom_nav.png) no-repeat center top;
}
ul#bottom-nav li{
	display: inline-block;
	padding: 10px 0px 20px 0px;
}
ul#bottom-nav li a{
	font-weight: bold;
	padding:0px 20px;
	color: #fff;
	font-size: 12px;
	border-left: 1px solid #FFF;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}
ul#bottom-nav li a:hover{
	color: #ff0;
}
ul#bottom-nav li:first-child a{
	border-left: none;
}

li#first-bottom-nav a{ 
	border-left: none !important; 
	padding-left: 0px !important;
}

/*++++++++++POPUP+++++++++++*/
div#popup{
	position: fixed;
	bottom: 0px; 
	right: 0px;
	width: 250px; 
	height: 250px;
	z-index: 1000;
}
div#icon{
	height: 25px;
	background: #666;
	text-align: right;
	box-shadow: 0px -1px 5px #000;
	border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;	
	-moz-border-radius: 7px 7px 0px 0px;
	-o-border-radius: 7px 7px 0px 0px;
	-ms-border-radius: 7px 7px 0px 0px;
}
div#icon a{
	cursor: pointer;
	color: #FFF;
	padding: 0px 8px;
}

/*++++++++++OTHER+++++++++++*/


div#online{
	padding: 20px 10px 15px;
	height: 36px;
	background: url(images/online.png) no-repeat 10px;
}
div#online p{
	margin-left: 43px;
}
div#online span{
	font-weight: bold;
	color: #F00;
}

.tablelienhe span {
	color:#F00;
}
.tablelienhe td {
	height:30px;
}
.tablelienhe .input {
	azimuth:center;
	width:440px;
	height: 26px;
	padding: 0px 7px;
	border:1px solid #ccc;
	background: #FFF; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tablelienhe .input1 {
  azimuth: center;
  width: 93%;
  height: 26px;
  padding: 0px 7px;
  border: 1px solid #ccc;
  background: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.tablelienhe .title {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase
}
.tablelienhe .noidung {
	width:440px;
	height: 120px;
	padding: 0px 7px;
	border:1px solid #ccc;
	background: #FFF; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tablelienhe .noidung1 {
	width:93%;
	height: 120px;
	padding: 0px 7px;
	border:1px solid #ccc;
	background: #FFF; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/* ---- table layout ---- */
.blue_table, .blue_table td {
	border:1px solid #ccc; 
	padding:2px;
	margin: 5px auto;
	clear:both;
	font-size:11px;
	font-family:"Tahoma", Arial;
	color: #333333;
	border-collapse:collapse;
	line-height:1.5em;
	outline:none;
}
.blue_table td {
	width: 25%;
	background-color:#e2e2e2;
}
.blue_table th {
	font-weight:bold;
	text-align: left; 
	color:#333; 
	background-color:#ccc; 
	font-family:Tahoma; 
	font-size:12px; 
	border:1px solid #D5EAFF;
	padding:2px 5px;
}
.blue_table th a:link, .blue_table th a:visited, .blue_table th a:hover, .blue_table th a:active {
	font-weight:bold;
	color:#fff;
	font-family:Tahoma;
	font-size:11px;
}


div.service{
	width:100%;
	margin: 10px auto;
}
div.category{
	float: left;
	width: 359px;
	padding:10px; 
}
div.category-title{
	float: left;
	width:100%;
	margin-bottom: 5px;
	border: 1px solid #fff;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.7);
}
div.category-title img{
	margin: 0px 15px 0px 5px;
}
div.category-title h3{
	font-size: 12px;
	font-weight: bold;
	color: #373737;
	line-height: 30px;
	text-transform: uppercase;
}
div.category-content{
	float: left;
	width: 100%;
	color: #FFF;
	line-height: 1.5em;
}
div.category-content h3{
	font-family:UTM;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #ffb400;
	text-transform: uppercase;
}
div.category ul{
	margin-left: 10px
}
div.category ul li{
	list-style: circle inside;
	padding: 5px 0px;
}
div.category ul li a{
	color: #FFF;
	font-weight: bold;
}
div.category ul li a:hover{
	text-decoration: underline;
}

div#footer-social{
	width: 100%;
	background: #3a1001;
	padding: 20px 0px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
div#footer-social h3{
	float: left;
	font-size: 25px;
	color: #FFF;
	font-family: UTM;
	font-weight: 400;
}
div#footer-social p{
	float: left;
	margin-left: 30px;
	padding-top: 3px;
}
div#footer-social h2{
	float: right;
	font-size: 20px;
	color: #FFF;
	font-family: UTM;
	font-weight: 400;
}
div#footer-social h2 a{
	display: block;
	padding: 5px 20px;
	background: #02880f; 
	border-radius: 5px;
	color: #FFF;
}
div#footer-social h2 a:hover{
	color: #ffb400;
}

div#newsletter{
	position: relative;
	float: left;
	width: 498px;
	height: 50px;
	background: url(images/bg_newsletter.png) no-repeat top center;
}
input#email_newsletter, input#name_newsletter{
	width:166px;
	padding-left: 8px;
	height: 22px;
	border:1px solid #CCC;
	box-shadow:0px 0px 2px #CCC
}
a#send_email_newsletter{
	display: inline-block;
	cursor: pointer;
}
div.thongtin{
	float: left;
	width: 300px; 
	margin:16px;
}
div.thongtin-title{
	width: 100%;
}
div.thongtin-title h2{
	font-size: 13px; 
	text-transform: uppercase;
}
div.thongtin-content{
	width: 100%;
}

/*======================CSS3================*/
::-webkit-input-placeholder {
	color:#333;
}
:-moz-placeholder {
	color:#333;
}
::-moz-placeholder {
	color:#333;
}
:-ms-input-placeholder {
	color:#333;
}
.transitionAll{
	transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-ms-transition:all 0.2s ease-in-out; 
	-o-transition:all 0.2s ease-in-out; 
	-webkit-transition:all 0.2s ease-in-out;
}
.transitionAll_1s{
	transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out; 
	-ms-transition:all 1s ease-in-out; 
	-o-transition:all 1s ease-in-out; 
	-webkit-transition:all 1s ease-in-out;
}

/*--------------------------------------------------------------*/
