@font-face {
    font-family: 'UTMAzuki';
    src: url('fonts/UTMAzuki.eot');
    src: url('fonts/UTMAzuki.eot') format('embedded-opentype'),
         url('fonts/UTMAzuki.woff2') format('woff2'),
         url('fonts/UTMAzuki.woff') format('woff'),
         url('fonts/UTMAzuki.ttf') format('truetype'),
         url('fonts/UTMAzuki.svg#UTMAzuki') format('svg');
}
@font-face {
    font-family: 'UTMFlavour';
    src: url('fonts/UTMFlavour.eot');
    src: url('fonts/UTMFlavour.eot') format('embedded-opentype'),
         url('fonts/UTMFlavour.woff2') format('woff2'),
         url('fonts/UTMFlavour.woff') format('woff'),
         url('fonts/UTMFlavour.ttf') format('truetype'),
         url('fonts/UTMFlavour.svg#UTMFlavour') format('svg');
}
@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url('fonts/RobotoCondensedRegular.eot');
    src: url('fonts/RobotoCondensedRegular.eot') format('embedded-opentype'),
         url('fonts/RobotoCondensedRegular.woff2') format('woff2'),
         url('fonts/RobotoCondensedRegular.woff') format('woff'),
         url('fonts/RobotoCondensedRegular.ttf') format('truetype'),
         url('fonts/RobotoCondensedRegular.svg#RobotoCondensedRegular') format('svg');
}
@font-face {
    font-family: '6611311chancur';
    src: url('fonts/6611311chancur.eot');
    src: url('fonts/6611311chancur.eot') format('embedded-opentype'),
         url('fonts/6611311chancur.woff2') format('woff2'),
         url('fonts/6611311chancur.woff') format('woff'),
         url('fonts/6611311chancur.ttf') format('truetype'),
         url('fonts/6611311chancur.svg#6611311chancur') format('svg');
}
@font-face {
    font-family: 'UTMWeddingK_T';
    src: url('fonts/UTMWeddingK_T.eot');
    src: url('fonts/UTMWeddingK_T.eot') format('embedded-opentype'),
         url('fonts/UTMWeddingK_T.woff2') format('woff2'),
         url('fonts/UTMWeddingK_T.woff') format('woff'),
         url('fonts/UTMWeddingK_T.ttf') format('truetype'),
         url('fonts/UTMWeddingK_T.svg#UTMWeddingK_T') format('svg');
}
@font-face {
    font-family: 'UTMFlamenco';
    src: url('fonts/UTMFlamenco.eot');
    src: url('fonts/UTMFlamenco.eot') format('embedded-opentype'),
         url('fonts/UTMFlamenco.woff2') format('woff2'),
         url('fonts/UTMFlamenco.woff') format('woff'),
         url('fonts/UTMFlamenco.ttf') format('truetype'),
         url('fonts/UTMFlamenco.svg#UTMFlamenco') format('svg');
}


@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');
}
/*++++++++++DEFAULT+++++++++++*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	/*background: #FFFFFF;*/
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
a.active {
	color: #F00;
}
a:active {
	color: #555;
}
img {
	border: none;
	max-width:100%;
}
.doitac img{
	border: none;
	max-width:100%;
	margin-left: 26px;
}
div.clear {
	display: block;
	clear: both;
}
#top {
	color: #FFF;
	font-weight: 500;
	text-align: center;
	width: 39px;
	padding: 11px 0px;
	position: fixed;
	bottom: 4px;
	right: 30px;
	display: none;
	cursor: pointer;
	background-color: #000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 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;
	
}
#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: 6px 15px;
	cursor: pointer;
	-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;
}
.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: 1349px;
	margin: 0px auto;
	height: auto;
	/*background: url(images/bg_full_top.png) no-repeat center top, url(images/bg_full_bottom.png) no-repeat center bottom;*/
}
div#wrapper {
	position: relative;
	width:100%;
	margin: 0px auto;
	background: url(images/body_bg.png) center;
	
}
div#header {
	position: relative;
	width: 100%;
	margin: 0px auto;
	height: 208px;
	/*background: url(images/banner_bg.png) no-repeat;*/
}
div#menu {
	min-width: 1349px;
    height: 49px;
    margin: 0px auto;
    background: url(images/menu.png) no-repeat;
    font-family: 'RobotoCondensedRegular';
    font-size: 20px;
    color: #000000;
    position: absolute;
    top: 164px;
    z-index: 12000;
    line-height: 50px;
}
div.fullmenu{
	position: absolute;
    left: 153px;
    top: 190px;
    z-index: 100000;
}
div#quangcao {
	float: left;
	width: 100%;
	height: 320px;
	margin-bottom: 10px;
}
div#container {
	position: relative;
    margin: 0 auto;
    /*padding-top: 40px;*/
}
div#left {
	float: left;
	width: 220px;
	margin-top: 20px;
}
div#right {
	float: right;
	width: 100%;
}
div.sub-left {
	float: left;
	width: 220px;
	margin-bottom: 10px;
	background: #fff;
}
div.sub-left span{
	font-size: 20px;
	color: #3853A4;
}
div.sub-left p{
	font-size: 20px;

}
div.title {
	position: relative;
	float: left;
	width: 220px;
	height: 35px;
	/*padding-left:30px;*/
	background: url(images/title_left.png)  no-repeat;
	/*background: #1D5EFC;*/
}
/*div.title:before {
	content: '';
	position: absolute;
	top: -6px;
	right: 0px;
	display: block;
	width: 34px;
	height: 35px;
}*/
div.title h2 {
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: 'RobotoCondensedRegular';
}
div.title a {
	color: #000;
}
div.title a:hover {
	color: #FF0;
	text-shadow: 0px 0px 2px #000;
}
div.content {
	float: left;
	width: 220px;
	background: #fff;
	line-height: 31px;
}
div.content_hotro {
	float: left;
	width: 100%;
	background: #fff;
	line-height: 31px;
	text-align: center;
	    padding-top: 16px;
}
.content_hotro img{
	   position: relative;
	   top: 23px;
}
.content_hotro p{
    line-height: 30px;
    font-size: 14px;
}
div.bottom {
	float: left;
	width: 100%;
	height: 7px;
	background: url(images/bottom.png) no-repeat center top;
}
div#info {
	position: relative;
	float: right;
	width: auto;
	background: none;
}
div.info {
    width: 948px;
    margin-bottom: 10px;
    background: #fff;
    float: right;
    margin-top: 20px;
    border: 1px solid #D0D0D0;
    border-radius: 15px;
}
div.info-title {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: #1D5EFC 1px solid;
    line-height: 60px;
}
div.info-title:before {
	position: absolute;
	top: -6px;
	left: 167px;
	display: block;
	width: 34px;
	height: 35px;
}
div.info-title h2 {
     font-size: 17px;
    padding-left: 30px;
    color: #1D5EFC;
    white-space: nowrap;
    font-family: arial;
    text-transform: uppercase;
    min-width: 200px;
    height: 56px;
    display: inline-block;
       font-family: 'RobotoCondensedRegular';
}
div.info-title img{
    position: absolute;
    right: 922px;
    top: 17px;
}
div.info_end {
	 width: 930px;
    margin-bottom: 10px;
    background: none;
    float: right;
    height: 390px;
}
.box_end_left{
	float: left;
	width: 77%;
    background: #fff;
    height: 290px;

}
.box_end_right{
	float: right;
	width: 21%;
}
.box_tinhot{
	width: 634px;
	float: left;
}
.box_tinlienquan{
	width: 290px;
	float: right;
}

div.info-title p {
	float: right;
	color: #FFF;
	line-height: 47px;
	font-size: 15px;
}
div.info-title a {
	color: #313131;
}
div.info-title a:hover {
	text-decoration: underline;
}
div.info-content {
	width: 100%;
}
div.info-bottom {
	float: left;
	width: 100%;
	height: 7px;
	background: url(images/bg_bottom.png) no-repeat center top;
}
a.viewAll {
	display: inline-block;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
}
a.hide {
	display: none;
}
div.slide {
	float: left;
	width: 720px;
	height: 220px;
	display: none;
}
div.sort {
	float: left;
	width: 680px;
	padding: 20px;
	background: #F2F2F2;
}
div.sort h2 {
	font-family: Tahoma;
	font-size: 16px;
	color: #555;
}
div#footer {
	clear: both;
	background:url(images/footer.png) no-repeat;
	width: 100%;
	height: auto;
	margin:0px auto;
	position:relative;
	padding-top: 20px;
}
div.ft_bottom{
	background: none;
}
div.ft_bottom ul{
	float: right;
	margin: 0px;
	padding:0px;
}
div.ft_bottom ul li{
	float: left;
	margin: 0px 10px;
	line-height: 30px;
	padding:0px;
	display: block;
	font-size: 14px;
}
div.size p{
	margin: 0px;
	line-height: 28px;
	font-size: 13px;
	   font-family: 'RobotoCondensedRegular';
}
div#footer-left {
	position: relative;
	float: left;
	width: 400px;
	margin: 20px;
	    min-height: 160px;
}
div#footer-left p{
	color: #fff;

}
div#footer-right {
	float: right;
	font-size:26px;
	width: 300px;
	margin: 20px;
	text-align: left;
}
div#footer-right p{
	color: #fff;
	width: 341px;
	font-size: 20px;
	text-transform: uppercase;
	   font-family: 'RobotoCondensedRegular';
}
div#footer-center {
    position: relative;
    width: 370px;
    float: left;
    font-size: 26px;
    padding-top: 50px;
}
div#footer-center p{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
	   font-family: 'RobotoCondensedRegular';
	
}
p.author {
	position: absolute;
	top: 40%;
	right: 0px;
	font-weight: bold;
}
div.text_news{
	line-height: 10px;
	font-family: arial;
	padding-top: 10px;
	color: #FFFFFF;
}
div.text_news li a{
	color: #000000;
	font-size: 12px;
}
div.text {
	float: left;
	text-align: justify;
	width: 79%;
	padding: 10px;
	line-height: 2em;
}
div.text_end {
	float: left;
	text-align: justify;
	width: 100%;
	padding: 10px;
	line-height: 2em;
	position: relative;
}
div.text img {
	max-width: 100%;
	height: auto !important;
}
div.text ul, ol {
	list-style: inside;
}
div.text li{
    background: url(images/li_bg.png) no-repeat 0px 8px;
    display: block;
    padding: 1px 14px;
}
}
div#tags {
	margin-top: 5px;
	background: #000;
	padding: 10px;
}
div.tags {
	width: 990px;
	margin: 0px auto;
}
div.tags h2 {
	float: left;
	font-family: UTM;
	font-size: 20px;
	color: #FFF;
	font-weight: 400;
	text-decoration: underline;
}
/*++++++++++Navigation+++++++++++*/
div.navigation {
	position: relative;
	float: left;
	width: auto;
	margin: 0px auto 8px auto;
	padding: 8px;
	background: #E1E1E1;
	border-radius: 5px;
}
div.navigation h3 {
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 600;
	color: #000;
}
ul#header-nav {
	float: left;
	list-style: none;
	margin-top: 10px;
}
ul#header-nav li {
	position: relative;
	float: left;
	padding: 0px 15px;
	border-left: 1px solid #555;
}
ul#header-nav li:first-child {
	border-left: none !important;
}
ul#header-nav a {
	color: #555;
	line-height: 15px;
}
ul#header-nav a:hover, ul#header-nav a.active {
	color: #f55e07;
}
/*++++++++++BASKET+++++++++++*/
div#basket {
	position: absolute;
	top: 5px;
	right: 15px;
	width: 115px;
	height: 31px;
	background: url(images/order.png) no-repeat left center;
}
div#basket p {
	color: #f55e07;
	font-weight: bold;
	margin-left: 40px;
	padding-top: 10px;
}
div#basket a {
	color: #f55e07;
}
div#basket a:hover {
	color: #000;
}
div.box-basket {
	position: relative;
	float: left;
	width: 350px;
	padding: 10px;
}
div.box-basket-img {
	float: left;
	width: 132px;
}
div.box-basket-name {
	float: right;
	width: 200px;
}
div.box-basket-name h2 {
	text-align: left;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 600;
	color: #000;
}
div.box-basket-mota {
	float: right;
	width: 200px;
	margin-top: 5px;
	text-align: left;
	line-height: 1.5em;
}
/*++++++++++Slider+++++++++++*/
div#slider_khung{
	width: 100%;
	height: 400px;
	background: url(images/slider_bg.png) no-repeat;
	position: absolute;
	left: 0px;
	z-index: 100;
}
div#slider {
	min-width: 1349px;
	height: 457px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	float: left;
	background: #fff;
	/*border: 2px solid #fff;*/
/*    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;*/
}
div#slider_right {
	width: 340px;
    height: 340px;
    margin: 0 auto;
    margin-bottom: 50px;
    overflow: hidden;
    margin-top: 36px;
    background: #fff;
    margin-right: 74px;
    border: 2px solid #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

}
div#slider img
{
	width: 1349px;
	height: 528px;
}
/*++++++++++Sort by+++++++++++*/
div.sortby {
	position: absolute;
	top: 10px;
	right: 0px;
}
div.sortby p {
	float: left;
	margin-right: 10px;
	color: #555;
	line-height: 24px;
	font-size: 12px;
}
div.sortby #select_sort {
	padding: 3px;
	min-width: 170px;
	font-size: 12px;
	color: #555
}
/*++++++++++SUB HEADER+++++++++++*/
div#banner {
	height: 145px;
	position:relative;
	margin:0px auto;
	text-align: center;
}
div#iconlogo
{
	position:absolute;
	top: 10px;
    left: 73px;
}
a#logo {
	display: inline-block;
}
div#hotline {
	position: absolute;
	right: 0px;
	top: 10px;
}
div.hotline span img{
	margin-right: 20px;

}
div#hotline span:first-child {
	font-weight: 400;
	font-size: 18px;
	color: #FF0;
}
div#hotline span:last-child {
	font-weight: bold;
	font-size: 32px;
	font-family: 'Times New Roman';
	color: #da0000;
	font-style: italic;
}
div.header-sub {
	position: absolute;
}
div#header-top {
	width: 100%;
}
div.header-center {
	position: relative;
	width: 1000px;
	margin: 0px auto;
}
div#header-place {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding: 3px 0px;
}
div#place {
	position: relative;
	float: left;
	min-width: 150px;
	padding: 4px;
	border: 1px solid #CCC;
	border-radius: 3px;
	height: 16px;
	background: url(images/pin_map.png) no-repeat 5px -12px;
	background-size: 12px;
}
h5#current-place {
	cursor: pointer;
	font-weight: bold;
	font-size: 100%;
	color: #FFF;
	padding: 0px 25px 20px 20px;
	background: url(images/arrow_state_grey_expanded.png) no-repeat 98% 1px;
	background-size: 15px;
}
div#place ul {
	list-style: none;
	padding: 5px 0px;
	position: absolute;
	left: 0px;
	top: 34px;
	display: none;
	min-width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #FFF;
	z-index: 1050;
	box-shadow: 0px 0px 3px #333;
}
div#place ul h6 {
	font-size: 95%;
}
div#place ul li {
	margin: 0px 3px;
	border-top: 1px solid #ccc;
}
div#place ul li:first-child {
	border-top: none;
}
div#place ul a {
	display: block;
	padding: 5px 0px 5px 20px;
	background: url(images/pin_map.png) no-repeat 3px 7px;
	background-size: 12px;
}
div#place ul a:hover {
	color: #FFF;
	background-color: #373737;
	background-position: 3px -12px;
	background-size: 12px;
}
div#place span {
	display: none;
	position: absolute;
	top: 25px;
	left: 0px;
	width: 100%;
	height: 15px;
	background: url(images/arrow_state_grey_expanded_up.png) no-repeat 10% bottom;
}
ul.deal-nav li {
	border-left: 1px solid #ccc;
	margin-top: 3px;
}
ul.deal-nav h5 {
	font-family: "Open sans";
	font-weight: 400;
	font-size: 14px;
}
ul.header-nav-member li {
	padding-bottom: 15px !important;
}
ul.header-nav-member a {
	font-family: "Open sans";
	font-weight: 400;
	font-size: 14px;
}
div#header-hotline p {
	font-family: UTM_HEAVY;
	font-size: 25px;
	color: #fff000;
}
div#header-like {
}
div#header-cart a {
	font-family: UTM;
	font-size: 20px;
}
div#header-cart span {
	color: #FF6100
}
div#header-nav-login {
	position: absolute;
	top: 27px;
	left: -40px;
	display: none;
	width: 200px;
	padding: 10px;
	color: #FFF;
	background: #333;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 0px 3px #000;
	z-index: 999999;
}
div#header-middle {
	width: 100%;
	background: #02880f;
}
div#header-navigation {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding: 5px 0px;
}
div#header-search {
	cursor: pointer;
	width: 20px;
	height: 20px;
	bottom: 5px;
	right: 0px;
	background: url(images/icon_search.png) no-repeat center center;
}
div#header-search span {
	display: none;
	position: absolute;
	z-index: 1005;
	bottom: -21px;
	left: 4px;
	width: 100%;
	height: 15px;
	background: url(images/arrow_state_grey_expanded_up.png) no-repeat 10% bottom;
}
/*++++++++++SEARCH+++++++++++*/

div#search input {
	width: 230px;
    height: 28px;
    padding-left: 15px;
    color: #262b30;
    outline: none;
    margin: 0px auto;
    float: right;
    border: none;
    border-radius: 10px;
    background: url(images/search_bg.png) no-repeat;
}
div#search {
    position: absolute;
    top: 172px;
    height: 25px;
    left: 1002px;
    z-index: 99999;
}
div#btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
div#header-bottom {
	width: 100%;
	background: #FFF;
}
/*++++++++++SUB MANU+++++++++++*/
div.menu-nav {
	position: absolute;
	top: 5px;
	left: 3px;
	width: 223px;
	height: 32px;
	margin:opx auto;
	
}
div.menu-nav h2.allNav {
	position: absolute;
	display: block;
	width: 223px;
	height: 32px;
	cursor: pointer;
	font-size: 20px;
	font-family: UTM;
	font-weight: 400;
	line-height: 30px;
	background: url(images/bg_all_nav.png) no-repeat top center;
	z-index: 1000;
}
div.menu-nav h2.allNav a {
	color: #FFF;
	display: block;
	margin-left: 20px;
}
div.menu-nav:hover ul#top-nav {
	display: block;
}
/*++++++++++Flexslider+++++++++++*/
/*++++++++++SEARCH+++++++++++*/
div#multi-search {
	float: left;
	width: 320px;
	min-height: 240px;
	background: #FFF url(images/bg_multi_search.png) repeat-x left center;
	overflow: hidden;
}
div#multi-search .label {
	font-family: UTM;
	font-size: 25px;
	color: #FFF;
	float: left;
	margin-left: 28px;
	margin-right: 80px;
	padding-top: 10px;
	line-height: 30px;
}
div#multi-search .label span {
	color: #000;
}
div#multi-search .element-search {
	width: 170px;
	height: 23px;
	padding-left: 6px;
	color: #666;
	border: 1px solid #ccc;
}
div#multi-search div#btn {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 37px;
	line-height: 35px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	background: url(images/btn.png) no-repeat top center;
}
/*++++++++++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;
	background-color: #005596;
	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: #005596;
}
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#top-nav {
	position: relative;
	list-style: none;
	margin: 0px auto;
	display: inline-block;
}
ul#top-nav li {
	position: relative;
	float: left;
	/*background: url(images/line_menu.png) no-repeat right -1px;*/
}
ul#top-nav a {
	position: relative;
	display: block;
	padding: 0px 30px;
	font-weight: normal;
	text-transform: uppercase;
	color:#fff;
	white-space: nowrap;
	font-size: 20px;
}
ul#top-nav li:hover a, ul#top-nav li.menu a {
	color: #E2FF00;
	/*background: #005DD6;*/
}
ul#top-nav ul {
	position: absolute;
	list-style: none;
	min-width: 250px;
	display: none;
	top: 46px;
	left: -5px;
	z-index: 1000;
	box-shadow: 0px 0px 2px #333;
	text-align: left;
}
ul#top-nav ul ul {
	position: absolute;
	display: none;
	width: 200px;
	top: 0px;
	left: 200px;
	z-index: 1002;
}
ul#top-nav ul li {
	width: 100%;
    background: #1A77E4;
    border-bottom: 1px solid #1A7FED;
    padding: 3px 15px 3px 0px !important;
}
ul#top-nav ul li.exist_items {
	background: #0879c0 url(images/right.gif) no-repeat 98% 10px;
}
ul#top-nav ul li:last-child {
	border-bottom: none;
}
ul#top-nav ul ul li {
	width: 234px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #ccc;
}
ul#top-nav ul li a {
	color: #FFFFFF !important;
	padding: 5px 10px;
	background: none !important;
	box-shadow: none !important;
	border: none !important;
}
ul#top-nav ul li a:hover {
	color: #E2FF00 !important;
}
ul#top-nav ul li:hover ul li a {
	color: #FFF !important;
}
ul#top-nav ul li:hover ul li a:hover {
	color: #E2FF00 !important;
}
ul#top-nav li:hover ul ul, ul#top-nav li ul li:hover ul ul {
	display: none;
}
ul#top-nav li:hover ul, ul#top-nav li ul li:hover ul {
	display: block;
}
/*++++++++++COMPARE+++++++++++*/
div.compare-category {
	float: left;
	width: 100%;
}
div.compare-category h2 {
	float: left;
	font-family: UTM;
	font-size: 20px;
	font-weight: 400;
	margin-left: 50px;
	margin-top: 20px;
}
div.compare-device {
	float: left;
	width: 100%;
	margin-top: 20px;
}
div.compare-buttons {
	float: left;
	width: 120px;
	padding: 60px;
}
div.compare {
	float: right;
	width: 530px;
}
div.compare-button {
	margin-bottom: 10px;
	font-family: UTM;
	font-size: 17px;
	font-weight: 400;
	cursor: pointer;
	width: 120px;
	height: 28px;
	line-height: 25px;
	border: 1px solid #c53727;
	border-radius: 3px;
	color: #FFF;
	text-align: center;
	background: #2b2b2b;
	background: -webkit-linear-gradient(top, #2b2b2b 50%, #000 50%);
	background: -moz-linear-gradient(top, #2b2b2b 50%, #000 50%);
	background: -ms-linear-gradient(top, #2b2b2b 50%, #000 50%);
	background: -o-linear-gradient(top, #2b2b2b 50%, #000 50%);
}
div.compare-button:hover {
	box-shadow: 0px 0px 5px #c53727;
}
div.compare-search {
	float: left;
	position: relative;
	width: 100%;
	height: 40px;
	margin-top: 20px;
	background: #CCCCCC url(images/bg_search.png) no-repeat left center;
	border: 1px solid #e5e4e4;
	overflow: hidden;
}
div.compare-search .label {
	font-family: UTM;
	font-size: 23px;
	color: #FFF;
	float: left;
	margin-left: 28px;
	margin-right: 110px;
	padding-top: 5px;
	line-height: 30px;
}
div.compare-search .label span {
	color: #000;
}
div.compare-search .element-search {
	float: left;
	width: 170px;
	height: 23px;
	padding-left: 6px;
	margin: 8px 5px;
	color: #999;
	border: 1px solid #ccc;
}
div#compare-btn {
	position: absolute;
	right: 20px;
	top: 7px;
	width: 92px;
	height: 26px;
	cursor: pointer;
	background: url(images/btn.png) no-repeat top center;
}
div.compare-search-result {
	float: left;
	width: 100%;
}
/*++++++++++LEFT NAVIGATION+++++++++++*/
dl {
	width: 219px;
	/*margin: 5px;*/
}
dt {
    background: url(images/left_bg.png) no-repeat left top;
    margin-bottom: 1px;
    background-size: 100% 100%;
    height: 36px;
    font-size: 14px;
    font-family: 'RobotoCondensedRegular';
}
dt:last-child {
	border-bottom: none !important;
}
dt a {
color: #727272;
    display: block;
    font-weight: bold;
    padding: 5px;
    padding-left: 35px;
}
dt a:hover {
	color: #FF0000;
}
dt.active_ a {
	color: #f00;
}
ul.left-nav {
	list-style: none;
	margin: 5px 0px;
}
ul.left-nav li {
	border-top: 1px dotted #ccc;
}
ul.left-nav li:first-child {
	border-top: none;
}
ul.left-nav li a {
	display: block;
	color: #0054c7;
	padding: 5px 0px 5px 15px;
	font-weight: bold;
	background: url(images/arrow.png) no-repeat 7px 9px;
}
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: 19px 10px 25px 97px;
    background: url(images/hotline_ic.png) no-repeat 50px 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: 230px;
	margin: 5px auto;
}
select#listVideo {
	width: 230px;
    margin-left: 10px;
	margin-bottom: 5px;
	padding: 2px;
}
div#pics {
	width: 230px;
    height: 200px;
	margin: 5px;
}
div#khuyenmai {
	float: left;
	width: 190px;
	height: 100px;
	margin: 5px;
}
/*++++++++++RIGHT NAVIGATION+++++++++++*/
div#tabs-news {
	margin-top: 5px;
}
ul.right-news {
	list-style: none;
}
ul.right-news li {
	padding: 5px 0px;
	border-top: 1px solid #ccc;
}
ul.right-news li:first-child {
	border-top: none !important;
}
ul.cat-nav {
	list-style: none;
}
ul.cat-nav li {
	padding: 5px 0px;
	border-top: 1px dotted #ccc;
}
li#first-cat-nav {
	border-top: none;
}
ul.cat-nav li a {
	display: block;
	padding-left: 20px;
	background: url(images/icon.gif) no-repeat 8px 4px;
}
/*++++++++++PRODUCT+++++++++++*/
div#box-sp-slide {
	width: 645px;
	height: 410px;
}
div#box-sp-slide div.box-sp-img img {
	width: 645px;
	height: auto;
	margin-top: -167.5px
}
div#box-sp-slide div.box-sp-time {
	padding: 2%;
}
div.box-sp {
    float: left;
    width: 220px;
    font-size: 12px;
    position: relative;
    margin: 10px 4px 10px 10px;
    margin-bottom: 10px;
 }
 div.box-sp-dv-chinh {
    float: left;
    width: 300px;
    height: 331px;
    font-size: 12px;
    position: relative;
    margin-right: 12px;
    margin-top: 10px;
    border: 1px solid #adacac;
 }
div.box-ten-chitiet{
	position: absolute;
	float: left;
}
div.box-sp-img {
    width: 213px;
    text-align: center;
    padding: 4px;
    border: 1px solid #adacac;
}
div.box-sp p {
	width: 210px;
    height: auto;
    text-align: center;
    padding: 4px;
    border: 1px solid #adacac;
}
div.box-sp-img:hover {
	border: 1px solid #FF0000
}
div.box-sp-img img {
    width: 212px;
}

div.box-sp-shadow {
	width: 100%;
	height: 6px;
	background: url(images/bg_sp_shadow.png) no-repeat top center;
}
div.box-sp-name {
    text-align: center;
    width: 220px;
    font-family: 'tahoma';
    font-weight: bold;
    border-top: none;
}
div.box-sp-name h3 {
	font-weight: bold;
    font-size: 13px;
    width: 220px;
    line-height: 20px;
}
div.box-sp-name a {
    font-size: 15px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}
div.box-sp-name span {
    color: #000;
}
.chitiet{
	color: #DE0202;
}
.gia{
	color: #DE0202;
	text-align: center;
	font-size: #FFF;
	font-size: 14px;
}
div.box-sp-name span{
	color: #424040;
    font-weight: bold;
    font-family: 'RobotoCondensedRegular';
}
div.box-sp-name .detail{
    width: 115px;
    height: 30px;
    line-height: 16px;
    font-size: 12px;
    border: 0px solid #adacac;
    color: #000;
    background: url(images/chitiet_bg.png) no-repeat;
    margin-left: 50px;
    margin-top: 10px;
}
div.box-sp-name a:hover {
	color: #F00
}
div.box-sp-price {
	width: 100%;
	font-weight: bold;
	padding: 5px 0px;
	font-family:'UTMFlavour';
	font-size:20px;
	text-align:center;
}
div.box-sp-price p.old-price {
	margin-left: 10px;
	color: #666;
	text-decoration: line-through;
	line-height: 30px;
	letter-spacing: -1px;
}
div.box-sp-price p.special-price {
	color: #f55e07;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: -1px;
}
div.box-sp-price p.save-price {
	display: inline-block;
	padding: 0px 10px;
	margin: 0px auto;
	font-family: UTM;
	font-weight: 400;
	color: #FFF;
	font-size: 20px;
	background: url(images/bg_save_price.png) repeat-x top center;
}
div.box-sp-price span {
	color: #ff6600;
}
div.box-sp-price p.cost {
	width: 100%;
	color: #052b33;
	text-align: center;
}
div.box-sp-price p.cost span {
	color: #F00;
	letter-spacing: -1px;
}
div.box-sp-price p.detail {
	float: right;
	width: 52px;
	height: 21px;
	text-align: center;
}
div.box-sp-price p.detail a {
	display: block;
	width: 52px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	background: url(images/bg_detail.png) no-repeat center top;
	color: #DC0000;
}
div.box-sp-mota {
	position: absolute;
	padding: 10px;
	width: 220px;
	display: none;
	visibility: hidden;
	background: #FFC;
	z-index: 1000;
	border: 2px solid #FC6;
}
div.box-sp-hide {
	display: none;
}
div.box-sp-show {
	display: block;
}
div.box-sp-compare {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 148px;
	height: 231px;
	display: none;
	background: rgba(0,0,0,0.5);
	z-index: 100;
	border-radius: 5px;
}
div.box-sp-compare a {
	position: absolute;
	cursor: pointer;
	top: 80px;
	left: 53px;
	display: block;
	width: 40px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	font-size: 40px;
	background: #FF5900;
	z-index: 1000;
}
div.box-sp-compare-added {
	visibility: hidden;
}
div.box-sp-time {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 3% 3%;
	width: 95%;
	display: none;
	background: rgba(0,0,0,0.8);
}
div.box-sp-time p.note-count-down {
	float: right;
	font-weight: bold;
	color: #FFF;
	padding-left: 20px;
	background: url(images/time.png) no-repeat left center;
}
div.box-sp-time p.bought {
	float: left;
	font-weight: bold;
	color: #FFF;
}
div.box-sp-line {
	float: left;
	height: 280px;
	border-left: 1px dotted #999;
	margin-left: -30px;
	margin-top: 45px;
}
div#wrap-view {
	float: left;
	width: 100%;
	height: 3px;
	margin-top: 35px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
div#wrap-view a.viewAll {
	display: inline-block;
	color: #FFF;
	margin-top: -15px;
	border: 1px solid #FFF;
	border-radius: 4px;
	padding: 7px 15px;
	text-transform: uppercase;
	background: url(images/bg_viewAll.png) repeat-x left center;
}
div#wrap-view a.viewAll:hover {
	color: #000;
}
div#search-color img {
	cursor: pointer;
	border: 1px solid #f2f2f2
}
div#search-color img.select-color {
	border: 1px solid #555;
}
/*++++++++++JS ZOOM PRODUCT+++++++++++*/
div.jszoom-product {
	float: left;
	width:400px;
}
div.thumb ul {
	position: relative;
	list-style: none;
	width: 400px !important;
}
div.thumb ul li {
	position: absolute;
	z-index: 0;
	width: 100% !important;
	display: none;
}
div.thumb ul li.active {
	z-index: 10;
	display: block;
}
div.thumb ul li img{max-width: 100%;width: 100%}
div.product-detail {
	float: left;
	width: 400px;
	margin-top: 10px;
	line-height: 2em;
	list-style: inside;
	color: #000;
}
div.product-detail img {
	max-width: 470px;
}
div#product-detail img {
	max-width: 635px;
	height: auto !important;
}
div.product-detail h3 {
	font-family: "Open Sans";
	font-weight: 400;
	letter-spacing: -1px;
	font-size: 27px;
	line-height: 45px;
}
div.product-description {
	float: left;
	margin-left: 20px;
	width: 380px;
	line-height: 2em;
}
div.product-description h2 {
	font-family: "Open Sans";
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}
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 div.box-sp {
	width: 135px;
	border: none;
	padding: 0px
}
div.product-description div.box-sp-img {
	width: 135px;
	margin-top: 0px;
}
div.product-description div.box-sp-name {
	width: 100%;
	margin: 0px;
	height: 32px;
}
div.product-description div.box-sp-name h3 {
	padding: 0px 5px;
	line-height: 1.5em;
}
div.product-description div.box-sp-price {
	width: 100%;
	margin: 0px;
}
div.product-description div.box-sp-price p {
	float: none;
	text-align: center;
}
div.product-description-content {
	float: right;
	width: 100%;
}
div.product-description-content div.title {
	position: relative;
	background: none;
}
div.product-description-content div.title h2 {
	margin-left: 0px;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	text-transform: none;
}
div.product-description-content div.content {
	width: 100%;
	border: none;
	background: none;
	margin-bottom: 10px;
}
div.product-description-content div.content p {
	float: left;
	width: 150px;
	margin-right: 10px;
	font-size: 13px;
}
div.product-description-content div.content b {
	font-weight: bold;
	font-size: 13px;
}
div.product-description-content p#color-name {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #000
}
div.product-description-content p.bought {
	line-height: 12px;
	border: 1px solid #c6e59f;
	border-radius: 5px;
	float: left;
	padding: 7px 5px 7px 40px;
	background: #e2f2cf url(images/check.png) no-repeat 10px center;
	color: #70bd0f
}
div.product-description-content p.note-count-down {
	margin-left: 30px;
	line-height: 18px;
	border: 1px solid #ccc;
	border-radius: 5px;
	float: left;
	padding: 10px 20px 10px 40px;
	font-family: "Open sans";
	font-weight: 400;
	font-size: 17px;
	background: url(images/clock.png) no-repeat 10px center;
	background-size: 25px;
}
div.product-description-content p.gsp {
	float: left;
	margin-left: 30px;
	text-transform: uppercase;
	background: url(images/gsp2.png) no-repeat 10px center;
	font-weight: bold;
	padding: 7px 20px 7px 40px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
div.product-description-content p.gv {
	float: left;
	margin-left: 30px;
	text-transform: uppercase;
	background: url(images/gv2.png) no-repeat 10px center;
	font-weight: bold;
	padding: 7px 20px 7px 40px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
div#color img {
	cursor: pointer;
	border: 1px solid #FFF
}
div#color img.color-first {
	border: 1px solid #FF9900;
}
div#size span {
	float: left;
	width: 40px;
	background: #FFF;
	margin: 3.5px;
	border: 1px solid #CCC;
	cursor: pointer
}
div#size span.product-size {
	border: 1px solid #FF9900;
}
div.quantity {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
div.quantity p {
	float: left;
	margin-right: 10px;
	font-weight: 600;
	color: #000;
	font-family: "Open Sans";
	font-size: 15px;
}
div.quantity #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;
	letter-spacing: -1px;
	background: #990004;
	padding: 6px 17px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	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: 100%;
	margin-top: 20px;
}
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.content-detail {
	margin-top: -2px;
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
	border-radius: 0px 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
	-ms-border-radius: 0px 5px 5px 5px;
	-o-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-ms-box-shadow: 0px 0px 5px #ccc;
	-o-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	background: #FFF;
}
/*++++++++++NEWS+++++++++++*/
div.box-news {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}
div.box-news-end {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}
div.box-news:first-child {
	border-top: none !important;
	/*padding-top: 30px !important;*/
}
div.box-news-img {
	float: left;
	width: 213px;
	height: auto;
	padding: 4px;
	border: 0px solid #ebebc3;
	padding-left: 25px;
}
div.box-news-img-tintuc {
	float: left;
	width: 32%;
	height: auto;
	padding: 4px;
	border: 0px solid #ebebc3;
	padding-left: 25px;
}
div.box-img-dv-chinh{
    float: left;
    width: 300px;
    border: 0px solid #ebebc3;
}
div.box-img-dv-chinh img{
    width: 295px;
    height: 260px;
}
div.box-name-dv-chinh{
	    width: 300px;
    font-family: 'arial';
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #727272;
    display: block;
    line-height: 72px;
}
div.box-news-img-end {
	float: left;
	width: 213px;
	height: auto;
	padding: 4px;
	border: 0px solid #ebebc3;
	padding-left: 25px;
}
div.box-news-img:hover {
	border: 0px solid #ff0000;
}
div.box-news-img-tintuc:hover {
	border: 0px solid #ff0000;
}
div.box-news-img-end:hover {
	border: 0px solid #ff0000;
}
div.box-news-img img {
	width: 213px;
}
div.box-news-img-tintuc img {
	width: 213px;
}
div.box-news-img-end img {
	width: 213px;
}
div.box-news-name {
	margin-bottom: 5px;
		font-family:Arial;
}
div.box-news-name h3 {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
div.box-news-name-tintuc {
	width: 252px;
	margin-bottom: 5px;
	font-family:Arial;
	line-height: 23px;
}
div.box-news-name-tintuc h3 {
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}
div.box-news-mota {
	line-height: 1.9em;
    font-size: 12px;
    font-family: Arial;
    width: 900px;
    padding-left: 25px;
}
div.box-news-readmore {
	width: 403px;
	text-align: right;
}
div.box-news-readmore a {
	padding: 5px 22px;
	font-style: italic;
	font-size: 11px;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
	display: inline-block;
	font-weight: bold;
	background: url(images/bg_readmore.png) no-repeat center center
}
div.box-news-name-end {
	margin-bottom: 5px;
		font-family:Arial;
}
div.box-news-name-end h3 {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
div.box-news-mota-end {
	line-height: 2.0em;
    font-size: 13px;
    font-family: Arial;
    width: 580px;
    padding-left: 25px;
}
div.box-news-readmore-end {
	width: 403px;
	text-align: right;
}
div.box-news-readmore-end a {
	padding: 5px 22px;
	font-style: italic;
	font-size: 11px;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
	display: inline-block;
	font-weight: bold;
	background: url(images/bg_readmore.png) no-repeat center center
}

div.box-news-readmore a:hover {
}
div#box-news-first {
	border-top: none !important;
}
div#box-author {
	border-top: none;
	padding: 0px;
}
div.box-news-readmore-end a:hover {
}
div#box-news-first-end {
	border-top: none !important;
}
div#box-author-end {
	border-top: none;
	padding: 0px;
}
/*++++++++++FORM+++++++++++*/

/*++++++++++BOTTOM NAVIGATION+++++++++++*/
ul#bottom-nav {
	list-style: none;
	text-align: center;
}
ul#bottom-nav li {
	display: inline-block;
}
ul#bottom-nav li a {
	font-weight: bold;
	padding: 0px 10px;
	text-transform: uppercase;
	font-size: 12px;
	border-left: 1px solid #FFF;
	text-shadow: 0px 0px 2px #000
}
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#truycap {
	position: absolute;
    padding: 0px 155px;
	height: 36px;
	margin-top: 10px;
}
div#truycap p {
	margin-right: 138px;
    width: 132px;
    padding-left: 38px;
    padding-top: 9px;
    font-size: 15px;
    color: #FFFFFF;
}
div#online {
	padding: 20px 67px;
	height: 36px;
	font-size: 12px;
}
div#online p {
	margin-left: 18px;
	font-size: 15px;
	color: #FFFFFF;
}
div#online b {
	font-weight: bold;
	color: #F00;
}
.tablelienhe span {
	color: #F00;
}
.tablelienhe td {
	height: 30px;
}
.tablelienhe .input {
	azimuth: center;
	width: 300px;
	height: 26px;
	border: 1px solid #ccc
}
.tablelienhe .title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase
}
/* ---- 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: 220px;
	padding: 10px;
}
div.category-title {
	float: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
div.category-title h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	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: #222;
	padding: 20px 0px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
div#footer-social h3 {
	float: left;
	font-size: 30px;
	color: #FFF;
	font-family: UTM;
	font-weight: 400;
}
div#footer-social p {
	float: left;
	margin-left: 30px;
	padding-top: 7px;
}
div#footer-social h2 {
	float: right;
	font-size: 28px;
	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: 280px;
    padding-left: 8px;
    height: 41px;
    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================*/
.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;
}
div#bando
{
	margin-top:-23px;
	}
.box_containerlienhe .content ul.list_map
{
	list-style:none;
}
.box_containerlienhe .content ul.list_map li
{
  margin:3px 0px 7px 0px;
}
#map_canvas {    
    height: 500px;
    width: 925px;
	margin:0px auto;
}
#map_canvas_footer {    
    height: 137px;
    width: 370px;
    margin: 0px auto;
}
.map_description {
    color: #000000;
    overflow: auto;
    width: 300px;
}
.map_description .default {
    color: #FF0000;
}
.map_description div {
    line-height: 18px;
    margin: 3px;
}
.map_list_address {
    float: left;
    height: 500px;
    overflow: hidden;
    width: 250px;
}
.map_list_address .list {
    line-height: 18px;
    margin-bottom: 5px;
}
.map_list_address span {
    color: #FCFF46;
}
.map_title {
    color: #30A602;
    font-weight: bold;
}
.navigate .C {
    width: 970px;
}

/*===============================================================*/
div.divthogntinlienhe
{
	width: 730px;
	  margin: 24px auto;	
	border:1px solid #ccc;
	border-radius:5px;
}
div.gioithieulienhe
{
	margin:15px;	
}
div.formlienhe
{
	width:570px;
	margin:0 auto;	
}
div.mxh
{
    position: absolute;
    top: 14px;
    left: 1130px;
}
div.mxh a{
	/*display: block;*/
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    margin: 3px 0px;
}
div.mxh a img{
	float: left;
	margin-right: 10px;
}

div.mxh_lienhe
{
    position: absolute;
    top: 14px;
    /*left: 1020px;*/
}
div.mxh_lienhe a{
	/*display: block;*/
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    margin: 3px 0px;
}
div.mxh_lienhe a img{
	float: left;
	margin-right: 10px;
}

div.mxh_ft
{
		/*position:absolute;
		top:50px;*/
}
div.mxh_ft a{
	display: block;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    margin: 3px 0
}
div.mxh_ft a img{
	/*float: left;*/
	margin-right: 10px;
}
.hotline
{
    position: absolute;
    left: 600px;
    top: 116px;
    font-size: 20px;
    color: #ee0a0a;
    line-height: 20px;
    text-shadow: 1px 1px 1px #FFFFFF, 1px 1px 0px #000000;
}
div.hotline span{
    font-size: 22px;
    line-height: 30px;
    color: #F10000;
    font-family: 'UTMFlamenco';
}
div.hotline p{
	color: #fff;
	font-size: 25px;
	text-align: right;

}
.size
{
	width:1200px;
	height:auto;
	margin:0px auto;
	position: relative;
}
.size_sv
{
	width:1200px;
	height:auto;
	margin:0px auto;
	font-family:'UTMAzuki';
	line-height:70px;
	font-size:40px;
}
.thongtin
{
	font-size:13px;
	font-family:arial;
	line-height:40px;
}
div.thongtin a
{
	color: #fff;
}
div.thongtin a:hover
{
	color: #FF0000;
}
.thongtinlienhe
{
	font-size:16px;
	font-family:arial;
	line-height:23px;
	color: #FFFFFF;
}
.copy_right
{
	padding-top: 45px;
}
.home
{
	position: absolute;
	width: 50px;
	height: 100%;
	left: 0px;
	z-index: 100px;
}
.banner_ic1
{
	position: absolute;
    left: 974px;
    top: 27px;
    width: 184px;
    height: 174px;
}
.banner_ic2
{
	position: absolute;
    left: 1160px;
    top: 6px;
    width: 90px;
    height: 154px;
}
.doitac{
	position: absolute;
	left:800px;
	top:10px;
}
.title_tin{
	width: 100%;
	background: url(images/title_tintuc.png) no-repeat;
	height: 50px;
    font-size: 17px;
    font-family: arial;
    color: #459B05;
    font-weight: bold;
    padding-left: 32px;
    padding-top: 11px;
}
.hotline_right{
	font-size: 20px;
	font-family: Georgia;
	color: #0000FF;
	    padding-right: 98px;
}
.yahoo{
	padding-left: 0px;
	padding-top: 0px;
}
.line_end{
    position: absolute;
    left: 637px;
    bottom: 36px;
    height: 223px;
    z-index: 10;
	
}
.line_end1{
	    position: absolute;
    left: 10px;
    bottom: 272px;
    z-index: 10;
}
#owl-demo .item{
    background: #42bdc2;
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.tructuyen{
	line-height: 40px;
    padding-left: 20px;
    font-size: 13px;
}

.tructuyen span{
	padding-left: 10px;
	font-family: 'RobotoCondensedRegular';
	color: #fff;
}
.tructuyen b{color: #fff;float: right; }
.bor{border-bottom: 1px solid #fff;}
.khung_full{
	
    width: 100%;
	position: relative;

}
.khung_left{
	width: 50%;
	float: left;
}
.khung_left p{
	font-size: 12px;
	text-align: left;
}
.khung_right{
	width: 50%;
	float:right;

}
.ten{
	padding-left: 25px;
	color: #FF0000;
	text-align: left;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.sdt_ten{
	font-size: 12px;
	padding-left: 17px;
	color: #151414;
	text-align: left;
	font-style: italic;

}
.f_size{
	font-size: 12px !important;
	font-style: italic;
}
.f_size_1{
    font-size: 12px !important;
    font-style: italic;
    text-align: left;
    font-family: arial;
    font-weight: bold;
}
.f_size1{
	position: absolute;
	left: 10px;
	width: 1000px;
	background: url(images/line_on.png) no-repeat;
	border-bottom: 1px dashed #000;
}
div.dv_chinh{
	background: url(images/left_bg.png) no-repeat left top;
	margin-bottom: 1px;
	background-size: 100% 100%;
	height: 57px;
	font-size: 14px;
	font-family: arial;
	text-transform: uppercase;
}
div.dv_chinh >p>a{
	color: #727272;
    display: block;
    font-weight: bold;
    padding: 17px;
    text-transform: uppercase;
    padding-left: 35px;
    line-height: 27px;
}
.dv_left{
	background: url(images/dich_vu_left.png) no-repeat;
	width: 261px;
	height: 343px;
	position: relative;
}
.dv_left_hot{
	position: absolute;
    top: 312px;
    left: 26px;
    font-size: 20px;
}
div.footer_lhe{
	position: relative;
	width: 1200px;
	height: 60px;
	background: #eee;
	margin: 0px auto;
}
div.dkemail_lh{
    width: 317px;
    float: left;
    font-size: 19px;
    line-height: 63px;
    text-indent: 10px;
}
div.dkemail_lh1{
	width: 400px;
	float: left;
	margin-top: 10px;
}
div.dkemail_lh2{
	width: 400px;
	float: right;
}
div.lienhe_index{font-size: 15px;line-height: 30px;font-family: 'RobotoCondensedRegular';}
div.lienhe_index span{color: #FF0000;font-size: 15px;}
div.mar{color:#FF0000;font-size: 20px;}
/*===============================================================*/
.MagicZoomPlus{width: 100% !important;}