@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=latin-ext,latin,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,latin,vietnamese');

/* classic popup */
.classic-popup {
	background: rgba(255, 255, 255, 0.24);
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px
}

.classic-popup-title {
	width: 100%;
	background: #096DB5;
	height: 41px;
	text-align: center;
}

.classic-popup-title,
.classic-popup-title .fl,
a.classic-popup-close {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #fff
}

.classic-popup-title .fl {
	padding-left: 20px;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #666666
}

a.classic-popup-close {
	float: right;
	font-size: 13px;
	line-height: 30px;
	padding: 0 10px
}

a.classic-popup-close:hover {
	text-decoration: none;
	color: #4f2d00
}

.classic-popup-content {
	width: 100%;
	background: #fff;
}

#bannerPopup {
	position: relative;
}

.close-popup {
	text-align: right;
	margin-bottom: 5px;
}

.close-popup a {
	display: inline-block;
	background: url(../images/close-popup.gif) no-repeat;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding-left: 20px;
}

.bannerPopupContent {
	background: #fff;
}

/* fix for bold in FF4 win 64bit */
b {
	font-weight: bold
}

.classic-popup .error {
	border: 1px solid red;
}

.algin-right {
	text-align: right;
}

/*------------ css cho box ------------*/
.desc {
	color: #333333;
}

.desc ol {
	margin-left: 10px;
	padding-left: 10px;
	list-style: decimal;
}

.desc ul {
	list-style: disc;
	margin-left: 10px;
	padding-left: 10px;
}

.desc h1 {
	font-size: 36px;
}

.desc h2 {
	font-size: 30px;
}

.desc h3 {
	font-size: 24px;
}

.desc h4 {
	font-size: 18px;
}

.desc h5 {
	font-size: 12px;
}

.desc h6 {
	font-size: 6px;
}

.desc td,
.desc th {
	padding: 5px;
	line-height: inherit;
}

.desc img {
	max-width: 100% !important;
	height: auto !important;
}

.desc iframe {
	width: 100% !important;
}

.box-tags {
	background: #fff;
	border: 1px solid #e1e1e1;
	padding: 5px;
	-webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.04);
}

.box-tags .tags-list {
	background: url(../images/img_tag.png) 5px 10px no-repeat;
	padding: 7px 10px;
	padding-left: 30px;
	min-height: 30px;
	color: #666666;
	font-size: 11px;
}

.box-tags span {
	display: inline-block;
	padding: 0px 15px;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	margin-right: 10px;
	color: #333333;
	line-height: 20px;
}

.box-tags a {
	color: #666666;
	text-decoration: none;
}


/*CATEGORY*/
.box_category {
	padding: 0px;
}

.box_category ul {
	list-style: none;
}

.box_category li {}

.box_category li a {
	background: url(../images/icon_cat.gif) 0px 9px no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 10px;
}

.box_category li a:hover {
	text-decoration: underline;
}

.box_category li a.current {}

.box_category ul ul {
	list-style: none;
	padding-left: 10px;
}

.box_category ul ul li {
	background: none;
	padding: 2px;
}

.box_category ul ul li a {
	background: url(../images/icon_li.gif) 0px 9px no-repeat;
	font-weight: normal;
	padding-left: 10px;
}

.box_category ul ul li a:hover {}

.box_category ul ul li a.current {}

/*================================*/
.table_cell {
	display: table-cell;
}

/*================================*/
/*================BEGIN: BOX================*/
.box_mid {
	width: 100%;
}

.box_mid .mid-title {
	width: auto;
	position: relative;
	margin: 0 0 20px 0;
}

.box_mid .mid-title .titleL {
	font-size: 40px;
	line-height: 50px;
	position: relative;
	font-weight: bold;
	text-align: left;
}

.box_mid .mid-title .titleL h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}

.box_mid .mid-title .titleL h1.classic {
	font-size: 28px;
	line-height: 38px;
	font-weight: 300;
	text-align: left;
}

.box_mid .mid-title .titleL h1.sub-classic {
	text-transform: none;
}

.box_mid .mid-title .titleL h1.classic:after {
	left: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);

}

.box_mid .mid-title .titleL h1.title-center {
	text-align: center;
}

.box_mid .mid-title .titleL h1.text-left {
	text-transform: none;
	font-weight: normal;
}

.box_mid .mid-title .titleL .text-lt {
	font-size: 38px;
	line-height: 52px;
	font-weight: 600;
	color: #222222;
	font-family: 'MyriadProSemicn';
	padding-bottom: 15px;
	text-transform: none;
	border-bottom: 2px solid #18357e;
}

.box_mid .mid-title .titleL .box-title-page {
	margin-bottom: 20px;
	font-size: 55px;
	line-height: 60px;
	text-align: center;
	font-family: 'MyriadProSemicn';
	padding-top: 80px;
	color: #222222;
	font-weight: 600;
	font-style: italic;
	background: url('../images/icon-logo-title.png') no-repeat 50% 8px / 43px 57px;
	border-bottom: 2px solid #c6a236;
	padding-bottom: 15px;
}

.box_mid .mid-title .titleL .text-hidden {
	margin-bottom: 20px;
	font-size: 55px;
	line-height: 60px;
	text-align: center;
	font-family: 'MyriadProSemicn';
	padding-top: 80px;
	color: #222222;
	font-weight: 600;
	font-style: italic;
	background: url('../images/icon-logo-title.png') no-repeat 50% 8px / 43px 57px;
	border-bottom: 2px solid #c6a236;
	padding-bottom: 15px;
	display: none;
}

.box_mid .mid-title .titleL h1.noupper {
	text-transform: none;
}

.box_mid .mid-title .titleR {}

.box_mid .mid-content {}

.box {
	margin-bottom: 20px;
	position: relative;
}

.box .box-title {
	position: relative;
	z-index: 1;
}

.box .box-title .fTitle {
	font-size: 18px;
	line-height: 26px;
	color: #927865;
	padding: 5px 0px;
	margin-bottom: 5px;
}

/*=================END: BOX=================*/
/*=================BEGIN: PAGINATION==================*/
.pagination {
	width: 100%;
	margin: 0;
	background: transparent;
	padding-top: 0;
	text-align: center;
}

.pagination a,
.pagination a:visited,
.pagination .pagecur {
	background: transparent;
}

.pagination ul {}

.pagination ul li {
	display: inline-block;
	margin: 0 4px 0 0;
}

.pagination ul li span,
.pagination ul li span.pagecur,
.pagination ul li a {
	display: table-cell;
	text-align: center;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid #eeeeee;
	background: #eeeeee;
	font-size: 18px;
	line-height: 26px;
	vertical-align: middle;
	color: #333333;
	border-radius: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-weight: normal;
}

.pagination ul li a:hover,
.pagination ul li span,
.pagination ul li span.pagecur {
	background-color: #CC193A;
	border-color: #CC193A;
	color: #fff;
}

.fa-backward,
.fa-forward {
	font-size: 15px !important;
}

.pagination a,
.pagination a:visited {
	/*  color: #fff; */
}

.show_item {
	padding: 10px 0;
}

.show_item ul:after {
	display: block;
	content: '';
	clear: both;
}

.show_item ul li {
	float: left;
	padding: 0 12px;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	text-transform: uppercase;
}

.show_item ul li a {
	font-size: 16px;
	line-height: 20px;
	color: #666666;
}

.show_item ul li a:hover {
	color: #ee8533;
}

.show_item ul li:first-child {
	padding-left: 0;
}

.show_item ul li:last-child {
	padding-right: 0;
}

.show_item ul li~li:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '|';
	color: #d1d1d1;
}

/*=================END: PAGINATION======================*/
/*=================BEGIN: BREADCRUMB====================*/
.breadcrumb {
	margin: 0;
	padding: 6px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 100%;
	background: transparent;
	position: relative;
}

.breadcrumb:after {
	position: absolute;
	top: 100%;
	right: 0;
	width: 170px;
	border-bottom: 1px dotted #d9d9d9;
}

.breadcrumb ul {
	padding: 0;
	width: 100%;
	background-color: transparent;
	margin: 0;
	position: relative;
	text-align: left;
}

.breadcrumb ul:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 150px;
	height: 1px;
}

.breadcrumb ul li {
	padding: 0 10px;
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 26px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.breadcrumb ul li a {
	font-size: 13px;
	line-height: 26px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.breadcrumb ul li:first-child {
	padding: 0 10px 0 0;
}

.breadcrumb ul li~li:before {
	position: absolute;
	font-family: "fontawesome";
	content: "\f105";
	top: 1px;
	left: -4px;
	font-size: 13px;
	color: #fff;
}

.breadcrumb ul li.home a {
	display: inline-block;
	text-indent: -99999px;
	color: transparent;
	width: 20px;
	height: 22px;
	background: url(../images/icon-home.png) no-repeat 50% -2px;
}

/*===================END: BREADCRUMB=========================*/
/*===================BEGIN: SHARE NEWS TO SOCIAL NETWORK =========================*/
.like_share {
	margin: 0 0 30px 0;
	padding: 10px 15px;
	border: 1px solid #ddd;
	/*background: url("../images/weblink/bg-social.png") repeat 0 0;*/
}

.like_share.style_here {
	background: #f3f3f3;
	padding: 8px 8px 11px;
	border-top: 0;
	margin-bottom: 20px;
}

.like_facebook {
	float: left;
}

.like_facebook ul:after {
	display: block;
	content: '';
	clear: both;
}

.like_facebook ul li {
	float: left;
}

.feedback {
	float: right;
	text-align: right;
	color: #666666;
}

.feedback ul {}

.feedback ul li {
	float: left;
	margin-right: 10px;
}

.feedback a {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding-left: 25px;
}

.feedback ul li:first-child a {
	background: url('../images/weblink/feedback.png') no-repeat center left;
}

.feedback ul li:nth-child(2) a {
	background: url('../images/weblink/email.png') no-repeat center left;
}

.feedback ul li:last-child a {
	background: url('../images/weblink/reply.png') no-repeat center left;
}

.feedback a.font-icon {
	padding-left: 30px;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
}

.feedback a.font-icon:before {
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 20px;
}

.feedback a i {
	font-size: 20px;
	line-height: 25px;
	padding-right: 5px;
	color: #004976;
}

.like_facebook a {
	padding-right: 15px;
	display: inline-block;
}

.feedback img {
	padding-right: 5px;
}

.feedback a img {
	padding-left: 15px;
}

.feedback .link-feedback {
	padding-left: 20px;
	padding-right: 15px;
	background: url('../images/weblink/feedback.png') no-repeat left;
}

.feedback .link-comback {
	padding-left: 20px;
	padding-right: 15px;
	background: url('../images/weblink/comeback.png') no-repeat left;
}

.link-email {
	padding-left: 20px;
	padding-right: 15px;
	background: url('../images/weblink/email.png') no-repeat left;
}

.feedback .link-email {
	padding-left: 20px;
	padding-right: 15px;
	background: url('../images/weblink/email.png') no-repeat left;
}

.link-print {
	padding-left: 20px;
	padding-right: 15px;
	background: url(../images/weblink/print.png) no-repeat left;
}

.feedback .link-print {
	padding-left: 25px;
	padding-right: 15px;
	background: url(../images/weblink/print.png) no-repeat left;
}

/*===================END: SHARE NEWS TO SOCIAL NETWORK =========================*/
/*===================END: TAG =========================*/
.tag {
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	position: relative;
	padding: 5px 14px;
	margin-bottom: 20px;
	background: #f6f6f6;
}

.tag a {
	font-size: 13px;
	line-height: 20px;
	color: #999999;
	padding-right: 20px;
	position: relative;
}

.tag a:after {
	content: '/';
	position: absolute;
	top: 50%;
	right: 6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tag a:last-child:after {
	content: none;
}

.tag a:hover {
	color: #0993dc;
}

.tag span {
	padding-right: 5px;
}

.tag span.title {
	font-size: 13px;
	line-height: 30px;
	color: #333333;
}

.tag span.title i {
	color: #004976;
	padding-right: 5px;
}

.tag1 {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-bottom: 30px;
	min-height: 22px;
}

.tag1 a {
	color: #666666;
	display: inline-block;
	margin-left: 6px;
	padding: 4px 10px;
	background-color: #f1f1f1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tag1 a:hover {
	background-color: #666666;
	color: #ffffff;
	border-color: #666666;
}

.tag1 .title {
	display: inline-block;
	padding: 2px 6px;
	padding-left: 22px;
	margin-right: 4px;
	color: #666666;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	background: #f1f1f1;
	position: relative;
	margin-bottom: 4px;
}

.tag1 .title:before {
	content: "\f02b";
	font-family: fontawesome;
	position: absolute;
	left: 05px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*===================END: SHARE NEWS TO SOCIAL NETWORK =========================*/
/*===================BEGIN: RELATED NEWS =========================*/
.news_related {
	width: 100%;
	margin: 0px 0em 20px 0em;
}

.news_related h4 {
	color: #333;
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
}

.news_related ul {
	padding-top: 5px;
}

.news_related ul li {
	line-height: 25px;
	position: relative;
	padding: 3px;
}

.news_related ul li p {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

.news_related ul li p span {
	color: #999999;
}

.news_related ul li a {
	text-decoration: none;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	font-weight: 400;
	padding-left: 20px;
	position: relative;
}

.news_related ul li a:after {
	content: '\f0da';
	font-family: fontawesome;
	font-size: 15px;
	color: #999;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
}

.news_related ul li a:hover {
	color: #4365ae;
}

.news_related ul li span {
	font-size: 14px;
	line-height: 22px;
	color: #999;
	padding-right: 25px;
	display: inline-block;
}

/*===================END: RELATED NEWS =========================*/
/*==========================DROPDOWN=================================*/
.box_category {
	display: inline-block;
	width: 170px;
	margin: 10px;
}

.box_category .select-control {
	padding: 6px 30px 6px 10px;
	font-size: 14px;
	line-height: 24px;
	color: #ed1e79;
	height: 34px;
	text-align: left;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #d4d4d4;
	cursor: pointer;
	overflow: hidden;
}

.box_category .select-control .caret {
	position: absolute;
	right: 15px;
	top: 13px;
	border-top: 8px dashed;
	border-color: #777777;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;

}


.box_category ul.dropdown-menu {
	width: 100%;
	font-size: 12px;
	min-width: 160px;
	max-height: 180px;
	overflow-y: auto;
	padding: 0;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0px;


}

.box_category ul.dropdown-menu li {
	border-bottom: 1px solid #ccc;
}

.box_category ul.dropdown-menu li:last-child {
	border-bottom: none;
}

.box_category ul.dropdown-menu li a {
	display: block;
	padding: 10px 10px;
	clear: both;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	white-space: nowrap;
}

.box_category ul.dropdown-menu li a:hover,
.box_category ul.dropdown-menu li a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.box_category ul.dropdown-menu li.active>a,
.box_category ul.dropdown-menu li.active>a:hover,
.box_category ul.dropdown-menu li.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}


.box_category ul.dropdown-menu li ul {
	list-style: none;
	border-top: 1px solid #ccc;
}

/*==========================DROPDOWN=================================*/
/*==========================DANH M?C=================================*/
.submenu .title-menu {
	margin-bottom: 20px;
	position: relative;
}

.submenu .title-menu .title {
	font-size: 26px;
	line-height: 34px;
	color: #ffffff;
	padding: 10px 50px 10px 10px;
	background: url(../images/bg-arrow.png)no-repeat 100% 50% #9c1320;
	cursor: pointer;
	display: none;
}

.submenu .title-menu .menu {
	width: 100%;
	text-align: center;
}

.submenu .title-menu .menu ul {
	text-align: center;
}

.submenu .title-menu .menu ul li {
	margin: 5px;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	display: inline-block;
}

.submenu .title-menu .menu ul li a {
	color: #333333;
	background-color: transparent;
	padding: 10px 25px;
	display: block;
	position: relative;
}

.submenu .title-menu .menu ul li a:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0%;
	width: 100%;
	height: 0%;
	background: #9c1320;
	opacity: 0;
	z-index: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.submenu .title-menu .menu ul li a:hover {
	color: #ffffff;
}

.submenu .title-menu .menu ul li a:hover:before {
	top: 0%;
	height: 100%;
	opacity: 1;
}

.submenu .title-menu .menu ul li a span {
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.submenu .title-menu .menu ul li a:hover span {
	z-index: 1;
	position: relative;
	color: #ffffff;
}

.submenu .title-menu .menu ul li a:focus {
	text-decoration: none;
}

.submenu .title-menu .menu ul li.active a {
	background: #9c1320;
	color: #ffffff;
}

.fix-title {
	margin-bottom: 15px !important;
}

/*==========================DANH M?C=================================*/
@media screen and (max-width: 1200px) {
	.button_down {
		margin: 0 0 10px;
	}

	.button_down .fl {
		float: none;
		width: 100% !important;
		margin-bottom: 10px;
		padding: 0;
	}

	.button_down .fl .button-lh,
	.button_down .fl .button-lh a {
		width: 100%;
	}

	.button_down .fr {
		float: none;
		width: 100% !important;
		padding: 0;
	}

	.button_down .fr a {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.news_related ul li a {
		font-size: 15px;
	}

	.box_mid .mid-title {
		margin: 0;
	}

	.box_mid .mid-title .titleL h1.title-center {
		font-size: 32px;
		line-height: 44px;
		text-align: left;
	}

	.box_mid .mid-title .titleL h1.classic {
		font-size: 24px;
		line-height: 34px;
	}

	.box_mid .mid-title .titleL h1 {
		font-size: 26px;
		line-height: 35px;
	}

	.box_mid .mid-title .titleL h1.text-news {
		font-size: 26px;
		line-height: 35px;
	}

	.box_mid .mid-title .titleL .text-hidden {
		display: block;
		font-size: 35px;
		line-height: 40px;
	}

	.feedback {
		display: none;
	}

	.cat_style_1 {
		margin-bottom: 20px;
	}

	.box_mid .mid-title .titleL .box-title-page {
		font-size: 35px;
		line-height: 36px;
	}
}

@media screen and (max-width: 480px) {
	.like_facebook a {
		padding-right: 2px;
	}
}

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

	.pagination ul li span,
	.pagination ul li span.pagecur,
	.pagination ul li a {
		width: 36px;
		height: 36px;
	}
}


.text-product {}

.text-product h2 {
	color: #042f77;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}

.text-product p {
	font-size: 16px;
	line-height: 24px;
	padding: 0;
}

.text-product p.p1 {
	margin-bottom: 20px;
}

.text-product p.p2 {
	margin-bottom: 40px;
}

.type-product {
	margin: 0 -30px 50px;
}

.type-product .item {
	padding: 0 30px;
	float: left;
	width: 20%;
	position: relative;
	margin-bottom: 20px;
}

.type-product .item .item-type span {
	margin-left: 10px;
	width: 180px;
	height: 45px;
	line-height: 45px;
	display: block;
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'Roboto Condensed', sans-serif;
	border: 2px solid #107aff;
	border-radius: 5px;
	font-weight: 700;
	text-align: left;
	position: relative;
	z-index: 3;
	background: #fff;
	padding-left: 8px;
}

.type-product .item .item-type {
	position: relative;
}

.type-product .item .item-type:after {
	content: '';
	position: absolute;
	left: 0px;
	top: -10px;
	width: 30px;
	height: 30px;
	background: #107aff;
	z-index: 1;
}

.colProduct {
	background: #eff4f6;
	padding: 30px 0 40px;
	margin-bottom: 10px;
}

.colProduct .titleCol {
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.colProduct .itemL {
	width: 370px;
	float: left;
}

.colProduct .itemL img {
	opacity: 1;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.colProduct .itemL:hover img {
	opacity: .7;
}

.colProduct .itemR {
	width: calc(100% - 370px);
	width: -webkit-calc(100% - 370px);
	width: -o-calc(100% - 370px);
	width: -moz-calc(100% - 370px);
	float: left;
	padding: 5px 0 0 35px;
}

.colProduct .itemR .item-text {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	margin-bottom: 5px;
	padding-left: 5px;
}

.colProduct .itemR .item-text i {
	font-size: 10px;
	color: #CC193A;
	position: absolute;
	top: 8px;
	left: -12px;
}

.colProduct .contentCol {
	margin-bottom: 30px;
}

.colProduct p {
	font-size: 16px;
	line-height: 24px;
	padding: 0;
	font-weight: 700;
	margin-bottom: 20px;
}

.slide_col .i-image {
	padding-top: 66.667%;
	position: relative;
	overflow: hidden;
}

.slide_col .i-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	-moz-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	-o-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}

.slide_col .item:hover .i-image img {
	-webkit-transform: translate(-50%, -50%) scale(1.06);
	-moz-transform: translate(-50%, -50%) scale(1.06);
	-o-transform: translate(-50%, -50%) scale(1.06);
	-ms-transform: translate(-50%, -50%) scale(1.06);
	transform: translate(-50%, -50%) scale(1.06);
}

.slide_col .i-title h3 a {
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #CC193A;
	text-transform: uppercase;
	font-weight: 700;
	padding: 7px 10px;
	text-align: center;
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.slide_col .item:hover .i-title h3 a {
	color: #ffffff;
}

/* Sweep To Right */
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #CC193A;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
	color: #fff;
}

.slide_col .item:hover .i-title h3 a.hvr-sweep-to-right:before,
.slide_col .item:focus .i-title h3 a.hvr-sweep-to-right:before,
.slide_col .item.active .i-title h3 a.hvr-sweep-to-right:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.slide_col .slick-list {
	margin: 0 -15px;
}

.slide_col .slick-list .item {
	padding: 0 15px;
}

.slide_col .slick-arrow {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top: 40%;
	width: 30px;
	height: 30px;
	background: #dddddd;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
}

.slide_col .slick-arrow:hover {
	background: #CC193A;
}

.slide_col .slick-arrow:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: fontAwesome;
	font-size: 18px;
	color: #fff;
}

.slide_col .slick-next:after {
	content: '\f105';
}

.slide_col .slick-prev:after {
	content: '\f104';
}

.slide_col .slick-next {
	right: -50px;
}

.slide_col .slick-prev {
	left: -50px;
}

.listtext {
	font-size: 16px;
	line-height: 24px;
}

.listtext .fl {
	width: 35%;
}

.listtext .fr {
	width: 65%;
}

.textProduct2 {
	background: #eff4f6;
	padding: 30px 0 20px;
	margin-bottom: 10px;
	position: relative;
}

.textProduct2:after {
	content: '';
	clear: both;
	display: table;
}

.textProduct2 .titleProduct2 {
	color: #042f77;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
}

.contentProduct2 {
	margin-bottom: 20px;
}

.contentProduct2 .text-item {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}

.contentProduct2 .text-item i {
	font-size: 10px;
	color: #CC193A;
	margin-right: 12px;
	position: relative;
	top: -2px;
}

.textProduct2 p {
	font-size: 16px;
	line-height: 24px;
	padding: 0;
	font-weight: 700;
	margin-bottom: 20px;
}

.textProduct2 .listProduct2 .item a {
	color: #fff;
}

.listProduct2 .item {
	width: 150px;
	height: 35px;
	background: #0258a3;
	font-size: 15px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	float: left;
	border-radius: 20px;
	color: #fff;
	margin-right: 16px;
	margin-bottom: 10px;
}

.listProduct2 .fr {
	float: left;
}

.ristProduct2 .fr .item:nth-child(3) {
	margin-right: 0;
}

.colProduct2 {
	background: #e7eeee;
	padding: 55px 0;
	margin-bottom: 10px;
}

.colProduct2 .rowProduct2 .fl {
	width: 50%;
}

.colProduct2 .rowProduct2 .fl .title_fl {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CC193A;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	position: relative;
	margin-bottom: 20px;
}

.colProduct2 .rowProduct2 .fl .title_fl:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	height: 5px;
	width: 295px;
	background: #CC193A;
}

.colProduct2 .rowProduct2 .fl strong {
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	margin-bottom: 10px;
}

.colProduct2 .rowProduct2 .fl ul {
	padding-left: 45px;
	padding-right: 60px;
}

.colProduct2 .rowProduct2 .fl ul li {
	position: relative;
	color: #212222;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}

.colProduct2 .rowProduct2 .fl ul li:after {
	content: '';
	position: absolute;
	left: -25px;
	top: 6px;
	width: 13px;
	height: 13px;
	background: #93d2f9;
}

.colProduct2 .rowProduct2 .fl ul li.color1:after {
	background: #4affd1;
}

.colProduct2 .rowProduct2 .fl ul li.color2:after {
	background: #ff0000;
	width: 32px;
	left: -45px;
}

.colProduct2 .rowProduct2 .fl .i-link a {
	display: block;
	float: right;
	width: 150px;
	margin-right: 40px;
	border: 1px solid #CC193A;
	border-radius: 20px;
	color: #CC193A;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 35px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.colProduct2 .rowProduct2 .fl .i-link a:hover {
	background: #CC193A;
	color: #fff;
}

.colProduct2 .rowProduct2 .fr {
	width: 50%;
}


.tab-boostap {
	margin-bottom: 0;
	position: relative;
	margin-top: 25px;
}

.tab-boostap .tab-list:after {
	content: '';
	display: block;
	clear: both;
}

.tab-boostap .tab-list li {
	width: 33.33%;
	margin-right: 0;
	border-right: 3px solid #fff;
	float: left;
}

.tab-boostap .tab-list li:last-child {
	border-right: 0;
}

.tab-boostap .tab-list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height: 20px;
	padding: 10px 24px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	background: #CC193A;
	color: #fff;
}

.tab-boostap .tab-list li.active a,
.tab-boostap .tab-list li a:hover {
	color: #ffffff;
	background: #CC193A;
}

.tab-boostap .tab_title {
	background: #CC193A;
	padding: 11px 20px;
	font-size: 18px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	color: #fff;
	display: none;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.tab-boostap .tab_title:after {
	content: '\f107';
	font-family: fontAwesome;
	position: absolute;
	font-size: 24px;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#tab1 .i-img,
#tab4 .i-img,
#tab7 .i-img,
#tab10 .i-img,
#tab13 .i-img {
	position: relative;
	overflow: hidden;
	border: 1px solid #aaa7a7;
	padding-top: 88.27%;
	background: #fff;
}

#tab1 .i-img img,
#tab4 .i-img img,
#tab7 .i-img img,
#tab10 .i-img img,
#tab13 .i-img img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#tab7 .i-img img {
	padding: 0 10px;
}

.animation .img {
	position: relative;
	overflow: hidden;
	border: 1px solid #aaa7a7;
	padding-top: 88.27%;
	background: #fff;
}

.animation .img img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.animation .img a {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 3px solid #fff;
	z-index: 20;
}

.animation .img a:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0 0 20px #fff;
	-moz-box-shadow: 0 0 20px #fff;
	-o-box-shadow: 0 0 20px #fff;
	box-shadow: 0 0 20px #fff;
	animation-name: spread-effect;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

.animation .img a img {
	position: absolute;
	left: 52%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video a {
	position: relative;
	overflow: hidden;
	display: block;
	border: 1px solid #aaa7a7;
	padding-top: 88.27%;
	background: #fff;
}

.video a img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/****************************************/
.view-more {
	text-align: center;
	margin: 25px 0;
}

.view-more a {
	display: inline-block;
	width: 150px;
	margin-right: 40px;
	border: 1px solid #CC193A;
	border-radius: 20px;
	color: #CC193A;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 35px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.view-more a:hover {
	background: #CC193A;
	color: #fff;
}


.vnt-product {
	margin-bottom: 45px;
}

.vnt-product .titleMain {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.vnt-product .titleMain:after {
	content: '';
	position: absolute;
	background: url('../images/main/icon-logo.png') no-repeat;
	width: 25px;
	height: 23px;
	bottom: -14px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.vnt-product .titleMain h2 {
	font-size: 30px;
	line-height: 40px;
	color: #CC193A;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding-bottom: 16px;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
}

.vnt-product .titleMain h2:after {
	content: '';
	position: absolute;
	background: #cccccc;
	width: 112px;
	height: 1px;
	bottom: 0;
	left: 0;
}

.vnt-product .titleMain h2:before {
	content: '';
	position: absolute;
	background: #cccccc;
	width: 112px;
	height: 1px;
	bottom: 0;
	right: 0;
}

.vnt-product .title-product {
	font-size: 20px;
	line-height: 30px;
	padding: 5px 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background: #CC193A;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 12px;
}

.colProduct3 {
	margin-bottom: 30px;
}

.slide_product .slick-list {
	margin: 0 -15px;
}

.slide_product .slick-list .item {
	padding: 0 15px;
}

.slide_product .slick-arrow {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top: 40%;
	width: 30px;
	height: 30px;
	background: #dddddd;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
}

.slide_product .slick-arrow:hover {
	background: #CC193A;
}

.slide_product .slick-arrow:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: fontAwesome;
	font-size: 18px;
	color: #fff;
}

.slide_product .slick-next:after {
	content: '\f105';
}

.slide_product .slick-prev:after {
	content: '\f104';
}

.slide_product .slick-next {
	right: -15px;
}

.slide_product .slick-prev {
	left: -15px;
}

.slide_product .i-image {
	padding-top: 66.667%;
	position: relative;
	overflow: hidden;
}

.slide_product .i-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	-moz-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	-o-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}

.slide_product .item:hover .i-image img {
	-webkit-transform: translate(-50%, -50%) scale(1.06);
	-moz-transform: translate(-50%, -50%) scale(1.06);
	-o-transform: translate(-50%, -50%) scale(1.06);
	-ms-transform: translate(-50%, -50%) scale(1.06);
	transform: translate(-50%, -50%) scale(1.06);
}

.slide_product .i-title h3 a {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #CC193A;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px;
	text-align: center;
	background: #ebebeb;
	font-family: 'Roboto Condensed', sans-serif;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.slide_product .item:hover .i-title h3 a {
	color: #ffffff;
}

/* Sweep To Right */
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #CC193A;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
	color: #fff;
}

.slide_product .item:hover .i-title h3 a.hvr-sweep-to-right:before,
.slide_product .item:focus .i-title h3 a.hvr-sweep-to-right:before,
.slide_product .item.active .i-title h3 a.hvr-sweep-to-right:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.fix_banner {
	margin-bottom: 15px;
}

.fix_banner_1 {
	margin-bottom: 0;
}

.textProduct3 {
	background: #eef0f0;
	padding-top: 15px;
}

.textProduct3 .sub {
	position: relative;
	padding-left: 70px;
}

.textProduct3 .sub:after {
	content: '';
	position: absolute;
	left: 0;
	top: -15px;
	width: 40px;
	height: 217px;
	background: #a9e7fd;
}

.textProduct3 .i-title {
	font-size: 36px;
	line-height: 46px;
	color: #011862;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
}

.textProduct3 p {
	font-size: 16px;
	line-height: 24px;
	padding: 0;
}

.textProduct3 p.p1 {
	margin-bottom: 20px;
}

.i-dowload {}

.i-dowload .gird-dow .fl {
	width: 60%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #CC193A;
}

.i-dowload .gird-dow .fr {
	width: 40%;
}

.i-dowload .gird-dow .fr .item {
	margin-bottom: 30px;
}

.i-dowload .gird-dow .fr .item a {
	display: block;
	position: relative;
	padding-left: 50px;
	color: #333;
	font-size: 16px;
	line-height: 24px;
}

.i-dowload .gird-dow .fr .item a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/icon2.png') no-repeat;
	width: 22px;
	height: 30px;
}

.i-contact {
	height: 54px;
	background: #0069ab;
}

.i-contact a {
	display: inline-block;
	float: right;
	text-align: right;
	position: relative;
	color: #fff;
	line-height: 54px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}

.i-contact a span {
	display: inline-block;
	position: relative;
	padding-left: 60px;
}

.i-contact a span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url('../images/icon1.png') no-repeat;
	width: 38px;
	height: 29px;
}


.detail {
	padding: 0 0 0 95px;
	margin-bottom: 60px;
	position: relative;
}

.detail .mnfixed_wrap {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
}

.detail .mnfixed_wrap .mnfixed_self {
	/* width: 100% !important; */
}

.menu_scroll {
	z-index: 999;
}

.menu_scroll .cp_title {
	display: none;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
	background: #ef3b5b;
	text-align: left;
}

.menu_scroll .cp_title:after {
	content: '\f0d7';
	font-family: fontAwesome;
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu_scroll ul:after {
	content: '';
	display: block;
	clear: both;
}

.menu_scroll ul li {
	display: block;
	vertical-align: top;
	position: relative;
	border-bottom: 2px solid #f0f0f0;
}

.menu_scroll ul li:last-child {
	border-right: 0;
}

.menu_scroll ul li a {
	font-size: 12px;
	line-height: 16px;
	width: 110px;
	height: 70px;
	color: #333;
	font-weight: 400;
	padding: 10px 10px 10px 40px;
	position: relative;
	background: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	z-index: 999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.menu_scroll ul li a:hover {
	background: #ff5958;
	color: #fff;
}

.menu_scroll ul li a:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.menu_scroll ul li .icon1:after {
	width: 23px;
	height: 21px;
	background: url('../images/icon3.png') no-repeat;
}

.menu_scroll ul li .icon1:hover:after {
	background: url('../images/icon3-h.png') no-repeat;
}

.menu_scroll ul li .icon2:after {
	width: 21px;
	height: 21px;
	background: url('../images/icon4.png') no-repeat;
}

.menu_scroll ul li .icon2:hover:after {
	background: url('../images/icon4-h.png') no-repeat;
}

.menu_scroll ul li .icon3:after {
	width: 18px;
	height: 21px;
	background: url('../images/icon5.png') no-repeat;
}

.menu_scroll ul li .icon3:hover:after {
	background: url('../images/icon5-h.png') no-repeat;
}

.menu_scroll ul li .icon4:after {
	width: 26px;
	height: 21px;
	background: url('../images/icon6.png') no-repeat;
}

.menu_scroll ul li .icon4:hover:after {
	background: url('../images/icon6-h.png') no-repeat;
}

.menu_scroll ul li .icon5:after {
	width: 23px;
	height: 19px;
	background: url('../images/icon7.png') no-repeat;
}

.menu_scroll ul li .icon5:hover:after {
	background: url('../images/icon7-h.png') no-repeat;
}

.menu_scroll ul li .icon6:after {
	width: 23px;
	height: 17px;
	background: url('../images/icon8.png') no-repeat;
}

.menu_scroll ul li .icon6:hover:after {
	background: url('../images/icon8-h.png') no-repeat;
}

.titleDetail {
	font-size: 24px;
	line-height: 35px;
	color: #fff;
	background: #ff5958;
	padding: 8px 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
}

#detail {
	padding: 40px 0 10px;
	background: #f0f0f0;
}

#detail .row .col-fix1 {
	padding-right: 70px;
}

#detail .boxDetail {
	margin-bottom: 30px;
}

#detail .boxDetail img {
	width: 100%;
}

#detail .boxDetail p strong {
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 15px;
	display: block;
}

#detail .boxDetail ul {
	margin-left: 10px;
}

#detail .boxDetail ul li {
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}

#detail .boxDetail ul.fix_ul li {
	margin-bottom: 5px;
}

#detail .boxDetail ul li:after {
	content: '\f058';
	position: absolute;
	left: 0;
	top: 0;
	font-family: fontAwesome;
	font-size: 16px;
	color: #CC193A;
}

.productThumbnail {
	position: relative;
}

#vnt-thumbnail-nav {
	width: 105px;
	position: absolute;
	right: 25px;
	top: 20px;
}

div#vnt-thumbnail-nav .slick-list {
	margin: -5px 0;
}

div#vnt-thumbnail-nav .item {
	padding: 5px 0;
	cursor: pointer;
}

div#vnt-thumbnail-nav .item .img {
	width: 105px;
	position: relative;
}

#vnt-thumbnail-for {
	padding-bottom: 60px;
}

#vnt-thumbnail-for .item {
	position: relative;
}

div#vnt-thumbnail-for .img {
	position: relative;
	padding-top: 50%;
}

div#vnt-thumbnail-for .img img {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#vnt-thumbnail-for .slick-arrow {
	bottom: 0;
	top: initial;
	left: 40%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #fff;
	height: 30px;
	display: block;
	width: 30px;
	background: #dddddd;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#vnt-thumbnail-for .slick-arrow:hover {
	background: #CC193A;
}

#vnt-thumbnail-for .slick-arrow:after {
	position: absolute;
	font-family: FontAwesome;
	font-size: 18px;
	top: 50%;
	left: 50%;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#vnt-thumbnail-for .slick-next:after {
	content: '\f105';
}

#vnt-thumbnail-for .slick-prev:after {
	content: '\f104';
}

#vnt-thumbnail-for .slick-next {
	margin-left: 20px;
}

#vnt-thumbnail-for .slick-prev {
	margin-left: -20px;
}

#table_design {
	padding-top: 40px;
	background: #f0f0f0;
}

#table_design .box_tab .img {
	margin-bottom: 20px;
}

#table_design .box_tab .text {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 30px;
}


#simulation {
	background: #fff;
	padding-top: 40px;
}

#simulation .img {
	position: relative;
}

#simulation .img a {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 3px solid #fff;
	z-index: 20;
}

#simulation .img a:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0 0 20px #fff;
	-moz-box-shadow: 0 0 20px #fff;
	-o-box-shadow: 0 0 20px #fff;
	box-shadow: 0 0 20px #fff;
	animation-name: spread-effect;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

#simulation .img a img {
	position: absolute;
	left: 52%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#gallery {
	padding-top: 40px;
	background: #fff;
}

#gallery .gird_gallery {
	margin: 0 -15px 0;
}

#gallery .gird_gallery .item {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}

#gallery .gird_gallery img {
	width: 100%;
}

#gallery .gird_gallery .item a {
	opacity: 1;
	display: block;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#gallery .gird_gallery .item a:hover {
	opacity: .7;
}

#video {
	padding-top: 40px;
	background: #fff;
}

#video img {
	width: 100%;
}

#set_count {
	background: #fff;
	padding-top: 40px;
}

#set_count p strong {
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 55px;
	display: block;
}

#set_count .box_group .box_tab:last-child {
	margin-bottom: 0;
}

#set_count .box_tab {
	padding: 40px 35px 25px 60px;
	border: 1px solid #837f7f;
	position: relative;
	margin-bottom: 50px;
}

#set_count .box_tab .i-title {
	position: absolute;
	background: #e9e9e9;
	top: -26px;
	left: 60px;
	right: 60px;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	padding: 13px 13px 13px 60px;
}

#set_count .box_tab .i-title:after {
	content: '';
	position: absolute;
	left: 15px;
	top: 16px;
	background: #ff0000;
	width: 25px;
	height: 12px;
}

#set_count .box_tab .i-content {
	display: flex;
}

#set_count .box_tab .i-content .fl {
	width: 470px;
	margin-top: 30px;
}

#set_count .box_tab .i-content .fl p {
	padding: 0;
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 24px;
	color: #5a5a5a;
}

#set_count .box_tab .i-content .fr {
	width: calc(100% - 470px);
	width: -webkit-calc(100% - 470px);
	width: -o-calc(100% - 470px);
	width: -moz-calc(100% - 470px);
	padding-left: 30px;
}


.vnt_menu>.ul_0>li.active>.ul_1 {
	opacity: 1;
	display: block;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	z-index: 100;
}

.vnt_menu>.ul_0>li.active:hover>.ul_1 {
	opacity: 0;
	visibility: hidden;
}

.vnt_menu>.ul_0>li>.ul_1>li.active>.ul_2 {
	opacity: 1;
	display: block;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	z-index: 100;
}

.vnt_menu>.ul_0>li>.ul_1>li.active:hover>.ul_2 {
	opacity: 0;
	visibility: hidden;
}

.vnt_menu>.ul_0>li>.ul_1>li>.ul_2>li.active>.ul_3 {
	opacity: 1;
	display: block;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	z-index: 100;
}

.vnt_menu>.ul_0>li>.ul_1>li>.ul_2>li.active:hover>.ul_3 {
	opacity: 0;
	visibility: hidden;
}

/***************************************/
@media screen and (max-width: 1300px) {
	.slide_col .slick-next {
		right: -15px;
	}

	.slide_col .slick-prev {
		left: -15px;
	}
}

@media screen and (max-width: 1210px) {
	.listProduct2 .item {
		margin-right: 1px;
	}
}

@media screen and (max-width: 1200px) {
	.type-product {
		margin: 0 -15px 50px;
	}

	.type-product .item {
		padding: 0 15px;
	}
}

@media screen and (max-width: 1100px) {
	.type-product {
		margin: 0 0 50px;
	}

	.type-product .item {
		padding: 0;
		float: none;
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}

	.type-product .item .item-type {
		display: inline-block;
	}

	.listProduct2 .fl {
		width: 50%;
	}

	.listProduct2 .fr {
		width: 50%:;
	}

	.listProduct2 .item {
		margin-right: 0;
		float: none;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.text-product h2 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 5px;
	}

	.text-product p.p1 {
		margin-bottom: 5px;
	}

	.type-product {
		margin: 0 0 5px 0;
	}

	.colProduct .titleCol {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 8px;
	}

	.colProduct .itemL {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.colProduct .itemR {
		width: calc(100%);
		width: -webkit-calc(100%);
		width: -o-calc(100%);
		width: -moz-calc(100%);
		float: none;
		padding: 0;
	}

	.colProduct .itemR .item-text i {
		position: relative;
		top: -2px;
		left: 0;
		margin-right: 5px;
	}

	.colProduct .itemR .item-text {
		padding-left: 0;
	}

	.colProduct .contentCol {
		margin-bottom: 15px;
	}

	.slide_col .slick-list {
		margin: 0 -5px;
	}

	.slide_col .slick-list .item {
		padding: 0 5px;
	}

	#vnt-header .logo-search {
		border-bottom: 1px solid #e5e5e5;
	}

	.listtext .fl {
		width: 100%;
	}

	.listtext .fr {
		width: 100%;
	}

	.textProduct2 .titleProduct2 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 8px;
	}

	.textProduct2 {
		padding: 20px 0 0 0;
	}

	.colProduct2 {
		padding: 20px 0 45px;
	}

	.colProduct2 .rowProduct2 .fl {
		width: 100%;
		float: none;
	}

	.colProduct2 .rowProduct2 .fl .title_fl {
		font-size: 24px;
		line-height: 34px;
		padding-bottom: 10px;
	}

	.colProduct2 .rowProduct2 .fl strong {
		font-size: 18px;
		line-height: 25px;
	}

	.colProduct2 .rowProduct2 .fr {
		width: 100%;
		float: none;
	}

	.colProduct2 .rowProduct2 .fl .i-link a {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.tab-boostap {
		margin-top: 0;
	}

	.tab-boostap .tab_title {
		display: block;
	}

	.tab-boostap .tab-list {
		position: absolute;
		top: 46px;
		left: 0;
		width: 100%;
		display: none;
		margin-top: 0;
		z-index: 100;
	}

	.tab-boostap.active .tab-list {
		display: block;
		border-right: 1px solid #d2cdcd;
		border-left: 1px solid #d2cdcd
	}

	.tab-boostap .tab-list li {
		float: none;
		display: block;
		margin-top: 0;
		margin-right: 0;
		border-right: 0;
		width: 100%;
		border-bottom: 1px solid #d2cdcd;
	}

	.tab-boostap .tab-list li:first-child {
		border-top: 1px solid #fff;
	}

	.tab-boostap .tab-list li a {
		text-align: left;
		text-transform: none;
		padding: 10px 10px 10px 10px;
		background: #fafafa;
		color: #333333;
		font-size: 16px;
	}

	.tab-boostap .tab-list li a.active,
	.tab-boostap .tab-list li a:hover {
		color: #fff;
		background: #CC193A;
	}

	.tab-boostap .tab-list li a:before {
		display: none;
	}

	.tab-boostap .tab-list li {
		padding: 0;
	}

	.tab-content {
		padding: 10px 0 0;
	}

	/********************************/
	.textProduct3 .i-title {
		font-size: 24px;
		line-height: 34px;
	}

	.i-dowload .gird-dow .fl {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	.i-dowload .gird-dow .fr {
		width: 100%;
		float: none;
	}

	.textProduct3 .sub {
		padding-left: 30px;
	}

	.textProduct3 .sub:after {
		width: 15px;
	}

	.menu_scroll ul li {
		float: none;
		width: 100%;
		border-right: 0;
	}

	.menu_scroll ul li a {
		width: 100%;
	}

	.menu_scroll ul li:last-child {
		border-bottom: 0;
	}

	#detail .row .col-fix1 {
		width: 100%;
		margin-bottom: 20px;
	}

	#detail .row .col-fix2 {
		width: 100%;
	}

	.vnt-product .titleMain h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.vnt-product .titleMain h2:after,
	.vnt-product .titleMain h2:before {
		width: 80px;
	}

	.detail {
		padding: 0 0 0;
		margin-bottom: 30px;
	}

	.slide_product .slick-list {
		margin: 0 -5px;
	}

	.slide_product .slick-list .item {
		padding: 0 5px;
	}

	.vnt-product {
		margin-bottom: 25px;
	}

	#gallery .gird_gallery {
		margin: 0 -5px 0;
	}

	#gallery .gird_gallery .item {
		padding: 0 5px;
		margin-bottom: 10px;
	}

	#detail,
	#animation {}

	#vnt-thumbnail-for .slick-arrow {
		left: 50%;
	}

	.detail .mnfixed_wrap {
		position: static !important;
	}
	#set_count .box_tab .i-content{
		flex-direction: column;
	}
	#set_count .box_tab .i-content .fl {
		width: 100%;
		margin-bottom: 20px;
	}

	#set_count .box_tab .i-content .fr {
		width: calc(100%);
		width: -webkit-calc(100%);
		width: -o-calc(100%);
		width: -moz-calc(100%);
		padding-left: 0;
	}

	#set_count .box_tab .i-content .fr .img {
		text-align: center;
	}

	.titleDetail {
		font-size: 20px;
	}

	#set_count .box_tab .i-title {
		position: relative;
		left: initial;
		right: initial;
		top: initial;
	}

	#set_count .box_tab {
		padding: 20px;
		margin-bottom: 20px;
	}

	#set_count p strong {
		margin-bottom: 20px;
	}

	.textProduct3 {
		padding-bottom: 10px;
	}
	.detail .mnfixed_wrap .mnfixed_self {
		/* position: absolute !important; */
	}
}

@media screen and (max-width: 767px) {
	.menu_scroll ul li {
		width: 100%;
		float: none;
		border-bottom: 1px solid #999;
	}
}


@media screen and (max-width: 600px) {
	#vnt-thumbnail-nav {
		width: 50px;
		position: absolute;
		right: 0;
		top: 0;
	}

	div#vnt-thumbnail-nav .item .img {
		width: 50px;
	}
}