 img {
    width: 100%; 
    height: auto;
} 
* {
	font-family:Montserrat;
}

.ariel-thanh-dau-trang {
	background-color: #FFB800;
}

.ariel-thanh-dau-trang .row {
	display:flex;
	justify-content: flex-start; 
	align-items: center;
}
.ariel-thanh-dau-trang .form-hanh-dong {
	display:flex;
}
.ariel-thanh-dau-trang .form-hanh-dong .button-panel {
	padding: 10px;
	border: 1px solid #fff;
	position: relative;
}
.ariel-thanh-dau-trang .form-hanh-dong .button-panel .dropdown-wrapper {
	position: absolute;
	background-color: #fff;
	min-width: 200px;
	padding: 10px;

}
.ariel-thanh-dau-trang .ngon-ngu{
	display: flex;
	gap: 10px;
	justify-content: flex-start; 
	align-items: center;
}
.ariel-thanh-dau-trang .dropdown-wrapper .ngon-ngu{
	margin-bottom: 5px;
	
}
.ariel-thanh-dau-trang .icon-ngon-ngu {
	max-width: 30px;
	height: auto;
	border-radius: 5px;
	overflow: hidden;
}
.ariel-thanh-dau-trang .dropdown-wrapper {
	display: none;
}
.ariel-thanh-dau-trang .request {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.ariel-thanh-dau-trang .request a {
	color: #fff;
	font-weight: bold;
}
.ariel-thanh-dau-trang .request a .fa {
	color: #9a9a9a;
	margin-right: 10px;
	font-size: 25px;
}
.banner-tieu-de-ariel {
    background-color: rgba(0,0,0,0.5);
    height: 300px;
    position: relative;
    overflow: hidden; 
	display: flex;
	justify-content: center; 
	align-items: center;
}

.banner-tieu-de-ariel::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/steward-masweneng-Dl8rvbAcALM-unsplash-scaled.jpg');
    background-repeat: no-repeat; /* Sửa lại giá trị */
    background-position: center;
    background-size: cover;
    opacity: 1;
    z-index: -1; /* Giữ nguyên để đặt phía sau nội dung */
    transition: opacity 0.3s ease; /* Thêm hiệu ứng chuyển đổi mượt */
}
.banner-tieu-de-ariel .tieu-de-trang {
	text-align: center;
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	z-index:2;
}
.thanh-tim-kiem {
	text-align: center;
	padding: 30px;
}
form.search-1 {
	width: 100%;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: unset;
	height: 40px;
	border-radius: 5px;
	overflow: hidden;
	display:flex;
	align-items: center;
	justify-content:space-between;
	gap: 10px;
	padding: 5px 5px 5px 10px;
	
}
input{
	outline: none;
	border: none
}
input:focus {
	outline: none;
	border: none
}
form.search-1 input[type=search]{
	width: 100%;
}
form.search-1 button {
	width: 50px;
	display: flex;
	align-items: center;
	justify-content:center;
	height: 100%;
	border-radius: 5px;
	border:none;
	color: #fff;
	background-color: #FFB800;
}
button:focus {
	outline: none;
}
input[type=search]:focus {
	outline: none;
}
.menu {
	display: flex;
	justify-content: flex-start; 
	align-items: center;
	background-color: transparent;
	z-index:999;
	width: 100%;
	border: unset;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu .row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
}
.menu .logo-menu {
	height: 75px;
	overflow: hidden;
}
.menu .logo-menu img {
	width: 100%;
	height: auto;
}

.menu-items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;  
}
.menu-items ul {
	display: flex;
	align-items: center; 
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-items ul li {
	padding: 20px;
	margin-right: unset;
	position: relative;
}
.menu-items ul li.trang-chu-menu{
	background-color: #39d382;
	min-width: 60px;
	text-align: center;
}
.menu-items ul li.trang-chu-menu:hover .fa {
	transform: unset;
	height: unset;
}
.menu-items ul li:hover {
    color: #fff;
    font-weight: bold;
    background-color: #FFB800;
}
.menu-items ul li:hover a {
	color: #fff;
}
.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: unset;
	background-color: #fff;
	z-index:999;

}
.menu-items ul li a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.menu-items ul li:hover {
	background-color:#FFB800;;
}
.menu-items ul li:hover ul li a {
	color:#333;
}
.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: 10px;
	z-index:999;
}
.menu-items ul li ul li:first-child {
	margin-top: unset;
} 
.menu-items ul li ul li a {
		font-size: 14px;
	font-weight: unset;
}
.menu-items ul li ul a:hover {
    font-weight: bold;
    color: #fff;
    background-color: transparent;
}

.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: transparent;
  z-index: 999;
  position: relative;
  color: #333;
  width: 100%;
}
.mobile-menu li {
	border-top: unset;
}

.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: #fff;
}

.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;
}
@media (max-width: 768px) {
	.menu {
		display:none;
	}
	.mb-menu-1 {
		display: block;
	}
	.menu-items ul li ul {
		background-color: #fff;
		width: 100%;
	}
}

.dich-vu-ariel {
	padding-top: 50px;
	padding-bottom: 50px;
}
.dich-vu-ariel .ten-dm {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 50px;
}
.dich-vu-ariel .ten-dm::after {
    content: "";
    display: block;
    width: 200px; 
    height: 2px; 
    background-color: #FFB800; 
    margin-top: 10px; 
    margin-left: auto; 
    margin-right: auto; 
}
.dich-vu-ariel .list-dm {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.dich-vu-ariel .khung-dv {
	width: 33.333%;
	padding: 10px;
}
.dich-vu-ariel .list-dm .row {
	display:flex;
	flex-wrap:wrap;
}
.dich-vu-ariel .ten-dich-vu {
    word-wrap: break-word; 
    word-break: break-word; 
    white-space: normal; 
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFB800;
	color: #fff;
	text-align: center;
	padding: 10px;
}

.chan-trang-ariel {
	padding-top: 50px;
	padding-bottom: 50px;
}
.chan-trang-ariel img {
	margin-bottom: 15px;
}
.chan-trang-ariel p, .chan-trang-ariel a {
	font-size: 15px;
}
.chan-trang-ariel .tieu-de-menu {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.chan-trang-ariel .tieu-de-menu a{
	font-size: 18px;
	font-weight: bold;
}
.chan-trang-ariel .menu-chan-trang-1 ul {
	margin: 0 0 10px 0;
}
.chan-trang-ariel .thong-tin-1 .fa{
	font-size: 20px;
	color: #9a9a9a;
	margin-right: 10px;
}
@media (max-width:768px){
	.logo-menu {
		width: 200px;
	}
	.ariel-thanh-dau-trang .form-hanh-dong {
		display: none;
	}
	.ariel-thanh-dau-trang .thanh-tim-kiem {
		width: 100%;
		padding: 15px;
	}
	.ariel-thanh-dau-trang .col-sm-3 {
		width: 100%;
	}
	.ariel-thanh-dau-trang .form-tim-kiem {
		width:100%;
	}
	.ariel-thanh-dau-trang .col-sm-3 {
		padding-left:unset;
		padding-right: unset;
	}
	.ariel-thanh-dau-trang .request {
		display:flex;
		font-size: 12px;
		width: 100%;
	}
	.ariel-thanh-dau-trang .request .fa {
		font-size: 12px;
	}
	.dich-vu-ariel .khung-dv {
		width: 50%;
	}
	.dich-vu-ariel .khung-dv:nth-child(3n){
		width: 100%;
	}
}