@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";

:root {
	--blue: #157fda;
	--orange: #f58220
}

body {
	background: #fff;
	font-family: "Roboto", sans-serif
}

header {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
	position: sticky;
	top: 0;
	z-index: 999;
	background: #fff
}

a,
a:link,
a:active,
a:visited {
	color: var(--blue)
}
.header-left{
	display: flex;
	align-items: center
}
.text-header{
	margin-left: 20px
}
.pdd-10-0 {
	padding: 10px 0
}

.d-flex-center {
	display: flex;
	align-items: center
}

.row {
	margin-left: -10px;
	margin-right: -10px
}

[class*=" col-"],
[class^=col-] {
	padding-left: 10px;
	padding-right: 10px
}

.logo {
	display: block
}

.logo img {
	height: 85px;
	width: auto
}

.d-flex-bw {
	display: flex;
	justify-content: space-between
}

.hotline-header {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	font-size: 16px;
	color: var(--blue)
}

.hotline-header li {
	margin-left: 30px;
	display: flex;
	align-items: center
}

.hotline-header .fa {
	height: 34px;
	width: 34px;
	display: inline-block;
	background: var(--orange);
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px
}

.hotline-header a {
	color: var(--orange);
	font-weight: 700
}

.main-menu-box {
	background: var(--blue);
	margin-bottom: 30px
}

.main-menu {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex:1;
	justify-content: space-between
}

.main-menu a {
	color: #fff;
	padding: 10px;
	display: block;
	position: relative;
	white-space: nowrap
}

.main-menu>li {
	display: inline-block;
	position: relative
}

.main-menu>li>a {
	text-transform: uppercase;
	padding: 15px 10px;
	display: inline-block
}

.main-menu .sub-menu a {
	border-bottom: 1px solid #2e94eb
}

.main-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: var(--blue);
	z-index: 9;
	padding: 0;
	min-width: 220px;
	margin: 0;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
	display: none
}

.main-menu .sub-menu-2 {
	position: absolute;
	left: 100%;
	top: 0;
	background: var(--blue);
	z-index: 9;
	padding: 0;
	min-width: 220px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
	display: none;
	margin: 0
}

.main-menu .sub-menu .fa,
.main-menu .sub-menu-2 .fa {
	position: absolute;
	top: 10px;
	right: 10px
}

.main-menu li:hover>.sub-menu {
	display: block
}

.main-menu .sub-menu>li:hover .sub-menu-2 {
	display: block
}

.main-menu .current {
	color: #FFC107 !important
}

.main-menu .dlk img {
	width: 32px;
	height: 32px;
	margin-right: 5px
}

.headerSearch {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	width: 250px;
}

.headerSearch input {
	border: none;
	box-shadow: none;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding: 10px;
	width: 100%;
	background-color: rgba(255, 255, 255, .2) !important
}

.headerSearch .btn-search {
	color: #fff;
	background: none;
	border: none;
	position: absolute;
	right: 10px;
	top: 8px
}

.headerSearch input::placeholder {
	color: #fff;
	opacity: 1
}

.headerSearch input::-ms-input-placeholder {
	color: #fff;
	opacity: 1
}

footer {
	padding: 40px 0 0;
	background: #005dac;
	color: #fff;
	margin-top: 30px
}

.heading-footer {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px
}

footer ul {
	padding: 0;
	margin: 0
}

footer ul li {
	margin-bottom: 10px
}

footer ul li:last-child {
	margin-bottom: 0
}

footer a {
	color: #fff !important
}

footer iframe {
	width: 100%;
	height: 130px
}

.block-box {
	margin-bottom: 30px
}

.copyright-box {
	background-color: #005d95;
	padding: 20px 0;
	color: #fff;
	text-align: center
}

#back-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	font-size: 25px;
	border: none;
	outline: none;
	background-color: #fff;
	color: #555;
	cursor: pointer;
	border: 2px solid #555;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center
}

#back-to-top:hover {
	background-color: var(--orange)
}

.slider-box {
	margin-bottom: 30px
}

.img-square,
.img-4-3,
.img-16-9,
.img-avatar {
	position: relative;
	display: block;
	overflow: hidden
}

.img-square {
	padding-top: 100%
}

.img-4-3 {
	padding-top: 75%
}
.img-16-9 {
	padding-top: 56.25%
}

.img-avatar {
	padding-top: 130%
}

.img-square img,
.img-4-3 img,
.img-16-9 img,
.img-avatar img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.heading-1 {
	font-size: 34px;
	margin-bottom: 25px;
	font-weight: 400;
	line-height: 1
}

.heading-2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 1
}

.heading-3 {
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 700;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-bottom: 15px
}

.heading-3:after {
	content: '';
	width: 30px;
	height: 4px;
	background: #ddd;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0
}

.news-list {
	background: #fff;
	margin-bottom: 20px;
	display: flex;
	align-items: center
}

.news-list:last-child {
	margin-bottom: 0
}

.news-list .img {
	width: 33%;
	border-radius: 6px;
	overflow: hidden;
	margin-right: 10px
}

.news-list .info {
	flex: 1
}

.news-list h3 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	font-size: 16px
}

.news-list .des {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden
}

.news-list a {
	color: #000
}

.news-list .date {
	margin: 5px 0;
	font-size: 13px;
	color: #555
}

.btn-readmore {
	padding: 8px 25px;
	background: #fff;
	border: 1px solid var(--blue);
	color: var(--blue);
	border-radius: 4px;
	display: inline-block
}

.btn-readmore:hover {
	background: var(--blue);
	color: #fff
}

.menu-dv {
	display: flex;
	padding: 0;
	gap: 20px;
	justify-content: center
}

.menu-dv li {
	width: 25%;
	padding: 20px;
	background: var(--blue);
	border-radius: 4px
}

.menu-dv li a {
	padding: 10px 25px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid #fff;
	color: #fff;
	background: var(--blue);
	width: 100%;
	text-align: center;
	display: inline-block
}

.menu-dv li a:hover {
	background: var(--orange);
	color: #fff
}

.menu-kp {
	padding: 0;
	text-align: center
}

.menu-kp a {
	background: #fff;
	color: #000;
	display: block
}

.menu-kp .img-square {
	border-radius: 32px 0;
	overflow: hidden
}

.menu-kp h3 {
	font-size: 18px;
	font-weight: 700;
	padding: 10px
}

.owl-nav {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	z-index: 99
}

.owl-prev,
.owl-next {
	padding: 40px 10px;
	background: #ffffff78;
	opacity: 0;
	position: absolute;
	transition: .25s
}

.owl-prev.disabled,
.owl-next.disabled {
	cursor: no-drop !important
}

.owl-prev {
	left: 0;
	z-index: 99
}

.owl-next {
	right: 0;
	z-index: 99
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
	opacity: 1;
	transition: .25s
}

.owl-dots {
	text-align: center;
	margin-top: 10px
}

.owl-dot {
	display: inline-block;
	margin: 0 3px
}

.owl-dot span {
	width: 12px;
	height: 8px;
	display: inline-block;
	background: #fff;
	border: 1px solid var(--blue)
}

.owl-dot.active span {
	background: var(--blue)
}

.bg-gray {
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: #f1f5f8
}

.dnql {
	display: block;
	border-radius: 32px 0;
	overflow: hidden
}

.dnql .info {
	background-color: rgba(245, 130, 32, 0.86);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 15px
}

.dnql .info h3 {
	font-size: 18px;
	text-transform: uppercase
}

.dnql .info .sp1 {
	font-weight: 700;
	font-size: 12px
}

.bg-img {
	background: url(../images/bg-dv.jpg) no-repeat;
	padding-top: 60px;
	padding-bottom: 30px;
	background-size: cover;
	margin-bottom: -30px
}

.bg-img .heading-1 {
	color: #fff
}

.mrg-lr-2 {
	margin-left: -2px;
	margin-right: -2px
}

.pdd-lr-2 {
	padding-left: 2px;
	padding-right: 2px
}

.thietbi {
	margin-bottom: 4px
}

.thietbi .info {
	opacity: 1;
	-webkit-transform: scale(1) translateZ(0) translateY(0) !important;
	transform: scale(1) translateZ(0) translateY(0) !important;
	pointer-events: inherit;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	padding: 30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0;
	-webkit-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s
}

.mfp-bg.mfp-ready {
	opacity: .6
}

.mfp-bg.mfp-removing {
	opacity: 0 !important
}

.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: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-image-holder {
	padding: 40px 6.66%
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .5s;
	transition: opacity .3s, -webkit-transform .5s;
	-o-transition: transform .5s, opacity .3s;
	transition: transform .5s, opacity .3s;
	transition: transform .5s, opacity .3s, -webkit-transform .5s
}

.mfp-content-inner {
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2)
}

.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.mfp-ready.mfp-removing .mfp-content {
	opacity: 0
}

.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: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-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;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

.mfp-close {
	cursor: pointer;
	outline: none;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: fixed;
	top: 0;
	right: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0;
	padding: 0;
	mix-blend-mode: difference;
	margin: 0 !important;
	color: #fff;
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	min-height: 0;
	width: 40px;
	-webkit-backface-visibility: hidden;
	height: 40px;
	line-height: 40px;
	font-family: Arial, monospace;
	-webkit-transition: opacity .6s, -webkit-transform .6s;
	transition: opacity .6s, -webkit-transform .6s;
	-o-transition: opacity .6s, transform .6s;
	transition: opacity .6s, transform .6s;
	transition: opacity .6s, transform .6s, -webkit-transform .6s;
	-webkit-transform: translateY(50%) translateZ(1px);
	transform: translateY(50%) translateZ(1px)
}

.mfp-close svg {
	pointer-events: none
}

.mfp-content .mfp-close {
	position: absolute
}

.mfp-ready .mfp-close {
	opacity: .6;
	-webkit-transform: translateY(0) translateZ(1px);
	transform: translateY(0) translateZ(1px)
}

.mfp-removing .mfp-close {
	display: none !important
}

.mfp-close:hover {
	opacity: 1
}

.mfp-close-btn-in .mfp-close {
	top: 0 !important;
	color: currentColor
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px
}

.mfp-arrow {
	position: fixed;
	opacity: .6;
	color: #fff;
	mix-blend-mode: difference;
	top: 50%;
	z-index: 1046;
	margin: 0;
	text-align: center;
	width: 50px;
	height: 50px
}

.mfp-arrow i {
	pointer-events: none;
	font-size: 42px !important
}

.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:active {
	top: 50.1%
}

.mfp-arrow-left {
	left: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.mfp-arrow-right {
	right: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.mfp-ready .mfp-arrow-right,
.mfp-ready .mfp-arrow-left {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.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%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: calc(100vh - 80px);
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	line-height: 0;
	padding: 0 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.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 {
	font-size: 11px;
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-title a {
	text-decoration: underline;
	color: #f3f3f3
}

.mfp-title a:hover {
	text-decoration: none;
	color: #f3f3f3;
	opacity: .8
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
	margin: 0
}

@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, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-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-content figcaption {
	margin: 0
}

.mobile-menu-bg {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none
}

.mobile-menu-wrap {
	width: 280px;
	position: fixed;
	top: 0;
	right: 0;
	width: 280px;
	height: 100%;
	background: var(--blue);
	z-index: 9999;
	visibility: hidden;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%)
}

.mobile-menu-wrap.animate {
	transition: all .35s ease
}

.mobile-menu-wrap .logo {
	text-align: center;
	padding: 0 10px
}

.mobile-menu-wrap .logo img {
	height: 25px;
	width: auto
}

.mobile-menu-wrap .menu {
	background: var(--blue);
	height: calc(100vh - 150px);
	overflow: auto
}

.mobile-menu-wrap .mfooter {
	background-color: #fff;
	height: 30px;
	padding: 10px;
	text-align: center;
	color: #777
}

.mobile-menu-toggle-btn {
	cursor: pointer;
	background: none;
	text-align: center;
	width: 25px;
	z-index: 999;
	color: var(--blue);
	border-radius: 4px;
	display: none
}

.mobile-menu-toggle-btn:hover {
	background: none
}

.open-menu .mobile-menu-bg {
	display: block
}

.open-menu .mobile-menu-wrap {
	visibility: visible;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px)
}

.page-list .img {
	width: 28%
}

.teo {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 3px
}

.mrg-b-10 {
	margin-bottom: 10px
}

.dong1 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1 !important;
	display: -webkit-box;
	overflow: hidden
}

.g-map iframe {
	width: 100%;
	height: 250px
}

.form-control {
	box-shadow: none;
	height: 40px;
	font-size: 14px
}

.btn {
	font-size: 14px;
	height: 40px
}

.mrg-b-10 {
	margin-bottom: 10px
}

.detail-person .st1 {
	color: #888;
	margin-bottom: 10px
}

.detail-person .st1 a {
	color: #888 !important
}

.detail-person .name {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase
}

.portfolio {
	border-left: 1px solid #ececec
}

.mrg-b-20 {
	margin-bottom: 20px
}
.news-grid .img-16-9{
	border-radius: 8px;
	margin-bottom: 10px
}
.news-grid h3{
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
}
.news-grid h3 a{
	color: #000
}
.news-grid .date{
	color: #555
}
.news-grid .date .fa{
	margin-right: 5px;
}
.news-grid .des{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
}




.trang_thiet_bi {
	padding: 0;
	text-align: center
}

.trang_thiet_bi a {
	color: #000;
	display: block
}

.trang_thiet_bi .img-square {
	overflow: hidden
}

.trang_thiet_bi h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    z-index: 100;
    position: relative;
    background: #fff;
}
.trang_thiet_bi img{
	object-fit: cover;
}