﻿body {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 15px;
	background-color: white;

	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.clear {
	clear:both;
}
 
input {
	touch-action: manipulation;
}

input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
}
.sidebarTitle {
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	padding: 16px 20px;
	font-size: 20px;
	color: #ffba48;
	background: #FFFFFF;
	border-bottom: 2px solid #ffba48;
}
.daily {
	float: right;
	width: 200px;
	max-height: 100px;
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	margin: 17px 0;
}
.daily::-webkit-scrollbar {
	width: 0 !important;
	display: none;
}
.panel-heading {
	border-radius: 0;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 15px;
	font-size: 18px;
	color: #FFFFFF;
	background: #ffba48;
}
.heightBannerTop {
	height:126px;
}
.main-search-container {
	background-image: url(/Images/bg1.jpg);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 620px;
	width: 100%;
	position: relative;
}
	.main-search-container:before {
		content: "";
		position: absolute;
		height: 100%;
		width: 100%;
		display: block;
		background: linear-gradient(to right, rgb(255 186 72 / 32%) 20%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 95%);
	}
.cNameChinh {
	font-size: 16px;
	text-transform: uppercase;
	color: #149ce2;
}
.main-content {
	background: #fff;
	padding: 10px 20px;
	border: 1px solid #e4e4e4;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.cNames {
	float: left;
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 5px;
 }
.company-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	color: #2c3e50;
}
.cPrices {
	padding:7px;
}
a {
    color: #1f2228;
    transition: color .1s,background .2s;
    -webkit-transition: color .1s,background .2s;
    -moz-transition: color .1s,background .2s;
    -ms-transition: color .1s,background .2s;
    -o-transition: color .1s,background .2s;
	text-decoration:none;
}
a:hover {
	color:palevioletred;
}
i:hover {
	color: #ffba48;
}
#btnLoginTopFast {
	color: #ff0000;
	transition: color .1s,background .2s;
	-webkit-transition: color .1s,background .2s;
	-moz-transition: color .1s,background .2s;
	-ms-transition: color .1s,background .2s;
	-o-transition: color .1s,background .2s;
	text-decoration: none;
}
	#btnLoginTopFast:hover {
		color: #4096ee;
	}

nav {
	top: 0;
	left: 0;
	position: fixed;
	height: 95px;
	width: 100%;
	font-size: 15px;
	z-index: 1002;
	background-color: white;
}
.cTopAdvent {
	margin: 21px 0;
}
	nav .relateBg {
	}

	nav .relateMenu {
		padding: 8px 0;
		color: black;
		width: 100%;
		z-index: 999;
		
	}

		nav .relateMenu .logo {
			background-image: url(/Images/LogoBy.png);
			background-repeat: no-repeat;
			width: 129px;
			height: 68px;
			display: block;
			float: left;
			margin-top: 2px;
			border: 1px solid #ddd;
			border-radius: 10px;
		}

	nav .firstA
	{
		font-size:14px !important;
	}

	nav .firstUl {
		padding-top:10px;
	}

nav .cSearchTop {
	width: 500PX;
	display: inline-block;
	border: 1px solid #c4c4c4;
	background-color: #fff;
 	margin: 23px 2px 2px 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	nav .cSearchTop input[type="search"] {
		padding:8px 5px;
		border:0px solid ;
		float:left;
		outline:none;
		width:250px;
	}

	nav .cSearchTop .btnSearch {
		background: #7abcff; /* Old browsers */
		background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #edd49a 0%, #ffb300 44%, #ffb300 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */

		-webkit-border-radius: 2px 5px 5px 2px;
		-moz-border-radius: 2px 5px 5px 2px;
		border-radius: 2px 5px 5px 2px;
		display: inline-block;
		float: right;
		height: 28px;
		margin: 2px;
		width: 60px;
	}
		nav .cSearchTop .btnSearch span {

			background-image: url("/Images/IconSearch.png");
			background-repeat: no-repeat;
			background-position-y: 4px;
			background-position-x: 20px;
			display: block;
			height: 28px;
			width: 60px;
		}

	nav .gLeft {
		width: 388px;
		float: left;
	}

	nav .cMenuTop {
		display: block !important;
		padding-top: 14px;
		float: right;
		color: #03649f;
		position: relative;
		border: none;
		font-size: 15px;
		font-weight: bold;
	}

	nav .news a {
		background: url(/Images/HeaderSprite.png) no-repeat;
		background-position: 7px 4px !important;
		display: block !important;
		height: 50px;
		width: 128px;
		padding-right: 10px;
		padding-left: 42px;
		margin: -2px 0 0 0;
		text-decoration: none;
	}


	nav .news .exp {
		color: #005488;
		display: block;
		padding: 0 0 2px 0;
	}

	nav .news .text {
		color: #fff;
	}

	nav .hotline a {
		/*background: url(/Images/HeaderSprite.png) no-repeat;*/
		background-position: 7px -71px !important;
		display: block !important;
		height: 50px;
		width: 128px;
		padding-right: 10px;
		padding-left: 40px;
		margin: -2px 0 0 30px;
		text-decoration: none;
	}
#cLoai .containerDDL{
	border:none;
}
#cLoai .inputDDL{
	height:44px;
}
#cLoai .containerDDL44 {
	height: 44px;
}
 
.main-search-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding-bottom: 30px;
}
.t {
	margin-top: 50px;
	width: 100%;
	background: #fff;
	padding: 10px 20px;
	margin-right: -15px;
	margin-left: -15px
}
.nuts {
	height: 44px !important;
	font-size: 20px !important;
	width: 20% !important;
	background: #149ce2 !important;
	border: none !important;
	border-radius: 2px !important;
	outline: none !important;
	color: #FFFFFF !important;
	padding: 0 12px !important;
}
	nav .hotline .phone {
		color: #005488;
		display: block;
		padding: 0 0 2px 0;
	}

	nav .hotline .text {
		display: block;
		color: #fff;
	}

	nav .cart {
		
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

		nav .cart a {
			background: url(/Images/IconCart.png) no-repeat;
			background-position: 79px 3px !important;
			background-color: #ffba48;
			display: block !important;
			height: 17px;
			width: 76px;
			padding: 9px 22px 5px 10px;
			margin: -46px 0 0 30px;
			text-decoration: none;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 5px;
			color: #fff;
			text-transform: uppercase;
		}

	nav .cart .text {
		display: block;
		color: #fff;
	}

#menuTree {
	position: absolute;
	z-index:10001;
	background-color: #FFF;
	width:220px;
	font-size: 15px;
	display:none;
}
#menuTree ul {
	margin:0;
	padding:0;
}
#menuTree li {
	list-style: none;
    margin: 0;
	position: relative;
    min-height: 35px;
    padding: 0 0 0 38px;
    font-weight: 400;
    cursor: pointer;
    vertical-align: middle;
}
#menuTree li:hover a {
	color:#fff;
}
#menuTree li:before {
    display: inline-block;
    height: 38px;
    width: 1px;
    margin-left: -1px;
    content: '';
    vertical-align: middle;
}
#menuTree li a {
	color: #333;
	text-decoration: none;
	vertical-align: middle;
	display:inline-block;
	position: relative;
	max-width: 169px;
}
#menuTree li .icon {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	z-index: 2;
	border: 1px solid #3a4446;
	overflow: hidden;
}
#menuTree li .icon img {
	width: 24px;
	height: 24px;
	border: 0px solid #000;
}

#cMenuTreeTop {
	top: 95px;
	left: 0;
	position: fixed;
	width: 100%;
	font-size: 15px;
	z-index: 1001;
	background-color: #ffba48;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(219,219,219,1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(219,219,219,1);
	box-shadow: 0px 0px 10px 5px rgba(219,219,219,1);
}
#cMenuTreeTop .cContent {
	width: 100%;
	height:38px;
}
#cMenuTreeTop .cContent * {
	padding:0;
	margin:0;
	font-weight:normal;
}
	#cMenuTreeTop .priceList {
		margin: 0 0 0 0;
		float: left;
		padding-left: 45px;
		position: relative;
	}
		#cMenuTreeTop .priceList .today {
			padding:10px;
		}
			#cMenuTreeTop .priceList .today:before {
				content: "";
				border: 1px solid #d0021b;
				width: 10px;
				height: 10px;
				opacity: 1;
				background-color: rgba(238,46,36,.2);
				border-radius: 100%;
				-moz-animation: sonar 1.25s linear infinite;
				-o-animation: sonar 1.25s linear infinite;
				-webkit-animation: sonar 1.25s linear infinite;
				animation: sonar 1.25s linear infinite;
				margin: -1px 0 0 -1px;
				position: absolute;
				left: 25px;
				top: 15px;
				box-sizing: border-box;
			}

			#cMenuTreeTop .priceList .today .point {
				content: "";
				width: 10px;
				height: 10px;
				background-color: #d0021b;
				border-radius: 100%;
				position: absolute;
				left: 25px;
				top: 15px;
				margin: -1px 0 0 -1px;
				box-sizing: border-box;
				display: block;
			}

@-webkit-keyframes sonar {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(4);
		transform: scale(4);
		opacity: 0
	}
}

@keyframes sonar {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(4);
		transform: scale(4);
		opacity: 0
	}
}


.hotline-phone-ring-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
}

.hotline-phone-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

.hotline-phone-ring-circle {
	width: 85px;
	height: 85px;
	top: 10px;
	left: 10px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #e60808;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
	width: 55px;
	height: 55px;
	top: 25px;
	left: 25px;
	position: absolute;
	background-color: rgba(230, 8, 8, 0.7);
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
	height: 33px;
	top: 37px;
	left: 37px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.hotline-phone-ring-img-circle .pps-btn-img {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

		.hotline-phone-ring-img-circle .pps-btn-img img {
			width: 20px;
			height: 20px;
		}

.hotline-bar {
	position: absolute;
	background: rgba(230, 8, 8, 0.75);
	height: 40px;
	width: 180px;
	line-height: 40px;
	border-radius: 3px;
	padding: 0 10px;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	z-index: 9;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 50px !important;
	/* width: 175px !important; */
	left: 33px;
	bottom: 37px;
}

	.hotline-bar > a {
		color: #fff;
		text-decoration: none;
		font-size: 15px;
		font-weight: bold;
		text-indent: 50px;
		display: block;
		letter-spacing: 1px;
		line-height: 40px;
		font-family: Arial;
	}

		.hotline-bar > a:hover,
		.hotline-bar > a:active {
			color: #fff;
		}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);
		-webkit-opacity: 0.1;
	}

	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		-webkit-opacity: 0.5;
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: 0.1;
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
	}

	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}

@media (max-width: 768px) {
	.hotline-bar {
		display: none;
	}
}

.sitePath {
	color: #000;
	margin: 0 0 0 0;
	float:left;
}

.sitePath .breadcrumbs {
	margin-left: 20px;
	margin-top: 5px;
}

.sitePath .breadcrumbs div.links-breadcrumbs {
	color: #7a8188;
	font-size: 15px;
	margin: 0;
	padding: 8px 0;
}

.sitePath .breadcrumbs div.links-breadcrumbs>div {
	display: inline-block;
}

.sitePath .breadcrumbs a {
    font-weight: 300;
}

.sitePath .breadcrumbs .icons {
    color: #c1c7ca;
}

#cMenuTreeTop .cTreeRoot {
	color: #000;
	background: #ffba48;
	overflow: hidden;
	padding: 10px 20px 10px 50px;
	width: 105px;
	margin: 0 0 0 0;
	position: relative;
	cursor: pointer;
	float: left;
}

#cMenuTreeTop .cTreeRoot .icons {
	position: absolute;
    left: 23px;
	top:10px;
	width:18px;
	height:18px;
	background:url(/Images/IconMenu.png) no-repeat;
}

.cBtnRefresh {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-background-clip: padding-box;
	display: inline-block;
	float:left;
	border: 1px solid #DDD;
	background-color: #F7F7F7;
	cursor: pointer;
	-webkit-text-stroke: 1px transparent;
	background-image: -webkit-linear-gradient(top, white, #E6E6E6);
	background-image: linear-gradient(top, white, #E6E6E6);
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	background-image: -moz-linear-gradient(white,#E6E6E6);
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from(white), to(#E6E6E6));
	height: 16px;
	width: 16px;
	padding: 4px;
	margin: 0 0 -6px 3px;
}

.cBtnRefresh:hover
{
	background-image: -webkit-linear-gradient(top, #E6E6E6, white);
	background-image: linear-gradient(top, #E6E6E6, white);
	background-image: -o-linear-gradient(top, #E6E6E6, white);
	background-image: -moz-linear-gradient(#E6E6E6, white);
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from(#E6E6E6), to(white));
}
.cBtnRefresh .btnRefresh
{
	background-image:url("/ToolsJS/GridView/Images/Icons.gif");
	background-position:-41px -16px;
	height:16px;
	width:16px;
	display:block;
}

.cRightMenuChild {
	background: #f2f2f2;
	position: absolute;
    display: none;
	width:220px;
	min-height:342px;
    overflow: auto;
    box-sizing: border-box;
    border-left: 5px solid #f4701e;
    padding: 13px 15px 20px 15px;
	z-index:10005;
	-webkit-box-shadow: 1px -1px 5px 0px rgba(173,173,173,1);
	-moz-box-shadow: 1px -1px 5px 0px rgba(173,173,173,1);
	box-shadow: 1px -1px 5px 0px rgba(173,173,173,1);
}

.cRightMenuChild ul {
	margin: 0;
    padding: 0;
    list-style: none;
}

.cRightMenuChild li {
	margin-top: 6px;
    margin-bottom: 3px;
	font-size: 15px;
}

.cRightMenuChild .itemParent a {
	color:#000;
}

.cRightMenuChild .itemChild a {
	color:#999;
}

.cRightMenuChild .itemChild a:hover {
	color:#199cb7;
	text-decoration:underline;
}
.cRightMenuChild li a {
	text-decoration: none;
	vertical-align: middle;
	display:inline-block;
	position: relative;
	max-width: 169px;
}

.blockCategory
{
	padding-left: 0;
    margin-bottom: 20px;
	width:220px;
}

	.blockCategory .header {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
		background: #7abcff; /* Old browsers */
		background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */


		border-color: #009343;
		color: #fff;
		position: relative;
		display: block;
		padding: 7px 15px;
		margin-bottom: -1px;
		border: 1px solid #ddd;
	}

.blockCategory .body
{

}

.blockCategory .item a
{
    text-decoration: none;
	position: relative;
    display: block;
    padding: 7px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
	color: #1f2228;
    transition: color .1s,background .2s;
    -webkit-transition: color .1s,background .2s;
    -moz-transition: color .1s,background .2s;
    -ms-transition: color .1s,background .2s;
    -o-transition: color .1s,background .2s;
}
.blockCategory .item a:hover {
	color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.cSundryContent {
	/*border:1px solid #ddd;*/
	background:#fff;
	margin:0 0 10px 0;
	padding:10px;
}

.cSundryContent h1 {
	margin:10px 0 20px 0;
	font-size:28px;
	font-weight:300;
	color:#ff6a00;
	text-align:center;
}

.wrapper {
	padding:0 0 20px 0;
}

	.wrapper #cLeftPanel {
		width: 220px;
		float: left;
		margin: 26px 0;
	}

	.wrapper #cContentPanel {
		width: 960px;
		padding: 0 10px;
		float: left;
		margin: 26px 0;
	}

.wrapper #cProductPanel {
	width:960px;
	padding:0 10px;
	float:left;
}

.wrapper #cContentFullPanel {
	padding: 20px 10px;
}

#footer {
	background: #f5f5f5;
	margin-top: 10px !important;
	box-sizing: border-box;
}

	#footer .cShowroomBottom {
		padding: 89px 10px;
	}

#footer .cShowroomBottom .item {
	width:31.8%;
	float:left;
	background:#005bff;
	font-size: 15px;
	color:black;
	margin:8px;
	transition: color .1s,background .2s;
    -webkit-transition: color .1s,background .2s;
    -moz-transition: color .1s,background .2s;
    -ms-transition: color .1s,background .2s;
    -o-transition: color .1s,background .2s;
	cursor:pointer;
	text-decoration:none;
	position:relative;
}

#footer .cShowroomBottom .item:hover {
	background:#668eff;
}

#footer .cShowroomBottom .item p {
}

#footer .cShowroomBottom .item .group {
	position:absolute; top:65px; left:10px; width:95px; background-color:#000; opacity:0.68; filter: Alpha(Opacity=68);
	font-size: 15px;
	text-align:center;
	padding:3px 3px;
	color:white;
}

#footer .cShowroomBottom .item img {
	float:left;
	width:100px;
	height:75px;
	margin:10px 10px;
}


#footer .cMenuBottom {
	color:#000;
}

#footer .cMenuBottom * {
	box-sizing:border-box;
}


#footer .cMenuBottom .col {
	width: 20%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

#footer .cMenuBottom ul {
	margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .cMenuBottom li {
	word-wrap: break-word;
    margin: 10px 0 10px 10px;
}

#footer .cMenuBottom li a {
	color:#000;
    text-decoration: none;
	transition: color .1s,background .2s;
    -webkit-transition: color .1s,background .2s;
    -moz-transition: color .1s,background .2s;
    -ms-transition: color .1s,background .2s;
    -o-transition: color .1s,background .2s;
}

#footer .cMenuBottom li a:hover {
	color: #ff6a00;
    text-decoration: none;
}
#footer .cMenuBottom ul li .icons {
    font-size: 14px;
    width: 15px;
    margin-left: -5px;
}

	#footer .cMenuBottom h4 {
		text-transform: uppercase;
		font-family: Arial;
		margin-top: 20px;
		border-bottom: 1px solid #dcdcdc;
		padding-bottom: 8px;
		font-size: 18px;
		font-weight: 300;
		color: #ffba48;
		font-weight: bold;
	}


#footer .container {
	color:#000;
}

	#footer .container p {
		padding: 7px;
		font-size: 15px;
		text-align: center;
		margin: 0;
		BACKGROUND: #ffba48;
	}

.tableSocial {
	padding-left:10px; padding-top:10px
}

.contact-form {
	clear: both;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #444;
}

.input input {
  float: left;
  width: 278px;
  margin: 4px 0;
  padding: 8px 5px;
  background: none;
  border: 1px solid #555;
  color: #888;
  clear: both;
}
.form {
	float: left;
	clear: both;
	margin-bottom: 15px;
}
.form label {
	margin: 0 0 5px;
	float: left;
	color: #c5c5c5;
}
	.form .input {
		border: 0px !important;
	}
	.form input,
	.form textarea {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 5px;
		border: 1px solid #bababa;
	}

	.form textarea {
		border: 1px solid #555;
		background: none;
		width: 400px;
		height: 100px;
		clear: both;
		float: left;
		padding: 5px;
		resize: vertical;
		color: #888;
	}
.form2 {
  float: left;
  clear: both;
}
input[type="submit"]
{
	background: #80B600;
  color: #fff;
  cursor: pointer;
  height: auto;
  overflow: visible;
  padding: 3px 20px 4px 20px;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  width: auto;
}

.block
{

}

	.block .header {
		display: block;
		overflow: hidden;
		border-bottom: 3px solid #0270c3;
	}

		.block .header h1 {
			float: left;
			padding: 12px 20px 7px;
			background: #0270c3;
			color:#FFF;
			line-height: 1.3em;
			font-size: 13px;
			text-transform: uppercase;
			text-align: center;
			margin: 0;
		}

		.block .header b {
			float: left;
			width: 0;
			height: 0;
			border-left: 0 solid transparent;
			border-right: 20px solid transparent;
			border-bottom: 36px solid #004e89;
		}

.block .filter
{
	height:20px;
}

.block .content
{

}

.block .content *
{
	box-sizing:border-box;
	padding:0;
	margin:0;
}

	.block .content img {
		max-width: 685px !important;
		height: inherit !important;
	}


.block .content .cListProduct {
}

.block .content .cListProduct li {
	float:left;
	text-transform: none;
	width:232px;
    vertical-align: bottom;
    border: 1px solid #DDD;
	text-align:center;
	list-style:none;
	padding:5px 0;
	position:relative;
	margin-right:6px;
	margin-bottom:-1px;
    background: #FFF none repeat scroll 0% 0%;
}
.block .content .cListProduct li .cImage {
	height:165px;
	padding:10px 0;
}
.block .content .cListProduct li .cImage:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	margin:auto;
}
	.block .content .cListProduct li .statusPromo {
		background:url(/Images/IconStatus.png) no-repeat 0px -108px;
		width:54px;
		height:54px;
		display:block;
		position:absolute;
		top:0;
		left:0;
		z-index:50;
	}
	.block .content .cListProduct li .statusNew {
		background:url(/Images/IconStatus.png) no-repeat 0px 0px;
		width:54px;
		height:54px;
		display:block;
		position:absolute;
		top:0;
		right:0;
		z-index:50;
	}
	.block .content .cListProduct li .statusHot {
		background:url(/Images/IconStatus.png) no-repeat 0px -54px;
		width:54px;
		height:54px;
		display:block;
		position:absolute;
		top:0;
		right:0;
		z-index:50;
	}
.block .content .cListProduct li .cImage img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.block .content .cListProduct li .cName {
	padding: 5px 10px;
	overflow: hidden;
    height: 42px;
}
.block .content .cListProduct li .cName a {
	text-decoration:none;
	color:#007893;
}
.block .content .cListProduct li .cName a:hover {
	color:#ff8d00;
}
.block .content .cListProduct li .cPrice {
	padding: 5px 10px;
	color:red;
	height:40px;
	font-weight:bold;
	position:relative;
	text-align:left;
}
.block .content .cListProduct li .cPrice .oldPrice {
	text-decoration:line-through;
	color:#888;
	display:block;
}

.block .content .cListProduct li .cPrice .newPrice {
	display:block;
}
.block .content .cListProduct li .cPrice .discount {
	position:absolute;
	height:35px;
	width:37px;
	right:10px;
	top:0;
	background:url(/Images/IconDiscount.png) no-repeat;
}
.block .content .cListProduct li .cPrice .discount span {
	color:white;
	padding:9px 0 0 8px;
	display:block;
	font-size: 15px;
}

.detailProduct {
	background-color:white;
}

.detailProduct .leftCol {
	width:715px;
    font-weight: normal;
	float: left;
    margin-top: 25px;
    margin-right: 30px;
}

.detailProduct .leftCol h1 {
    color: #484848;
    font-size: 28px;
    font-weight: normal;
	padding:0px;
	margin:0px;
}
.detailProduct .leftCol .cImage
{
	text-align:center;
	padding:5px;
}

.detailProduct .rightCol {
	margin-top: 25px;
	min-height: 360px;
	width: 455px;
	float: left;
	position: relative;
}

.bm-slider-productDetail {
	margin:0;
	padding:0;
}

.detailProduct .cPrice {
	padding:5px;
}

.detailProduct .cPrice b {
	font-weight:bold;
	border-bottom:1px solid #938300;
	padding: 5px;
	display:block;
	position:relative;
}

.detailProduct .cPrice b .cText {
	top:5px;
	left:5px;
	position:absolute;
}
.detailProduct .cPrice .oldPrice {
	text-decoration:line-through;
	color:#888;
	font-size:18px;
	text-align:center;
	display:block;
	font-weight:100;
}
.detailProduct .cPrice .price {
	color:red;
	font-size:28px;
	padding: 10px;
	text-align:center;
}
.detailProduct .features {
	padding-left:20px;
}
.detailProduct .infoBuy {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#f5f5f5;
	border:1px solid #d3d3d3;
}
.detailProduct .infoBuy .row {
	padding:10px !important;
	text-align:center;
	
}
.detailProduct .infoBuy .timeDiscount {
	padding:10px 10px 10px 10px;
	text-align:center !important;
	margin:5px auto;
	width:65%;
	border:1px dashed #009343;
}
.detailProduct .infoBuy .cListShowroomStock {
	border-top:1px solid #aaa;
	padding:5px;
}
.detailProduct .infoBuy .cListShowroomStock .title {
	font-weight:bold;
}
.detailProduct .infoBuy .cListShowroomStock .cShowRoom {
	overflow-y:auto;
	max-height:110px;
}
.detailProduct .infoBuy .cListShowroomStock div {
	padding:5px;
}
	.detailProduct .infoBuy .viewWarrantyPolicy {
		padding: 10px 10px 10px 10px;
		text-align: left !important;
		margin: 5px auto;
		width: 60%;
		border: 2px solid #005094;
	}
.detailProduct .infoBuy .viewWarrantyPolicy .icon-warning:before {
    font-size: 30px;
    float: left;
	color:red;
}
.detailProduct .infoBuy .viewWarrantyPolicy a {
	color:red;
}
.detailProduct .infoBuy .viewWarrantyPolicy a:hover {
	color:green;
}
.detailProduct .infoBuy .rowL {
	padding:10px 0 0 10px;
	text-align:left !important;
}
.detailProduct .infoBuy .rowL .cell {
	width:225px;
	text-align:left !important;
	display:table-cell;
}
.detailProduct .infoBuy .titlePromo {
	padding:10px;
	text-align:center;
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefcea 0%, #ffde9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#ffde9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefcea 0%,#ffde9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefcea 0%,#ffde9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefcea 0%,#ffde9e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefcea 0%,#ffde9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#ffde9e',GradientType=0 ); /* IE6-9 */
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	color:#fb4d00;
	font-weight:bold;
	font-size:18px;
}
.detailProduct .infoBuy .cPromo {
	padding:5px 0 5px 10px;
}
.detailProduct .infoBuy .cPromo span {
	font-size:16px;
	color:#e100e4;
}
.detailProduct .infoBuy .statusStock {
	color:#0074d7;
	font-weight:bold;
}
.detailProduct .infoBuy .byGHD {
	color:red;
	font-weight:bold;
}
.detailProduct .infoBuy .cBtn {
	border-top:1px solid #d3d3d3;
	padding:10px;
}

.detailProduct .infoBuy .cBtn #buyProduct {
	border-radius: 5px;
	text-align: center;
	background: #0d5899;
	font-size: 18px;
	padding: 5px 10px;
	text-transform: uppercase;
	transition: background .3s;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	color:#fff;
	cursor:pointer;
	margin:0 20%;
}
.detailProduct .infoBuy .cBtn #buyProduct:hover {
	background: #f12d41;
}
.detailProduct .infoBuy .cBtn .call-support {
	border-radius: 5px;
	text-align: center;
	background: #4b4d4f;
	font-size: 18px;
	padding: 5px 10px;
	text-transform: uppercase;
	transition: background .3s;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	color:#fff;
	cursor:pointer;
	margin:10px 20%;
}
.detailProduct .infoBuy .cBtn .call-support:hover {
	background: #f12d41;
}
.detailProduct .infoBuy .cBtn .call-content {
	text-align:center;
}
.detailProduct .infoBuy .cBtn .call-content .textRed {
	color:red;
}
.detailProduct .infoBuy .cBtn .call-content .textGreen {
	color:#006b93;
}
.detailProduct .infoBuy .cBtn .call-content div {
	padding:3px;
	font-size:18px;
}

.cFormFeedback {
	min-width:350px;
}
	.cFormFeedback select {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 5px;
		width:180px;
	}

	.cFormFeedback .btn {
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		width: 180px;
		margin: 0 auto;
		padding: 6px 0 6px 0;
		font-size: 15px;
		display: block;
		color: #fff !important;
		text-align: center;
		text-decoration: none;
		background: #7abcff; /* Old browsers */
		background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
	}

.cRelateProduct {
	margin:10px 0;
}

	.cRelateProduct .title {
		text-transform: uppercase;
		color: #fff;
		background-color: #ffba48;
		position: relative;
	}

.cRelateProduct .title .more {
	position: absolute;
	padding: 3px 15px;
	top:2px;
	right:10px;
	background: #e6e6e6;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 11px;
	color: black;
	text-transform: uppercase;
	margin-top: 8px;
}

.cRelateProduct .title h3 {
	display: block;
    font-size: 16px;
    padding: 10px;
    margin: 0px;
	font-weight:100;
}

.cRelateProduct .content {

}

.cRelateProduct .content .item {
	position:relative;
	padding:5px 0;
}

.cRelateProduct .content .item .cImage {
	width:100px;
	float:left;
	padding:10px 10px 0 0;
}

.cRelateProduct .content .item .cImage img {
	width:100px;
}

.cRelateProduct .content .item .cContentPro {
	width:330px;
	float:left;
}

.cRelateProduct .content .item .cContentPro .cName {
	padding:5px;
}

.cRelateProduct .content .item .cContentPro .cPrice {
	color:red;
	font-weight:bold;
	text-align:left;
	position:relative;
}

.cRelateProduct .content .item .cContentPro .cPrice .oldPrice {
	color:#888;
	text-decoration:line-through;
	display:block;
	font-size: 15px;
	text-align:left;
}
.cRelateProduct .content .item .cContentPro .cPrice .newPrice {
		display:block;
	}
.cRelateProduct .content .item .cContentPro .cPrice .discount {
		position:absolute;
		height:35px;
		width:37px;
		left:100px;
		top:0;
		background:url(/Images/IconDiscount.png) no-repeat;
	}
.cRelateProduct .content .item .cContentPro .cPrice .discount span {
		color:white;
		padding:9px 0 0 8px;
		display:block;
		font-size: 15px;
	}

.cCommentFacebook,
.cFeatures {
	padding:5px;
}

	.cCommentFacebook .title,
	.cFeatures .title {
		font-weight: bold;
		border-bottom: 3px solid black;
		padding: 10px;
	}

.cFeatures .content {
	padding: 10px;
}
	.cFeatures .content * {
		width:inherit !important;
	}
	.cFeatures .content table td {
		padding:5px !important;
		width:50% !important;
	}
	.cFeatures .content table {
		border:1px solid #d1d1d1 !important;
	}



#image-block {
  position: relative;
  z-index: 1;
  margin: auto;
  overflow: hidden;
  width:715px;
}
#image-block .owl-buttons {
  background-color: rgba(0, 0, 0, 0.6);
}
#image-block .owl-buttons div {
  background-color: rgba(0, 0, 0, 0.6);

}
#image-block .owl-buttons div a {
	display:block;
	height: 38px;
	width: 36px;
}
#image-block .owl-buttons .owl-prev, #image-block .owl-buttons .owl-next, .bk-slider .owl-buttons .owl-prev, .bk-slider .owl-buttons .owl-next {
	position: absolute;
	top: 40%;
	height: 38px;
	width: 36px;
	filter: Alpha(Opacity=30);
	opacity: 0.3;
	display:block;
}

#image-block .owl-buttons .owl-prev:hover, #image-block .owl-buttons .owl-next:hover, .bk-slider .owl-buttons .owl-prev:hover, .bk-slider .owl-buttons .owl-next:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
}

#image-block .owl-buttons .owl-next {
	float: right !important;
	background-image: url(/Images/owl-next.png);
	background-position: 15px 10px;
	background-repeat: no-repeat;
	border-radius: 2px;
	right: 10px;
}
#image-block .owl-buttons .owl-prev {
	float: left !important;
	background-image: url(/Images/owl-prev.png);
	background-position: 15px 10px;
	background-repeat: no-repeat;
	border-radius: 2px;
	left: 10px;
}

/*-----------------------------------------------------------------------------*/
.cTopAdvent {

}
.cTopAdvent .cContent {

}

/*-----------------------------------------------------------------------------*/
.homenews {
	float: right;
	width: 32%;
	height: 300px;
	overflow: hidden;
	BORDER-RADIUS: 5PX;
}
.homenews * {
	padding:0;
	margin:0;
}
.homenews a {
	text-decoration:none;
}
	.homenews figure {
		display: block;
		overflow: hidden;
		border-bottom: 3px solid black;
	}
		.homenews figure b {
			float: left;
			width: 0;
			height: 0;
			border-left: 0 solid transparent;
			border-right: 20px solid transparent;
			/*border-bottom: 39px solid #004e89;*/
			padding: 1px 0 0 0;
		}
.homenews figure a {
    float: right;
    padding: 3px 15px;
    background: #e6e6e6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 11px;
    color: #009343;
    text-transform: uppercase;
    margin-top: 8px;
}
	.homenews h2 {
		float: left;
		padding: 12px 20px 8px;
		/*background: #0270c3;*/
		line-height: 1.3em;
		font-size: 15px;
		color: black;
		text-transform: uppercase;
		text-align: center;
	}

.homenews ul {
    display: block;
    overflow: hidden;
	list-style: none;
}

.homenews li {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ededed;
    background: #fff;
    height: 65px;
}

.homenews li a {
    display: block;
    overflow: hidden;
}
	.homenews li img {
		float: left;
		width: 100px;
		height: 60px;
		margin-left: 0px;
		border-radius: 5px;
	}
.homenews li h3 {
    display: block;
    line-height: 1.3em;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}
.homenews li span {
    float: left;
    font-size: 15px;
    color: #999;
    margin-right: 10px;
}
.homenews li label {
    display: block;
    font-size: 15px;
    color: #288ad6;
}

/*-----------------------------------------------------------------------------*/
.cSlideTop {
		position:relative;
		width:800px;
		height:300px;
		float:left;
	}
	.cSlideTop img {
		width: 100%;
		height: 300px;
		border-radius: 19PX;
	}

	.owl-theme .owl-controls .owl-page span {
		background:#5dc203;
	}

	.cSlideTop .owl-theme .owl-controls {
		position: absolute;
		bottom: 10px;
		width: 100%;
		margin:0;
	}

	.customNavigation {
		position: absolute;
		top: 40%;
		height: 0;
		width: 100%;
	}

		.customNavigation .owl-btn {
			cursor: pointer;
			display: block;
			position: absolute;
			padding: 0 0 6px 0;
			margin: 0;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			background: rgba(0,0,0,.3);
			width: 48px;
			text-align: center;
			font-size: 42px;
			color: #fff;
			font-family: Arial;
			-webkit-transition: all .5s ease;
			-moz-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease;
			filter: Alpha(Opacity=50);
			opacity: 0.5;
		}
	
	.customNavigation .owl-btn:hover {
		filter: Alpha(Opacity=100);
		opacity: 1;
	}

	.customNavigation .owl-prev {
		left: 10px;
	}

	.customNavigation .owl-next {
		right: 10px;
	}
	
/*-----------------------------------------------------------------------------*/
.cContentNews
{
	padding: 5px;
}
.cContentNews h1
{
	font-size:28px;
	font-weight:300;
}
.cContentNews .cImage
{
	text-align:center;
	padding:5px;
}
.cContentNews .cContent
{
	font-size: 15px;
}
	.cContentNews .cContent * {
		width:inherit !important;
	}


.cRelateNews
{
	padding: 5px;
}
.cRelateNews .cTitle
{
	font-weight: bold;
	border-bottom: 3px solid #009343;
	padding: 10px;
}
.cRelateNews .cContent
{
	font-size: 15px;
}
.cRelateNews h3
{
	font-size: 15px;
	display:inline-block;
}
/*-----------------------------------------------------------------------------*/
	
	.cCategoryHome {

	}
	.cCategoryHome * {
		padding: 0;
		margin:0;
		text-decoration:none;
	}
	.cCategoryHome .cTitle {
		font-size: 20px;
		line-height: 35px;
		margin: 0;
		padding: 10px 0px 0px;
		/*border-bottom:3px solid #938300;*/
	}
	.cCategoryHome .cTitle h2 {
		position:relative;
		margin: 0px 0px 0px;
		font-size: 19px;
		font-weight: 300;
		line-height: 1.1;
		box-sizing: border-box;
		float: left;
		padding:10px 20px 10px 50px;
		color:#fff;
		background-color:#237fbd;
	}
	.cCategoryHome .cTitle h2 .icon {
		position: absolute;
		top: 8px;
		left: 12px;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		background: #fff;
		z-index: 2;
		border: 1px solid #3a4446;
		overflow: hidden;
	}
	.cCategoryHome .cTitle h2 .icon img {
		width: 24px;
		height: 24px;
		border: 0px solid #000;
	}
		.cCategoryHome .cTitle h2 a {
			color: #807c7c;
			font-weight: bold;
		}
	.cCategoryHome .cTitle ul {
		margin-top: 0;
		float: right;
	}
	.cCategoryHome .cTitle ul a {
		color:#007893;
	}
	.cCategoryHome .cTitle ul a:hover {
		color:#ff6a00;
	}
	.cCategoryHome .cTitle ul li:first-child {
		border-left: none;
	}
	.cCategoryHome .cTitle ul li {
		display: inline-block;
		font-size: 15px;
		text-transform: none;
		padding-left: 12px;
		border-left: 1px solid #bcbcbc;
		line-height: 20px;
	}
		.cCategoryHome .cListProduct {
			/**padding: 0 0px 10px 0;*/
			text-align: center;
			/*border-right:1px solid #e7e7e7;
		border-bottom:1px solid #e7e7e7;*/
			background: #FFF none repeat scroll 0% 0%;
			margin-bottom: 10px;
			position: relative;
			background: #fcf3e8;
			PADDING: 8PX 0;
		}
	.cCategoryHome .cListProduct a {
		color:white;
		font-weight:bold;
	}
	.cCategoryHome .cListProduct a:hover {
		color:#ff6a00;
	}
			.cCategoryHome .cListProduct li {
				float: left;
				text-transform: none;
				height: 263px;
				width: 281px;
				/* border: 1px solid #e7e7e7; */
				margin-left: 16px;
				margin-bottom: 14px;
				list-style-type: none;
				position: relative;
				box-shadow: 0px 0px 2px 2px #64798f1f;
				BACKGROUND: WHITE;
			}
		.cCategoryHome .cListProduct li:before {
			content: "";
			position: absolute;
			bottom: 0px;
			right: 0%;
			width: 0px;
			height: 0px;
			/* border-right: 4px solid transparent; */
			/* border-bottom: 4px solid transparent; */
			height: 10%;
			width: 10%;
		}
		.cCategoryHome .cListProduct li:after {
			display: block;
			transition: all 0.5s ease 0s;
			-webkit-transition: all 0.5s ease 0s;
			content: "";
			position: absolute;
			top: 0px;
			left: 0%;
			width: 0px;
			height: 0px;
			border-top: 4px solid transparent;
			border-left: 4px solid transparent;
			height: 10%;
			width: 10%;
		}
				.cCategoryHome .cListProduct li:hover:after {
					border-bottom-color: #0270c3;
					height: 45%;
					width: 35%;
					transition: all 0.5s ease 0s;
					-webkit-transition: all 0.5s ease 0s;
					z-index: 1;
					border-top: 4px solid black;
					border-left: 4px solid black;
				}
				.cCategoryHome .cListProduct li:hover:before {
					border-bottom-color: #0270c3;
					height: 45%;
					width: 35%;
					transition: all 0.5s ease 0s;
					-webkit-transition: all 0.5s ease 0s;
					z-index: 1;
					border-right: 4px solid black;
					border-bottom: 4px solid black;
				}
	.cCategoryHome .cListProduct li .cImage {
		height:165px;
		padding:10px 0;
	}
	.cCategoryHome .cListProduct li .statusPromo {
		background:url(/Images/IconStatus.png) no-repeat 0px -108px;
		width:54px;
		height:54px;
		display:block;
		position:absolute;
		top:0;
		left:0;
		z-index:100;
	}
	.cCategoryHome .cListProduct li .statusNew {
		background:url(/Images/IconStatus.png) no-repeat 0px 0px;
		width:54px;
		height:54px;
		display:block;
		position:absolute;
		top:0;
		right:0;
		z-index:100;
	}
	.cCategoryHome .cListProduct li .statusHot {
		background:url(/Images/IconStatus.png) no-repeat 0px -54px;
		width:54px;
		height:54px;
		display:block;
		position:absolute;
		top:0;
		right:0;
		z-index:100;
	}
	.cCategoryHome .cListProduct li .cImage:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	.cCategoryHome .cListProduct li .cImage img {
		transition: all .3s;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
	}
	.cCategoryHome .cListProduct li .cName {
		padding: 5px 10px;
		height:30px;
		overflow:hidden;
		text-align:left;
	}
				.cCategoryHome .cListProduct li .cPrice {
					padding: 5px 10px;
					color: orange;
					height: 30px;
					font-weight: bold;
					position: relative;
					text-align: left;
					text-align: left;
				}
	.cCategoryHome .cListProduct li .cPrice .oldPrice {
		text-decoration:line-through;
		color:#888;
		display:block;
		text-align:left;
		font-size: 15px;
	}
	.cCategoryHome .cListProduct li .cPrice .newPrice {
		display:block;
	}
	.cCategoryHome .cListProduct li .cPrice .discount {
		position:absolute;
		height:35px;
		width:37px;
		right:10px;
		top:0;
		background:url(/Images/IconDiscount.png) no-repeat;
	}
	.cCategoryHome .cListProduct li .cPrice .discount span {
		color:white;
		padding:9px 0 0 8px;
		display:block;
		font-size: 15px;
	}

	
.cCategoryHome .cListProduct .more {
    padding: 0;
    background: #fffc00;
    border-radius: 2px;
	background:url(/Images/ViewMore.jpg) no-repeat;
	width:178px;
	height:20px;
	display:block;
    font-size: 11px;
    color: black;
	position:absolute;
	bottom:-20px;
	right:-1px;
}
	
.cCategoryHome .cListProduct .more:hover {
}
	
/*-----------------------------------------------------------------------------*/
#cContentProduct .cCategoryHome .cListProduct li {
	width:220px;
}
#cContentProduct .cCategoryHome .cTitle h2 {
	padding: 10px 20px 10px 20px;
}
	
/*-----------------------------------------------------------------------------*/
.cPartnerBottom
{
	padding: 10px 0 0 0;
}
#cPartnerRoot {
 /*background: #FFF;
 overflow:hidden;
 height:54px;*/
}
#cPartnerRoot img {
}
#indemo {
 float: left;
 width: 800%;
}
#cPartnerC1,
#cPartnerC2 {
 float: left;
}
/*-----------------------------------------------------------------------------*/
	.cBannerBottom {
		box-sizing: border-box;
		margin:25px auto 0 auto;
	}
	.cBannerBottom div {
		display:block;
		width: 18%;
		float: left;
		color: #fff!important;
		position: relative;
		transition: background .3s;
		-webkit-transition: background .3s;
		-moz-transition: background .3s;
		-ms-transition: background .3s;
		-o-transition: background .3s;
		padding: 10px 15px 10px 60px;
		text-decoration:none;
	}

		.cBannerBottom div .icons {
			position: absolute;
			top: 15px;
			z-index: 100;
			left: 10px;
			font-size: 32px;
		}
		.cBannerBottom h4 {
			font-family: Arial;
			font-size: 18px;
			text-transform: uppercase;
			font-weight: 700;
			margin: 5px 0 0;
			line-height: 1.1;
		}
	.cBannerBottom p {
		font-size: 13px;
		margin: 0;
	}
	.cBannerBottom .button {
		float: right;
		display: inline-block;
		position: absolute;
		top: 15px;
		right: 15px;
		color: #fff;
		background: #999;
		text-transform: uppercase;
		transition: background .3s;
		-webkit-transition: background .3s;
		-moz-transition: background .3s;
		-ms-transition: background .3s;
		-o-transition: background .3s;
		padding: 8px 15px;
	}
	.cBannerBottom .orange:hover .button,
	.cBannerBottom .orange {
		background: #f5791f;
	}
	.cBannerBottom .orange .button, 
	.cBannerBottom .orange:hover {
		background: #d35400;
	}
	
	.cBannerBottom .blue {
		margin: 0 1%;
	}
	.cBannerBottom .blue:hover .button,
	.cBannerBottom .blue {
		background: #3498db;
	}
	.cBannerBottom .blue .button, 
	.cBannerBottom .blue:hover {
		background: #23527c;
	}
	.cBannerBottom .gray:hover .button,
	.cBannerBottom .gray {
		background: #a1aaaf;
	}
	.cBannerBottom .gray .button, 
	.cBannerBottom .gray:hover {
		background: #889196;
	}
		.cBannerBottom .green {
			margin: 0 1% 0 0;
		}
		.cBannerBottom .green:hover .button,
		.cBannerBottom .green {
			background: #249b00;
		}

			.cBannerBottom .green .button,
			.cBannerBottom .green:hover {
				background: #54cb30;
			}

	#back-to-top {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0f0f0f;
    font-size: 24px;
    text-align: center;
    padding-top: 6px;
    transition: background .3s,color .2s;
    -webkit-transition: background .3s,color .2s;
    -moz-transition: background .3s,color .2s;
    -ms-transition: background .3s,color .2s;
    -o-transition: background .3s,color .2s;
    cursor: pointer;
    color: #fff;
	box-sizing:border-box;
	padding: 8px 0 0 0;
}
	#back-to-top:hover {
    background: #dde3e6;
}
	
/*-----------------------------------------------------------------------------*/
.content-chi-nhanh
{
	background-color:#fff;
}

.chi-nhanh-tab
{
	margin: 0;
	padding: 0;
}
.chi-nhanh-tab ul
{
	margin: 0;
	padding: 0;
}
.chi-nhanh-tab ul li {
    display: inline-block;
    font-weight: bold;
    margin: 10px 15px;
    list-style-type: none;
}
.content-chi-nhanh .chi-nhanh-tab ul li a {
    font-size: 14px;
	text-decoration: none;
    color: #4d4d4f;
	cursor:pointer;
}
.tab-time div > .icon-clock-big {
    margin: 0 10px 0 30px;
}
.load-tab-location,
.load-tab-description {
    border-top: 1px solid #c0c0c0;
    width: 100%;
    padding: 30px 0px;
    position: relative;
}
.load-tab-location ul li {
    display: inline-block;
}
.load-tab-location ul li > .tab-local div {
    float: left;
    height: 110px;
}
.load-tab-location ul li > .tab-local div:last-child {
    width: 355px;
}
.load-tab-location ul li > .tab-local div:first-child {
    width: 70px;
}
.load-tab-location ul li > .tab-time div {
    float: left;
    height: 110px;
}
.load-tab-location > .icon-arrowdown-tab {
    position: absolute;
    top: -1px;
    left: 50px;
	width: 19px;
    height: 10px;
    background-position: 0 -170px;
}
.load-tab-description > .icon-arrowdown-tab {
    position: absolute;
    top: -1px;
    left: 220px;
	width: 19px;
    height: 10px;
    background-position: 0 -170px;
}
.tab-time div > ul li {
    display: list-item;
    list-style-type: disc;
    margin-left: 15px;
}

.load-tab-description .cImage {
	text-align:center;
}
.tab-local div > .icon-local-big {
    margin: 0 10px;
}
.icon-local-big {
    width: 51px;
    height: 51px;
    background-position: -20px -54px;
}
.icon-clock-big {
    width: 51px;
    height: 51px;
    background-position: -74px -55px;
}
.cListShowroom [class^='icon-'],
.content-chi-nhanh [class^='icon-'] {
	background-image: url("/Images/IconSprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.content-chi-nhanh #map-canvas {
	margin:auto;
	
}
.tab-time {
    border-left: 1px solid #e7e7e7;
    height: 100px;
}
.load-tab-location ul li > .tab-local {
    width: 425px;
}
.cListShowroom {

}
.cListShowroom .itemGroupSR {
	padding: 10px 15px;
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
	font-size:18px;
	font-weight:bold;
}
.cListShowroom .cChildSR {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.cListShowroom .cChildSR ul {
	padding:0; margin:0;
}
.cListShowroom .cChildSR ul {
	padding:0; margin:0;
}
.cListShowroom .cChildSR li {
	list-style-type: none;
	padding: 5px 5px;
}
.cListShowroom .cChildSR ul li span {
    float: right;
	width: 5px;
    height: 9px;
    background-position: 0 -49px;
}
.cListShowroom .cChildSR ul .selected a,
.cListShowroom .cChildSR ul .selected .icon-arrow-lr,
.cListShowroom .cChildSR ul li a:hover .icon-arrow-lr {
	color:red;
    background-position: 0 -63px;
}

.listNews {

}
.listNews ul li:first-child {
	border-top: none;
}

.listNews ul li {
	border-top: 1px solid #dde3e6;
	list-style-type:none;
	padding:5px;
}

.listNews h3 {
	display:inherit;
	padding:0px;
	margin:2px;
}

.listNews .cImage {
}

.listNews .cImage img {
	float:left;
	width:100px;
	margin:5px 10px 0 0;
}


.input {
	border:1px solid #bababa;
}

.formLogin
{
	
}

.cLoginFast {
	text-align: left;
	font-size: 15px !important;
	width: 340px;
	margin: auto;
}

	.cLoginFast talbe {
		width: 100%;
	}

	.cLoginFast input {
		padding: 6px;
		float: right;
		outline: none;
		width: 220px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

.btnSendOTP {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 140px;
	margin: 0 auto;
	padding: 6px 0 6px 0;
	font-size: 15px;
	display: block;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5b5b+0,ffa0a0+100 */
	background: #ff5b5b; /* Old browsers */
	background: -moz-linear-gradient(top, #ff5b5b 0%, #ffa0a0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff5b5b 0%,#ffa0a0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff5b5b 0%,#ffa0a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b5b', endColorstr='#ffa0a0',GradientType=0 ); /* IE6-9 */
}

	.btnSendOTP:hover {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cb60b3+0,ad1283+50,de47ac+100;Pink+3D */
		background: #cb60b3; /* Old browsers */
		background: -moz-linear-gradient(top, #cb60b3 0%, #ad1283 50%, #de47ac 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #cb60b3 0%,#ad1283 50%,#de47ac 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #cb60b3 0%,#ad1283 50%,#de47ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#de47ac',GradientType=0 ); /* IE6-9 */

	}

.cLogin {
	text-align: left;
	font-size: 15px !important;
	width: 280px;
	margin: auto;
}

.cLogin talbe {
	width: 100%;
}

	.cLogin .cWordVerification {
		width: 180px;
		margin: auto;
	}

		.cLogin .cWordVerification .wordVerification {
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			padding: 2px;
			border: 1px solid #bababa;
			margin-right: 5px;
			float: left;
		}

		.cLogin .cWordVerification #tbxWordVerificationFP {
			float: left;
		}


.cRegister {
	text-align: left;
	font-size: 15px !important;
}

	.cFormFeedback input,
	.cLogin input,
	.cRegister input {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 5px;
	}
	.cRegister .containerDDL {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 5px;
		border: 1px solid #bababa;
	}
	.cRegister .cWordVerification {
		width: 180px;
		margin: auto;
	}
#bt1 {
	height: 44px;
	font-size: 20px;
	width: 100%;
	background: #ffba48;
	border: none;
	border-radius: 2px;
	outline: none;
	color: #FFFFFF;
	padding: 0 12px;
	cursor: pointer;
}
		.cRegister .cWordVerification .wordVerification {
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			padding: 2px;
			border: 1px solid #bababa;
			margin-right: 5px;
			float: left;
		}
		.cRegister .cWordVerification #tbxWordVerificationT {
			float: left;
		}
		.cRegister .containerDDL .imgButtonDDL,
		.cRegister .containerDDL .imgButtonDDL_over {
			-webkit-border-radius: 0 10px 10px 0;
			-moz-border-radius: 0 10px 10px 0;
			border-radius: 0 10px 10px 0;
			padding: 0px;
			border: 1px solid #bababa;
		}

#cRegisterT td,
.cRegisterT td,
#cEditInfoT td,
#cFormRegisterInfo td,
.formLogin td {
	padding: 5px;
}
#cEditInfoT .dot,
#cRegisterT .dot,
.cRegisterT .dot
{
	color:red;
}

.btnRegister,
.btnLogin {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 180px;
	margin: 0 auto;
	padding: 6px 0 6px 0;
	font-size: 15px;
	display: block;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	background: #7abcff; /* Old browsers */
	background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffb300 0%, #ffb300 44%, #ffb300 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}
	.btnRegister:hover,
	.btnLogin:hover {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,05abe0+100;Blue+3D+%23+16 */
		background: #87e0fd; /* Old browsers */
		background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */

		color: #fff;
	}

.cTopLogin ul {
	text-align:right;
	padding:10px 10px 0 0 !important;
}

.cTopLogin ul li {
	list-style-type:none;
	display:inline-block;
}
/*-------------------------memberMenu-------------------------------*/
.memberMenu
{
	width:120px;
	border-top:1px solid #C6FF99;
	border-left:1px solid #C6FF99;
	z-index:100000;
	font-size:13px;
}
	.memberMenu a {
		background-color: #0074eb;
		display: block;
		border-right: 1px solid #28c0f2;
		border-bottom: 1px solid #28c0f2;
		text-decoration: none;
		color: #fff;
		padding: 5px;
	}
	.memberMenu a:hover {
		background-color: #72b7fe;
	}

.cMainMember {
}

.cMainMember .cNewsMenber {
	width:80%;
	margin:auto;
}

.cMainMember .col {
	width:50%;
	float:left;
	text-align:center;
	min-height:300px;
	vertical-align:middle;
}

.cBlockNew
{
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	border:1px solid #888;

	background: #e0eff9; /* Old browsers */
background: -moz-linear-gradient(top,  #e0eff9 0%, #d8e1e7 23%, #fffef9 81%, #fffef9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0eff9), color-stop(23%,#d8e1e7), color-stop(81%,#fffef9), color-stop(100%,#fffef9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e0eff9 0%,#d8e1e7 23%,#fffef9 81%,#fffef9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e0eff9 0%,#d8e1e7 23%,#fffef9 81%,#fffef9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e0eff9 0%,#d8e1e7 23%,#fffef9 81%,#fffef9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e0eff9 0%,#d8e1e7 23%,#fffef9 81%,#fffef9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0eff9', endColorstr='#fffef9',GradientType=0 ); /* IE6-9 */

	min-height:300px;
	margin:40px;
}

.cBlockNew .cTitle
{
	font-size: 15px;
	text-align:center;
	font-weight:bold;
	padding:10px;
	border-bottom:solid 1px #888;
}

.cBlockNew .cContent
{
	text-align:left;
}

.cBlockNew .cContent .iNews
{
	padding:2px 2px 2px 20px;
	border-bottom:dotted 1px #aaa;
	cursor:pointer;
}
.cBlockNew .cContent .iNews:hover
{
	color:red;
}

/*----------------------------------------------------*/
.cPaging {
	padding:10px !important;
}
.cPaging table {
	margin:auto !important;
}
	.cPaging .currentIndex {
		display: inline-block;
		padding: 4px 8px;
		border: 1px solid #000000;
		background-color: #000000;
		color: #fff;
	}
.cPaging .index {
	display:inline-block;
	padding:3px 5px;
	border:1px solid #fffc00;
	background-color:#9ecb2d;
	color:#fff;
}

/*----------------------------------------------------*/
.priceListGas {

}
	.priceListGas .header {
		padding:10px;
		font-size:18px;
	}
	.priceListGas .content {
	}
		.priceListGas .content table {
			width: 100%;
		}
		.priceListGas .content table td {
			padding:5px;
		}
		.priceListGas .content table .rowHeader {
			background:#4096ee;
			color:#FFF;
		}
			.priceListGas .content table .rowHeader .cNumber {
				width:10%;
			}
			.priceListGas .content table .rowHeader .cProductID {
				width: 30%;
			}
			.priceListGas .content table .rowHeader .cProductName {
				width: 40%;
			}
			.priceListGas .content table .rowHeader .cPrice {
				width: 20%;
			}

		.priceListGas .content table .rowData {
		}
			.priceListGas .content table .rowData .cNumber {
				text-align: right;
			}

			.priceListGas .content table .rowData .cProductID {
			}

			.priceListGas .content table .rowData .cProductName {
			}

			.priceListGas .content table .rowData .cPrice {
				text-align:right;
			}

			.priceListGas .content table .rowDataAlternating {
				background:#e0eff9;
			}
				.priceListGas .content table .rowDataAlternating .cNumber {
					text-align: right;
				}

				.priceListGas .content table .rowDataAlternating .cProductID {
				}

				.priceListGas .content table .rowDataAlternating .cProductName {
				}

				.priceListGas .content table .rowDataAlternating .cPrice {
					text-align: right;
				}
/*----------------------------------------------------*/
.cPopupAll {
	text-align: center;
	font-size: 15px;
}
	.cPopupAll .banner {
		background: #fff url(/Images/LogoBy.png) no-repeat;
		background-position: center center;
		height: 80px;
		min-width: 380px;
		border-bottom: solid 1px;
	}
	}

	.cPopupAll .textHeader {
		padding:15px 0;
		text-align:center;
		font-size:28px;
	}

	.cPopupAll .textHeaderLoginBySMS {
		padding: 25px 0 25px 85px;
		text-align: left;
		font-size: 28px;
		background: url(/Images/IconSendOTP.png) no-repeat;
		background-position-x: 25px;
		background-position-y: center;
	}

	.cPopupAll .textHeaderOTP {
		padding: 115px 0 15px 0;
		text-align: center;
		font-size: 28px;
		background: url(/Images/IconLock.png) no-repeat;
		background-position-x: center;
		background-position-y: 15px;
	}

	.cPopupAll .textHeaderAlert {
		padding: 15px 0 15px 0;
		text-align: center;
		font-size: 28px;
		color:red;
	}

	.cPopupAll .cResendCodeOTP {
		padding: 0px 0 15px 0;
		text-align: left;
		width: 265px;
		margin: auto;
	}

	.cPopupAll .cResendCodeOTP a {
		color: #4096ee;
	}

	.cPopupAll .contentAlert {
		padding: 5px 10px 5px 10px;
		text-align: left;
		display: flex;
		font-size: 18px;
	}

		.cPopupAll .contentAlert img {
			text-align: left;
			width: 60px;
			margin-right: 10px;
		}

	.cPopupAll .contentCodeOTPIncorrect {
		padding: 5px 10px 5px 10px;
		text-align: left;
		display: flex;
		font-size: 18px;
	}

		.cPopupAll .contentCodeOTPIncorrect img {
			text-align: left;
			width: 60px;
			margin-right: 10px;
		}

/*----------------------------------------------------*/
	.cPopupAll .support-hotline .icons {
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		padding: 15px 0 10px 0;
	}
	.cPopupAll .support-hotline .icons a {
		color: red;
	}
	.cPopupAll .support-hotline .icon-phone-3:before {
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		background: #32a0f8 !important;
		color: #fff !important;
		padding: 10px 0;
		width: 50px;
	}
	.cPopupAll .note {
		color: #888;
		text-transform: uppercase;
		text-align: center;
		padding: 10px 0;
	}
/*----------------------------------------------------*/
.cViewCustomer {
	text-align: center;
}

	.cViewCustomer .cTextHead {
		padding: 5px 0 10px 0;
		text-align: center;
		color: #26a2eb;
		font-size:28px;
	}

	.cViewCustomer .cImageHead {
		padding: 5px 0;
		text-align: center;
	}

		.cViewCustomer .cImageHead img {
			border:0;
		}

#cCodeOTP,
.cViewCustomer .cSearchTop {
	width: 265px;
	display: inline-block;
	border: 1px solid #c4c4c4;
	background-color: #fff;
	margin: 15px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

	#cCodeOTP input,
	.cViewCustomer .cSearchTop input {
		padding: 8px 5px;
		border: 0px solid;
		float: right;
		outline: none;
		width: 220px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.cViewCustomer .cSearchTop .iSearch,
	#cCodeOTP .iSend {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: inline-block;
		float: left;
		height: 28px;
		margin: 2px;
		width: 30px;
	}

		.cViewCustomer .cSearchTop .iSearch span {
			background-image: url("/Images/IconSmartphone.png");
			background-repeat: no-repeat;
			background-position-y: 1px;
			background-position-x: 2px;
			display: block;
			height: 28px;
			width: 30px;
		}

		#cCodeOTP .iSend span {
			background-image: url("/Images/IconProtect.png");
			background-repeat: no-repeat;
			background-position-y: 1px;
			background-position-x: 2px;
			display: block;
			height: 28px;
			width: 30px;
		}

#btnResendCodeOTP, #btnIUnderstand, #btnIUnderstandRequest,
#btnSendOTP, #btnViewSupplier {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	height: 28px;
	margin: auto;
	width: 220px;
	text-align: center;
	background: #7abcff;
	background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
	background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
	background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
	color: #fff;
	padding: 8px 0 0 0;
	font-size: 18px;
}

.group-input {
	position: relative;
	text-align: left;
	margin-bottom: 10px;
	background-color: #f6f6f6;
	border: 1px solid #bbbbbb;
}
	.group-input .input-qty {
		padding: 8px 3px 5px 3px !important;
		border-width: 1px;
		border-radius: 0;
		width: 40px;
		min-width: 40px;
		text-align: center !important;
		-webkit-appearance: none;
		border: 2px solid #f6f6f6;
		min-height: unset;
		margin: 0 1px;
		background-color: #f6f6f6;
	}
	.group-input .btn-qty {
		padding: 4px 10px;
		font-size: 20px;
		border: 1px solid #bbbbbb;
		background-color: #f6f6f6;
		margin: 0 0 0 0;
	}



.loader {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	perspective: 800px;
}

.inner {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
 
	.inner.one {
		left: 0%;
		top: 0%;
		animation: rotate-one 1s linear infinite;
		border-bottom: 3px solid #0270c3;
	}

	.inner.two {
		right: 0%;
		top: 0%;
		animation: rotate-two 1s linear infinite;
		border-right: 3px solid #0270c3;
	}

	.inner.three {
		right: 0%;
		bottom: 0%;
		animation: rotate-three 1s linear infinite;
		border-top: 3px solid #0270c3;
	}
@font-face {
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-weight: 100 700;
	src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v213/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}
.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}
.body-col-rows {
	float: left;
	width: 100%;
	height: auto;
	font-size: 16px;
	padding: 5px 0;
	font-family: "Myriadpro_Regular";
}
.body-col-rows .ico {
	float: left;
	width: 20px;
	height: auto;
	padding-right: 10px;
	font-size: 15pt;
}
@keyframes rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}

	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}

	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}

	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}
.nav > li {
	float: left;
	margin-right: 15px;
}

	.nav > li > a {
		text-transform: uppercase;
		color: red;
	}

.nav li {
	position: relative;
	list-style: none;
}

	.nav li a {
		padding: 10px;
		line-height: 20px;
		display: inline-block;
	}

.nav .sub-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 200px;
	background-color: #eee;
	padding: 5px 20px;
}

.nav li:hover > .sub-menu {
	display: block;
}

.nav > li > .sub-menu {
	top: 20px;
	left: 0;
}