body {
	font-family: 'Montserrat', sans-serif;
	color: #424d54;
	font-size: 13px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

body,
li,
address {
	line-height: 22px
}

input,
button,
select,
textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
}

p {
	margin: 0 0 15px;
}

a {
	color: #424d54;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover,
a:focus {
	text-decoration: none;
}

ul,
li {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

.no_gutter [class*='col-']:not(:first-child) {
	padding-right: 0;
}

.no_gutter [class*='col-']:not(:last-child) {
	padding-left: 0;
}

.link_mobile {
	display: none;
	position: relative;
	margin: 0;
}

.width_100 {
	width: 100%
}

.margin_bottom_30 {
	margin-bottom: 30px;
}

.margin_bottom_60 {
	margin-bottom: 60px;
}

.text_color_blue {
	color: #0e5bb7
}


/* ============================== Project style CSS ============================== */

.top_header {
	background: #464646;
	display: inline-block;
	width: 100%;
	height: 36px;
	color: #fff;
	line-height: 36px;
	vertical-align: top;
	font-size: 10px;
}

.top_header .pull-right li {
	float: left;
	margin-left: 12px;
	line-height: 36px;
}

.top_header .pull-right li.line_ {
	border-right: solid 1px;
	height: 16px;
	margin-top: 10px;
}

.top_header .pull-right li a {
	color: #fff;
	width: 100%;
}

.search_wrapper {
	position: absolute;
	transform: translate(0, 0);
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.search_wrapper.active {
	z-index: 1;
}

.search_wrapper .input_holder {
	height: 100%;
	width: 70px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0);
	position: relative;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	float: right;
}

.search_wrapper.active .input_holder {
	width: 100%;
	background: #004290;
	transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search_wrapper .input_holder .search_input {
	width: 100%;
	height: 100%;
	padding: 0px 84px 0 15px;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #FFF;
	transform: translate(0, 60px);
	transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.3s;
}

.search_wrapper.active .input_holder .search_input {
	opacity: 1;
	transform: translate(0, 0);
}

.search_wrapper .input_holder .search-icon {
	width: 50px;
	height: 44px;
	margin: 8px 0;
	border: none;
	line-height: 13px;
	background: #fff;
	padding: 0px;
	outline: none;
	position: relative;
	z-index: 2;
	float: right;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	box-shadow: inherit;
}

.search_wrapper.active .input_holder .search-icon {
	transform: scale(.7);
}

.search_wrapper .input_holder .search-icon span {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transform: rotate(45deg);
	transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}

.search_wrapper.active .input_holder .search-icon span {
	transform: rotate(-45deg);
}

.search_wrapper .input_holder .search-icon span::before,
.search_wrapper .input_holder .search-icon span::after {
	position: absolute;
	content: '';
}

.search_wrapper input::placeholder {
	color: #C7C7C7;
}

.search_wrapper .input_holder .search-icon span::before {
	width: 4px;
	height: 11px;
	left: 9px;
	top: 18px;
	background: #0e5bb7;
}

.search_wrapper .input_holder .search-icon span::after {
	width: 20px;
	height: 20px;
	left: 0px;
	top: 0px;
	border: 2px solid #0e5bb7;
	border-radius: 50px;
}

.search_wrapper .close {
	position: absolute;
	z-index: 1;
	top: 17px;
	right: 12px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	transition-delay: 0.2s;
	opacity: initial;
}

.search_wrapper.active .close {
	right: 50px;
	transform: rotate(45deg);
	transition: all .4s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.4s;
}

.search_wrapper .close::before,
.search_wrapper .close::after {
	position: absolute;
	content: '';
	background: #FE5F55;
}

.search_wrapper .close::before {
	width: 2px;
	height: 25px;
	left: 12px;
	top: 0px;
	border-radius: 10px;
}

.search_wrapper .close::after {
	width: 25px;
	height: 2px;
	left: 1px;
	top: 12px;
	border-radius: 10px;
}

.ui-menu {
	display: block !important;
	width: 285px !important;
	background: #0e5bb7;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
	display: inline-block;
	padding: 10px;
	border-bottom: solid 1px #fff;
}

.ui-menu .ui-menu-item img {
	width: 20%;
	float: right
}

.ui-menu .ui-menu-item h5,
.ui-menu .ui-menu-item p {
	width: 80%;
	float: right;
	margin: 0;
	font-size: 12px;
	color: #fff;
}

.ui-menu .ui-menu-item h5 {
	margin: 0 0 10px 0
}

.menu_header {
	background: #0e5bb7;
	display: inline-block;
	width: 100%;
	height: 60px;
	color: #fff;
}

.logo_header {
	width: 25%;
	display: inline-block;
	float: left;
	background: #fff;
	position: relative;
	line-height: 60px;
}

.logo_header a {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 10px;
}

.logo_header a img {
	width: 40px;
}

#cssmenu {
	width: 56%;
	float: left
}

.hotline_header {
	width: 14%;
	float: right;
	padding: 15px 0;
}

.hotline_header .fa {
	font-size: 30px;
	margin-right: 6px;
}

.hotline_header span,
.hotline_header>div {
	float: left;
	display: inline-block
}

.hotline_header h5 {
	float: left;
	margin: 0;
}

.hotline_header p {
	letter-spacing: 0.2em;
	margin: 0;
	line-height: 13px;
}


/*------------------------------------ Style top header --*/

.show_menu_mobi {
	display: none
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu_button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu_button {
	display: none;
}

#cssmenu.align-center>ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center>ul>li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right>ul>li {
	float: right;
}

#cssmenu>ul>li>a {
	padding: 24px 20px;
	font-size: 13px;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
}

#cssmenu>ul>li.active>a {
	color: #f7941d
}

#cssmenu>ul>li:hover>a {
	color: #f7941d;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 30px;
}

#cssmenu>ul>li.has-sub>a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}

#cssmenu>ul>li.has-sub>a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
	top: 23px;
	height: 0;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu li:hover>ul {
	left: auto;
}

#cssmenu.align-right li:hover>ul {
	left: auto;
	right: 0;
}

#cssmenu li:hover>ul>li {
	height: 35px;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: #dddddd;
	font-weight: 400;
	background: #333333;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
	border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #ffffff;
}

#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}

#cssmenu.align-right ul ul li.has-sub>a:after {
	right: auto;
	left: 11px;
}

#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub>a:before {
	right: auto;
	left: 14px;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0;
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#cssmenu {
		width: 100%;
		left: 0;
		z-index: 2;
	}
	#cssmenu ul {
		width: 100%;
		display: none;
		background: #00000070;
		margin-top: 10px;
		border-top: 0;
		padding: 0;
	}
	#cssmenu.align-center>ul {
		text-align: left;
	}
	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid rgb(255 255 255 / 75%)
	}
	#cssmenu ul ul li,
	#cssmenu li:hover>ul>li {
		height: auto;
	}
	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
		color: #fff;
		padding: 20px;
	}
	#cssmenu>ul>li {
		float: none;
	}
	#cssmenu ul ul li a {
		padding-left: 25px;
	}
	#cssmenu ul ul ul li a {
		padding-left: 35px;
	}
	#cssmenu ul ul li a {
		color: #dddddd;
		background: none;
	}
	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li.active>a {
		color: #ffffff;
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul,
	#cssmenu.align-right ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	}
	#cssmenu>ul>li.has-sub>a:after,
	#cssmenu>ul>li.has-sub>a:before,
	#cssmenu ul ul>li.has-sub>a:after,
	#cssmenu ul ul>li.has-sub>a:before {
		display: none;
	}
	#cssmenu #menu_button {
		display: inline-block;
		padding: 24px;
		cursor: pointer;
		text-transform: uppercase;
		font-weight: 500;
		text-align: right;
		color: #fff;
		padding-right: 50px;
		position: absolute;
		right: 0;
		top: -60px;
	}
	#cssmenu #menu_button:after {
		position: absolute;
		top: 28px;
		right: 17px;
		display: block;
		height: 9px;
		width: 23px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		content: '';
	}
	#cssmenu #menu_button:before {
		position: absolute;
		top: 21px;
		right: 17px;
		display: block;
		height: 2px;
		width: 23px;
		background: #fff;
		content: '';
	}
	#cssmenu #menu_button.menu-opened:after {
		border: 0;
		height: 2px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#cssmenu #menu_button.menu-opened:before {
		top: 28px;
		background: #ffffff;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#cssmenu .submenu_button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.2);
		height: 46px;
		width: 46px;
		cursor: pointer;
	}
	#cssmenu .submenu_button.submenu-opened {
		background: #262626;
	}
	#cssmenu ul ul .submenu_button {
		height: 34px;
		width: 34px;
	}
	#cssmenu .submenu_button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #dddddd;
		content: '';
	}
	#cssmenu ul ul .submenu_button:after {
		top: 15px;
		right: 13px;
	}
	#cssmenu .submenu_button.submenu-opened:after {
		background: #ffffff;
	}
	#cssmenu .submenu_button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #dddddd;
		content: '';
	}
	#cssmenu ul ul .submenu_button:before {
		top: 12px;
		right: 16px;
	}
	#cssmenu .submenu_button.submenu-opened:before {
		display: none;
	}
}


/*----------------------- .Menu ----------------------------------*/

#slider_home .owl-nav {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	margin-top: -21px;
	padding: 0 30px;
}

#slider_home .owl-nav button.owl-prev {
	float: left;
}

#slider_home .owl-nav button.owl-next {
	float: right;
}

#slider_home .owl-theme .owl-nav [class*=owl-]:hover {
	background: 0 !important;
}

#slider_home .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	bottom: 0;
	width: 100%;
}


/*------------------------------------ Style Slider Trang Chủ --*/

content.content {
	margin-top: 100px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.icon_title {
	position: relative;
	font-size: 16px;
	line-height: inherit;
	margin: 0 0 60px;
	padding-left: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0e5bb7;
}

.icon_title span {
	color: #c2c2c2;
}

.icon_title:after {
	content: "";
	position: absolute;
	background: url(../img/icon_title.svg);
	background-size: contain;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	display: inline-block;
	left: 0;
	top: -20px;
}

.iconback {
	position: absolute;
	right: 15px;
	top: 0;
	cursor: pointer;
}

.sub_title {
	color: #0e5bb7;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	line-height: inherit;
	padding-right: 15%;
}

h5.sub_title {
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 6px 0;
}

#tab_menu_about_home {
	border-bottom: 0;
}

#tab_menu_about_home li {
	float: right;
	margin-left: 20px;
	outline: inherit;
}

#tab_menu_about_home>li>a {
	border: 0;
	color: #c2c2c2;
	font-size: 16px;
	margin: 0;
	padding: 0;
	outline: initial;
	font-weight: 500;
}

#tab_menu_about_home>li.active>a,
#tab_menu_about_home>li.active>a:focus,
#tab_menu_about_home>li.active>a:hover {
	color: #0e5bb7
}

#tab_menu_about_home>li>a:focus,
#tab_menu_about_home>li>a:hover {
	background: 0;
}

#tab_content_about_home ul li {
	float: left;
	width: 33.333%;
	text-align: center;
	padding: 0 0 15px 15px;
}

#tab_content_about_home ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 30px;
	box-shadow: -3px 5px 15px -7px #9c9c9c;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#tab_content_about_home ul li.back a {
	padding: 0px;
}

#tab_content_about_home ul li:hover a {
	background: #fdf7ed;
}

#tab_content_about_home ul li a img {
	width: 100%;
}

#tab_content_about_home ul li h4 {
	font-size: 14px;
	color: #0e5bb7;
	font-weight: 500;
}

#tab_content_about_home ul li .icon {
	background: url(../img/icon_css_1.png) no-repeat;
	width: 45px;
	height: 45px;
	display: inline-block;
}

#tab_content_about_home ul li.criteria .icon {
	background-position: -46px 0px;
}

#tab_content_about_home ul li a .stat_number {
	position: relative;
	font-weight: 700
}

#tab_content_about_home ul li a .stat_number:after {
	content: "+";
	position: absolute;
	top: -16px;
}

#tab_menu_about_home>li.active>a:after {
	content: "";
	bottom: -10px;
}

#slider_khachhang .item a {
	border: solid 1px #efefef;
	display: inline-block;
}

#slider_khachhang .item a:hover {
	border: solid 1px #ddd;
}


/*---------------------------- .Style Giới Thiệu Trang Chủ --*/

.reason {
	margin: 60px 0;
}

.reason [class*="col"] .text_right {
	display: inline-block;
	float: right;
	width: 80%;
}

.reason [class*="col"] .text_right h4 {
	font-size: 16px;
}

.reason [class*="col"] .icon {
	background: url(../img/icon_css_1.png) no-repeat;
	width: 33px;
	height: 45px;
	background-size: cover;
	display: inline-block;
	background-position: -98px -1px;
}

.reason .reason_tuvan .icon {
	width: 46px;
	background-position: -131px 0px;
}

.reason .reason_lapdat .icon {
	width: 48px;
	background-position: -176px 0px;
}

.reason .reason_giathanh .icon {
	width: 39px;
	background-position: -223px 0px;
}


/*-------------------------------------- .Style Tiêu Chí --*/

.text_position i {
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}

.service [class*="col"] {
	padding: 0;
}

.service [class*="col-md-3"] {
	padding-left: 10px;
}

.service .media_service .img_position img,
.news .media_news .img_position img {
	width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	height: 100%;
	object-fit: contain;
}

.news .media_news .img_position:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}

.service .media_service {
	position: relative;
}

.service .media_service .img_position,
.news .media_news .img_position,
.subpage_service .media_service .img_position {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.service .media_service .img_position:after,
.news .media_news .img_position:after,
.subpage_service .img_position:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.79) 0%, rgba(255, 255, 255, 0) 58%);
}

.text_position,
.news .text_position {
	position: absolute;
	top: 0;
	padding: 30px;
	color: #fff;
	height: 100%;
	z-index: 1;
	width: 100%;
	left: 0;
}

.text_position h2 {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	line-height: inherit;
	text-transform: uppercase;
}

.text_position .hotline_service span,
.text_position .hotline_service>div {
	float: left;
	display: inline-block;
}

.text_position .hotline_service .fa {
	font-size: 50px;
	margin-right: 6px;
}

.text_position .hotline_service h5 {
	float: left;
	margin: 0;
	font-size: 18px;
}

.text_position .hotline_service p {
	letter-spacing: 0.3em;
	margin: 0;
	line-height: 35px;
	font-size: 18px;
	font-weight: 600;
}


/*-------------------------------------- .Style Dịch Vụ --*/

.products {
	margin: 60px 0 0 0;
	padding: 60px 0;
	background: #e9e9e9;
}

.icon_title.icon_no {
	padding-left: 0;
	float: left;
	width: 70%;
	margin-top: 8px;
	margin-bottom: 30px;
}

.icon_title.icon_no:after {
	content: "";
	display: none
}

.wrap_list ul {
	display: inline-block;
	margin: 0 -10px;
}

.wrap_list .box {
	position: relative;
	display: inline-block;
	width: 25%;
	vertical-align: top;
	-webkit-transition: height 500ms ease;
	-o-transition: height 500ms ease;
	transition: height 500ms ease;
	float: left;
	overflow: hidden;
}

.wrap_list#slider_related_product .box {
	width: 100%;
}

.wrap_list ul li:nth-child(1n + 9) {
	max-height: 0;
	opacity: 0;
	transition: 0.3s ease-in;
}

.wrap_list .load_more_btn {
	display: block;
	color: #424d54;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	margin: 40px 0 30px 0;
}

.wrap_list .load_more_btn .loaded {
	display: none;
}

.wrap_list #load_more {
	display: none;
}

.wrap_list #load_more:checked~ul li:nth-child(1n + 2) {
	max-height: 999px;
	opacity: 1;
	transition: 0.5s ease-in;
}

.wrap_list #load_more:checked~.load_more_btn .loaded {
	display: block;
}

.wrap_list #load_more:checked~.load_more_btn .unloaded {
	display: none;
}

.wrap_list .box .mask_link {
	position: absolute;
	z-index: 1;
	background: url(../img/mask_link.png) repeat-y 0 24px;
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: contain;
	left: 0;
	top: 0;
	opacity: 0;
}

.wrap_list .box:hover .mask_link {
	opacity: inherit;
}

.wrap_list .box .body_position {
	position: relative;
	display: inline-block;
	margin: 0 10px 20px 10px;
	padding: 15px;
	background: #fff;
	border: solid 1px #d6d6d6;
	overflow: hidden;
	vertical-align: top;
}

.wrap_list .box .body_position img {
	width: 100%;
	-webkit-transition: all 1s ease;
	/* Safari and Chrome */
	-moz-transition: all 1s ease;
	/* Firefox */
	-ms-transition: all 1s ease;
	/* IE 9 */
	-o-transition: all 1s ease;
	/* Opera */
	transition: all 1s ease;
}

.wrap_list .box:hover .body_position img {
	-webkit-transform: scale(1.25);
	/* Safari and Chrome */
	-moz-transform: scale(1.25);
	/* Firefox */
	-ms-transform: scale(1.25);
	/* IE 9 */
	-o-transform: scale(1.25);
	/* Opera */
	transform: scale(1.25);
}

.wrap_list .box:hover .body_position h4,
.wrap_list .box:hover .body_position i {
	color: #fff;
	position: relative;
	z-index: 2;
}

.wrap_list .box .body_position h4 {
	margin: 0;
	text-transform: uppercase;
	line-height: 24px;
	max-height: 46px;
	position: relative;
	z-index: 1;
}

.wrap_list .box .body_position i {
	font-size: 13px;
	color: #636363;
}

.wrap_list .box .cont_footer {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	z-index: 1;
	position: relative;
}

.wrap_list .box .cont_footer a {
	position: relative
}

.wrap_list .box:hover .cont_footer a {
	color: #fff;
}

.wrap_list .box .cont_footer a .fa {
	margin-left: 6px;
	color: #cdcdcd
}

a .icon_detail {
	background: url(../img/icon_detail.svg) no-repeat;
	width: 36px;
	height: 40px;
	display: inline-block;
	position: absolute;
	left: -16px;
	top: -6px;
}


/*-------------------------------------- .Style Sản Phẩm Trang Chủ --*/

.banner_ani_promotion {
	background: url(../img/banner_ani_promotion.jpg) no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	width: 100%;
	min-height: 360px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.banner_ani_promotion:after {
	content: "";
	background: #000000a8;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.banner_ani_promotion h2 {
	position: absolute;
	font-size: 80px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-text-stroke: 2px white;
	-webkit-text-fill-color: #0074c0;
	letter-spacing: 0.04em;
	display: inline-block;
	margin: 0;
	top: 36%;
	left: 32%;
}

.subpage_product .banner_ani_promotion h2 {
	top: 34%;
	left: 25%;
}

.banner_ani_promotion h3 {
	position: absolute;
	z-index: 1;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
	top: 18%;
	left: 30%;
	color: #fff
}

.subpage_product .banner_ani_promotion h3 {
	font-size: 30px;
	left: 22%;
}

.banner_ani_promotion h4 {
	position: absolute;
	z-index: 1;
	display: inline-block;
	text-transform: uppercase;
	color: #78e000;
	margin: 0;
	left: 43%;
	top: 52%;
}

.subpage_product .banner_ani_promotion h4 {
	left: 43%;
	top: 48%;
}

.banner_ani_promotion p {
	position: absolute;
	z-index: 1;
	color: #fff;
	left: 43%;
	top: 43%;
}

.subpage_product .banner_ani_promotion p {
	left: 43%;
	top: 40%;
}

.banner_ani_promotion a {
	position: absolute;
	z-index: 2;
	color: #fff;
	left: 40%;
	top: 70%;
}

.banner_ani_promotion a .icon_detail {
	background: url(../img/icon_detail.svg) no-repeat;
	width: 36px;
	height: 40px;
	display: inline-block;
	position: absolute;
	left: -16px;
	top: -6px;
}

.banner_ani_promotion .icon_ani_left {
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 20%;
	top: 0;
}

.icon_ani_left.aos-init.aos-animate {
	transition-duration: 1s;
}

.subpage_product .banner_ani_promotion .icon_ani_left {
	left: 4%;
}

.banner_ani_promotion .icon_ani_right {
	width: 20%;
	height: auto;
	position: absolute;
	z-index: 1;
	right: 20%;
	top: 50%;
	margin-top: -121px;
}

.subpage_product .banner_ani_promotion .icon_ani_right {
	right: 4%;
}


/*---------------------- .Banner Animate ------------------*/

.news [class*="col-md-4"] {
	padding: 0 5px;
}

.news [class*="col-md-4"] .media_news {
	height: calc(50% - 5px);
}

.news [class*="col-md-4"] .media_news:last-child {
	margin-bottom: 0px;
}

.news {
	margin-top: 60px;
}

.news .media_news {
	margin-bottom: 10px;
	position: relative;
}

.news .media_news .img_position:after {
	content: "";
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.79) 0%, rgba(255, 255, 255, 0) 58%);
}

.news .text_position {
	top: inherit;
	bottom: 0;
	padding: 0 30px 30px 30px;
	height: auto;
}

.news .text_position a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}

.news .media_news.no_position {
	background: #e9e9e9;
	padding: 10px;
	height: 100%;
}

.news .media_news.no_position .img_position {
	height: initial
}

.news .media_news.no_position .text_position {
	height: initial;
	position: initial;
	margin-top: 15px;
	padding: 10px;
}

.news .media_news.no_position a,
.news .media_news.no_position i,
.news .media_news.no_position p {
	color: #424d54;
}

.news .media_news .img_position:hover:after {
	content: "";
	background-image: linear-gradient(0deg, rgb(0 0 0 / 95%) 0%, rgba(255, 255, 255, 0) 58%);
}

.news .media_news.no_position a:hover {
	color: #0e5bb7
}

.news .media_news.no_position img {
	width: 100%;
	height: initial;
}


/*-------------------------------------- .Style Tin Tức Trang Chủ --*/

footer .main_footer {
	background: #0e5bb7;
	position: relative;
	padding: 30px 0;
	color: #fff;
	overflow: hidden
}

footer .main_footer ul li {
	margin-bottom: 10px;
}

footer .main_footer .col-xs-12:first-child:after {
	content: "";
	position: absolute;
	background: url(../img/icon_detail.svg) no-repeat;
	width: 350px;
	height: 350px;
	display: inline-block;
	top: -76px;
	left: -114px;
	opacity: 0.2;
}

footer .main_footer .logo_footer {
	display: inline-block;
	margin-top: 2px;
	z-index: 1;
	position: relative;
}

footer .main_footer a {
	color: #fff
}

footer .main_footer h4 {
	margin-top: 0
}

footer .main_footer .follow_footer span {
	margin-right: 4px
}

footer .nav_footer {
	border-top: solid 1px #fff;
	background: #004290;
	vertical-align: top;
	padding: 10px 0;
}

footer .nav_footer li {
	float: left;
	position: relative;
	margin-right: 35px;
	padding-left: 10px;
	font-size: 13px;
}

footer .nav_footer li a,
footer .nav_footer p {
	color: #fff;
	font-size: 10px;
	margin: 0;
}

footer .nav_footer li:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 4px;
	height: 4px;
	left: 0;
	top: 11px;
	border-radius: 50px;
}


/*---------------------- .Footer ------------------*/


/* ===================== STYLE TRANG CON ==================*/

.subpage_about #thongtincongtin .item {
	margin-bottom: 30px
}

.subpage_about .item h4 {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.subpage_about .item h4:last-child {
	text-transform: inherit;
	font-weight: initial;
	margin: 0;
	font-size: 13px;
}

.subpage_about #thongtincongtin .item b {
	font-weight: 600;
	margin-right: 5px;
	font-size: 16px;
}

.subpage_about .big_title {
	font-weight: 600;
	font-size: 16px;
	color: #0e5bb7;
	text-transform: uppercase;
}

.subpage_about #tieuchikinhdoanh p b {
	font-weight: 600;
	margin-right: 5px;
	font-size: 16px;
	color: #0e5bb7;
}

.subpage_about #vanphong p {
	min-height: 44px;
}

.subpage_about #slider_office .disabled+.owl-dots,
.subpage_about #slider_factory .disabled+.owl-dots {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 10px;
}

.subpage_service .media_service {
	height: 300px;
	display: inline-block;
	position: relative;
	background: #0e5bb7;
}

.subpage_service .media_service .text_position {
	padding-right: 50%;
}

.subpage_service .wrap_list_service {
	padding: 0 15%;
}

.subpage_service .item_service {
	display: inline-block;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.subpage_service .item_service:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.item_service .img__,
.item_related .img__ {
	float: left;
	width: 30%;
	overflow: hidden;
	position: relative;
}

.item_service .right_info,
.item_related .right_info {
	float: left;
	width: 70%;
	padding-left: 30px;
}

.item_service a,
.item_related a {
	position: relative;
}

.item_service:nth-child(even) .img__ {
	float: right
}

.item_service:nth-child(even) .right_info {
	float: right;
	padding-right: 30px;
	padding-left: 0;
}

.item_service .right_info h4,
.item_related .right_info h4 {
	margin: 0 0 30px 0;
	text-transform: uppercase;
	font-weight: 500;
	line-height: inherit;
}

#slider_service_detail .item img {
	border: 1px solid #d6d6d6;
	margin-bottom: 20px;
}

.subpage_service #slider_service_detail .item img:last-child {
	margin-bottom: 0px;
}

#slider_service_detail .owl-nav .owl-prev {
	margin-right: 60px;
}

#slider_service_detail .owl-nav .owl-neft {
	margin-left: 60px;
}

#slider_service_detail .owl-nav [class*=owl-]:hover {
	color: #0e5bb7 !important
}

#counter {
	font-size: 18px;
	text-align: center;
	margin: 50px 0;
}

.backg_full {
	padding: 50px 0;
	width: 100%;
}

.backg_full.back_color_1 {
	background: #0e5bb7;
}

.backg_full.back_color_2 {
	background: #e9e9e9;
}

.item_related .img__ {
	width: 40%;
}

.item_related .right_info {
	width: 60%;
	padding-left: 0;
	padding-right: 30px;
}

.item_related {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}


/*-------------------------------------- .Style Giới Thiệu Trang Con --*/

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;

}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}


/** page structure **/

#magnific_popup_certificate {
	margin: 0 -7.5px;
}

#magnific_popup_certificate li {
	display: block;
	float: left;
	width: 25%;
	padding: 7.5px;
}

#magnific_popup_certificate li a {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

#magnific_popup_certificate li a:after {
	content: "";
	position: absolute;
	z-index: 1;
	background: url(../img/mask_link.png);
	background-position: 0 -20px;
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#magnific_popup_certificate li:hover a:after {
	opacity: inherit;
}

#magnific_popup_certificate li a img {
	width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#magnific_popup_certificate li:hover a img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}

@media screen and (max-width: 780px) {
	#magnific_popup_certificate li {
		width: 50%;
	}
}

@media screen and (max-width: 550px) {
	#magnific_popup_certificate {
		text-align: center;
		margin: 0;
	}
	#magnific_popup_certificate li {
		float: none;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}
}


/*-------------------------------------- .Style Sản Phẩm Trang Con --*/

.form_container .form_row {
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}

.form_container .form_row.active_show .form_textbox {
	padding: 30px 0 4px 0;
}

.form_container .form_row.active_show .form_textbox:focus~.form_label,
.form_container .form_row.active_show .form_textbox:valid~.form_label {
	top: 0;
}

.form_container .form_label {
	position: absolute;
	top: 10px;
	left: 0px;
	line-height: 13px;
	cursor: text;
	transition: all .15s ease-in-out 0s;
	margin: 0;
	text-transform: uppercase;
}

.form_container .form_textbox,
.form_container .form_submit {
	width: 100%;
	padding: 10px 0 0px 0;
	border: 0;
	background: 0;
	box-sizing: initial;
	color: #424d54;
	outline: inherit;
	border-bottom: solid 1px #424d54;
	position: relative;
	z-index: 1;
}

.form_container .form_textbox:focus~.form_label,
.form_container .form_textbox:valid~.form_label {
	top: -13px;
	color: #0e5bb7;
}

.form_container .upload_CV {
	position: absolute;
	bottom: 0;
}

.form_container .upload_CV .btn_submit {
	float: right;
	border: solid 1px #fff;
	padding-left: 30px;
	padding-right: 30px;
	height: 44px;
	background: #fff;
	cursor: pointer;
}

.form_container .btn_show_form_apply {
	border: 0;
	background: #f7941d;
	padding: 10px 30px;
	color: #fff;
	cursor: pointer
}

.form_container .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.form_container .inputfile+label {
	border: 1px solid #f79927;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}

.form_container .inputfile+label {
	border: 1px solid #0e5bb7;
	background-color: #ffffff;
	padding: 0;
	display: inline-flex;
}

.form_container .inputfile+label span,
.form_container .inputfile+label strong {
	padding: 0.625rem 1.25rem;
	/* 10px 20px */
}

.form_container .inputfile+label span {
	min-height: 2em;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
	width: 50%;
}

.form_container .inputfile+label strong {
	height: 100%;
	color: #fff;
	background-color: #0e5bb7;
	display: inline-block;
	cursor: pointer;
	width: 50%;
	float: left;
}

.form_container .inputfile+label strong:hover {
	background-color: #1c70d4
}

.form_container .submit_btn {
	position: relative
}

.form_container .submit_btn input {
	position: relative;
	z-index: 1;
	border: 0;
	padding: 5px 0 5px 20px;
	background: 0;
	text-transform: uppercase;
	outline: inherit;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.form_container .submit_btn input:hover {
	color: #0e5bb7
}

.form_container .submit_btn:after {
	content: "";
	background: url(../img/icon_detail.svg) no-repeat;
	width: 36px;
	height: 40px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: -2px;
}


/*-------------------------------------- .Style Form Yêu Cầu Trang Con --*/

#tps-org-chart {
	background: #fff;
	padding: 20px 20px 40px 20px;
	margin-bottom: 2em;
}

figure ul,
figure ul li,
figure ul li a {
	position: relative;
}

figure ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

figure ul li {
	padding: 10px 0;
	outline: inherit;
}

figure ul li a {
	display: block;
	border: 4px solid;
	text-align: center;
	color: #fff;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	background: #0e5bb7;
}

figure ul li a:hover,
figure ul li a:focus {
	color: #fff;
	text-decoration: none;
}

figure ul li a {
	display: block;
	min-height: 100%;
	overflow: hidden;
	transition: all ease .4s;
}

figure ul>li a:hover {
	background: #45bf00;
}

figure small {
	display: block;
	font-weight: normal;
}

figure>ul>li>div>a {
	width: 20%;
	margin: 0 auto 15px auto;
	line-height: inherit;
	padding: 16px 0;
}

figure>ul>li>div:after {
	content: "";
	width: calc(50%);
	height: 25px;
	margin: 0 auto;
	position: absolute;
	border-left: 4px solid;
	top: 90px;
	left: calc(50% - 2px);
	display: block;
	z-index: 0;
}

figure>ul>li>ul:after {
	content: "";
	width: calc(100% - 30px - 248px + 4px);
	height: 20px;
	margin: 0 auto;
	position: absolute;
	border: 4px solid;
	border-bottom: none;
	top: 10px;
	left: calc(15px + 124px - 2px);
	display: block;
	z-index: 0;
}

figure>ul>li>ul>li {
	z-index: 1;
}

figure>ul>li>ul>li:first-of-type:before,
figure>ul>li>ul>li:last-of-type:before {
	border-left: transparent;
}

figure>ul>li>ul>li:before {
	content: "";
	border-left: 4px solid;
	position: relative;
	display: block;
	min-height: 20px;
	margin-left: calc(50% - 2px);
}

figure>ul>li>ul>li>ul {
	border-left: 4px solid;
}

figure>ul>li>ul>li>ul>li {
	border-top: 4px solid;
	top: 50px;
}

figure ul>li>ul>li>ul>li>a {
	right: -30px;
	top: -50px;
	width: calc(100% - 30px);
}

@media all and (max-width: 1200px) {
	figure>ul>li>ul>li.col-lg-4 {
		padding-right: 0;
		padding-left: 30px;
	}
	figure>ul>li>div>a {
		width: 100%;
		margin: 0 auto;
	}
	figure>ul>li>ul {
		border-left: 4px solid;
	}
	figure>ul>li>ul>li {
		border-top: 4px solid;
		top: 50px;
	}
	figure>ul>li>div:after,
	figure>ul>li>ul:after,
	figure>ul>li>ul>li:first-of-type:before,
	figure>ul>li>ul>li:last-of-type:before,
	figure>ul>li>ul>li:before {
		display: none;
	}
	figure>ul>li>ul>li.col-lg-4 {
		padding-right: 0;
		padding-left: 30px;
	}
	figure>ul>li>ul>li>a,
	figure>ul>li>ul>li>ul {
		top: -50px;
	}
	figure ul>li>ul>li.tps-org-branch-end:last-of-type {
		border-left: 4px solid #fff;
		right: 4px;
		width: calc(100% + 4px);
	}
}

figure ul li a,
figure>ul>li>ul,
figure>ul>li>ul:after,
figure>ul>li>div:after,
figure>ul>li>ul>li,
figure>ul>li>ul>li:before,
figure>ul>li>ul>li>ul,
figure>ul>li>ul>li>ul>li,
figure>ul>li ul>li>ul>li>ul,
figure ul>li>ul>li>ul>li>ul>li {
	border-color: #d6d6d6;
}

figure ul>li>ul>li.tps-org-branch-end:last-of-type {
	border-left: 4px solid #fff;
	right: 4px;
}


/*-------------------------------------- .Style Cơ Cấu Tổ Chức Trang Con --*/

.subpage_product .products {
	vertical-align: top;
	display: inline-block;
	width: 100%;
}

#slider_related_product .wrap_list .box {
	width: 100%;
}

.subpage_product .product_info h5 {
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 15px 0
}

.subpage_product .product_info p {
	margin: 0 0 15px 0;
}

p span.dot {
	position: relative;
	padding: 0 0 0 20px;
}

p span.dot:before {
	content: "";
	position: absolute;
	background: #464646;
	border-radius: 50px;
	left: 0;
	top: 6px;
	width: 5px;
	height: 5px;
}

.form_quotation_info {
	color: #fff
}

.form_quotation_info>h4 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 26px;
	margin: 0 0 30px 0;
}

.form_quotation_info .dot:before {
	background: #fff;
}

.form_quotation_info ul .icon_title {
	margin-bottom: 30px;
	margin-left: -50px;
	color: #ff870b;
}

.form_quotation_info ul {
	padding: 60px 10% 0 10%;
	width: 100%;
	display: inline-block;
}

.form_quotation_info ul li {
	float: left;
	width: 50%;
	padding: 15px;
}

.btn_form_quotation,
.btn_form_right {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	border: solid 1px #d6d6d6;
	padding: 10px 30px;
	text-transform: uppercase;
	cursor: pointer;
}

.btn_form_quotation:hover,
.btn_form_right:hover {
	border: solid 1px #0e5bb7;
	color: #0e5bb7;
}

.form_quotation_info .close-modal,
#form_right .close-modal {
	display: inline-block;
	border: solid 1px #fff;
	padding: 10px 30px;
	text-transform: uppercase;
	cursor: pointer;
	float: right;
}

#etalage .etalage_thumb {
	background: white url(../img/loading.gif) center no-repeat;
	border: 1px solid #ddd;
	padding: 6px;
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}

#etalage .etalage_small_thumbs li {
	background: white;
	border: 1px solid #ddd;
	margin: 10px;
	padding: 4px;
}

#etalage ul li.etalage_smallthumb_first {}

#etalage ul li.etalage_smallthumb_last {}

#etalage ul li.etalage_smallthumb_active {
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}

#etalage .etalage_zoom_area,
.etalage_zoom_area {
	background: white url(../img/loading.gif) center no-repeat;
	border: 1px solid #ddd;
	padding: 10px;
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}

#etalage .etalage_magnifier {
	background: white;
	border: 1px solid #bbb;
}

#etalage .etalage_icon {
	background: url(../img/zoom.png) no-repeat;
	width: 14px;
	height: 14px;
}

#etalage .etalage_hint {
	background: url(../img/hint.gif) no-repeat;
	width: 130px;
	height: 57px;
}

#etalage .etalage_description {
	background: white;
	font-style: italic;
	margin: 10px;
	padding: 6px 10px;
}

.etalage,
.etalage_thumb,
.etalage_thumb_image,
.etalage_source_image,
.etalage_zoom_preview,
.etalage_icon,
.etalage_hint {
	display: none;
}

.etalage,
.etalage ul,
.etalage li,
.etalage img,
.etalage_hint,
.etalage_icon,
.etalage_description {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none
}

.etalage,
.etalage_magnifier div,
.etalage_magnifier div img,
.etalage_small_thumbs ul,
ul .etalage_small_thumbs li,
.etalage_zoom_area div,
.etalage_zoom_img {
	position: relative
}

.etalage img,
.etalage li {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	user-drag: none
}

.etalage,
.etalage_small_thumbs li {
	float: left
}

.etalage_right {
	float: right
}

.etalage li {
	position: absolute;
	border: solid 1px #d6d6d6;
}

.etalage img {
	vertical-align: bottom;
	max-width: none
}

.etalage_magnifier {
	cursor: default
}

.etalage_magnifier div,
.etalage_small_thumbs {
	overflow: hidden
}

.etalage_magnifier div img {
	display: none
}

.etalage_icon,
.etalage_hint {
	cursor: default;
	width: 0;
	height: 0;
	overflow: hidden
}

.etalage_small_thumbs li.vertical {
	float: none
}

.etalage_zoom_area {
	z-index: 996
}

.etalage_zoom_area div {
	overflow: hidden;
	z-index: 997
}

.etalage_zoom_preview {
	position: absolute;
	z-index: 998
}

.etalage_zoom_img,
.etalage_hint {
	z-index: 999
}

.etalage {
	direction: ltr
}

.etalage_description {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999
}

.etalage_description.rtl {
	direction: rtl;
	text-align: left
}

.easy_zoom {
	display: inline-block;
	float: right;
	text-align: center;
}

.show {
	width: 600px;
	height: 375px;
}

.small-img {
	width: 400px;
	height: 70px;
	margin-top: 10px;
	position: relative;
	display: inline-block;
}

.small-img .icon-left,
.small-img .icon-right {
	width: 12px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.small-img .icon-left {
	transform: rotate(180deg);
	left: 0;
}

.small-img .icon-right {
	right: 0;
}

.small-img .icon-left:hover,
.small-img .icon-right:hover {
	opacity: .5;
}

.small-container {
	width: 310px;
	height: 70px;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.small-container div {
	width: 800%;
	position: relative;
}

.small-container .show-small-img {
	width: 70px;
	height: 70px;
	margin-right: 6px;
	cursor: pointer;
	float: left;
}

.small-container .show-small-img:last-of-type {
	margin-right: 0;
}


/*-------------------------------------- .Style Sản Phẩm Chi Tiết --*/

.wrap_list.project__ .box {
	width: 50%;
}

.wrap_list.project__ .body_position {
	border: 0;
	padding: 0;
}

.wrap_list.project__ .body_position:after {
	content: "";
	position: absolute;
	background-image: linear-gradient(0deg, rgb(0 0 0 / 78%) 0%, rgba(255, 255, 255, 0) 58%);
	width: 100%;
	height: 30%;
	bottom: 0;
	left: 0;
}

.wrap_list.project__ .text_position {
	top: inherit;
	bottom: 0;
	padding: 0 30px 30px 30px;
	height: auto;
}

.wrap_list.project__ .text_position .link_mobile {
	color: #fff;
	float: right;
}

.wrap_list.project__ .box .mask_link {
	background: url(../img/mask_link_1.png);
	background-size: contain;
}

.wrap_project_infor {
	margin-top: 100px;
	margin-bottom: 100px;
	padding-top: 50px;
	border-top: 1px solid #d6d6d6;
	display: inline-block;
}

.wrap_project_infor ul {
	display: inline-block;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d6d6d6;
}

.wrap_project_infor ul li {
	float: left;
}

.wrap_project_infor ul li:nth-child(1) {
	width: 25%;
	text-transform: uppercase;
	font-weight: 600
}

.wrap_project_infor ul li:nth-child(2) {
	width: 5%
}

.wrap_project_infor ul li:nth-child(3) {
	width: 70%
}

.lSSlideOuter {
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.lightSlider:before,
.lightSlider:after {
	content: " ";
	display: table;
}

.lightSlider {
	overflow: hidden;
	margin: 0;
}

.lSSlideWrapper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.lSSlideWrapper img {
	width: 100%;
}

.lSSlideWrapper>.lightSlider:after {
	clear: both;
}

.lSSlideWrapper .lSSlide {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 1s;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform, height;
	transition-property: transform, height;
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
	position: relative;
}

.lSSlideWrapper .lSFade>* {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>*.active {
	z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>*.active {
	opacity: 1;
}


/** /!!! End of core css Should not edit !!!/**/


/* Pager */

.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg>li a {
	background-color: #222222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
	background-color: #428bca;
}

.lSSlideOuter .media {
	opacity: 0.8;
}

.lSSlideOuter .media.active {
	opacity: 1;
}


/* End of pager */


/** Gallery */

.lSSlideOuter .lSPager.lSGallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
	position: relative;
	overflow: hidden;
	-webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
	transition: border-radius 0.12s linear 0s 0.35s linear 0s;
	cursor: pointer;
}

.lSSlideOuter .lSPager.lSGallery li:after {
	content: "";
	position: absolute;
	z-index: 111111;
	background: url(../img/mask_link_1.png) no-repeat;
	background-size: cover;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.lSSlideOuter .lSPager.lSGallery li.active:after,
.lSSlideOuter .lSPager.lSGallery li:hover:after {
	opacity: inherit
}

.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.lSSlideOuter .lSPager.lSGallery li.active img,
.lSSlideOuter .lSPager.lSGallery li:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
	content: " ";
	display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
	clear: both;
}


/* End of Gallery*/


/* slider actions */

.lSAction>a {
	width: 32px;
	display: block;
	top: 50%;
	height: 32px;
	background-image: url('../img/controls.png');
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
	opacity: 0.5;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}

.lSAction>a:hover {
	opacity: 1;
}

.lSAction>.lSPrev {
	background-position: 0 0;
	left: 10px;
}

.lSAction>.lSNext {
	background-position: -32px 0;
	right: 10px;
}

.lSAction>a.disabled {
	pointer-events: none;
}

.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}


/* vertical */

.lSSlideOuter.vertical {
	position: relative;
}

.lSSlideOuter.vertical.noPager {
	padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
	position: absolute !important;
	right: 0;
	top: 0;
}

.lSSlideOuter.vertical .lightSlider>* {
	width: 100% !important;
	max-width: none !important;
}


/* vertical controlls */

.lSSlideOuter.vertical .lSAction>a {
	left: 50%;
	margin-left: -14px;
	margin-top: 0;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
	background-position: 31px -31px;
	bottom: 10px;
	top: auto;
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
	background-position: 0 -31px;
	bottom: auto;
	top: 10px;
}


/* vertical */

.lSSlideOuter.lSrtl {
	direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
	padding-left: 0;
	list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
	padding-right: 0;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
	float: left;
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
	float: right !important;
}


/* Rtl */

@-webkit-keyframes rightEnd {
	0% {
		left: 0;
	}
	50% {
		left: -15px;
	}
	100% {
		left: 0;
	}
}

@keyframes rightEnd {
	0% {
		left: 0;
	}
	50% {
		left: -15px;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes topEnd {
	0% {
		top: 0;
	}
	50% {
		top: -15px;
	}
	100% {
		top: 0;
	}
}

@keyframes topEnd {
	0% {
		top: 0;
	}
	50% {
		top: -15px;
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes leftEnd {
	0% {
		left: 0;
	}
	50% {
		left: 15px;
	}
	100% {
		left: 0;
	}
}

@keyframes leftEnd {
	0% {
		left: 0;
	}
	50% {
		left: 15px;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes bottomEnd {
	0% {
		bottom: 0;
	}
	50% {
		bottom: -15px;
	}
	100% {
		bottom: 0;
	}
}

@keyframes bottomEnd {
	0% {
		bottom: 0;
	}
	50% {
		bottom: -15px;
	}
	100% {
		bottom: 0;
	}
}

.lSSlideOuter .rightEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}

.lSSlideOuter .leftEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}

.lSSlideOuter.vertical .rightEnd {
	-webkit-animation: topEnd 0.3s;
	animation: topEnd 0.3s;
	position: relative;
}

.lSSlideOuter.vertical .leftEnd {
	-webkit-animation: bottomEnd 0.3s;
	animation: bottomEnd 0.3s;
	position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}


/*/  GRab cursor */

.lightSlider.lsGrab>* {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lightSlider.lsGrabbing>* {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}


/*-------------------------------------- .Style Dự Án Trang Con --*/

.subpage_news .media_news {
	margin-bottom: 60px;
}

.introduction {
	width: 50%;
}

.media_news .img__ img,
.item_service .img__ img,
.item_related .img__ img {
	width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.media_news .img__:hover img,
.item_service .img__:hover img,
.item_related .img__:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}

.media_news .mask_link,
.item_service .mask_link,
.item_related .mask_link {
	position: absolute;
	z-index: 1;
	background: url(../img/mask_link_1.png) center;
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: contain;
	margin: 0;
	left: 0;
	top: 0;
	opacity: 0;
}

.media_news .img_position:hover .mask_link,
.item_service .img__:hover .mask_link,
.media_news .img__:hover .mask_link,
.item_related .img__:hover .mask_link {
	opacity: inherit;
}

.media_news .right_info {
	width: 50%;
	float: left;
	padding: 5%;
}

.media_news .right_info i {
	margin: 0
}

.media_news .right_info h4 {
	margin: 0 0 30px 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px !important;
	line-height: inherit;
}

.media_news h4 {
	margin: 10px 0 20px 0;
	font-size: 13px;
	text-transform: uppercase;
}

.media_news p {
	margin: 0
}

.media_news .img__ {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
}

.col-xs-12.col-sm-6.col-md-4 .media_news .img__ {
	width: 100%;
	float: none;
}

.time {
	text-transform: none;
	position: absolute;
	right: 0;
	top: 0;
	color: #797979;
	font-size: 13px;
	font-weight: 600;
}

.social_share_support {
	padding-bottom: 60px;
	border-bottom: 1px solid #d6d6d6;
}

.social_share_support .fas.fa-share-alt {
	margin-right: 15px;
	border: 1px #0e5bb7 solid;
	padding: 4px;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	line-height: 22px;
	text-align: center;
	color: #0e5bb7;
}

.social_share_support .text-uppercase a {
	color: #b7b7b7;
}

.social_share_support .text-uppercase a:hover {
	color: #0e5bb7
}

.social_share_support a .icon_detail {
	background: url(../img/animte_banner_1.png);
	background-size: 100%;
	top: -6px;
	left: -19px;
}

.social_share_support span {
	margin-left: 10px;
}

#slider_related_news .item_related .img__,
#slider_related_news .item_related .right_info {
	width: 100%;
}

#slider_related_news .media_news {
	margin: 0
}

[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-kerning: auto;
}

[data-pagination] {
	font-size: 8pt;
	line-height: 1;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	margin: 1em auto;
	text-align: center;
	transition: font-size .2s ease-in-out;
}

[data-pagination] ul {
	list-style-type: none;
	display: inline;
	font-size: 100%;
	margin: 0;
	padding: .5em;
}

[data-pagination] ul li {
	display: inline-block;
	width: 30px;
	height: 26px;
	line-height: 22px;
	text-align: center;
	border-radius: 50px;
}

[data-pagination]>a {
	font-size: 140%;
}

[data-pagination] a {
	color: #0e5bb7;
	font-size: 14px;
}

[data-pagination] a:focus,
[data-pagination] a:hover {
	color: #f60;
}

[data-pagination] li.current {
	background: rgba(0, 0, 0, .1)
}


/* Disabled & Hidden Styles */

[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
	opacity: .5;
	pointer-events: none;
}

@media (min-width: 350px) {
	[data-pagination] {
		font-size: 10pt;
	}
}

@media (min-width: 500px) {
	[data-pagination] {
		font-size: 12pt;
	}
}

@media (min-width: 700px) {
	[data-pagination] {
		font-size: 14pt;
	}
}

@media (min-width: 900px) {
	[data-pagination] {
		font-size: 16pt;
	}
}

.subpage_news .item_related .img__ {
	margin-top: 0;
}


/*-------------------------------------- .Style Tin Tức Trang Con --*/

.careers_position {
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 100%;
	margin-bottom: 60px;
}

.careers_position .pull-right {
	width: 50%;
	padding: 4%;
	background: #0e5bb7;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.careers_position .pull-right p {
	width: 50%;
	display: inline-block;
	margin: 0;
}

.careers_position .pull-right a {
	width: 50%;
	color: #fff;
	border: solid 1px #fff;
	padding: 15px 30px;
	vertical-align: top;
}

#form_right i {
	margin-right: 10px;
}

#form_right [class*="col-"] {
	margin-bottom: 30px;
}

#form_right .container {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

#form_right .close-modal {
	border: solid 1px #d6d6d6;
}

.job_openings .col-md-4 {
	margin-bottom: 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 1s ease;
}

.job_openings .col-md-4:hover {
	cursor: pointer;
	box-shadow: 0px 8px 7px -9px #0e5bb7;
}

.job_openings .col-md-4:hover h4 a {
	color: #0e5bb7
}

.job_openings .col-md-4 h4 {
	font-size: 13px;
	margin-top: 0;
}

.job_openings .col-md-4 h4 a {
	color: #000;
	text-transform: uppercase;
}

.job_openings_detail .col_xs-12.col-sm-6 h4 {
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
}

#popup_job {
	text-align: center;
}

@media screen and (min-width: 768px) {
	#popup_job:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

#popup_job .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 800px;
}

#popup_job .modal-body {
	padding: 80px 30px 30px 30px
}

#popup_job .form_container .submit_btn {
	float: right
}

#popup_job .btn_close {
	background: url(../img/close.svg) no-repeat;
	overflow: hidden;
	padding: 14px;
	text-decoration: none;
	text-indent: 5em;
	white-space: nowrap;
	width: 14px;
	will-change: opacity;
	z-index: 5;
	height: 24px;
	background-size: 100%;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: .2;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border: 0;
	outline: initial;
}

#popup_job .btn_close:hover {
	opacity: inherit;
}


/*-------------------------------------- .Style Tuyen Dung Trang Con --*/

.subpage_sitemap ul {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 30px;
}

.subpage_sitemap ul li {
	width: 30%;
	float: left;
}

.subpage_sitemap ul li a {
	text-transform: uppercase;
	font-weight: 600;
}

.subpage_sitemap ul li:nth-child(2) {
	width: 70%;
}

.subpage_sitemap ul li:nth-child(2) a {
	width: 33.333%;
	float: left;
	font-weight: 400;
	padding: 0 10px 20px 0;
}


/*-------------------------------------- .Style Sơ Đồ Web --*/

.maps_position {
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 100%;
	margin-bottom: 60px;
}

.maps_position #map_canvas {
	width: 50%;
	height: 400px;
}

.maps_position .info_position {
	position: absolute;
	width: 100%;
	top: 0;
}

.maps_position .info_position .tab_content p {
	margin: 0
}

#locations {
	width: 40%;
	float: left;
}

#locations li h4 {
	margin: 0 0 30px 0;
}

#locations li.hover h4,
#locations li:hover h4 {
	color: #0e5bb7;
}

#content {
	width: 300px;
}

#more-info {
	position: absolute;
	width: 60%;
	right: 0;
}

#more-info * {
	position: relative;
	z-index: 40;
	margin: 0 0 20px 0;
}

.longdesc {
	display: none;
}


/*-------------------------------------- .Style Liên Hệ Trang Con --*/

.ws_contact {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 9999;
}

.ws_contact_icon {
	display: block;
	margin: 10px 0;
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 70px;
	text-align: center;
	background: #6BB31E;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.ws_contact_icon:not(:last-child) {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}

.ws_contact_icon:not(:last-child).is_active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.ws_contact_icon::before {
	content: "";
	background: url("../img/ZFUFPff.png") no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: inline-block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.ws_contact_icon::after {
	content: attr(tooltip);
	background: #fff;
	color: #000;
	border-radius: 50px;
	padding: 10px;
	position: absolute;
	right: 100%;
	line-height: 1;
	min-width: 150px;
	display: inline-block;
	top: 8px;
	margin-right: 10px;
	font-size: 15px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.ws_contact_icon.is_active::before {
	background: url("../img/0vsz83V.png") no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
}

.ws_contact_icon.call {
	background: #F01F46;
	-webkit-transition-delay: 250ms;
	transition-delay: 250ms;
}

.ws_contact_icon.call::before {
	background: url("../img/i3Qvln3.png") no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
}

.ws_contact_icon.mail {
	background: #691FF0;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

.ws_contact_icon.mail::before {
	background: url("../img/K34s4SN.png") no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
}

.ws_contact_icon.facebook {
	background: #231FF0;
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}

.ws_contact_icon.facebook::before {
	background: url("../img/0FgYLEn.png") no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
}

.ws_contact_icon.message {
	background: #1F7AF0;
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.ws_contact_icon.message::before {
	background: url("../img/I6NY3Mi.png") no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
}

.ws_contact_icon.zalo {
	background: #F1F1F1;
	-webkit-transition-delay: 50ms;
	transition-delay: 50ms;
}

.ws_contact_icon.zalo::before {
	background: url("../img/Ph1kn8Y.png") no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
}

.ws_contact_icon:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.ws_contact_icon:hover::after {
	opacity: 1;
	visibility: visible;
}