/*========================================POPUP - đâu trang=========================================*/
.engo-popup {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	position: fixed;
	z-index: 15;
	top: 0;
	height: 0;
	width: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.engo-popup.active {
	visibility: visible;
	opacity: 1;
	top: 0 !important;
	height: auto;
	width: auto;
}
.engo-popup .overlay {
	background-color: rgba(0, 0, 0, 0.7);
	color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0 !important;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
}
.engo-popup.active .overlay {
	width: 100%;
	height: 100%;
}
.engo-popup .content {
	//max-width: 800px;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #fff;
	//min-width: 490px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.engo-popup.active .content {
	max-height: 100%;
}
@media screen and (min-width: 1200px){
	.engo-popup .content {
		max-width: 1024px;
		width: 900px;
	}
}
#popup-newletter {
	background: url(//theme.hstatic.net/200000247815/1000695803/14/pnewletter_bg.jpg?v=189) no-repeat scroll bottom right #fff;
	text-align: left;
	padding: 20px;
	min-width: 600px;
	min-height: 350px;
	overflow: hidden;
	background-size: cover;
}
#popup-newletter h3 {
	font-size: 22px;
	color: #666;
	margin: 0px 0px 10px;
	padding: 8px 0px;
	font-weight: normal;
	text-transform: uppercase;
}
#popup-newletter .pnewle-message {
	width: 55%;
	color: #333;
}
#popup-newletter .pnewle-message span {
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
	line-height: 1.5;
}
#popup-newletter .pnewle-message p {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
#popup-newletter .pnewle-message ul {
	margin-bottom: 20px;
}
#popup-newletter .pnewle-form {
	width: 53%;
}
#popup-newletter .pnewle-form .newsletter-input {
	font-size: 12px;
	font-style: italic;
	height: 33px;
	display: inline-block;
	width: 100%;
}
.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 7px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
#popup-newletter .pnewle-form .btn {
	background-color: #a32709;
	color: #fff;
	font-style: italic;
	font-size: 11px;
	position: relative;
	padding: 5px 12px;
	display: inline-block;
	width: 100%;
	height: 33px;
	vertical-align: top;
	border-radius: 0;
	outline: none;
}
.social-icons {
	width: 53%;
	margin-top: 20px;
}
.social-icons .block_content ul {
	margin: 0px;
}
.social-icons .block_content ul li {
	width: 20%;
	text-align: center;
	padding: 0px;
	height: 40px;
	float: left;
}
.social-icons .block_content ul li a {
	font-size: 18px;
	display: inline-block;
	height: 35px;
	width: 35px;
	color: #767676;
	border: 1px solid transparent;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.social-icons .block_content ul li .fa {
	line-height: 35px;
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}
.social-icons .block_content ul li.facebook a:hover {
	border-color: #428bca;
}
.social-icons .block_content ul li.twitter a:hover {
	border-color: #5bc0de;
}
.social-icons .block_content ul li.rss a:hover {
	border-color: #0eba9e;
}
.social-icons .block_content ul li.youtube a:hover {
	border-color: #CC181E;
}
.social-icons .block_content ul li.google-plus a:hover {
	border-color: #4387fd;
}

.social-icons .block_content ul li span {
	font-size: 0px;
}
#popup-newletter .pnewle-message ul li:before {
	content: "\f111";
	position: absolute;
	font-family: "FontAwesome";
	font-size: 5px;
	top: 3px;
	left: 10px;
}
#popup-newletter .pnewle-message ul li {
	font-size: 12px;
	position: relative;
	display: block;
	padding-left: 25px;
	margin: 10px 0px;
}
.newletter-popup.engo-popup .content {
	padding: 0;
}
#popup-newletter .pa-header {
	background: rgba(255,255,255, .7);
	padding: 10px;
}
@media screen and (min-width: 1200px){
	.newletter-popup.engo-popup .content {
		width: 650px;
	}
}
@media screen and (max-width: 767px){
	.engo-popup .content {
		width: 90%;
	}
	#popup-newletter {
		min-width: auto;
		min-height: auto;
		padding: 5px;
	}
}
@media screen and (max-width: 479px){
	#popup-newletter .pnewle-message,
	.social-icons,
	#popup-newletter .pnewle-form {
		width: 100%;
	}
}
/*================================end New seletter====================================*/

/* 1. -------------- SLIDER HOME ----------------- */
.boxSlideHome {
	position: relative;
}
.boxSlideHome .owl-controls {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 10;
}
.boxSlideHome .owl-controls .owl-nav {
	display: none !important;
}
.productInSlide {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 5;
	max-width: 300px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.productInSlide .itemInfo {
	background: #fff;
	margin-top: 10px;
	position: relative;
	padding: 10px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background: rgba(255,255,255,.9);
}
.productInSlide .itemInfo .detail span {
	font-style: italic;
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
}
.productInSlide .itemInfo .detail h3 {
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	color: #777;
}
.productInSlide .itemInfo .detail a {
	display: block;
	font-size: 13px;
	font-style: italic;
}
.productInSlide .itemInfo .detail a i {
	font-size: 10px;
	font-style: italic;
}
.productInSlide .itemInfo .image img {
	width: auto;
	max-height: 115px;
	display: block;
	margin: 0 auto;
}
/* END 1. -------------- SLIDER HOME ----------------- */
/* 2. -------------- POLICY HOME ----------------- */
#pollicySeasion .contentSeasion{
	background: #a32709;
	color: #ffffff;
}
#pollicySeasion .item_policy .info_policy {
	padding: 0px 10px;
	margin: 15px 0px;
}
#pollicySeasion .item_policy .info_policy .icon {
	width: 30px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
#pollicySeasion .item_policy .info_policy:hover .icon{
	-webkit-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
	-moz-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
	-o-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
	animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
}
#pollicySeasion .item_policy .info_policy .description {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 45px);
}
.info_policy .description h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 0;
	border-bottom: none !important;
	padding-bottom: 0 !important;
}
.info_policy .description p {
	margin: 0;
	font-style: italic;
	color: #ffffff;
}
@-webkit-keyframes hover-imagecategory {
	0% {
		transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%);
	}

	100% {
		transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px);
	}
}

@-moz-keyframes hover-imagecategory {
	0% {
		transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%);
	}

	100% {
		transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px);
	}
}

@-o-keyframes hover-imagecategory {
	0% {
		transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%);
	}

	100% {
		transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px);
	}
}

@keyframes hover-imagecategory {
	0% {
		transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%);
	}

	100% {
		transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px);
	}
}
/* END 2. -------------- POLICY HOME ----------------- */

/* --------------- 3. SEASION PRODUCT HOME ----------------- */
.blockViewAll {
	margin: 10px 0px;
	text-align: center;
}
.blockViewAll .viewAll {
	padding: 7px 25px;
}
.wapperPDHome .pdMoreBlock {
	border: none;
	border-radius: 0;
}
.seasionHasBar .banner {
	margin-bottom: 10px;
}
.seasionHasBar .pdListHome.row {
	margin: 0px -5px;
}
.seasionHasBar .pdListHome .itemProduct {
	padding: 0px 5px;
	margin-bottom: 10px;
}
.wapperPDHome .pdMoreBlock .panel-heading {
	background: #fff;
}
.wapperPDHome .pdMoreBlock .panel-heading .panel-title {
	font-size: 15px;
	text-transform: uppercase;
}
.pdMoreItem {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}
.pdMoreItem:last-child {
	border-bottom: 0;
	margin: 0;
}
.pdMoreItem .image {
	float: left;
	width: 70px;
	margin-right: 10px;
	min-height: 50px;
}
.pdMoreItem .image img {
	max-height: 70px;
	display: block;
	margin: 0 auto;
}
.pdMoreItem .detail {
	float: left;
	width: calc(100% - 80px);
}
.pdMoreItem .detail .productName {
	font-size: 13px;
	text-transform: none;
	display: block;
}
.pdMoreItem .detail .pdPrice {
	font-size: 13px;
}
.pdMoreItem .detail .pdPrice span, .pdMoreItem .detail .pdPrice del {
	display: block;
	line-height: 1;
	margin-top: 5px;
}
.pdMoreItem .detail .pdPrice del {
	font-size: 12px;
	font-style: italic;
}
.wapperPDHome .pdMoreBlock .moreAll .insButton {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	padding: 5px 15px;
	border-radius: 3px;
	text-transform: none;
}
.listBrands .owl-controls .owl-nav {
	display: none;
}
.listBrands img {
	background: #fff;
	border: 1px solid #f1f1f1;
}





#seasionProduct-1 .headingSeasion,
#seasionProduct-1 .headingSeasion .navBlock{
	border-color: ec0e24;
}
#seasionProduct-1 .headingSeasion h2,
#seasionProduct-1 .headingSeasion .openMenuTabs{
	background: ec0e24;
}
#seasionProduct-1 .blockViewAll .viewAll,
#seasionProduct-1 .wapperPDHome .pdMoreBlock .moreAll .insButton,
#seasionProduct-1 .pdLoopAction .btnLoop{
	background: ec0e24;
	border-color: ec0e24;
}
#seasionProduct-1 .headingSeasion a:hover,
#seasionProduct-1 .pdPrice,
#seasionProduct-1 .productName:hover{
	color: ec0e24;
}
#seasionProduct-1 .blockViewAll .viewAll:hover,
#seasionProduct-1 .wapperPDHome .pdMoreBlock .moreAll .insButton:hover,
#seasionProduct-1 .pdLoopAction .btnLoop:hover{
	background: #fff;
	color: ec0e24;
}






#seasionProduct-2 .headingSeasion,
#seasionProduct-2 .headingSeasion .navBlock{
	border-color: ec0e24;
}
#seasionProduct-2 .headingSeasion h2,
#seasionProduct-2 .headingSeasion .openMenuTabs{
	background: ec0e24;
}
#seasionProduct-2 .blockViewAll .viewAll,
#seasionProduct-2 .wapperPDHome .pdMoreBlock .moreAll .insButton,
#seasionProduct-2 .pdLoopAction .btnLoop{
	background: ec0e24;
	border-color: ec0e24;
}
#seasionProduct-2 .headingSeasion a:hover,
#seasionProduct-2 .pdPrice,
#seasionProduct-2 .productName:hover{
	color: ec0e24;
}
#seasionProduct-2 .blockViewAll .viewAll:hover,
#seasionProduct-2 .wapperPDHome .pdMoreBlock .moreAll .insButton:hover,
#seasionProduct-2 .pdLoopAction .btnLoop:hover{
	background: #fff;
	color: ec0e24;
}






#seasionProduct-3 .headingSeasion,
#seasionProduct-3 .headingSeasion .navBlock{
	border-color: ec0e24;
}
#seasionProduct-3 .headingSeasion h2,
#seasionProduct-3 .headingSeasion .openMenuTabs{
	background: ec0e24;
}
#seasionProduct-3 .blockViewAll .viewAll,
#seasionProduct-3 .wapperPDHome .pdMoreBlock .moreAll .insButton,
#seasionProduct-3 .pdLoopAction .btnLoop{
	background: ec0e24;
	border-color: ec0e24;
}
#seasionProduct-3 .headingSeasion a:hover,
#seasionProduct-3 .pdPrice,
#seasionProduct-3 .productName:hover{
	color: ec0e24;
}
#seasionProduct-3 .blockViewAll .viewAll:hover,
#seasionProduct-3 .wapperPDHome .pdMoreBlock .moreAll .insButton:hover,
#seasionProduct-3 .pdLoopAction .btnLoop:hover{
	background: #fff;
	color: ec0e24;
}






#seasionProduct-4 .headingSeasion,
#seasionProduct-4 .headingSeasion .navBlock{
	border-color: ec0e24;
}
#seasionProduct-4 .headingSeasion h2,
#seasionProduct-4 .headingSeasion .openMenuTabs{
	background: ec0e24;
}
#seasionProduct-4 .blockViewAll .viewAll,
#seasionProduct-4 .wapperPDHome .pdMoreBlock .moreAll .insButton,
#seasionProduct-4 .pdLoopAction .btnLoop{
	background: ec0e24;
	border-color: ec0e24;
}
#seasionProduct-4 .headingSeasion a:hover,
#seasionProduct-4 .pdPrice,
#seasionProduct-4 .productName:hover{
	color: ec0e24;
}
#seasionProduct-4 .blockViewAll .viewAll:hover,
#seasionProduct-4 .wapperPDHome .pdMoreBlock .moreAll .insButton:hover,
#seasionProduct-4 .pdLoopAction .btnLoop:hover{
	background: #fff;
	color: ec0e24;
}






#seasionProduct-5 .headingSeasion,
#seasionProduct-5 .headingSeasion .navBlock{
	border-color: ec0e24;
}
#seasionProduct-5 .headingSeasion h2,
#seasionProduct-5 .headingSeasion .openMenuTabs{
	background: ec0e24;
}
#seasionProduct-5 .blockViewAll .viewAll,
#seasionProduct-5 .wapperPDHome .pdMoreBlock .moreAll .insButton,
#seasionProduct-5 .pdLoopAction .btnLoop{
	background: ec0e24;
	border-color: ec0e24;
}
#seasionProduct-5 .headingSeasion a:hover,
#seasionProduct-5 .pdPrice,
#seasionProduct-5 .productName:hover{
	color: ec0e24;
}
#seasionProduct-5 .blockViewAll .viewAll:hover,
#seasionProduct-5 .wapperPDHome .pdMoreBlock .moreAll .insButton:hover,
#seasionProduct-5 .pdLoopAction .btnLoop:hover{
	background: #fff;
	color: ec0e24;
}







/* -------------- END 3. SEASION PRODUCT HOME ------------- */
/* ------------- 4. BLOGS HOME PAGE ------------ */
section#blogHome {
	padding: 15px 0px;
	text-align: center;
	background: #fff;
}
.featuredTitle {
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	font-weight: normal;
}
.featuredTitle:before {
	content: '';
	height: 1px;
	background: #ddd;
	position: absolute;
	width: 100%;
	left: 0;
	top: 15px;
	/* transform: translateY(-50%); */
}
.featuredTitle h2 {
	display: inline-block;
	line-height: normal;
	border-bottom: 3px solid;
	padding-right: 5px;
	position: relative;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}
.featuredTitle h2:before, .featuredTitle h2:after{
	content: '';
}
.featuredTitle h2:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: url(icon-title.png) no-repeat 0 0;
}
.featuredTitle h2:after {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: url(icon-title.png) no-repeat 0 0;
}
.featuredTitle h2 {
	border: none;
	font-style: italic;
	font-size: 20px;
	position: relative;
	background: #fff;
	padding: 0px 50px;
}
.featuredTitle .titleDesc {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
}
.slideBlogHome.oneItem .articleItem {
	width: 33.33333%;
}
/* ------------- END 4. BLOGS HOME PAGE ------------ */

/* ------------------ RESPONSIVE PAGE -------------------- */
.blockTitle ul {
	text-align: right;
	line-height: 45px;
	float: right;
}
.blockTitle ul li {
	display: inline-block;
	padding: 0px 10px;
}
.blockTitle ul li a{
	font-weight:bold;
	color:#ec0e24;
	font-size:14px;
	font-family:Arial, sans-serif !important;
	text-transform: uppercase;
}
.blockTitle .openMenuTabs {
	display: block;
	float: right;
	width: 35px;
	height: 35px;
	line-height: 33px;
	background: #ec0e24;
	text-align: center;
	border-radius: 5px;
	margin-top: 3px;
}
.blockTitle .openMenuTabs img {
	width: 18px;
}
@media screen and (min-width: 1200px){

}
@media screen and (min-width: 992px){

}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.productInSlide .itemInfo .image img {
		max-height: 70px;
	}
	.productInSlide .itemInfo .detail h3 {
		white-space: nowrap;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#pollicySeasion .row {
		margin: 0px -5px;
	}
	#pollicySeasion .item_policy {
		padding: 0px 5px;
	}
	.info_policy .description h4,
	.info_policy .description p{
		font-size: 12px;
	}
}
@media screen and (max-width: 991px){
	.openMenuTabs {
		float: right;
		width: 45px;
		height: 45px;
		line-height: 40px;
		background: #00a651;
		text-align: center;
		border-radius: 5px;
	}
	.openMenuTabs img {
		width: 18px;
	}
	.blockTitle ul {
		position: absolute;
		float: none;
		top: 200%;
		right: 0;
		background: #fff;
		min-width: 200px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		border-bottom: 3px solid transparent;
		border-bottom-color: #ec0e24;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		z-index: 10;
		line-height: normal;
	}
	.blockTitle.open ul {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		top: 100%;
	}
	.blockTitle ul li {
		display: block;
		text-align: left;
		padding: 0;
	}
	.blockTitle ul li a {
		display: block;
		padding: 5px 10px;
		border-bottom: 1px solid #f9f9f9;
	}
}
@media screen and (min-width: 768px){
	#pollicySeasion .item_policy .info_policy {
		border-right: 1px dotted #fff;
	}
	.seasionHasBar .pdListHome .itemProduct:nth-of-type(4n+1){
		clear: both;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){

}
@media screen and (max-width: 767px){
	.seasionHasBar .pdListHome .itemProduct:nth-of-type(2n+1){
		clear: both;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px){

}
@media screen and (max-width: 479px){

}
@media screen and (max-width: 413px){
	.openMenuTabs {
		width: 35px;
		height: 35px;
		line-height: 30px;
	}
	.openMenuTabs img {
		width: 18px;
	}
}
@media screen and (max-width: 370px){

}

#homeVideo {
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 1024px){
	#homeVideo {
		height: 320px;
	}
	#bannersHome img{
		height: 320px;
	}
}