marquee *{
	margin:0;
	padding:20px 0;
}
/* <gianphoiminhtoan.css> */
	.banner-fixed {
		position: absolute;
		max-width: 120px;
	}
	/* ===== Header styles ===== */
	.pc-header {
		position: relative;
		margin: 0 0 5px 0;
		background: #fff;
		z-index: 5;
	}
	.pc-header .topbar {position: relative;}
	.pc-header .logo {
		position: absolute;
		width: 140px;
		top: 10px;
		left: 20px;
		z-index: 5;
	}
	
	.pc-header .upper {
		position: relative;
		background: url(img/bg-menu.png) 0px 0px;
	}
	
	.main-nav li {position: relative;}
	.main-nav .main-menu > li > a {
		display: block;
		position: relative;
		padding: 10px 35px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		line-height: 17px;
		text-transform: uppercase;
	}
	.main-nav .main-menu > li > a:before {
		content: "";
		display: block;
		position: absolute;
		height: 100%;
		width: 2px;
		left: initial;
		right: 0px;
		top: 0px;
		background: url(img/bd-menu.png) 0px 0px;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.main-nav .main-menu > li:hover > a {color: #edfc00}
	.main-nav .dropdown-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0px;
		min-width: 200px;
    	background: #fff;
		border: solid 1px #ccc;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    	box-shadow: 0 6px 12px rgba(0,0,0,.175);
		z-index: 100;
	}
	.main-nav .main-menu > li:hover > .dropdown-menu {display: block;}
	.main-nav .sub-menu > li > a {
		display: block;
		position: relative;
		padding: 8px 10px 8px 15px;
		color: #000;
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
		z-index: 5;
	}
	.main-nav .sub-menu > li + li > a {border-top: 1px solid #ccc;}
	.main-nav .sub-menu > li:hover > a {
		background-color: #ccc;
	}
	


	/* ===== Mobile Header ===== */
	.mobile-header {
		position: relative;
		background: #fff;
		z-index: 5;
	}
	#homepage .mobile-header {margin: 0 0 10px 0;}
	.mobile-header .topbar {
		width: 100%!important;
		padding: 10px 10px;
		background: #152082;
	}
	.mobile-header .topbar a {
		display: block;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
	}
	

	/* ===== Body style ===== */
	@media (min-width: 1220px) {
		.fix-grid-1220 > .uk-width-xlarge-1-4 {width: 230px;}
		.fix-grid-1220 > .uk-width-xlarge-3-4 {
			width: -webkit-calc(100% - 230px);
			width: -moz-calc(100% - 230px);
			width: -ms-calc(100% - 230px);
			width: -o-calc(100% - 230px);
			width: calc(100% - 230px);
			padding-left: 5px;
		}
		#contact-page .fix-grid-1220 > .uk-width-xlarge-3-4 {padding-left: 20px;}
	}

	/* >>>>> Slide <<<<< */
	.main-slideshow {margin: 0 0 10px 0;}
	.main-slideshow .uk-slidenav {
		width: 30px;
		height: 30px;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-image: url(img/arrows.png);
	}
	.main-slideshow .uk-slidenav-previous {left: 15px;}
	.main-slideshow .uk-slidenav-next {
		right: 15px;
		background-position: -30px 0;
	} 
	.main-slideshow .uk-slidenav:before {display: none;}
	.main-slideshow .uk-dotnav > * + * {margin-left: 0px;}
	.main-slideshow .uk-dotnav > * > * {
		width: 22px;
		height: 22px;
		background-color: transparent;
		background-repeat: no-repeat;
		background-image: url(img/dotnav.png);
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	.main-slideshow .uk-dotnav > .uk-active > * {background-position: 0 -22px;}
	
	@media (min-width: 1220px) {
		.main-slideshow .uk-dotnav {
			left: 10px;
			right: initial;
			bottom: 5px;
		}
	}

	/* >>>>>> homepage-products <<<<< */
	.homepage-products {margin: 0 0 10px 0;}
	.homepage-products .heading {
		position: relative;
		margin: 0;
		padding: 10px 10px 10px 15px;
		background: #017eba ;
		font-size: 14px;
		line-height: 20px;
	}
	.homepage-products .heading > * {color: #fff;}
	.homepage-products .panel-body {
		padding: 10px 10px;
		border: 1px solid #ccc;
		border-top: none;
	}
	.homepage-products .list-product > li {margin-bottom: 10px;}
	.homepage-products .product {
		position: relative;
		background: #fff;
		text-align: center;
	}
	.homepage-products .product .discount {
		display: block;
		position: absolute;
		top: 0px;
		left: initial;
		right: 0px;
		padding: 2px 2px;
		background: #ff0000;
		color: #fff;
		font-size: 12px;
		font-family: Arial;
		font-weight: bold;
		line-height: 16px;
		z-index: 5;
	}
	.homepage-products .product .discount > span {
		display: block;
		padding: 2px 8px;
		border: 1px solid #fff;
	}
	.homepage-products .product .thumb {margin: 0 0 10px 0;}
	.homepage-products .product .image {height: 200px;}
	.homepage-products .product .title {
		margin: 0 0 5px 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 17px;
	}
	.homepage-products .product .title a {color: #272727;}
	.homepage-products .product .title a:hover {
		color: #1d8acb;
		text-decoration: underline;
	}
	.homepage-products .product .code {
		margin: 0 0 5px 0;
		color: #333;
		font-size: 12px;
		line-height: 17px;
	}
	.homepage-products .product .price {
		margin: 0 0 10px 0;
		color: #9999;
		font-size: 13px;
		line-height: 20px;
	}
	.homepage-products .product .price > * {display: inline-block;}
	.homepage-products .product .price .new {
		color: #ff0000;
		font-size: 16px;
		font-weight: bold;
	}
	.homepage-products .product .price .old {
		margin-left: 10px;
		text-decoration: line-through;
	}

	.homepage-products .product .buynow a {
		display: inline-block;
		position: relative;
		width: 97px;
		height: 34px;
		background: url(img/bg-order.png) 0px 0px no-repeat;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		line-height: 27px;
		text-align: center;
	}
	.prdcatalogue .pagination {padding-top: 15px;}

	@media (min-width: 960px) {
		.homepage-products .product .infor {padding: 0 0 10px 0;}
	}
	@media (max-width: 960px) {
		.homepage-products {padding: 0 10px;}
		.homepage-products .heading {margin: 0 0 10px 0;}
		.homepage-products .panel-body {
			padding: 0;
			border: none;
		}
		.homepage-products .product {
			padding: 10px 10px;
			border: 1px solid #e1e1e1;
		    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .05);
		    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .05);
		    -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, .05);
		    -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, .05);
		    box-shadow: 0px 0px 5px rgba(0, 0, 0, .05);
		}
		.homepage-products .product .buynow {display: none;}
		.homepage-products .product .title {
			margin: 0 0 10px 0;
			font-size: 16px;
			font-weight: bold;
			line-height: 22px;
		}
		.homepage-products .product .title a,
		.homepage-products .product .title a:hover {
			color: #2920b0;
			text-decoration: none;
		}
		.homepage-products .product .code {
			font-size: 16px;
			line-height: 20px;
		}
		.homepage-products .product .price {font-size: 18px;}
	}
	@media (max-width: 479px) {
		.homepage-products .product .image {height: 165px;}
		.homepage-products .product .title {
			font-size: 14px;
			line-height: 20px;
		}
		.homepage-products .product .code {font-size: 14px}
		.homepage-products .product .price > * {display: block;}
		.homepage-products .product .price .old {
			margin-left: 0;
			font-size: 14px;
		}
	}

	/* >>>>>> prd-detail <<<<< */
	.prd-detail {margin: 0 0 25px 0;}
	.prd-detail .panel-head {margin: 0 0 25px 0;}
	.prd-detail .heading {
		margin: 0 0 15px 0;
		color: #0099ff;
		font-size: 18px;
		line-height: 22px;
	}
	
	
	.prd-detail .description *{
		font-family:'HTVietNam' !important;
	}
	.prd-gallerys .cover .image {height: 250px;}
	.prd-excerpt {
		margin: 0 0 20px 0!important;
		color: #333;
		font-size: 13px;
		line-height: 18px;
	}
	.prd-excerpt li {
		margin-bottom: 6px;
		padding-bottom: 6px;
		padding-left: 15px;
		background: url(img/e02.gif) 0px 5px no-repeat;
		border-bottom: 1px dotted #bababa;
	}
	.prd-excerpt li .label {font-weight: bold;}
	.prd-price .value,
	.prd-view .value {
		color: #ff0000;
	}
	.prd-title .value {color: #0000ff;}
	.prd-information .download a {
		display: inline-block;
		position: relative;
		width: 135px;
		height: 31px;
		background: url(img/download_hover.jpg) 0px 0px no-repeat;
		text-indent: 99999999px;
	}
	.prd-content .title > span {
		display: inline-block;
		position: relative;
		padding: 10px 20px;
		background: #fff;
		bottom: -1px;
		border: 1px solid #d5d5d5;
		border-bottom: none;
		-webkit-border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		-ms-border-radius: 3px 3px 0 0;
		-o-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		color: #ff0000;
		font-size: 13px;
		font-weight: bold;
	}
	.prd-content .content {
		padding: 15px 15px;
		border: 1px solid #d5d5d5;
	}
	.prd-content .content *{
		font-size:14px;
		font-family:'HTVietNam' !important;
	}
	/* .prd-content .content {} */

	@media (min-width: 1220px) {
		.prd-detail {margin: 0 0 35px 0;}
		.prd-detail .heading {
			margin: 0 0 20px 0;
			font-size: 20px;
			line-height: 24px;
		}
	}
	@media (max-width: 767px) {
		.prd-gallerys {margin: 0 0 25px 0;}
	}
	
	/* >>> Chi tiết bài viết <<<<< */
	.art-detail {margin: 0 0 25px 0;}
	.art-detail .panel-body {margin: 0 0 20px 0;}
	.art-detail .article {
		font-size: 14px;
		line-height: 22px;
	}
	.art-detail .article .main-title {
		color: #333;
		margin: 0 0 10px 0;
		color: #055699;
		font-size: 20px;
		line-height: 24px;
	} 
	.art-detail .article .created {
		margin: 0 0 10px 0;
		color: #999999;
		font-size: 13px;
		line-height: 17px;
	}
	.art-detail .article .meta {margin: 0 0 12px 0;}
	.art-detail .article .meta > * + *,
	.prd-detail .prd-introduction .meta > * + * {
		margin-left: 5px!important;
	}
	.art-detail .article .description {
		margin: 0 0 10px 0;
		font-weight: bold;
	}
	.art-detail .article img,
	.prd-detail .prd-content .arrticle img {
		display: block!important;
		max-width: 100%!important;
		margin: 0px auto 15px auto!important;
		height: auto!important;
		width: auto!important;
	}
	.art-detail .comment-title,
	.prd-detail .comment-title {
		position: relative;
		padding: 5px 0 5px 25px;
		color: #213F81;
		font-size: 14px;
		font-family: 'UTM Avo Bold';
		font-weight: normal;
		line-height: 20px;
		text-transform: uppercase;
	}
	.art-detail .comment-title:before,
	.prd-detail .comment-title:before {
		content: "\f0e5";
		display: block;
		position: absolute;
		left: 0px;
		font-family: FontAwesome;
		font-size: 18px;
		line-height: 18px;
	}
	.art-detail .comment-box,
	.prd-detail .comment-box {
		padding: 10px 15px 5px 15px;
	    border: 1px solid #dadada;
	    border-top: 2px solid #888;
	    box-shadow: 0 2px 0px #f7f7f7;
	}
	.art-detail .article ol,
	.art-detail .article ul,
	.prd-detail .prd-content .article ul,
	.prd-detail .prd-content .article ol {
		list-style-position: inside;
	}
	@media (max-width: 960px) {
		.art-detail .article {
			font-size: 13px;
			line-height: 20px;
		}
		.art-detail .article .main-title {
			font-size: 18px;
			line-height: 24px;
		}
	}
	@media (max-width: 467px) {
		.art-detail .article .main-title {
			font-size: 16px;
			line-height: 20px;
		}
	}
	

	/* >>>>> Article catalogue <<<<< */
	.artcatalogue {margin: 0 0 25px 0;}
	.artcatalogue .list-article > li {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px dotted #bababa;
	}
	.artcatalogue .article .thumb {
		float: left;
		width: 165px;
		height: 120px;
	}
	.artcatalogue .article .infor {
		float: right;
		width: -webkit-calc(100% - 165px);
		width: -moz-calc(100% - 165px);
		width: -ms-calc(100% - 165px);
		width: -o-calc(100% - 165px);
		width: calc(100% - 165px);
		padding-left: 10px;
	}
	.artcatalogue .article .title {
		margin: 0 0 8px 0;
		max-height: 54px;
		font-size: 16px;
		line-height: 18px;
		overflow: hidden; 
		text-overflow: ellipsis;
	}
	.artcatalogue .article .title a {color: #0000ee;}
	.artcatalogue .article .title a:hover {color: #ff0000;}
	.artcatalogue .article .description {
		margin: 0;
		max-height: 54px;
		color: #373737;
		font-size: 15px;
		line-height: 18px;
		overflow: hidden; 
		text-overflow: ellipsis;
	}
	@media (min-width: 960px) {
		.artcatalogue .heading {
			margin: 0 0 15px 0;
			padding: 10px 10px 10px 15px;
			background: #0099ff;
			font-size: 14px;
			font-weight: normal;
			font-family: 'UTM Avo Bold';
			text-transform: uppercase;
		}
		.artcatalogue .heading > * {color: #fff;}
	}
	@media (min-width: 1220px) {
		.artcatalogue {margin: 0 0 35px 0;}
		.artcatalogue .heading {
			font-size: 16px;
			line-height: 20px;
		}
		.artcatalogue .article .infor {
			margin: 0 0 20px 0;
			padding-left: 15px;
		}
	}
	@media (max-width: 960px) {
		.artcatalogue {padding: 0 10px;}
	}
	@media (max-width: 567px) {
		.artcatalogue .article .thumb {
			width: 40%;
			height: 105px;
		}
		.artcatalogue .article .infor {width: 60%;}
		.artcatalogue .article .title {
			margin: 0 0 5px 0;
			max-height: 36px;
			font-size: 12px;
		}
	}

	/* >>> Chi tiết bài viết <<<<< */
	.art-detail {margin: 0 0 25px 0;}
	.art-detail .panel-body {margin: 0 0 20px 0;}
	.art-detail .article {
		font-size: 14px;
		line-height: 22px;
	}
	.art-detail .article .main-title {
		color: #333;
		margin: 0 0 10px 0;
		color: #055699;
		font-size: 20px;
		line-height: 24px;
	} 
	.art-detail .article .created {
		margin: 0 0 10px 0;
		color: #999999;
		font-size: 13px;
		line-height: 17px;
	}
	.art-detail .article .meta {margin: 0 0 12px 0;}
	.art-detail .article .meta > * + *,
	.prd-detail .prd-introduction .meta > * + * {
		margin-left: 5px!important;
	}
	.art-detail .article .description {
		margin: 0 0 10px 0;
		font-weight: normal;
		font-family: 'Roboto-Bold';
	}
	.art-detail .article img,
	.prd-detail .prd-content .arrticle img {
		display: block!important;
		max-width: 100%!important;
		margin: 0px auto 15px auto!important;
		height: auto!important;
		width: auto!important;
	}
	.art-detail .comment-title,
	.prd-detail .comment-title {
		position: relative;
		padding: 5px 0 5px 25px;
		color: #213F81;
		font-size: 14px;
		font-family: 'UTM Avo Bold';
		font-weight: normal;
		line-height: 20px;
		text-transform: uppercase;
	}
	.art-detail .comment-title:before,
	.prd-detail .comment-title:before {
		content: "\f0e5";
		display: block;
		position: absolute;
		left: 0px;
		font-family: FontAwesome;
		font-size: 18px;
		line-height: 18px;
	}
	.art-detail .comment-box,
	.prd-detail .comment-box {
		padding: 10px 15px 5px 15px;
	    border: 1px solid #dadada;
	    border-top: 2px solid #888;
	    box-shadow: 0 2px 0px #f7f7f7;
	}
	.art-detail .article ol,
	.art-detail .article ul,
	.prd-detail .prd-content .article ul,
	.prd-detail .prd-content .article ol {
		list-style-position: inside;
	}
	@media (max-width: 960px) {
		.art-detail {padding: 0 10px;}
		.art-detail .article {
			font-size: 13px;
			line-height: 20px;
		}
		.art-detail .article .main-title {
			font-size: 18px;
			line-height: 24px;
		}
	}
	@media (max-width: 467px) {
		.art-detail .article .main-title {
			font-size: 16px;
			line-height: 20px;
		}
	}
	.art-detail .description *,
	.art-detail .content *{
		font-family:'HTVietNam' !important;
	}
	
	/* >>>>> Bài viết cùng danh mục <<<<< */
	.artsame {margin: 0 0 25px 0;}
	.artsame .heading {
		position: relative;
		margin: 0 0 10px 0;
		font-size: 15px;
		font-family: 'UTM Avo Bold';
		font-weight: normal;
		line-height: 20px;
		text-transform: uppercase;
	}
	.artsame .heading:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 13px;
		background: url(img/bg-line-dot.png) 0px 0px repeat-x;
		left: 0px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.artsame .heading > * {
		display: inline-block;
		position: relative;
		padding: 0 10px 0 0;
		background: #fff;
		color: #213F81;
		z-index: 5;
	}
	.artsame .list-post > li {
		position: relative;
		display: block;
		padding: 6px 0 6px 20px;
		border-bottom: 1px #ddd dashed;
		color: #555;
		font-size: 14px;
		line-height: 22px;
	}
	.artsame .list-post > li:before {
		content: "\f101";
		display: block;
		position: absolute;
		left: 0px;
		top: 7px;
		color: #213F81;
		font-family: FontAwesome;
		font-size: 16px;
		line-height: 16px;
	}
	.artsame .list-post > li > a {color: #555;}
	.artsame .list-post > li > a:hover {color: #213F81;}
	@media (max-width: 960px) {
		.artsame {padding: 0 10px;}
		.artsame .list-post > li {
			font-size: 15px;
			line-height: 20px;
		}
		.artsame .list-post > li:before {
			font-size: 15px;
			line-height: 15px;
		}
	}

	/* ====== Aside style ====== */
	.aside > * {margin-bottom: 10px;}
	.aside-panel .heading {
		margin: 0;
		background: #017eba ;
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.aside-panel .heading > * {
		display: block;
		position: relative;
		padding: 10px 10px 10px 15px;
		color: #fff;
	}
	.aside-panel .panel-body {
		padding: 5px 10px;
		border: 1px solid #ccc;
		border-top: none;
	}
	.aside-categories .maincat > li > a {
		display: block;
		position: relative;
		padding: 12px 0 12px 15px;
		color: #333;
		font-size: 14px;
		font-weight: 700;
		line-height: 20px;
	}
	.aside-categories .maincat > li > a:before {
		content: "";
		display: block;
		position: absolute;
		width: 10px;
		height: 10px;
		left: 0px;
		top: 50%;
		margin-top: -5px;
		background: url(img/bg-icon.png) 0px 0px no-repeat;
	}
	.aside-categories .maincat > li > a:hover {color: #fbad19;}
	.aside-support .thumb {margin: 0 0 15px 0;}
	.aside-support .infor {
		color: #ff0000;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		text-transform: uppercase;
	}
	
	.aside-product .vert {margin: 0;}
	.aside-product .vert,
	.aside-product .vert .simply-scroll-clip {
		width: 100%;
		height: 790px;
	}
	.aside-product .list-product > li {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
	.aside-product .product {
		position: relative;
		text-align: center;
	}
	.aside-product .product .thumb {margin: 0 0 15px 0;}
	.aside-product .product .image {height: 200px;}
	.aside-product .product .title {
		margin: 0 0 10px 0;
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
	}
	.aside-product .product .title a {color: #000;}
	.aside-product .product .title a:hover {
		color: #1d8acb;
		text-decoration: underline;
	}
	.aside-product .product .price {
		color: #ff0000;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		text-transform: uppercase;
	}

	/* ===== Contact page ===== */
	.contact-section {margin: 0 0 25px 0;}
	.contact-section .panel-head .address {
		color: #666;
		font-size: 14px;
		line-height: 20px;
	}
	.contact-section .panel-head .address p {margin: 0 0 5px 0;}
	.contact-section .panel-body {
		margin: 20px 0;
		padding-top: 20px;
		border-top: 1px dotted #bababa;
	}
	.contact-section .panel-head .note,
	.contact-section .panel-body > .label {
		margin: 0 0 10px 0;
		color: #666;
		font-size: 13px;
		font-style: italic;
		line-height: 18px;
	}
	.contact-section .company {
		margin: 0 0 10px 0;
		color: #006cff;
		font-size: 16px;
		font-weight: normal;
		font-family: 'UTM Avo Bold';
		text-transform: uppercase;
	}
	.contact-section .form-row {margin-bottom: 12px;}
	.contact-section .form .input-text, 
	.contact-section .form .form-textarea,
	.email-section .form .input-text,
	.email-section .form .form-textarea {
		padding: 0 10px;
	    border: 1px solid rgba(163,163,163,0.5);
	    background-color: rgba(163,163,163,0.1);
	    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(163,163,163,0.1)),to(rgba(163,163,163,0.1)));
	    background: -moz-gradient(linear,0 0,0 100%,from(rgba(163,163,163,0.1)),to(rgba(163,163,163,0.1)));
	    background: gradient(linear,0 0,0 100%,from(rgba(163,163,163,0.1)),to(rgba(163,163,163,0.1)));
	}
	.contact-section .form .input-text,
	.email-section .form .input-text {
		display: block;
		height: 35px;
		color: #000;
		font-size: 14px;
		line-height: 35px;
	}
	.contact-section .form .form-textarea,
	.email-section .form .form-textarea {
		height: 130px;
		padding: 5px 10px;
		color: #000;
		font-size: 14px;
		line-height: 22px;
	}
	.contact-section .form .btn-submit {
	    height: 36px;
	    padding: 0 20px;
	    background: #878787;
	    border: 1px solid rgba(163,163,163,0.5);
	    color: #fff;
	    font-size: 14px;
	    line-height: 36px;
	    cursor: pointer;
	}
	.contact-section .form .btn-submit + .btn-submit {margin-left: 10px;}
	.contact-section .form .input-text::-webkit-input-placeholder, 
    .contact-section .form .form-textarea::-webkit-input-placeholder {
        color: #666;
        font-size: 12px;
    }
    .contact-section .form .input-text::-moz-placeholder, 
    .contact-section .form .form-textarea::-moz-placeholder {
        color: #666;
        font-size: 12px;
    }
    .contact-section .form .input-text:-ms-input-placeholder, 
    .contact-section .form .form-textarea:-ms-input-placeholder {
        color: #666;
        font-size: 12px;
    }
    .contact-section .form .input-text:-moz-placeholder, 
    .contact-section .form .form-textarea:-moz-placeholder{
        color: #666;
        font-size: 12px;
    }
    .contact-section .contact-map {height: 250px;}
	@media (min-width: 960px) {
		.contact-section .company {
			font-size: 18px;
			line-height: 24px;
		}
		.contact-section .contact-map {height: 350px;}
	}
	@media (max-width: 960px) {
		.contact-section {
			margin: 0 0 20px 0;
			padding: 0 10px;
		}
		.contact-section .form-row {margin-bottom: 8px;}
	}
	@media (max-width: 767px) {
		.contact-section {margin: 0 0 15px 0;}
	}
   
   /* >>>>>> featured-product <<<<< */
   .featured-product {
   		padding: 15px 0 10px;
   		background: #fff;
   }
   	.featured-product .vert {margin: 0;}
	.featured-product .vert,
	.featured-product .vert .simply-scroll-clip {
		width: 100%;
		height: 90px;
	}
	.featured-product .list-product li {
		padding-left: 5px;
		height: 90px;
		width: 95px;
	}
	.featured-product .product .thumb {
		padding: 1px 1px;
		border: 1px solid #ccc;
		height: 90px;
	}
	
	/* ===== Footer style ===== */
	.footer {
		padding: 20px 10px 10px 10px;
		background: #333;
		color: #fff;
	}
	.footer .address {
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	@media (min-width: 1220px) {
		.footer {padding: 25px 10px 10px 10px;}
		.footer .address {
			font-size: 18px;
			line-height: 24px;
		}
	}

	.hotline-fixed {
		position: fixed;
		display: block;
	    bottom: 5px;
	    left: 5px;
	    background: #152082;
	    border: 1px solid #ccc;
	    padding: 5px 10px;
	    -webkit-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    border-radius: 5px;
	    color: #fff;
	    font-size: 16px;
	    line-height: 20px;
	}

/* </gianphoiminhtoan.css> */
.wrap-top{
	right:0px !important;
	bottom:10px !important;
	position:fixed;
}
.wrap-hotline{
	position:fixed;
	bottom:10px;
}
.wrap-phone{
	position: relative;
}

.wrap-phone .text{
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border: 4px solid #ddd;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background: red;
    display: inline-block;
    padding: 8px 14px 8px 50px;
}
.wrap-phone .text>a{
	color:#fff;
}
.wrap-phone:before{
	content: "\f095 ";
    display: block;
    position: absolute;
    background: red;
    background-size: 43px 43px;
    width: 40px;
    height: 40px;
    left: 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 4px solid #ddd;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    line-height: 40px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
/*.wrap-phone:hover:before{
	color:#fff;
	background:;
}*/
.header-search{
	margin-right:10px;
}
.header-search .form {position: relative;}
.header-search .form .input-text {
	min-width: 210px;
	height: 26px;
	border: none;
	background: #fff;
	line-height: 26px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.1);
	-ms-box-shadow: inset 1px 1px 3px rgba(0,0,0,.1);
	-o-box-shadow: inset 1px 1px 3px rgba(0,0,0,.1);
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.1);
	border: solid 1px #ccc;
}
.header-search .form .btn-submit {
	position: absolute;
	font-size: 14px;
	top: 4px;
	right: 7px;
	outline: none;
	cursor: pointer;
	background: none;
	border: none;
	color: #333;
}

@media (max-width: 415px){
	.wrap-phone:before{
		font-size:20px;
		width:34px;
		height:34px;
		line-height:34px;
	}
	.wrap-phone .text{
		font-size:13px;
		padding: 8px 14px 8px 31px;
	}
}