* {
	font-family: "Montserrat", serif;
	font-optical-sizing: auto;
}

ul {
    list-style-type: disc; /* Hiển thị dấu chấm tròn */
    padding-left: 20px; /* Tạo khoảng cách với lề trái */
}


h1, h2, h3, h4, h5, h6, p {
	font-family: "Montserrat", serif;
}
p {
	font-size: 16px;
}
.menu-dmt {
	background-color: #fbfbfb;
}
.menu {
	display: flex;
	justify-content: flex-start; /* Căn giữa theo chiều ngang */
	align-items: center; /* Căn giữa theo chiều dọc */
	padding: 10px;
	background-color: #fbfbfb;
	z-index:999;
	width: 100%;
	margin-left: unset;
	border: unset;

}
.menu .row {
	display: flex;
	justify-content: flex-start; /* Căn giữa theo chiều ngang */
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
}

.menu-items {
  display: flex;
  align-items: center; /* Căn giữa theo chiều dọc */	  
}
.menu-items ul {
	display: flex;
	align-items: center; /* Căn giữa theo chiều dọc */
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-items ul li {
  margin-right: 30px;
  position: relative;
}

.menu-items ul li .fa {
	margin-left: 5px;
	transition: transform 0.5s ease-in-out;
}

.menu-items ul li ul {
  width: 300px; /* đặt chiều rộng của menu cấp 2 là 200px */
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  background-color: #fff;
    z-index:999;
	padding: 20px 0px 20px 20px;

}
.menu-items ul li a {
  color: #333;
  font-size: 18px;
  text-decoration: none;
}

.menu-items ul li:hover ul {
  display: block;
}
.menu-items ul li:hover .fa{
    transform: rotate(-180deg);
}

.menu-items ul li ul li {
  margin-top: 15px;
  z-index:999;
}
.menu-items ul li ul li a {
	font-weight: unset;
}
.menu-items ul li:hover {
	background-color: #1c4587;
}
.menu-items ul li:hover a {
	color: #fff;
}
.menu-items ul li:hover ul li a {
	color: #2b2b2b;
}
.menu-items ul li ul li:hover a {
	color: #fff;
}
.menu-items ul li a:hover {
  color: #fff;
}
.submenu {
	opacity: 0;
	transition: opacity 0.5s ease;
}
.menu-items ul li:hover .submenu {
	opacity: 1;
}
/* menu mobile */
.mobile-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #333;
  z-index: 999;
  position: relative;
  color: #fff;
  width: 100%;
}


.mobile-menu .hamburger {
  font-size: 24px;
  cursor: pointer;
}

.mobile-menu .menu-items {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
  z-index: 999;
}

.mobile-menu .menu-items ul {
   align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .menu-items ul {
flex-direction: column;
}

.mobile-menu .menu-items ul li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.mobile-menu .menu-items ul li ul {
  display: none;
  padding-left: 20px;
}

.mobile-menu .menu-items ul li:hover ul {
  display: block;
}

.mobile-menu .menu-items ul li a {
  color: #232323;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.mobile-menu .menu-items ul li a:hover {
  color: #0099ff;
}

.mobile-menu .menu .fa {
  margin-right: 10px;
}

.mobile-menu .submenu {
  display: none;
}


.mobile-menu  .menu-items ul li .submenu.show {
  display: block;
}

.menu-items ul li .submenu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.has-submenu .fa-caret-down {
 color: #232323;
  cursor: pointer;
}
.mobile-menu .menu-items ul li:hover ul,
.mobile-menu .menu-items ul li .submenu.show {
  display: block;
}
.mobile-menu .fa {
	margin-right: 15px;
}
.mobile-menu .submenu {
  display: none;
}
.mobile-menu .menu-items ul li ul li a {
color: #333;
}

.mb-menu-1 {
	display: none;
}




.slide-chinh-trang-chu .item-slide {
	position: relative;
	overflow: hidden;
}
.slide-chinh-trang-chu .thong-tin-slide {
	position: absolute;
	width: 50%;
	left: 0;
	top: 0;
	background-color: rgba(28, 69, 135, 0.5);
	padding: 50px;
	color: #fff;
	height: 100%;
}
.slide-chinh-trang-chu .thong-tin-slide .tt-slide-1 {
	background-color: rgba(28, 69, 135, 0.3);
	padding: 20px;
	font-size: 20px;
	text-align: center;
	
}
.nut-tu-van {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center; /* Căn giữa theo chiều ngang */
	align-items: center;
	padding: 20px;
}
.nut-tu-van a {
	color: #fff;
}
.tu-van {
	background-color: #ca1818;
	padding: 10px 20px;
	border-radius: 50px;
}
.slide-chinh-trang-chu .mo-ta-slide h1, .slide-chinh-trang-chu .mo-ta-slide h2, .slide-chinh-trang-chu .mo-ta-slide h3, 
.slide-chinh-trang-chu .mo-ta-slide h4, .slide-chinh-trang-chu .mo-ta-slide h5, .slide-chinh-trang-chu .mo-ta-slide h6, 
.slide-chinh-trang-chu .mo-ta-slide p {
	color: #fff;
}



.tieu-de-section {
	display: flex;
	font-size: 30px;
	text-transform: uppercase;
	padding: 20px 20px 10px 0px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.tieu-de-section::after {
    content: ""; 
    display: block;
    width: 30px; 
    height: 3px; 
    background-color: #00174f; 
    position: absolute;
    bottom: -10px; 
    left: 0; 
}
.gioi-thieu-dmt .nut-tu-van {
	justify-content: flex-start;
	padding:unset;
	margin-top: 20px;
	margin-bottom: 20px;
}
.nd-gioithieu {
	text-align: justify;
}
.nd-gioithieu p {
	font-size: 18px;
}
.banner-gioi-thieu {
	margin-left: 20px;
}

.lvuc-dmt {
	margin-bottom: 50px;
}
.linh-vuc-dmt .tieu-de-section {
	color: #1c4587;
}
.chi-tiet-linh-vuc {
	padding: 20px;
	font-size: 16px;
}
.ten-linh-vuc {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
	color: #b31c00;
}
.tag-xem-them {
	text-align: right;
}

.tag-xem-them a {
	color: #1c4587;
	text-decoration: underline;
	font-weight: bold;
}



.duan-dmt {
	background-color: #e6eef1;
	padding-bottom: 50px;
}
.danh-sach-du-an-tieu-bieu .item-slide {
	background-color: #fff;
}
.img-du-an {
	position: relative;
	height: 200px;
	width: 100%;
    overflow: hidden;
}
.img-du-an img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.9s ease;
}
.danh-sach-du-an-tieu-bieu .item-slide:hover img {
	transform: scale(1.2);
}
.danh-sach-du-an-tieu-bieu .owl-carousel .owl-item img {
    display: block;
    width: 100%!important;
}
.thong-tin-du-an {
	padding: 20px;
}
.tieu-de-du-an {
	font-size: 16px;
	font-weight: bold;
	color: #1c4587;
}


.tin-tuc-dmt {
	margin-bottom: 50px;
}
.tin-tuc {
	padding-bottom: 50px;
}
.thong-tin-tin-tuc {
	padding: 20px;
	background-color:#fff;
}
.tieu-de-tin-tuc {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #ca1818;
}
.tag-xem-chi-tiet {
	text-align: right;
}
 .mo-ta-tin-tuc {
	margin-bottom: 20px;
	text-align: justify;
}

.tag-xem-chi-tiet a {
	color: #ca1818;
	text-decoration: underline;
	font-weight: bold;
}



.camket-dmt {
	padding-top: 50px;
	padding-bottom: 50px;
}
.cam-ket-1 {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
	padding: 20px;
}
.icon-cam-ket {
	max-width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.tieu-de-cam-ket {
	font-weight: bold;
	font-size: 18px;
	color: 
}



.chan-trang-dmt {
	background-color: #1c4587;
	padding-top: 50px;
	padding-bottom: 50px;
}
.chan-trang {
	background-color: #1c4587;
	color: #fff;
}

.chan-trang .logo-chan-trang {
	height: unset;
	width: unset;
}
.chan-trang .logo-chan-trang img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.chan-trang h1,.chan-trang h2,.chan-trang h3,.chan-trang h4,.chan-trang h5,.chan-trang h6,.chan-trang p {
	color:#fff!important;
}
.chan-trang p {
	color:#fff;
}
.dm-chan-trang-1 ul {
	margin: 0 0 20px 0px;
	padding-left: unset;
	font-size: 20px;
	font-weight: bold;
}
.dm-chan-trang-1 ul li {
	margin-left: 15px;
	font-size: 16px;
	font-weight: unset;
}
.dm-chan-trang-1 ul li:first-child {
	margin-top:20px;
}
.dm-chan-trang-1 ul li a {
	font-size: 16px;
	font-weight: normal;
}
.chan-trang .icon-mxh {
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
.chan-trang .icon-mxh-1 {
	width: 50px;
	padding: 10px;
}
.chan-trang .dm-chan-trang-2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.dang-ky-1  {
	display: flex;
    align-items: center; 
    gap: 10px;
}
.dang-ky-1 input {
	padding: 10px;
	border-radius: 5px;
	outline: unset;
	border: unset;
}
.dang-ky-1 button {
	padding: 12px;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.menu-dmt {
		background-color: #1c4587;
	}
	.menu {
		display:none;
	}
	.mb-menu-1 {
		display: block;
		background-color: #1c4587;
	}
	.mobile-menu {
		background-color: #1c4587;
	}
	.menu-items ul li ul {
		background-color: #fff;
		width: 100%;
	}
	.slide-chinh-trang-chu .thong-tin-slide  {
		display:none;
	}
	.img-du-an {
		height:100px;
	}
	.img-du-an img {
		height: 100%;
	}
}