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: 13px;
    line-height: 1.5;
    color: #000;
    font-family: "Roboto", sans-serif;
    min-width: 300px;
    width: 100%;
}
b{}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.bg_f5f5f5{
	background: #f5f5f5;
}
.bg_white {
    background: rgba(0, 0, 0, .02);
    margin-top: 10px;
    margin-bottom: 10px;
}
.index_noidung {
    border-top: 4px solid #0fa105;
    background-color: #fff;
    padding: 0px 20px;
    padding-top: 30px;
    text-align: justify;
    color: #000000a3;
}
.index_noidung h1, .index_noidung h2 {
    margin: 5px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.item {
    padding: 0px 0px;
}
.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;text-decoration:none !important;}
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: 135px;
    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: 40px;text-align: right;}
.top_header .item {
    display: inline-block;
    margin-right: 23px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.top_header .item a{font-size: 12px; color: #fff;}
.top_header .item a:hover{color: #ff0;}
.top_header .box_icon{display: inline-block;}
.top_header .icon{display:inline-block; }
header {
    z-index: 101;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #0fa105;
    color: white;
    position: fixed;
}
header.position{position: relative;}
header .banner{max-width: 1349px; margin: auto;width: 100%;}

header .lang{
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 100;
}
header .slogan{
}
header.fixed {
	background: #fff;
	position: fixed;
	z-index: 101;
	top: 0px;
	display: inline;
	width: 100%;
	left: 0px;
}
.heading {
    overflow: hidden;
    visibility: visible;
    color: #ff6700;
    text-align: center;
    font-weight: bold;
    font-size: 33px;
    font-style: italic;
    margin-bottom: 13px;
    text-shadow: 1px 1px 2px #000000, 0 0 1em #0d0dff26, 0 0 0.2em #84b732;
}
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{
	display:inline-block;
	margin-left: 30px;
	text-transform: uppercase;
}
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 {
	position: fixed;
	z-index: 101;
	top: 0px;
	display: inline;
	width: 100%;
	left: 0px;
}
.menutop li a {
    color: white;
}
.box_scroll {
	background: #F3B512;
}
.icon_danhmuc {
    background: url(../images/bg_danhmuc.png) left top no-repeat, url(../images/bg_danhmuc1.png) no-repeat right 10px center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    padding-left: 40px;
    margin-top: 1px;
}
header .order {
    background: url(../images/icon_cart.png) no-repeat left center;
    padding-left: 50px;
    font-size: 13px;
}
header .order a {
    color: #fff;
}
header .order a:hover{color: #f00;}
header .check-order {
    padding-left: 10px;
    line-height: 9px;
    text-align: center;
}
header .check-order .button {
    border: 1px solid #dfdfdf;
    background: #f5f5f5;
    display: block;
    clear: both;
    padding: 14px 8px;
    color: #c00000;
}
header .check-order .button:hover {
    background: #c00000;
    color: #fff;
    border: 1px solid #c00000;
}
header .check-order .button i {
    float: left;
    margin: -6px 6px 0px 0px;
    font-size: 28px;
}
.box_search{
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    float: left;
    width: calc( 100% - 400px) !important;
    margin-top: 20px;
}
.box_search select{
	width: 111px;
	float: left;
	height: 35px;
	border-right: none;
}
.box_search input[type="text"]{
    font-weight: normal;
    color: #6B6B6B;
    width: calc( 100% - 160px);
    border: none;
    height: 35px;
    font-size: 12px;
    float: left;
    background: #fff;
    font-family: robotolight;
    border: solid 1px #ddd;
}
.box_search input[type="text"]:focus, .box_search .input_search select:focus { box-shadow: none; outline: none; }
.box_search input[type="button"]{
    border:none;
    height: 35px;
    position: absolute;
    color: #fff;
    top: 0px;
    right: 0px;
    background: #ed3237;
    text-transform: uppercase;
    font-family: opensan-semibold;
    padding: 0px 10px;
}
.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{
}
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: 100;}
#center-container{width: 100%;float: left;}
#spnb{
	width: 275px;
	margin-left: 20px;
	float: right;
}
.dnkt{
	background: #DCAE05;
	color: #fff;
	margin-bottom: 20px;
	padding: 10px 0px;
}
.dnkt h2{
	font-size: 150%;
    font-weight: bold;
    margin: 2px 0 6px;
}
.dnkt .title_dk{
	background: url(../images/icon-newletter-footer.png) no-repeat left center;
	padding-left: 60px
}
.box_submit{ max-width: 400px; float: right; width: 100%;position: relative;margin-top: 10px;}
.box_submit input[type="tel"]{
    font-weight: normal;
    color: #6B6B6B;
    width: 100%;
    border: none;
    height: 35px;
    font-size: 14px;
    float: left;
    background: #fff;
    font-family: robotolight;
    border: solid 1px #ddd;
}
.box_submit input[type="tel"]:focus { box-shadow: none; outline: none; }
.box_submit input[type="submit"]{
    border:none;
    height: 35px;
    position: absolute;
    color: #fff;
    top: 0px;
    right: 0px;
    background: #ed3237;
    text-transform: uppercase;
    font-family: opensan-semibold;
    padding: 0px 20px;
}
#danhmucnoibat {
	margin-bottom: 20px;
}
.ongkinh .icon{
	background: none;
	cursor: pointer;
	width: 220px;
	height: 220px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	border: solid 1px #8C8B8B;
}
.ongkinh .icon, .ongkinh .icon:before, .ongkinh .icon:after, .ongkinh .icon .thumb-ft, .ongkinh .icon .thumb-ft img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
}
#danhmucnoibat h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    font-family: robotocondensed
}
.ongkinh .icon:before, .ongkinh .icon:after {
    content: "";
    height: inherit;
    left: 0;
    position: absolute;
    top: 0;
    width: inherit;
    box-shadow: 131px 0 0 rgba(255, 255, 255, 0.01) inset, 0 131px 0 rgba(255, 255, 255, 0.01) inset, -131px 0 0 rgba(255, 255, 255, 0.01) inset, 0 -131px 0 rgba(255, 255, 255, 0.01) inset;
    -webkit-box-shadow: 131px 0 0 rgba(255, 255, 255, 0.01) inset, 0 131px 0 rgba(255, 255, 255, 0.01) inset, -131px 0 0 rgba(255, 255, 255, 0.01) inset, 0 -131px 0 rgba(255, 255, 255, 0.01) inset;
    -moz-box-shadow: 131px 0 0 rgba(255, 255, 255, 0.01) inset, 0 131px 0 rgba(255, 255, 255, 0.01) inset, -131px 0 0 rgba(255, 255, 255, 0.01) inset, 0 -131px 0 rgba(255, 255, 255, 0.01) inset;
    -ms-box-shadow: 131px 0 0 rgba(255, 255, 255, 0.01) inset, 0 131px 0 rgba(255, 255, 255, 0.01) inset, -131px 0 0 rgba(255, 255, 255, 0.01) inset, 0 -131px 0 rgba(255, 255, 255, 0.01) inset;
    -o-box-shadow: 131px 0 0 rgba(255, 255, 255, 0.01) inset, 0 131px 0 rgba(255, 255, 255, 0.01) inset, -131px 0 0 rgba(255, 255, 255, 0.01) inset, 0 -131px 0 rgba(255, 255, 255, 0.01) inset;
}
.ongkinh .icon .thumb-ft, .ongkinh .icon .thumb-ft img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
}
.ongkinh:hover .icon:before, .ongkinh:hover .icon:after {
    box-shadow: 5px 0 0 rgba(255, 0, 0, 0.5) inset, 0 5px 0 rgba(252, 150, 0, 0.5) inset, -5px 0 0 rgba(0, 255, 0, 0.5) inset, 0 -5px 0 rgba(0, 150, 255, 0.5) inset;
    -webkit-box-shadow: 5px 0 0 rgba(255, 0, 0, 0.5) inset, 0 5px 0 rgba(252, 150, 0, 0.5) inset, -5px 0 0 rgba(0, 255, 0, 0.5) inset, 0 -5px 0 rgba(0, 150, 255, 0.5) inset;
    -moz-box-shadow: 5px 0 0 rgba(255, 0, 0, 0.5) inset, 0 5px 0 rgba(252, 150, 0, 0.5) inset, -5px 0 0 rgba(0, 255, 0, 0.5) inset, 0 -5px 0 rgba(0, 150, 255, 0.5) inset;
    -ms-box-shadow: 5px 0 0 rgba(255, 0, 0, 0.5) inset, 0 5px 0 rgba(252, 150, 0, 0.5) inset, -5px 0 0 rgba(0, 255, 0, 0.5) inset, 0 -5px 0 rgba(0, 150, 255, 0.5) inset;
    -o-box-shadow: 5px 0 0 rgba(255, 0, 0, 0.5) inset, 0 5px 0 rgba(252, 150, 0, 0.5) inset, -5px 0 0 rgba(0, 255, 0, 0.5) inset, 0 -5px 0 rgba(0, 150, 255, 0.5) inset;
}
/**************** 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;
}
.img_left{
	width:108%;
}
.white{ background: #fff;}
.container_mid .box_content {
    font-size: 18px;
}
.title_spbc {
    font-family: robotobold;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    background: #0fa105 url(../images/spbc.png) no-repeat 31px center;
    border: solid 1px #ddd;
    padding-left: 60px;
    line-height: 45px;
    margin-bottom: 20px;
    color: white;
}
.title{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	border: solid 1px #ddd;
	line-height: 40px;
	margin-top: 20px;
	text-align: center;
	background: #fff;
}
.title.blue{
	background: url(../images/icon1.png) no-repeat left top;
	color: #006fb4;
}
.title.green{
	background: url(../images/icon2.png) no-repeat left top;
	color: #52c108;
}
.title.red{
	background: url(../images/icon3.png) no-repeat left top;
	color: #ed3237;
}
.title.ogrange{
	background: url(../images/icon4.png) no-repeat left top;
	color: #f3b513;
}
.container_mid .inner .list_danhmuc{
    background: #e1e1e1;
    margin-bottom: 10px;
}
.container_mid .inner .list_danhmuc .item{
    display: inline-block;
    font-family: robotoregular;
    text-transform: uppercase;
    line-height: 40px;
}
.container_mid .inner .list_danhmuc .item a{
    display: block;
    padding: 0px 20px;
    color: #7c7878;
}
.container_mid .inner .list_danhmuc .item a:hover{color: #f00;}
#duan_bds{
    background: url(../images/bg_header.png);
    position: relative;
    padding-top: 30px;
}
#duan_bds:after{
	content:'';
	position: absolute;
	top: -3px;
	background: #fff;
	border-top: solid 1px #ddd;
	left: 0px;
	width: 100%;
	height: 3px;
}
#duan_bds:before{
	content:'';
	position: absolute;
	bottom: -3px;
	background: #fff;
	border-top: solid 1px #ddd;
	left: 0px;
	width: 100%;
	height: 3px;
}
#duan_bds .owl-theme .owl-controls{ background: #c30000;height: 80px;margin-top: -40px;padding-top: 30px;display: none;}
#duan_bds .title{
	text-align: center;
	background: #c30000;
	font-family: Myriad Pro;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 100px;
	color: #fff;
	position: relative;
}
.item_duan_bds{
    background: #ebf0f2 url(../images/bg_da.png) no-repeat bottom center;
    position: relative;
    margin-bottom: 20px;
}
.item_duan_bds .images{
    width: 48%;
    float: left;
    margin-right: 10px;
}
.item_duan_bds .name{
    font-size: 20px;
    font-family: Myriad;
    height: 92px;
}
.item_duan_bds .name a{}
.item_duan_bds .info{
    font-size: 15px;
    font-family: Myriad;
    height: 92px;
}
.item_duan_bds .chitiet{
    text-align: right;
    margin: 20px;
    clear: both;
}
.item_duan_bds .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_duan_bds .number{
    background: url(../images/bg_num.png) no-repeat top center;
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 78px;
    height: 70px;
    text-align: center;
    padding-top: 7px;
    font-size: 33px;
    color: #fff;
    font-family: Verdana;
    text-shadow: 1px 2px 0px #ccc;
    z-index: 101;
    margin-left: -40px;
}
#congtrinh{
    background: rgba(235, 222, 192, 0.67);
    padding: 20px 0px 30px 0px;
}
#congtrinh .item{ background: url(../images/arrow.png) no-repeat left top 8px; padding-left: 15px; }
#congtrinh .title{
	text-align: center;
	font-family: utm_thuphap_thien_anregular;
	font-size: 30px;
	line-height: 60px;
	color: #7c5600;
	position: relative;
	background: url(../images/title_left.png) no-repeat left center, url(../images/title_right.png) no-repeat right center;
}
.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: #FFFFFF;
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    background: #fff;
}
.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;
	background: #0fa105;
	padding: 10px 20px;
	min-width: 10px;
}

.tcat a {
    color: #fff;
}
.tcat_right{
    padding: 6px 20px;
    text-decoration: none;
    border-bottom: none;
    outline: none;
    font-size: 14px;
    text-transform: uppercase;
    border-left: 1px solid #ccc;
    position: relative;
    font-family: arial;
    font-weight: normal;
    display: inline-block;
    float: right;
    color: #2C24DC;
    cursor: pointer;
    margin-top: 5px;
}
.tcat_right:hover{color: #f00;}
.fancybox-inner .tcat .icon h2, .container_mid .tcat .icon h2{
}
.container_mid .tcat .icon a{ color: #df1f26;}
.container_mid .tcat .tcat_noibat .item{ float: right; margin: 10px; margin-top: 15px;}
.header_menu {
    background-color: #0fa105;
}
.header_menu .col-left{
    width: 23%;
    float: left;
    vertical-align: top;
}
.header_menu .col-right{
    width: calc(77% - 4px );
    display: inline-block;
    vertical-align: top;
}
.header_menu .col-right .item_line {
    width: 2px;
    /* border-left: solid 1px #F5C580; */
    /* border-right: solid 1px rgba(245, 102, 0, 0.54); */
    height: 40px;
    float: left;
}
.header_menu .col-right .item{
    float: left;
	position: relative;
}
.header_menu .col-right .item:hover{
	background-color: #ff822e;
}
.header_menu .col-right .item ul{
	list-style: none;
    position: absolute;
    z-index: 1001;
    padding: 0px;
    background: #ff6700;
    border-top: solid 1px rgba(245, 102, 0, 0.54);
    width: 270px;
    left: -99999px;
    transition: all 0.5s ease;
    opacity: 0;
    top: 70px;
	display: none;
}
.header_menu .col-right .item:hover > ul{
	left: 0px;
	top: 39px;
	opacity: 1;
	display: block;
}
.header_menu .col-right .item ul li a{text-transform: none;}
.header_menu .col-right .item i{
    margin-right: 6px;
}
.header_menu .col-right .item a {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}
.header_menu .col-right .item a:hover {
    /* color: #000; */
}
.container_left{position: initial;z-index: 1001;}
.container_left .module_left{margin-bottom: 20px;background: #fff;      border: 1px solid #dfdfdf;}
.container_left .module_left.menu1{display: none;position: absolute;width: 100%;}
.container_left .module_left .item_qc{margin-bottom: 10px; text-align: center;}
.container_left .module_left .content{
    border: 1px solid #fff;
}
.container_left .module_left .title{
	color: #fff;
    text-align: center;
    font-family: Cambria;
    line-height: 35px;
    margin-bottom: 10px;
    font-size: 17px;
    background: url(../images/title_left.png) no-repeat top left;
    background-size: 100% 100%;
}
.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: 8px 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    /* text-transform: uppercase; */
    padding-left: 20px;
    /* font-weight: bold; */
    color: #757575;
}
.container_left .module_left ul > li a.active{color: #000;}
.container_left .module_left a:hover{color: #CD1819 !important;}

.container_left .module_left ul li .item a {
    text-transform: none;
    font-size: 14px;
    color: #444;
    box-shadow: none;
    border-bottom: dotted 1px #ccc;
    line-height: 15px;
    font-family: Tahoma;
    padding-left: 0px;
}

.container_left .module_left .list_cat_product {padding-left: 10px;list-style: none;margin-bottom: 0px;}
.container_left .module_left .list_cat_product ul{padding: 0px; list-style: none;display: none;}

.container_left .module_left .list_cat_product li, .container_left .module_left .list_cat_product .item {
    line-height: 35px;
    border-bottom: 1px solid #14080026;
}

.container_left .module_left .list_cat_product li:last-child{border-bottom: none;}

.container_left .module_left .list_cat_product li .left_c2 {
    padding-left: 0px;
    list-style: none;
    overflow: hidden;
    display: none;
    position: absolute;
    left: 277px;
    top: 0px;
    width: calc(100% - 277px );
    z-index: 1001;
    background: rgb(255, 255, 255);
    height: 432px;
}

.container_left .module_left .danhmuc{
	width: 240px;
	float: left;
	height: 100%;
	margin-left: 15px;
}
.container_right {
}
.container_right .list_avata{
	margin: 20px 0px;
}
.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: #d9534f; padding: 10px 0px; margin-bottom: 10px;}
/**************** tcat index color ***************/
.container_left1{
	width: 23%;
	float: right;
}
.container_left1 .module_left .content{
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
}
.container_left1 .module_left ul > li a{ display: block;padding: 8px 0px;color: #9b9999;font-family: robotoregular;font-size: 14px;text-transform: uppercase;padding-left: 20px;}
.container_left1 .module_left ul > li a.active{color: #000;}
.container_left1 .module_left a:hover{color: #CD1819;}
.container_left1 .module_left .list_cat_product {padding-left: 0px;list-style: none;margin-bottom: 0px;}
.container_left1 .module_left .list_cat_product ul{padding: 0px; list-style: none;display: none;}
.container_left1 .module_left .list_cat_product li { line-height: 20px; position: relative;border-bottom: 1px solid #fff;border-right: 1px solid #dfdfdf;}
.container_left1 .module_left .list_cat_product li:last-child{border-bottom: none;}
.container_left1 .news{}
#hotro{padding: 0px;background: #fff;border: solid 1px #ddd;border-top: 0px;}
#hotro li{
	width: 100%;
	display: inline-block;
	display: block;
	background: url(../../assets/images/hotro_sub.png) no-repeat center left;
	height: 110px;
	position:  relative;
}
#hotro li .yahoo{
position: absolute;
    top: 0px;
    left: 52px;
    
height: 35px;
    width: 40px;
}
#hotro li .skype{
	    position: absolute;
    top: 0px;
    left: 22px;
    
	    height: 35px;
    width: 35px;
}
#hotro li p{
	    position: absolute;
	    top: 14px;
	    left: 100px;
	    color:#3853A4;
	    font-size: 16px;
}
 #hotro li span{
	position: absolute;
	top: 44px;
	left: 55px;
	color: #333;
	font-size: 15px;
}
#hotro li .email{
	font-size: 13px;
	top: 64px;
	top: 68px;
}
/**************** end tcat index color ***************/
.item_product {
    position: relative;
    width: calc(20% - 10px);
    vertical-align: top;
    border: solid 1px #ddd;
    float: left;
    margin: 10px 5px;
}
.item_product:hover{
	border: solid 1px #F0AD4E;
}
.news_item_product {
    width: calc( 33.33% - 10px ) !important;
}
.xemthem{
	max-width: 120px;
	margin: auto;
	background: #02B962;
	text-align: center;
	line-height: 35px;
	margin: 20px auto;
}
.xemthem a{color: #fff; text-transform: uppercase; font-family: open sans; font-weight: bold; display: block;}
.xemthem a:hover{ color: #ff0;}
#sp_bc{}
.quangcao{margin: 30px 0px; text-align: center;}
.left{
	width: calc(100% - 26%);
	float: right;
}
.right{width: 25%;float: left; padding: 10px;background: #fff;height: 420px;}
.right .item{ padding: 5px 0px;}
.right .item{ display: block;}
.right .news{padding: 0px; list-style: none;}
.right .news li{margin-bottom: 10px;border-bottom: dashed 1px #7B7A7A;padding-bottom: 5px;}
.right .news li:last-child{border-bottom: none;}
.right .news .images{width: 100px; float: left; margin-right: 10px;}
.col-4{width: 33.33%;float: left;border-bottom: solid 1px #ddd;}
.item_product_content {
    font-size: 13px;
    vertical-align: top;
    /* border: solid 1px #ddd; */
    min-height: 205px;
    background: #fff;
}
.item_product_content.border{/* border: solid 1px #ddd; */}
.item_product_content .layer{background: rgba(0, 0, 0, 0.49);position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;
	 \-webkit-transition: all 320ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
    -moz-transition: all 320ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
    -o-transition: all 320ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
    transition: all 320ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
	text-align: center;color: #fff;font-size: 17px;opacity: 0;overflow: hidden;}
.item_product_content .images:hover .layer{opacity: 1;}
.item_product_content .images:hover .layer i.fa-search{left: 50%;}
.item_product_content .images:hover .layer i.addcart{right: 50%;}
.item_product_content .images .layer i.fa-search{left: -50%;}
.item_product_content .images .layer i.addcart{right: -50%;}
.item_product_content .layer i{position: absolute;top: 50%; cursor: pointer;padding: 7px;border: solid 1px #ABABAB;background: #F90;
	    transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
}
.item_product_content .layer i.fa-search{margin-left: -30px;}
.item_product_content .layer i.addcart{margin-right: -40px;}
.item_product_content .layer i:hover{color: #ff0;}
.item_product_content .layer a{ color: #fff;}
#sp_bc .item_product_content{height: 325px;}
.item_product_content .item{
}
.item_product_content .item:hover{}
.item_product_content .images{position: relative;}
.item_product_content .images .btn-muangay{
	padding: 7px 0 6px;
	background: #f0ad4e;
	width: 130px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: calc( 50% - 65px );
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all 320ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
	-moz-transition: all 320ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
	-o-transition: all 320ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
	transition: all 320ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
}
.item_product_content:hover .btn-muangay{
	opacity: 1;
}
.item_product_content .images img{
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s;
    margin: auto;
}
.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: 0px 10px;
    padding-top: 10px;
    position: relative;
    height: 76px;
    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 {
    font-size: 14px;
    font-family: Robotoregular;
    margin-bottom: 5px;
    color: #323232;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.item_product_content .name a:hover{color: #f00;}
.margin-0{ margin-right: 0px;}
.item_product_content .prices{
    position: relative;
    clear: both;
    color: #060606;
    font-size: 14px;
    height: 22px;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 15px;
}
.item_product_content .giakm {
    font-family: 'Open Sans', sans-serif;
    color: #252525;
    text-align: center;
    text-decoration: line-through;
}
.item_product_content .giakm span{text-decoration: line-through;}
.item_product_content .prices span {
    position: relative;
    font-size: 14px;
    color: #0fa105;
    letter-spacing: -.56px;
    line-height: 22px;
}
.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{display:inline-block;width: 100%;background: #183546;color: #fff;cursor: pointer;border-radius: 5px;line-height: 35px;max-width: 100%;float: left;}
.item_product_content .detail:hover{ background: #00a79d;}
.item_product_content .detail a{color: #fff;}
.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 0px 0px;}
.news .name a{color: #000;}
.news .name a:hover{color: #CD1819;}
.news .images{
    float: left;
    margin-right: 10px;
}
.news .mota{height: 145px; overflow: hidden; text-align: justify;}
.news .btn_chitiet{ background: #f00;padding: 6px 20px;max-width: 100px;text-align: center;margin: auto;margin-top: 15px;}
.news .btn_chitiet a{
    color: #fff;
    display: block;
}
.news .btn_chitiet:hover{ background: #D6D6D6;}
.product_hot{
 border: solid 1px #ddd;
 padding: 5px;
}
.product_hot .title{ font-family: robotobold; color: #d60c0c; padding: 10px 0px 20px 0px;}
.product_hot .product_hot_item{
	width: 100%;
	float: none;
}
.container_mid.white .content {
    /* border: solid 1px #ddd; */
    padding: 10px;
    font-size: 18px;
}
.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%; border: solid 1px #ddd;border-top: none;margin-bottom: 20px;}
#news .title_news{
	background: url(../images/title_news.png) no-repeat left top;
	display: block;
	font-family: robotoregular;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 26px;
	line-height: 40px;
	margin-bottom: 20px;
	padding-top: 5px;
}
#news .title_news a{text-transform: none; color: #f00; float: right; font-size: 14px; margin-right: 20px;}
#news .box_news{
    overflow: hidden;
}
#news .box_news .images{padding: 2%;}
#news .box_news .name{
    font-size: 13px;
    color: #444444;
}
#news .box_news .name a{
    font-weight: bold;
    color: #404040;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 5px;
}
#news .box_news .name a:hover{color: #f00;}
.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: #000;
    background: #fff;
    padding-top: 20px;
}
footer strong{ font-weight: bold;}
footer .title_ft{
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold;
}
.copyright {
    font-size: 13px;
    color: #fff;
    background: #0fa105;
    text-align: left;
    line-height: 40px;
}
.copyright a{color: #f05f87;}
.noidung_hd{margin-bottom: 20px;}
.noidung_ft{margin-bottom: 15px;}
footer .item a{display: block;line-height: 20px;color: #000;font-size: 13px;padding: 1px 0px;padding-left: 15px;}
footer .item a:hover{color: #f00;}
.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: 67%;
	height: 0;
	max-width: 600px;
	margin: auto;
	margin-bottom: 22px;
}
.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;
}
#about .images{
    float: left;
    margin-right: 20px;
}
#about .title1{text-align: left;font-family: utm_thuphap_thien_anregular;font-size: 29px;padding: 0px 0px 14px 0px;color: #7c5600;}
.box_partner{}
.box_partner .content{max-width: 1200px; margin: auto;padding: 20px 0px 10px 0px;}
.box_partner .content .owl-carousel .owl-item{ padding: 0px;}
.item_doitac{background: #fff;/* border: solid 1px #ddd; */}
#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: block;
    line-height: 140%;
    font-size: 24px !important;
    color: #1da64c !important;
    font-weight: bold;
}
.title_doitac{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    background: #fff url(../images/icon_dt.png) no-repeat left top;
    border: solid 1px #ddd;
    padding-left: 60px;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.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: right;}
footer .icon{display: inline-block;margin: 3px;margin-top: 10px;}
footer .tag_seo{background:#EFEFEF; padding: 5px 8px; float: left; margin: 1px;}
footer .address{background: url(../images/address.png) no-repeat left top 5px;padding-left: 20px;font-size: 13px;}
footer .dienthoai{background: url(../images/phone.jpg) no-repeat left top 3px;padding-left: 20px;margin: 8px 0px;font-size: 13px;}
footer .hotline{background: url(../images/tel.png) no-repeat left top;padding-left: 23px;font-size: 13px;display: inline-block;}
footer .email{background: url(../images/email1.png) no-repeat left top 5px;padding-left: 25px;}
.thongke{font-size: 13px;}
.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{}
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 : 1;
}

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 {
}
.product_info .check {
    font-size: 14px;
    margin: 8px 0px;
}
.check .tinhtrang {
    font-size: 17px;
    text-transform: uppercase;
    background: #6dbe14;
    color: #FFF;
    padding: 6px 10px;
    border-radius: 3px;
}
.product_info .check b{width: 190px; float: left;}
.product_info .info {
    margin-top: 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	font-style: italic;
}
.product_info .click_xem{cursor: pointer;color: #0388cd;}
.product_info .price b{color: #000;font-size: 13px;}
.product_info .price{
    font-size: 20px;
    color: #ff6517;
    font-style: normal;
    font-weight: 400;
    padding-top: 6px;
}
.product_info .luuy1{
	background: #e7ffe2;
	border: 1px solid #b1dab3;
	padding: 10px;
	margin: 10px 0px;
	border-radius: 10px;
	line-height: 25px;
}
.product_info .luuy2{
    margin: 0px 0px 10px;
    padding: 10px 0px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-size: 14px;
    color: rgb(242, 105, 34);
    clear: both;
    list-style: none;
    border: 1px solid rgb(216, 210, 151);
    border-radius: 10px;
    box-shadow: rgb(255, 255, 255) 1px 1px 1px inset;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    background-color: rgb(255, 252, 217);
}
.product_info .price.throught{
	text-decoration: line-through;
    font-size: 15px;
    color: #000;
}
.product_info .price span{
	font-size: 19px;
	/* text-decoration: underline; */
	position: relative;
}
.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;
}
.selectors .owl-prev{
	background: url(../images/control_owl.png) no-repeat;
	top: 43%;
	left: 0px;
	background-position: 0px -24px;
	transition: all 0.7s ease;
}
.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: 5px 0px;
}
.btn-color-add:after {
background: url(../images/cart.png) no-repeat center center;
}
.btn-detail {
    border: none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    height: 45px;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
}
#info_deals {
    position: relative;
    margin-top: 10px;
}
#info_deals table {
    margin: 10px auto 5px;
    width: 95% !important;
}
#info_deals ul#tab_content {
    border-bottom: 1px solid #ed3237;
    margin-bottom: 0px;
    padding: 1px;
    text-align: center;
}
#info_deals .content_tab{display: none;}
#info_deals .content_tab.selected {
    margin: 20px 0px;
    display: block;
    text-align: justify;
}
#info_deals .content_tab.selected ul{
	padding-left: 10px;
}
#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: 4px;
	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; */}
#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{ overflow: hidden; background: #f3f3f3;padding-right: 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: 20px;
    display: inline-block;
}
.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%;
background: #F3F3F3;
overflow: hidden;}
.danhgia1{
  width: 180px;
  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: calc(100% - 180px);
  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;
  position: relative;
}
.danhgia2-khung span{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 16px;
	background: #1383C3;
}
.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{
}
.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;
    width: 65%;
    margin: 20px auto;
    font-size: 16px;
}
.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; */}
.box_news{/* border-bottom: dashed 1px #ccc; */ padding: 5px 0px;vertical-align: top;border-right: solid 1px #ddd;}
.box_news .name{line-height: 20px; text-align: center; text-transform: uppercase;min-height: 40px;}
#news .box_news .name{height: 70px; overflow: hidden;padding: 0px 10px;padding-top: 10px;}
.box_news .name a{ color: #000;font-size: 16px;}
.box_news .images{
    background-color: #fff;
    border: solid 4px #fff;
    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;
}
.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);
}.box_news .name a{ display:block; color: #262626;overflow: hidden;font-size: 16px;}
.box_news .name a:hover{color: #f00;}
.box_news p{
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
    padding: 0px 10px;
}
/************* 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 **************/
.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);
}

/*Smart phone nhỏ*/
@media screen and (min-width: 240px){
	   
}
/*Iphone(480 x 640)*/
@media screen and (min-width: 320px){
    
}
/*Tablet nhỏ(480 x 640)*/
@media screen and (min-width: 480px){
#button {
	margin: 30px;
}    
}
/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 768px){	
	.element_float_left {
		float: left;
		width: 20%;
	}
	    .element_float_right {
        /* float: right; */
        /* width: 80%; */
    }
	#id_search {
        margin: 7px 0px 0px -5px !important;
        grid-template-columns: auto !important;
    }	
	.element_hide{
		display: none;
	}
	.element_width{
		width: 206px;
	}
	.element_margin{
		margin: -10px 0px
	}	
	
	
	#bre_2{
		    margin-top: 4px;
	}	
	#bre_3{
		    margin-top: 4px;
	}	
    #index_right {
        width: 92%;
        margin: 5px 17px;
    }
	
#nd_left, #nd_right{
    position: static !important;  
}	
	
.bg_container{
	display: none;
}	
	
.product_left {
    float: none !important;
    width: 100% !important;
	position: static !important;
}
.product_right {
    float: none !important;
    width: 100% !important;
}
.danhgia1{
	float: none;
    width: 100%;
	border: 0px;
}
.danhgia2{
	float: none;
    width: 100%;
	border: 0px;
}

		
}


/*Ipad ngang(1024 x 768)*/
@media screen and (min-width: 1024px){
	
	
	
  
}

@media (min-width: 960px){
	.hidden-md{display: none;}
	#info_deals .content_tab.selected {
         margin: 20px 5px;       
     }
}
.logo_header.hidden-md img{position: relative; top: 0px;}

@media (max-width: 1024px){
	.header__main{
		display: none;
	}
    #index_right {
        width: 92%;
        margin: 5px 17px;
    }	
	.ul_footer iframe{
		width: 100%;
	}
	
	
	
}
@media (max-width: 768px){
	.top_header{text-align: left;}
	.left{width: 100%;}
	header .item_3 span{display: block;}
	footer .title-ft{margin-top: 20px;}
	.container_right{width: 100%;}
	.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}
	
	#dmsp_text{
		display: none;
	}
	.header_menu .col-right .item_line {
        border: none;
    }
	#center-container{
	    display: none;	
	}
	#bannertop{
		display: none;
	}
	.heading h1{
		display: none;
	}
	#background_banner {
        display: none;
    }
	#deal_noibat {
       position: relative !important;
       transform: none !important;
       left: 0% !important;
    }
	.container_left1 {
        width: 100%;
     }
	 .container_main img{
		 width:100%;
	 }
	 .bg_f5f5f5{
		background: none;
    }
	.chanh_adtg_defect {
		display: block !important;
	}
	.chanh_adtg_defect .adtg_defect:first-child {
		width: 100% !important;
	}
	.adtg_defect.defect {
		width: 100% !important;
		margin-top: 20px;
	}
	
	
}
@media (max-width: 600px){	
	.item_congtrinh .number{display: none;}
	.item_congtrinh .images{width: 40%;}
	.tablet{width: 50%;}
	header, #main, .box_footer{padding: 0px 0px;}
	.courseListItem__intensity1{ width: 35%; margin-right: 10px;}
	.courseListItem__desc{ width: 100%; float: none;}
	.box_slider{margin: 10px 0px;}
	.text-right{text-align: left;}
	#spnb, #center-container{width: 100%;}
	.item_product {
		float: left;
		width: calc( 50% - 10px );
	}			
}

@media (max-width: 680px){
.bn-breaking-news {
	width: 200px !important;
     margin: 10px 106px;
    }	
.owl-item {
    width: calc(100% - 10px) !important;
}



}
@media (max-width: 480px){
#shortcode-ss--tskt.wrap-table--shortcodess .table-shortcode--sstskt img {  
    max-width: 100% !important;  
}	
#icon_menu_list {
    width: 30px;
    margin: 0px 23px 0px 0px !important;
}
.autocomplete {
        width: 100% !important;
    }	
.new_pro_re{
	width: 50% !important;
}
.bn-breaking-news {
        width: 200px !important;
        margin: 10px 106px;
    }
	
.slick-slider {
	margin: 20px 0px 0px 0px;
}	
.top_header, .order, .check-order, #id_list {
	display:none;
}	
.logo_header img {
        width: 170px;
        height: auto;
        margin: 10px auto 0px;
    }
header .logo_header {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
#id_logo{
	display: none;
}
.box_search {
    margin: 0px;
    position: relative;
    left: 0;
    bottom: -25px;
}
.box_search input[type="text"] {
    padding: 24px 70px 24px 35px;
    line-height: 1.3;
    border-radius: 20px;
    border: none;
    width: 70%;
    background: #f4f4f4;
    margin: auto 50px;
}
.box_search button{
	text-align: center;
    position: absolute;
    right: 15%;
    top: 4px;
    bottom: 4px;
    background-color: transparent;
    padding: 5px 24px;
    border: none;
}

    .box_he {
        height: 52px;
    }
	.copyright{display: none;}
	.item_congtrinh .images{width: 100%;}
	header .sodo{float: left;}
	.box_search .layout_search .dotuoi{ width: 100%;}
	.box_search .layout_search .keyword{width: 96%;padding: 5px 10px;}
	.box_search .layout_search .text{width: 100%;}
	.item_list, .item_product_content{width: 100%;}
	header .logo_header{width: 100%;}
	header .guidonthuoc{width: 25%;}
	header .order {
       width: 55%;
       margin-left: 0px;
    }
	.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%;}
	.fancybox-inner .tcat .icon, .container_mid .tcat .icon{padding: 10px; font-size: 16px}
	.col-4{width: 50%;}
	footer{padding: 0px 0px}
	.container_left1 {
        width: 100%;
    }
    
	
	
	
	

}
@media (max-width: 420px){
	.tablet{width: 100%;}
	.item_product{width: 100%;}
	.col-4{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;}
#deal_noibat {
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#bannertop{
	text-align: center;
    background-color: #ff6700;
}
#dmsp_text {
    color: white;
}
#background_banner{
	width: 100%;
}
#tab1 h2{
	font-size: 20px;
    line-height: 1.5em;
    position: relative;
    color: #ff822e;
    font-weight: bold;
    background-image: linear-gradient(to right, #fffdbb , #f1f8ff , #ffffff);
    border-left: 3px solid #0955ff54;
    padding: 5px 15px;
	margin: 10px 0px;
}
#tabx{
	 width: 100%;
}
#tabx a {
    color: #3972dfd9;
}
#tab1 h3{
    font-size: 16px;
    color: #ff822ed6;
    font-weight: bold;
}
#tab1 p, #tabx p{
	margin: 10px 0px;
}
#tabx h2 {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.3;
    max-width: calc(100% - 30px);
    position: relative;
    text-align: center;
    margin: 1rem auto;
}
#tabx h2:before {
    left: -15px;
}
#tabx h2:before {
    position: absolute;
    width: 15px;
    height: 2px;
    top: 50%;
    content: '';
    background: #ededed;
    width: calc(100% + 30px);
}
#tabx h2 span {
    padding: 6px;
    background: #ededed;
    display: inline-block;
    float: none;
    font-size: 24px;
    line-height: 1.3;
    z-index: 9;
    position: relative;
    max-width: 70%;
}


#tabx h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0px;
}

#tabx h4 {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0px 0px;
}
#tabx h5 {
    font-size: 14px;
    font-weight: bold;
    color: #0000007a;
    margin-top: 20px;
}
.content_tab.selected img {
    max-width: 100%;
    height: auto !Important;
    margin: 21px auto 21px;
    display: block;
    width: 100% !Important;
}
#tab1 strong, #tabx strong {
    color: #855421d9;
    font-weight: normal;
}
#tab1 strong, #tabx strong {
    color: #855421d9;
}
#tab1 em, tabx em {
    color: #f7b600c4;
    font-style: italic;
}
.name_product h1 {
    font-size: 23px;
    font-weight: bold;
    display: inline-block;
    color: #1da64c;
}
.name_product {
    overflow: hidden;
    clear: both;
    padding: 0px 10px;
}
.dmsp_menu:hover > .left_c2 {
     display: block !important;
}
.dmsp_menu img{
	height: 25px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
}
.price-one {
    background: #fafafa;
    padding: 15px 20px;
    position: relative;
    z-index: 2;
}
.box-price-present {
    color: #ee4d2d;
    font-size: 30px !important;
    font-weight: 500;
}
.box-price-old {
    color: #929292;
    text-decoration: line-through;
}

.box-price-present, .box-price-old, .box-price-percent {
    display: inline-block;
    vertical-align: middle;
}
.box-price-percent {
    color: #d0021c;
    font-size: 20px;
}
.vms4_3 {
    align-items: center;
    background-color: #feeeea;
    border-radius: 2px;
    color: #ee4d2d;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    margin-left: 10px;
    padding: 0 4px;
}

.label--black {
    background-color: #f1f1f1;
    color: #333;
}
.label {
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    margin-right: 10px;
    padding: 2px 10px;
    vertical-align: top;
}
.block__promo {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 7px;
    font-size: 14px;
}
.pr-top {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 10px;
}
.pr-txtb {
    font-weight: bold;
}
.pr-top .pr-txt {
    color: #666;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
    font-style: normal;
}
.pr-content .pr-item:last-child {
    border: none;
}
.divb {
    margin-bottom: 10px;
}
.divb .nb {
    background-color: #4a90e2;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    float: left;
    height: 16px;
    line-height: 16px;
    margin-top: 2px;
    text-align: center;
    width: 16px;
}
.divb-right {
    padding-left: 26px;
}
.pr-content .pr-item p {
    line-height: 1.5;
}
}
.divb-right p {
    line-height: 20px;
}
.divb-right a {
    color: #4a90e2;
}
.pr-content{
	padding: 10px 7px;
}
#product {
    width: 100%;
	clear: both;
}
#product::before ,#product:after{
	content: '';
	display: table;
	clear: both;
}
.product_left {
	display: inline-block;
	width: 100%;
}
.product_right {
	display: inline-block;
	vertical-align:top;
	width: 100%;
}
.img-responsive{
	width: 100%;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}
#customers tr:nth-child(odd) {
    background-color: #ffffcc69;
}
#customers tr:nth-child(even) {
    background-color: #ffff9994;
}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ccc; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1da64c; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.mucluc_news{
	text-align: center;
    font-weight: bold;
    color: #020202a3;
}
.posts-menu__title {
    display: block;
    font-weight: 700;
    text-align: center!important;
    background: #dedede;
    cursor: pointer;
    margin-bottom: 0!important;
    line-height: 30px;
    position: relative;
}
.mucluc_nd_hide{
	display: none;
}
.posts-menu__title-hide::after {
    top: 5px !Important;
    -webkit-transform: rotate(45deg) !Important;
    transform: rotate(45deg) !Important;
}
.posts-menu__title:after {
    position: absolute;
    right: 20px;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 12px;
    line-height: 25px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    height: 12px;
    width: 12px;
    transition: .2s;
    -webkit-transition: .2s;
}
.posts-menu__more {
    text-align: center;
    clear: both;
    cursor: pointer;
    background: #fcfcfc;
    font-size: 15px;
    color: #ff9d55;
    margin-top: 20px;
}
.table-of-contents {
    position: relative;
    flex-basis: 260px;
    max-height: 50vh;
    overflow-y: auto;
    width: 100%;
}
.table-of-contents-nd, .table-of-contents-cat{
    position: relative;
    flex-basis: 260px;
    overflow-y: hidden;
}
.table-of-contents-nd_show{
	
}
#table-of-contents-id{
	display: none;
}

.table-of-contents p, .table-of-contents-nd p  {
  text-transform: uppercase;
  letter-spacing: 0.125em;
  color: #555;
}

.post-content {
  flex-basis: 600px;
  max-width: 100%;
}


/* TOC part */

.table-of-contents svg, .table-of-contents-nd svg {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  display: none;
  stroke: #05b78e;
  transform: translateY(-50%);
}

.toc-reading svg {
  display: block;
}

.table-of-contents ul {
    counter-reset: articles;
    width: 100%;
    clear: both;
    display: inline-block;
    background: #fcfcfc;
    border: 1px dashed #ccc;
    margin-bottom: 2em;
}
.table-of-contents-nd ul {
    counter-reset: articles;
    width: 100%;
    clear: both;
    background: #fcfcfc;
    border: 1px dashed #ccc;
    margin-bottom: 5px;
    padding: 5px 15px;
}

.table-of-contents li, .table-of-contents-nd li  {
  display: block;
  counter-increment: articles;
}

.table-of-contents li + li {
    margin-top: 3px;
}
.table-of-contents-nd li + li {
    margin-top: 3px;
}

.table-of-contents a, .table-of-contents-nd a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333;
}
.level_2 {
    margin-left: 31px;
}
.level_1{
	font-weight: bold;
}

a.toc-reading,
a.toc-already-read.toc-reading {
  color: #05b78e;
  opacity: 1;
}

a.toc-already-read {
  opacity: 0.4;
}

.table-of-contents-nd a:hover, .table-of-contents a:hover{
	color:#e19723;
}


.heart {
  font-size: 60px;
  opacity: 0.1;
}
/*
.menuquick_label{
	position: fixed;
}
*/


#detail_content {
    text-align: justify;
    font-size: 15px;
    width: 100%;
}


.custom-btn {
  width: 110px;
  height: 47px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}




.btn-11 {
  border: none;
  background: rgb(251,33,117);
    background: linear-gradient(0deg, rgba(251,33,117,1) 0%, rgba(234,76,137,1) 100%);
    color: #fff;
    overflow: hidden;
}
.btn-11 a {
    color: navajowhite !important;
}


.btn-11:hover {
    text-decoration: none;
    color: #fff;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover{
  opacity: .7;
}
.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
#tab1 table, #tabx table {
    margin: 10px auto 5px;
    width: fit-content !important;
    box-shadow: 4px -2px 10px 2px #3c2323c9;
}
@media screen and (max-width: 751px) {
#nd_left, #nd_right, #nd_mid {
   width: 100%;
}	
	
.item_product{
	    width: calc( 50% - 10px ) !important;
}
	
#tabx h2 span {
    max-width: 95% !important;
	font-size: 22px;
}
	
.grid-container {
    display: block !important;
    padding: 0px 0px !important;
}
.item_master{
    margin-bottom: 10px;
}
.dmsp_top_auto {
    border: 0px !important;
}
.sidenav {
    margin: 15px 0px;  
}



}


.dmsp_top_auto {
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.hero-text {
    text-align: center;
    height: 50px;
}

.grid-container {
    display: grid;
    grid-template-columns: 66.6666666% auto;
    grid-gap: 5px;
    width: 100%;
    padding: 10px 0px;
}
.grid-container > div {
    text-align: center;
}
.item0 {
	grid-row-start: 1; grid-row-end: 3;
}
.item_master img {
    width: 100%;
    height: 100%;
}
.dmsp_top_auto img{
	width: 100%;
}
.reviews-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.desktop .reviews-info_auth {
    margin-bottom: 0;
	display: inline-block;
}
.reviews-info_auth a {
    color: #222 !important;
}
.reviews-info_time {
    position: relative;
    padding-left: 25px !important;
    font-size: 1em;
    color: #222;
}

.auth {
    background: #fff;
    padding: 10px;
    clear: both;
    font-family: sans-serif,Arial,Verdana,"Trebuchet MS","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.auth_title {
    font-size: 1.3rem;
    color: #222;
    font-weight: 700;
    margin-bottom: 1em;
}
.auth_list {
    padding: 10px 5px;
    background: #f4f4f4;
    border-radius: 10px;
}
.auth_list_item .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.auth_list_item .top_left {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    border-radius: 50px;
    overflow: hidden;
    height: 50px;
}
.auth_list_item .top_right {
    padding-left: 1em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    width: calc(100% - 50px);
}
.auth_list_item .top_right_name {
    font-size: 1em;
    color: #222;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}
.auth_list_item .top_right_position {
    font-size: .8em;
    color: #fff;
    background-color: gray;
    padding: 4px 6px;
    border-radius: 5px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
}
.auth_list_item .top_right_social {
    padding: 0px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.auth_list_item .top_right_social li:not(:last-child) {
    margin-right: 17px;
}
.auth_list_item .top_right_social li a {
    color: #aaa;
}
.auth_list_item .content {
    padding: 0px !important;
    color: #222;
    line-height: 1.4em;
    font-size: 1em !important;
}
.top_right a {
    color: #000000b5 !important;
}
.top_right_social{
	list-style-type: none;
}
.item0 {
    height: 400px;
}
.item1, .item2 {
    height: 195px;
}
.item_master img {
    border-radius: 0px;
}
.name_danhmuc {
    color: rgba(0, 0, 0, .54);
    font-size: 1rem;
    font-weight: 500;
    margin: 7px 10px;
}

.images img {
    height: 200px;
}
.images1 img {
    height: 150px !important;
}

.name0 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #292c34;
    text-align: center;
}
.name1 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #292c34;
    text-align: center;
}
.name2 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #292c34;
    text-align: center;
}
.name1{
	padding-top: 5px;
}
.name2{
	padding-top: 5px;
}
.item_product_content .namex {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #292c34;
    text-align: center;   
}
.overview__posts {
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 40px;
}
.overview__posts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style: none;
}
.overview__posts ul li {
    padding: 10px 25px 10px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    position: relative;
    height: 70px;
}
.overview__posts ul {
    padding: 0px 5px;
}
.overview__posts ul li a {
    font-weight: 700;
    display: block;
    padding-right: 25px;
    float: left;
    width: 100%;
}
.overview__posts ul li::after {
    text-align: center;
    position: absolute;
    top: 15px;
    right: 25px;
    border: solid #1da64c;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: ' ';
}
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 90px;
  right: 15px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.menuquick.show {
    width: 100%;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.chanh_adtg_defect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0px;
    clear: both;
    font-size: 1rem;
    line-height: 1.6em;
    flex-direction: row;
}


/* Fixed sidenav, full height */
.sidenav {
    width: 99%;
    padding: 1px 5px;
    box-shadow: 4px -2px 10px 2px #3c2323c9;
    margin: 0px 0px 22px 0px;
}

/* Style the sidenav links and the dropdown button */
.dropdown-container a, .side_a1, .dropdown-btn {
    padding: 3px 11px;
    text-decoration: none;
    font-size: 15px;
    display: block;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    border-radius: 10px;
}
.dropdown-btn{
	background: #ebe4e4;
}


/* Main content */
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
    background-color: #1da64c;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #ebe4e4;
    padding-left: 8px;
    margin-top: -3px;
}
/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
    margin-top: 5px;
}
.box-title {
    position: relative;
    background-image: linear-gradient(to right, #ffb50b73 , #ffb50b36 , #ffb50b26);
    padding: 5px 0px;
    font-size: 18px;
    color: #1da64c;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
}
.dropdown-container a {
    margin: 2px 13px;
}
#customers_un *, .customers_tb *{
	border: revert;
    font-size: revert;
    margin: revert;
    outline: revert;
    padding: revert;
    color: revert;
    vertical-align: revert;
    list-style: revert;
}

#customers_un{
	border: 0;
    table-layout: auto;
    margin: 0 auto 0 auto;
	overflow: hidden;
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 1px double #b2b2b2;
}
#customers_un tbody {
    border-top: 2px solid #1da64c;
}
#customers_un td, #customers_un th {
	font-size: 1rem;
    line-height: 1.6em;
    min-width: 100px;
    vertical-align: middle;
	padding: 0.4em;
    border: 1px solid #bfbfbf;
	position: relative;
}
.dropdown-btn, .sidenav div, .side_a1{
	margin-bottom: 3px;
}
.dropdown-btn:hover, .side_a1:hover, .dropdown-container a:hover, #active_show{
    background: #1da64c;
    border-radius: 10px;
	color: white;
	font-weight:bold;
}
.dropdown-container a:hover, .dropdown-container #active_show {
    width: 90%;
}
.dropdown-btn a:hover{
	color: white;
}
.slidebar-box__header {
    width: 104%;
    margin-left: -5px;
}
.popular-product-box__title{
	font-size: 19px;
    color: #1da64c;
    font-weight: bold;
}
#active_show a{
	color: white;
}
/* shapeed container */
.breadcrumbs {
    text-align: left;
    background-color: #0fa10570;
    width: fit-content;
    clip-path: polygon(0% 0%, 96% 0%, 100% 50%, 96% 100%, 0% 100%);
    list-style: none;
    padding: 4px 18px;
    margin: 10px 0px;
}
.breadcrumb-link{
	display: inline;
    background-color: transparent;
}
.breadcrumb-link a{
  text-decoration:none;
  color:#E1E8EB;
  background-color:transparent;
}
.breadcrumb-link a:hover{
	font-weight: bold;
	color: #ffce8e;
}

.breadcrumbs li+li:before {
    padding: 16px;
    content: ">";
    color: #ffce8e;
    background-color: transparent;
    font-weight: bold;
}

/* emphasis on the last link Headphones */
.breadcrumbs li:last-child a {
    font-weight: bold;
    color: #ffce8e;
}

/* Shadow filter since box shadow can't be visible on clip path */
#shadow {
    filter: drop-shadow(6px 6px 4px rgba(28, 30, 25, 0.8));
    font-size: 14px;
    padding: 0px 15px;
}
.none_content {
    position: static !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: bold;
    color: #1da64c;
}
.edit_news a {
    color: #db9001;
}
#detail_content em{
	font-style: italic;
}
.othernews {
    font-size: 15px;
    background-color: #dbedf9;
    border: 2px solid #c3e5f8;
    border-radius: 5px;
    line-height: 30px;
    margin-bottom: 10px !important;
    padding: 10px 8px;
    position: relative;
    overflow-y: scroll;
    max-height: 595px;
}
#nd_left, #nd_right{
	position: -webkit-sticky;
    position: sticky;  
}
.othernews ul{
	list-style: none;
    padding: 5px 0px;
}
.othernews li {
    padding: 4px 0px;
    border-top: 1px dotted #baa100;
}
.othernews a {
    padding: 8px 0px;
    color: #288ad6;
}
.othernews a:hover {
    color: #baa100;
}
.reviews-info_auth a {
    font-weight: bold;
}
.othernews_nd ul{
	list-style: none;
    padding: 5px 15px;
}
.none_content_nd {
    margin: 0px 0px !important;
    color: #1da64c;
    font-size: 17px;
    text-align: center;
}
#detail_content ul {
    padding: 0px 20px;
    margin: 7px 0px;
}
#key_bv li{
	text-decoration: none;
    color: rgba(0,0,0,.54);
    font-size: 13px;
}
#key_bv{
	list-style: none;
}
.btn-11-fi {
    border: none;
    overflow: hidden;
    background: linear-gradient(0deg, #1da64cde, #1da64c 100%) !important;
}
.box_search button{
	position: absolute;
    top: 2px;
}
.container_news{
  margin:0px auto;
  overflow:hidden;
}
.container_news ul {
    list-style: none;
    position: relative;
    margin-bottom: -20px;
}
.container_news li{
  height:100px;
  text-align:center;
}
.container_news .news_title{
  padding-top:10px;
  -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 1.125rem;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.container_news p{

 }
.images_1 img{
	height: 50px;
    width: 100%;
	border-radius: 10px;
}
.images_1{
	float:left;
	width:30%;
}
.images_info{	
	float:right;
	width:70%;
	text-align:left;
	padding: 0px 20px;
}
.list_review_know li{
	margin: 20px 0px;
}
.list_review_know{
	
}
.know_info {
    margin-bottom: -1px;
    margin-top: 0px;
    position: relative;
    background-image: linear-gradient(to right, #ffb50b73, #ffb50b36, #ffb50b26);
    padding: 8px 0 8px 18px;
    font-size: 19px;
    color: #0fa105bf;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
}
.top-title-1 {
    border-bottom: none !important;
}
.section-title-1 .title-1 {
    font-family: Merriweather;
    font-size: 25px;
    font-weight: 700;
    line-height: 2.25rem;
    padding-right: 20px;
    margin-left: 19px;
}
.section-title-1 .line-1 {
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(270deg, #1fa648, #6ecd33);
    flex-grow: 1;
    height: 2px;
}
.section-title-1 .viewmore-1 {
    padding-left: 20px;
}
.section-title-1 .viewmore-link-1 {
    background: linear-gradient(270deg, #1fa648, #6ecd33);
    -webkit-background-clip: text;
    color: transparent;
    font-family: Merriweather;
    font-size: 1rem;
    line-height: 1.5rem;
}
.section-title-1 {
    align-items: center;
    display: flex;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.know-right {
    display: inline-block;
    box-shadow: 4px -2px 10px 2px #3c2323c9;
    padding: 0px 0px;
    border-bottom: 3px solid #f99f1c70;
}

.know_title_left {
    padding: 7px 0 7px 2px;
    border-bottom: 1px solid #e3e3e3 !important;
}
.box_content{
	margin: 30px 0px;
}
.tilte_review_product {
    font-family: Merriweather;
    font-size: 25px;
    font-weight: 700;
    line-height: 2.25rem;
    color: #1da64c;
    text-align: center;
    padding: 10px 0px;
}
.line-2 {
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(270deg, #1fa648, #6ecd33);
    flex-grow: 1;
    height: 2px;
}
.know_info_1 {
    margin-bottom: -1px;
    margin-top: 0px;
    position: relative;
    background-image: linear-gradient(to right, #ffb50b73, #ffb50b36, #ffb50b26);
    padding: 5px 0px;
    font-size: 19px;
    color: #0fa105bf;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.container_news_nhom {
    margin: 0px auto;
    overflow: hidden;
}
.container_news_nhom ul {
    list-style: none;
    position: relative;
}
.container_news_nhom ul li {
    padding: 8px 0px;
}
.know_info_1 h3 {
    text-transform: none !important;
}
.container_news_nhom a{
    display: inline;
    color: #baa100;
}
.container_news_nhom a:hover{
    color: red;
}
.breadcrumbs_2 {
    margin: 10px 16px;
}
.breadcrumbs_2 a {
    background-image: linear-gradient(to right, #ffb50b73, #ffb50b36, #ffb50b26);
    padding: 8px 8px;
    font-size: 17px;
    color: #438baebf;
    text-align: center;
    font-weight: bold;
    letter-spacing: -1px;
	border-radius: 7px;
}
.breadcrumbs_2 span {
    padding: 8px 8px;
    font-size: 17px;
    text-align: center;
    font-weight: normal;
    letter-spacing: -1px;
    color: #ec982a;
}
.breadcrumbs_2 a:hover {
    color: #baa100;
}
.icon_brec {
    color: #ec982a;
    margin-left: px;
}
#bre_1 {
    font-weight: normal;
	display: inline-block;
}
#bre_2{
	color: #ba751b;
	display: inline-block;
}
#bre_1:hover {
    font-weight: bold;
	color: #ba751b;
	background-color: #0fa10570;
}
#bre_2:hover{
	background-color: #0fa10570;
}
#bre_3 {
    display: inline-block;
    border-radius: 7px;
}
.sp_chude {
    font-size: 24px;
    color: #1da64c;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.othernews_nhom li{
	border-bottom: 1px dotted #baa100;
	border-top: none !important;
}
.tit_re {
    color: #fff;
    font-size: 32px;
}
.tit_re span {
    position: relative;
    display: inline-block;
    transform: translateY(-20%);
    padding: 4px 8px 8px 8px;
    background-color: #1da64cd1;
    color: #fff;
    font-size: 32px;
    border-radius: 6px;
}
.tit_re > span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 38%;
    height: 2px;
    background-color: #ffffffd1;
    transform: translateX(-50%);
}
.hr-heading {
    display: block;
    position: relative;
    color: #1da64c;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 39px 0px 0px 14px;
}
.hr-heading:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 1px;
    border-top: 2px solid #1da64c7d;
    top: 50%;
    left: 0;
}
.hr-heading span {
    background-color: white;
    display: inline-block;
    padding-right: 0.5em;
    position: relative;
}
.othernews_master{
	background-color: #f9f8db !important;	
}
.othernews_master a {
    color: #00ba4c !important;
    font-size: 18px;
    font-weight: bold;
}
.othernews_master a:hover {
    color: #ec982a !important;
}
.product_fi {
    width: calc(16% - 10px); 
}
#main{
	margin-top: 126px;
}
.element_hide{
	display: none;
}
.element_width{
	width: 206px;
	display: none;
}
.element_margin {
    margin: 5px 0px 4px 0px !important;
    width: 100%;
}
.element_float_left{
	float: left;
    width: 20%;
}
.element_float_right {
    /* float: right; */
    /* width: 80%; */
    /* margin: -18px 5px 0px 0px !important; */
}
.element_heght{
	height: 52px;
}
.element_reset {
    margin-top: 53px !important;
}
.wrap_croll {
height: auto;
width: 229px;
max-width: 229px;
overflow: hidden;
box-sizing: border-box;
padding: 10px;
}
.newsTickerCon_croll{
  font-family:'Open Sans';
  font-weight: 400;
  width:100%;
  height:322px;
  overflow:hidden;
  padding: 0;
  margin: 0;
}

.headline_croll{
  color:#000;
  text-align:left;
  font-size: 13px;
  font-weight: bold;
  min-height: 58px;
}
.newsTickerCon_croll p{
  text-align:left; 
  color:#000;
  overflow:hidden;
  text-overflow:_ellipsis;
  /*white-space: nowrap;*/
  line-height:20.8px;
  margin-top: 5px;
 }
.newsTickerCon_croll ul{
  list-style:none;
  position:relative;
  padding: 0px;
  margin: 0px
}
.newsTickerCon_croll li{
  margin-bottom: 24px;
  background-color: #EEEFF1;
  text-align:center;
  border-bottom:0px solid #a1a9a5;
  font-size:13px;
}

.newsTickerCon_croll a {
  color:#ab192d;
}
.croll_li img {
    margin-right: 10px;
    float: left;
	height: 50px;
    width: 50%;
    border-radius: 10px;
}
.demo1{
	height: 600px !important;
}
.eye_count{
	margin-left: 23px;
}
a {
    color: #2f80ed;
    font-weight: 400;
    text-decoration: none
}

.wrap-table--shortcodess {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

#shortcode-ss--tskt .set-table--shortcodesstskt {
    display: grid;
    border-radius: 12px;
    background: transparent;
    width: 100%;
    position: relative;
    gap: 10px;
    z-index: 2;
    margin: 0 0 0 5px;
}

.wrap-table--shortcodess::before {
    position: absolute;
    content: "";
    width: 2px;
    background: #fff;
    left: 4px;
    top: 0;
    height: 99%;
    z-index: 99
}

.set-table--shortcodesstskt::-webkit-scrollbar {
    height: 8px;
    width: 8px
}

.set-table--shortcodesstskt::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #cfc7c7
}

.set-table--shortcodesstskt::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 5px
}

#shortcode-ss--tskt .table-shortcode--sstskt {
    overflow-x: scroll;
    border-collapse: separate !important;
    border-spacing: 0;
    padding-bottom: 2px;
    width: 100% !important;
    box-shadow: none;
    margin: 0px 0px;
}

.table-shortcode--sstskt::-webkit-scrollbar {
    height: 1px
}

#shortcode-ss--tskt.wrap-table--shortcodess .table-shortcode--sstskt img {
    display: block;
    max-width: 25%;
    height: auto !important;
    padding-bottom: 10px;
}



.table-shortcode--sstskt tbody tr th,.table-shortcode--sstskt tbody tr td {
    width: 150px;
    min-width: 150px;
    font-size: 14px
}

#shortcode-ss--tskt .table-shortcode--sstskt thead tr.headrow {
    background-color: #f3f6f9;
    font-weight: bold;
    font-size: 17px;
    position: sticky !important;
    top: 0;
    z-index: 99;
}

.table-shortcode--sstskt tr th.headcol {
    position: sticky !important;
    left: 0 !important;
    max-width: 200px !important;
    min-width: 150px;
    z-index: 1 !important;
    background-color: #f3f6f9;
    box-shadow: 7px 0 7px rgba(105, 101, 101, .15);
    clip-path: inset(0 -15px 0 0);
    text-align: center;
}

.table-shortcode--sstskt tbody tr th.headcol {
    background-color: #fff
}

.table-shortcode--sstskt tbody tr th.headcol a {
    background-color: #fff;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    width: 100%
}

.iconnew-vote {
    background-image: url(//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/homev2/desk/iconnew.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px !important;
    width: 16px !important;
    line-height: 30px !important;
    vertical-align: middle;
    background-size: 308px 290px;
    background-position: -127px 0;
    margin: .5px 8px 0 5px
}

.price-org-percent {
    display: flex;
    color: #676767
}

.price-org-percent p {
    font-size: 15px !important
}

.price-org-percent .price-org {
    text-decoration-line: line-through;
    margin: 0
}

.price-percent {
    margin: 0;
    margin-left: 10px
}

.table-shortcode--sstskt tbody strong {
    color: #d0021c;
    font-size: 18px
}

@media only screen and (max-width: 500px) {
    .wrap-table--shortcodess {
        width:100%;
        left: -10px
    }

    .wrap-table--shortcodess::after {
        content: "";
        right: -12px;
        top: 0;
        position: absolute;
        background: #fff;
        height: calc(100% - 10px);
        box-shadow: -9px 0 13px 10px #fffdfd;
        z-index: 99
    }

    .table-shortcode--sstskt tbody tr th.headcol a {
        font-size: 13px;
        word-break: break-word
    }

    .set-table--shortcodesstskt {
        width: 100%
    }

    .set-table--shortcodesstskt::-webkit-scrollbar {
        width: 0
    }

    .table-shortcode--sstskt tr th.headcol {
        min-width: 100px;
        max-width: 100px !important
    }

    .table-shortcode--sstskt thead tr.headrow {
        font-size: 13px
    }

    .table-shortcode--sstskt tbody tr th,.table-shortcode--sstskt tbody tr td {
        min-width: 130px
    }

    .table-shortcode--sstskt tr th,.table-shortcode--sstskt tr td {
        width: 90px;
        max-width: 100px
    }

    #shortcode-ss--tskt .price-org-percent {
        width: 130px
    }

    .price-org-percent p {
        font-size: 12px !important
    }

    .table-shortcode--sstskt tbody strong {
        font-size: 14px
    }

    .rating-review {
        font-size: 12px
    }
}


.detail-content table, .detail-content table th, .detail-content table td {
    margin: auto;
    border: 1px solid #e7e7e7 !important;
    text-align: center;
}

.detail-content table {
    margin-bottom: 12px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}
.detail-content{
	padding: 0px !important;
}
.viewed-historyv3 h2:before{
	position: relative !important;	
}	
.viewed-historyv3 h2{
	text-align: left !important;
}	
.know_title_left a {
    color: #000000b0;
}

.new_pro_re{
	width: calc(25- 10px);
}
.hr-heading span:hover{
	color: #ff9800;
}
.icon_menu_cla {
    margin: 0px 100px 0px 0px !important;
}
.fix_dm {
    position: fixed;
    top: 68px;
    width: 21%;
}
#mucluc_nd_cat a:hover{
	color: #ff9800;
	font-weight: bold;
	text-decoration: none;
}
.table-of-contents-cat li{
	margin: 10px 0px !important;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.book_now_css {
    max-width: 80% !important;
    /*animation: blinker 3s linear infinite;*/
}
.rating-review {
    color: #999;
    float: left;
    width: 20%;
    margin: 22px 0px;
}
.buy_rv {
    float: right;
    width: 80%;
}
.buy_rv img{
	margin: 0px !important;
}
#product_review a:hover{
	font-weight: bold;
	color: #baa100;
}

.heading_h1 h1 {
    color: #1da64c;
    font-weight: 500;
    margin-top: 10px;
}
.form_dk{
    margin: 0 auto;
}
.content_dk {
    border: solid 1px #ddd;
    padding: 0px;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 50px;
}
#change_pass_user{
	font-style: italic;
    color: #2f80ed;
    margin-left: 25px;
}
#id_box_he{
	padding: 0px 0px;
}

#id_search {
   
}
#auto_search{
	float: left;
    width: 80%;	
}
#left_menu_search {
    margin: 30px 0px 0px 0px;
}
.menu_search_margin{
	margin: 0px 0px 0px 0px !important;
}
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}





.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items a {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    color: #000000bf;
	display: block; 
}

/*when hovering an item:*/
.autocomplete-items a:hover {
  background: #ff9800;
  text-decoration:none;
  font-weight: bold;
  color: #0fa105;
  
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.str_inp {
    color: #031fffd4;
}
.autocomplete input {
    border: 0px solid #b99595;
    border-radius: 6px;
    background-color: white;
    background-image: url(upload/svg/search.svg);
    background-position: right;
    background-repeat: no-repeat;
    padding: 9px 18px;
    background-size: 30px;
    width: 300px;
}
.autocomplete input::placeholder{
		color: #f12424; /* Example: light gray color */
		font-style: italic; /* Example: italic font style */
		font-size: 15px; /* Example: font size */
		opacity: 0.7; /* Ensure full opacity if needed, as some browsers default to lower opacity */
}
.autocomplete input:focus {
  border-color: #4285f4;
  box-shadow: 0px 1px 8px rgba(66, 133, 244, 0.5);
}


.cart-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    float: right;
    width: 20%;
    text-align: right;
    margin: 7px 0px 0px 0px;
}

.fa-shopping-cart {
    font-size: 24px;
    color: #ffffff;
}

.item-count {
    position: absolute;
    top: -8px;
    right: -16px;
    background-color: #c31e1e;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    border: 2px solid #fff;
}

.grid-container-info {
  display: grid;
  /* Defines three columns of equal width. You can specify different widths if needed. */
  grid-template-columns: 1fr 1fr 1fr 1fr; /* or repeat(3, 1fr); */
  /* Optional: Add a gap between grid items */
  gap: 10px;
}

.grid-item {
  padding: 10px;
  text-align: center;
}		
		
		
		
#footer_info {
    z-index: 102;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #ffffff;
    position: fixed;
	display: none;
}
.grid-item img{
	width: 25px;
}
#footer_info span{
	display: block;
}

.dk_dn_but {
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    font-weight: 600;
    margin: 0 0px;
    width: 100px;
    padding: 10px 0;
    box-shadow: 0 0 20px rgba(104, 85, 224, 0.2);
    transition: 0.4s;
}

#left_menu_dk_dn button{

}

.reg {
    
	color: rgb(104, 85, 224);
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(104, 85, 224, 1);
}
.log {
    
	color: rgb(104, 85, 224);
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(104, 85, 224, 1);
}


.dk_dn_but_click {
  color: white;
  box-shadow: 0 0 20px rgba(104, 85, 224, 0.6);
  background-color: rgba(104, 85, 224, 1);
}
#left_menu_dk_dn {
    float: left;
    width: 80%;
    text-align: right;
}
.user_check_diachi_border{
	border: 3px solid #c91a1a;
}
#gh_tt_back {
    float: left;
    width: 43%;
    text-align: left;
    padding: 5px 0px;
	color: #ffcc36;
}
#gh_tt_name {
    float: right;
    width: 57%;
    text-align: left;
    padding: 7px 0px;
    font-size: 17px;
    font-weight: bold;
}
.shopping-cart-mobile {
    width: 100%;
    background: #f3f0f0;
    padding: 16px 16px;
    overflow: hidden;
    font-size: 14px;
    margin: 52px 0px 0px 0px;
}

.product-mobile {
    background: #ffffff;
    overflow: hidden;
    margin: 7px 0px;
    border-radius: 10px;
    padding: 7px 0px;
}
.product-mobile-left {
    float: left;
    width: 30%;
}

.product-mobile-right {
    float: right;
    width: 70%;
    padding-left: 16px;
}
.product-mobile-img img{
	width: 100%;
}
.product-mobile-checkbox{
	float: left;
    width: 20%;
}
.product-mobile-img{
	float: right;
    width: 80%;
}
.check_pro_class{
	opacity: 1;
}
.product-mobile-dvt{
	float: left;
    width: 20%;
	text-align: left;
}
.product-mobile-sl{
	float: right;
    width: 80%;
	text-align: right;
}
.product-mobile-tong {
    color: #f51a1a;
    font-weight: bold;
    font-size: 15px !important;
}
.quantity-num {
    width: 30px;
    text-align: center;
    background: #dfdfdf;
    border: none;
}
.quantity-arrow-plus, .quantity-arrow-minus {
    width: 20px;
    background: #fffcfc;
    border: none;
}
.grid-container-info_gh_tt{
	
}
.grid-gh_left {
    float: left;
    width: 40%;
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
}
.grid-gh_right {
    float: right;
    width: 60%;
    text-align: right;
    padding: 10px 0px;
}
.grid-gh_left input, .grid-gh_left span{
	display: inline-block !important;
}
.grid-gh_right button, .grid-gh_right span{
	display: inline-block !important;
}
.new_gh {
    background: #f51a1a;
    font-weight: bold !important;
}

.primary_gh {
    line-height: 40px;
    transition: ease-in-out .2s;
    padding: 0 16px;
    margin: 0px 6px;
    border: none;
}
#gh_tongtien {
    color: #f51a1a;
    font-weight: bold;
    font-size: 24px;
}





@media screen and (max-width: 768px){
	.autocomplete input {
		width: 100%;
	}
	#left_menu_search {
		margin: 0px 0px 0px 0px;
	}
	#footer_info {
		display: block;
	}
}







}