body {
	overflow-x: hidden;
	font-family: "Tinos", serif !important;
}
body, button, input, select, textarea{
	font-family: "Tinos", serif !important;
}
.separate-containers .site-main {
	margin: 0;
}
.lag_menu .menu_wpml{
	display: none;
}
a:visited {
	color: initial;
}
ul.mega-sub-menu {
	max-width: 1200px !important;
}
/*loading-effect-page*/
.load_home_page svg {
	width: 40.833rem;
	max-width: 95%;
	height: auto;
	position: absolute;
	z-index: 99;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.load_home_page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	transition: 1s all;
	opacity: 1;
	background: transparent;
}

div.load_home_page .mask {
	/*background-color: #00BDFFFF;*/
	transition: 1s all ease-in-out;
	position: absolute;
	width: 100%;
	height: 100%;
}

div.load_home_page.complete .mask {
	background-color: transparent;
}

div.load_home_page .mask span {
	display: block;
	width: 100%;
	height: 20%;
	position: absolute;
	left: 0;
	transition: 1s all ease-in-out;
	background-color: #fff;
	/*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
	left: unset;
	right: 0;
}

div.load_home_page .mask span:nth-child(1) {
	top: 0;
}

div.load_home_page .mask span:nth-child(2) {
	top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
	top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
	top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
	top: 80%;
}

.load_home_page.complete {
	visibility: hidden;
}

div.load_home_page.complete .mask span {
	width: 0;
	opacity: 0;
	transition-delay: .3s;
}

@media only screen and (max-width: 991px) {
	.load_home_page svg {
		width: 320px;
	}
}

@media only screen and (max-width: 767px) {
	.load_home_page svg {
		width: 240px;
	}
}

.load_home_page.complete svg {
	transition-delay: 0.4s;
	opacity: 0;
}

.load_home_page rect, .load_home_page path {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

img.logo_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30rem;
	max-width: 80vw;
	transition: .3s all ease-in-out;
	opacity: 1;
}

.load_home_page.complete img.logo_center {
	opacity: 0;
}
@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1170px;
	}
}

.text_center {
	text-align: center
}

.text_left {
	text-align: left
}

.text_right {
	text-align: right
}

.text_white {
	color: #fff !important;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.overflow_hidden {
	overflow: hidden;
}

.heading_h2 {
	color: #333333;
	font-size: 50px;
	position: relative;
	line-height: 56px;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.heading_h2_line {
	position: relative;
	z-index: 1;
	font-size: 40px;
	display: inline-block;
	margin-bottom: 30px;
	padding-left: 45px;
}

.heading_h2_line:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 1000px;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0.5;
	top: 50%;
	z-index: -1;
	margin-top: -1px;
	right: -1010px;
}

.heading_h2_line:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 35px;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0.5;
	top: 50%;
	z-index: -1;
	margin-top: -1px;
	left: 0;
}

.heading_h2_line.text_white:before {
	background-color: rgba(255, 255, 255, 0.5);
}

.heading_h2_line.text_white:after {
	background-color: rgba(255, 255, 255, 0.5);
}

.headline_h3 {
	color: #333;
	line-height: 23px;
	margin-bottom: 40px
}

.headline_h4 {
	color: #333;
	font-weight: 400;
	font-size: 20px;
	position: relative;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 1.13px;
	margin-bottom: 30px
}

.button_style {
	background-color: #0c72bc;
	color: #fff !important;
	text-align: center;
	padding: 12px 0 12px 0;
	min-width: 200px;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 9;
}

.button_style:after {
	content: '';
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 48px 48px;
	border-color: transparent transparent rgba(152, 178, 205, 0.5) transparent;
	z-index: -1;
}

.button_style:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.button_style:hover:before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

.button_style span {
	position: absolute;
	width: 40px;
	height: 48px;
	top: 0;
	right: 0;
	background-color: rgba(152, 178, 205, 0.5);
}

/*--------------------*/
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

ul.slick-dots {
	display: inline-block;
	margin: 0px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	list-style: none;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

ul.slick-dots li {
	border: 1px solid transparent;
	transition: .3s;
	border-radius: 50%;
	transition: .3s;
	display: inline-block;
	margin: 0px 3px;
	background: none;
	cursor: pointer;
}

ul.slick-dots li button {
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	transition: .3s;
}

ul.slick-dots li.slick-active button {
	background: #0c4da2;
}

nav.breadcrumb ul {
	list-style: none;
	margin: 0;
	margin-top: 30px;
}

nav.breadcrumb ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	margin-left: 5px;
}

nav.breadcrumb ul li:first-child {
	margin-left: 0;
}

nav.breadcrumb ul li a,
nav.breadcrumb ul li span,
nav.breadcrumb ul li cite {
	color: #b2b2b2;
	font-style: normal;
}

nav.breadcrumb span.divider {
	font-size: 0;
}

nav.breadcrumb span.divider:before {
	content: "\f105";
	font-family: fontawesome;
	font-size: 14px;
	color: #b2b2b2;
}




/* Home */

.item_slider {
	position: relative;
	float: left;
	overflow: hidden;
	background-color: #000;
}

.img-abs {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.home_sliders .slick-slide .img-abs {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: 1s all ease-in-out;
	-o-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
}

.home_sliders .slick-current.slick-active .img-abs {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.home_sliders .wrap-content-slider {
	height: 600px;
	background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 50%);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.home_sliders .content-slider {
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 7px #000000;
	color: #ffffff;
	font-size: 50px;
	font-weight: 700;
	line-height: 58px;
	letter-spacing: 1.25px;
	margin-bottom: 80px;
	opacity: 0;
	transition: 1.2s all ease-in-out;
}

.home_sliders .slick-current.slick-active .content-slider {
	opacity: 1;
}

.top-bar {
	background-color: #0c4da2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .top-bar {
	top: 32px;
}

.site-header {
	position: fixed;
	top: 32px;
	left: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
	z-index: 999;
}

.admin-bar .site-header {
	top: 72px;
}

.inside-top-bar {
	padding: 0;
}

.top-bar .inside-top-bar .widget.widget_search {
	float: none;
	margin-right: 0;
}

.widget .search-field {
	background-color: rgba(255, 255, 255, 0.7);
	border: none;
	padding: 10px 20px;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
	font-weight: 300;
	outline: none !important;
}

.widget .search-field:focus {
	background-color: rgba(255, 255, 255, 0.7);
	color: #333333;
	border: none;
}

.inside-header {
	padding: 20px 0;
}

div#page {
	margin-top: 130px;
}

.main-navigation .main-nav ul li a {
	line-height: 14px;
	font-size: 18px;
	font-weight: 700;
}

nav#site-navigation {
	margin-top: 37px;
}

#mega-menu-wrap-primary {
	background: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	line-height: 14px;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	height: auto;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
	background: transparent;
	color: #0c4da2;
	font-weight: 700;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
	width: max-content !important;
	position: fixed !important;
	left: 50% !important;
	height: max-content;
	background-color: transparent;
	padding-top: 22px;
	transform: translateX(-50%) !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.sun-menu-header {
	float: unset;
	margin: auto;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
	display: flex !important;
	background: #f5f5f5 !important;
	border-top: 1px solid #0c4da2;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul {
	padding: 40px 0 60px;
}

#mega-menu-wrap-primary #mega-menu-primary .sun-menu-header>ul.mega-sub-menu>li {
	border-left: 1px solid #e1e1e1;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
	padding: 0;
	width: 100%;
	padding-left: 50px;
	min-height: 200px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
	color: #0c4da2;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.45px;
	margin-bottom: 5px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link+.mega-sub-menu>li {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	margin: 10px 0;
	padding-left: 15px;
	position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link+.mega-sub-menu>li::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #0c4da2;
	border-radius: 99px;
	top: 9px;
	left: 0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link+.mega-sub-menu>li>a:hover {
	color: #0c4da2;
	font-weight: 700;
	text-decoration: underline;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 11;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.home_sliders .slick-arrow {
	width: 60px;
	height: 60px;
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.home_sliders .slick-arrow.arrow-left {
	left: 50px;
	background-image: url('../images/arrow_left.png');
}

.home_sliders .slick-arrow.arrow-right {
	right: 50px;
	background-image: url('../images/arrow_right.png');
}

.home_services_tabs .nav-tabs {
	margin-bottom: 40px;
	border: none;
	justify-content: center;
	margin-left: 0;
}

.home_services_tabs .nav-tabs li {
	margin: 0 5px 10px;
}

.home_services_tabs .nav-tabs a {
	padding: 10px 20px;
}

.home_services_tabs .nav-tabs a {
	display: block;
	padding: 10px 20px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
	color: #999999;
	border-radius: 10px;
}

.home_services_tabs .nav-tabs a.active,
.home_services_tabs .nav-tabs a:hover {
	background-image: linear-gradient(to top, #0c4da2 0%, #0c4da2 100%);
	color: #ffffff;
	border-color: transparent;
}

.home_services_tabs .nav-tabs a.active img,
.home_services_tabs .nav-tabs a:hover img {
	filter: brightness(0) invert(1);
}

.home_services_tabs .item-slider {
	position: relative;
	overflow: hidden;
	float: left;
	border-radius: 15px;
}

.home_services_tabs .item-slider img {
	width: 100%;
}

.home_services_tabs .item-slider .content-slider {
	padding-right: 75px;
	position: absolute;
	width: 50%;
	left: 50%;
	height: 100%;
	z-index: 10;
	color: #fff;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home_services_tabs .item-slider .title {
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 20px;
}

.home_services_tabs .item-slider .content_slider {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	opacity: 0.7;
}

a.button_readmore {
	display: inline-block;
	font-size: 14px;
	padding: 10px 20px;
	line-height: 15px;
	border-radius: 5px;
	background-image: linear-gradient(to top, #0c4da2 0%, #0c4da2 100%);
	color: #fff;
	margin-top: 40px;
}

a.button_readmore:after {
	content: '\f101';
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 10px;
}

a.button_readmore:hover {
	color: #0c4da2;
	background: #fff;
}

.button_readmore a {
	background-image: linear-gradient(to top, #0c4da2 0%, #0c4da2 100%) !important;
	color: #fff !important;
	border: none !important;
	font-size: 14px !important;
	padding: 10px 20px !important;
	line-height: 15px !important;
}

.button_readmore a:after {
	content: '\f101';
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 10px;
}

.button_readmore a:hover {
	color: #0c4da2 !important;
	background: #fff !important;
}

.slick-arrow.arrow-right {
	right: -100px;
}

.slick-arrow.arrow-left {
	left: -100px;
}

.slick-arrow {
	color: #0c4da2;
	border-radius: 10px;
	background-color: rgba(225, 225, 225, 0.5);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
}

.slick-disabled {
	color: #fff;
}

.home_services_tabs .tab-content .slick-slide {
	min-height: 420px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.sun-menu-header {
	overflow: auto;
	max-height: calc(100vh - 132px);
}

.admin-bar #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.sun-menu-header {
	max-height: calc(100vh - 172px);
}

.sun-menu-header::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}

.sun-menu-header::-webkit-scrollbar {
	width: 5px;
}

.sun-menu-header::-webkit-scrollbar-thumb {
	background-color: #0c4da2;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus {
	color: #0c4da2;
}

.play-video a {
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 700;
	line-height: 100px !important;
	text-transform: uppercase;
	display: block !important;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	margin-left: calc(100% / 12);
}

.play-video a i {
	position: static !important;
	display: block !important;
	transform: unset !important;
	width: 100px;
	height: 100px !important;
	line-height: 100px !important;
	float: left;
	text-align: center;
	margin-right: 15px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}

.footer-widgets {
	background-color: #292929;
	padding-top: 50px;
	padding-bottom: 50px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 35px;
}

.footer-widgets a:visited,
.footer-widgets a:hover,
.footer-widgets a {
	color: rgba(255, 255, 255, 0.7);
	line-height: 35px;
}

.footer-widgets .widget {
	font-size: 12px;
}

.footer-widgets .inside-footer-widgets {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-widget-1 img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.footer-widget-2 .widget_nav_menu ul.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-top: 44px;
}

.footer-widget-2 .widget ul li {
	margin: 0 15px;
	padding: 0;
}

.footer-widget-2 .widget ul li a {
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
}

.footer-widget-2 .widget ul li a:hover {
	color: #0c4da2;
}

.footer-widget-1,
.footer-widget-2 {
	padding-bottom: 30px;
}

.footer-widget-3 .widget-title,
.footer-widget-4,
.footer-widget-5 {
	padding-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-widget-3 i {
	margin-right: 14px;
}

.footer-widget-4 .menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7.5px;
}

.footer-widget-4 .menu li {
	margin: 0 7.5px;
}

.footer-widget-4 .menu li a {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	transition: .3s all ease-in-out;
}

.footer-widget-4 .menu li a:hover {
	color: #0c4da2;
	border-color: #0c4da2;
}

.footer-widgets .widget-title {
	color: #2c78dc;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.wrap-ft-form input.wpcf7-submit {
	padding: 0;
	height: 42px;
	width: 42px;
	border: 1px solid transparent;
	background: transparent;
	color: transparent;
}

.wrap-ft-form input[type="email"] {
	border: 1px solid transparent;
	line-height: 40px;
	padding: 0 20px;
	width: calc(100% - 42px);
}

label[for="submit"] {
	position: relative;
	width: 42px;
	height: 42px;
	display: block;
	float: right;
	background: #0c4da2;
	cursor: pointer;
}

label[for="submit"]::after {
	position: absolute;
	width: 42px;
	height: 42px;
	left: 0;
	top: 0;
	content: '\f1d8';
	display: block;
	font-family: 'FontAwesome';
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}

span.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-not-valid {
	border-color: red !important;
}

div.wpcf7-response-output {
	line-height: 16px;
}

.footer-widget-5 iframe {
	border-radius: 10px;
	height: 200px;
	width: 100%;
}

.copyright-bar {
	display: none;
}

@media (min-width: 1025px) {

	.footer-widget-1,
	.footer-widget-2 {
		width: 50%;
	}

	.footer-widget-3,
	.footer-widget-4,
	.footer-widget-5 {
		width: calc(100% / 3);
	}
	.box_why_choose{
		padding: 0 15px;
	}
}

.banner {
	position: relative;
	left: 50%;
	margin-left: -50vw;
	width: 100vw;
	overflow: hidden;
	background-color: #000;
}

.banner img {
	width: 100%;
	opacity: 0.5;
}

.wrap-breadcrumbs {
	position: absolute;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 1;
}

.wrap-breadcrumbs .title {
	text-shadow: -2px 2px 5px #000000;
	color: #ffffff;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	width: -webkit-fill-available;
	max-width: 50%;
}

ul {
	margin: 0;
	list-style: none;
}

nav.thuythu-breadcrumb {
	width: 100%;
	text-align: right;
}

nav.thuythu-breadcrumb li,
nav.thuythu-breadcrumb span {
	display: inline-block;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 1.4px;
}

nav.thuythu-breadcrumb a {
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 1.4px;
}

.product-sumary {
	padding: 70px 0;
}

.product-img {
	float: left;
}

.product-img a {
	display: block;
	background-color: #f5f5f5;
}

.product-img img {
	width: 100%;
}

.product-thumbs {
	margin-left: -3px;
	margin-right: -3px;
}

.wrap-product-thumb {
	padding: 8px 3px;
}

.product-sumary .slick-arrow {
	box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.23);
	background-color: #ffffff;
	border-radius: 50%;
	color: #999999;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}

.product-sumary .slick-arrow:hover {
	background-color: #0c4da2;
	color: #ffffff;
}

.product-sumary .slick-arrow.next {
	right: -20px;
}

.product-sumary .slick-arrow.prev {
	left: -20px;
}

.product-thumb {
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.product-thumb:after {
	border: 2px solid transparent;
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.product-thumbs .product-thumb:hover:after,
.product-thumbs .slick-current .product-thumb:after {
	border-color: #0c4da2;
}

.product-thumb img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}

h1.title-product {
	color: #333333;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.product-highlight_description,
.product-description {
	color: #666666;
	font-size: 14px;
	line-height: 22px;
}

.product-highlight_description {
	margin-bottom: 20px;
}

.product-description {
	margin-bottom: 50px;
}

.btn-contact {
	margin-bottom: 50px;
}

.btn-contact a {
	display: inline-block;
	border-radius: 5px;
	background-color: #0c4da2;
	line-height: 25px;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}

.wrap-share {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ul.share-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

ul.share-buttons li {
	margin: 0 5px;
}

ul.share-buttons li:last-child {
	margin-right: 0;
}

ul.share-buttons li a {
	border: 1px solid #e1e1e1;
	display: inline-block;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 33px;
	color: #999999;
}

ul.share-buttons li a:hover {
	border-color: #0c4da2;
	color: #0c4da2;
}

.wrap-share label {
	color: #0c4da2;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

.product-tabs ul.nav.nav-tabs,
.product-tabs .tab-content {
	background-color: #f5f5f5;
}

.product-tabs .nav-tabs li {
	border-right: 1px solid #dee2e6;
}

.product-tabs .nav-tabs li a {
	display: block;
	color: #666666;
	font-size: 18px;
	font-weight: 700;
	line-height: 15px;
	padding: 19px 20px 15px;
}

.product-tabs .nav-tabs li a:hover,
.product-tabs .nav-tabs li a.active {
	color: #ffffff;
	background-color: #0c4da2;
}

.product-tabs .wrap-tab_content {
	padding: 50px calc(100% / 12);
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.product-tabs .wrap-tab_content .table-infos li {
	padding: 15px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-tabs .wrap-tab_content .table-infos li+li {
	border-top: 1px solid #dee2e6;
}

.product-tabs .wrap-tab_content .table-infos .info {
	width: calc(200% / 3);
}

.product-tabs .wrap-tab_content .table-infos label {
	width: calc(100% / 3);
	color: #000000;
	font-size: 16px;
	font-weight: 700;
}

section.product-tabs {
	margin-bottom: 60px !important;
}

.other-products h4 {
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
}

.other-products h4::after {
	content: '';
	display: block;
	position: absolute;
	width: 70px;
	height: 1px;
	border-bottom: 1px solid #0c4da2;
	left: 0;
	bottom: -10px;
}

.other-products .product a {
	display: flex;
	color: #666666;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

.other-products .product a:hover {
	color: #0c4da2;
}

.other-products .product+.product {
	margin-top: 20px;
}

.other-products .wrap-product_thumb {
	position: relative;
	width: 70px;
	height: 70px;
	border: 1px solid #e1e1e1;
	background-color: #f5f5f5;
}

.other-products .product-name {
	width: calc(100% - 70px);
	padding-left: 10px;
}

.other-products img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

ul.list-cat_children {
	margin: 45px -15px 25px;
}

ul.list-cat_children li {
	display: inline-block;
	margin: 15px;
}

ul.list-cat_children li a {
	display: block;
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 15px;
}

ul.list-cat_children li a.active,
ul.list-cat_children li a:hover {
	text-decoration: underline !important;
	color: #0c4da2;
}

.slick-album,
.slick-album a {
	float: left;
	overflow: hidden;
}

.slick-album a {
	padding: 0 2.5px;
}

.slick-album a img {
	height: 150px;
	width: 100%;
	object-fit: cover;
}

.wrap-product_cat-albums {
	margin: 0 -2.5px 20px;
}

section.tax-sumary {
	position: relative;
}

section.tax-sumary::before {
	content: '';
	display: block;
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	left: 15px;
	top: 0;
	background-color: #f5f5f5;
}

h1.tax-title {
	color: #333333;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	margin-top: 40px;
	margin-bottom: 25px;
	position: relative;
}

h1.tax-title::before {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background-color: #0c4da2;
	position: absolute;
	left: 0;
	top: -13px;
}

.tax-desc {
	padding-right: 45px;
	color: #666666;
	font-size: 16px;
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.list-products .product a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	background-color: #f5f5f5;
	position: relative;
}

.list-products .product a:hover .product-name {
	color: #0c4da2;
}

.list-products .product a::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-shadow: -2px 5px 9px rgba(0, 0, 0, 0.1);
	border: 2px solid #0c4da2;
	transition: .3s all ease-in-out;
	opacity: 0;
}

.list-products .product a:hover::after {
	opacity: 1;
}

.list-products .product .product-content {
	width: 60%;
	padding: 25px 20px 0;
}

.list-products .product .wrap-product_thumb {
	height: 150px;
	background-color: #ced2d3;
	width: 40%;
	position: relative;
}

.list-products .product .wrap-product_thumb img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

.list-products .product .product-name {
	transition: .3s all ease-in-out;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 5px;
}

.list-products .product .product-desc {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.list-products .product .product-desc p:last-child {
	margin: 0;
}

body .list-products:last-child {
	margin-bottom: 60px !important;
}

.wrap-paged {
	margin-top: 50px;
}

ul.thenativePagination {
	text-align: center;
	margin-bottom: 60px;
}

ul.thenativePagination li {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #f5f5f5;
	margin: 0 5px;
	border: 2px solid transparent;
	text-align: center;
	line-height: 33px;
}

ul.thenativePagination li a {
	color: #999999;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	display: block;
}

ul.thenativePagination li:hover,
ul.thenativePagination li.active {
	border-color: #0c4da2;
}

ul.thenativePagination li:hover a,
ul.thenativePagination li.active a {
	color: #0c4da2;
}

.slider_services {
	margin-left: calc(100% / 12);
	margin-right: calc(100% / 12);
}

.item-cat-pro {
	position: relative;
	height: 0;
	padding-bottom: 132%;
}

.wrap-cat-img {
	position: absolute;
	width: calc(100% - 10px);
	left: 5px;
	top: 0;
	height: 100%;
	overflow: hidden;
	border-radius: 14px;
}

.wrap-cat-img::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(to top, #0a0f16 0%, #0e1015 15%, rgba(10, 15, 22, 0) 100%);
}

.content-cat-product {
	padding: 0 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	overflow: hidden;

	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.35px;
}

.cat-button_viewmore {
	text-align: right;
	padding-bottom: 30px;
}

.cat-button_viewmore span {
	color: #2c78dc;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
}

.cat-description {
	margin-bottom: 18px;
}

.cat-name {
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 10px;
}

.home_products .slick-arrow {
	background-color: rgba(225, 225, 225, 0.5);
	color: #fff;
}

.home_products .next.slick-arrow {
	right: -80px;
}

.home_products .prev.slick-arrow {
	left: -80px;
}

.home_products .slick-arrow:hover {
	color: #0c4da2;
}

h1.title-post {
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	text-transform: unset;
	margin-bottom: 40px;
}

.post-content {
	color: #333333;
	font-size: 15px;
	line-height: 23px;
}

.wrap-post-content {
	padding-top: 80px;
	padding-bottom: 80px;
}

.wrap-post-content img {
	margin-bottom: 30px;
}

.wrap-post-content img.alignleft {
	margin-right: 0;
}

.wrap-post-content img.alignleft+img.alignleft {
	margin-left: 10px;
}

.wrap-post-content h4 {
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}

.wrap-post-content .post-content> :last-child {
	margin-bottom: 0;
}

.post {
	margin-bottom: 0;
}

.post-public_date {
	background-color: #0c4da2;
	padding: 10px;
	color: #fff;
	text-align: center;
	margin-bottom: 21px;
}

.month {
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 4px;
	padding-bottom: 3px;
}

.year {
	color: #ffffff;
	font-family: Oswald;
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 4.8px;
	padding-top: 9px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.post-share label {
	color: #333333;
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.7px;
	white-space: nowrap;
}

.post-share li.social a {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}

.post-share .send-mail a {
	background-color: #ea1706;
}

.post-share .fb a {
	background-color: #3a589e;
}

.post-share .linked_in a {
	background-image: linear-gradient(-209deg, #e7002a 0%, #bb00ae 99%, #bb00ae 100%);
}

.post-share .twitter a {
	background-color: #2969b1;
}

.post-share li+li {
	margin-top: 10px;
}

.post-share .linked_in button svg {
	display: none;
}

.post-share .linked_in button {
	font-size: 0px !important;
	background: unset !important;
	padding: 0 !important;
	height: auto !important;
	border-radius: 0 !important;
}

.post-share .linked_in button:hover {
	background: unset !important;
}

.post-share .linked_in button:before {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	content: '\f08c';
	font-family: FontAwesome;
	background-color: #2969b1;
}

h2.related_post_title {
	color: #0c4da2;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 30px;
}

h2.related_post_title:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 70px;
	height: 2px;
	background-color: #0c4da2;
	bottom: -20px;
}

.wrap-related-posts .post-title {
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.wrap-related-posts a:hover .post-title {
	color: #0c4da2;
}

.wrap-related-posts .post {
	padding: 20px 0;
}

.wrap-related-posts .post:not(:last-child) {
	border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

ul.list-cat_post_children {
	text-align: center;
	margin: 70px -5px 40px;
}

li.cat_post_children {
	display: inline-block;
	margin: 0 5px;
}

li.cat_post_children a {
	padding: 15px 20px;
	line-height: 10px;
	background-color: #f5f5f5;
	border-radius: 5px;
	display: block;
	color: #999999;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	transition: .3s all ease-in-out;
}

li.cat_post_children a.active,
li.cat_post_children a:hover {
	background-color: #0c4da2;
	color: #ffffff;
}

.wrap-post_thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 55%;
}

.wrap-post_thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list-posts .post-content {
	margin-top: 20px;
	display: flex;
}

.list-posts .post-public_date {
	margin-bottom: 40px;
}

.list-posts .post-name {
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

section.list-posts {
	padding-bottom: 30px;
}

.vc_gitem-zone-a .vc_gitem-row-position-top,
.vc_gitem-zone-b .vc_gitem-row-position-top,
.vc_gitem-zone-a .vc_gitem-row-position-middle,
.vc_gitem-zone-b .vc_gitem-row-position-middle,
.vc_gitem-zone-a .vc_gitem-row-position-bottom,
.vc_gitem-zone-b .vc_gitem-row-position-bottom {
	position: static !important;
	transform: unset !important;
}

.img-video {
	position: relative;
	width: 100%;
	height: 340px;
}

.img-video img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.separate-containers .widget,
.separate-containers .site-main>*,
.separate-containers .page-header,
.widget-area .main-navigation {
	margin-bottom: 0 !important;
}

.home_news .vc_column-inner {
	position: relative;
}

.play-video-news {
	position: absolute;
	left: 15px;
	bottom: 40px;
}

.play-video-news a {
	padding: 25px !important;
	padding-right: 90px !important;
	width: auto !important;
	max-width: unset !important;
	border-radius: 0 99px 99px 0 !important;
	background-color: rgba(255, 255, 255, 0.9) !important;
	border: none !important;
	color: #0c4da2 !important;
	font-size: 25px !important;
	font-weight: 700;
	line-height: 40px !important;
	text-transform: uppercase;
}

.play-video-news a i {
	width: 42px;
	height: 42px !important;
	background-color: transparent;
	border-radius: 50%;
	color: #0c4da2;
	font-size: 42px !important;
	line-height: 42px !important;
}

.vc_gitem-zone-a .vc_gitem-zone-mini {
	background-color: #ffffff;
}

.news-post .wpb_single_image {
	position: relative;
	margin-bottom: 0 !important;
	width: 100%;
	height: 0;
	padding-bottom: 57%;
	overflow: hidden;
}

.news-post .wpb_single_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	transition: .3s all ease-in-out;
}

.vc_gitem-post-data-source-post_date {
	color: #999999;
	font-size: 14px;
	font-weight: 300;
	line-height: 12px;
}

.vc_gitem-post-data {
	margin-bottom: 10px !important;
}

.vc_gitem-post-data-source-post_title {
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

.news-post .vc_btn3-container {
	margin-bottom: 10px !important;
}

.news-post .vc_btn3-container a {
	color: #0c4da2 !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	padding: 0;
	border: unset;
	background-color: transparent !important;
}

.news-post .vc_btn3-container a:hover {
	border: none !important;
	background-color: transparent !important;
}

.vc_grid-item-mini:hover img {
	transform: scale(1.2);
}

.vc_grid-item-mini:hover .vc_gitem-post-data-source-post_title {
	color: #0c4da2 !important;
}

h1.title-post-cat {
	text-align: center;
	color: #0c4da2;
	font-size: 30px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 30px;
}

section.other-service {
	border-top: 1px solid #e1e1e1;
	padding-top: 60px;
	padding-bottom: 70px;
}

h2.title-other-service {
	color: #333333;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}

.prev.slick-arrow {
	left: -80px;
}

.next.slick-arrow {
	right: -80px;
}

.wrap-other-service {
	margin: 0 -25px;
}

.item-service {
	padding: 0 10px;
}

.item-service a {
	display: block;
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	height: 0;
	padding-bottom: 107%;
	overflow: hidden;
}

.item-service img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	transition: .3s all ease-in-out;
}

.title-service {
	position: absolute;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	min-height: 50%;
	bottom: 0;
	left: 0;
	padding: 20px;
	max-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.item-service a:hover img {
	transform: scale(1.2);
}

.item-service a:hover .title-service {
	color: #d6a449;
}

.tax-sumary img {
	width: 100%;
	max-height: 300px;
	object-fit: cover;
}

.tax-sumary .button_readmore {
	margin-right: 30px;
	margin-top: 40px;
}

.menu-about {
	margin-bottom: 0 !important;
	padding: 80px 0 40px;
}

.menu-about ul.menu {
	text-align: center;
	margin: 0 -5px;
}

.menu-about ul.menu li {
	display: inline-block;
	margin: 0 5px;
}

.menu-about ul.menu li a {
	display: block;
	border-radius: 5px;
	background-color: #f5f5f5;
	color: #999999;
	font-size: 15px;
	font-weight: 700;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	padding: 15px 20px 13px;
	transition: .3s all ease-in-out;
}

.menu-about ul.menu li.current-menu-item a,
.menu-about ul.menu li a:hover {
	background-color: #0c4da2;
	color: #fff;
}

.about_sec1-img img {
	width: 100%;
	border-radius: 30px 0 30px 0;
}

.vc_custom_heading.area {
	padding-left: 10px;
	position: relative;
}

.vc_custom_heading.area::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border: 1px solid #0c4da2;
	content: '';
	display: block;
}

.ab_sec_4 ul li {
	position: relative;
	padding-left: 18px;
}

.ab_sec_4 ul li::before {
	content: '';
	display: block;
	background-color: #0c4da2;
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 9px;
	border-radius: 50%;
}

.ab_sec_4 ul li+li {
	margin-top: 20px;
}

.ab_sec_4 {
	font-size: 16px;
}

.certificate-item img {
	width: 100%;
}

.certificate-item a {
	position: relative;
}

.certificate-item a::before {
	content: '';
	display: block;
	border: 3px solid transparent;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.certificate-item a:hover::before {
	border-color: #0c4da2;
}

.wpb_single_image .vc_figure-caption {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 19px;
	text-align: left;
}

.certificate-item a:hover+.vc_figure-caption {
	color: #0c4da2;
}

.fancy-certificate button.fancybox-button.fancybox-button--close {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	position: fixed;
	top: 50%;
	left: calc(50% + 150px);
	transform: translateY(-50%);
}

blockquote {
	border: none;
	padding: 0;
	color: #000000;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 30px !important;
	padding-bottom: 60px;
}

blockquote:after {
	font-style: normal;
	content: '\f10e';
	font-family: FontAwesome;
	display: block;
	position: absolute;
	left: 50%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	bottom: 0;
	margin-left: -20px;
	background-color: #0c4da2;
	text-align: center;
	line-height: 44px;
}

@media (min-width: 1025px) {

	.row-right-in-container,
	.row-in-container {
		width: 585px;
	}
}

.row-in-container {
	position: relative;
	right: 0;
	left: unset;
	margin-left: auto !important;
}

.row-right-in-container {
	position: relative;
	left: 0;
}

.title-contact h2 {
	color: #666666;
	font-size: 30px;
	font-weight: 700;
	line-height: 25px;
}

.contact-info {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.contact-info li {
	padding-left: 25px;
	position: relative;
}

.contact-info li+li {
	margin-top: 20px;
}

.contact-info li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	display: inline-block;
	width: 15px;
	height: 15px;
	color: #0c4da2;
	background-size: 13px;
	background-position: center;
	background-repeat: no-repeat;
}

.contact-info .address::before {
	background-image: url('../images/address.png');
}

.contact-info .phone::before {
	background-image: url('../images/phone.png');
}

.contact-info .email::before {
	background-image: url('../images/mail.png');
}

.map iframe {
	float: left;
}

.wpcf7 label {
	color: #666666;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}

.wrap-contact-content input[type="text"],
.wrap-contact-content input[type="email"],
.wrap-contact-content input[type="tel"],
.wrap-contact-content textarea {
	background-color: rgba(245, 245, 245, 0.5);
	padding: 20px;
	border: 1px solid transparent;
	color: #999999;
	line-height: 10px;
	height: auto;
	font-size: 14px;
	font-weight: 300;
	display: block;
	width: 100%;
	font-family: 'Bai Jamjuree', sans-serif !important;
	outline: none;
}

.wrap-contact-content .wpcf7-form-control-wrap {
	margin-bottom: 20px !important;
}

.wrap-contact-content input.wpcf7-form-control.wpcf7-submit {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	background-color: #0c4da2;
	padding: 0;
	outline: none;
}

.wrap-contact-content label[for="submit-contact"] {
	border-radius: 5px;
	background-color: #0c4da2;
	padding: 0 25px;
	margin-top: 20px;
	margin-bottom: 20px !important;
}

.wrap-contact-content label[for="submit-contact"]::after {
	content: '\f1d8';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-left: 10px;
	color: #fff;
}

.wrap-contact-content div.wpcf7 .ajax-loader {
	display: none !important;
}

.wrap-contact-content .wpcf7-not-valid {
	border-color: 1px solid red !important;
}

.tax-sumary .col-md-12 .tax-title,
.tax-sumary .col-md-12 .tax-desc {
	margin-left: 30px;
	margin-right: 30px;
}


.tax-sumary .col-md-12 .tax-desc {
	margin-bottom: 30px;
}

section.list-products {
	margin-top: 30px;
}

body .IN-2bc0215c-7188-4274-b598-1969e06d4d7c-1G9ISYhSF8XoOmdcl0yKDu:not(:disabled):not(.IN-2bc0215c-7188-4274-b598-1969e06d4d7c-1zhzkayakwEXovVYUbq5Gy):hover {
	background-color: transparent !important;
}

ul.share-buttons .linked_in button svg {
	display: none;
}

ul.share-buttons .linked_in button {
	font-size: 0px !important;
	background: unset !important;
	padding: 0 !important;
	height: auto !important;
	border-radius: 0 !important;
	overflow: inherit !important;
}

ul.share-buttons .linked_in button:before {
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #999;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	content: '\f0e1';
	font-family: FontAwesome;
	border-radius: 50%;
}


ul.share-buttons .linked_in button:hover:before{
	color: #0c4da2;
	border: 1px solid #0c4da2;
}

.footer-widget-4 .menu {
	margin-bottom: 40px !important;
}

.search-header{
	padding-top: 80px;
}

.error404 div#page {
	padding: 150px 0;
}

form.search-form {
	position: relative;
}

.widget_search .search-form .search-submit {
	display: block;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	background: url('../images/submit-search.png') no-repeat center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	padding: 0;
	font-size: 0;
}
.form_contact input:not(.wpcf7-submit){
	margin-bottom: 20px !important;
}
section.tax-sumary {
	margin-top: 80px;
}
.page-header-image.grid-container.grid-parent {
	display: none;
}
.section_nhan_luc {
	padding-top: 30px  !important;
	padding-bottom: 50px !important;
}

.section_nhan_luc .home_products {
	margin-top: 30px;
}
#site-navigation .inside-navigation{
	display: flex;
}
.site-header .menu_wpml a{
	line-height: normal;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	height: 35px;
	width: 35px;
	color: #fff;
	background: #0c4da2;
	border-radius: 50%;
	padding: 7px;
	text-transform: uppercase;
	margin: 0 5px;
}
ul.menu_wpml,
.lag_menu{
	display: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
	display: none;
}
.post-content ul{
    list-style: disc;
    margin-left: 2em;
}
.post-content ol{
    margin-left: 2em;
}
@media screen and (min-width: 1200px){
	.mega-lang-item a {
		width: 35px !important;
		height: 35px !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		border: 1px solid #0c4da2 !important;
		border-radius: 50% !important;
		padding: 0 !important;
		color: #fff !important;
		background: #0c4da2 !important;
		margin-left: 16px !important;
	}

}
@media only screen and (max-width: 1024px){
	.box_why_choose{
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.box_why_choose .vc_row.wpb_row.vc_inner{
		padding: 0 !important;
	}
	.box_why_choose .box_img{
		order: 2;
	}
	/*.box_why_choose .wpb_content_element{*/
	/*	margin: 0;*/
	/*}*/
	body .list-products:last-child{
		margin-bottom: 0 !important;
	}
	ul.list-cat_children{
		margin: 15px 0;
	}
	section.list-products{
		margin-top: 0 !important;
	}
	.product_relate {
		margin: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.archive .container{
		max-width: 100%;
	}
	.archive .list-products{
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 1365px){
	.home_products ul.slick-dots{
		bottom: -30px;
	}
	.home_products ul.slick-dots li button,
	.slider_services ul.slick-dots li button{
		background: #999999;
	}
	.home_products ul.slick-dots li.slick-active button ,
	.slider_services ul.slick-dots li.slick-active button{
		background: #0c4da2;
	}
	.vc_row{
		margin: 0 !important;
	}
	.site-logo{
		margin-left: 15px;
	}
}
@media only screen and (max-width: 875px){
	.home_sliders .content-slider{
		font-size: 30px;
		line-height: 40px;
	}
	.home_sliders .wrap-content-slider{
		height: 400px;
	}
	h2{
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.home_services_tabs .item-slider .title{
		font-size: 18px;
		line-height: 25px;
	}
	.home_services_tabs .item-slider .content_slider{
		font-size: 12px;
	}
	.home_services_tabs .nav-tabs a{
		line-height: 20px;
		font-size: 12px;
	}
	.home_services_tabs .tab-content .slick-slide {
		min-height: 300px;
	}
	.about_home {
		padding: 0 0 30px !important;
	}
	.about_home span{
		font-size: 15px;
	}
	a.button_readmore{
		margin-top: 20px;
	}
	.home_services_tabs .item-slider .content-slider{
		padding: 0 30px;
		width: 100%;
		left: 0;
		text-align: center;
	}
	.vc_custom_1590337008922{
		padding: 30px 0 !important;
	}
	.vc_custom_1590637942856,
	.vc_custom_1590652702800{
		padding-top: 0 !important;
	}
	.vc_custom_1590653134102{
		padding-bottom: 0 !important;
	}
	.home_news .vc_col-sm-6{
		width: 100%;
	}
	.wpb_single_image img{
		position: unset;
		padding-bottom: 30px;
	}
	.play-video-news{
		top: 50%;
		bottom: unset;
		transform: translateY(-50%);
	}
	.post_news  .vc_col-sm-6{
		width: 50%;
	}
	.vc_custom_1598581612316{
		padding-bottom: 0 !important;
	}

}
@media only screen and (max-width: 768px){
	.lag_menu .menu_wpml{
		display: block;
	}
	.top-bar{
		bottom: 0;
		top: unset !important;
	}
	body{
		margin-bottom: 40px;
	}
	nav#site-navigation{
		margin-top: 0;
	}
	.site-header{
		top: 0;
	}
	.main-navigation .menu-toggle{
		display: none;
	}
	.site-logo{
		width: 210px;
		margin: 0;
		/*float: left;*/
		margin-left: 15px;
		float: left !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link{
		font-size: 15px;
		line-height: 58px;
	}
	nav#site-navigation{
		display: inline-block;
	}
	.wrap-breadcrumbs .title{
		font-size: 20px;
	}
	.banner{
		height: 200px;
	}
	.banner img{
		height: 100%;
		object-fit: cover;
	}
	.vc_custom_1590735635467{
		padding-bottom: 30px !important;
	}
	div#about-count .vc_col-sm-3{
		width: 50%;
	}
	.footer-widget-2 .widget_nav_menu ul.menu{
		display: inline-block;
	}
	.footer-widget-2 .widget_nav_menu ul.menu li{
		margin-bottom: 10px;
	}
	.inside-footer-widgets>div:not(:last-child){
		margin: 0;
		padding: 20px 0;
	}
	.footer-widgets{
		padding: 20px;
	}
	.footer-widget-2 .widget_nav_menu ul.menu{
		margin-top: 0;
	}
	.footer-widget-3 .widget-title, .footer-widget-4, .footer-widget-5{
		padding-top: 20px;
	}
	.footer-widget-2 .widget_nav_menu ul.menu li{
		margin-left: 0;
	}
	.footer-widget-2.grid-parent.grid-20.tablet-grid-50.mobile-grid-100{
		padding-bottom: 0;
	}
	.footer-widget-2 .widget ul li a{
		font-size: 12px;
	}
	.vc_custom_1590659215785{
		padding: 30px 0 0 0 !important;
	}
	.single-service h1,
	.single-service h2{
		font-size: 20px !important;
		line-height: 30px !important;
	}

	.wrap-other-service ul.slick-dots li button{
		background: #999999;
	}
	.wrap-other-service ul.slick-dots li.slick-active button {
		background: #0c4da2;
	}
	.wrap-other-service ul.slick-dots{
		bottom: -30px;
	}
	.info_contact,.form_contact{
		width: 100% !important;
	}
	.map iframe{
		height: 250px;
	}
	.info_contact .wpb_single_image.vc_align_left{
		text-align: center;
	}
	.info_contact h2{
		text-align: center;
	}
	.vc_custom_1590745544818{
		margin-bottom: 30px !important;
	}
	.vc_custom_1590745410430{
		padding: 30px 0 !important;
	}
	.list-posts .post-name{
		font-size: 15px;
		line-height: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		height: 70px;
	}
	.blog .wrap-paged{
		margin-top: 0;
	}
	.blog ul.thenativePagination{
		margin-bottom: 0;
	}
	.single-post .wrap-post-content{
		padding: 30px 0 !important;
	}
	.single-post .col-md-1 {
		width: 100%;
		max-width: 100%;
		flex: unset;
	}
	.post-share li{
		display: inline-block;
	}
	.post-share{
		margin-bottom: 20px;
	}
	.single-post .col-md-7{
		width: 100%;
		flex: unset;
		max-width: 100%;
	}
	.single-post .col-md-3.offset-md-1{
		width: 100%;
		max-width: 100%;
		flex: unset;
		margin: 0;
		margin-top: 30px;
	}
	.post-public_date{
		width: 80px;
	}
	.single-post .wrap-related-posts .post{
		padding: 10px 0;
	}
	.vc_custom_1591001724129{
		padding: 30px 0 !important;
	}
	.vc_custom_1591001697478{
		margin-bottom: 20px !important;
	}
	a.rec-btn{
		padding: 5px 10px !important;
	}
	.single-tuyen-dung .col-md-9,
	.single-tuyen-dung .col-md-3{
		flex: unset;
		width: 100%;
		max-width: 100%;
	}
	.single-tuyen-dung section.content-single-rec{
		padding: 30px 0;
	}
	.wrap-rec-descs{
		margin-top: 0 !important;
	}
	.wrap-applycation_form{
		padding: 30px !important;
	}
	.wrap-rec-descs{
		padding: 0 !important;
	}
	.single-tuyen-dung .footer-widget-4 .wpcf7-form label{
		margin-top: 0;
	}
}
@media only screen and (max-width: 600px){
	.site-header .header-image {
		height: 40px;
		width: auto;
	}
	nav#site-navigation{
		position: absolute;
		right: 15px;
	}
	.inside-header{
		padding: 10px 0;
	}
	.inside-header>:not(:last-child):not(.main-navigation){
		margin-bottom: 0;
		text-align: left;
	}
	#mega-menu-wrap-primary #mega-menu-primary{
		position: fixed;
		left: 0;
		width: 100%;
		top: 60px;
		background: white !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link{
		font-size: 12px;
		line-height: 30px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label{
		font-size: 0px	;
	}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu{
		position: unset !important;
		transform: none !important;
		padding: 0 !important;
		display: block !important;
		left: unset !important;
		width: 100% !important;
		float: unset;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
		max-height: 80vh;
		overflow: auto;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.sun-menu-header{
		max-height: initial;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item{
		padding-left: 0;
	}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu .container{
		max-width: 100%;
		padding: 0 15px;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul{
		padding: 10px 0;
	}
	#mega-menu-wrap-primary #mega-menu-primary .sun-menu-header>ul.mega-sub-menu>li{
		border: none !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
		font-size: 12px;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item{
		min-height: auto;
	}
	#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link{
		font-size: 12px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link+.mega-sub-menu>li{
		margin: 5px 0;
	}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link+.mega-sub-menu>li{
		padding: 0;
	}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link+.mega-sub-menu>li::before{
		display: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		padding: 0 15px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after{
		color: black;
	}
	#mega-menu-wrap-primary .mega-menu-toggle{
		background: transparent;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
		display: block;
		max-height: 0;
		overflow: hidden;
		transition: .3s;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{
		transition: .3s;

	}
	div#page{
		margin-top: 40px;
	}
	.home_sliders .content-slider{
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 40px;
	}
	.home_sliders .wrap-content-slider {
		height: 250px;

	}
	h2 {
		font-size: 20px !important;
	}
	.home_services_tabs .nav-tabs a{
		font-size: 10px;
		padding: 5px 5px;
	}
	.home_services_tabs .tab-content .slick-slide {
		min-height: 210px;
	}
	.home_services_tabs .item-slider .title{
		font-size: 14px;
		margin-bottom: 0;
	}
	a.button_readmore{
		padding: 5px;
		font-size: 12px;
	}
	.vc_custom_1590469014434{
		margin-bottom: 10px !important;
	}
	.about_home span{
		font-size: 12px;
	}
	.button_readmore a{
		background-image: linear-gradient(to top, #0c4da2 0%, #0c4da2 100%) !important;
		color: #fff !important;
		border: none !important;
		font-size: 12px !important;
		padding: 5px !important;
		line-height: 15px !important;
	}
	.about_home .vc_col-sm-6{
		width: 30%;
	}
	.about_home .vc_col-sm-6:not(.flex-aligh-center){
		width: 70%;
	}
	.play-video a{
		font-size: 0 !important;
	}
	.play-video a i{
		width: 50px !important;
		height: 50px !important;
		line-height: 50px !important;
	}
	.home_services_tabs .item-slider{
		height: 250px !important;
	}
	.home_services_tabs .item-slider img{
		object-fit: cover;
	}
	.home_services_tabs .item-slider img{
		height: 100%;
	}
	.home_services_tabs .nav-tabs{
		margin-bottom: 20px;
	}
	.home_services_tabs .nav-tabs li {
		margin: 0 5px;
		margin-bottom: 10px;
	}
	.wrap-cat-img img{
		width: 100%;
	}
	.img-video {
		position: relative;
		width: 100%;
		height: 230px;
	}
	.cat-name{
		font-size: 18px;
	}
	.play-video-news a{
		padding: 10px 70px 10px 10px !important;
		font-size: 14px !important;
	}
	.news-post .vc_pageable-slide-wrapper.vc_clearfix{
		display: flex;
	}
	.news-post .vc_gitem-post-data-source-post_title{
		font-size: 12px;
		font-weight: 700;
		line-height: 15px;
	}
	.box_video_news_home .vc_column-inner{
		padding-top: 0 !important;
	}
	.menu-about{
		padding: 30px 0 20px 0;
	}
	.menu-about ul.menu li a{
		font-size: 12px;
		padding: 10px;
	}
	.wrap-breadcrumbs .title{
		font-size: 15px;
	}
	nav.thuythu-breadcrumb a{
		font-size: 12px;
	}
	.wrap-breadcrumbs .title{
		width: 100%;
		max-width: 100%;
	}
	nav.thuythu-breadcrumb{
		width: 100%;
		max-width: 100%;
		text-align: left;
	}
	.wrap-breadcrumbs .col-md-12{
		display: inline-block !important;
	}
	.image_right_about h2{
		text-align: center !important;
	}
	.vc_custom_1590734301591 {
		margin-bottom: 10px !important;
	}
	.about_sec1-img img{
		margin-top: 10px;
	}
	.image_right_about {
		font-size: 12px;
	}.vc_custom_1598595985102 {
		 padding-bottom: 30px !important;
	 }
	.vc_custom_1590735631191 {
		padding-top: 30px !important;
	}
	#about-count .count-item {
		font-size: 30px !important;
		padding: 10px 0 !important;
		line-height: 35px !important;
	}
	#about-count p{
		font-size: 18px !important;
		margin-bottom: 50px;
	}
	div#about-count{
		display: flex;
		flex-wrap: wrap;
	}
	.vc_custom_1590737764823{
		padding: 0 !important;
	}
	h2{
		line-height: 30px !important;
	}
	.vc_custom_1590736514162{
		margin-bottom: 20px !important;
	}
	.ab_sec_4 ul li+li{
		margin-top: 0;
	}
	ul.list-cat_children li {
		display: inline-block;
		margin: 10px 5px;
	}
	.single-product .product-sumary{
		padding: 30px 0;
	}
	.product-img img {
		width: 100%;
		max-height: 250px;
		width: auto;
		margin: auto;
	}
	.product-thumb img{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
		max-height: 100%;
		max-height: 100px;
		width: auto;
	}
	h1.title-product{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.product-highlight_description, .product-description {
		color: #666666;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 20px !important;
	}
	.btn-contact a{
		font-size: 12px;
		padding: 5px 10px;
	}
	.product-tabs .wrap-tab_content{
		padding: 20px;
		font-size: 12px;
	}
	.product-tabs .nav-tabs li a{
		font-size: 12px;
		padding: 10px;	}
	.product-sumary .slick-arrow{
		display: none !important;
	}
	.tax-sumary img{
		max-height: 200px;
	}
	.tax-desc,
	h1.tax-title{
		padding: 0 10px;
	}
	h1.tax-title::before{
		left: 10px;
	}
	.wrap-other-service{
		margin:  0;
	}
	section.other-service{
		padding: 30px 0 60px 0 !important;
	}
	.single-service .wpb_single_image img{
		padding-bottom: 0;
	}
	ul.list-cat_post_children {
		text-align: center;
		margin: 30px 0 30px 0;
	}
	.page-template-recruitments h1{
		font-size: 20px !important;
		line-height: 28px !important;
	}
	.applycation_form input:not(.wpcf7-submit){
		width: 100%;
	}
	.applycation_form label[for="submit-apply"] input{
		width: auto;
		font-size: 12px;
		padding: 5px 10px !important;
		line-height: 20px !important;
		float: left;
	}
	.title-contact h2{
		margin-bottom: 0 !important;
	}
	.single-post .col-md-1{
		display: none;
	}
	body .about_home {
		padding: 35px 0 !important;
	}

	body .about_home .vc_column-inner {
		padding-top: 0 !important;
	}

	body .home_news {
		padding-bottom: 0 !important;
	}
	.home_products ul.slick-dots {
		width: 100%;
		text-align: center;
	}

	ul.slick-dots li button {
		width: 6px;
		height: 6px;
	}

	ul.slick-dots li {
		margin: 0 2px;
	}
}

