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

/*++++++++++DEFAULT+++++++++++*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background:url(images2/br_web.png) center  repeat;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
a.active {
	color: #F00;
}
a:active {
	color: #555;
}
img {
	border: none;
}
div.clear {
	display: block;
	clear: both;
}
input::-webkit-input-placeholder {
	color: #FFF;
}
input::-moz-placeholder {
	color: #FFF;
}
input:-moz-placeholder {   /* Older versions of Firefox */
	color: #FFF;

}
input:-ms-input-placeholder { 
	color: #FFF);
}
.bo_boder{
	border-bottom: none;
}
#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;
}
div.maxwidth{

	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}
div.maxwidth1000{

	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}
div.maxwidth980{

	max-width: 980px;
	position: relative;
	margin: 0 auto;
}
.margin_right{
	float: right !important;
	margin-right: 0px !important;
}
/*++++++++++LAYOUT+++++++++++*/
div#full {
	position: relative;
	width: 100%;
	height: auto;/*background: url(images/bg_full_top.png) no-repeat center top, url(images/bg_full_bottom.png) no-repeat center bottom;*/
}
div#wrapperfull {
	position: relative;
	width: 1349px;
	margin: 0px auto;
}
div#wrapper {
	position: relative;
	width: 980px;
	margin: 0px auto;

	    padding-top: 10px;
}
div#header {
	position: relative;
	width: 100%;
	margin: 0px auto;
}
div#menu {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0px auto 10px auto;
	background: #009eff;
	max-width: 1349px;
}
div#quangcao {
	float: left;
	width: 100%;
	height: 320px;
	margin-bottom: 10px;
}
div#container {
	position: relative;
	float: left;
	width: 100%;
	background:url(images2/images/mocxanh_09.png) center repeat;
}
div#left {
	float: left;
	width: 240px;
}
div#right {
	float: right;
	width: 240px;
}
div.sub-left {
	float: right;
	width: 240px;
	padding-bottom: 12px;
}
div.title {
    position: relative;
    /* float: left; */
    width: 100%;
    margin: 0 auto;
    height: 40px;
   background: url(images2/title_br_right.png) left top repeat-x;
   border-radius: 5px;
}


div.title h2 {
float: left;
    padding-right: 13px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "RobotoCondensedRegular";
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 0px 0px #333;
    font-weight: normal;
    display: inline-block;
    position: relative;
    padding-left: 13px;
    min-width: 176px;
    text-align: center;
}

div.lefthttt{
	width: 50%;
	float: left;
}
div.htttright{
    width: 50%;
    float: right;
    font-family: "UTMAlterGothic";
    font-size: 20px;
    color: #3d3d3d;
    line-height: 23px;
    margin-top: 10px;
}

div.title a {
	color: #000;
}
div.title a:hover {
	color: #FF0;
	text-shadow: 0px 0px 2px #000;
}
div.content {
    float: left;
    /* width: 100%; */
    width: 238px;
    border: 1px solid #ccc;
    border-top: none;
    margin-top: -2px;

}
div.bottom {
	float: left;
	width: 100%;
	height: 7px;
	background: url(images/bottom.png) no-repeat center top;
}
div#info {
	position: relative;
}
div.info {
	float: left;
	width: 720px;
	margin-bottom: 10px;
}
div.info2 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    min-height: 730px;
}



div.info-title2 {
	position: relative;
	float: left;
	width: 100%;
	height: 25px;
	padding-bottom:15px;
	background:url(images2/ulphai_h38.png) top center repeat-x;
}

div.info-title2 h2 {
	float: left;
	  margin-left: 51px;
  padding-top: 5px;
	text-transform: uppercase;
	font-family: "texgyreadventorbold";
 	 font-size: 16px;
  	color: #fff200;
	text-shadow: 0px 0px 2px #492626;
	white-space:nowrap;
}

div.info-title {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    overflow: hidden;
    padding: 4px;
    background: #E6E6E6;
}
div.info-title h2:before {
    content: '';
    position: absolute;
    top: 42px;
    right: -991px;
    display: block;
    width: 1205px;
    height: 1px;
    /* background: url(images2/ul_phai_before.png) top left repeat-x; */
    z-index: -1;
    border-bottom: 1px solid #16A085;
}

div.info-title h2 {
    float: left;
    padding-left: 13px;
    line-height: 40px;
    text-transform: uppercase;
    color: #12806A;
    font-weight: normal;
    display: inline-block;
    position: relative;
    min-width: 176px;
    text-align: left;
    font: 14px tahoma, arial;

}
div.info-title h2 span{
    background: url(images2/right.png) left no-repeat;
    clear: both;
    padding: 3px 14px;
}
div.info-title p {
	float: right;
	color: #FFF;
	line-height: 47px;
	font-size: 15px;
}
div.info-title a {
	color:#7B7777;
}
div.info-title a:hover {
	text-decoration: underline;
}
div.info-content {
	float: left;
	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;
}
div.sort {
	float: left;
	width: 680px;
	padding: 20px;
	background: #F2F2F2;
}
div.sort h2 {
	font-family: Tahoma;
	font-size: 16px;
	color: #555;
}
div#footer {
	width: 100%;
	margin:0 auto;
	color:#777;
	background: #fff;
	padding-top: 20px;
	line-height: 25px;

}
div#footer-left {
	float: left;
	width: 80%;
}
div#footer-right {
	float: right;
	width: 19%;
}
p.author {
	position: absolute;
	top: 40%;
	right: 0px;
	font-weight: bold;
}
div.text {
	float: left;
	text-align: justify;
width: 97%;
    padding: 10px;
	line-height: 2em;
}
div.text img {
	max-width: 100%;
	height: auto !important;
}
div.text ul, ol {
	list-style: inside;
}
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: 984px;
	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 {
    width: 980px;
    height: 330px;
    margin: 0 auto;
    overflow: hidden;
}
/*++++++++++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 {
	width: 100%;
	position:relative;
	text-align: center;
	background: #fff;
}
div.imgbanner{
	float: left;
	margin-left: 176px;
}
div#iconlogo
{
    position: absolute;
    top: 5px;
    z-index: 999;
    left: 0px;

}
div#banner img {
	width: auto;
	max-height: 196px;
}
div#banner h1 {
	height: 0px;
	width: 0px;
	text-indent: -9999px;
}
a#logo {
	display: inline-block;
}
div#hotline {
	position: absolute;
	right: 0px;
	top: 10px;
}
div#hotline span:first-child {
	font-weight: 400;
	font-size: 18px;
	font-family: 'Times New Roman';
	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 {
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: 249px;
    height: 30px;
    background: url(images2/search.png)  left top no-repeat;
}
div#search input {
    width: 186px;
    height: 26px;
    padding-left: 10px;
    color: #333;
    display: inline-block;
    border: none;
    outline: none;
    background: none;
}

div#search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #909;
}
div#search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #909;
   opacity:  1;
}
div#search input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #909;
   opacity:  1;
}
div#search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #909;
}
div#search input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #909;
}
div#btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 54px;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    color: #656565;
    font-size: 14px;
}
div#header-bottom {
	width: 100%;
	background: #FFF;
}
/*++++++++++SUB MANU+++++++++++*/
div.menu-nav {
	position: absolute;
	top: 5px;
	left: 3px;
	width: 223px;
	height: 32px;
}
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;
}
div.fullslideduoi
{
    width: 100%;
    background: url(images2/duoislider.png) center top;
    position: absolute;
    bottom: 20px;
    left: 0px;
    height: 36px;
    z-index: 999;
    text-align: center;
}
div.sliderduoi
{
	width:1000px;
	margin:0 auto;	
		
}
div.sliderleft
{
	width:500px;
	float:left;
}
div.sliderleft span
{
	color:#0475a7;
}
div.sliderleft h2
{
	color:#b8b8b9;
	font-size:36px;
	font-family:UTMEremitage;
	padding-top: 18px;
}
div.sliderright
{
	width:300px;
	float:right;
	font-size:24px;
	color:#bababa;
	font-family:UTMEremitage;
	padding-top: 36px;
}
div.fulslider
{
    position: relative;
    margin: 0 auto 20px auto;
}
/*++++++++++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;
    width: 1000px;
     
}

ul#top-nav li {
    position: relative;
    float: left;
    border-right: 1px solid rgba(153, 216, 255, 0.68);
    text-align: center;
    height: 40px;
    padding: 7px 0px 3px 0px;
    line-height: 18px;
}
ul#top-nav a {
	position: relative;
    display: block;
    padding: 0px 13px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;


}
ul#top-nav li:hover a, ul#top-nav li.menu a {
	   color: #ff0!important;

}
.menu {
    position: relative;
    background: #007AE0 !important;
}
.menu a{
	padding: 0px 10px !important;
	color: #ff0!important;
}


ul#top-nav li:hover{

	/*background:url(images2/houvermenu.png)  center bottom no-repeat;
	    background-size: 100% 100% !important;*/
}

ul#top-nav ul {
    position: absolute;
    list-style: none;
    width: 200px;
    display: none;
    top: 50px;
    left: 0px;
    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: 220px;
	z-index: 1002;
}
ul#top-nav ul li {
    width: 206px;
    background: rgb(16, 94, 160) !important;
    border: 1px solid #05579B;
    padding: 13px 15px 3px 0px !important;
    line-height: 18px;
    text-align: left;
    height: auto;
}
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: 183px;
}
ul#top-nav ul li a {
	color:#FFFFEF  !important;
	padding: 5px 10px;
	background: none !important;
	box-shadow: none !important;
	border-radius: none !important;
	border: none !important;
	    text-transform: none;
}
ul#top-nav ul li a:hover {
	color: #FEDE79  !important;
}
ul#top-nav ul li:hover ul li a {
	color: #FFF !important;
}
ul#top-nav ul li:hover ul li a:hover {
	color: #F00 !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: 190px;
	margin: 5px;
}
dt {
	background: url(images/bg_left_li.png) no-repeat left top;
	margin-bottom: 1px;
}
dt:last-child {
	border-bottom: none !important;
}
dt a {
	color: #FFF;
	text-shadow: 0px 0px 2px #000;
	display: block;
	font-weight: bold;
	padding: 6px;
	text-transform: uppercase;
}
dt a:hover {
	color: #FF0;
}
dt.active_ a {
	color: #FF0;
}
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: 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 {
	text-align: center;
	margin-bottom: 10px;
}
select#listVideo {
	margin-bottom: 5px;
	padding: 2px;
}
div.selectvieo{
	width: 370px;
	margin-top: 5px;
}
div#pics {
	float: left;
	width: 220px;
	height: 160px;
	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.tenvagia{
	min-height: 75px;
}

div.box-sp {
    float: left;
    width: 165px;
    margin:10px 17px 10px 0px;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;

    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
   
}
div.box-sp-img {
    width: 100%;
    text-align: center;
    background: #fff;
}
div.box-sp-img:hover {

}
div.box-sp-img img {
	max-width: 160px;
	height: auto;
	padding-top: 5px;
}
div.box-sp-shadow {
	float: left;
	width: 100%;
	height: 12px;
	margin-top: 1px;
	background: url(images2/bong_sanpham.png) no-repeat top center;
}
div.box-sp-name {
    width: 100%;
    padding: 8px 0px;
}
div.box-sp-name h3 {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}
div.box-sp-name a {
	color: #363636;
}
div.box-sp-name a:hover {
	color: #F00;
}
div.box-sp-price {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
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 {
	  float: left;
  width: 100%;
  color: #052b33;
  text-align: center;
    padding-bottom: 12px;
}
div.box-sp-price p.cost span {
	font-size: 13px;
	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;
}
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;
}
div.product_desc{
	top: 100%;
	bottom: 0px;
	width: 89%;
	height: 91%;
    z-index: 9999;
    position: absolute;
    background-color: #eaeaea;
    line-height: 1.3em;
    text-align: justify;
    border: 1px solid #2391d2;
    padding: 5%;
    color: #505050;
	transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
   	
}
div.box-sp:hover div.product_desc{
	top: 0px;
	bottom: 0px;
}
div.product_desc h3 {
	margin: 5px 0px;
	text-align: left;
	font: 14px tahoma, arial;

}
div.product_desc h3 a:hover{
	color: #F00;
}
div.product_desc h3 a{
	color: #7f7f7f;
}
div.masp_dest{
	padding: 8px 0px;
}
div.product_xemchtiet{
	background-color: #fa4b2a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-radius: 3px 3px 3px 3px;
    display: block;

    padding: 5px;
    float: right;
    margin-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background-position: 9px 6px;
    background-repeat: no-repeat;
}
div.product_xemchtiet a{
	color: #FFF;
}

/*++++++++++JS ZOOM PRODUCT+++++++++++*/
div.jszoom-product {
	float: left;
	width: 300px;
}
div.thumb ul {
	position: relative;
	list-style: none;
}
div.thumb ul li {
	position: absolute;
	z-index: 0;
	width: 300px;
	display: none;
}
div.thumb ul li.active {
	z-index: 10;
	display: block;
}
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;
	width: 376px;
	line-height: 2em;
	margin-left: 20px;
}
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%;
	padding: 10px 0px;
	border-top:1px solid #ccc;
}div.lienhe_gia {
	font-size: 14px;
}
div.lienhe_hotline{
	font-size: 17px;
}
div.lienhe_hotline span{
	color: #F00;
	font-weight: bold;
	font-size: 20px;
}

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;

}
div.product-description-content div.content p {
	float: left;
	width: 50px;
	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:first-child {
	border-top: none !important;
	padding-top: 0px !important;
}
div.box-news-img {
	float: left;
	width: 180px;
	height: auto;
	padding: 4px;
	border: 1px solid #ebebc3;
}
div.box-news-img:hover {
	border: 1px solid #ff0000
}
div.box-news-img img {
	width: 180px;
	height: 150px;
}
div.box-news-name {
	float: right;
	width: 71%;
	margin-bottom: 5px;
}
div.box-news-name h3 {
	font-weight: bold;
	font-size: 13px;
}
div.box-news-mota {
	float: right;
	width: 71%;
	text-align: justify;
	line-height: 1.5em;
}
div.box-news-readmore {
	float: right;
	width: 71%;
	text-align: right;
	margin-top: 5px;
}
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-readmore a:hover {
}
div#box-news-first {
	border-top: none !important;
}
div#box-author {
	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#online {
	padding: 20px 10px 15px;
	height: 36px;
	background: url(images/online.png) no-repeat 10px;
}
div#online p {
	margin-left: 43px;
}
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: 186px;
    padding-left: 8px;
    background: none;
    line-height: 24px;
        color: #fff;
}
a#send_email_newsletter {
    display: inline-block;
    cursor: pointer;
    height: 28px;
    float: right;
    width: 41px;
}
a#send_email_newsletter:hover .nhanthu  {
	transform: scale(1.5); 
}




#email_newsletter::-webkit-input-placeholder {
   font-weight:bold;
   color: :red;
}
#email_newsletter:-moz-placeholder { /* Firefox 18- */
   font-weight:bold;  
      color: :red;
}

#email_newsletter::-moz-placeholder {  /* Firefox 19+ */
    font-weight:bold;
       color: :red;
}
#email_newsletter:-ms-input-placeholder {  
    font-weight:bold; 
       color: :red;
}


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: 447px;
    width: 490px;
    float: right;
    margin-top: 23px;
}
.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: 48%;
	  margin: 24px auto;	
	border:1px solid #ccc;
	border-radius:5px;
	float: left;
}
div.gioithieulienhe
{
	margin:15px;	
}
div.formlienhe
{
	width:100%;
	margin:0 auto;	
}
/*===============================================================*/

/*======================Menu trai================*/
.danhmuc_left {
	list-style: none;
	padding-top: 8px;
	padding-bottom: 17px;
	width: 96%;
	margin: 0 auto;
	font-family:RobotoCondensedRegular;
}
.danhmuc_left li {
	position: relative;
	border-bottom:1px dashed #d8d7d7;
}
.danhmuc_left li img {
	padding-right: 8px;
	padding-bottom: 3px;
}
.danhmuc_left a:hover {
	color: #FF0000;
}
.danhmuc_left li ul li {
	background: rgba(237, 236, 236,0.9);
	padding-left: 10px;
	border: 1px solid #ccc;
}
.danhmuc_left li a {
	display: block;
	font-size: 15px;
	display: block;
	color: #3e3e3e;
	padding: 10px 0px 10px 15px;
	text-transform:capitalize;
	  font-weight: 600;
}
.danhmuc_left li ul {
	position: absolute;
	top: 0px;
	left: 225px;
	z-index: 9999;
	list-style: none;
	display: none;
	width: 200px;
}
.danhmuc_left li:hover ul {
	display: block;
}
/*======================end================*/
div.newsleft{
	width: 210px;
	margin: 0 auto;
}
div.box-img-left
{
    width: 210px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    box-shadow: 3px 3px #e5e5e5;
}
div.box-img-left img
{	
	width:160px;
}
div.box-img-left:hover{
	 border: 1px solid #F00;
}
div.box-news-left
{
	width: 210px;
	margin:0 auto;
	  margin-top: 5px;
  padding-bottom: 5px;
	border-bottom:1px dotted #ccc;
	  min-height: 50px;
}
div.news-img-left
{
	width:57px;
	float:left;	
}
div.news-img-left img
{
    width: 64px;
    height: 54px;
    padding: 2px;
    border: 1px solid #ccc !important;
}
div.news-mota-left
{
	float:right;
	width:136px;
	color:#FFF;
	text-align:left;
	line-height:15px;	
}


div.ten_tintinleff{
	color: #0166b3;
	margin-bottom: 5px;
}


div.httt-left
{
    margin: 16px auto 9px 15px;
}
div.httt-right
{
	width:120px;
	 float:right;	
}
div.httt-right img
{
	float:left;
}
div.img-httt
{
	position:relative;	
 	margin-bottom: 6px;
}
div.phonenumber
{
	background:url(images2/inconhotline.png) left 5px no-repeat;
	font-size:14px;
	color:#000000;	
	margin-left: 12px;
  padding-left: 14px;
  margin-top:5px;

}
div.phonenumber span
{
	color:#F00;
}

div.phonekinhdoanh
{
	width:123px;
	float:right;	
}
div.icon-httt
{
    width: 230px;
    margin: 0 auto;
    padding-bottom: 6px;
    padding-top: 10px;
}
div.iconys
{
	width:100%;
}
div.iconys img
{
	padding-right:10px;
}
div.lefticonys{
width: 38%;
    text-align: center;
    color: #009f0f;
    font-family: "UTMAlterGothic";
    font-size: 24px;
    float: left;
    background: url(images2/icon_ul_trai.png) left 5px no-repeat;
        margin-left: 17px;
    padding-left: 5px;
}
div.rightconys{
	float: right;
	width: 50%;
}
div.phonekinhdoanh
{
	width:132px;
	float:right;
	color:#3853a4;
	font-size:15px;
	padding-top:3px
}
div.maildienthaoi
{
	margin-left: 35px;
  margin-top: 10px;	
    font-size: 22px;
  color:#222222;
  font-family: "UTMAlterGothic";


}
div.maildienthaoi img
{
	  padding-right: 5px;
  vertical-align: middle;
}

div.maildienthaoi span
{
	color: #ef0000;
	font-weight: bold;

}
div.thongketruycap
{
	width:213px;
	margin: 0 auto;	
	font-size:15px;
	color:#ffffff;
	padding-bottom: 22px;
	text-shadow:none;
}
div.thongketruycap ul li
{
	list-style: none;
	padding:5px 0px;
}
div.dangonline
{
	background:url(images2/dangonline.png) 13px 4px no-repeat;	
	width:170px;
	padding-left: 28px;

	float:left;
}
div.trongthangtc
{
	background:url(images2/homqua.png) 13px 4px no-repeat;	
	width:170px;
	padding-left: 28px;
	float:left;
}
div.trongthangtc
{
	background:url(images2/thang_online.png) 13px 4px no-repeat;
	width:170px;
	padding-left: 28px;
	float:left;
}
div.homnaytc
{
	background:url(images2/truycap_tuan.png) 13px 4px no-repeat;
	padding-left: 28px;
	float:left;
}
div.tongtruycap
{
	background:url(images2/tongonline.png) 13px 4px no-repeat;
	width:170px;
	padding-left: 28px;
	float:left;	
}
div.rightonline
{
	width:70px;
	text-align:center;
	float:right;
}
div.fullfoodter{
    width: 100%;
    margin-top: 22px;
    border-top: 1px solid #ccc;
}
div.footertrai
{
    width: 265px;
    float: left;
    padding-bottom: 20px;

}
div.footerphai
{
	width:295px;
	float:right;	
}
div.footergiua
{
	width: 98%;
	margin: 0 auto;
}
div#map_canvas2{

	width: 100%;
	height: 150px;
}
div.khungcans2{
	padding: 6px;
	border-radius: 2px;
	background: #fff;
}
div.toplfertfooter
{
	width:180px;
	float:left;	
}
div.toplrightfooter
{	
	width:217px;
	float:right;
	text-align:right;
}
div.topfooter
{
	width:100%;
	font-family:UTMHanzel;
	font-size:18px;
	color:#00a1e4;
	padding-top:30px;
	border-bottom:1px solid #898989;
}
div.congty
{	
	background:url(images2/conty_ft.png) top left no-repeat;
	padding-left:26px;
	margin-left:5px;
	margin-top:13px;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
}
div.diachift
{	
	padding-left:26px;
	margin-left:5px;
	margin-top:10px;
	font-size:13px;
}
div.dienthaoift
{
	background:url(images2/dt_ft.png) top left no-repeat;
	padding-left:26px;
	margin-left:5px;
	margin-top:10px;
	font-size:13px;
	padding-bottom: 4px;
}
div.emailft
{
	background:url(images2/mail_ft.png) top left no-repeat;
	padding-left:26px;
	margin-left:5px;
	margin-top:10px;
	font-size:13px;
}
div.websliteft
{
	background:url(images2/wesite.png) top left no-repeat;
	padding-left:26px;
	margin-left:5px;
	margin-top:10px;
	font-size:13px;
	  padding-bottom: 4px;
}
div.xemabandoft
{
	background:url(images2/xembando.png) top left no-repeat;
	padding-left:26px;
	margin-left:5px;
	margin-top:10px;
	font-size:13px;
	  padding-bottom: 4px;
	  
}
div.xemabandoft a
{
	color:#959595;
}
div.xemabandoft a:hover
{
	color:#959595;
}
.styled-select select {
   background:url(images2/images/mocxanh_05.png) no-repeat left top;
   width: 218px;
     padding: 4px 0px 4px 5px;
   font-size: 13px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 29px;
   -webkit-appearance: none;
}
.styled-select {
   width: 217px;
   height: 29px;
   overflow: hidden;
   float: right;
   margin: 10px 0px 7px auto;
   
}

div.bennnerphailk {
        width: 515px;
    text-align: right;
}
div.bennnerphailk img {
	margin-right: 15px;
	width:32px;


}
div.bennnerphailk img:hover {
    -webkit-transform: rotateY(360deg);
    transition: 0.8s;


}
div.box-dvid {
	float: left;
	width: 340px;
}
div.box-dvid-img {
	float: left;
	width: 340px;
	text-align: center;
}

div.box-dvid-img img {
	width: 338px;
	height: auto;
}
div.box-dvid-name {
	float: left;
	width: 100%;
	padding: 5px 0px;
	border-bottom:1px solid #898989;
	margin-bottom:15px;
}
div.box-dvid-name h3 {
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	font-family:RobotoCondensedRegular;
	text-transform:uppercase;
}
div.box-dvid-name a {
	color: #00a1e4
}
div.box-dvid-name a:hover {
	color: #252525;
}
div.box-dvid-mota
{
	width:100%;
	color:#464646;
	text-align:justify;
	margin-top:15px;
	line-height:22px;
	font-size:14px;
}
div.box-dvid-xemthem
{
	background:url(images2/1gach_.png) top right no-repeat;	
	text-align:right;
	font-size:14px;
	color:#00a1e4;
	padding-top:5px;
	margin-top:5px;
	font-weight:600;
}
div.box-dvid-xemthem a
{
	color:#00a1e4;
}
div.box-dvid-xemthem a:hover
{
	color:#252525;
}

/*========================================================*/
div.box-da {
	float: left;
	width: 340px;
	padding-bottom: 10px;
	padding-top: 10px;
	background:#F4F4F4;
	  margin-top: 11px;
}

div.box-da-img {
	float: left;
	width: 250px;
	height: auto;
	padding: 4px;
	  margin-left: 36px;
	border: 1px solid #ebebc3;
}
div.box-da-img:hover {
	border: 1px solid #ff0000
}
div.box-da-img img {
	width: 250px;
	height: 160px;
}
div.box-da-name {
	float: left;
	width: 258px;
	margin-bottom: 5px;
	  margin-left: 13px;
}
div.box-da-name h3 {
	font-weight: bold;
	font-size: 13px;
	color: #01a0e4;
}
div.box-da-name a {
	color: #01a0e4;
}
div.box-da-mota {
	float: right;
	width: 486px;
	text-align: justify;
	line-height: 1.5em;
}
div.box-da-dc
{
	width:258px;
	float:left;
	line-height:15px;	
	margin-left:14px;
	color:#434041;
}
div.chitiet-da
{	
	width:100%;
}
div.boximg-left
{
	float:left;
	width:336px;	
}
div.thongtinda
{
	padding-top:15px;
	padding-bottom:30px;
	width:100%;
	float:left;	
}
div.thongtinda p
{
	line-height:15px;
}
div.boximg-left
{
	width:100%;	
}
div.boximg-left img
{
	width:230px;	
}
div.sloganbanner
{
	  position: absolute;
  bottom: 13px;
  left: 382px;
  font-family: UTMBeautifulCaps;
  color: #fff;
  font-size: 32px;
}
div.holinetop
{
    position: absolute;
    top: 23px;
    right: 16px;
    font-family: "UTMAmericanSans";
}
div.hotlinetopleft
{

  padding-left: 27px;
}
div.hilinetopright
{
    font-size: 20px;
    color: #ff0000;
    white-space: nowrap;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 5px 3px 9px #000;

}
div.hilinetopright span{
	color: #000;
}
div.hilinetopright p{
	text-align: right;
	    padding: 4px 0px;
}
div.sliderduoi
{
	width:1000px;
	color:#0029fb;
	font-size:24px;
	padding:5px 0px;
	font-family:"RobotoCondensedRegular";
}

div.boxloingoleft
{
	width: 184px;
	float:left;	
}
div.boxloingoright
{
    line-height: 20px;
    font-size: 13px;
    text-align: justify;
}
div.gioithieuctright{
	width: 29%;
	float: right;
}
div.imgloingo
{
	border: 1px solid #ccc;
	width: 170px;
	float: left;
}
div.imgloingo img{
	width: 170px;
}
div.boxloingo
{
	width:100%;
	margin-top: 18px;	
}
div.gioithieuct{
    width: 380px;
    float: left;
    margin-right: 30px;
}
p.xemthemloingo{
	width:55%;
	text-align:right;
	font-size:13px;	
	color:#00a1e4;
	float: right;
}
p.xemthemloingo a
{
	color:#00a1e4;
}
p.xemthemloingo a:hover
{
	color:#FF0000;	
	font-style:italic;
	transition:0.5s;
}
p.coppyright
{
	padding-top:10px;	
	color: #fffc00
}
p.coppyright span{

	color: #ffa800;
}
div.divspbentrai {
  width: 300px;
  float: left;
}
div.lienketweb{
    position: absolute;
    right: 90px;
    top: 35px;
    font-size: 13px;
    color: #101010;
}
div.lienketweb span{
    top: 10px;
    left: -69px;
    position: absolute;
}
div.lienketweb img{

	margin-top: :10px;
}
div.khachangvadoitac{
	width: 100%;
	text-align: center;
	padding: 20px;
	font-size: 18px;
	color: #2857a4;
	font-family: "RobotoCondensedRegular";
	text-transform: uppercase;
}
div.bongwapper{

	max-width: 1200px;
	margin: 0 auto;
	height: 22px;
	background: url(images2/bong_duoi_infor.png) top center repeat-x;
	    margin-bottom: 20px;
}

/* Đăng ky nhận thông tin Email */

.nhapemail {
	width: 232px;
	height: 28px;
	float: left;
	position: relative;
	background:url(images2/dangkynhantin.png) top left no-repeat;
	margin-top: 13px;
	cursor: pointer;
	margin-left: 40px;
}
.imgdangky {
	float: left;
}
.guimail {
	width: 38px;
	height: 28px;
	float: right;
}
.nhapmail {
	width: 194px;
	height: 28px;
	float: left;
}
.nhapmail input{
	width:160px;
	padding-top:3px;
	padding-left:5px;
	border:none;
	outline:none;
	
}
.nhanthu {
width: 40px;
    /* line-height: 45px; */
    text-align: center;
    font-family: roboto;
    float: left;
    color: #fff;
    cursor: pointer;
    padding-top: 6px;
    padding-left: 3px;
}
div.nhapthongtindk{
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
/* End Đăng ky nhận thông tin Email */

.next_slider21{

	position: absolute;
	right: 0px;
	top: 46%;
}
.prev_slider21{

	position: absolute;
	left: 0px;
	top: 46%;
}
div.maxwidspnoibat{
	max-width: 1200px;
	margin: 0 auto;
}
.prev_sliderid{

	position:  absolute;
	top:40%;
	left: 0px;
	z-index: 9999;
}
.next_slider2id{

	position:  absolute;
	top:40%;
	right: 0px;
	z-index: 9999;
}
.contain_slider_slick_cat{
	position: relative;
}
ul.banggiali li{

	    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    list-style: none;
    padding-left: 0px;

}
ul.banggiali  ul{
	list-style: none;
	padding-left: 20px;

}
ul.banggiali li ul a{
	color: #073263;
	font-weight: normal;
	line-height: 22px;

}
div.imgdoitac {
    border: 1px solid #c2c2c2;
    display: inline-block;
}
div.dangkynt{
    font-size: 16px;
  	text-align: center;
    color: #fff;
}
div.title_doitac h2{
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	display: inline-block;
	position: relative;
}
div.title_doitac h2:after{
    content: '';
    position: absolute;
    top: 0px;
    right: -24px;
    display: block;
    width: 16px;
    height: 14px;
    background: url(images2/apter_doitac.png) right top no-repeat;
}
div.title_doitac h2:before{
    content: '';
    position: absolute;
    top: 1px;
    left: 183px;
    display: block;
    width: 1037px;
    height: 26px;
    background: url(images2/beforer_doitac.png) right top repeat-x;
}
/*css cho danh mục sản phẩm bên trái slider*/
div.danhmucspleft{
	width: 260px;
	position: absolute;
	top: -45px;
	background: #fff;
	box-shadow: 0px 0px 12px #ccc;
	    border: 1px solid #F00;
}
div.danhmucspleft h2{
	text-align: center;
	width: 100%;
	font-family: "OpenSansBold";
	color: #0072b5;
	background: url(images2/icon_danmuc_sp.png) 15px center no-repeat;
	padding: 10px 0px;
	padding-left: 15px;
} 
div.danhmucspleft ul{
	list-style: none;
}
div.danhmucspleft ul li{
	background: url(images2/br_danhmuc_li.png) left top repeat-x;
	line-height: 38px;
	padding-left: 30px;
	position: relative;
	    border-bottom: 1px solid rgba(255, 0, 0, 0.47);
}
div.danhmucspleft ul li:after{
	position: absolute;
	content: "";
	background: url(images2/icon_li_dm.png) top left no-repeat;
	top: 40%;
	bottom: auto;
	left: 11px;
	width: 8px;
	height: 8px;
}
div.danhmucspleft ul li a{
	font-family: "RobotoCondensedRegular";
	font-size: 17px;
}
/*eND css cho danh mục sản phẩm bên trái slider*/
/*Css cho title index news - serrvice - Video*/
div.info-title-id h2{
	font-family: "UTMAvo";
	font-size: 24px;
	color: #0072b5;
	text-transform: uppercase;
	font-weight: normal;
	width: 100%;
	border-bottom:1px solid #ccc;
	padding-bottom: 10px;
}
div.boxloingoright h3 a{
	color: #0072b5;
}
div.boxloingoright h3 a:hover{
	color: #f00;
}
ul.news_lienquan{
	list-style-type: square;color:red;
}
ul.news_lienquan li{
	padding: 5px 0px;
}
ul.news_lienquan li a{
	font-size: 13px;
	color: #1f1f1f;

}
ul.news_lienquan li a:hover{
	color: #f00;
}
/*Css cho title index news - serrvice - Video*/
div.coppy_right{
	line-height: 40px;	
	color: #3f9636a;
	border-top: 1px solid #e42e39;
	background: #a20009;
	color: #f9636a;
	font-size: 13px;
}
div.cl_box_tk{
	float: left;
	margin-right: 5px;
	color: #143b6f;
	background: #fff;
	padding: 0px 7px;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	font-style: 17px;	
	font-family: 'RobotoCondensedBold';
}
div.top_thongke{
	margin-left: 14px;
	padding-bottom: 30px;
}
/*css tab*/
div#info_deals ul li{

	float: left;
	list-style: none;

}
div#info_deals ul li a{

    padding-right: 10px;
    padding: 10px 31px;
    line-height: 36px;
        border: 1px solid #ccc;
    border-bottom: none;
}
div#info_deals ul li .selected{

	background: #FFFFFF;
}

div#info_deals ul li{

	font-weight: bold;
	 float: left;
    margin-right: 3px;
    border-bottom: none;
    background:url(images2/tab.png) center top repeat-x;
}
div.boder-tab{
	border: 1px solid #ccc;
	padding: 15px;
	    margin-top: -2px;
}
/*css tab*/
#at4-share{
	display: none !important;
}
/*css cho box firt project*/
div.boxfirstproject{
	width: 400px;
	float: left;
	margin-right: 20px;
}
div.dayfirstprojets{
	color: #9c9c9c;
	font-size: 13px;
	font-style: italic;
	margin: 10px 0px;
}
h3.namefirstproject a{
	font-family: "RobotoCondensedRegular";
	color: #2f2f2f;
	font-size: 16px;
	font-weight: normal;
}
div.destfirstprojet{
	margin-top: 10px;
	font-size: 13px;
	color: #505050;
	text-align: justify;
	line-height: 18px;
}
/*css cho box firt project*/
/*css dự án  còn lại*/
div.title_da{
	width: 100%;
	background: #2c8bed;
}
div.title_da h2{
	font-family: "RobotoCondensedRegular";
	line-height: 35px;
	padding-left: 25px;
	color: #fff;
	position: relative;
	background:url(images2/icon_left_mt.png) 11px center no-repeat;
		text-transform: uppercase;
		font-weight: normal;
}
div.title_da h2:after{
	position: absolute;
	content: "";
	right: 0px;
	top:0px;
	width: 184px;
	height: 35px;
	background: url(images2/title_right.png) left top no-repeat;

}
div.boder_da_id{
	margin-top: 15px;
}

div.duan_in{
	width: 310px;
	float: left;
}
div.box_du{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
div.img_duan{
	width: 122px;
	float: left;
	box-shadow: 5px 5px  #e5e5e5;
	margin-right: 15px;
}
div.img_duan img{
	max-width: 122px;
}
h3.name_duan{
	font-size: 13px;
	color: #474646;
	font-weight: normal;
	margin-bottom: 20px;
}
div.ngaydang{
	float: left;
}
div.chitet_da{
    width: 40px;
    float: right;
    border-bottom: 1px solid #4d4d4d;
    color: #4d4d4d;
    position: relative;	
}
div.chitet_da:after{
    position: absolute;
    content: "";
    width: 8px;
    height: 5px;
    top: 4px;
    left: -16px;
    background: url(images2/icon_chitiet.png) left top no-repeat;
}
div.news_id{
	width: 250px;
	float: right;
}
div.boder_news_id{
	border: 1px solid #c1c1c1;
	border-top: 2px solid #c1c1c1;
	border-bottom: 2px solid #c1c1c1;
	padding: 15px;
}
div.box_news_id{
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
   
}
div.box_news_id h3{
	padding-left: 15px;
	background: url(images2/icon_news.png) left 4px no-repeat;
}
div.box_news_id h3 a{
	font-size: 13px;
	color: #313131;
	font-weight: normal;
}
div.quangcaotrai{
	float: left;
}
/*End css dự án  còn lại*/

div.danhmucda{
	background: #efefef;
	padding: 25px;
	border: 1px solid #e3e3e3;
}
div.danhmucda ul{

	list-style: none;
}
div.danhmucda ul>li{
	width: 237px;
	float: left;
}div.danhmucda ul>li{
	width: 237px;
	float: left;
	
}
div.danhmucda ul{
	margin-top: 5px;
}
div.danhmucda ul>li>a{
	font-size: 14px;
	color: #105ea0;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-weight: bold;
}
div.danhmucda ul>li>ul>li>a{
	color: #373737;
	font-weight: normal;
}

/*css menu footer*/
div.menu_footer{
	width: 100%;
	background: #0065c8;
}
div.menu_footer ul{
	width: 1000px;
	margin: 0 auto;
	list-style: none;
}
div.menu_footer ul li{
	float: left;
	line-height: 42px;
	background: url(images2/ngancanhmunufooter.png) right top no-repeat;
}
div.menu_footer ul li a{
	padding: 0px 20px;
	font-family: "OpenSansRegular";
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
h2.titlefooter{
	font-family: "RobotoBlack";
	font-size: 35px;
	color: #ff0000;
	margin-bottom: 30px;
	margin-top: 15px;
	    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 2px 5px #000;
}
div.coppy_right_ni{
	width: 50%;
	float: left;
	text-align: left;
		font-size: 15px;
	color: #222121

}
div.coppy_left_ni{
	float: right;
	width: 50%;
	text-align: right;
		font-size: 15px;
	color: #222121
}
div#div_qc_AdRight{
    position: absolute;
    right: -168px;
    top: 5px;
    max-width: 160px;
    text-align: center;
}
div#div_qc_AdLeft{
    position: absolute;
    left: -168px;
    top: 5px;
    max-width: 160px;
    text-align: center;
}
div#div_qc_AdLeft img, div#div_qc_AdRight img{
	margin-top: 5px;
	    max-width: 160px;
}

/*Css cho Box Dự án*/
div.fullduan{
    width: 990px;
    margin: 0 auto;
    background: url(images2/boing_duan_duoi.png) center bottom no-repeat;
    margin-bottom: 12px;
    padding-bottom: 40px;
}
div.box-duan{
	width: 230px;
	float: left;
	margin-right: 30px;
}
div.box-duan-img{
	text-align: center;
	padding: 5px;
	box-shadow: 5px 5px #e5e5e5;
	border: 1px solid #ccc;
}
div.box-duan-img img{
	max-width: 220px;
}
div.box-duan-name h3{
	font-weight: normal;;
	font-size: 14px;
	color: #373737;
	margin-top: 10px;
	text-align: center;
}
/*css cho title index*/
div.info-titlein{
	background: url(images2/br_titlre.png) repeat-x left bottom;
	position: relative;
}
div.info-titlein-xt {
	position: absolute;
	top: 5px;
	right: 10px;
}
div.info-titlein-xt a{
	color: #0072ca;
	font-size: 14px;
	font-style: italic;
}
div.info-titlein-xt a:hover{
	color: #f00
}
div.info-titlein:after{
	content: "";
	position: absolute;
	background: url(images2/bong_left_h2.png) left top no-repeat;
	width: 182px;
	height: 8px;
	left: 0px;
	top: 31px;
}
div.info-titlein h2{
	font-family: "UTMAlterGothic";
	font-size: 22px;
	color: #0072ca;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-left: 40px;
	position: relative;
}
	
div.info-titlein h2:after{
	content: "";
	position: absolute;
	background: url(images2/icon_left_23_23.png) left top no-repeat;
	width: 23px;
	height: 23px;
	left: 10px;
	top: 0px;
}


/*Endcss cho title index*/

/*csss video*/
div.content_video{
    /* width: 100%; */
    width: 238px;
    padding-top: 17px;
    border: 1px solid #ccc;
    border-top: none;
    margin-top: -2px;
    background: #CFD5CB;
}
div#listVideo{
	width: 224px;
	margin: 0 auto;
}
div.img_video img{
	max-width: 66px;
}
div.img_video h3{
    font-size: 11px;
    color: #333;
    font-weight: normal;
    height: 25px;
    overflow: hidden;
    padding-top: 5px;
}
#video h3{
	font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 5px;
    color: #0066cc;
    text-align: left;
}

ul#doaload{
	list-style: none;
}

/*css đối tác*/
div.slider_dt{
	padding:9px 80px 15px 80px;
	position: relative;
	background: url(images2/doitac_left.png)left top no-repeat, url(images2/br_doitac_right.png) right top no-repeat,url(images2/br_slider_center.png) left top repeat-x;
}
div.slider_dt .slick-prev {
	left: 25px;
}
div.slider_dt .slick-next {
    right: 25px;
}
div.slider_dt .slick-prev {
    background: url(images2/pre_doitac.png) no-repeat;
    width: 23px;
    height: 40px;
}
div.slider_dt .slick-next {
    background: url(images2/next_dt.png) no-repeat;
    width: 23px;
    height: 40px;
}
/*End css đối tác*/

/*css thông tin công ty*/
div.footer_information1{
	width: 220px;
	float: left;
}
div.footer_information2{
	width: 200px;
	float: left;
	margin-left: 70px;
}
div.footer_information1 h3{
	color: #0066CC;
	font: 14px tahoma, arial;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
div.footer_information1 h4{
	font-weight: normal;
	font-size: 14px;
}
div.footer_information1 ul li{
	list-style: none;
} 
div.footer_information1 ul li a{
	color: #777;
}
div.footer_information1 ul li a:hover{
	color: #f00;
}

div.footer_information3 img{
	margin-right: 15px;
	float: left;
}	
div.footer_information3 ul li a:hover img{
    -webkit-transform: rotateY(360deg);
    transition: 0.8s;
}	
div.footer_information3 h5{
	margin-bottom: 4px;
	font-size: 14px;

}
div.f_w_ning{
	background: #009eff;
		width: 100%;
	margin:0 auto;
	color:#fff;
	padding-top: 20px;
	line-height: 25px;
}
div.f_coppryright{
	background: #0075bc;
	color: #6ed4ff;
	text-align:center;
	font-size: 14px;
	line-height: 30px;
}


div.box-bv-right{
	width: 218px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
div.img-bv-right{
	text-align: center;
}
div.img-bv-right img{
	max-width: 230px;
	max-height: 150px;
}
h3.name-bv-right{
	font: 14px tahoma, arial;
	font-weight: bold;
	text-transform: uppercase;
}
h3.name-bv-right a{
	color: #808080;
}
div.box-bv-right h4{
	color: #bbb;
    font-size: 11px;
    padding: 5px 0px;
}
div.mota-bv-right{
	font: 12px tahoma, arial;
	line-height: 15px;
	color: #544F4F;
}
div.mota-bv-right a.chitiet_bv{
    font: 14px tahoma, arial;
    color: #231D1D;
}
div#divAdLeft img, div#divAdRight img{
	max-width: 170px;
	    max-height: 490px;
}
.fixed {
    position: fixed !important;
    top: 0px;
    margin: 0 auto;
    width: 100%;
    z-index: 999;
}
div.footertrai{
	width: 49%;
	float: left;

}
div.footerphai{
	width: 49%;
	float: right;

}
div.tagdau a{
	padding-left: 5px;
	    color: #3471b7;
}
div.tagdau a:hover{
	color: #F00;
}
div.tagdau {
	padding: 10px 0px;
	font-size: 14px;
}

