@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800&display=swap');
/*@font-face {
font-family: 'Commissioner';
font-weight: 400;
font-style: normal;
src: url("https://file.hstatic.net/1000266602/file/commissioner-regular_ed04f7194fa04459a63f8bd580dc95d0.ttf") format("truetype");
font-display: swap;
}
@font-face {
font-family: 'Commissioner';
font-weight: bold;
font-style: normal;
src: url("https://file.hstatic.net/1000266602/file/commissioner-bold_9bcf066d9aed4a38b610cb35508f95b7.ttf") format("truetype");
font-display: swap;
}*/
*{
	font-family: 'Montserrat', sans-serif!important;
}
.glyphicon{
	font-family: 'Glyphicons Halflings'!important;
}
.fa{
	font-family: 'FontAwesome'!important;
}
html,body
{
	border: 0;
	background-color: #fff;
}
*{
	margin: 0;
	padding: 0;
}
html
{
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:100%;
}
body
{
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height:1.5;
	color: #000;
	background: #fff;
}
h1 {
	font-size: 29px;
	letter-spacing: 1px;
	text-transform: none;
	margin-bottom: 10px;
}
h1, h2, h3 {
	font-weight: 700;
	color: #003A70;
}
h4, h5, h6 {
	font-weight: 600;
	color: #003A70;
}
@media screen and (min-width:1300px){
	.container {
		width: 1200px;
	}
}
img{max-width: 100%;}
a{color:#000;text-decoration: none;}
a:hover, a:focus{text-decoration: none;color:#000000;}
.flex-box {display: flex;}
.flex-w {flex-wrap: wrap;}
.align-c {align-items: center;}
.justify-c {justify-content: center;}
.justify-s {justify-content: space-between;}
.flex-box.row:before,.flex-box.row:after{display:none;}
.flex-box > img{align-self:center;}
.flex-scroll{overflow-x: auto;}
.flex-scroll::-webkit-scrollbar{display: none;}
/*Home*/
ul.language {
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 20px;
	margin: 0;
}
ul.language li {
	display: inline-block;
	list-style: none;
	height: auto !important;
}
#hero {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	height: 100%;
}
#hero-styles {
	height: 100%;
	width: 100%;
	position: relative;
}
.logo-main-slider {
	position: absolute;
	top: 20px;
	left: 10px;
	max-width: 98%;
	z-index: 2;
}
/*.container-main-slider {height: 100% !important;}*/
.mb100{margin-bottom:100px;}
#main-slider {}
#main-slider .owl-dots{
	position: absolute;
	bottom: 15px;
	left:0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main-slider .owl-dots button{
	margin: 5px 7px;
	display: block;
	width: 10px;
	height: 10px;
	background: #003A70;
	opacity:0.6;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}
#main-slider .owl-dots button.active{
	opacity:1;
}
#main-slider .owl-nav button{
	position: absolute;
	top: calc(50% - 30px);
	color:#000;
	font-size:80px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
}
#main-slider .owl-nav button i{line-height:60px;}
#main-slider .owl-nav button.owl-prev{
	left:50px;
}
#main-slider .owl-nav button.owl-next{
	right:50px;
}
.caption-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 30%;
	left: 8%;
	height: 25%;
	width: 40%;
}
.animated-gc, #main-slider .container-text-inner {
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease;
	-webkit-transform: translateZ(0);
	animation-fill-mode: forwards;
	animation-timing-function: ease;
	transform: translateZ(0);
}
#main-slider .owl-item.active .container-text-inner {
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 6500ms;
	-webkit-animation-name: homeSliderText;
	animation-delay: 0s;
	animation-duration: 6500ms;
	animation-name: homeSliderText;
}
.slider-quote {
	font-size: 20px;
	line-height: 26px;
	color: #000;
}
.slider-quote-source {
	font-size: 16px;
	color: #000;
	float: right;
	padding-right: 50px;
}
.hide-desktop {
	display: none;
}
.credits {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	/* letter-spacing: -.1px; */
	border-left: 1px solid #000;
	padding-left: 5px;
}
@-webkit-keyframes homeSliderText {

	0% {
		opacity: 0;
		visibility:visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	5% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}

	35% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	85% {
		opacity: 1;
	}

	92% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes homeSliderText {


	0% {
		opacity: 0;
		visibility:visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	5% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}

	35% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	85% {
		opacity: 1;
	}

	92% {
		opacity: 1;
	}

	100% {
		opacity: 1;

	}
}
/*Menu*/
#navigation {background-color: #fff;border: 0;margin:0;z-index:998;}
.navbar {position: relative;}
.navbar-inner {
	min-height: 79px;
	transition: all 0.3s ease-out 0s;
	border-bottom: none !important;
	padding-left: 20px !important;
	padding-right: 0 !important;
	background: transparent;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	z-index: 10;
}
.no-padding {padding: 0 !important;}
.navbar .container {width: auto;}
.block-menu-flyout {
	float: right;
	background: transparent;
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 90000;
}
@media only screen and (min-width: 768px){
	.block-menu-flyout {display: none;}
}
.navbar .show-menu {
	float: right;
	width: 30px;
	margin: 18px 30px 15px 10px;
	height: 30px;
	cursor: pointer;
	color: #003A70;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}
#logo {
	position: absolute;
	width: auto;
	left: 30px;
	margin-left: 0;
	z-index: 100;
	display: block;
	transform-style: preserve-3d;
	transition: -moz-transform 0.5s ease 0s;
	background-position: 0 7px !important;
	background-size: auto 50px !important;
}
#logo a {
	display: block;
}
#logo a img {
	display: block;
	height: 26px;
	max-width: 100%;
	margin-top: 26px;
}
.collapse {
	display: block;
	position: relative;
	height: auto;
	padding:24px 0;
	overflow: visible;
	visibility: inherit;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	margin: 0 10px 0 0;
	background: transparent;
}
.navbar .nav {
	width: 80%;
	text-align: left;
	margin-left: 20%;
}
.navbar .nav > li {
	float: none;
	display: inline-block;
	height: auto !important;
}
.navbar .nav > li > a {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	color: #000;
	display: block;
	height: 100%;
	transition: all 0.3s ease-out 0s;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	text-decoration: none;
	background:transparent;
}
.navbar .nav>li>a.active {
	font-weight:800;
}
.is-sticky{
	position: fixed;
	top: 0;
}
/*about*/
section {
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.section-title {
	text-align: center;
	width: 800px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.about .section-title {margin-bottom: 20px;}
p.hero {
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 2px;
	text-align: justify;
}
/*portfolio*/
.portfolio_home {
	padding-bottom: 0;
	position: relative;
	z-index: 2!important;
	overflow: hidden;
}
.portfolio {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
#portfolio-wrap {
	position: relative;
	margin: 0 auto;
	height: inherit;
	padding-bottom: 10px;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
#portfolio-wrap.no-gutter {padding-bottom: 0px;}
.portfolio-item {
	padding: 0;
	position: relative;
	overflow: hidden;
	height: 236px;
}
.portfolio-item{background-color: #fff;}
hr {
	background-color: #e9e9e9;
	height: 1px;
	width: 100%;
	margin: 60px 0;
	float: left;
	border: none!important;
}
.mobile {display: none;}
.gray {color: #ccc !important;}
.portfolio-item .portfolio-image {
	display: block;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.portfolio-item .portfolio-image img {
	width: 100%;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
}
.portfolio-item.portfolio-item-modern .portfolio-image img {
	-webkit-filter: grayscale(1) brightness(0%) !important;
	-moz-filter: grayscale(1) brightness(0%) !important;
	-ms-filter: grayscale(1) brightness(0%) !important;
	filter: grayscale(1) brightness(0%) !important;
	-webkit-transform: scale(1) translate(0, 0);
	-moz-transform: scale(1) translate(0, 0);
	-o-transform: scale(1) translate(0, 0);
	-ms-transform: scale(1) translate(0, 0);
	transform: scale(1) translate(0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.portfolio-item.portfolio-item-modern:hover .portfolio-image img {
	-webkit-filter: grayscale(0) !important;
	-moz-filter: grayscale(0) !important;
	-ms-filter: grayscale(0) !important;
	filter: grayscale(0) !important;
	-webkit-transform: scale(1) translate(0, -30px);
	-moz-transform: scale(1) translate(0, -30px);
	-o-transform: scale(1) translate(0, -30px);
	-ms-transform: scale(1) translate(0, -30px);
	transform: scale(1) translate(0, -30px);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.project-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	cursor: pointer;
	background-color: transparent !important;
}
.project-info {
	color: #333;
	position: absolute;
	height: 140px;
	line-height: 140px;
	width: 100%;
	top: 50%;
	margin-top: 0;
	text-align: center;
	opacity: 0;
	transition: opacity .45s ease-in-out;
	-moz-transition: opacity .45s ease-in-out;
	-webkit-transition: opacity .45s ease-in-out;
}
.project-info p {
	padding: 0 20%;
	font-size: 18px;
	line-height: 24px;
	vertical-align: middle;
	display: inline-block;
	color: #000;
}
@media only screen and (max-width: 1550px) and (min-width: 1281px){
	.project-info p {
		padding: 0 10%;
		font-size: 14px;
		line-height: 24px;
		vertical-align: middle;
		display: inline-block;
	}
}
.portfolio-item:hover .project-overlay {
	opacity: 1;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.portfolio-item.portfolio-item-modern:hover .project-info {opacity: 1;}
.portfolio-item:nth-of-type(2), .portfolio-item:nth-of-type(4), .portfolio-item:nth-of-type(5), .portfolio-item:nth-of-type(7), .portfolio-item:nth-of-type(10), .portfolio-item:nth-of-type(12), .portfolio-item:nth-of-type(13), .portfolio-item:nth-of-type(15), .portfolio-item:nth-of-type(18), .portfolio-item:nth-of-type(20), .portfolio-item:nth-of-type(21), .portfolio-item:nth-of-type(23) {
	background: #f9f9f9;
}
.description{position: relative;display: block; text-align: center;}
.description img {
	text-align: center;
	display: inline-block;
}
.description *{text-align: left; color: #000 !important;}
/*quote*/
.quote {
	text-align: left;
	background-image: url("//cdn.hstatic.net/themes/1000341387/1001500417/14/comment_bg.jpg?v=1");
	background-position: 50% -13px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-attachment: fixed !important;
}
.quote_en{background-image: url("//cdn.hstatic.net/themes/1000341387/1001500417/14/comment_bg_en.jpg?v=1");}
.full-width {
	width: 100%!important;
	padding: 0;
}
.container-quotes {
	margin: 50px 50% 50px 50px;
}
.quote li {
	background: rgba(255,255,255,0.9);
	padding: 25px 25px 50px;
	color: #000;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.quote li .desc {
	color: #000;
	padding: 10px 0 10px 0;
	line-height: 36px;
	word-wrap: break-word;
	font-weight: 300;
	font-size: 20px;
	margin-top: 0;
}
.quote li p {
	color: #000;
	opacity: 0.95;
	text-align: right;
	font-size: 18px;
	font-weight: 600;
}
.bx-wrapper .bx-loading{background: url(//sw001.hstatic.net/2/ea1d3b43ea1c/bx_loader.gif) center center no-repeat #fff;}
/*team*/
.full-width .section-title {margin-top: 100px;}
#team-wrap {
	position: relative;
	margin: 0 auto;
	height: inherit;
	padding-bottom: 10px;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
.team-item {
	opacity: 1;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 25%;
	cursor: pointer;
	float: left;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 40ms ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
[data-count="1"], [data-count="2"]{width: 50%;}
.profile-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	background: rgba(255,255,255, 0.9);
	font-size: 16px;
	font-weight: 500;
}
.profile-info-inner {padding: 25px;}
.profile-info h4 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 1px;
	font-family: 'Helvetica Neue', sans-serif!important;
}
.team-item-off {
	opacity: 0.3;
	background-color: #000;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 40ms ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.team-item-description {
	clear: both;
	float: none;
	width: 1180px;
	padding: 60px 15px;
	display: none;
	margin: 0 auto;
}
.close-profile {
	background: url(//sw001.hstatic.net/5/956fb4be2ee9/sprite-sherpa.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
	float: right;
	margin-right: 30px;
}
.team-item-description .subtitle {font-size: 16px;}
.team-item-description p {
	padding-top: 10px;
	-moz-column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	column-count: 1;
	column-gap: 10px;
	width: 90%;
	font-size: 16px;
	line-height: 1.6;
}
#team-wrap h2 {
	clear: both;
	padding: 28px;
	text-align: center;
	background-color: #fff;
	font-size: 24px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 0;
}
/*press*/
.press .section-title {
	text-align: center;
	width: 100%;
}
.press .section-title p.hero {text-align: center;}
.container-video {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0;
}
.container-video-mobile {display: none;}
.container-video-desktop, .row-fluid{min-height: 480px;}
ul.list-video {
	float: left;
	width: 100%;
	letter-spacing: 0;
	height: 380px;
}
ul.list-video li {
	font-size: 14px;
	line-height: 22px;
	border-top: 1px solid #ccc;
	padding: 15px;
	display: flex;
	flex-flow: row wrap;
	height: auto !important;
}
ul.list-video li.active {
	background-color: #efefef;
	border-top: 1px solid #efefef;
	border-bottom: none;
}
ul.list-video li:nth-child(5n + 5) {border-bottom: 1px solid #ccc;}
ul.list-video li a {
	color: #000;
	display: block;
	width: 100%;
}
ul.list-video li a:hover, ul.list-video li a:active, ul.list-video li a.active {
	color: #000000;
	cursor: pointer;
}
.list-video-date {
	float: left;
	font-weight: 600;
	text-align: left;
	min-width: 84px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .5px;
}
.list-video-text {
	float: left;
	font-weight: 500;
	text-align: left;
	width: 460px;
	padding-right: 10px;
	letter-spacing: .5px;
}
.icon-leave-arrow {
	width: 24px;
	background: url(http://sherpa.com/wp-content/themes/newave-theme-child/images/sprite-sherpa.png) no-repeat;
	background-position: 0 -25px;
	float: left;
	height: 40px;
	line-height: 40px;
}
.container-pager {
	width: 100%;
	/* border-top: 1px solid #ccc; */
	height: 100px;
	/* display: table; */
}
.gc-pager {
	clear: both;
	float: right;
	padding: 20px 0;
	font-size: 18px;
	font-weight: 600;
	text-align: right;
}
.gc-pager li {
	float: left;
	text-align: right;
	margin: 0 10px 0 0;
	cursor: pointer;
	color: #000;
	font-weight: 500;
	list-style: none;
}
.gc-pager li:hover, .gc-pager li.current {color: #000000;}
.container-inner-press-images {
	position: relative;
	width: 575px;
	display: table-cell;
}
.press-holder {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#video-carousel-desktop {
	width: 575px;
	float: right;
}
.container-video-text {
	position: absolute;
	top: 398px;
	width: 100%;
	text-align: left;
}
/*contact*/
.contact .container {
	padding: 0;
	color: #ffffff;
}
.container-contact {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}
.container-contact .contact-item {
	margin: 0;
	padding: 0;
	min-height: 281px;
}
.contact .col-1 {
	background-color: #00396F;
	border-bottom: 9px solid #E31D93;
}
.inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-item .inner {padding: 0 40px;}
.contact .container h2 {
	margin: 29px 0 15px;
	color: #ffffff;
	font-size: 15px;
	line-height:1.8;
	font-weight: bold;
}
.contact-item p {
	margin: 0;
	font-size: 15px;
	line-height: 1.533;
}
.contact-item p.mb30{margin-bottom:28px;}
.contact-item .ft-socials{margin-top:10px;}
.contact-item .ft-socials a{margin-right:10px;}
.contact p a {color: #ffffff;}
.contact .col-2 {
	background-color: #034481;
	border-bottom: 9px solid #E31D93;
}
.contact .col-3 {
	background-color: transparent;
}
.contact .col-3 .inner{padding:0;}
.contact-item-map iframe {
	max-width: 100%;
	height: 380px;
}
/*footer*/
p.copyright {line-height: 22px;}
p.copyright a{color: #003A70;}

/* - Harafunnel mobile */
.harafunnel-mb {
	position: fixed;
	right: 10px;
	bottom:40px;
	z-index: 9999;
	width: 65px;
	height: 65px;
	padding:8px;
	background: #fff;	
	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
	transition: box-shadow 150ms linear;
}
.harafunnel-mb:hover {box-shadow: 0 5px 24px rgba(0, 0, 0, .3);}
.harafunnel-mb a {display: block;}
.harafunnel-mb a svg{width:100%;height:100%;}


/* ============ 	ADDTHIS ** addthis ============== */
ul li{list-style: none;}
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge{ right: 18px!important;;}
.addThis_listSharing {
	position: fixed;bottom:85px;z-index: 999;	
	right:-15px;opacity: 0;	visibility: hidden;
	transition: all .3s ease;	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;
}
.addThis_listSharing.is-show{right: 0;opacity: 1;	visibility: visible;}
.addThis_listing .addThis_item{margin-bottom:5px;margin-right:24px;}
.addThis_listing .addThis_item .addThis_item--icon {
	position: relative;display: inline-block;text-align: center;
	width: 44px;height: 44px;line-height: 44px;color: #fff;
	border-radius: 50%;cursor: pointer;box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
	background-size: auto;background-repeat: no-repeat;background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
	position: absolute;top: 4px;right: 55px;z-index: 9;
	height: 32px;line-height: 26px;padding:3px 10px;
	width: auto;border-radius: 5px;font-size: 11px;color: #fff;text-align: center;
	white-space: nowrap;cursor: pointer;background-color: rgba(0, 0, 0, 1);
	visibility: hidden;opacity: 0;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after{
	content: "";width: 0;height: 0;
	border-width:5px;border-style: solid;
	border-color: transparent transparent transparent rgba(0, 0, 0, 1);
	position: absolute;left: 100%;top: 0;bottom: 0;margin: auto;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {text-decoration: none; opacity: .9;box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text{visibility: visible;opacity: 1;}
.actionToolbar_mobile {
	position: fixed;bottom: 0;left: 0; right: 0;margin: 0 auto;z-index: 999;
	height:45px;width: 100%;border-top: 1px solid #e7e7e7;background: #fff; padding:5px 10px;
}
.actionToolbar_mobile  ul.actionToolbar_listing{
	margin:0;
	display: -webkit-flex;display: -moz-flex;display: flex;
	-webkit-justify-content: space-between;justify-content: space-between;
	-webkit-align-items: center;align-items: center;
}
.actionToolbar_mobile  ul.actionToolbar_listing li{width: 20%;float: left;}
.actionToolbar_mobile  ul.actionToolbar_listing li a {display: block;color: #696969;font-size: 12px;text-align: center;position: relative;}
.actionToolbar_mobile  ul.actionToolbar_listing li a svg {fill: #696969;width: 35px;height: 35px;	display: inline-block;vertical-align: middle;}
.actionToolbar_mobile  ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {margin-top: -25px;display: inline-block;vertical-align: top;}
.actionToolbar_mobile  ul.actionToolbar_listing li.actionToolbar_chatbot a svg{width:44px;height:44px;}
/* modal- center */
.modal-addThis{font-size:0;text-align:center;padding:0!important;background: rgba(3, 17, 27, 0.7);-webkit-transition: opacity .35s linear;-o-transition: opacity .35s linear;transition: opacity .35s linear;}
.modal-addThis:before {	content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
.modal-addThis .modal-dialog-centered {font-size:14px;display: inline-block;text-align: left;vertical-align: middle;}
.modal-addThis.fade .modal-dialog{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0);}
.modal-addThis .modal-dialog-centered .modal-content {width: 100%; }
.modal-addThis .modal-dialog-centered{ margin:30px auto 50px;}
.modal-addThis.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
	-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;
}
.modal-addThis.fade.in .modal-dialog-centered {	opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);	-ms-transform: scale(1);transform: scale(1);}
@media(max-width:767px){
	.modal-addThis .modal-dialog-centered{ margin:30px 10px 40px;}
}
/* modal-succes */
.modal-succesform .modal-title{font-size: 18px;font-weight: 600;margin:0;color: #003A70;}
.modal-succesform p:not(.modal-title){font-size: 15px;margin:10px 0 5px}
.modal-succesform p.txtloading{color: #aaa;font-size: 13px;}
@keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);-moz-transform:rotate(-405deg);-o-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);-moz-transform:rotate(-405deg);-o-transform:rotate(-405deg);transform:rotate(-405deg)}}
@keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}
@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0px;top:35px}100%{width:47px;right:8px;top:38px}}
.modal-icon.sweet-alert {padding-top: 15px;}
.animateSuccessTip {animation: animateSuccessTip 0.75s;}
.animateSuccessLong {animation: animateSuccessLong 0.75s;}
.sa-icon.sa-success.animate::after {animation: rotatePlaceholder 4.25s ease-in;}
.sweet-alert .sa-icon.sa-success{width:80px;height:80px;border:4px solid #4cae4c;border-radius:50%;margin:20px auto 0;position:relative;box-sizing:content-box}
.sweet-alert .sa-icon.sa-success::before,.sweet-alert .sa-icon.sa-success::after{content:'';border-radius:50%;position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;-moz-transform-origin:60px 60px;-o-transform-origin:60px 60px;transform-origin:60px 60px}
.sweet-alert .sa-icon.sa-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0px 60px;-moz-transform-origin:0px 60px;-o-transform-origin:0px 60px;transform-origin:0px 60px}
.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(92, 184, 92, 0.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#5cb85c;display:block;border-radius:2px;position:absolute;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
/* modal-contactform */  
.modal-contactform .modal-header h4.modal-title {text-align: center;font-size: 18px;font-weight: 500;}
.modal-contactform .modal-header .close {	margin-top: -10px;opacity: 0.5;font-size: 26px;width: 30px;	margin-right: -8px;}
.modal-contactform .content_popupform button{padding: 10px 20px; border: 0;text-transform: uppercase;outline: none;background-color: #003A70;}
.modal-contactform .content_popupform .input-group{ width: 100%;margin:0 0 15px;}
.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea{
	border: 1px solid #e7e7e7;
	box-shadow: none;
	height: 40px;
	font-weight: 500;
	padding:5px 20px;
	background: #fbfbfb;
	color: #252a2b;
	width: 100%;
}
.modal-contactform .content_popupform .input-group textarea{resize: none;height:80px;}
.fb_dialog.fb_dialog_mobile.fb_customer_chat_bubble_animated_no_badge{right: 20px !important;}
@media(min-width:992px){
	.modal-addThis.modal-contactform .modal-dialog{width: 600px;}
	.modal-addThis.modal-succesform .modal-dialog{width:450px;}
}
/* new index */
.news-title {
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003A70;
	position:relative;
	padding-bottom:50px;
	margin:0 0 50px;
	text-align:center;
}
.news-title:after{
	content:'';
	position:absolute;
	bottom:-2px;
	left:calc(50% - 26px);
	width:52px;
	height:5px;
	background:#E31D93;
}
.news-title.left{
	text-align:left;
}
.news-title.left:after{
	left:0;
}
.news-desc {
	font-size: 15px;
	line-height: 1.533;
	color: #000;
	font-weight:500;
}
.about-box .about-img, .about-box .about-right{
	flex:0 0 45.5%;
	width:45.5%;
}
.about-box .about-right{padding-top:50px;}
.about-box .about-right .news-desc{margin-bottom:50px;}
.about-box .about-right .news-desc p{margin-bottom:30px;text-align: justify;}

.news-owl, .blog-photo-list {
	margin-top: 30px;
}
.article-loop .article-img {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 62%;
}
.article-loop .article-img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article-loop .article-loop-title{margin:35px 0 0;}
.article-loop .article-loop-title a {
	font-size: 15px;
	display: block;
	line-height: 1.8;
	text-align:center;
}
.news-txt{
	margin-top: 40px;
}
.news-txt .news-desc{
	line-height:1.8;
	font-weight:bold;
}
.news-nav.owl-carousel .owl-nav button{
	position:absolute;
	top:calc(50% - 20px);
	width: 34px;
	height:34px;
	line-height:34px;
	text-align: center;
}
.news-nav.owl-carousel .owl-nav button i{font-size:50px;line-height:34px;}
.news-nav.owl-carousel .owl-nav button.owl-prev{left:0;}
.news-nav.owl-carousel .owl-nav button.owl-next{right:0;}
.index-gallery {
	margin-bottom: 220px;
}
.photo-txt {
	margin-bottom: 24px;
	flex: 0 0 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.photo-txt .photo-txt-title{
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}
.photo-bottom{margin-top:40px;}
.blog-photo-list .photo-item-left {
	flex: 0 0 52.14%;
	width: 52.14%;
	display: flex;
	flex-wrap: wrap;
}
.blog-photo-list .photo-item-group {
	flex: 0 0 45.63%;
	width: 45.63%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
}
.blog-photo-list .photo-item-group .photo-item{
	flex: 0 0 100%;
	width: 100%;
	height:calc(50% - 12px);
}
.blog-photo-list .photo-item-group .photo-item + .photo-item{margin-top:24px;}
.blog-photo-list .photo-item .img {height:100%;}
.blog-photo-list .photo-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
	transition: .3s ease-in-out;
}
.w45{
	flex: 0 0 45.5%;
	width: 45.5%;
}
.company-item-box .img {
	display: block;
	margin-bottom: 24px;
}
.company-item-box .company-desc{
	text-transform: uppercase;
	font-size: 15px;
	line-height:1.8;
	font-weight:bold;
}
.company-item-box .company-desc .title{
	display:inline-block;
	font-weight:bold;
	margin-bottom: 15px;
	font-size: 20px;
}
.company-item-box .company-desc p{
	margin-bottom:24px;
	height:81px;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding: 0 5px;
}
.company-btn a, .company-btn .btn-more{
	display: inline-flex;
	border: 1px solid #003A70;
	padding: 9px 10px 9px 15px;
	line-height: 30px;
	font-size:16px;
	font-style: italic;
	font-weight:400;
	border-radius:5px;
	background:#fff;
	color:#003A70;
	text-transform: initial;
	transition: all 0.3s ease-in-out;
}
.company-btn a span, .company-btn .btn-more span{color:#003A70;padding-right:11px;border-right:0.5px solid #003A70;margin-right:10px;transition: all 0.3s ease-in-out;}
.company-btn a i, .company-btn .btn-more i{
	width: 28px;
	text-align: center;
	font-size: 25px;
	line-height: 28px;
}
.company-btn a:hover, .company-btn .btn-more:hover{
	background:#003A70;
	color:#fff;
}
.company-btn a:hover span, .company-btn .btn-more:hover span{border-right-color:#fff;color:#fff;}
.founder{background:#f5f5f5;padding:60px 0;}
.founder-desc {
	font-size: 15px;
	line-height: 1.533;
	color: #000;
	padding:0 0 50px;
}

.founder-desc .desc br{margin-bottom:10px;}
.founder-desc .founder-name{
	text-transform:uppercase;
	color:#000;
	margin:0;
	font-size:28px;
}
.founder-desc .founder-pos {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.founder-desc .founder-pos img{
	margin:6px 15px 0 0;
	width:100%;
	max-width:82px;
}
.founder-box .pos-title {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
	display: block;
	margin-top: 30px;
}
.founder .founder-box + .founder-box{
	margin-top:50px;
}
.foundation-box {
	padding: 149px 0;
}

.foundation-box .news-title{color:#fff;}
.foundation-desc .news-desc {
	margin:0 auto 30px;
	max-width:590px;
	color: #fff;
}
.foundation-img img {
	border-radius: 250px 0 0 120px;
}
.page-sumenh{margin-bottom:60px;}
.sumenh-item {
	flex: 0 0 calc(50% - 19px);
	width: calc(50% - 19px);
	margin-bottom: 40px;
	background: #f5f5f5;
}
.sumenh-item .img{
	flex:0 0 41.67%;
	width:41.67%;
	position:relative;
}
.sumenh-item .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sumenh-item .sumenh-info{
	flex:0 0 58.33%;
	width:58.33%;
	padding:54px 25px 30px;
}
.sumenh-item .sumenh-info .sumenh-info-title{
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:20px;
}
.giatri-item {
	flex:0 0 calc(100%/3);
	width:calc(100%/3);
	padding: 0 55px;
	border-right: 1px solid #000;
}
.giatri-item.item-3{border-right:0;}
.giatri-item img{
	max-height: 126px;
	width: auto !important;
	margin: 0 auto 25px;
}
.giatri-item .giatri-item-title{
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:33px;
	color: #003A70;
}
.thanh-vien {
	padding-bottom: 35px;
}
.company-top {
	max-width: 982px;
	margin: 0 auto;
	text-align: center;
}
.company-top .news-desc{margin-bottom:67px;}
.company-top .news-desc p{margin-bottom:30px;}
#layout-blog{margin: 40px 0 150px;}
.blog-list {
	margin: 0 0 40px;
}
.article-item {
	margin-bottom: 40px;
}
.article-item .article-loop-title{margin:14px 0 0;}
.article-item .article-loop-title a{
	font-size:15px;
	line-height:1.8;
}
.article-item .article-loop-title a:hover{
	color:#003A70;
}
.article-item .company-btn{margin-top:24px;}
.blog-list .article-full{
	flex:0 0 100%;
	width:100%;
}
.blog-list .article-part{
	flex:0 0 45.6%;
	width:45.6%;
}
.article-full .article-img img{width:100%;}
.blog-list .article-part .article-img a{
	display:block;
	padding-bottom:62.5%;
	position:relative;
}
.blog-list .article-part .article-img a img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.article-cate a {
	display: inline-block;
	margin-top: 24px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}
.article-full .article-cate a {margin-top: 40px;}
.article-cate a:hover{text-decoration:underline;}
.pagi .page-node {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #003A70;
	color: #003A70;
	margin:0 10px;
}
.pagi .page-node:hover, .pagi .page-node.current{
	background:#003A70;
	color:#fff;
}
#layout-page {
	padding: 40px 0;
}
.related-articles {
	margin-top: 50px;
}
.related-articles .related-articles-head h3{
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	text-transform: uppercase;
	color: #003A70;
	position: relative;
	margin: 0 0 15px;
}
.related-articles-body ul {
	padding-left: 30px;
}
.related-articles-body ul li{
	list-style: disc;
	margin:0 0 5px;
}
.related-articles-body ul li a:hover{
	color: #003A70;
}
.date-post{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.date-post li{margin-right:15px;}
.date-post li i{margin-right:5px;}
.foundation-news {
	padding: 100px 0 79px;
	background: #E6EBF1;
}
.foundation-news .news-title {
	padding-bottom: 40px;
	margin-bottom: 23px;
}
.foundation-news-owl{
	padding:12px 20px 21px;
}
.foundation-loop {
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0px 0px 8px 0px rgba(0, 58, 112, 0.25);
	overflow: hidden;
}
.foundation-loop .img {
	display: block;
	padding-bottom: 63.7%;
	position: relative;
	overflow: hidden;
}
.foundation-loop .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.foundation-loop .info {
	padding: 21px 10px 30px;
}
.foundation-loop .info .title{
	margin:0 0 8px;
}
.foundation-loop .info .title a{
	font-size:18px;
	line-height:27px;
	text-transform:uppercase;
	font-weight:bold;
	color:#003A70;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.foundation-loop .info .desc{
	margin:0;
	font-size:14px;
	line-height:27px;
	font-weight:bold;
}
.foundation-news-owl .owl-nav button{
	position: absolute;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	line-height: 32px !important;
	text-align: center;
	border-radius:50%;
	background: rgba(255, 255, 255, 0.50) !important;
	box-shadow:0px 0px 4px rgba(0, 0, 0, 0.25);
}
.foundation-news-owl .owl-nav button:hover{background: rgba(255, 255, 255, 1) !important;}
.foundation-news-owl .owl-nav button i{font-size:24px;}
.foundation-news-owl .owl-nav button.owl-prev{
	left:-30px;
}
.foundation-news-owl .owl-nav button.owl-next{
	right:-30px;
}
.page-foundation .about-box .about-img,.page-foundation .about-box .about-right {
	flex: 0 0 48%;
	width: 48%;
}
.foundation-giatri {
	padding: 48px 0 55px;
}
.foundation-giatri .news-title{
	padding-bottom:40px;
	margin-bottom:45px;
}
.foundation-giatri-item {
	flex: 0 0 48%;
	width: 48%;
	margin-bottom:30px;
}
.foundation-giatri-item .img {
	display: block;
	padding-bottom: 69.9%;
	position: relative;
}
.foundation-giatri-item .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.foundation-giatri-item .img .caption{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 25px;
	line-height:1;
	font-weight: 700;
	color:#fff;
	padding:74px 37px 30px;
	border-radius: 0px 0px 30px 30px;
	background: linear-gradient(180deg, rgba(0, 58, 112, 0.00) 0%, rgba(0, 58, 112, 0.8) 64.58%);
}
.foundation-giatri-item .giatri-desc {
	font-size: 16px;
	line-height: 27px;
	color: #000;
	margin: 27px 0 0;
	font-weight: 500;
}
.foundation-story {
	padding: 65px 0;
	background: #E6EBF1;
}
.story-container{
	margin-left: calc((100% - 1200px)/2);
	padding-left:15px;
}
.foundation-story .story-about{
	flex:0 0 38.5%;
	width:38.5%;
}
.foundation-story .story-box {
	flex:0 0 52.5%;
	width:52.5%;
}
.story-box-scroll {
	overflow-x: auto;
}
.story-box-scroll::-webkit-scrollbar{
	height:3px;
	border-bottom:1px solid #F4A2D3;
	background:transparent;
}
.story-box-scroll::-webkit-scrollbar-thumb{
	height:3px;
	width:160px;
	background: #EF7CC0;
}
.story-box-item{
	flex:0 0 278px;
	width:278px;
	margin-right:70px;
	padding-bottom:66px;
}
.foundation-story .news-title{
	padding-bottom:40px;
	margin-bottom:45px;
}
.foundation-story .desc{
	font-size:18px;
	line-height:1.5;
	font-weight:500;
}
.foundation-story .news-title, .foundation-giatri .news-title, .foundation-news .news-title{
	text-transform:initial;
}
/* media */
@media screen and (max-width:1400px){
	#logo a img {
		height: 26px;
	}
	.navbar .nav {
		width: 78%;
		margin-left: 22%;
	}
	.navbar .nav > li > a{padding:5px 10px;}
}
@media screen and (max-width:1199px){
	.news-owl .owl-nav button.owl-next{right:0;}
	.news-owl .owl-nav button.owl-prev{left:0;}
	#logo a img{margin-top:21px;}
	.story-container{
		margin-left: calc((100% - 970px)/2);
	}
	.story-box-item {
		flex: 0 0 230px;
		width: 230px;
		margin-right: 40px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width:1024px){
	#navigation:after{width:85px;}
	.giatri-item{padding:0 25px;}
}
@media screen and (min-width:768px) and (max-width:991px){
	.sumenh-item{
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 20px;
	}
	.story-container{
		margin-left: calc((100% - 750px)/2);
	}
}
@media screen and (max-width:991px){
	.foundation-story .story-about{
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 30px;
		padding-right: 30px;
	}
	.foundation-story .story-box{
		flex: 0 0 100%;
		width: 100%;
	}
	.foundation-news-owl .owl-nav button.owl-next {
		right: -15px;
	}
	.foundation-news-owl .owl-nav button.owl-prev {
		left: -15px;
	}
	.foundation-giatri-item .img .caption{
		line-height:1.2;
	}
}
@media screen and (max-width:767px){
	.story-container{
		margin-left: 0;
	}
	#logo{left:20px;}
	#logo a img{height:24px;}
	.navbar .show-menu{margin-right:20px;}
	.mb100{margin-bottom:120px;}
	.company-item + .company-item{margin-top:40px;}
	.founder-desc {
		padding:35px 0 36px;
	}
	.founder-desc .founder-pos {
		margin-bottom: 40px;
	}
	.foundation .row.flex-box {
		flex-direction: column-reverse;
	}
	.foundation .foundation-img {
		margin-bottom: 20px;
	}
	.founder .founder-box + .founder-box{margin-top:20px;flex-direction: column;}
	.about-box .about-right .news-desc{margin-bottom: 40px;}
	.news-title {
		padding-bottom:40px;
		margin-bottom: 40px;
	}
	.news-title:after{width:36px;}
	.news-title:after{left:calc(50% - 18px);}
	.news-owl .owl-stage{padding-left:0 !important;}
	.news-owl .owl-nav button.owl-next {
		right: -10px;
	}
	.news-owl .owl-nav button.owl-prev {
		left: -10px;
	}
	.news-owl, .blog-photo-list {
		margin-top: 20px;
	}
	.blog-photo-list .photo-item-left, .blog-photo-list .photo-item-group, 
	.about-box .about-img, .about-box .about-right, .sumenh-item, .w45, .blog-list .article-part {
		flex:0 0 100%;
		width:100%;
	}
	.page-foundation .about-box .about-img,.page-foundation .about-box .about-right {
		flex:0 0 100%;
		width:100%;
	}
	.foundation-giatri-item {
		flex: 0 0 100%;
		width: 100%;
	}
	.contact .col-1, .contact .col-2{border-bottom-width:10px;}
	.page-company, .about-couple, .page-hanhtrinh, .page-tamnhin, .page-sumenh, .page-giatri, .page-trietly,
	.company{
		padding: 0 5px;
	}
	.page-company .news-title, .about-box .about-right .news-title {
		max-width:300px;
		margin-left: auto;
		margin-right: auto;
	}
	.company-top .news-desc{margin-bottom: 30px;text-align: justify;}
	.company-btn.mb100, .blog-photo-list .photo-item-left {
		margin-bottom: 40px;
	}
	.blog-photo-list .photo-item-group .photo-item + .photo-item{margin-top: 40px;}
	.thanh-vien .page-company:last-child {
		margin-bottom: 17px;
	}
	.about-box .about-img{
		order:2;
	}
	.about-box .about-right {
		padding-top:0;
	}
	.about-box .about-right .news-title{
		text-align:center;
	}
	.about-box .about-right .news-title:after{
		left: calc(50% - 18px);
	}
	.about-box .about-right .company-btn {
		text-align: center;
		margin-bottom: 40px;
	}
	.news-nav.owl-carousel .owl-nav button {
		top: calc(50% - 15px);
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	.news-nav.owl-carousel .owl-nav button i {
		font-size: 30px;
		line-height: 24px;
	}
	.news-nav.owl-carousel .owl-nav button.owl-prev{left:0;}
	.news-nav.owl-carousel .owl-nav button.owl-next{right:0;}
	.page-sumenh-box .sumenh-item:nth-child(n+3) {
		display: none;
	}
	.page-sumenh-box.active .sumenh-item:nth-child(n+3) {
		display: flex;
	}
	.sumenh-item .img {
		flex: 0 0 235px;
		width: 235px;
		padding-bottom: 60%;
		display: block;
		margin: 0 auto;
	}
	.sumenh-item .sumenh-info {
		padding: 29px 14px 26px;
		flex: 0 0 100%;
		width: 100%;
	}
	.sumenh-item .sumenh-info .sumenh-info-title {
		margin-bottom: 25px;
		text-align: center;
	}
	.giatri-item {
		flex:0 0 100%;
		width:100%;
		padding: 0;
		border: 0;
	}
	.giatri-item + .giatri-item {margin-top:120px;}
	.giatri-item .news-desc{text-align:center;}
	.page-giatri-owl .owl-dots{
		display:flex;
		align-items:center;
		justify-content:center;
		margin-top:16px;
	}
	.page-giatri-owl .owl-dots button{
		width:10px;
		height:10px;
		border-radius:50%;
		margin:0 7px;
		background: #D9D9D9;
	}
	.page-giatri-owl .owl-dots button.active{
		background: #003A70;
	}
	.page-about.mb100 {
		margin-bottom: 91px;
	}
	.company-item-box .img {
		margin-bottom: 35px;
	}
    .founder .founder-box .w45 + .w45{margin-top:30px;}
	.founder .founder-box .news-title{white-space: nowrap;}
	.foundation > .container, .index-gallery > .container{padding:0;}
	.foundation-box {
		padding: 118px 20px;
	}
	.foundation-box .news-title{max-width:230px;margin-left:auto;margin-right:auto;}
	.foundation-desc .news-desc {
		margin: 0 auto 30px;
		max-width: 590px;
		text-align: justify;
	}
	.index-gallery {margin-bottom: 66px;}
	.index-gallery .news-title{max-width:380px;margin-left:auto;margin-right:auto;margin-bottom: 28px;}
	.index-gallery .blog-photo-list .photo-item-left{margin-bottom:20px;}
	.index-gallery .blog-photo-list .photo-item-group .photo-item + .photo-item {
		margin-top: 20px;
	}
	.photo-txt {margin-bottom: 34px;}
	.index-news{margin-bottom: 83px;}
	.index-news > .container{padding:0 0 0 19px;}
	.index-news .news-title{
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
		padding-right: 19px;
	}
	.index-news .news-title:after{
		left: calc(50% - 30px);
	}
	.article-loop .article-loop-title {
		margin: 13px 0 0;
	}
	#layout-blog{margin: 40px 0 60px;}
	.blog-list {
		margin: 0 0 20px;
		padding: 0 5px;
	}
	.article-cate a{margin: 40px 0 0;}
	.blog-list .article-full {
		margin-left: -20px;
		flex: 0 0 calc(100% + 40px);
		width: calc(100% + 40px);
	}
}
