 * {
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-family: "Signika Negative", sans-serif;
	text-decoration:none;
  }
  html {
  }
  body {
	background:url(../images/website/pattern-bg.jpg) center top repeat;
	background-size:100% auto;
  }
.spacing {
	height:15px;
}
.top {
	padding-top:5px;
	padding-bottom:5px;
}
.top a {
	display:inline-block;
	float:left;
	color:white;
	font-size:14px;
	height:14px;
	line-height:14px;
	padding:0 10px;
	margin:8px 0px;
	font-family: "Signika Negative", sans-serif;
	cursor:pointer;
}
.top a i {
	color:#b07b2b;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../../../css/fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../../../css/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'), 
	url('../../../css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
	url('../../../css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
	url('../../../css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-phone:before {
    content: "\f095";
}
.fa-home:before {
    content: "\f015";
	font-size:18px;
} 
.fa-envelope:before {
    content: "\f0e0";
}
.fa-star:before {
    content: "\f005";
}
@font-face {
	font-family:"Menu";
	src:url("fonts/ElleFutura-Bold.ttf") format("truetype");
	font-weight:normal;
	font-style:normal;
}
#menu-top {
	display:block;
	height:14px;
	line-height:14px;
	padding:0px 10px;
	margin:8px 0px;
	margin-left:30px;
	float:left;
	list-style:none;
}
#menu-top li {
	height:14px;
	line-height:14px;
	padding:0 10px;
	float:left;
	border-right:1px solid white;
}
#menu-top li a {
	height:14px;
	line-height:14px;
	display:block;
	color: rgba(255,255,255,.8);
	float:left;
	margin:0 5px;
}
#menu-top li:last-child {
	border-right:0px;
}
	.padding {
		padding-top:15px;
		padding-bottom:15px;
	}
	.name {
		font-family: "Signika Negative", sans-serif;
		font-weight:300;
	}
	.null {
		padding:10px;
		text-align:center;
	}
	.title h1 {
		font-family: "Signika Negative", sans-serif;
		font-weight:400;
		color:black;
	}
	h3, .title-bg {
		font-family: "Signika Negative", sans-serif;
		font-weight:500;
		color:black;
		font-size:17px;
	}
	.des {
		padding:8px 0;
		font-size:14px;
		font-style:italic;
	}
	.content {
		padding:8px 0;
		font-size:14px;
	}
	.content img {
		padding:8px 0;
		max-width:100% !important;
	}
	#right {
		width:280px;
		float:right;
	}
	#left {
		width:calc(100% - 280px);
		float:left;
		background:white;
	}
	.a {
		font-size:14px;
		color:#243c82;
		display:block;
		padding:8px 15px;
		background:#f5f5f5;
		border-bottom:1px dashed rgba(0,0,0,0.1);
	}
	.a:hover {
		font-weight:500;
	}
	.title-2 {
		margin-top:5px;
		font-family: "Signika Negative", sans-serif;
		font-weight:400;
		color:white;
		padding:5px 15px;
		font-size:18px;
		background:#243c82;
	}
	#logo {
		display:block;
		float:left;
		height:80px;
		width:200px;
		background:url(../images/website/logo.png?v=123456) left center / cover no-repeat;
		background-size:200px auto;
		position:absolute;
		border-bottom-right-radius:10px;
		border-bottom-left-radius:10px;
		z-index:100;
	}
	.banner {
		display:block;
		float:left;
		height:120px;
		width:100%;
		background:url(../images/website/banner.jpg) center center /cover no-repeat;
	}
	@media (max-width:480px) {
		.banner {
			background:url(../images/website/banner.png?v=a) center center no-repeat;
			background-color:white;
			background-size:80%;
		}
	}
	.wapper {
		margin:0 auto !important;
		max-width:1100px;
		overflow:hidden;
		width:100%;
		background:white;
	}
	[menu-m], [mobile] {
		display:none;
	}
	[menu] {
		display:block;
		height:38px;
		background:url(../images/website/bgmenu.png) center center repeat-x;
	}
	#bg {
		background:rgba(0,0,0,0.4);
		display:none;
		position:fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		z-index:9999;
	}
@media (min-width:1060px) {
	[home-a] {
		display:block !important;
	}
}
[home-a] {
	display:none;
}
@media (max-width:992px) {
	#menu, [menu], [banner-p] {
		display:none !important;
	}
	[menu-m] {
		display:block;
	}
	[mobile] {
		position:fixed;
		top:0;
		height:100%;
		z-index:1000001;
		width:280px;
		max-width:100%;
		background:white;
		box-shadow:0px 0px 5px rgba(0,0,0,0.4);
		display:none;
	}
	[mobile].m-click {
		display:block;
	  -webkit-animation-name: m-menu; /* Safari 4.0 - 8.0 */
	  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
	  animation-name: m-menu;
	  animation-duration: 1s;
	}
	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes m-menu {
	  from {left:-100%}
	  to {left:0;display:block;}
	}

	/* Standard syntax */
	@keyframes m-menu {
	  from {left:-100%}
	  to {left:0;display:block;}
	}
	.mobile-tools {
		width:48px;
		height:48px;
		top:11px;
		left:0px;
		background:url(../images/icons/tools.png) center center no-repeat;
		position:fixed;
	}

	.home {
		width:68px;
		height:68px;
		float:right;
		background:url(../images/icons/home.png) center center no-repeat;
		display:inline-block;
	}

	.mobile-tools {
		display:block !important;
	}
	.wapper {
		max-width:600px !important;
		width:100% !important;
	}
	#pages-show {
		max-width:560px !important;
		width:calc(100% - 40px) !important;
	}
	td.td {
		width:0% !important;
		display:none !important;
	}
	td.td2 {
		width:100% !important;
	}
	#menu-m {
		margin:0px !important;
		padding:0 10px;
	}
	#menu-m > li {
		float:unset !important;
		display:block;
		overflow:hidden;
		height:unset !important;
	}
	#menu-m > li > a {
		color:rgba(0,0,0,0.8) !important;
	}
	#menu-m > .menu-2, #menu-m > .menu-3, .menu-2 > li, #menu-3 > li {
		display:block !important;
	}
	#menu-m > li > .menu-2 {
		visibility:unset !important;
		position:unset !important;
		top:unset !important;
		left:unset !important;
		list-style:none !important;
		box-shadow:unset !important;
		border:0 !important;
		background:none !important;
		padding:10px 10px 10px 20px !important;
	}
	#menu-m {
		list-style:none;
		position:relative;
	}
	#menu-m > li {
		height:36px;
		float:left;
		margin-top:4px;
	}
	#menu-m > li:first-child {
		border-top: 1px solid #cc545424;
	}
	#menu-m > li > a {
		margin:0 15px;
		line-height:36px;
		display:inline-block;
		padding:0 10px;
		color:#232323;
		font-size:15px;
		font-weight:400;
		text-transform:uppercase;
		font-family:"Signika Negative", sans-serif;
	}
	#menu-m > li > b.more {
		width:36px;
		height:36px;
		padding-right:16px;
		background:url(../images/icons/arrow-bottom-2.png?v=12345) center center no-repeat;
		background-size:14px 14px;
	}
	#menu-m > li > b.more + ul {
		display:none;
	}
	#menu-m > li > a:hover {
		/*background:url(../images/website/line-menu.png?v=12345) center bottom repeat-x;*/
		color:black !important;
		background-color:#f8c300 !important;
		border-bottom-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	#menu-m > li > a.more:hover {
		background:url(../images/icons/arrow-bottom-2.png?v=12345) right center no-repeat;
		background-size:14px 14px;
	}
	#menu-m > li:hover > .menu-2 {
		visibility:visible;
	}
	#menu-m > li > .menu-2 {
		position:absolute;
		top:100%;
		left:0;
		list-style:none;
		box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
		border: 2px solid #ddd;
		background:white;
		padding:10px;
	}
	#menu-m > li > .menu-2 > li {
		display:block;
		white-space:nowrap;
		min-width:160px;
		overflow:hidden;
		padding:0 15px;
	}
	#menu-m > li >.menu-2 > li > a {
		display:block;
		font-size:14px;
		font-weight:400;
		text-transform:uppercase;
		height:24px;
		line-height:24px;
		padding: 5px 0;
		color:#373737;
		font-family:"Signika Negative", sans-serif;
	}
	#menu-m > li >.menu-2 > li a:hover {
		color:black;
	}
	#menu-m > li > .menu-2 > li > .menu-3 {
		list-style:none;
		display:none;
	}
	#menu-m > li > .menu-2 > li > .menu-3 > li {
		display:block;
		padding:0 15px;
	}
	#menu-m > li > .menu-2 > li > .menu-3 > li > a {
		display:block;
		font-size:14px;
		font-weight:500;
		text-transform:uppercase;
		height:24px;
		line-height:24px;
		padding: 8px 0;
		color:#323232;
		border-top:1px solid rgba(0,0,0,0.1);
	}
	#menu-m > li > .menu-2 > li > .menu-3 > li > a:hover {
		color:black;
	}

	#menu-m > li >.menu-2 > li a:hover {
		color:black;
	}

	.wap-search {
		height:36px;
		margin:16px 15px !important;
		width:calc(100% - 32px);
		overflow:hidden;
		border:1px solid #808080;
		border-radius:18px;
	}
	.wap-search .keyword {
		width:calc(100% - 66px);
		padding:0 15px;
		height:36px;
		line-height:36px;
		float:left;
	}
	.wap-search .submit {
		width:36px;
		height:36px;
		padding:0;
		float:right;
		background:white url(../images/icons/search.png) center center no-repeat;
		background-size:22px 22px;
	}

	#breakcrumbs {
		padding-left:10px !important;
		padding-right:10px !important;
	}

}
@media (min-width:992px) {
	#menu {
		float:left;
		margin-left:10px;
		height:38px;
		list-style:none;
	}
	#menu > li {
		float:left;
		height:38px;
		position:relative;
	}
	#menu > li > a:hover {
		color:red;
	}
	#menu > li > a {
		display:block;
		height:20px;
		line-height:21px;
		margin-top:3px;
		color:white;
		font-family: "Signika Negative", sans-serif;
		font-size:14px;
		padding:6px 8px;
		font-weight:600;
		text-decoration:none;
	}
	#menu a {
		text-transform:uppercase;
	}
	#menu > li.more:hover .menu-wap {
		visibility:visible;
	}
	#menu > li.more:hover .menu-2 {
		display:block;
	}	
	#menu > li.more:hover {
		background:url(../images/icons/more-hv.png?v=1) center bottom no-repeat;
	}
	#menu > li.more > a {
		background:url(../images/icons/arrow-bottom.png?v=1) calc(100%) calc(50% - 1px) no-repeat;
		background-size:14px 14px;
	}
	.menu-2 {
		display:none;
		background-color:#f9f9f9;
		position:absolute;
		top:calc(100% - 6px);
		width:200px;
		box-shadow:0px 0px 4px rgba(0,0,0,0.3);
		overflow:hidden;
		z-index:999;
	}
	.menu-2.c2 {
		width:400px;
	}
	.menu-2.c3 {
		width:600px;
	}
	.menu-2.c4 {
		width:800px;
	}
	.menu-2 li {
		display:block;
		width:200px;
	}
	.menu-2.c2 li,.menu-2.c3 li,.menu-2.c4 li {
		float:left;
	}
	.menu-2.c2 li:nth-child(2n+1) {
		clear:both;
	}
	.menu-2.c3 li:nth-child(3n+1) {
		clear:both;
	}
	.menu-2.c4 li:nth-child(4n+1) {
		clear:both;
	}
	.menu-2 li:hover {
		background:white;
	}
	.menu-2 li a:hover {
		color:red;
	}
	.menu-2 li a {
		display:block;
		padding:9px 20px;
		font-family:"Signika Negative", sans-serif;
		font-size:14px;
		color:#16a60d;;
		text-decoration:none;
		min-height:16px;
		font-weight:700;
		line-height:16px;
	}
	.menu-wap {
		visibility:hidden;
		background-color:#f3f3f3;
		position:absolute;
		top:100%;
		left:0;
		right:0;
		min-height:300px;
		box-shadow:0px 0px 4px rgba(0,0,0,0.3);
		overflow:hidden;
		z-index:999;
	}
	.left-menu-wap {
		width:240px;
		display:block;
		float:left;
		background:#f3f3f3;
		height:380px;
		min-height: 300px;
	}
	.left-menu-wap .list-menu-wap {
		display:block;
		padding:18px 20px;
		font-family:"Signika Negative", sans-serif;
		font-size:14px;
		color:rgba(0,0,0,0.7);
		text-decoration:none;
		height:16px;
		line-height:16px;
	}
	.arrow-left {
		background:url(../images/icons/arrow-bottom-2.png) center center no-repeat;
		background-size:12px 12px;
		height:10px;
		width:18px;
		transform:rotate(270deg);
		display:inline-block;
	}
	.arrow-left.main-color {
		background:url(../images/icons/arrow-bottom-main-color.png) center center no-repeat;
	}
	.bsize-16 {
		background-size:16px 16px !important;
	}
	.left-menu-wap .list-menu-wap:hover, .left-menu-wap .list-menu-wap.active {
		background:white;
	}
	.right-menu-wap {
		width:calc(100% - 280px);
		padding:10px 20px;
		display:block;
		float:left;
		background:white;
		height:380px;
		min-height: 280px;
	}
	.content-menu {
		display:none;
	}
	.content-menu:first-child {
		display:block;
	}
	.wap-search {
		margin:0px 10px;
		border:1px solid #505050;
		height:28px;
		overflow:hidden;
		width:calc(100% - 892px);
		max-width:180px;
		min-width:80px;
		float:right;
		border-radius:15px;
		background:#505050;
	}
	.wap-search .keyword {
		width:calc(100% - 48px);
		height:18px;
		padding:5px 10px;
		line-height:28px;
		float:left;
		color:white;
		background:white;
		font-family: "Signika Negative", sans-serif;
		font-size:14px;
	}
	.wap-search .submit {
		height:28px;
		width:28px;
		color:white;
		line-height:28px;
		float:left;
		background:#cf3b3b url(../images/icons/search-white.png) center center no-repeat;
		background-size:18px 18px;
	}
	.top-bar {
		padding:5px 0;
		height:20px;
		line-height:20px;
	}
	.top-bar a {
		color:white;
		font-size:14px;
		font-weight:500;
		margin-right:30px;
		display:inline-block;
	}
	.menu-3 li a {
		color:#7ed996;
		text-transform:unset !important;
	}
	.hotline {
		padding-left:26px;
		background:url(../images/icons/hotline.png) 2px center no-repeat;
		background-size:26px 26px;
	}
	.address {
		padding-left:26px;
		background:url(../images/icons/address.png) 2px center no-repeat;
		background-size:26px 26px;
	}
	#about {
		font-family: "Signika Negative", sans-serif;
		font-size:28px;
		line-height:38px;
		font-weight:400;
		color:#243c82;
		padding:20px;
		text-align:center;
	}
	.link {
		display:block;
	}
	#menu .title-group-product {
		background:url(../images/website/line-product.png) center bottom no-repeat;
		text-align:center;
		height:40px;
	}
	#menu .title-group-product a {
		font-family:"Signika Negative", sans-serif;
		font-size:16px;
		color:black;
		font-weight:400;
		display:block;
		min-width:100px;
		display:inline-block;
		height:40px;
		line-height:40px;
		text-transform:uppercase;
	}
	#menu .title-group-product a:hover {
		animation-name: titleGroupProduct;
		animation-duration: 1s;
	}
	@keyframes titleGroupProduct {
	  from {color: black;}
	  to {color: #f3600a;}
	}
	#menu .wap-list-product, .wap-list-product-menu {
		width:100%;
		overflow:hidden;
		padding:5px;
	}
	#menu .wap-list-product-menu {
		max-height:400px;
	}
	#menu .wap-list-product-menu .list-product:hover {
		box-shadow:0 0 5px rgba(0,0,0,0.5);
		animation-name: hoverProduct;
		animation-duration: 0.2s;
		background-color:#f3f3f3;
	}
	#menu .wap-list-product-menu .list-product {
		width:calc((100% - 10px)/3 - 20px);
		padding:5px;
		margin:5px;
		float:left;
	}
	#menu .wap-list-product-menu .list-product:nth-child(3n + 1) {
		clear:both;
	}
	#menu .list-product .image {
		overflow:hidden;
		z-index:1;
		display:block;
		width:100%;
	}
	#menu .list-product .image, #menu .list-product .image .image-m {
		overflow:hidden;
		z-index:1;
	}
	#menu .list-product:hover .image .image-m {
		transform:scale(1.1);
		animation-name: zoom;
		animation-duration: 0.2s;
	}
	#menu .list-product:hover .name {
		color:#243c82;
		animation-name: link;
		animation-duration: 0.2s;
	}
	@keyframes zoom {
	  0% {transform:scale(1);}
	  100% {transform:scale(1.1);}
	}
	@keyframes link {
	  0% {color:black;}
	  100% {color:#243c82;}
	}
	@keyframes hoverProduct {
	  0% {box-shadow:0 0 0 rgba(0,0,0,0);background-color:white;}
	  100% {box-shadow:0 0 5px rgba(0,0,0,0.5);background-color:#f3f3f3;}
	}
	#menu .list-product .link {
		display:block;
		padding-bottom:5px;
		border-bottom:1px solid rgba(0,0,0,0.2);
		overflow:hidden;
	}
	#menu .list-product .name {
		padding:5px 5px 0 5px;
		min-height:26px;
		height:auto;
		line-height:26px;
		font-size:20px;
		font-weight:500;
		text-transform:uppercase;
		color:black;
		text-align:center;
	}
	#menu .list-product .desc {
		font-size:14px;
		text-align:Center;
		padding:5px;
		min-height: 20px;
		max-height: 40px;
		line-height: 20px;
		margin: 5px 0;
		overflow: hidden;
		color: #444;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-align: center;
	}
	#menu .list-product .price {
		color:red;
		font-size:14px;
		font-weight:500;
		padding:5px;
		text-align:center;
	}
}
	.align-center {
		display:block;
		text-align:center;
	}
	.show-more {
		display:inline-block;
		color:#243c82;
		margin-bottom:25px;
	}
	.show-more:hover {
		font-weight:500;
	}

.name-category {
	height:30px;
	background:url(../images/website/bglabel.jpg) center center repeat-x;
	z-index:1;
	display:block;
}
.name-category div {
	background:url(../images/website/labelb.jpg?v=ab) left center no-repeat;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
	z-index:2;
	text-align:left;
	font-weight:600;
	font-size:14px;
	color:white;
	padding-left:8px;
	float:left;
	display:inline-block;
	width:220px;
}
.name-category a {
	color:#327c9f;
	font-size:14px;
	height:30px;
	line-height:30px;
	float:right;
	margin-right:8px;
	font-weight:400;
}
.name-category a:hover {
	text-decoration:underline;
}




/* PAGE NEWS */
.list-product {
	border-radius:8px;
	overflow:hidden;
	padding:5px;
	margin:3px;
	/*border-bottom:1px solid #ececec;*/
	width:calc(33.3333% - 16px);
	float:left;
	/*box-shadow:0px 0px 1px rgba(0,0,0,0.3);*/
	position:relative;
}
.list-product:nth-child(3n + 1) {
	clear:both;
}
@media (max-width:992px) {
	.list-product {
		overflow:hidden;
		padding:5px;
		margin:3px;
		/*border-bottom:1px solid #ececec;*/
		width:calc(50% - 16px);
		float:left;
		/*box-shadow:0px 0px 1px rgba(0,0,0,0.3);*/
	}
	.list-product:nth-child(3n + 1) {
		clear:unset;
	}
	.list-product:nth-child(2n + 1) {
		clear:both;
	}
}
@media (max-width:480px) {
	.list-product {
		overflow:hidden;
		padding:5px;
		margin:3px;
		/*border-bottom:1px solid #ececec;*/
		width:calc(50% - 16px);
		float:left;
		/*box-shadow:0px 0px 1px rgba(0,0,0,0.3);*/
	}
}
.list-product:hover {
	/*box-shadow:0px 0px 2px rgba(0,0,0,0.3);*/
}
.list-product:hover a.thumb {
  animation-name: zoom-img;
  animation-duration: 1s;
  transform: scale(1.2);
}
.list-product .thumb {
	border-radius:8px;
	display:block;
	position:relative;
	width:100%;
	height:220px;
	overflow:hidden;
}
.list-product .infor-product {
	overflow:hidden;
	height:50px;
	position:absolute;
	bottom:50px;
	background:rgba(0,0,0,0.3);
	display:none;
	left:5px;
	right:5px;
	padding:10px;
}
.list-product:hover .infor-product {
	display:block;
}
.list-product .infor-product .name-product-p {    
	font-family: "Signika Negative", sans-serif;
	font-size:20px;
	margin:5px 0 10px 0;
	overflow:hidden;
	min-height:20px;
	max-height:40px;
	line-height:20px;
	font-weight:300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align:center;
	color:#ffc107;
}
.list-product:hover .infor-product .name-product-p {  
	color:yellow;
}
.list-product .infor-product .description {
    font-family: "Signika Negative", sans-serif;
	font-size:16px;
	min-height:20px;
	max-height:40px;
	line-height:20px;
	margin:5px 0;
	overflow:hidden;
	color:#444;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align:center;
}

/* PAGE NEWS */
.list-news {
	overflow:hidden;
	padding:5px;
	margin:3px;
	/*box-shadow:0px 0px 1px rgba(0,0,0,0.3);*/
}
.list-news:hover {
	/*box-shadow:0px 0px 2px rgba(0,0,0,0.3);*/
}
.list-news:hover a.thumb {
  animation-name: zoom-img;
  animation-duration: 1s;
  transform: scale(1.2);
}
.list-news .thumb {
	border-radius:2px;
	display:block;
	position:relative;
	width:100px;
	float:left;
	height:auto;
	overflow:hidden;
}
.list-news .infor-news {
	overflow:hidden;
	position:relative;
	margin:0 -5px;
	width:calc(100% - 100px);
	float:right;
}
.list-news .infor-news .name-news-p {    
	font-family: "Signika Negative", sans-serif;
	font-size:14px;
	margin:5px 0;
	overflow:hidden;
	min-height:18px;
	max-height:36px;
	line-height:18px;
	font-weight:600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align:left;
	color:#005f97;
}
.list-news.video .infor-news .name-news-p {
	color:black;
}
.list-news:hover .infor-news .name-news-p { 
	color:red;
}
.list-news .infor-news .description {
    font-family: "Signika Negative", sans-serif;
	font-size:14px;
	min-height:18px;
	max-height:36px;
	line-height:18px;
	margin:0;
	overflow:hidden;
	color:black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align:left;
}
.read-more {
	height:20px;
	line-height:22px;
	padding:10px 17px 10px 17px;
	display:block;
	width:90px;
	font-family: "Signika Negative", sans-serif;
	color:#002e94;
}
.read-more .news__arrow {
    padding: 6px;
	font-family: "Signika Negative", sans-serif;
	color:#002e94;
}
.read-more:hover {
	background:#002e94;
	color:white;
}
.read-more:hover .news__arrow {
	background:#002e94;
	color:white;
}





.gallery-product {
	overflow:hidden;
	height:auto;
}
.gallery-product a {
	float:left;
	display:block;
	width:calc(25% - 20px);
	padding:5px;
	margin:5px;
	background:black;
	overflow:hidden;
	position:relative;
}
.gallery-product a:nth-child(4n+1) {
	clear:both;
}
@media (max-width:768px) {
	.gallery-product a {
		width:calc(33.3333% - 20px);
	}
	.gallery-product a:nth-child(4n+1) {
		clear:unset;
	}
	.gallery-product a:nth-child(3n+1) {
		clear:both;
	}
}
@media (max-width:480px) {
	.gallery-product a {
		width:calc(50% - 20px);
	}
	.gallery-product a:nth-child(3n+1) {
		clear:unset;
	}
	.gallery-product a:nth-child(2n+1) {
		clear:both;
	}
}
@media (max-width:360px) {
	.gallery-product a {
		width:calc(100% - 20px);
	}
}
.gallery-product a img {
	width:100%;
	height:100%;
}
.gallery-product .desc {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:7px;
	line-height:20px;
	background:rgba(0,0,0,0.5);
	color:white;
	display:none;
	font-size:14px;
	font-family: "Signika Negative", sans-serif;
	font-weight:400;
}
.gallery-product a:hover .desc {
	display:block;
}
.album img {
}
.album a:hover img {
  animation-name: zoom-img;
  animation-duration: 1s;
  transform: scale(1.2);
}
@keyframes zoom-img {
  from {transform: scale(1);}
  to {transform: scale(1.2);}
}

#breakcrumbs {
	min-height:20px;
	padding:10px;
	line-height:20px;
	font-size:15px;
	color:black;
}
#breakcrumbs a {
	font-size:14px;
	color:black;
    font-family: "Signika Negative", sans-serif;
}
#breakcrumbs a:hover {
	color:red;
}
#main {
	overflow:hidden;
}
#left {
	width:calc(100% - 400px);
	float:left;
	min-height:100px;
	padding:10px;
}
#right {
	width:335px;
	float:right;
	padding:10px;
	min-height:100px;
}
@media (max-width:992px) {
	#left {
		width:calc(100% - 20px);
		float:unset;
		min-height:100px;
		padding:10px;
	}
	#right {
		width:calc(100% - 20px);
		float:unset;
		padding:10px;
		min-height:100px;
}
}
.main-title {
	color:#006ba1;
	font-size:16px;
	font-family: "Signika Negative", sans-serif;
	font-weight:500;
}
.main-content {
	font-size:16px;
	padding:15px 0;
}
.main-content img {
	max-width:100%;
}
.wap-news-like {
	margin:10px 0;
	overflow:hidden;
}
.list-news-like {
	margin: 2px 15px;
	overflow:hidden;
}
.list-news-like-right {
	margin:15px;
	width:calc(100% - 30px);
	overflow:hidden;
}
.list-news-like-left {
	margin:15px;
	width:calc((100% / 4) - 30px);
	float:left;
	overflow:hidden;
}
.list-news-like .thumb-like, .list-news-like-right .thumb-like {
	width:100%;
	display:none;
	height:140px;
	border-radius:8px;
	position:relative;
}
.list-news-like .thumb-like .thumbv, .list-news-like-right .thumb-like .thumbv, .list-news-like-left .thumb-like .thumbv {
	position:absolute;
	width:56px;
	height:34px;
	background:url(../images/icons/thumb.png) center center no-repeat;
	background-size:60px 38px;
	top:calc(50% - 17px);
	left:calc(50% - 28px);
}
.list-news-like .name-like, .list-news-like-right .name-like, .list-news-like-left .name-like {
	display:block;
	color:#006ba1;
	min-height:18px;
	line-height:18px;
	font-family: "Signika Negative", sans-serif;
    font-weight: 500;
    font-size:14px;
	text-transform:capitalize;
	text-align:left;
}
.list-news-like:hover .name-like {
	color:red;
}
.list-news-like-right:hover .name-like {
	color:red;
}
@media (max-width:992px) {
	.list-news-like, .list-news-like-right, .list-news-like-left {
		margin:15px;
		width:calc(50% - 30px);
		float:left;
		overflow:hidden;
	}
	.list-news-like:nth-child(2n + 1), .list-news-like-right:nth-child(2n + 1), .list-news-like-left:nth-child(2n + 1) {
		clear:both;
	}
}
@media (max-width:360px) {
	.list-news-like, .list-news-like-right {
		margin:15px;
		width:calc(100% - 30px);
		float:unset;
		overflow:hidden;
	}
	.list-news-like:nth-child(2n + 1), .list-news-like-right:nth-child(2n + 1), .list-news-like-left:nth-child(2n + 1) {
		clear:unset;
	}
}
.main-action {
	overflow:hidden;
}

.thumb .thumbv {
	position:absolute;
	width:56px;
	height:56px;
	background:url(../images/icons/thumb.png) center center no-repeat;
	background-size:56px 56px;
	top:calc(50% - 28px);
	left:calc(50% - 28px);
}



.wap-list-news-category {
	overflow:hidden;
}
#right .list-category, .list-news-top {
	overflow:hidden;
	display:block;
	margin-bottom:2px;
}
#right .arrow {
	width:48px;
	height:48px;
	background:#e9e9e9  url(../images/icons/arrow-before.png) center center no-repeat;
	float:left;
}
#right .name-categorys {
	float:right;
	width:calc(100% - 88px);
	padding:14px 20px;
	height:20px;
	line-height:20px;
	color:#565656;
	font-size:14px;
	text-transform:uppercase;
}
#right .list-category:hover .arrow {
	background:#002e94  url(../images/icons/arrow.png) center center no-repeat;
}
#right .list-category:hover .name-categorys {
	color:#002e94;
}
#right .list-news-top {
	padding:15px 0;
	border-bottom:1px solid #efefef;
}
@media (max-width:992px) {
	#right .list-news-top {
		width:calc(50% - 10px);
		float:left;
		padding:15px 5px;
		border-bottom:1px solid #efefef;
	}
	#right .list-news-top:nth-child(2n + 1) {
		clear:both;
	}
}
@media (max-width:480px) {
	#right .list-news-top {
		width:calc(100% - 10px);
		float:unset;
		padding:15px 5px;
		border-bottom:1px solid #efefef;
	}
	#right .list-news-top:nth-child(2n + 1) {
		clear:unset;
	}
}
#right .thumb {
	width:110px;
	height:80px;
	float:left;
}
#right .name-news {
	width:calc(100% - 130px);
	padding:0 10px;
	float:right;
	min-height:60px;
	line-height:20px;
	color:#002e94;
	font-family: "Signika Negative", sans-serif;
    font-weight: 400;
    font-size: 16px;
	text-transform:uppercase;
}
#right .list-news-top:hover .name-news {
	color:black;
}


.price {
	color:red;
	font-weight:500;
	font-size:16px;
	font-family: "Signika Negative", sans-serif;
}

 
.wap-show-product {
	overflow:hidden;
}
.wap-show-product .img {
	margin:20px auto; 
}
.wap-show-product .list-info {
	margin-top:20px;
	box-shadow:0 0 2px rgba(0,0,0,0.1);
}
@media (max-width:992px) {
	.wap-show-product .list-info {
		width:calc(100%);
		float:unset;
		margin-left:0;
		margin-top:20px;
		box-shadow:0 0 2px rgba(0,0,0,0.1);
	}
	.wap-show-product .img {
		width:calc(100% - 10px);
		margin:20px auto; 
		float:unset;
	}
}
.wap-show-product .list-info .infor-product {
	overflow:hidden;
}
.wap-show-product .list-info .infor-product:nth-child(odd) {
	background:rgba(0,0,0,0.02);
}
.wap-show-product .list-info .infor-product .label {
	width:119px;
	padding:5px;
	border-right:1px dashed rgba(0,0,0,0.1);
	font-size:14px;
	font-weight:500;
	color:black;
	float:left;
}
.wap-show-product .list-info .infor-product .label-value {
	width:calc(100% - 140px);
	padding:5px;
	font-size:14px;
	font-weight:400;
	color:black;
	float:left;
}
.select-product {
	display:inline-block;
	padding:6px;
	min-width:18px;
	min-height:18px;
	color:black;
	background-color:#d0d0d0;
	border:1px solid #d0d0d0;
	font-size:14px;
	margin:0px 5px 5px 0px;
	text-align:Center;
	cursor:pointer;
}
.select-product:hover {
	background-color:white;
}
.select-product.active {
	background-color:white;
	background-image:url(../images/icons/select-product.png);
	background-position:right bottom;
	border:1px solid red;
	background-size:20px 20px;
	background-repeat:no-repeat;
}
.selected-p {
	display:inline-block;
	padding:6px;
	min-width:18px;
	min-height:18px;
	color:black;
	border:1px solid #d0d0d0;
	font-size:14px;
	margin:0px 5px 5px 0px;
	text-align:Center;
	background-color:white;
	background-image:url(../images/icons/select-product.png);
	background-position:right bottom;
	border:1px solid red;
	background-size:20px 20px;
	background-repeat:no-repeat;
}
/* PAGE */
#pages-show {
	text-align:center;
	padding:0px 20px;
	margin:10px auto;
	max-width:1100px;
}
.back-page {
	width:20px;
	height:20px;
	padding:0;
	background:url(../images/icons/back-page.png) center center no-repeat;
	opacity:0.8;
	cursor:pointer;
	display:inline-block;
	background-size:20px;
}
.back-page:hover {
	opacity:1;
}
.next-page {
	width:20px;
	height:20px;
	background:url(../images/icons/next-page.png) center center no-repeat;
	opacity:0.8;
	cursor:pointer;
	display:inline-block;
	background-size:20px;
}
.next-page:hover {
	opacity:1;
}
.pages {
	cursor:pointer;
	width:20px;
	height:20px;
	font-size:14px;
	font-weight:600;
	color:black;
	line-height:20px;
	text-align:center;
	display:inline-block;
	background:#ddd;
}
.pages:hover {
	color:red;
}
.pages-here {
	cursor:pointer;
	width:20px;
	height:20px;
	font-size:14px;
	font-weight:600;
	color:red;
	line-height:20px;
	text-align:center;
	border-color:red;
	display:inline-block;
}
#pages-show a {
	border:1px solid #327c9f;
	color:#327c9f;
}
#pages-show a:hover {
	border:1px solid red;
	color:red;
}
.footer-top {
	overflow:hidden;
	min-height:180px;
	background:#00216b;
}
.wapper .col-4 {
	width:calc(33.33333% - 32px);
	padding:0px 16px;
	float:left;
	font-size:14px;
}
.wapper .col-6 {
	width:calc(50% - 32px);
	padding:16px;
	float:left;
}
@media (max-width:992px) {
	.wapper .col-4 {
		width:calc(100% - 32px);
		padding:16px;
		float:unset;
	}
	.wapper .col-6 {
		width:calc(100% - 32px);
		padding:16px;
		float:unset;
	}
}
.title-f {
    color: white;
    font-size: 16px;
    font-weight: 500;
    min-height: 36px;
    line-height: 24px
}
.content-f {
	color:white;
	font-size:14px;
	font-weight:400;
	line-height:20px;
}
.dollar-f {
	background:url(../images/icons/dollar-f.png) left center no-repeat;
	padding-left:30px;
}
.ship-f {
	background:url(../images/icons/ship-f.png) left center no-repeat;
	padding-left:30px;
}
.phone-f {
	background:url(../images/icons/phone-f.png) left center no-repeat;
	padding-left:30px;
}
#footer {
	background:#053d94;
}
.footer-bottom {
	background:rgba(0,0,0,0);
	min-height:180px;
	height:auto;
	padding:25px 15px;
}
.footer-bottom a, .footer-bottom {
	font-size:17px;
	color:white;
	line-height:20px;
	font-family: "Signika Negative", sans-serif;
}
.f16 {
	font-size:16px;
	font-family: "Signika Negative", sans-serif;
}
.f20 {
	font-size:20px;
	font-family: "Signika Negative", sans-serif;
	padding: 5px 0;
}
	.scroll {
		overflow-y:scroll;
	}
	.scrollbar::-webkit-scrollbar
	{
		width: 6px;
		border-radius:3px;
	}

	.scrollbar::-webkit-scrollbar-track
	{
		/* Nền wap thanh cuộn trước khi hover */
		background-color: rgba(0,0,0,0.05);
		border-radius:3px;
	}

	.scrollbar::-webkit-scrollbar-thumb
	{
		/* Nền thanh cuộn trước khi hover */
		background-color: #2b4591;
		border-radius:3px;
	}
	.scrollbar:hover::-webkit-scrollbar-track
	{
		/* Nền wap thanh cuộn sau khi hover */
		background-color: rgba(0,0,0,0.03);
	}
	.scrollbar:hover::-webkit-scrollbar-thumb
	{
		/* Nền thanh cuộn sau khi hover */
		background-color: #3151ae;
	}

.txt-center {
	text-align:center;
}
.wap-cat {
	width:calc(25% - 20px);
	margin:30px 10px 50px 10px;
	float:left;
    background-color: #fff;
    box-shadow: 0px 1px 3px 1px #78a8ff;
    border-radius: 1px;
	min-height:180px;
	height:auto;
}
.wap-cat.c3 {
	float:unset !important;
	display:inline-block;
}
@media (max-width:720px) {
	.wap-cat.c3 {
		margin: 0 0 30px 0;
	}
}
.wap-cat:nth-child(4n+1) {
	clear:both;
}
.wap-cat .img-cat {
	display:block;
	width:100px;
	height:100px;
	position:relative;
	margin:-50px auto;
	background-color: rgba(0, 0, 0, 0.03);
    box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.1);
	border-radius:50px;
	overflow:hidden;
}	
.wap-cat .img-cat img {
	width:100px;
	height:100px;
}
.wap-cat .img-cat:hover {
  -webkit-animation-name: cat-hv; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  animation-name: cat-hv;
  animation-duration: 0.5s;
  background-color:#44bbff;
  box-shadow: 1px 1px 10px 10px rgba(66, 194, 255, 0.3);
}
@-webkit-keyframes cat-hv {
  from {background-color: rgba(0, 0, 0, 0.03);}
  to {background-color:#44bbff;}
}

/* Standard syntax */
@keyframes cat-hv {
  from {background-color: rgba(0, 0, 0, 0.03);}
  to {background-color:#44bbff;}
}
.wap-cat .parent-cat {
	padding-top:60px;
	font-family: "Signika Negative", sans-serif;
	text-align:center;
	font-size:18px;
	padding-bottom:10px;
	display:block;
}
.c3 .parent-cat{
	height:56px;
}
.wap-cat .child-cat {
	padding:2px 20px;
	text-align:center;
	font-size:14px;
	display:block;
	color:#6b6b6b;
}
.descriptionm {
	padding:10px;
	font-family: "Signika Negative", sans-serif;
	font-size:14px;
	text-align:center;
	height:88px;
	overflow:hidden;
}
@media (max-width:992px) {
	.wap-cat, .wap-cat.c3 {
		width:calc(50% - 20px);
	}
	.wap-cat:nth-child(4n+1) {
		clear:unset;
	}
	.wap-cat:nth-child(2n+1) {
		clear:both;
	}
	.wap-cat.c3 {
		margin:20px !important;
		clear:both !important;
	}
}
@media (max-width:480px) {
	.wap-cat {
		margin: 30px 5px 50px 5px;
		width:calc(50% - 10px);
	}
	.wap-cat.c3 {
		margin: 30px 5px 30px 5px;
		width:calc(100% - 40px) !important;
	}
	.wap-cat .img-cat {
		display:block;
		width:66px;
		height:66px;
		position:relative;
		margin:-33px auto;
		background-color: rgba(93, 179, 74);
		box-shadow: 1px 1px 10px 10px rgba(93, 179, 74, 0.3);
		border-radius:33px;
		overflow:hidden;
	}
	.wap-cat .img-cat img {
		width:66px !important;
		height:66px !important;
	}
}
@media (max-width:380px) {
	.wap-cat {
		width:calc(100% - 10px);
	}
	.wap-cat.c3 {
		width:calc(100% - 10px);
	}
}
.wap-suggest.c3 {
	text-align:center;
}
.title.txt-center {
	color:green;
	font-family: "Signika Negative", sans-serif;
	font-size:24px;
	font-weight:500;
}
.bg-title {
	background:url(../images/icons/bg-title.png) center bottom repeat-x;
	overflow:hidden;
	padding-bottom:5px;
}	
.share-txt {
	text-align:center;
	background:url(../images/website/line.png) center bottom no-repeat;
	padding-bottom:25px;
}
@media (max-width:992px) {		
	.bg-title.kt {
		text-align:center;
		background:url(../images/website/line.png) center bottom no-repeat;
		padding-bottom:25px;
	}
}
.center-color {
	text-align:center;
	color:#03613c;
	font-size:22px;
}






















.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}




.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}


@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}
.name-category-home {
	padding:10px;
	min-height:30px;
	line-height:30px;
	clear:both;
	text-align:center;
	position:relative;
}
.name-category-home a:hover {
	color:red;
}
.name-category-home .cat-main {
	color:#14974a;
	font-weight:700;
	font-size:24px;
	display:block;
}
.name-category-home .cat-child {
	color:black;
	font-size:17px;
	display:inline-block;
	margin:3px;
	font-weight:600;
	border:1px solid #14974a;
	color:rgba(0,0,0,0.8);
	padding:6px 10px;
	width:calc(25% - 32px);
	background:white;
	cursor:pointer;
}
@media (max-width:992px) {
	.name-category-home .cat-child {
		width:calc(50% - 48px);
	}
}
@media (max-width:480px) {
	.name-category-home .cat-child {
		width:calc(100% - 48px);
	}
}
.name-category-home .cat-child:hover, .name-category-home .cat-child.here {
	background:#14974a;
	color:white;
}
.name-category-home .cat-child.first-child {
	clear:both;
}
.name-category-home .cat-left {
	color:black;
	font-size:16px;
	text-decoration:underline;
    position: absolute;
    top: 10px;
    right: 10px;
}
.desc-category {
	text-align:center;
}
.list-category-page {
	min-height:30px;
	line-height:30px;
	text-align:center;
}
.list-category-page .cat-child {
	display:inline-block;
	margin:0 15px 15px 15px;
	background:#f8c979;
	padding:5px 35px;
	color:black;
}
.list-category-page .cat-child:hover {
	background:#ffc25b;
}
.wap-select {
	display:block;
	text-align:center;
	padding:10px 0 20px 0;
	overflow:hidden;
	clear:both;
}
select.select-select {
   -webkit-appearance: none;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(../images/icons/select-select.png);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 0px solid #d7f2ff;
   border-radius:2px;
   color: black;
   font-size: 14px;
   margin:0 5px 5px 5px;
   overflow: hidden;
   padding: 8px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: calc(20% - 10px);
   display:block;
   float:left;
   font-weight:500;
}
select.select-select option {
	background:white;
	color:black;
}
input.input {
   border: 0px solid #d7f2ff;
   border-radius:2px;
   color: black;
   font-size: 14px;
   margin:0 5px 5px 5px;
   overflow: hidden;
   padding: 8px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: calc(20% - 30px);
   display:block;
   float:left;
   font-weight:500;
	background:white;
	color:black;
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
select.select-select option[disabled]{
	background:#ececec;
	color:#797979;
}
select.select-select:hover {
   -webkit-box-shadow: 0px 0px 3px rgba(0, 174, 255, 0.4);
}
.btn-select-select {
	background:red;
   border: 0px solid #d7f2ff;
   border-radius:2px;
   color: white;
   font-weight:500;
   font-size:14px;
   margin:0 5px 5px 5px;
   overflow: hidden;
   padding: 8px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: calc(20% - 30px);
   cursor:pointer;
   display:block;
   float:left;
}
.btn-select-select:hover {
	opacity:0.8;
}
@media (max-width:992px) {
	select.select-select {
		width: calc(50% - 10px);
	}
	input.input {
		width: calc(50% - 30px);
	}
	.btn-select-select {
		width: calc(100% - 30px);
	}
}
@media (max-width:480px) {
	select.select-select {
		width: calc(100% - 10px);
	}
	input.input {
		width: calc(100% - 30px);
	}
}
@media (max-width:992px) {
	.name-category-home {
		text-align:center;
	}
	.name-category-home .cat-main {
		display:block;
		width:100%;
		padding-bottom:25px;
		background:url(../images/website/line.png) center bottom no-repeat;
	}
	.name-category-home .cat-child, .name-category-home .cat-child.first-child {
		margin:10px;
		float:unset;
	}
	.name-category-home .cat-left {
		display:none;
	}
	.list-category-page .cat-child {
		padding:5px;
		width:calc(50% - 45px);
	}
	#breakcrumbs {
		padding-left:0px;
	}
}
[show-content] {
	float:left; margin-right:8px;
	padding:10px 15px;
	height:20px;
	line-height:20px;
	display:inline-block;
	font-size:15px !important;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:600;
	color:rgba(0,0,0,0.8);
}
[show-content].active, [show-content]:hover {
	background:#e2efff url(../images/website/line-product.png) center bottom repeat-x;
	color:#002e94;
}
[content-list] {
	display:none;
}
#main {
	overflow:hidden;
	margin-top:20px !important;
}





[popup] {
	width:100%;
	height:100%;
	display:none;
	z-index:9999999999999;
}



[popup-show] {
	width:100%;
	height:100%;
	display:block;
	z-index:9999999999999;
}
[popup-show] h1{
     margin:.67em 0;
     font-size:2em;
}
[popup-show] img{
     border:0;
}
[popup-show] input,textarea{
     margin:0;
     font:inherit;
     color:inherit;
}
[popup-show] input[type="submit"]{
     -webkit-appearance:button;
     cursor:pointer;
}
[popup-show] input::-moz-focus-inner{
     padding:0;
     border:0;
}
[popup-show] input{
     line-height:normal;
}
[popup-show] textarea{
     overflow:auto;
}
 @media print{
     [popup-show] *,[popup-show] *:before,[popup-show] *:after{
         color:#000!important;
         text-shadow:none!important;
         background:transparent!important;
         -webkit-box-shadow:none!important;
         box-shadow:none!important;
    }
    [popup-show] img{
         page-break-inside:avoid;
    }
    [popup-show] img{
         max-width:100%!important;
    }
    [popup-show] p{
         orphans:3;
         widows:3;
    }
}
[popup-show] *{
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
}
[popup-show] *:before,[popup-show] *:after{
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
}
[popup-show] input,[popup-show] textarea{
     font-family:inherit;
     font-size:inherit;
     line-height:inherit;
}
[popup-show] img{
     vertical-align:middle;
}
[popup-show] .img-responsive{
     display:block;
     max-width:100%;
     height:auto;
}
[popup-show] h1{
     font-family:inherit;
     font-weight:500;
     line-height:1.1;
     color:inherit;
}
[popup-show] h1{
     margin-top:20px;
     margin-bottom:10px;
}
[popup-show] h1{
     font-size:36px;
}
[popup-show] p{
     margin:0 0 10px;
}
[popup-show] .text-center{
     text-align:center;
	 color:white;
}
[popup-show] .row{
     margin-right:-15px;
     margin-left:-15px;
}
[popup-show] .col-sm-6{
     position:relative;
     min-height:1px;
     padding-right:15px;
     padding-left:15px;
}
 @media (min-width: 768px){
    [popup-show] .col-sm-6{
         float:left;
    }
    [popup-show] .col-sm-6{
         width:50%;
    }
}
[popup-show] .form-control{
     display:block;
     width:100%;
     height:34px;
     padding:6px 12px;
     font-size:14px;
     line-height:1.42857143;
     color:#555;
     background-color:#fff;
     background-image:none;
     border:1px solid #ccc;
     border-radius:4px;
     -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
     box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
     -webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
     -o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
     transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
[popup-show] .form-control:focus{
     border-color:#66afe9;
     outline:0;
     -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
     box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
[popup-show] .form-control::-moz-placeholder{
     color:#999;
     opacity:1;
}
[popup-show] .form-control:-ms-input-placeholder{
     color:#999;
}
[popup-show] .form-control::-webkit-input-placeholder{
     color:#999;
}
[popup-show] textarea.form-control{
     height:auto;
}
[popup-show] .btn{
     display:inline-block;
     padding:6px 12px;
     margin-bottom:0;
     font-size:14px;
     font-weight:normal;
     line-height:1.42857143;
     text-align:center;
     white-space:nowrap;
     vertical-align:middle;
     -ms-touch-action:manipulation;
     touch-action:manipulation;
     cursor:pointer;
     -webkit-user-select:none;
     -moz-user-select:none;
     -ms-user-select:none;
     user-select:none;
     background-image:none;
     border:1px solid transparent;
     border-radius:4px;
}
[popup-show] .btn:focus,.btn:active:focus{
     outline:thin dotted;
     outline:5px auto -webkit-focus-ring-color;
     outline-offset:-2px;
}
[popup-show] .btn:hover,.btn:focus{
     color:#333;
     text-decoration:none;
}
[popup-show] .btn:active{
     background-image:none;
     outline:0;
     -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
     box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
}
[popup-show] .btn-default{
     color:#333;
     background-color:#fff;
     border-color:#ccc;
}
[popup-show] .btn-default:focus{
     color:#333;
     background-color:#e6e6e6;
     border-color:#8c8c8c;
}
[popup-show] .btn-default:hover{
     color:#333;
     background-color:#e6e6e6;
     border-color:#adadad;
}
[popup-show] .btn-default:active{
     color:#333;
     background-color:#e6e6e6;
     border-color:#adadad;
}
[popup-show] .btn-default:active:hover,.btn-default:active:focus{
     color:#333;
     background-color:#d4d4d4;
     border-color:#8c8c8c;
}
[popup-show] .btn-default:active{
     background-image:none;
}
[popup-show] .fade{
     opacity:0;
     -webkit-transition:opacity .15s linear;
     -o-transition:opacity .15s linear;
     transition:opacity .15s linear;
}
[popup-show] .fade.in{
     opacity:1;
}
[popup-show] .modal {
     top:0;
     right:0;
     bottom:0;
     left:0;
	z-index:99999999999;
     display:none;
     overflow:auto;
     -webkit-overflow-scrolling:touch;
     outline:0;
}
[popup-show] .modal.fade .modal-dialog{
     -webkit-transition:-webkit-transform .3s ease-out;
     -o-transition:-o-transform .3s ease-out;
     transition:transform .3s ease-out;
     -webkit-transform:translate(0, -25%);
     -ms-transform:translate(0, -25%);
     -o-transform:translate(0, -25%);
     transform:translate(0, -25%);
}
[popup-show] .modal.in .modal-dialog{
     -webkit-transform:translate(0, 0);
     -ms-transform:translate(0, 0);
     -o-transform:translate(0, 0);
     transform:translate(0, 0);
}
[popup-show] .modal-open .modal{
     overflow-x:hidden;
     overflow-y:auto;
}
[popup-show] .modal-dialog{
     position:relative;
     width:auto;
     margin:0px;
}
[popup-show] .modal-content {
     position:relative;
     /*background-color:#fff;*/
     -webkit-background-clip:padding-box;
     background-clip:padding-box;
     border:1px solid #999;
     border:1px solid rgba(0, 0, 0, .2);
     border-radius:6px;
     outline:0;
     -webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);
     box-shadow:0 3px 9px rgba(0, 0, 0, .5);
}
[popup-show] .modal-body{
     position:relative;
     padding:15px;
}
 @media (min-width: 768px){
    [popup-show] .modal-dialog{
         margin:0;
    }
    [popup-show] .modal-content{
         -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, .5);
         box-shadow:0 5px 15px rgba(0, 0, 0, .5);
    }
}
 @media (min-width: 992px){
    [popup-show] .modal-lg{
         width:100%;
    }
}
[popup-show] .row:before,[popup-show] .row:after{
     display:table;
     content:" ";
}
[popup-show] .row:after{
     clear:both;
}
[popup-show] .pull-right{
     float:right!important;
}
 @media (max-width: 767px){
    [popup-show] .hidden-xs{
         display:none!important;
    }
}
[popup-show] h1{
     margin:.67em 0;
     font-size:2em;
}
[popup-show] img{
     border:0;
}
[popup-show] input,[popup-show] textarea{
     margin:0;
     font:inherit;
     color:inherit;
}
[popup-show] input[type=submit]{
     -webkit-appearance:button;
     cursor:pointer;
}
[popup-show] input::-moz-focus-inner{
     padding:0;
     border:0;
}
[popup-show] input{
     line-height:normal;
}
[popup-show] textarea{
     overflow:auto;
}
 @media print{
     [popup-show] *,[popup-show] :after,[popup-show] :before{
         color:#000!important;
         text-shadow:none!important;
         background:0 0!important;
         -webkit-box-shadow:none!important;
         box-shadow:none!important;
    }
    [popup-show] img{
         page-break-inside:avoid;
    }
    [popup-show] img{
         max-width:100%!important;
    }
    [popup-show] p{
         orphans:3;
         widows:3;
    }
}
[popup-show] *{
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
}
[popup-show] :after,[popup-show] :before{
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
}
[popup-show] input,[popup-show] textarea{
     font-family:inherit;
     font-size:inherit;
     line-height:inherit;
}
[popup-show] img{
     vertical-align:middle;
}
[popup-show] .img-responsive{
     display:block;
     max-width:100%;
     height:auto;
}
[popup-show] h1{
     font-family:inherit;
     font-weight:500;
     line-height:1.1;
     color:inherit;
}
[popup-show] h1{
     margin-top:20px;
     margin-bottom:10px;
}
[popup-show] h1{
     font-size:36px;
}
[popup-show] p{
     margin:0 0 10px;
}
[popup-show] .text-center{
     text-align:center;
}
[popup-show] .row{
     margin-right:-15px;
     margin-left:-15px;
}
[popup-show] .col-sm-6{
     position:relative;
     min-height:1px;
     padding-right:15px;
     padding-left:15px;
}
 @media (min-width:768px){
    [popup-show] .col-sm-6{
         float:left;
    }
    [popup-show] .col-sm-6{
         width:50%;
    }
}
[popup-show] .form-control{
     display:block;
     width:100%;
     height:34px;
     padding:6px 12px;
     font-size:14px;
     line-height:1.42857143;
     color:#555;
     background-color:#fff;
     background-image:none;
     border:1px solid #ccc;
     border-radius:4px;
     -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
     box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
     -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
     -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
     transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
[popup-show] .form-control:focus{
     border-color:#66afe9;
     outline:0;
     -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
     box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
[popup-show] .form-control::-moz-placeholder{
     color:#999;
     opacity:1;
}
[popup-show] .form-control:-ms-input-placeholder{
     color:#999;
}
[popup-show] .form-control::-webkit-input-placeholder{
     color:#999;
}
[popup-show] .form-control::-ms-expand{
     background-color:transparent;
     border:0;
}
[popup-show] textarea.form-control{
     height:auto;
}
[popup-show] .btn{
     display:inline-block;
     padding:6px 12px;
     margin-bottom:0;
     font-size:14px;
     font-weight:400;
     line-height:1.42857143;
     text-align:center;
     white-space:nowrap;
     vertical-align:middle;
     -ms-touch-action:manipulation;
     touch-action:manipulation;
     cursor:pointer;
     -webkit-user-select:none;
     -moz-user-select:none;
     -ms-user-select:none;
     user-select:none;
     background-image:none;
     border:1px solid transparent;
     border-radius:4px;
}
[popup-show] .btn:active:focus,[popup-show] .btn:focus{
     outline:5px auto -webkit-focus-ring-color;
     outline-offset:-2px;
}
[popup-show] .btn:focus,[popup-show] .btn:hover{
     color:#333;
     text-decoration:none;
}
[popup-show] .btn:active{
     background-image:none;
     outline:0;
     -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
     box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
}
[popup-show] .btn-default{
     color:#333;
     background-color:#fff;
     border-color:#ccc;
}
[popup-show] .btn-default:focus{
     color:#333;
     background-color:#e6e6e6;
     border-color:#8c8c8c;
}
[popup-show] .btn-default:hover{
     color:#333;
     background-color:#e6e6e6;
     border-color:#adadad;
}
[popup-show] .btn-default:active{
     color:#333;
     background-color:#e6e6e6;
     border-color:#adadad;
}
[popup-show] .btn-default:active:focus,[popup-show] .btn-default:active:hover{
     color:#333;
     background-color:#d4d4d4;
     border-color:#8c8c8c;
}
[popup-show] .btn-default:active{
     background-image:none;
}
[popup-show] .fade{
     opacity:0;
     -webkit-transition:opacity .15s linear;
     -o-transition:opacity .15s linear;
     transition:opacity .15s linear;
}
[popup-show] .fade.in{
     opacity:1;
}
[popup-show] .modal{
     top:0;
     right:0;
     bottom:0;
     left:0;
	z-index:999999999;
     display:none;
     overflow:auto;
     -webkit-overflow-scrolling:touch;
     outline:0;
}
[popup-show] .modal.fade .modal-dialog{
     -webkit-transition:-webkit-transform .3s ease-out;
     -o-transition:-o-transform .3s ease-out;
     transition:transform .3s ease-out;
     -webkit-transform:translate(0,-25%);
     -ms-transform:translate(0,-25%);
     -o-transform:translate(0,-25%);
     transform:translate(0,-25%);
}
[popup-show] .modal.in .modal-dialog{
     -webkit-transform:translate(0,0);
     -ms-transform:translate(0,0);
     -o-transform:translate(0,0);
     transform:translate(0,0);
}
[popup-show] .modal-open .modal{
     overflow-x:hidden;
     overflow-y:auto;
}
[popup-show] .modal-dialog{
     position:relative;
     width:auto;
     margin:0px;
}
[popup-show] .modal-content{
     position:relative;
     /*background-color:#fff;*/
     -webkit-background-clip:padding-box;
     background-clip:padding-box;
     border:1px solid #999;
     border:1px solid rgba(0,0,0,.2);
     border-radius:6px;
     outline:0;
     -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
     box-shadow:0 3px 9px rgba(0,0,0,.5);
}
[popup-show] .modal-body{
     position:relative;
     padding:15px;
}
 @media (min-width:768px){
    [popup-show] .modal-dialog{
         margin:0;
    }
    [popup-show] .modal-content{
         -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
         box-shadow:0 5px 15px rgba(0,0,0,.5);
    }
}
 @media (min-width:992px){
    [popup-show] .modal-lg{
         width:100%;
    }
}
[popup-show] .row:after,[popup-show] .row:before{
     display:table;
     content:" ";
}
[popup-show] .row:after{
     clear:both;
}
[popup-show] .pull-right{
     float:right!important;
}
 @media (max-width:767px){
    [popup-show] .hidden-xs{
         display:none!important;
    }
}
[popup-show] div,[popup-show] span,[popup-show] h1,[popup-show] p,[popup-show] img,[popup-show] form{
     outline:0;
     border:0;
}
[popup-show] img{
     border:0;
     padding:0px;
}
[popup-show] *,[popup-show] *:before,[popup-show] *:after{
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
}
[popup-show] .btn:focus{
     outline:none;
}
[popup-show] .box-main-content{
     padding:45px 0px 45px;
}
 [popup-show].box-main-content .box-content{
     min-height:calc(100vh - 637px);
}
[popup-show] .box-main-content .box-title.big-title{
     margin:0px;
     text-align:center;
     margin-top:-12px;
     margin-bottom:10px;
     font-size:20px;
     text-transform:uppercase;
     font-weight:500;
	 color:white;
}
[popup-show] .btn.btn-style-1{
     min-width:174px;
     padding:10px 20px;
     border-radius:5px;
     border:solid 1px #e4e4e4;
}
[popup-show] .btn.btn-style-1:hover,[popup-show] .btn-with-bg.btn-style-1{
     background:red;
     border-color:red;
     color:#fff;
	 font-weight:500;
}
[popup-show] .register-form {
     /*border:solid 7px #1b366a;*/
     border-radius:6px;
     padding:30px 30px 20px 30px;
     background:#d4b236;
}
[popup-show] .register-form .modal-content{
     border-radius:0px;
     border:0px;
     box-shadow:none;
}
[popup-show] .register-form .box-main-content{
     padding:0px;
}
[popup-show] .register-form .box-form-wrapper{
     margin-top:15px;
}
[popup-show] .register-form .box-form-wrapper .hidden-xs img{
     height:308px;
     object-fit:cover;
}
[popup-show] .register-form .box-form{
     /*background:#fff;*/
}
[popup-show] .register-form .box-form .form-control{
     border-radius:0px;
     border:solid 1px #e4e4e4;
     box-shadow:none;
     height:30px;
}
[popup-show] .register-form .box-form textarea.form-control{
     height:68px;
}
 @media screen and (max-width:991px){
    [popup-show] .btn.btn-style-1{
         min-width:115px;
         padding:10px 20px;
    }
}
 @media screen and (max-width:767px){
    [popup-show] .box-main-content .box-title.big-title{
         font-size:18px;
         padding-top:15px;
         background-size:130px;
    }
}
 @media screen and (max-width:480px){
    [popup-show] .btn.btn-style-1{
         min-width:100px;
         padding:10px 20px;
    }
}
 @media screen and (max-width:767px){
    [popup-show] .box-main-content .box-content{
         min-height:200px;
    }
}
[popup-show] .pull-right{
     float:right;
}
 @media all{
    [popup-show] div.wpcf7{
         margin:0;
         padding:0;
    }
    [popup-show] div.wpcf7 .screen-reader-response{
         position:absolute;
         overflow:hidden;
         clip:rect(1px, 1px, 1px, 1px);
         height:1px;
         width:1px;
         margin:0;
         padding:0;
         border:0;
    }
    [popup-show] div.wpcf7-response-output{
         margin:2em 0.5em 1em;
         padding:0.2em 1em;
         border:2px solid #ff0000;
    }
    [popup-show] .wpcf7-form-control-wrap{
         position:relative;
    }
    [popup-show] .wpcf7-display-none{
         display:none;
    }
    [popup-show] div.wpcf7 .ajax-loader{
         visibility:hidden;
         display:inline-block;
         background-image:url('../../../skins/land/images/icons/ajax-loader.gif');
         width:16px;
         height:16px;
         border:none;
         padding:0;
         margin:0 0 0 4px;
         vertical-align:middle;
    }
    [popup-show] div.wpcf7 .wpcf7-submit:disabled{
         cursor:not-allowed;
    }
}


#bg-alert {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(214, 214, 214, 0.7);
	position: fixed;
	z-index: 999999999999999999;
}

label.label-main {
	color: black;
	font-weight: 500;
	font-size: 15px;
	height: 20px;
	line-height: 21px;
	padding: 8px 0;
	border-top: 1px dashed #CFCFCF;
	border-bottom: 1px dashed #CFCFCF;
	display: block;
}


#wap-alert {
	max-width: 400px;
	margin: 100px auto;
	background-color: #fff;
	border: 1px solid;
	border-color: #E0E0E0;
	border-bottom-color: #DDDDDD;
	-webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
	box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
	padding: 0 10px 10px 10px;
	position: relative;
	z-index: 1000;
}

#wap-alert .icon-close {
	position: absolute;
	top: 9px;
	right: 9px;
	width: 20px;
	height: 20px;
	line-height: 17px;
	color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	background: url(../images/icons/close.png?v=1) center center no-repeat;
}

#wap-alert .icon-close:hover {
	color: rgba(0, 0, 0, 0.9);
}

.content {
	text-align: center;
}

.wap-btn-alert {
	background: white;
	text-align: center;
}

.btn-alert {
	display: inline-block;
	position: relative;
	margin: 5px 10px;
	padding: 7px;
	border: 1px solid #BDBDBD;
	min-width: 70px;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: #878787;
	background: linear-gradient(to bottom, white 0%, #DBDBDB 100%);
	text-decoration: none;
	outline: none;
	cursor: pointer;
	z-index: 999;
}

.btn-alert:hover {
	background: linear-gradient(to bottom, white 0%, #EDEDED 100%);
}

.spacing-10 {
	height: 10px;
}
.lloo {
	width:200px;
	height:100px;
	background:url(../images/website/logo-trans.png?v=12354) center center no-repeat;
	background-size:100%;
}
.thumb-youtube {
	width:calc(20% - 10px);
	border:2px solid black;
	float:left;
	min-height:30px;
	margin:3px;
}
.thumb-youtube.active, .thumb-youtube:hover {
	border:2px solid red;
}




[dknmn] button,[dknmn] input,[dknmn] select{
    margin:0;
    font:inherit;
    color:inherit;
}
[dknmn] button{
    overflow:visible;
}
[dknmn] button,[dknmn] select{
    text-transform:none;
}
[dknmn] button{
    -webkit-appearance:button;
    cursor:pointer;
}
[dknmn] button::-moz-focus-inner,[dknmn] input::-moz-focus-inner{
    padding:0;
    border:0;
}
[dknmn] input{
    line-height:normal;
}
 @media print{
    [dknmn] *,[dknmn] :after,[dknmn] :before{
        color:#000!important;
        text-shadow:none!important;
        background:0 0!important;
        -webkit-box-shadow:none!important;
        box-shadow:none!important;
    }
}
[dknmn] *{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
[dknmn] :after,[dknmn] :before{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
[dknmn] button,[dknmn] input,[dknmn] select{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
}
[dknmn] .row{
    margin-right:-15px;
    margin-left:-15px;
}
[dknmn] .col-md-4,[dknmn] .col-xs-12{
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px;
}
[dknmn] .col-xs-12{
    float:left;
}
[dknmn] .col-xs-12{
    width:100%;
}
 @media (min-width:992px){
    [dknmn] .col-md-4{
        float:left;
    }
    [dknmn] .col-md-4{
        width:33.33333333%;
    }
}
[dknmn] .form-control{
    display:block;
    width:100%;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
[dknmn] .form-control:focus{
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
[dknmn] .form-control::-moz-placeholder{
    color:#999;
    opacity:1;
}
[dknmn] .form-control:-ms-input-placeholder{
    color:#999;
}
[dknmn] .form-control::-webkit-input-placeholder{
    color:#999;
}
[dknmn] .form-control::-ms-expand{
    background-color:transparent;
    border:0;
}
[dknmn] .form-group{
    margin-bottom:15px;
}
[dknmn] .btn{
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:15px;
    font-weight:500;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px;
	background:red;
	color:white;
}
[dknmn] .btn:active:focus,[dknmn] .btn:focus{
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}
[dknmn] .btn:focus,[dknmn] .btn:hover{
    text-decoration:none;
}
[dknmn] .btn:active{
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
}
[dknmn] .row:after,[dknmn] .row:before{
    display:table;
    content:" ";
}
[dknmn] .row:after{
    clear:both;
}
[dknmn] .hidden{
    display:none!important;
}
[dknmn] .btn:focus{
    outline:none;
}
[dknmn] .form-control{
    box-shadow:inherit;
    border-radius:0;
    border-color:#ddd;
}
[dknmn] .form-group{
    position:relative;
    min-height:40px;
    clear:both;
}
[dknmn] .contact-sign-home .form-control{
    height:40px;
}
[dknmn] .contact-sign-home .btn-content{
    text-align:center;
}
[dknmn] .contact-sign-home .btn-content .btn{
    background-color:#eb0606;
    text-transform:uppercase;
    color:#fff;
    font-weight:700;
    border-radius:0;
    padding:10px 30px;
}

.icon-tool-share {
	width:60px;
	float:left;
	display:block;
	height:60px;
}
.icon-tool-share.f {
	background:url(../images/icons/share-f.png) center center no-repeat;
	margin-left:calc(50% - 65px);
}
.icon-tool-share.t {
	background:url(../images/icons/share-t.png) center center no-repeat;
	margin-left:10px;
}
.icon-tool-share.g {
	background:url(../images/icons/share-g.png) center center no-repeat;
}

.icon-tool-social {
	width:50px;
	float:left;
	display:inline-block;
	height:50px;
	margin-right:10px;
	background-size:100%;
}
.icon-tool-social.f {
	background:url(../images/icons/share-f.png) center center no-repeat;
}
.icon-tool-social.t {
	background:url(../images/icons/share-t.png) center center no-repeat;
	margin-left:10px;
}
.icon-tool-social.g {
	background:url(../images/icons/share-g.png) center center no-repeat;
}
.icon-tool-social.y {
	background:url(../images/icons/share-y.png) center center no-repeat;
}
.icon-tool-social.z {
	background:url(../images/icons/share-z.png) center center no-repeat;
}



#tv button,#tv input,#tv textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

#tv button {
  overflow: visible;
}

#tv button {
  text-transform: none;
}

#tv button {
  -webkit-appearance: button;
  cursor: pointer;
}

#tv button::-moz-focus-inner,#tv input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

#tv input {
  line-height: normal;
}

#tv textarea {
  overflow: auto;
}

@media print {
  #tv *,#tv :after,#tv :before {
    color: #000!important;
    text-shadow: none!important;
    background: 0 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
  }
}

#tv * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#tv :after,#tv :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#tv button,#tv input,#tv textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#tv .row {
  margin-right: -15px;
  margin-left: -15px;
}

#tv .col-sm-12,#tv .col-sm-6,#tv .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#tv .col-xs-12 {
  float: left;
}

#tv .col-xs-12 {
  width: 100%;
}

@media (min-width:768px) {
  #tv .col-sm-12,#tv .col-sm-6 {
    float: left;
  }

  #tv .col-sm-12 {
    width: 100%;
  }

  #tv .col-sm-6 {
    width: 50%;
  }
}

#tv .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#tv .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

#tv .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

#tv .form-control:-ms-input-placeholder {
  color: #999;
}

#tv .form-control::-webkit-input-placeholder {
  color: #999;
}

#tv .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

#tv textarea.form-control {
  height: auto;
}

#tv .form-group {
  margin-bottom: 15px;
}

#tv .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background:red;
  color:white;
}

#tv .btn:active:focus,#tv .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#tv .btn:focus,#tv .btn:hover {
  text-decoration: none;
}

#tv .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

#tv .row:after,#tv .row:before {
  display: table;
  content: " ";
}

#tv .row:after {
  clear: both;
}

#tv .hidden {
  display: none!important;
}

#tv .btn:focus {
  outline: none;
}

#tv .form-control {
  box-shadow: inherit;
  border-radius: 0;
  border-color: #ddd;
}

#tv .form-group {
  position: relative;
  min-height: 40px;
  clear: both;
}

#tv .contact-footer-custom .form-control {
  height: 40px!important;
}

#tv .contact-footer-custom .btn-content .btn {
  background-color: #eb0606;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  padding: 7px 20px;
  font-size: 15px;
}






[popup] {
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display:none;
	z-index:9999999999999;
	background:rgba(0,0,0,0.5);
	position:fixed;
}
[popup] [popup] {
	margin:100px auto;
	width:400px;
	height:auto;
	display:none;
	z-index:9999999999999;
	position:relative;
}
@media (max-width:480px) {
	[popup] [popup] {
		margin:100px 10%;
		width:80%;
	}
}
[popup] h1{
     margin:.67em 0;
     font-size:2em;
}
[popup] img{
     border:0;
}
[popup] input,textarea{
     margin:0;
     font:inherit;
     color:inherit;
}
[popup] input[type="submit"]{
     -webkit-appearance:button;
     cursor:pointer;
}
[popup] input::-moz-focus-inner{
     padding:0;
     border:0;
}
[popup] input{
     line-height:normal;
}
[popup] textarea{
     overflow:auto;
}
 @media print{
     [popup] *,[popup] *:before,[popup] *:after{
         color:#000!important;
         text-shadow:none!important;
         background:transparent!important;
         -webkit-box-shadow:none!important;
         box-shadow:none!important;
    }
    [popup] img{
         page-break-inside:avoid;
    }
    [popup] img{
         max-width:100%!important;
    }
    [popup] p{
         orphans:3;
         widows:3;
    }
}
[popup] *{
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
}
[popup] *:before,[popup] *:after{
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
}
[popup] input,[popup] textarea{
     font-family:inherit;
     font-size:inherit;
     line-height:inherit;
}
[popup] img{
     vertical-align:middle;
}
[popup] .img-responsive{
     display:block;
     max-width:100%;
     height:auto;
}
[popup] h1{
     font-family:inherit;
     font-weight:500;
     line-height:1.1;
     color:inherit;
}
[popup] h1{
     margin-top:20px;
     margin-bottom:10px;
}
[popup] h1{
     font-size:36px;
}
[popup] p{
     margin:0 0 10px;
}
[popup] .text-center{
     text-align:center;
	 color:white;
}
[popup] .row{
     margin-right:-15px;
     margin-left:-15px;
}
[popup] .col-sm-6{
     position:relative;
     min-height:1px;
     padding-right:15px;
     padding-left:15px;
}
 @media (min-width: 768px){
    [popup] .col-sm-6{
         float:left;
    }
    [popup] .col-sm-6{
         width:50%;
    }
}
[popup] .form-control{
     display:block;
     width:100%;
     height:34px;
     padding:6px 12px;
     font-size:14px;
     line-height:1.42857143;
     color:#555;
     background-color:#fff;
     background-image:none;
     border:1px solid #ccc;
     border-radius:4px;
     -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
     box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
     -webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
     -o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
     transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
[popup] .form-control:focus{
     border-color:#66afe9;
     outline:0;
     -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
     box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
[popup] .form-control::-moz-placeholder{
     color:#999;
     opacity:1;
}
[popup] .form-control:-ms-input-placeholder{
     color:#999;
}
[popup] .form-control::-webkit-input-placeholder{
     color:#999;
}
[popup] textarea.form-control{
     height:auto;
}
[popup] .btn{
     display:inline-block;
     padding:6px 12px;
     margin-bottom:0;
     font-size:14px;
     font-weight:normal;
     line-height:1.42857143;
     text-align:center;
     white-space:nowrap;
     vertical-align:middle;
     -ms-touch-action:manipulation;
     touch-action:manipulation;
     cursor:pointer;
     -webkit-user-select:none;
     -moz-user-select:none;
     -ms-user-select:none;
     user-select:none;
     background-image:none;
     border:1px solid transparent;
     border-radius:4px;
}
[popup] .btn:focus,.btn:active:focus{
     outline:thin dotted;
     outline:5px auto -webkit-focus-ring-color;
     outline-offset:-2px;
}
[popup] .btn:hover,.btn:focus{
     color:#333;
     text-decoration:none;
}
[popup] .btn:active{
     background-image:none;
     outline:0;
     -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
     box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
}
[popup] .btn-default{
     color:#333;
     background-color:#fff;
     border-color:#ccc;
}
[popup] .btn-default:focus{
     color:#333;
     background-color:#e6e6e6;
     border-color:#8c8c8c;
}
[popup] .btn-default:hover{
     color:#333;
     background-color:#e6e6e6;
     border-color:#adadad;
}
[popup] .btn-default:active{
     color:#333;
     background-color:#e6e6e6;
     border-color:#adadad;
}
[popup] .btn-default:active:hover,.btn-default:active:focus{
     color:#333;
     background-color:#d4d4d4;
     border-color:#8c8c8c;
}
[popup] .btn-default:active{
     background-image:none;
}
[popup] .fade{
     opacity:0;
     -webkit-transition:opacity .15s linear;
     -o-transition:opacity .15s linear;
     transition:opacity .15s linear;
}
[popup] .fade.in{
     opacity:1;
}
[popup] .modal {
     top:0;
     right:0;
     bottom:0;
     left:0;
	z-index:99999999999;
     display:none;
     overflow:auto;
     -webkit-overflow-scrolling:touch;
     outline:0;
}
[popup] .modal.fade .modal-dialog{
     -webkit-transition:-webkit-transform .3s ease-out;
     -o-transition:-o-transform .3s ease-out;
     transition:transform .3s ease-out;
     -webkit-transform:translate(0, -25%);
     -ms-transform:translate(0, -25%);
     -o-transform:translate(0, -25%);
     transform:translate(0, -25%);
}
[popup] .modal.in .modal-dialog{
     -webkit-transform:translate(0, 0);
     -ms-transform:translate(0, 0);
     -o-transform:translate(0, 0);
     transform:translate(0, 0);
}
[popup] .modal-open .modal{
     overflow-x:hidden;
     overflow-y:auto;
}
[popup] .modal-dialog{
     position:relative;
     width:auto;
     margin:0px;
}
[popup] .modal-content {
     position:relative;
     /*background-color:#fff;*/
     -webkit-background-clip:padding-box;
     background-clip:padding-box;
     border:1px solid #999;
     border:1px solid rgba(0, 0, 0, .2);
     border-radius:6px;
     outline:0;
     -webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);
     box-shadow:0 3px 9px rgba(0, 0, 0, .5);
}
[popup] .modal-body{
     position:relative;
     padding:15px;
}
 @media (min-width: 768px){
    [popup] .modal-dialog{
         margin:0;
    }
    [popup] .modal-content{
         -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, .5);
         box-shadow:0 5px 15px rgba(0, 0, 0, .5);
    }
}
 @media (min-width: 992px){
    [popup] .modal-lg{
         width:100%;
    }
}
[popup] .row:before,[popup] .row:after{
     display:table;
     content:" ";
}
[popup] .row:after{
     clear:both;
}
[popup] .pull-right{
     float:right!important;
}
 @media (max-width: 767px){
    [popup] .hidden-xs{
         display:none!important;
    }
}
[popup] h1{
     margin:.67em 0;
     font-size:2em;
}
[popup] img{
     border:0;
}
[popup] input,[popup] textarea{
     margin:0;
     font:inherit;
     color:inherit;
}
[popup] input[type=submit]{
     -webkit-appearance:button;
     cursor:pointer;
}
[popup] input::-moz-focus-inner{
     padding:0;
     border:0;
}
[popup] input{
     line-height:normal;
}
[popup] textarea{
     overflow:auto;
}
 @media print{
     [popup] *,[popup] :after,[popup] :before{
         color:#000!important;
         text-shadow:none!important;
         background:0 0!important;
         -webkit-box-shadow:none!important;
         box-shadow:none!important;
    }
    [popup] img{
         page-break-inside:avoid;
    }
    [popup] img{
         max-width:100%!important;
    }
    [popup] p{
         orphans:3;
         widows:3;
    }
}
[popup] *{
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
}
[popup] :after,[popup] :before{
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
}
[popup] input,[popup] textarea{
     font-family:inherit;
     font-size:inherit;
     line-height:inherit;
}
[popup] img{
     vertical-align:middle;
}
[popup] .img-responsive{
     display:block;
     max-width:100%;
     height:auto;
}
[popup] h1{
     font-family:inherit;
     font-weight:500;
     line-height:1.1;
     color:inherit;
}
[popup] h1{
     margin-top:20px;
     margin-bottom:10px;
}
[popup] h1{
     font-size:36px;
}
[popup] p{
     margin:0 0 10px;
}
[popup] .text-center{
     text-align:center;
}
[popup] .row{
     margin-right:-15px;
     margin-left:-15px;
}
[popup] .col-sm-6{
     position:relative;
     min-height:1px;
     padding-right:15px;
     padding-left:15px;
}
 @media (min-width:768px){
    [popup] .col-sm-6{
         float:left;
    }
    [popup] .col-sm-6{
         width:50%;
    }
}
[popup] .form-control{
     display:block;
     width:100%;
     height:34px;
     padding:6px 12px;
     font-size:14px;
     line-height:1.42857143;
     color:#555;
     background-color:#fff;
     background-image:none;
     border:1px solid #ccc;
     border-radius:4px;
     -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
     box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
     -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
     -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
     transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
[popup] .form-control:focus{
     border-color:#66afe9;
     outline:0;
     -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
     box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
[popup] .form-control::-moz-placeholder{
     color:#999;
     opacity:1;
}
[popup] .form-control:-ms-input-placeholder{
     color:#999;
}
[popup] .form-control::-webkit-input-placeholder{
     color:#999;
}
[popup] .form-control::-ms-expand{
     background-color:transparent;
     border:0;
}
[popup] textarea.form-control{
     height:auto;
}
[popup] .btn{
     display:inline-block;
     padding:6px 12px;
     margin-bottom:0;
     font-size:14px;
     font-weight:400;
     line-height:1.42857143;
     text-align:center;
     white-space:nowrap;
     vertical-align:middle;
     -ms-touch-action:manipulation;
     touch-action:manipulation;
     cursor:pointer;
     -webkit-user-select:none;
     -moz-user-select:none;
     -ms-user-select:none;
     user-select:none;
     background-image:none;
     border:1px solid transparent;
     border-radius:4px;
}
[popup] .btn:active:focus,[popup] .btn:focus{
     outline:5px auto -webkit-focus-ring-color;
     outline-offset:-2px;
}
[popup] .btn:focus,[popup] .btn:hover{
     color:#333;
     text-decoration:none;
}
[popup] .btn:active{
     background-image:none;
     outline:0;
     -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
     box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
}
[popup] .btn-default{
     color:#333;
     background-color:#fff;
     border-color:#ccc;
}
[popup] .btn-default:focus{
     color:#333;
     background-color:#e6e6e6;
     border-color:#8c8c8c;
}
[popup] .btn-default:hover{
     color:#333;
     background-color:#e6e6e6;
     border-color:#adadad;
}
[popup] .btn-default:active{
     color:#333;
     background-color:#e6e6e6;
     border-color:#adadad;
}
[popup] .btn-default:active:focus,[popup] .btn-default:active:hover{
     color:#333;
     background-color:#d4d4d4;
     border-color:#8c8c8c;
}
[popup] .btn-default:active{
     background-image:none;
}
[popup] .fade{
     opacity:0;
     -webkit-transition:opacity .15s linear;
     -o-transition:opacity .15s linear;
     transition:opacity .15s linear;
}
[popup] .fade.in{
     opacity:1;
}
[popup] .modal{
     top:0;
     right:0;
     bottom:0;
     left:0;
	z-index:999999999;
     display:none;
     overflow:auto;
     -webkit-overflow-scrolling:touch;
     outline:0;
}
[popup] .modal.fade .modal-dialog{
     -webkit-transition:-webkit-transform .3s ease-out;
     -o-transition:-o-transform .3s ease-out;
     transition:transform .3s ease-out;
     -webkit-transform:translate(0,-25%);
     -ms-transform:translate(0,-25%);
     -o-transform:translate(0,-25%);
     transform:translate(0,-25%);
}
[popup] .modal.in .modal-dialog{
     -webkit-transform:translate(0,0);
     -ms-transform:translate(0,0);
     -o-transform:translate(0,0);
     transform:translate(0,0);
}
[popup] .modal-open .modal{
     overflow-x:hidden;
     overflow-y:auto;
}
[popup] .modal-dialog{
     position:relative;
     width:auto;
     margin:0px;
}
[popup] .modal-content{
     position:relative;
     /*background-color:#fff;*/
     -webkit-background-clip:padding-box;
     background-clip:padding-box;
     border:1px solid #999;
     border:1px solid rgba(0,0,0,.2);
     border-radius:6px;
     outline:0;
     -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
     box-shadow:0 3px 9px rgba(0,0,0,.5);
}
[popup] .modal-body{
     position:relative;
     padding:15px;
}
 @media (min-width:768px){
    [popup] .modal-dialog{
         margin:0;
    }
    [popup] .modal-content{
         -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
         box-shadow:0 5px 15px rgba(0,0,0,.5);
    }
}
 @media (min-width:992px){
    [popup] .modal-lg{
         width:100%;
    }
}
[popup] .row:after,[popup] .row:before{
     display:table;
     content:" ";
}
[popup] .row:after{
     clear:both;
}
[popup] .pull-right{
     float:right!important;
}
 @media (max-width:767px){
    [popup] .hidden-xs{
         display:none!important;
    }
}
[popup] div,[popup] span,[popup] h1,[popup] p,[popup] img,[popup] form{
     outline:0;
     border:0;
}
[popup] img{
     border:0;
     padding:0px;
}
[popup] *,[popup] *:before,[popup] *:after{
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
}
[popup] .btn:focus{
     outline:none;
}
[popup] .box-main-content{
     padding:45px 0px 45px;
}
 [popup].box-main-content .box-content{
     min-height:calc(100vh - 637px);
}
[popup] .box-main-content .box-title.big-title{
     margin:0px;
     text-align:center;
     margin-top:-12px;
     margin-bottom:10px;
     font-size:20px;
     text-transform:uppercase;
     font-weight:500;
	 color:white;
}
[popup] .btn.btn-style-1{
     min-width:174px;
     padding:10px 20px;
     border-radius:5px;
     border:solid 1px #e4e4e4;
}
[popup] .btn.btn-style-1:hover,[popup] .btn-with-bg.btn-style-1{
     background:red;
     border-color:red;
     color:#fff;
	 font-weight:500;
}
[popup] .register-form {
     /*border:solid 7px #1b366a;*/
     border-radius:6px;
     padding:30px 30px 20px 30px;
     background:#d4b236;
}
[popup] .register-form .modal-content{
     border-radius:0px;
     border:0px;
     box-shadow:none;
}
[popup] .register-form .box-main-content{
     padding:0px;
}
[popup] .register-form .box-form-wrapper{
     margin-top:15px;
}
[popup] .register-form .box-form-wrapper .hidden-xs img{
     height:308px;
     object-fit:cover;
}
[popup] .register-form .box-form{
     /*background:#fff;*/
}
[popup] .register-form .box-form .form-control{
     border-radius:0px;
     border:solid 1px #e4e4e4;
     box-shadow:none;
     height:30px;
}
[popup] .register-form .box-form textarea.form-control{
     height:68px;
}
 @media screen and (max-width:991px){
    [popup] .btn.btn-style-1{
         min-width:115px;
         padding:10px 20px;
    }
}
 @media screen and (max-width:767px){
    [popup] .box-main-content .box-title.big-title{
         font-size:18px;
         padding-top:15px;
         background-size:130px;
    }
}
 @media screen and (max-width:480px){
    [popup] .btn.btn-style-1{
         min-width:100px;
         padding:10px 20px;
    }
}
 @media screen and (max-width:767px){
    [popup] .box-main-content .box-content{
         min-height:200px;
    }
}
[popup] .pull-right{
     float:right;
}
 @media all{
    [popup] div.wpcf7{
         margin:0;
         padding:0;
    }
    [popup] div.wpcf7 .screen-reader-response{
         position:absolute;
         overflow:hidden;
         clip:rect(1px, 1px, 1px, 1px);
         height:1px;
         width:1px;
         margin:0;
         padding:0;
         border:0;
    }
    [popup] div.wpcf7-response-output{
         margin:2em 0.5em 1em;
         padding:0.2em 1em;
         border:2px solid #ff0000;
    }
    [popup] .wpcf7-form-control-wrap{
         position:relative;
    }
    [popup] .wpcf7-display-none{
         display:none;
    }
    [popup] div.wpcf7 .ajax-loader{
         visibility:hidden;
         display:inline-block;
         background-image:url('../../../skins/land/images/icons/ajax-loader.gif');
         width:16px;
         height:16px;
         border:none;
         padding:0;
         margin:0 0 0 4px;
         vertical-align:middle;
    }
    [popup] div.wpcf7 .wpcf7-submit:disabled{
         cursor:not-allowed;
    }
}

.search-icon {
	width:50px;
	height:50px;
	padding:0;
	position:fixed;
	top:10px;
	right:5px;
	background:url(../images/icons/search-white.png) center center no-repeat;
	background-size:30px 30px;
	cursor:pointer;
}
		.search.trigger {
			position:fixed;
			top:70px;
			left:0;
			right:0;
			margin:0px;
			padding:10px;
			display:none;
			z-index:1005;
			background: rgb(53,53,53);
		}
		.search.trigger .wap-search {
			margin:0 !important;    
			border: 1px solid rgba(0,0,0,0) !important;
			box-shadow: 0 0 3px rgba(144,216,49,0.3) !important;
		}
		.search.trigger .wap-search {
			width:100% !important;
		}
		.search.trigger .wap-search .keyword {
			width: calc(100% - 66px) !important;
			padding: 0 15px !important;
			height: 36px !important;
			line-height: 36px !important;
			float: left !important;
		}
		.wap-list-product-page {
			background:white;
		}
.list-product .wap-img:not(.show-product) .img-tab, .list-product .wap-img:not(.show-product) .img {
	display:none;
	height:100%;
	width:100%;
}
.list-product .wap-img:not(.show-product) .img-tab:nth-child(1), .list-product .wap-img:not(.show-product) .img:nth-child(1) {
	display:block;
	height:100%;
	width:100%;
	transition:1s;
}
.list-product .wap-img:not(.show-product):hover .img:nth-child(1) {
	display:none;
}
.list-product .wap-img:not(.show-product):hover .img:nth-child(2) {
	display:block;
}
.show-product .wap-img {
	height:auto;
	overflow:hidden;
}
.show-product .img {
	width:calc(25% - 10px);
	float:left;
	margin:5px;
}
.show-product .img:nth-child(1), .show-product .img:nth-child(2) {
	width:calc(50% - 10px);
	float:left;
	margin:5px;
}
.show-product .img:nth-child(4n+3){
	clear:both;
}
@media (max-width:480px) {
	.show-product .img {
		width:calc(100% - 10px) !important;
		float:unset !important;
		display:inline-block;
	}
}
.hover-product {
	display:none;
	position:absolute;
	top:100%;
	width:100%;
	background:white;
	padding-bottom:10px;
	/*overflow:hidden;*/
	border:1px solid rgba(0,0,0,0.05);
	border-top:0;
	margin:0 -1px;
}
.hover-product.show-product {
	display:block;
	margin:0 -11px;
	position:unset !important;
	width:calc(100% + 22px);
	margin-bottom:-11px;
}
@media (max-width:992px) {
	.hover-product.show-product {
		text-align:center !important;
	}
	.hover-product.show-product .nav-group, .hover-product.show-product .size, .list-product .name-product, .list-product .old-price, .list-product .price {
		text-align:center !important;
	}
}
.list-product:hover .hover-product,.list-product:focus .hover-product {
	display:block;
}
.left {
	width:calc(100% - 320px);
	float:left;
	background:white;
	padding:10px;
}
.right {
	width:calc(290px);
	float:right;
	background:white;
}

@media (max-width:992px) {
	.left {
		width:calc(100% - 20px);
		float:unset;
		min-height:100px;
		padding:10px;
	}
	.right {
		width:calc(100% - 20px);
		float:unset;
		padding:10px;
		min-height:100px;
	}
}
.list-product .name-product {    
	font-family: "Signika Negative", sans-serif;
	font-size:14px;
	margin:5px 0 10px 0;
	overflow:hidden;
	min-height:20px;
	max-height:40px;
	line-height:20px;
	font-weight:400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align:center;
	color:black;
}
.main-content {
	padding:12px 0 !important;
	font-size:14px !important;
}
.wap-select:has( option[value="1"][selected]):before {
	content:'★☆☆☆☆';
	color:#ffb500;
	font-size:20px;
	display:block;
}
.wap-select:has( option[value="2"][selected]):before {
	content:'★★☆☆☆';
	color:#ffb500;
	font-size:20px;
	display:block;
}
.wap-select:has( option[value="3"][selected]):before {
	content:'★★★☆☆';
	color:#ffb500;
	font-size:20px;
	display:block;
}
.wap-select:has( option[value="4"][selected]):before {
	content:'★★★★☆';
	color:#ffb500;
	font-size:20px;
	display:block;
}
.wap-select:has( option[value="5"][selected]):before {
	content:'★★★★★';
	color:#ffb500;
	font-size:20px;
	display:block;
}
.wap-show-product #so_sao {
	display:none;
}

[ads-show] img {
	width:100%;
	max-width:100%;
	height:auto;
}
.slider-news {
	overflow:hidden;
	margin:8px;
}
.slider-news .element:nth-child(1) {
	width:calc(60% - 3px);
	float:left;
	position:relative;
}
.slider-news .element:nth-child(2) {
	width:calc(40% - 3px);
	float:left;
	position:relative;
}
@media (max-width:480px) {
	.slider-news .element {
		width:100% !important;
		float:unset !important;
		position:relative;
	}
}
.slider-news .element .thumb-slider {
	position:absolute;
	bottom:0;
	right:0;
	padding:5px;
	z-index:99999999999999;
}
.slider-news .element .name-slider-news {
	z-index:100000;
	bottom:0;
	right:0;
	padding:5px;
	left:0;
	min-height:20px;
	max-height:40px;
	padding-bottom:15px;
	position:absolute;
	overflow:hidden;
	color:white;
	font-weight:600;
	font-size:14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	background:rgba(0,0,0,0.5);
}
.slider-news .element .thumb-slider a {
	cursor:pointer;
	width:20px;
	height:20px;
	font-size:14px;
	font-weight:600;
	color:black;
	line-height:20px;
	text-align:center;
	display:inline-block;
	background:#ddd;
}
.slider-news .element .thumb-slider a:hover {
	color:red;
}
.slider-news .list-news-like {
    font-family: "Signika Negative", sans-serif;
	font-size:14px;
	min-height:20px;
	max-height:40px;
	line-height:20px;
	margin:1px 0;
	overflow:hidden;
	color:#444;
	font-weight:600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align:left;
}


.num_star[num-star="1"]:before {
	content:'★☆☆☆☆';
	color:#ffb500;
	font-size:20px;
	display:block;
	text-align:center;
}
.num_star[num-star="2"]:before {
	content:'★★☆☆☆';
	color:#ffb500;
	font-size:20px;
	display:block;
	text-align:center;
}
.num_star[num-star="3"]:before {
	content:'★★★☆☆';
	color:#ffb500;
	font-size:20px;
	display:block;
	text-align:center;
}
.num_star[num-star="4"]:before {
	content:'★★★★☆';
	color:#ffb500;
	font-size:20px;
	display:block;
	text-align:center;
}
.num_star[num-star="5"]:before {
	content:'★★★★★';
	color:#ffb500;
	font-size:20px;
	display:block;
	text-align:center;
}

.num_stars[num-star="1"]:before {
	content:'★';
	color:#ffb500;
	font-size:20px;
	display:block;
	text-align:right;
}
.num_stars[num-star="2"]:before {
	content:'★ ★';
	color:#ffb500;
	font-size:20px;
	display:block;
	text-align:right;
}
.num_stars[num-star="3"]:before {
	content:'★ ★ ★';
	color:#ffb500;
	font-size:20px;
	display:block;
	text-align:right;
}
.num_stars[num-star="4"]:before {
	content:'★ ★ ★ ★';
	color:#ffb500;
	font-size:20px;
	display:block;
	text-align:right;
}
.num_stars[num-star="5"]:before {
	content:'★ ★ ★ ★ ★';
	color:#ffb500;
	font-size:20px;
	display:block;
	text-align:right;
}
.num_star:before {
	margin-top:-8px;
	margin-bottom:8px;
}
#main {
	margin-top:0 !important;
}