html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 14px;
	font-family: robotocondensed, Arial, Helvetica, sans-serif;
	line-height:1.5;
	color: #333;
	background: #fff url(../images/bg.png);
}
b{font-family: robotobold;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html > body .clearfix {
    display: block;
    width: 100%;
}

* html .clearfix {
    height: 1%;
}

a{text-decoration:none;color: #000;}
a:hover{color:#F00;}
img{border:0;}
.clear
{

    overflow:hidden;
    clear:both;
}
#loading{display:none;background: #fff url(../images/loader.gif) no-repeat center center;opacity: 0.9;z-index: 12345;position:fixed;width:100%;height:100%}
.container{ position: relative; margin: auto;}
/* ---------------- loading ----------------*/
#preloader{
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,.97);
	height: 100%;
	z-index: 99999999999;

}

#loader {
 	position: absolute;
 	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 175px;
	height: 175px;
	margin: auto;
}
#loader .dot {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 87.5px;
	height: 100%;
	margin: auto;
}
#loader .dot:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 87.5px;
	height: 87.5px;
	border-radius: 100%;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
}
#loader .dot:nth-child(7n+1) {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#loader .dot:nth-child(7n+1):before {
	background: #00ff80;
	-webkit-animation: load 0.8s linear 0.1s infinite;
	   -moz-animation: load 0.8s linear 0.1s infinite;
	    -ms-animation: load 0.8s linear 0.1s infinite;
	     -o-animation: load 0.8s linear 0.1s infinite;
	        animation: load 0.8s linear 0.1s infinite;
}
#loader .dot:nth-child(7n+2) {
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
}
#loader .dot:nth-child(7n+2):before {
background: #00ffea;
	-webkit-animation: load 0.8s linear 0.2s infinite;
	   -moz-animation: load 0.8s linear 0.2s infinite;
	    -ms-animation: load 0.8s linear 0.2s infinite;
	     -o-animation: load 0.8s linear 0.2s infinite;
	        animation: load 0.8s linear 0.2s infinite;
}
#loader .dot:nth-child(7n+3) {
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	     -o-transform: rotate(135deg);
	        transform: rotate(135deg);
}
#loader .dot:nth-child(7n+3):before {
background: #00aaff;
	-webkit-animation: load 0.8s linear 0.3s infinite;
	   -moz-animation: load 0.8s linear 0.3s infinite;
	    -ms-animation: load 0.8s linear 0.3s infinite;
	     -o-animation: load 0.8s linear 0.3s infinite;
	        animation: load 0.8s linear 0.3s infinite;
}
#loader .dot:nth-child(7n+4) {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}
#loader .dot:nth-child(7n+4):before {
	background: #0040ff;
	-webkit-animation: load 0.8s linear 0.4s infinite;
	   -moz-animation: load 0.8s linear 0.4s infinite;
	    -ms-animation: load 0.8s linear 0.4s infinite;
	     -o-animation: load 0.8s linear 0.4s infinite;
	        animation: load 0.8s linear 0.4s infinite;
}
#loader .dot:nth-child(7n+5) {
	-webkit-transform: rotate(225deg);
	   -moz-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	     -o-transform: rotate(225deg);
	        transform: rotate(225deg);
}
#loader .dot:nth-child(7n+5):before {
	background: #2a00ff;
	-webkit-animation: load 0.8s linear 0.5s infinite;
	   -moz-animation: load 0.8s linear 0.5s infinite;
	    -ms-animation: load 0.8s linear 0.5s infinite;
	     -o-animation: load 0.8s linear 0.5s infinite;
	        animation: load 0.8s linear 0.5s infinite;
}
#loader .dot:nth-child(7n+6) {
	-webkit-transform: rotate(270deg);
	   -moz-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	     -o-transform: rotate(270deg);
	        transform: rotate(270deg);
}
#loader .dot:nth-child(7n+6):before {
	background: #9500ff;
	-webkit-animation: load 0.8s linear 0.6s infinite;
	   -moz-animation: load 0.8s linear 0.6s infinite;
	    -ms-animation: load 0.8s linear 0.6s infinite;
	     -o-animation: load 0.8s linear 0.6s infinite;
	        animation: load 0.8s linear 0.6s infinite;
}
#loader .dot:nth-child(7n+7) {
	-webkit-transform: rotate(315deg);
	   -moz-transform: rotate(315deg);
	    -ms-transform: rotate(315deg);
	     -o-transform: rotate(315deg);
	        transform: rotate(315deg);
}
#loader .dot:nth-child(7n+7):before {
	background: magenta;
	-webkit-animation: load 0.8s linear 0.7s infinite;
	   -moz-animation: load 0.8s linear 0.7s infinite;
	    -ms-animation: load 0.8s linear 0.7s infinite;
	     -o-animation: load 0.8s linear 0.7s infinite;
	        animation: load 0.8s linear 0.7s infinite;
}
#loader .dot:nth-child(7n+8) {
	-webkit-transform: rotate(360deg);
	   -moz-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	     -o-transform: rotate(360deg);
	        transform: rotate(360deg);
}
#loader .dot:nth-child(7n+8):before {
	background: #ff0095;
	-webkit-animation: load 0.8s linear 0.8s infinite;
	   -moz-animation: load 0.8s linear 0.8s infinite;
	    -ms-animation: load 0.8s linear 0.8s infinite;
	     -o-animation: load 0.8s linear 0.8s infinite;
	        animation: load 0.8s linear 0.8s infinite;
}
#loader .lading{
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	height: 20px;
	width: 180px;
	background-position: 50% 50%;
}

@-webkit-keyframes load {
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes load  {
	100% {
		opacity: 0;
		-moz-transform: scale(1);
	}
}
@-ms-keyframes load {
	100% {
		opacity: 0;
		-ms-transform: scale(1);
	}
}
@-o-keyframes load {
	100% {
		opacity: 0;
		-o-transform: scale(1);
	}
}
@keyframes load {
	100% {
		opacity: 0;
		transform: scale(1);
	}
}

/* ---------------- loading ----------------*/
/* --------------------- Phan trang ------------------*/

/*-------------- Map css ------------*/
#map_canvas {    
    height: 280px;

    /* border:solid 1px; */
    width: 100%;
    margin:10px auto;
}
#map_canvas1 {
    height: 265px;
    width: 100%;
    border: solid 1px #ddd;
}
.map_description {
    color: #000000;
    overflow: auto;
    width: 275px;
}
.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;
}
.transition_all{
	-moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;

    transition: all 0.7s ease;
}
/************************************/
/**************** header ********************/
.top_header{line-height: 35px;color: #3e3e3e;text-align: left;background: #f0f0f0;font-family: Tahoma;border-bottom: solid 1px #ddd;}
.top_header .item{float: left;margin-right: 40px;}
.top_header .item a{font-size: 12px; color: #fff;}
.top_header .item a:hover{color: #ff0;}
.top_header .hotline{background: url(../images/hotline.png) no-repeat left top 14px;padding-left: 20px;padding-top: 4px;font-size: 15px;}
.top_header .email{background: url(../images/icon_email_top.png) no-repeat left center;padding-left: 21px;margin-top: 3px;}
.top_header .address{background: url(../images/icon_address.png) no-repeat left center;padding-left: 20px;margin-top: 3px;}
.top_header .box_icon{
	float: right;
	vertical-align: middle;
}
.top_header .icon{display: inline-block;border-left: solid 1px #ddd;padding: 5px;}
.top_header .icon:last-child{border-right: solid 1px #ddd;}
header{position: relative;z-index: 101;top: 0px;left: 0px;background: #FAC900;width: 100%;}
header.position{position: relative;}
header .banner{max-width: 1349px; margin: auto;width: 100%;position: relative;}
header .logo_header{
    text-align: center;
    position: relative;
}
header .lang{position: absolute; top: 0px; right: 0px;}
header .logo_header img{margin: auto;}
header .menu_left{
	width: 37%;
    float: left;
    border-bottom: 1px solid #ccc;
}
header .menu_right{
	width: 37%;
	float: left;
	border-bottom: 1px solid #ccc;
	padding-left: 30px;
}
header .menu{list-style: none;margin: 0px;margin-top: 30px;padding: 0px;}
header .menu li{display: inline-block;position: relative;}
header .menu li a{
	text-transform: uppercase;
	padding: 0px 32px;
	color: #000;
	font-family: robotocondensed;
	font-size: 18px;
	line-height: 43px;
	text-align: center;
	display: block;
	height: 43px;
}
header .menu li a:hover,?header .menu li a.active{color: #f00;}
header .menu li ul{
	position: absolute;
	top: 41px;
	left: 0px;
	width: 250px;
	z-index: 1001;
	padding: 0px;
	background: rgba(0, 0, 0, 0.82);
	display: none;
}
header .menu li:hover > ul{display: block;}
header .menu li ul li{display: block; text-align: left;}
header .menu li ul li a{text-align: left; color: #fff; font-size: 14px;}
header .menu li ul li a:hover{background: #f00; color: #fff;}
header.fixed {
	background: #fff;
	position: fixed;
	z-index: 101;
	top: 0px;
	display: inline;
	width: 100%;
	left: 0px;
}
.heading{overflow:hidden; height: 0px; visibility: hidden;}
header .hotline_top{
	display:inline-block;
	color: #6a6a69;
	font-size: 15px;
	background: url(../images/hotline.png) no-repeat left center;
	text-align: left;
	padding-left: 105px;
	width: 28%;
	margin-top: 20px;
	margin-left: 2%;
}
header .hotline_top span{color: #f00; font-weight: bold; font-size: 18px;}
header .lang{
	float: right;
	margin-left: 30px;
	text-transform: uppercase;
	margin-top: 4px;
}
header .lang a{color: #6a6a69;}
header .lang a:hover, header .lang a.active{color: #145d87; }
header .lang span{color: #000; margin: 0px 20px;}
header .fixed {
	background: #fff;
	position: fixed;
	z-index: 101;
	top: 0px;
	display: inline;
	width: 100%;
	left: 0px;
}
header .item_3{
	color: #4f4f4f;
	font-family: roboto_condensedregular;
	font-size: 16px;
	margin-top: 30px;
}
header .item_3 img{
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header .item_3 .a{
	color: #4f4f4f;
}
header .item_3:hover img{
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);
}
header .fixed .top_header{
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
	height: 0px;
	overflow: hidden;
}
.Login{
	background: url(../../assets/images/bg_login.png) top center;
	width: 538px;
	color: #fff;
	text-transform: uppercase;
}
.Regis{
	background: #fff url(../../assets/images/form-bg.jpg) top center;
}
.box_search{
    overflow: hidden;
    position: relative;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
}
.box_search .layout_search{ border: dashed 1px #00aeef;border-radius: 5px;padding: 10px 0px;}
.box_search .layout_search .text{
    font-size: 30px;
    color: #fff;
    float: left;
    margin: 0px 3%;
    width: 9%;
}
.box_search .layout_search .keyword{
    float: left;
    width: 25%;
    position: relative;
    padding: 5px 10px;
}
.box_search .layout_search .dotuoi{
    width: 20%;
    float: left;
    padding: 5px 10px;
}
.box_search input[type="text"]{
    font-weight: normal;
    color: #6B6B6B;
    width: 100%;
    border: solid 1px #ddd;
    height: 40px;
    font-size: 14px;
    background: #fff;
    font-family: robotolight;
}
.box_search .keyword select { float: left;width: 50%; border: none; box-shadow: none; font-weight:normal;padding: 6px 12px; font-size: 14px;height: 30px;border-radius: 0px 5px 5px 0px;}
.box_search .dotuoi select { float: left;width: 100%; border: none; font-weight:normal;padding: 6px 12px; font-size: 14px;height: 30px;border-radius: 5px;background: #fff url(../images/loai.png) no-repeat right top;-webkit-appearance: button;-webkit-border-radius: 5px;      -webkit-padding-end: 20px;      -webkit-padding-start: 2px;      -webkit-user-select: none;}
.box_search input[type="text"]:focus, .box_search .input_search select:focus { box-shadow: none; outline: none; }
.box_search input[type="button"]{
    width: 40px;
    border:none;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../../assets/images/icon_search.png) no-repeat center;
    border-radius: 0px 5px 5px 0px;
}
.addthis_native_toolbox{margin-top: 10px}
.height_header{}
#main{max-width: 1366px; margin: auto;}
/**************** end header ********************/
/**************** nav ********************/
.title_nav{
	font-family: robotocondensed;
	font-size: 17px;
	border-right: solid 1px #ddd;
	padding: 10px;
	background: #004387;
	color: #fff;
}
.title_nav i{margin: 0px 20px;}
nav#cssmenu{
    background: #D63334;
}
nav .number{float: left;width: 42px;height: 30px;      text-align: center;      line-height: 28px;color: #fff;margin-right: 10px;position: relative;z-index: 1;margin-top: 9px;margin-left: 10px;}
nav .number0{ background: #ff7b05;}
nav .number1{background: #1290da}
nav .number2{background: #e8547a}
nav .number3{background: #00a79d}
.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #E8E8E8;
}

.breadcrumb-arrow li:first-child a {
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.breadcrumb-arrow li{/* margin-left: 15px; */}
.breadcrumb-arrow li:first-child{margin-left: 0px;}
.breadcrumb-arrow li:not(:first-child) {
	margin-left: -1px;
}

.breadcrumb-arrow li span {
	padding: 0 10px;
}

.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
	height: 36px;
	padding: 0 10px 0 25px;
	line-height: 36px;
	white-space: nowrap;
}

.breadcrumb-arrow li:first-child a {
	padding: 0 10px;
}

.breadcrumb-arrow li a {
	position: relative;
	color: #808080;
	text-decoration: none;
		transition: all 0ms;
}

.breadcrumb-arrow li:first-child a {
	padding-left: 10px;
}

.breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after {
	position: absolute;
	top: -1px;
	width: 0;
	height: 0;
	content: '';
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
}

.breadcrumb-arrow li a:before {
	right: -9px;
	z-index: 3;
	border-left-color: #E8E8E8;
	border-left-style: solid;
	border-left-width: 11px;
}

.breadcrumb-arrow li a:after {
	right: -10px;
	z-index: 2;
	border-left: 11px solid #d0d0d0;
}

.breadcrumb-arrow li a:hover, .breadcrumb-arrow li a:focus {
	background-color: #00A79D;
	border: 0px solid #00A79D;
	color: #fff;
}

	.breadcrumb-arrow li a:hover:before, .breadcrumb-arrow li a:focus:before {
		border-left-color: #00A79D;
	}

.breadcrumb-arrow li a:active {
background-color: #E6E9ED;
	border: 0px solid #E6E9ED;
}

.breadcrumb-arrow li a:active:before, .breadcrumb-arrow li a:active:after {
		 border-left-color: #E6E9ED;
}

.breadcrumb-arrow li span {
	color: #53a1cc;
}
.breadcrumb-arrow .active {
    text-indent: 20px;
}
nav.fixed {
	position: fixed !important;
	z-index: 1011;
	top: 0px;
	display: inline;
	width: 100%;
	left: 0px;
}
nav.fixed ul{max-width: 1000px; margin: auto !important; }
/**************** end nav ********************/
/**************** slider ********************/
#cattorgy{
    width: 18%;
    float: left;
    margin-right: 20px;
}
#cattorgy .title{
    background: #ff5987;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    border-radius: 5px 5px 0px 0px;
}
#cattorgy .content{
    border: dashed 1px #ff5987;
    border-top: none;
    padding: 20px;
    height: 328px;
    border-radius: 0px 0px 5px 5px;
}
#cattorgy .item{
    border-bottom: dashed 1px #6F6C6C;
    padding: 8px 0px;
}
#cattorgy .item a{
    display: block;
    text-transform: uppercase;
    color: #666666;
    font-family: robotoregular;
    font-size: 13px;
}
#cattorgy .item a:hover{
    color: #f00;
}
#spnoibat{ margin-top: 20px;}
#spnoibat .item{
    position: relative;
    border: dotted 2px #bbbbbb;
    border-radius: 10px;
    padding: 10px;
}
#spnoibat .item .images{
    float: left;
    margin-right: 10px;
}
#spnoibat .item .name{
    font-family: fontavobold;
    margin-top: 30px;
}
#spnoibat .item .name a{
    color: #ff5987;
    text-transform: uppercase;
    font-size: 18px;
}
#spnoibat .item .name a:hover{}
#spnoibat .item .price{
    color: #f00;
    text-transform: uppercase;
    font-family: robotoregular;
    font-size: 18px;
}
/**************** end slider ********************/
/**************** heading ********************/
#heading{
	height:0px; visibility: hidden; overflow:hidden;
}
/**************** end heading ********************/
/**************** content ********************/
#tintuc_nb{background: #F5F5F5; padding: 20px 0px}
#tintuc_nb .tcat .icon{ background: #F5F5F5;}
#spbanchay{background: #F5F5F5; padding: 20px 0px}
#spbanchay .tcat .icon{ background: #F5F5F5;}
.container_mid{
    position: relative;
    z-index: 10;
}
.container_mid .box_content{}
.container_mid .box_content .left{
    float: left;
    width: 33.33%;
}
.container_mid .box_content .right{}
.fancybox-inner .tcat, .container_mid .tcat{
    display: block;
    margin-bottom: 20px;
    background: url(../images/t_06.png) repeat-x center;
    text-align: left;
    text-transform: uppercase;
    font-family: Tahoma;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.fancybox-inner .tcat .icon, .container_mid .tcat .icon{
	background: url(../images/t_01.png) no-repeat left top, url(../images/t_05.png) no-repeat right top, url(../images/t_03.png) repeat-x top center;
    display: inline-block;
    padding: 5px 50px;
    color: #990000;
}
.tcat_right{display: none;}
.fancybox-inner .tcat .icon h2, .container_mid .tcat .icon h2{
}
.container_mid .tcat a{
    float: right;
    display: inline-block;
    line-height: 50px;
    padding: 0px 10px;
}
.container_mid .tcat .tcat_noibat .item{ float: right; margin: 10px; margin-top: 15px;}
.container_left{width: 20%;float: right;margin-top: 20px;}
.box_like{
	border: solid 1px #ddd;
	padding: 20px;
	margin-bottom: 30px;
}
.box_like .addtocart{
	padding: 6px 12px;
	border-radius: 0px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	background-color: #222;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px
}
.box_like .addtocart:hover{
	background-color: #d0202e;
}
.box_like .addLike{
	padding: 6px 12px;
	border-radius: 0px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	color: #333;
	background-color: #fff;
	border: solid 1px #ccc;
	cursor: pointer;
	text-align: center;
}
.box_like .addLike:hover{
	color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.box_like .title{text-transform: uppercase; font-family: robotobold; margin: 10px 0px; }
.box_like .content_share a{
	display: inline-block;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #ccc;
	border-radius: 50%;
}
.box_like .content_share a i{line-height: 35px}
.container_left .module_left{margin-bottom: 20px;}
.container_left .module_left .item_qc{margin-bottom: 10px; text-align: center;}
.container_left .module_left .content{
    border: solid 1px #ddd;
    padding: 10px;
}
.container_left .module_left .title{
	color: #fff;
	text-align: center;
	font-family: utm_alter_gothicregular;
	line-height: 30px;
	padding-top: 5px;
	font-size: 20px;
	background: url(../images/title_left.png) no-repeat top left;
	text-transform: uppercase;
	border-bottom: solid 5px #01883b;
}
.container_left .title h2,.container_left .module_left .title h2 a{
	display:block;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	border: solid 1px #ddd;
	margin-bottom: 5px;
}
.container_left .module_left .title .caret{
	position: absolute;
	top: 13px;
	right: 10px;
	cursor: pointer;
}
.container_left .module_left ul > li a{ display: block;padding: 9px 0px;color: #333;text-align: left;border-bottom: dashed 1px #878787;}
.container_left .module_left ul > li a.active{color: #000;}
.container_left .module_left a:hover{color: #f00;}
.container_left .module_left ul li ul li a{text-transform: none;font-size: 14px;color: #636262;box-shadow: none;border-bottom: solid 1px #ccc;line-height: 15px;font-weight: normal;}
.container_left .module_left .list_cat_product {padding-left: 0px;list-style: none;}
.container_left .module_left .list_cat_product ul{padding: 0px; list-style: none;display: none;}
.container_left .module_left .list_cat_product li { line-height: 20px; position: relative;}
.container_left .module_left .list_cat_product li .left_c2{padding-left: 0px; list-style: none;overflow: hidden;display: none;padding-left: 15px;}
.container_right{width: 78%;float: left; margin-top: 20px;}
.container_right .list_avata{
	margin: 20px 0px;
}
.container_left .module_left .news{
    padding: 10px 0px;
    border-bottom: dashed 1px #666;
}
.container_left .module_left .news:last-child{
    border: none;
}
.container_left .module_left .news a{ font-family: robotoregular; font-size: 14px; color: #019b43; text-shadow: 0px 0px 0px #019b43;display: block;}
.container_left .module_left .news a:hover{ color: #f00;}
.container_right .list_child{margin-bottom: 10px;}
.container_right .list_child .title{ font-family: robotobold; font-size: 17px; color: #d9534f; border-bottom: solid 1px #ddd; padding: 10px 0px; margin-bottom: 10px;}
.container_right .list_child .name{ font-family: robotocondensed; font-size: 16px; padding: 5px 0px;}
.container_right .list_child img:hover{ opacity: 0.8;}
.container_product .title{font-size: 20px;color: #000; margin-bottom: 10px;text-transform: uppercase;position: relative;}
.container_product .title span{background: #fff; padding: 0px 20px 0px 0px;z-index: 10;}
.container_product .title:after{
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 0px;
	top: 50%;
	content:'';
	z-index: -1;
}
/**************** tcat index color ***************/
.line2px{width: 100%; height:2px; background: #d91517;}
.line1px{width: 100%; height:1px; background: #d91517; margin-bottom: 2px;}
.container_mid .tcat_red_color{
	background-color: #df1f26;
	color: #df1f26;
}
.container_mid  .tcat_red_color .icon{color: #df1f26;}
.container_mid  .tcat_red_color .caret{color: #df1f26;}
.container_mid  .tcat_blue_color{
	background-color: #0793D1;
	color: #0793D1;
}
.container_mid  .tcat_blue_color .icon{color: #0793D1;}
.container_mid  .tcat_blue_color .caret{color: #0793D1;}
.container_mid  .tcat_orgrange_color{
	background-color: #FFA600;
	color: #FFA600;
}
.container_mid  .tcat_orgrange_color .icon{color: #FFA600;}
.container_mid  .tcat_orgrange_color .caret{color: #FFA600;}
.container_mid  .tcat_pink_color{
	background-color: #F6257D;
	color: #F6257D;
}
.container_mid  .tcat_pink_color .icon{color: #F6257D;}
.container_mid  .tcat_pink_color .caret{color: #F6257D;}
.container_mid  .tcat_green_color{
	background-color: #05B616;
	color: #05B616;
}
.container_mid  .tcat_green_color .icon{color: #05B616;}
.container_mid  .tcat_green_color .caret{color: #05B616;}
/**************** end tcat index color ***************/
.item_product{
}
.item_product .images{
    width: 30%;
    float: left;
}
.item_product .info{
    overflow: hidden;
    padding-left: 20px;
}
.item_product .info ul{
    list-style: none;
    padding: 0px;
}
.item_product .info ul li{
    line-height: 35px;
    border-bottom: dotted 1px #ccc;
    color: #FF0000;
}
.item_product .info ul li span{width: 150px; display: inline-block;color: #000;}
.item_product .info .xemthem{}
.item_product .info .xemthem a{
    display: inline-block;
    background: #40a4c4;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0px 30px;
    color: #fff;
    height: 40px;
    border-radius: 8px;
    transition: all 0.5s ease;
}
.item_product .info .xemthem a:hover{
    background: #333;
    color: #fff;
}
.item_product_content{margin-bottom: 30px;font-size: 13px;vertical-align: top;border: solid 1px #ddd;box-sizing: border-box;position: relative;}
.item_product .item_product_content{margin-bottom: 0px;}
.item_product_content.border1{
	border-bottom: none;
	border-right: 1px solid transparent;
}
.item_product_content.border2{
	border-right: 0px;
}
.item_product:nth-child(3n) .item_product_content{border-right: solid 1px #ddd;}
.item_product_content .item:hover{}
.item_product_content .images{position: relative;background: #fff;/* border-bottom: solid 1px #ddd; */}
.item_product_content .images .like_cart{
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	background: rgba(0, 0, 0, 0.52);
	width: 100%;
	color: #fff;
	line-height: 40px;
}
.item_product_content .images .like_cart .item{width: 50%; float: left;height: 40px;line-height: 40px;}
.item_product_content .images .like_cart .item.border-right{border-right: solid 1px #fff;}
.item_product_content .images .like_cart .item i{display: inline-block; margin-right: 5px;}
.item_product_content .name{
    padding: 5px 10px;
    position: relative;
    height: 55px;
    text-align: center;
    overflow: hidden;
    /* border-bottom: solid 1px #ddd; */
}
.item_product_content .layer{
    border: solid 1px #ddd;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    padding: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    opacity: 0;
}
.item_product_content .layer .content{
    height: 100%;
    border: solid 1px #fff;
    padding: 10px;
}
.item_product_content .layer .ten{
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: solid 1px #ff0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.item_product_content .layer .mota{}
.item_product_content .layer .btn_chitiet{
    text-align: center;
}
.item_product_content .layer .btn_chitiet a{
    display: inline-block;
    border: solid 1px #fff;
    padding: 6px 20px;
    text-transform: uppercase;
    color: #fff;
}
.item_product_content .layer .btn_chitiet a:hover{
    color: #ff0;
    border-color: #ff0;
}
.item_product_content:hover .layer{
    opacity: 1;
}
.item_product_content .name .addcart{
	background: url(../images/icon_cart.png) no-repeat top left;
	width: 42px;
	height: 42px;
	position: absolute;
	top: -30px;
	right: 10px;
	cursor: pointer;
	z-index: 10;
}
.item_product_content .name a{ display: block;font-size: 15px;margin-bottom: 5px;color: #000;text-transform: uppercase;}
.item_product_content .name a:hover{color: #f00;}
.margin-0{ margin-right: 0px;}
.item_product_content .prices{
    position: relative;
    clear: both;
    color: #606060;
    font-size: 15px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    font-family: roboto_condensedbold;
    line-height: 40px;
}
.item_product_content .prices span{
    position: relative;
    color: #f00;
    font-size: 16px;
}
.box_sp_noibat .title{color: #fff;text-align: center;font-family: Cambria;line-height: 35px;margin-bottom: 2px;font-size: 17px;background: url(../images/title_left.png) no-repeat top left;background-size: 100% 100%;}
.box_sp_noibat .content{ background: #f0f0f0; padding: 10px;}
.tuvan{ background: url(../images/hotline_tv.png) no-repeat left top; font-family: utm_auroraregular; color: #d20000; font-size: 27px;padding: 20px 0px 0px 85px;}
.box_hotro{color: #000; font-size: 13px; margin-bottom: 10px;}
.box_hotro .name, .box_hotro .yahoo, .box_hotro .skype{ display: inline-block; vertical-align: middle}
.news .name{ font-family: fontavobold;margin: 10px 0px;}
.news .name a{ color: #f00;}
.news .name a:hover{color: #000;}
.news .images:hover{ opacity: 0.8}
.news .mota{height: 145px; overflow: hidden; text-align: justify;}
#box_product_list{max-width: 500px; margin: auto; padding: 0px 40px;}
#box_product{margin: 30px 0px;width: 150%;      margin-left: -25%;padding-top: 10px;}
#box_product .owl-next{
	right: 32%;
    top: 45%;
}
#box_product .owl-prev{
	left: 32%;
    top: 45%;
}
.box_thietbi{
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px #3e3e3e;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.box_thietbi .images{
    background: #fff;
    border: solid 1px #ddd;
    padding: 10px;
}
#box_product_list .box_thietbi{border-radius: 10px;}
#box_product_list .box_thietbi .images{padding: 5px;}
.box_thietbi .images img{border-radius: 20px;}
#box_product_list .box_thietbi .images img{border-radius: 5px;}
.box_thietbi .name{
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    padding: 10px;
    border-radius: 0px 0px 19px 19px;
    font-size: 20px;
    padding-left: 30px;
}
.box_thietbi .name a{}
.box_thietbi p{}
.white .content{
    background: rgba(255, 255, 255, 0.64);
    padding: 10px;
    margin-bottom: 10px;
}
.box_product{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
.project{/* border-bottom: dashed 1px #ccc; */ padding: 5px 0px;margin-bottom: 10px;vertical-align: top;}
.project .name{line-height: 25px; text-align: center; font-size: 16px;min-height: 40px;margin-top: 10px;}
.project .images{
    background-color: #fff;
    border: solid 5px #f5f5f5;
    webkit-transition: all 1.7s ease 0s;
    -moz-transition: all 1.7s ease 0s;
    -ms-transition: all 1.7s ease 0s;
    -o-transition: all 1.7s ease 0s;
    transition: all 1.2s ease 0s;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}
.project .images:after{
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 8px 4px 11px #ffd6e1 inset;
	top: 0px;
}
.project .images:before{
	content:'';
	position: absolute;
	width: 90%;
	height: 90%;
	border-radius: 50%;
	border: dotted 3px #ff5987;
	top: 5%;
	right: 5%;
	z-index: 10;
}
.project .images img{
    webkit-transition: all 1.7s ease 0s;
    -moz-transition: all 1.7s ease 0s;
    -ms-transition: all 1.7s ease 0s;
    -o-transition: all 1.7s ease 0s;
    transition: all 1.2s ease 0s;
    border-radius: 50%;
}
.project .images:hover img{
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
}
.project .images:hover{
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
}
.project .name a{ display:block;color: #ff5987;  overflow: hidden;font-size: 17px;font-family: robotoregular;}
.project .name a:hover{color: #f00;}
.project p{
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
    text-align: justify;
}
.xemthem{margin-top: 10px;}
.readmore {
    padding: 8px 15px;
    background-color: #C58933;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.readmore:hover {
    -webkit-box-shadow: inset -2px 2px 20px 0 rgba(0,0,0,.5);
    -moz-box-shadow: inset -2px 2px 20px 0 rgba(0,0,0,.5);
    box-shadow: inset -2px 2px 20px 0 rgba(0,0,0,.5);
    color: #fff;
}
.box_product .owl-prev{background: url(../images/arrow-l.png) no-repeat;top: 0px;right: 50%;left: inherit;margin-right: 6px;}
.box_product .owl-next{background: url(../images/arrow-r-.png) no-repeat;top: 0px;right: 50%;margin-right: -40px;}
.container_mid .no-padding{ padding: 0px;}
.container_mid .content .partner_list{
	float: left;
	width: 167px;
	border-right: solid 1px #ddd;
	height: 410px;
	overflow: hidden;
}
.container_mid .content .slider_list{
	float: left;
	width: 795px;
	height: 410px;
	overflow: hidden;
}
.container_mid .content .slider_list .slier_top{ border-right: solid 1px #ddd; overflow: hidden;}
.container_mid .content .slider_list .slier_bottom .item{ float: left; border-right: solid 1px #ddd; width: 265px; /* overflow: hidden; */}
.container_mid .content .slider_list .slier_bottom .item img:hover{
	box-shadow: 3px 5px 3px #ccc;
	position: relative;
}
.container_mid .content .spbc{
	float: left;
	width: 235px;
	height: 410px;
	padding: 10px;
}
.container_mid .content .spbc .title{ color: #3b3b3b; font-size: 13px; line-height: 35px; border-bottom: solid 1px #ddd;}
.container_mid .content .box_sp{padding: 1px;width: 25%;float: left;box-sizing: border-box;position: relative;}
.container_mid .content .box_sp .name{
    line-height: 20px;
    padding: 5px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.48);
    opacity: 0;
    transition: all 0.5s ease;
}
.container_mid .content .box_sp .name a{color:#fff; text-transform: uppercase;}
.container_mid .content .box_sp:hover .name{opacity: 1;}
.container_mid .content .box_sp .price{ color: #df1f26;}
.xemthemsp{ background: #433b02; text-align: center; padding: 10px;}
.xemthemsp a{
    font-size: 15px;
    color: #fff;
    background: url(../../assets/images/thoidai_sua_64.png) no-repeat right center;
    padding-right: 28px;
}
.xemthemsp a:hover{color:#ff0;}
.container_mid .box_hotrokh{
    margin: 30px 0px;

}
.container_mid .box_hotrokh .item{
	width: 400px;
	float: left;
}
.container_mid .box_hotrokh .item .images{
	float: left;
	margin-right: 10px;
	width: 80px;
}
.container_mid .box_hotrokh .item .info{
	float: right;
	width: 309px;
	text-align: justify;
}
.container_mid .box_hotrokh .item .name a{
	font-family: robotocondensed;
	text-transform: uppercase;
	font-size: 22px;
}
.product_list img{
	-moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;

    transition: all 0.7s ease;
}
.product_list img:hover{
	webkit-transform: scale(1.1);  /* Saf3.1+, Chrome */
    -moz-transform: scale(1.1);  /* FF3.5+ */
    -ms-transform: scale(1.1);  /* IE9 */
    -o-transform: scale(1.1);  /* Opera 10.5+ */
    transform: scale(1.1);
}
.product_list .name{}
.product_list:hover .name{ opacity: 1;
	-moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;

    transition: all 0.7s ease;
}
/**************** end content ********************/
/**************** check dang ki - dang nhap ********/
.green-color{ color: #38a345; font-size: 20px;}
.red-color{ color: #f00;/* font-size: 20px; */}
.blue-color{ color: #428bca;}
.white-color{ color: #fff; font-size: 18px;}
/**************** end check dang ki - dang nhap ********/
.col-1{width: calc( 55% - 20px ); float: left;margin-right: 20px;}
.col-2{width: 45%; float: right;}
#news{ width: 100%;}
#news .title{
	display: block;
	margin-bottom: 20px;
	background: url(../images/t_06.png) repeat-x center;
	text-align: left;
	text-transform: uppercase;
	font-family: Tahoma;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
#news .title span{
	background: url(../images/t_01.png) no-repeat left top, url(../images/t_05.png) no-repeat right top, url(../images/t_03.png) repeat-x top center;
	display: inline-block;
	padding: 5px 50px;
	color: #990000;
}
#news .box_news_nb p{font-size: 13px; text-align: justify;}
#news .box_news_nb .name{
    margin: 10px 0px;
}
#news .box_news_nb .name a{
    display: block;
    font-size: 16px;
    font-family: roboto_condensedbold;
    color: #3e3e3e;
}
#news .box_news{
    overflow: hidden;
    margin-bottom: 10px;
    font-family: robotocondensed;
    padding-bottom: 10px;
    font-size: 14px;
    border-bottom: solid 1px #a4a4a4;
}
#news .box_news:last-child{border-bottom: none;}
#news .box_news .images{float: left; margin-right: 15px;width: 120px;}
#news .box_news .name a{
    font-size: 14px;
    display: block;
    font-family: roboto_condensedbold;
    color: #3e3e3e;
    margin-bottom: 5px;
}
#news .box_news .mota{
    text-align: justify;
    height: 43px;
    overflow: hidden;
}
#news .box_news .name a:hover{color: #f00;}
/**************** footer ******************/
footer{
    font-size: 13px;
    color: #fff;
    background: #ed1c24;
    padding-top: 30px;
    margin-top: 30px;
}
footer .title-ft{
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: roboto_condensedbold;
    margin-top: 10px;
}
.copyright{margin-top: 10px;font-size: 14px;color: #fff;text-align: center;line-height: 50px;}
.copyright a{ color: #fff;}
.copyright a:hover{ color: #ff0;}
.noidung_hd{margin-bottom: 20px;}
.noidung_ft{margin-bottom: 15px;}
footer .item a{display: block;line-height: 20px;color: #fff;font-size: 14px;padding: 1px 0px;margin-bottom: 5px;}
footer .item a:hover{color: #ff0;}
.tongdai{line-height: 24px;}
.tongdai span{font-family: roboto_condensedbold; color: #ffc41a; font-size: 15px;}
.box_dknt{
    border: dashed 1px #fff;
    padding: 4px;
    margin-top: 10px;
    max-width: 270px;
}
.box_dknt .content{
    padding: 20px;
    padding-top: 10px;
    background: #4372E3;
}
.box_dknt .title{
    font-size: 15px;
    font-family: roboto_condensedbold;
}
.box_dknt .title span{
    font-size: 24px;
}
.box_dknt input[type="text"]{
    margin: 5px 0px;
}
.box_dknt .btn-dknt{
    width: 49%;
    border-radius: 0px;
    background: #D63334;
}
.box_dknt .btn-dknt:hover{
    color: #ff0;
}
/* --------------------- Phan trang ------------------*/
.pagination{text-align:center; margin: 30px 0px;width: 100%;}
.phantrang{
    text-align:center;
    /* padding: 6px 0px; */
    background: #fff;
    margin: auto;
    display: inline-block;
    border-radius: 8px;
    padding: 0px 10px;
}
.phantrang a {
    background: #cecece;
    /* border: 1px solid #D2D2D2; */
    /* box-shadow: 0 1px 0 #FFFFFF inset; */
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    margin: 5px 0 5px 4px;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.phantrang span{ background: #09669C; padding: 7px 10px; color: #fff;}
.phantrang a:hover {
    background: none repeat scroll 0 0 #d39a53;
    box-shadow: none;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.phantrang .paginate_button_disabled, .phantrang .paginate_button_disabled:hover {
    /* background: linear-gradient(to bottom, #F8F8F8 0%, #EAEAEA 100%) repeat scroll 0 0 transparent; */
    /* border: 1px solid #D2D2D2 !important; */
    /* color: #ADADAD !important; */
    cursor: default;
    opacity: 0.7;
    display: inline-block;
}
.phantrang .paginate_active, .phantrang .paginate_active:hover {
    background: none repeat scroll 0 0 #d39a53;
    box-shadow: none;
    color: #FFFFFF;
    font-weight: bold;
}
.wrap-video{
	position: relative;
	padding-bottom: 60%;
	height: 0;
	max-width: 600px;
	margin: auto;
}
.wrap-video iframe{
	width: 100% !Important;
    left: 0;
    right: 0;
    position: absolute;
    height: 100% !important;
    border: 0;
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style], #u_0_0 ._2p3a { width: 100% !important; }
#dmnb{
}
#dmnb .item_danhmuc{
	position: relative;
}
#dmnb .item_danhmuc .position{
	position: absolute;
	background: -webkit-linear-gradient(97deg, transparent 10%, #fff 10px);
	background: -o-linear-gradient(97deg, transparent 10%, #fff 10px);
	background: linear-gradient(-76deg, transparent 25%, rgba(0, 0, 0, 0.71) 10px);
	top: 0px;
	left: 0px;
	width: 56%;
	height: 100%;
	color: #fff;
	font-family: robotoregular;
	padding: 10px;
	font-size: 13px;
	transition: all 0.5s ease;
}
#dmnb .item_danhmuc:hover .position{
	background: -webkit-linear-gradient(97deg, transparent 10%, #fff 10px);
	background: -o-linear-gradient(-76deg, transparent 25%, rgba(0, 0, 0, 0.81) 10px);
	background: linear-gradient(-76deg, transparent 25%, rgba(0, 0, 0, 0.81) 10px);
}
#dmnb .item_danhmuc:hover .btn-chitiet a{ border: solid 1px #ff0; color: #ff0;}
.line_outsidel {
    shape-outside: polygon(0 0, 0 125%, 100% 0%);
    -o-shape-outside: polygon(0 0, 0 125%, 100% 0%);
    -moz-shape-outside: polygon(0 0, 0 125%, 100% 0%);
    -webkit-shape-outside: polygon(0 0, 0 125%, 100% 0%);
    height: 100%;
    width: 12%;
    float: right;
}
#dmnb .item_danhmuc .btn-chitiet a{
	position: absolute;
	bottom: 10px;
	font-family: robotobold;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	border: solid 1px #fff;
	padding: 7px 15px;
}
#dmnb .item_danhmuc .btn-chitiet a:hover{color: #ff0; border: solid 1px #ff0;}
#dmnb .item_danhmuc .images{
	position: relative;
}
#dmnb .item_danhmuc .name{}
#dmnb .item_danhmuc .name a{
	display: block;
	font-size: 18px;
	font-family: robotobold;
	color: #fff;
	text-transform: uppercase;
	padding-top: 5px;
	margin-bottom: 10px;
}
#dmnb .item_danhmuc .name a:hover{color: #ff0;}
.title_index{background: url(../images/t_06.png) repeat-x center;text-align: left;text-transform: uppercase;font-family: Tahoma;color: #000;font-size: 18px;padding-top: 20px;padding-bottom: 20px;font-weight: bold;}
.title_index span{background: url(../images/t_01.png) no-repeat left top, url(../images/t_05.png) no-repeat right top, url(../images/t_03.png) repeat-x top center;display: inline-block;padding: 5px 50px;color: #990000;}
.item_duan .name{ text-align: center; padding: 5px; text-transform: uppercase;color: #990000;font-weight: bold;font-family: Tahoma;}
#groupbaiviet{
    background: #f5f5f5;
    margin: 30px 0px;
    padding: 20px 30px;
    border: solid 1px #c9c9c9;
}
#groupbaiviet .item{
    display: inline-block;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
#groupbaiviet .item1{
    background: url(../images/levancanh_36.png) no-repeat left top -2px;
    padding-left: 55px;
    padding-right: 50px;
}
#groupbaiviet .item2{
    background: url(../images/levancanh_38.png) no-repeat left top 0px;
    padding-left: 55px;
    padding-right: 50px;
}
#groupbaiviet .item3{
    background: url(../images/levancanh_41.png) no-repeat left top -2px;
    padding-left: 55px;
    padding-right: 50px;
}
#groupbaiviet .item4{
    background: url(../images/levancanh_43.png) no-repeat left top -2px;
    padding-left: 48px;
    padding-right: 30px;
}
#groupbaiviet .item5{
    background: url(../images/levancanh_45.png) no-repeat left top -2px;
    padding-left: 45px;
    padding-right: 10px;
}
#groupbaiviet .item a{
    font-family: roboto_condensedbold;
    text-transform: uppercase;
    font-size: 14px;
    color: #3e3e3e;
    display: block;
    line-height: 40px;
}
#groupbaiviet .item:hover{
    background-position: left 10px top 0px;
}
#groupbaiviet .item:hover a{
    color: #f00;
}
#khuyenmai{color: #fff; text-align: center;padding: 5%;}
#khuyenmai .content{
    max-width: 730px;
    margin: auto;
}
#khuyenmai .content .name{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 44px;
    margin-bottom: 20px;
}
#khuyenmai .content .mota{
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}
#khuyenmai .content .btn_chitiet a{
    padding: 12px 30px;
    color: #fff;
    background: #00006F;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
}
#khuyenmai .content .btn_chitiet a:hover{
	color: #ff0;
}
.box_partner{background: #dcdddf;}
.box_partner .content{ margin: auto;padding: 20px 0px 10px 0px;}
.box_partner .content .owl-carousel .owl-item{ padding: 0px;}
.item_doitac{/* background: #DEE0E3; *//* border-right: solid 1px #c9cdd0; *//* border-left: solid 1px #eeeff1; */}
#about{}
#about .contact{ background: url(../images/lh.jpg) no-repeat top center; background-size: cover; padding: 10px;}
#about .title{
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    background: url(../images/t_06.png) repeat-x top center;
}
#about .title span{
    display: inline-block;
    padding: 5px 10px;
    z-index:1;
    position:relative;
    background: url(../images/t_01.png) no-repeat left top, url(../images/t_05.png) no-repeat right top, url(../images/t_03.png) repeat-x top center;
    padding: 2px 50px;
}
#about .title:before{
	position: absolute;
	content:'';
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #D63334;
	display: none;
}
#popub{position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 10001; text-align: center;display: none;}
#popub .allload{ width: 100%; background: rgba(0,0,0,.8); height: 100%; z-index: 1; position: absolute;}
#popub .popub{position: relative; max-width: 80%; margin: auto; display: inline-block; z-index: 10;width: 400px; background: #fff; color: #000;}
#popub .popub .pa-header{ padding: 20px;}
#popub .popub h3{ background: #FFC000; color: #fff;}
#popub .popub .close{
	z-index: 10;
	position: absolute;
	background: url(../images/close.png)center center no-repeat;
    width: 60px;
    height: 60px;
    right: -33px;
    top: -33px;
    z-index: 999999;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 60px rgba(0,0,0,.2);
    border: 1px solid rgba(255,255,255,.5);
    background-color: rgba(255,255,255,.1);
}
#popub .popub .close:hover{
	background-color: rgba(255,255,255,.3);
    box-shadow: 0 0 20px rgba(255,255,255,.8);
}
/*----------------------------------------------------*/
.title_news{ display: none;}
.download{background: #A86500;width: 120px;text-align: center;}
.download a{text-transform: uppercase; color: #fff;padding: 5px 10px; display: block;}	
.download:hover{background: #00A859;}
.bgblue{ background: #D5EAFF;}
.bggreen{ background: #38a345;}
.scroll-top {
  position: fixed;
  z-index: 1001;
  right: 0px;
  bottom: 10px;
  display: none;
}
footer .name{
    color: #fff;
    font-family: robotobold;
    text-transform: uppercase;
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
}
footer .box_icon{font-family: arial;text-align: left;}
footer .icon{display: inline-block;margin: 3px;}
footer .icon a{color: #fff;}
footer .tag_seo{background:#EFEFEF; padding: 5px 8px; float: left; margin: 1px;}
footer .andress{background: url(../../assets/images/address.png) no-repeat left top 1px;padding-left: 50px;}
footer .phone{background: url(../../assets/images/phone.png) no-repeat left top;padding-left: 50px;line-height: 40px;margin: 8px 0px;}
footer .hotline{background: url(../../assets/images/phone.png) no-repeat left top;padding-left: 45px;margin: 8px 7px;font-family: fontavo;color: #ff0;font-size: 24px;height: 43px;display: inline-block;line-height: 40px;}
footer .email{background: url(../../assets/images/mail.png) no-repeat left top;padding-left: 50px; margin: 8px 0px;line-height: 40px;}
.thongke{
    font-size: 13px;
    float: right;
    background: url(../images/thongke.png) no-repeat center left;
    padding-left: 35px;
}
.thongke .dangol{ background: url(../../assets/images/dangol.png) no-repeat left top 4px; padding-left: 25px;line-height: 25px}
.thongke .ngay{ background: url(../../assets/images/ngay.png) no-repeat left top 4px; padding-left: 25px; line-height: 25px}
.thongke .thang{ background: url(../../assets/images/thang.png) no-repeat left top 4px; padding-left: 25px; line-height: 25px}
.thongke .total{background: url(../../assets/images/tongol.png) no-repeat left top 4px; padding-left: 25px; line-height: 25px}
.thongke span{ text-align: right;}
footer .row1 .mota{
    text-align: justify;
	
}
footer .row2{
    width: 26%;
    float: left;
    padding-left: 30px;
    min-height: 200px;
}
footer .row3{
    width: 29%;
    float: left;
    height: 160px;
    padding-left: 30px;
}

.line_bottom{ width: 100%; height: 1px; margin: 15px 0px; background: #b3b3b3;}
.row_menu{
    width: 247px;
    float: left;
    border-right: solid 1px #bebebe;
    height: 125px;
    margin-left: 90px;
}
.no-margin-left{ margin-left: 0px;}
.no-border-right{ border: none}
.row_menu .item{
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
}
.row_email{
    width: 279px;
    float: left;
}

.box_dk{
	float:left; 
	margin: 25px 0px; width:100%; position:relative;
	max-width: 210px;
}
#emailkhachhang{
	width: 100%;
	color: #000;
	padding-right: 10px;
	padding-left: 5px;
	height: 31px;
	/* padding: 1px; */
	border: none;
	/* support: IE9+*/
	background: url(../images/bg_dknt.png);
	line-height: 1.5;
	text-indent: 0.5rem;
	font-size: 13px;
	color: #ababab;
}
#guimail5{
	 border:none;
	 width: 48px;
	 height: 30px;
	 background: #ff0;
	 color: #000;
	 position: absolute;
	 top: 0px;
	 font-size: 13px;
	 right: 0px;
	 padding: 0px;
	 font-weight: bold;
	 }
.dkn{
    float: right;
    width: 215px;
}
#copyright{ background:#d5d5d5; text-align: center; line-height: 40px; color: #5b5b5b; font-size: 13px;}
.box_banggia{border: solid 1px #0e9400; margin-bottom: 20px;}
.box_banggia .item{width: 33.33%; float: left; font-family: robotoregular; font-size: 15px;}
.box_banggia .item .title{ background: #0e9400; color: #fff; text-align: center; line-height: 30px}
.box_banggia .item .title span{font-family: roboto-medium;}
.box_banggia .item .col-1{ border: solid 1px #e3e3e3; width: 60%; float: left; padding-left: 20px; height: 30px;}
.box_banggia .item .col-1s{ border: solid 1px #e3e3e3; width: 60%; float: left;}
.box_banggia .item .col-2, .box_banggia .item .col-2s{border: solid 1px #e3e3e3; width: 40%; float: left; text-align: center; height: 30px;}
.box_banggia .item .col-2 span{font-family: roboto-medium; color: #e80000; font-size: 17px;}
#cart{position: fixed;right: 45px; top: 30%; z-index: 10000001;}
#cart span{position: absolute; top: 10px; width: 100%; text-align: center;color: #fff; font-weight: bold;}
/*----------------------- radio button checkbox ---------------------*/
.checkbox_define{
    max-height: 200px;
}
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background: url('../../assets/images/checks.png') no-repeat 0 0;
  line-height  : 24px;
  height: 24px;
  font-size: 14px;
}

input[type=checkbox]:not(old):checked + label{
  background-position : 0 -24px;
}

input[type=radio]:not(old):checked + label{
  background-position : 0 -48px;
}
.item_product_menu{
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.item_product_menu .name{position: absolute; bottom: -50%; transition: all 0.5s ease;background: rgba(0, 0, 0, 0.8); width: 100%; left: 0px; color: #fff; font-family: robotoregular;text-align: center;padding: 7px 0px;}
.item_product_menu:hover .name{bottom: 0px;}
/******************* chi tiet san pham *****************/
.product_info{
    list-style:none;
    padding:0px;
    margin:0px;
}
.product_info {
    padding:3px 0px;
}
.product_info .name_product{
    margin-bottom: 16px;
    font-size: 18pt;
    color: #D21416;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}
.product_info .check{
    line-height: 35px;
    /* border-bottom: solid 1px #C1C1C1; */
    clear: both;
    overflow: hidden;
}
.product_info .check b{width: 120px; float: left;}
.product_info .info{
    /* border-bottom: solid 1px #ccc; */
    margin-top: 10px;
    overflow: hidden;
}
.product_info .click_xem{cursor: pointer;color: #0388cd;}
.product_info .price b{color: #000;font-size: 14px;}
.product_info .price{
    font-size: 24px;
    color: #ff6517;
    font-style: normal;
    font-weight: 400;
    padding-top: 6px;
}
.box_color{ margin-bottom: 10px}
.box_color .item_color{
	display: inline-block;
	cursor: pointer;
}
.box_color .item_color:hover img{border-color: #f00;}
.box_color .item_color.active img{border-color: #f00;}
.product_info .price.throught{
	text-decoration: line-through;
    font-size: 15px;
    color: #000;
}
.product_info .price span{
	font-size: 20px;
	/* text-decoration: underline; */
	position: relative;
	bottom: 2px;
}
.tag_slug{ background: #ECECEC; padding: 10px;}
.tag_slug .tag{background: #fff; padding: 5px 10px;; margin-right: 10px;}
.tag_slug .tag i{ margin-right: 5px;}
.selectors{padding: 0px 20px;}
.selectors .owl-next{
    background: url(../images/control_owl.png) no-repeat;
    top: 43%;
    right: 0px;
    background-position: 0px 0px;
    transition: all 0.7s ease;
    width: 20px;
    height: 20px;
}
.selectors .owl-prev{
	background: url(../images/control_owl.png) no-repeat;
	top: 43%;
	left: 0px;
	background-position: 0px -24px;
	transition: all 0.7s ease;
	width: 20px;
    height: 20px;
}
.selectors .owl-next:hover{
    background-position: -28px 0px;
}
.selectors .owl-prev:hover{
    background-position: -28px -24px;
}
.item_zoom{border: solid 1px #ddd; padding: 5px;}
.item_zoom:hover{border: solid 1px #f00;}
.detail-pd {
  background: #ececec;
  height: 75px;
  line-height: 38px;
  margin-top: 25px;
}
.detail-order {
  border-top:1px dashed #bebebe;
  height: 25px;
  margin-top: 5px;
}
.order-phone {
  border-bottom:1px dashed #bebebe;
  color: #ed3237;
  font-size:25px;
  font-family: fontavobold;
}
.product_info .tietkiem span{ color: #d60c0c; padding-left: 5px;}
.product_info .quantity-wrap label{
	font-size: 18px;
	font-family: fontavo;
	color: #000;
	font-style: normal;
	font-weight: 400;
	margin: 5px 0px;
	display: inline-block;
}
.product_info .quantity-wrap .quantity{
	width: 100px;
	height: 30px;
	position: relative;
	/* float: left; */
}
.product_info .quantity-wrap .quantity .minus, .product_info .quantity-wrap .quantity .plus{
	width: 30px;
	height: 30px;
	line-height: 30px;
	  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  vertical-align: text-top;
  text-decoration: none;
  overflow: visible;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  /* line-height: 23px; */
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #5e5e5e;
  /* text-shadow: 0 1px 0 rgba(255,255,255,0.8); */
  border: 1px solid #dfdbdb;
  background: #dbdada;
}
.product_info .quantity-wrap .quantity .plus{
	right:0px;
	top:0px;
}
.size{ text-align: center; margin-top: 20px;}
.size label{font-family: fontavo; font-size: 18px; text-transform: uppercase;}
.fetch_size{
	cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 10px;
    font-family: fontavo;
    font-size: 16px;
}
.size .checked {
    color: #f00;
}
.color{margin-top: 20px; text-align: center;}
.color label{font-family: fontavo; font-size: 18px;}
.color .fetch_color{
	border: solid 3px #dcdcdc;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	display: inline-block;
	margin: 5px;
	cursor: pointer;
}
.color .fetch_color.active{border: solid 3px #ff0;}
.quantity-wrap{text-align: left;margin: 20px 0px;}
.qty{
	width: 60px;
	height: 30px;
	left: 30px;
	font-size: 18px;
	margin: 0 !important;
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	text-align: center;
	border: 1px solid #dfdbdb !important;
	border-radius: 0px;
	top: 0;
	color: #000;
}
.btn-color-add {
background : #e05543;
width: 100%;
margin: 10px 0px;
}

.btn-color-buy {
background : #ff822e;
cursor: pointer;
width: 100%;
margin: 10px 0px;
}
.btn-detail:before{
content: "";
width: 1px;
height: 100%;
border-left: solid #ce4735 1px;
border-right: solid #ee7465 1px;
position: absolute;
left: 50px;
top:0;
}
.btn-detail:after {
content: "";
width: 30px;
height: 100%;
float: left;
margin-left: 10px;
position: absolute;
left: 0;
top: 0;
}
.btn-color-buy:after {
background: url(../images/check.png) no-repeat center center;

}
.btn-color-add:after {
background: url(../images/cart.png) no-repeat center center;
}
.btn-color-buy:before {
border-right: solid #f4680b 1px;
border-left: solid #ff8b3d 1px;
}
.btn-detail {
border: none;
padding-left: 51px;
color: #fff;
text-align: center;
text-transform: uppercase;
border-radius: 3px;
height: 50px;
line-height: 47px;
position: relative;
cursor: pointer;max-width: 200px;font-size: 16px;}
#info_deals{
    position: relative;
    margin-top: 10px;
}
#info_deals table{width: 100% !important;}
#info_deals ul#tab_content{
	border-bottom: 1px solid #ed3237;
	margin-bottom: 10px;
	padding: 0px;
}
#info_deals .content_tab{/* overflow: hidden; */display: none;}
#info_deals .content_tab.selected{
	display: block;
}
#info_deals ul.fixed{
	position: fixed;
	z-index: 1001;
	width: 892px;
	background-color: #fff;
}
#info_deals ul#tab_content li{
	display: inline-block;
	padding: 5px 15px;
	box-sizing:border-box;
	margin-bottom: -1px;
	border-bottom: solid 3px transparent;
	border: solid 1px #ddd;
}
#info_deals ul#tab_content li a, #info_deals .title{
	font-size: 17px;
	cursor: pointer;
	display: block;
}
#info_deals ul#tab_content li:hover, #info_deals ul#tab_content li.selected{
	border-bottom: solid 1px #ed3237;
	background: #ed3237;
}
#info_deals ul#tab_content li:hover a, #info_deals ul#tab_content li.selected a{ color: #fff;}
#info_deals ul#tab_content li.selected a{ color: #fff;/* text-transform: uppercase; *//* font-family: fontavo; */}
/****************** gi? h?ng *******************/
.themhang{
    background: #2799c9;
    border: none;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    height: 45px;
    line-height: 45px;
    position: relative;
    cursor: pointer;
    margin: 7px;
    max-width: 270px;
}
.themhang:after{
	content: "";
    background: url(../images/icon-arr.png) no-repeat center right;
    width: 30px;
    height: 100%;
    float: right;
    margin-left: 10px;
}
.themhang:before{
	content: "";
    width: 1px;
    height: 100%;
    border-left: solid #46B2DF 1px;
    border-right: solid #3085A9 1px;
    position: absolute;
    right: 45px;
}
.themhang a{
    color: #fff;
}
.tienhangdathang{
    background: #f37021;
    border: none;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    height: 45px;
    line-height: 45px;
    position: relative;
    cursor: pointer;
    margin: 7px;
    max-width: 185px;
    float: right;
}
.tienhangdathang:after{
	content: "";
    background: url(../images/icon-arr.png) no-repeat center right;
    width: 30px;
    height: 100%;
    float: right;
    margin-left: 10px;
}
.tienhangdathang:before{
	content: "";
	width: 1px;
	height: 100%;
	border-left: solid #FF7D2F 1px;
	border-right: solid #EC5900 1px;
	position: absolute;
	right: 45px;
}
.tienhangdathang a{
    color: #fff;
}
.total-order{
    height: 30px;
    text-align: right;
    font-family: fontavo;
    /* border-bottom: solid 1px #ccc; */
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 16px;
}
.box-form{
    border: solid 1px #ccc;
    margin-bottom:10px;
    margin-top: 15px;
}
.thongtin{
    padding: 0px 10px;
    margin-bottom: 10px;
}
.box-form .title-form{
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ccc;
    border-left: solid 5px #f37021;
    padding-left: 10px;
    margin-bottom: 10px;
    border-top: solid 1px #ccc;
    background: #F4F4F4;
    text-transform: uppercase;
}
.continue{
    background: #f37021;
    max-width: 300px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    border: none;
    margin: 10px 0px;
}
.pad-contact{ margin-top:2%;}
.box_dh{
    /* border: solid 1px #ccc; */
    margin-bottom: 10px;
}
.box_dh .title-dh{
    height: 40px;
    margin-top: 15px;
    line-height: 40px;
    border: solid 1px #ccc;
    border-left: solid 5px #f37021;
    padding-left: 10px;
    margin-bottom: 10px;
    background: #F4F4F4;
    text-transform: uppercase;
}
.table-order{ padding:5px;}
.step1{ max-width: 350px; margin: auto; /* padding: 20px; */}
/************* thanh dieu huong thanh toan********/
#breadcrumbs-two{
  overflow: hidden;
  width: 100%;
  margin-top: 5px;
}

#breadcrumbs-two li{
  float: left;
  margin: 0 .5em 0 1em;
  /* width: 31%; */
}

#breadcrumbs-two a{
  background: #ddd;
  padding: 0.7em;
  float: left;
  text-decoration: none;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  position: relative;
  font-size: 16px;
  display: block;
}

#breadcrumbs-two a.active, #breadcrumbs-two a:hover{
  background: #99db76;
}

#breadcrumbs-two a::before{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1em;
}

#breadcrumbs-two a.active:before, #breadcrumbs-two a:hover::before{
  border-color: #99db76 #99db76 #99db76 transparent;
}

#breadcrumbs-two a::after{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -1em;
}

#breadcrumbs-two a.active:after, #breadcrumbs-two a:hover::after{
  border-left-color: #99db76;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
  content: normal;
}
.btn-thanhtoan {
  float: right;
  background: #C60001;
  color: #fff;
  padding: 5px 10px;
  margin-left: 20px;
  cursor: pointer;
}
.courseListItem {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 22px;
  margin-bottom: 1.46666667rem;
  text-decoration: none;
  /* background: #000; 
  background: -moz-linear-gradient(left,#000 20%,#fff 20%);
  /* background: -webkit-gradient(linear,left top,right top,color-stop(20%,#000),color-stop(20%,#fff)); */
  /* background: -webkit-linear-gradient(left,#000 20%,#fff 20%); 
  background: -o-linear-gradient(left,#000 20%,#fff 20%);
  background: -ms-linear-gradient(left,#000 20%,#fff 20%);
  /* background: linear-gradient(to right,#000 20%,#fff 20%); */
  border-bottom: solid 1px #ddd;
}
.courseListItem:hover{  color: #428bca;
	/* background: -moz-linear-gradient(left,#000 20%,#ffffff 20%);
   background: -webkit-gradient(linear,left top,right top,color-stop(20%,#000),color-stop(20%,#ffffff)); */
  /* background: -webkit-linear-gradient(left,#000 20%,#ffffff 20%); 
  background: -o-linear-gradient(left,#000 20%,#ffffff 20%);
  background: -ms-linear-gradient(left,#000 20%,#ffffff 20%);
  /* background: linear-gradient(to right,#000 20%,#ffffff 20%); */
}
.courseListItem__intensity {
  float: left;
  width: 20%;
  background: 0;
  padding: 20px 10px 20px 20px;
  color: #fff;
  text-align: right;
}
.courseListItem__intensity1 {
  float: left;
  width: 20%;
  color: #fff;
  text-align: right;
}
.courseListItem__intensity__title {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.22222222;
  font-family: "Roboto Condensed",sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.46666667rem;
  display: inline-block;
  margin-top: -3px;
}
.courseListItem__intensity__label {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-style: italic;
  font-size: 93%;
  display: block;
}
.courseListItem__desc {
  float: left;
  width: 80%;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
.courseListItem__desc .small{ color:#428bca; }
.courseListItem__desc__paragraph{margin-top: 5px;}
.courseListItem__desc__title {
  font-size: 18px;
  line-height: 1.22222222;
  font-family: "Roboto Condensed",sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 3px;
}
h4, .delta {
  text-transform: none;
  font-weight: normal;
}
.content_index{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.item_index{float: left; width: 100%;padding: 10px 0px;}
.item_index .images{overflow: hidden;text-align: center;}
.item_index .images img{margin:auto;}
.item_index .name{
    text-align: center;
    padding: 5px;
}
.item_index .name_photo{ background: #071f19; padding: 10px;}
.item_index .name a{display: block;}
.item_index .name_photo a{color:#fff;}
/************* trang c? nh?n **************/
.infomation .name{
	background: url(../vietthuong/icon_user.png) no-repeat right top;
	padding-right: 40px;
	line-height: 30px;
	color: #010101;
}
.infomation .shower{
    border: 1px solid #E3E3E3;
    background: #F6F6F6;
    max-width: 250px;
    right: 0px;
    position: absolute;
    width: 250px;
    z-index: 10021;
    text-align: left;
    padding: 10px;
    display: none;
}
.infomation:hover .shower{display: block;}
.infomation .shower:after,
.infomation .shower:before {
	right: 8px;
	top: -20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.infomation .shower:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #F6F6F6;
	border-width: 11px;
	margin-top: 0px;
}
.infomation .shower:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #dddddd;
	border-width: 11px;
	margin-top: -3px;
}
.infomation .shower .avatar{margin-bottom: 10px;}
.infomation .shower .avatar img{
	width: 70px;
	float: left;
	margin-right: 10px;
}
.infomation .shower .blue{
    color: #0066ff;
    font-size: 15px;
}
.infomation .shower .item{
    border-bottom: solid 1px #ddd;
    width: 100%;
}
.infomation .shower .item a{
    display: block;
    line-height: 30px;
    padding: 9px 0px !important;
}
.infomation .shower .item a:hover{color: #f00 !important;}
.infomation .shower .item:last-child{border: none;}
/***************** effect ***************/
.zoom-img{overflow: hidden; position: relative;}
.zoom-img img{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.zoom-img img:hover{
	webkit-transform: scale(1.2);  /* Saf3.1+, Chrome */
    -moz-transform: scale(1.2);  /* FF3.5+ */
    -ms-transform: scale(1.2);  /* IE9 */
    -o-transform: scale(1.2);  /* Opera 10.5+ */
    transform: scale(1.2);
}
@media (min-width: 960px){
	.hidden-md{display: none !important;}
}
.logo_header.hidden-md img{position: relative; top: 0px;}
@media (max-width: 768px){
	header .logo_header{width: 100%;}
	header .logo_header img{margin: auto;}
	.no-margin{ margin:0px !important; }
	#box_product {
		margin: 30px 0px;
		width: 100%;
		padding: 10px;
	}
	.top_header .hotline{float: left;}
	.container_left{width: 100%;}
	.container_right{width: 100%;}
	.container_mid .content{padding: 10px;}
	.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style], #u_0_0 ._2p3a { width: auto !important; margin: auto; margin-top: 10px}
}
@media (max-width: 600px){
	.container_mid .box_content .left{display: none;}
	.tablet{width: 50%;}
	.box_footer{padding: 0px 10px;}
	.courseListItem__intensity1{ width: 35%; margin-right: 10px;}
	.courseListItem__desc{ width: 100%; float: none;}
	.box_slider{margin: 10px 0px;}
	.text-right{text-align: left;}
}
@media (max-width: 480px){
	.courseListItem__intensity1{width: 100%}
	.courseListItem__intensity1 img{margin: auto;}
	#news > .row{margin: 0px !important;}
	#groupbaiviet .item{padding-right: 0px !important;}
	.item_product{width: 100%; margin-bottom: 10px;}
	.item_product .item_product_content{border: solid 1px #ddd !important;}
	.copyright{
    line-height: 20px;
    padding: 10px 0px;
}
	.item_congtrinh .images{width: 100%;}
	.container_mid .tcat{height: auto;/* min-height: 35px; */}
	.container_mid .tcat .clicks{width: 100%;
		background: url(../../assets/images/tcat_icon_right.png) no-repeat right top, url(../../assets/images/tcat_icon_left.png) repeat-x left top;float: none;color: #ff0;padding-left: 20px;}
	header .giohang, header .hotline_top{ width: 100%; float: none;}
	.box_search{width: 100%;padding: 5px;}
	#khuyenmai .content .name{font-size: 20px;}
	#khuyenmai .content .mota{font-size: 15px;}
}
@media (max-width: 420px){
	.tablet{width: 100%;}
	
}
.effect{overflow: hidden;}
.effect:hover img{
	-webkit-transform: rotate(10deg) scale(1.2);
	-moz-transform: rotate(10deg) scale(1.2);
	-ms-transform: rotate(10deg) scale(1.2);
	-o-transform: rotate(10deg) scale(1.2);
	transform: rotate(10deg) scale(1.2);
}
.effect img{-moz-transition: all 0.7s ease;      -o-transition: all 0.7s ease;      -ms-transition: all 0.7s ease;        transition: all 0.7s ease;}
.height{height: 10px;}
.content_product img{max-width: 100% !important; height: auto !important; }
