html {
	scrollbar-width: thin;
}
body{
	font-family: 'SourceSerifPro-Regular', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 300;
}
a {text-decoration: none !important;}
a:hover {color: #e10600}
p{margin-bottom: 0}
b, strong {
  	font-weight: bold;
}
h3 {
  	font-weight: 700;
  	font-family: 'JosefinSans-Regular', sans-serif;
  	color: #1a428a;
}
.fullwidth {
	width: 100%;
}
.fullheight {
	height: 100%;
}
.fp-overflow {
	height: 100%;
	width: 100%;
}
.container-fluid, .row {
  	margin-left: 0;
  	margin-right: 0;
  	padding: 0;
}
.no-padding {
	padding: 0;
}
.center {
	text-align: center;
}
.show767 {
	display: none;
}
.show480 {
	display: none;
}
.clear10{clear: both;height: 10px;}
.clear20{clear: both;height: 20px;}
.clear40{clear: both;height: 40px;}
.editor {
	max-width: 100%;
}
.editor img, .editor table, .editor iframe {
	max-width: 100%;
}
header {
	position: absolute;
	width: 100%;
	z-index: 999;
	left: 0;
	top: 0;
	padding-left: calc(5% + 15px);
	padding-right: calc(5% + 15px);
}
.header-top {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}
.header-right {
	display: flex;
	justify-content: space-between;
}
.lang-top {
	display: flex;
	margin: auto 0;
}
.lang-top a {
	margin-right: 6px;
}
.lang-top a:last-child {
	margin-right: 0;
}
.lang-top a img {
	width: 25px;
}
.menu-top {
	cursor: pointer;
	margin: auto 0;
	margin-left: 20px;
}
.hamburger-link {
	color: #fff !important;
	font-size: 8pt;
	letter-spacing: .1em;
	font-weight: 800;
	font-family: 'JosefinSans-Regular', sans-serif;
}
.hamburger-link img {
	filter: invert(100%);
	margin-left: 10px;
	width: 18px;
}
.header-bottom {
	display: flex;
	justify-content: center;
}
.logo {
	width: 160px;
}
.buttonlink {
	font-size: 12px;
	letter-spacing: .1em;
	background-color: #fff;
	color: #1a428a;
	padding: 20px 40px;
	border-radius: 10px;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'JosefinSans-Regular', sans-serif;
}
.btn-main-page .buttonlink {
	margin-top: 25px;
	display: table;
}
.buttonlink:hover {
	background-color: #1a428a;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
}
.header-open {
	opacity: 0;
	pointer-events: none;
	padding-top: 25px;
	padding-left: calc(5% + 15px);
	padding-right: calc(5% + 15px);
	background-color: #1a428a;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
}
.header-open .header-open-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-open .header-open-top .logo-image img {
  	width: 240px;
}
.header-open .header-open-top .close-link {
	color: #fff !important;
	font-size: 8pt;
	letter-spacing: .1em;
	font-weight: 800;
	cursor: pointer;
}
.header-open .header-open-top .close-link img {
	filter: invert(100%);
	margin-left: 10px;
	width: 25px;
}
.header-open .header-open-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 50px;
}
.header-open .header-open-main .header-links {
	padding: 0;
	margin: 0;
}
.header-open .header-open-main .header-links li {
	text-align: center;
	font-size: 2.5rem;
	list-style: none;
}
.header-open .header-open-main .header-links li a {
	color: #fff;
	position: relative;
	font-family: 'JosefinSans-Regular', sans-serif;
	font-weight: 600;
}
.phelp {
	position: absolute;
	top: 0;
	right: -25px;
	font-size: 25px;
	font-weight: 800;
	margin: 0;
}
.phelp > i {
	line-height: 40px;
}
.header-links.sub-menu {
	margin: 0;
	padding: 0;
	display: none;
}
.header-links.sub-menu li {
	font-size: 24px !important;
	margin-bottom: 15px;
}
.header-links.sub-menu li:last-child {
	margin-bottom: 0;
}
.header-links.sub-menu li a {
	color: #1a428a !important;
	background: #fff;
	padding: 4px;
}
.scroll-to-continue {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	letter-spacing: .1em;
}
.scroll-to-continue img {
	margin-right: 10px;
	filter: invert(100%);
	width: 10px;
}
.col-red-heading {
	color: #000;
	font-size: 16px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 15px;
	font-family: 'JosefinSans-Regular', sans-serif;
}
.col-white-heading {
	color: #fff;
	font-size: 16px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 15px;
	font-family: 'JosefinSans-Regular', sans-serif;
}
.dotdashlink {
	font-size: 8pt;
	letter-spacing: .1em;
	color: #1a428a;
	margin-top: 40px;
	text-transform: uppercase;
/*	font-weight: 700;*/
	font-family: 'JosefinSans-Regular', sans-serif;
}
.dotdashlink::before {
	content: "●";
	margin-right: 5px;
	-webkit-transform: scale(3);
	transform: scale(3);
}
.dotdashlink::after {
	margin-left: 35px;
	content: "—";
	-webkit-transform: scale(4.5,.5);
	transform: scale(4.5,.5);
	display: inline-block;
}
.block-main-banner-bot {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.content-img-banner-bot {
	font-size: 36px;
	text-align: center;
	position: absolute;
	color: #ffff;
	padding: 5%;
}
footer {
	text-align: center;
	background: #1a428a;
	color: #fff;
	padding: 40px 0;
}
.block-main-footer {
	text-align: center;
}
.logo-footer {
	width: 100%;
	margin-bottom: 20px;
}
.logo-footer img {
	width: 220px;
}
.block-quick-links, .block-social-ft {
	margin-bottom: 20px;
	display: inline-block;
}
ul.quick-links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.quick-links li {
	padding: 0 40px;
	display: inline;
}
ul.quick-links li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'JosefinSans-SemiBold', sans-serif;
}
ul.quick-links li a:hover {
	color: #000;
}
ul.social-ft {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	justify-content: center;
}
ul.social-ft li {
	padding: 0 10px;
}
.social-ft img {
	filter: invert(100%);
}
.copyright p {
	font-size: 10px;
	font-family: 'JosefinSans-Regular', sans-serif;
}
.section-banner {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	padding: 5%;
}
.section-banner.banner-half-vh {
	height: 60vh;
	flex-direction: inherit;
	justify-content: left;
	padding-left: calc(5% + 15px);
	padding-right: calc(5% + 15px);
}
.banner-half-vh .text-banner {
  	text-align: left;
}
.col-heading {
	color: #fff;
	font-size: 16px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 600;
}
.des-banner {
	color: #fff;
	font-size: 28px;
	font-family: 'JosefinSans-Regular', sans-serif;
	font-weight: 800;
}
.item-blog {
	border: 1px solid #cecece;
	margin-bottom: 20px;
}
.pagi {
	display: flex;
	justify-content: center;
}
.pagi a {
	width: 34px;
	height: 34px;
	display: flex;
	border: 1px solid #000;
	color: #000;
	justify-content: center;
	line-height: 32px;
	margin: 5px;
	font-weight: 400;
}
.pagi a i {
	line-height: 32px;
}
.pagi a:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}
.pagi a.active {
	background: #000;
	border-color: #000;
	color: #fff;
}
.more-info-blog-details {
  	margin: 20px 0;
  	display: flex;
  	justify-content: space-between;
  	border-bottom: 1px solid #cecece;
	padding-bottom: 20px;
}
.share-blog-details ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style-type: none;
}
.share-blog-details ul li {
	padding-left: 10px;
}
.chapeau {
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
}
.tit-baner {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
}
.section {
	padding: 5%;
}
.items-center {
	display: flex;
	align-items: center;
	height: 100%;
}
.item-who {
	margin-bottom: 20px;
}
.item-who:last-child {
	margin-bottom: 0;
}
.item-who .p-name {
	font-size: 42px;
	font-weight: 700;
	font-family: 'JosefinSans-Regular', sans-serif;
	color: #1a428a;
}
.item-who .p-desc {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.block-title-who {
	width: 75%;
	float: right;
}
.who-left img {
	width: 100%;
	height: 390px;
	object-fit: cover;
}
.who-right {
	background-color: #E8ECF3;
	color: #1a428a;
}
.tile-hightlight {
	font-size: 18px;
	color: #1a428a;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'JosefinSans-Regular', sans-serif;
}
.who-right .block-details {
	text-align: center;
}
.who-right {
	background-color: #E8ECF3;
	color: #fff;
}
.des-banner-clb {
	color: #000;
	font-size: 28px;
	font-family: 'JosefinSans-Regular', sans-serif;
	font-weight: 800;
}
.col-heading-clw {
	color: #fff;
	font-size: 22px;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-family: 'JosefinSans-Regular', sans-serif;
	font-weight: 600;
}
.section-product-2 .img-gallery-pro {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.no-padding-top {
	padding-top: 0;
}
.section-product-3 {
	height: 50vh;
	position: relative;
}
.s-quality-img {
	height: 500px;
	padding: 20px;
}
.col-heading-bl {
	color: #000;
	font-size: 22px;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-family: 'JosefinSans-Regular', sans-serif;
	font-weight: 700;
}
.tit-default {
	color: #000;
	margin: 0;
	padding: 0 5px;
	padding-top: 15px;
	font-family: 'JosefinSans-Regular', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.desc-default {
	padding: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	-webkit-line-clamp: 5;
	height: 118px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 300;
}
.item-on-right {
	margin-bottom: 20px;
	display: flex;
}
.img-on-right {
	width: 50%;
}
.detail-on-right {
	width: 50%;
	display: flex;
	align-items: center;
}
.detail-on-right .tit-default {
	padding: 0 5px;
}
.block-blog-on-right {
  	border-bottom: 1px dotted #cecece;
}
.section-banner-bottom {
	height: 70vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.item-hightlight-news {
	border: 1px solid #f5f5f5;
}
.item-hightlight-news a {
	padding: 20px 15px;
	width: 100%;
	display: inline-block;
}
.hl-name {
	color: #000;
	font-weight: 400;
	font-size: 16px;
}
.item-hightlight-news:hover {
	background-color: #1a428a;
	border: 1px solid #1a428a;
}
.item-hightlight-news:hover .hl-name {
	color: #fff;
}
.content-blog-hl {
	background-color: #fff;
	display: none;
}
.tit-ct {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.item-contact-bot {
	padding: 4%;
	border-bottom: 1px solid #cecece;
}
.long-dash {
	color: #cecece;
	letter-spacing: -2px;
}
.item-certificate {
	height: auto;
	width: 100%;
	position: relative;
}
.text-cer {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
	margin: 20px 0;
}
.text-cer .col-heading-clw {
	margin-bottom: 15px;
}
.img-cer {
	height: 350px;
	overflow: hidden;
}
.item-certificate img {
	object-fit: cover;
	transition-duration: 1s;
}
.item-certificate:hover img { 
	scale: 1.2;
	transition-duration: 1s;
}
.item-slide-who {
  	height: 320px;
}
.section.slide-who-top {
	position: absolute;
	color: #fff;
}
.img-obj-fit {
	object-fit: cover;
}
.slide-who-bot img {
	height: 320px;
}
.list-ft {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.block-list-ft {
  	margin-bottom: 20px;
}
.list-ft li {
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'JosefinSans-Regular', sans-serif;
	padding: 0 25px;
	display: inline;
	position: relative;
}
.list-ft li:not(:last-child):after {
	content: "";
	width: 1px;
	height: 10px;
	display: inline-block;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.section-who-6 {
  	background: #E8ECF3;
}
.block-our-value {
  	display: grid;
  	grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  	grid-gap: 30px;
}
.our-value-name {
  	font-size: 28px;
  	color: #1a428a;
}
.details-our-value {
  	padding: 10px;
  	text-align: center;
  	font-family: 'JosefinSans-Regular', sans-serif;
}
.our-value-desc {
  	font-size: 18px;
}
.img-our-value {
  	height: 370px;
}
.block-gallery-pro {
	display: grid;
	grid-template-columns: calc(33.3333% - 10px) calc(33.3333% - 10px) calc(33.3333% - 10px);
	grid-gap: 15px;
}
.item-gallery-pro {
	position: relative;
	cursor: pointer;
}
.icon-gallery-pro {
	max-width: 150px;
	max-height: 150px;
	margin: auto;
}
.item-gallery-pro .block-details {
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	opacity: 0;
	transition-duration: 1s;
}
.text-gallery-pro {
  	color: #fff;
}
.item-gallery-pro:hover:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(26, 66, 138, 0.75);
}
.item-gallery-pro:hover .text-gallery-pro, .item-gallery-pro:hover .text-gallery-pro h3 {
	color: #fff;
}
.item-gallery-pro:hover .block-details, .item-gallery-pro.active .block-details {
	opacity: 1;
	transition-duration: 1s;
}
.map iframe {
	width: 100% !important;
	height: 450px !important;
}
.block-info-contact {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	padding: 25px;
}
.item-contact {
	font-size: 18px;
	margin-bottom: 15px;
}
.item-contact p span:first-child {
	margin-right: 5px;
}
.item-contact p span:first-child i {
	color: #1a428a;
}
.block-form-contact {
	display: flex;
	justify-content: center;
	text-align: center;
	font-family: 'JosefinSans-Regular', sans-serif;
}
.col-title-form {
  	font-size: 16px;
}
.btn-contact {
	background-color: #1a428a;
	padding: .375rem .75rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.item-hoatdong {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 0;
}
.item-hoatdong:nth-child(odd) .hoatdong-left {
	order: 2;
}
.item-hoatdong:nth-child(odd) .hoatdong-right {
	order: 1;
}
.img-quality {
	margin-bottom: 10px;
}
.img-quality img {
	height: 450px;
	width: 100%;
	object-fit: cover;
}
/*.item-quality .editor {
	font-size: 28px;
	font-family: 'JosefinSans-Regular', sans-serif;
	font-weight: 800;
}*/
.item-quality {
	margin-bottom: 40px;
}











@media (max-width: 991px){

}
@media (max-width: 767px){
	.show767 {
		display: block;
	}
	.hide767 {
		display: none;
	}
	header {
		padding: 5%;
	}
	.header-top {
		padding: 0;
	}
	.header-open {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 5%;
	}
	.logo {
	  	width: 134px;
	}
	ul.quick-links li {
		width: 100%;
		margin-bottom: 10px;
		display: inline-block;
	}
	ul.quick-links li:last-child {
		margin-bottom: 0;
	}
	.des-banner {
		color: #fff;
		font-size: 22px;
	}
	.section-banner {
		background-position: 50% !important;
	}
	.block-title-who {
		width: 100%;
	}
	.des-banner-clb {
		font-size: 22px;
	}
	.s-quality-img {
		background-position: 50% !important;
	}
	.section-banner.banner-half-vh {
		flex-direction: column;
		justify-content: center;
		padding-left: 5%;
		padding-right: 5%;
	}
	ul.quick-links {
		display: unset;
		line-height: 12px;
	}
	/*.item-quality .editor {
		font-size: 22px;
	}*/
	.editor img, .editor table, .editor iframe {
		max-height: 450px;
	}
	.block-gallery-pro {
		grid-template-columns: calc(50% - 5px) calc(50% - 5px);
		grid-gap: 10px;
	}
}
@media(max-width: 480px){
	.hide480 {
		display: none !important;
	}
	.show480 {
		display: block;
	}
	.des-banner-clb {
		font-size: 18px;
	}
	.text-cer {
		font-size: 18px;
	}
	.block-our-value {
	  	grid-template-columns: auto;
	}
	.block-gallery-pro {
		grid-template-columns: 100%;
		grid-gap: 10px;
	}
	.map iframe {
	  	width: 100% !important;
	  	height: 350px !important;
	}
	.block-info-contact {
		padding: 25px 0;
	}
	.item-hoatdong {
		grid-template-columns: 100%;
		margin-bottom: 20px;
	}
	.item-hoatdong:nth-child(odd) .hoatdong-left {
		order: 1;
	}
	.item-hoatdong:nth-child(odd) .hoatdong-right {
		order: 2;
	}
	/*.item-quality .editor {
		font-size: 18px;
	}*/
	.editor img, .editor table, .editor iframe {
		max-height: 250px;
	}
	.who-left img {
		height: auto;
		object-fit: contain;
	}
	.who-right {
		min-height: 180px;
	}
}