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: Arial, Helvetica, sans-serif;
	line-height:1.5;
	color: #000;
	background: #fff;
}
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: 210px;
    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: #000;text-align: left;background: #dadada;font-family: robotoregular;}
.top_header .item{float: left;margin-right: 10px;}
.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 center;padding-left: 140px;padding-top: 4px;color: #e4ff00;font-size: 15px;float: right;}********************/
.top_header .email{}
.top_header .address{}
.top_header .box_icon{
	float: right;
	vertical-align: middle;
	line-height: 25px;
}
.top_header .icon{display: inline-block;margin-top: 5px;}
header{position: relative;z-index: 101;top: 0px;left: 0px;background: #fff;width: 100%;}
header.position{position: relative;}
header .banner{max-width: 1349px; margin: auto;width: 100%;position: relative;}
header .logo_header{
    z-index: 101;
}
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;
	font-size: 20px;
	background: url(../images/hotline.png) no-repeat center;
	text-align: center;
	color: #FB0904;
	font-weight: bold;
	width: 200px;
	height: 80px;
	padding-top: 35px;
	position: absolute;
	top: 20px;
	right: 0px;
}
*/
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: 205px;
    vertical-align: middle;
    margin-top: 5px;
}
.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 #159300;
    height: 30px;
    font-size: 14px;
    float: left;
    background: #fff;
    font-family: robotolight;
    box-shadow: 1px 3px 9px #c7c7c7 inset;
}
.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: 30px;
    border:none;
    height: 30px;
    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{}
/**************** 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{margin-top: 20px;background: #0267cf;}
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 ********************/
.box_slider{position: relative;z-index: 10;}
#center-container{width: 100%;}
.scroll_text{ background: #0267CF; color: #fff; font-size: 18px; padding: 10px 0px;}
.scroll_text h2{color: #ff0; display: inline-block;}
#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{}
.title{
	font-size: 17px;
	line-height: 40px;
	color: #fff;
	position: relative;
	background: #044379;
	text-transform: uppercase;
}
.item_congtrinh{
    position: relative;
    margin-bottom: 10px;
}
.bg_item_congtrinh{ background: #bfbfbf;}
.item_congtrinh .images{
    width: 30%;
    float: left;
    margin-right: 10px;
    background: #fff;
}
.item_congtrinh .alt{ color: #006288; font-size: 17px; font-family: opensan-semibold;padding-top: 10px;}
.item_congtrinh .name{
    font-size: 12px;
}
.item_congtrinh .name a{
    color: #3c3c3c;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}
.item_congtrinh .info{
    font-size: 12px;
    /* height: 92px; */
    color: #a57101;
}
.item_congtrinh .chitiet{
    text-align: right;
    margin: 20px;
    clear: both;
}
.item_congtrinh .chitiet a{
    background: #006b94;
    border: solid 2px #00a9e1;
    border-radius: 17px;
    color: #fff;
    font-family: Myriad Pro;
    font-size: 18px;
    padding: 2px 20px;
    display: inline-block;
}
.item_congtrinh .number{
    text-align: center;
    padding-top: 7px;
    font-size: 60px;
    color: #fff;
    font-family: opensan-light;
    width: 10%;
    float: left;
    text-shadow: 2px 2px 0px #ccc;
    line-height: 140px;
}
.container_mid .title .catorgy{
    color: #505050;
    text-transform: none;
    font-family: arial;
    height: 40px;
    width: 850px;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
}
.container_mid .title .catorgy a{
    font-size: 15px;
    padding: 0px 8px;
}
.fancybox-inner .tcat, .container_mid .tcat{
    position: relative;
    color: black;
    text-align: center;
    margin: 10px 0px;
    font-size: 35px;
    font-family: sfu_ergoeregular;
    text-transform: uppercase;
    /* background: url(../images/tcat.png) no-repeat bottom center; */
    padding-bottom: 5px;
    text-shadow: 0px 0px 0px;
}
.container_mid .tcat1{
	background: url(../images/tcat.png) no-repeat bottom center;
	position: relative;
    color: #0f7fc1;
    text-align: center;
    font-family: fontavo;
    line-height: 50px;
    margin: 10px 0px;
    padding-bottom: 18px;
    font-size: 24px;
    text-transform: uppercase;
}
.container_mid .tcat img{ position: absolute; top: 10px; left: 10px;}
.fancybox-inner .tcat .icon, .container_mid .tcat .icon, .container_mid .tcat1 .icon{
	clear: both;
	display: inline-block;
	padding: 5px 45px;
	min-width: 200px;
}
.tcat_right{display: none;}
.fancybox-inner .tcat .icon h2,.container_mid .tcat .icon h2{
   
    font-size: 22px;
}
.container_mid .tcat .icon a{ color: #df1f26;}
.container_mid .tcat .tcat_noibat .item{ float: right; margin: 10px; margin-top: 15px;}
.container_left{width: 18%;float: left;margin-top: 20px;}
.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 #299CFF;
    padding: 10px;
    /* background: #FFFFB8; */
}
.container_left .module_left .title{
	color: #fff600;
	text-align: center;
	font-family: robotoregular;
	line-height: 40px;
	font-size: 15px;
	background: #044379;
	text-transform: uppercase;
}
.container_left .module_left .title h2,.container_left .module_left .title h2 a{
	display:block;
	line-height: 45px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #DE1A1B;
	border-bottom: 1px solid #DC0115;
	text-align: center;
}
.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: #000;font-size: 12px;text-align: left;font-weight: bold;border-bottom: dashed 1px #000;font-family: Tahoma;padding-left: 10px;}
.container_left .module_left ul > li a.active{color: #000;}
.container_left .module_left a:hover{color: #044379 !important;}
.container_left .module_left ul li ul li a{text-transform: none;font-size: 13px;color: #fff;box-shadow: none;line-height: 15px;font-weight: normal;background: url(../images/arrow.png) no-repeat top 14px left 5px;padding-left: 15px;border-bottom: dashed 1px #fff;min-height: 39px;}
.container_left .module_left ul li ul li a:hover{color: #ff0 !important;}
.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;padding-left: 0px;width: 200px;z-index: 101;display: none;position: absolute;left: 100%;top: 0px;background: #044379;}
.container_left .module_left .list_cat_product li {line-height: 20px; position: relative;}
.container_left .module_left .list_cat_product li.acti{background: url(../images/arrow_left.png) no-repeat top 16px right 5px;padding-right: 10px;}
.container_left .module_left .list_cat_product li:hover ul{ display: block;}
.container_left .module_left .list_cat_product li:hover ul,?.container_left .module_left .list_cat_product li.active ul{display: block;}
.container_left .module_left .list_cat_product li .left_c2{padding-left: 0px; list-style: none;overflow: hidden;display: none;padding-left: 15px;}

#hotro{padding: 0px;}
#hotro li{
	width: 100%;
    display: inline-block;
    display: block;
    position: relative;
    margin-bottom: 10px;
    border-bottom: dashed 1px #636262;
    padding-bottom: 5px;
}
#hotro li .yahoo{
position: absolute;top: 6px;left: 30px;
    
height: 35px;
    width: 40px;border-bottom: none;}
#hotro li .skype{
	    position: absolute;
	    top: 5px;
	    left: 0px;
	    height: 35px;
	    width: 35px;
	    border-bottom: none;
}
#hotro li p{
	    color:#3853A4;
	    font-size: 16px;
}
 #hotro li span{
	 display: block;
	color: #333;
	font-size: 13px;
}
#hotro li .email{
	font-size: 12px;
	top: 64px;
	top: 68px;
}
.container_right{width: 64%;float: left;/* margin-top: 20px; */padding: 0px 15px;}
.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_right .title{ font-family: robotobold; font-size: 17px;color: #303030;padding: 3px 0px;}
/**************** 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{
    background-color: #fff;
    width: 100%;
    padding: 10px;
}
.item_product .images img{ border-radius: 5px}
.item_product .info{
    width: 83%;
    float: right;
}
.item_product .info .name{
    font-family: opensan-semibold;
    font-size: 15px;
}
.item_product .info .name a{
    color: #4266b9;
}
.xemthem{max-width: 120px; margin: auto;}
.item_product_content{margin-bottom: 30px;font-size: 14px;width: 100%;vertical-align: top;text-align: center;}
.item_product_content .item{
}
.item_product_content .item:hover{}
.item_product_content .images{position: relative;background: #fff;border: solid 1px #ddd;box-shadow: 3px 3px 0px #F3F3F3;}
.item_product_content .images img{
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s;
}
.item_product_content .images img:hover{
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.item_product_content .name{
    padding-top: 10px;
    position: relative;
    height: 55px;
    text-align: center;
    /* margin-top: 15px; */
    overflow: hidden;
}
.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: #1C5FF6;/* font-weight: bold; */}
.item_product_content .name a:hover{color: #f00;}
.margin-0{ margin-right: 0px;}
.item_product_content .prices{
    position: relative;
    clear: both;
    text-align: center;
    color: #000;
    font-size: 14px;
    height: 22px;
    overflow: hidden;
    font-weight: bold;
}
.item_product_content .prices span{
    position: relative;
    color: #f00;
}
.item_product_content .prices a{float: right; color: #f00; text-decoration: underline;}
.item_product_content .prices a:hover{color: #019B43;}
.item_product_content .prices figure{ color: #838383;display: inline-block;}
.item_product_content .giasale{}
.item_product_content .giasale span{ color: #de002f; font-size: 18px;}
.item_product_content .opacity{opacity: 0;}
.item_product_content:hover .opacity{opacity: 1;}
.item_product_content .order{text-align: center;padding-bottom: 10px;background: url(../images/btn_muahang.png) no-repeat top center;height: 25px;width: 85px;margin: auto;cursor: pointer; transition: all 0.7s ease;}
.item_product_content .order:hover{background: url(../images/btn_muahang_hover.png) no-repeat top center;}
.item_product_content .txt_buy{width: 24px; display: inline-block; text-align: center;}
.item_product_content .buy{display:inline-block;width: 100%;background: #ff7c06;color: #fff;cursor: pointer;border-radius: 5px;line-height: 35px;max-width: 100px;float: right;}
.item_product_content .buy:hover{ background: #00a79d;}
.item_product_content .detail{
    text-align: justify;
    height: 85px;
    overflow: hidden;
}
.item_product_content .throught{ text-decoration: line-through;}
.item_product_content .prices .giamgia{ background: url(../../assets/images/bg_save_price.png) no-repeat; text-align: center; width: 50px; line-height: 23px; color: #fff; font-weight: bold; position: absolute; top: 10px; right: 5px;}
.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}
.item_list{width: 100%;margin-bottom: 15px;vertical-align: top;border: solid 1px #ddd;}
.item_list .item{border: solid 1px #fff;}
.item_list .item:hover{}
.item_list .images{ margin-bottom: 5px;position: relative;}
.item_list .images img{}
.item_list .name a{ 
	display: block;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #1e1e1e;
    min-height: 30px;
    padding: 0px 10px;
    text-transform: uppercase;
}
.item_list .name a:hover{color: #f00;}
.item_list .prices{font-size: 18px; text-align: center;font-family: robotoregular;color: #ff2222;width: 50%;float: left;line-height: 40px;border-right: 1px solid #666666;background: #E5EFFB;}
.item_list .prices span{
    font-size: 17px;
    text-decoration: underline;
    position: relative;
    bottom: 1px;
}
.item_list .view{width: 50%; float: left;background: #E5EFFB url(../images/icon-persion-small.png) no-repeat center top;padding-top: 20px;text-align: center;color: #E05543;}
.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 ********/
#news{ width: 100%;}
#news .title{
	background: url(../images/title_news.png) no-repeat center bottom;
	display: block;
	font-family: sfu_ergoeregular;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 20px;
	padding-bottom: 18px;
	text-align: center;
}
#news .title span{
	display: inline-block;
}
#news .box_tigia{
	background:#f2f2f2;
	padding: 10px;
}
#news .box_tigia table{border: solid 1px #ddd; background: #fff;line-height: 35px;}
#news .box_tigia table tr{border: solid 1px #ddd; }
#news .box_tigia table td{border: solid 1px #ddd; }
#news .box_tigia a{display: block; text-align: right; color: #005b7f; line-height: 30px;}
#news .title_news a{text-transform: none; color: #f00; float: right; font-size: 14px; margin-right: 20px;}
#news .box_news{
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    /* font-family: roboto_condensedlight; */
    color: #000;
    font-size: 13px;
}
#news .box_news:last-child{border-bottom: none;margin-bottom: 0px;padding-bottom: 0px;}
#news .box_news .images{float: left;margin-right: 5px;width: 180px;}
#news .box_news .images.right{
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
#news .box_news .name a{
    color: blue;
    font-size: 14px;
    display: block;
    font-weight: bold;
    font-family: Tahoma;
}
#news .box_news .name a:hover{color: #044379 !important;background: none;}
.box_time{
    border: solid 1px #ddd;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    padding: 2px;
}
.box_time .title{
    text-align: center;
    background: #183546;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Tahoma;
    line-height: 35px;
    border-radius: 10px 10px 10px 10px;
}
.box_time .content{
    background-color: #f8f8f8;
    font-size: 17px;
    font-family: Tahoma;
    padding: 10px 40px;
    min-height: 130px;
}
.box_time .hotro{padding-top: 22px;}
.box_time .content span{color: #f00;}
.box_time .chamsoc{
    background: url(../images/chamsoc.png) no-repeat right 20px center;
    padding: 30px 40px;
}
.box_time .phanhoi{
    background: url(../images/phanhoi.png) no-repeat right 20px center;
    padding: 30px 40px;
}
.box_time .lamviec{
    background: url(../images/thoigian.png) no-repeat right 20px center;
}
.box_time .tiepdt{
    background: url(../images/tiepdienthoai.png) no-repeat right 20px center;
}
.box_time .title_hotro{
    background: #ff7c06;
}
.box_time .item_time{
    background: url(../images/arrow.png) no-repeat left center;
    padding: 3px 0px;
    padding-left: 20px;
    line-height: 30px;
}
.box_time .item_time a{
    font-size: 14px;
    display: block;
    color: #434646;
}
.box_time .item_time a:hover{color: #f00;}
/**************** footer ******************/
footer{
    font-size: 14px;
    color: #fff;
    background: #044379;
    font-family: robotocondensed;
}
footer strong{ font-weight: bold;}
.fanpage{margin-bottom: 20px;}
.box_map{padding: 15px;}
footer .title-ft{
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 30px;
}
footer .border-line{
	border: solid 1px #fff;
	border-top: none;
	border-bottom: none;
}
.box_form{border: solid 1px #10ff76;padding: 10px;}
.box_form input[type="text"]{
	background: rgba(255, 255, 255, 0.54);
	border: none;
	height: 30px;
}
.box_form input[type="tel"]{
	background: rgba(255, 255, 255, 0.54);
	border: none;
	height: 30px;
}
.box_form input[type="email"]{
	background: rgba(255, 255, 255, 0.54);
	border: none;
	height: 30px;
}
.box_form textarea{
	background: rgba(255, 255, 255, 0.54);
	border: none;
}
.box_form input::-webkit-input-placeholder, .box_form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.box_form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.box_form input::-moz-placeholder, .box_form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.box_form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.box_form input:-ms-input-placeholder, .box_form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.box_form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.box_form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.box_form textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.box_form button[type="submit"]{
background: #0084ff;
border: none;
border-radius: 0px;
padding: 6px 20px;
}
.box_form input[type="button"]{
	
background: #ff0000;
	
border: 0px;
	
border-radius: 0px;
}
footer .box_form .title-ft{
    text-align: center;
}
footer .title-ft1{
    color: #fff !important;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: Tahoma;
    margin-top: 20px;
}
.copyright{font-size: 12px;color: #fff;background: rgba(0, 0, 0, 0.12);text-align: left;line-height: 40px;/* padding-top: 12px; */text-align: center;}
.copyright a{color: #f05f87;}
.noidung_hd{margin-bottom: 20px;}
.noidung_ft{margin-bottom: 15px;}
footer .item a{display: block;line-height: 20px;color: #fff;font-size: 13px;padding: 1px 0px;}
footer .item a:hover{color: #ff0;}
.htonline{border-left: solid 1px #606060; height: 220px;}
.htonline .box_support{ width: 100%; max-width: 410px;background: url(../images/bg_zalo.png) no-repeat;height: 165px;padding: 10px 20px;}
.box_footer{max-width: 1200px;margin: auto;}
footer .dknt .item{
    padding-top: 5px;
}
footer .dknt .item a{
    color: #000;
}
footer .dknt .item a:hover{ color: #f00;} 
/* --------------------- 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: 55%;
	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; }
#about{
    text-align: justify;
    background: #fff;
    padding: 50px 0px;
}
#about .title{font-family: sfu_dinlight;font-size: 30px;padding: 0px 0px 25px 0px;color: #00a859;text-transform: uppercase;text-align: center;background: url(../images/bg_title_gt.png) no-repeat bottom center;margin-bottom: 20px;}
#about .content{ max-width: 800px; margin: auto;margin-bottom: 40px;}
.item_about{
	max-width: 280px; margin: auto;
}
.item_about:hover img{opacity: 0.7;}
.item_about .name{ text-transform: uppercase; font-size: 16px; line-height: 40px; text-align: center;}
.box_partner{
    margin-bottom: 10px;
}
.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;}
#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;margin-top: 10px;}
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 .pos_line{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #fff;
}
footer .hotline{margin: 8px 7px;font-family: robotobold;color: #fff;font-size: 17px;height: 25px;display: inline-block;line-height: 40px;text-transform: uppercase;/* position: relative; */}
footer .hotline span{color: #ff0;}
footer .email{background: url(../../assets/images/mail.png) no-repeat left top;padding-left: 50px; margin: 8px 0px;line-height: 40px;}
.thongke{line-height: 30px;}
.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;
    border-bottom: solid 1px #ddd;
    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;
}
.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;
	max-width: 200px;
}
.addtocart:hover{
	background-color: #d0202e;
}
.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;}
.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;
font-weight: bold;max-width: 240px;}
#info_deals{
    position: relative;
    margin-top: 10px;
}
#info_deals table{width: 100% !important;}
#info_deals ul#tab_content{
	padding: 0px;
	margin-bottom: 0px;
}
#info_deals .content_tab{/* overflow: hidden; */display: none;border: solid 1px #ddd;padding: 10px;}
#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;
	border-radius: 5px 5px 0px 0px;
	background: url(../images/bg_li_tab.png) repeat-x;
}
#info_deals ul#tab_content li a, #info_deals .title{
	font-size: 15px;
	cursor: pointer;
	display: block;
	text-transform: uppercase;
}
#info_deals ul#tab_content li:hover, #info_deals ul#tab_content li.selected{
	background: #2b8603;
}
#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: #ff0;/* text-transform: uppercase; *//* font-family: fontavo; */}

#box_comment{
	border-right: solid 1px #ddd;
	padding-right: 20px;
}
.title_cat {
  font-family: robotobold;
  color: #c60000;
  font-size: 22px;
  margin: 10px 0px;
}
#result_comment{
	margin: 10px 0px;
	overflow: hidden;
	background: #f3f3f3;
	padding: 10px;
	display: none;
}
.comment{ margin: 10px 0px; overflow: hidden; background: #f3f3f3; padding: 10px;}
.show_comment #page-nav{
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 10px 0px;
	margin: 10px 0px
}
.button_gui {text-align: left;}
.button_gui span{ padding: 0px 20px; cursor: pointer;}
.show_comment .result_comment{
	border: solid 1px #ddd;
	padding: 10px;
	margin-bottom: 20px;
}
.show_comment .user_comment{ width: 100px; float: left; margin: 10px; text-align: center;}
.show_comment .user_comment .avatar{
	
}
.show_comment .user_comment .info{}
.show_comment .user_comment .info .name a{
    color: #3b65a7;
	font-family: Times New Roman;
	font-weight: bold;
	
    font-size: 12px;
}
.show_comment .user_comment .info .andress{}
.show_comment .user_comment .info .friend{
    background:  url(../../images/friend.png) no-repeat left center;
    padding: 5px 0px 5px 20px;
    line-height: 20px;
    font-family: robotolight;
}
.show_comment .user_comment .info .views{
    background: url(../../images/views.png) no-repeat left center;
    padding: 5px 0px 5px 20px;
    font-family: robotolight;
}
.show_comment .content_comment{
	
}
.show_comment .content_comment .star_date{
	line-height: 25px; 
	font-size: 16px;
	position: relative;
}
.show_comment .content_comment .star_date .delete{ position: absolute; top: 0px; right: 0px; color: #f00; cursor: pointer;}
.show_comment .content_comment .star_date .star{ margin-right: 5px; width: 18px;}
.show_comment .content_comment .name{font-family: robotoregular; font-size: 14px; margin: 5px 0px;color: #666;}
.show_comment .content_comment .name span{color: #056BCD; font-size: 17px;}
.show_comment .content_comment .noidung{ font-family: robotolight; font-size: 14px; margin: 5px 0px; text-align: justify;}
.show_comment .content_comment .gallery{ margin-bottom: 10px;}
.show_comment .content_comment .gallery .item{ float: left; width: 130px; height: 120px; border: solid 1px #fff;}
.show_comment .content_comment .gallery .item img{ height: 120px;}
.clear.height{ margin: 10px 0px;}
.answer{padding: 0px 0px 20px 0px;}
.box_content_answer{display: none;}
.content_answer{padding: 10px 0px;}
#frm_answer{display: none;}
.danhgia{
width:100%;
height:150px;
background: #F3F3F3;
overflow: hidden;
}
.danhgia1{
  width: 172px;
  text-align: center;
  border-right: 1px solid #cccccc;
  float:left;
  padding: 16px 0;
  height: 128px;
}
.danhgia1 h5 {
  font-size: 13px;
}
.danhgia1-rate {
  font-size: 48px;
  line-height: 1;
  font-family: "Roboto-Light";
  margin-bottom: 4px;
}
.danhgia1-star {
  background: url("../../assets/images/star0.png") repeat-x;
  width: 100px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
}

p.danhgia1-count{
  color: #666666;
}
.danhgia2{
  width: 328px;
  padding-left: 16px;
  padding-right: 16px;
  border-right: 1px solid #cccccc;
  float:left;
  padding: 16px 0;
  height: 128px;
}
.danhgia2-wrap{
  overflow: hidden;
  margin-bottom: 8px;
   margin-left: 23px;
}
.danhgia2-wrap span{
  line-height: 16px;
  float: left;
}
.danhgia2-so{
  float: left !important;
}
.danhgia2-khung{
  width: 144px;
  margin-left: 4px;
  margin-right: 8px;
  margin-bottom: 0;
  border-radius: 0;
  float: left;
  box-shadow: none;
  background: #fff;
   height: 16px;
  overflow: hidden;
}

.danhgia2-so i{
  display: inline-block;
  float: left;
}
.danhgia2-wrap i{
  height: 12px;
  width: 12px;
  margin: 0px 4px;
  color: #CCCCCC;
}
.rate-number {
  display: inline-block;
  width: 24px;
}
.danhgia2-chu span{
  line-height: 16px;
  float: left;
}
.danhgia3{
  padding: 16px 0;
  height: 128px;
  float:left;
  padding-left: 16px;
}
.danhgia3 p {
  margin: 0 0 10px;
}
.danhgia3 .button {
  font-family: "Roboto";
  padding-left: 32px;
  padding-right: 32px;
}
/****************** 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; */}
#news .box_news .time{
	color: #636363;
	font-size: 13px;
}
.box_news .images{
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 1.2s ease 0s;
    overflow: hidden;
}
.box_news .images img{
    webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.box_news .images:hover img{
	-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
}
/************* 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: 14px;
  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 **************/
.content-left .info .live{
    padding: 5px;
    padding-right: 25px;
}
.item .input.form-control{margin-bottom: 5px;}
.content-left .item span{ color: #4E62B9;}
.content-left .info .item{position: relative;max-width: 400px;/* margin: auto; */cursor: pointer;}
.content-left .info .item .edit{position: absolute; right: 0px; top: 8px; opacity: 0; z-index: 0;
	-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;
	cursor: pointer;
}
#password, #email_p, #ten_vi, #live{display:none;}
.content-left .info .item:hover .edit{ opacity: 1; z-index: 101}
.content-left .info i{
    margin-right: 10px;
}
.savelive{ background: #018de5; color: #fff; padding: 10px 20px;clear: both; display: inline-block; margin-top: 5px;}
.savelive a{ color: #fff;}
/***************** 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;}
}
.logo_header.hidden-md img{position: relative; top: 0px;}
@media (max-width: 768px){
	header .top_header{display: none;}
	header .logo_header{position: relative; margin: auto; text-align: center;}
	header .logo_header img{margin: auto;}
	#box_product {
		margin: 30px 0px;
		width: 100%;
		padding: 10px;
	}
	#box_product .owl-prev{left: 5px;}
	#box_product .owl-next{right: 5px;}
	.top_header .hotline{float: left;}
	header .banner{position: relative;}
	header .item_3 span{display: block;}
	footer .title-ft{margin-top: 20px;}
	.container_left{display: none;}
	.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){
	header .hotline_top{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;}
	#about .col-2{width: 100%;}
	#about .col-2 .mota{padding: 10px;}
	#about .col-2 .box_images{padding: 10px;}
}
@media (max-width: 480px){
	#news .box_news .images{width: 100%;float: none !important;}
	#news .box_news .images img{margin: auto;}
	.copyright{display: none;}
	.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%;}
	.row{margin: 0px;}
}
.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;}
.hotline{
	position: fixed;
	background-color: transparent;
	width: 200px;
	height: 200px;
	cursor: pointer;
	z-index: 200000 !important;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility .5s;
	-moz-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s;
	right: 0px;
	bottom: 30px;
}
.coccoc-alo-ph-circle {
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid #00aff2;
	opacity: .1;
	-webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.coccoc-alo-ph-circle-fill {
	background-color: rgba(0,175,242,0.5);
	opacity: .75 !important;
	width: 100px;
	height: 100px;
	top: 50px;
	left: 50px;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .1;
	-webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.coccoc-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: #00aff2 url("../images/phone.png") no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}
@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}
@-o-keyframes coccoc-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}
@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}