

/* Trang chủ */
a {
	text-decoration: none; 
}


.menu {
	display: flex;
	justify-content: left; /* Căn giữa theo chiều ngang */
	align-items: flex-start; /* Căn giữa theo chiều dọc */
	color: #fff;
	z-index: 99;
	margin-top: 35px;
}
.menu-items ul {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-items ul li {
	padding: 10px;
	float:left;
	position: relative;

}

.menu-items ul li ul {
	width: 300px; /* đặt chiều rộng của menu cấp 2 là 200px */
	display: none;
	position: absolute;
	z-index: 99999;
	top: 100%;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	opacity: 0.9;
	border-radius: 5px;
}



.menu-items ul li:hover ul {
	display: block;
}

.menu-items ul li ul li {
	margin: 0;
}

.menu-items ul li ul a {
	color: #7a7a7a;
	text-decoration: none;
	font-weight: bold;
}

.menu-items ul li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

.menu-items ul li:hover 
	color: #fff;
	font-weight: bold;
}

.submenu ul li:hover {
	background-color: transparent;
}
.menu-items ul li ul a:hover {
	font-weight: bold;
	color: #c62128;
	background-color: transparent;
}

.submenu ul li:hover {
	background-color: transparent;
}

.tabs-2 {
	display: flex;
	justify-content: center; /* căn giữa theo chiều ngang */
	align-items: center; /* căn giữa theo chiều dọc */
}
.tab-2 {
	margin:0px;
	margin-bottom: 10px;
	padding: 10px 20px;
	text-align: center;
	background-color: #f1f1f1;
	justify-content: center; /* căn giữa theo chiều ngang */
	align-items: center; /* căn giữa theo chiều dọc */
	cursor: pointer;
	font-size: 13px;

}
.tab-2.active {
	background-color: #007bff;
	color:white;
}
.tab-content-2 {
	display: none;
}
.tab-content-2.active {
	display: block;
}

.tabs-1 {
	display: flex;
	justify-content: center; /* căn giữa theo chiều ngang */
	align-items: center; /* căn giữa theo chiều dọc */

}
.tab-1 {
	margin:0px;
	margin-bottom: 10px;
	padding: 10px 20px;
	text-align: center;
	background-color: #f1f1f1;
	justify-content: center; /* căn giữa theo chiều ngang */
	align-items: center; /* căn giữa theo chiều dọc */
	cursor: pointer;
	font-size: 13px;

}
.tab-1.active {
	background-color: #007bff;
	color:white;
}
.tab-content-1 {
	display: none;
}
.tab-content-1.active {
	display: block;
}  
.thong-tin-dau-trang-1 {
	width: 100%;
	height: 180px;
	background-image: url('http://www.baseafood.vn/images/bg_top.png');
	background-size: 1366px auto; /* Thay đổi giá trị này để điều chỉnh độ dài */
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0b76e0;
	margin: auto;
}
.thong-tin-dau-trang-1 .container {
	width: 100%;
	display: flex;
	margin: auto;
}
.hinh-logo {
	padding-top: 20px;
	position: relative;
	width: 150px;
	height: 125px;
    margin: auto;
	left:-60px;
}
.hinh-logo img {
	width: 100%;
	height: 100%;
}
.slogan {
	position:relative;
	margin: auto;
	left: 40px;
}
.slogan-1 {
  position:relative;
  width: 675px; /* Độ rộng của khung hình ảnh */
  height: 120px; /* Chiều cao của khung hình ảnh */
  display: flex; /* Sử dụng display: flex để căn giữa nội dung */
  justify-content: center; /* Căn giữa theo chiều ngang */
  align-items: center; /* Căn giữa theo chiều dọc */
  overflow: hidden; 
}
.slogan-1 img {
  width: 100%; /* Đảm bảo hình ảnh không vượt quá kích thước của khung */
  height: 100%; /* Đảm bảo hình ảnh không vượt quá kích thước của khung */
  display: block; /* Xóa các khoảng trắng trên và dưới hình ảnh */
  margin: 0 auto; 
}
.slogan-2 {
	width: 100%;
	position:relative;
	margin: auto;
	display: block;
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: -50px;
	z-index: 12;
	left: -120px;
}
.tieu-de-1 {
    display: flex; /* Sử dụng flexbox để căn giữa */
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
	flex-direction:column;
}
.tieu-de-1 p{
	font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 100%;
    padding-top: 50px;
    font-family: sfuli;
}
.tieu-de-1 img {
	height:100%;
	width: auto;
}
.gioi-thieu {
	width: 100%;
	background-image: url('http://www.baseafood.vn/upload/hinhanh/bggt-3502.png');
}
.noi-dung-1 p {
	line-height: 25px;
    width: 100%;
    text-align: justify;
    color: #fff;
}
.slider2 {
	padding-bottom: 70px;
	padding-top: 30px;
}
.slider2 img {
	width: 100%;
	height: auto;
	padding: 15px;
	transition: transform 0.3s ease;
}
.slider2 img:hover {
	transform: scale(1.1);
}
.tieu-de-chinh p{
	font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
    display: inline-block;
    color: #0962ba;
    text-align: center;
    width: 100%;
    padding-top: 50px;
    font-family: sfuli;
}
.tieu-de-chinh img {
	margin: 0 auto;
	display: block;	
}
  .slogan-3 {
	text-align: center;
    color: #0b76e0;
    font-size: 20px;
    font-family: 'Mulish';
  }
 .tieu-de-dich-vu h3 {
	font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Mulish';
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 7px;
    float: left;
    background: url(images/li1.png) no-repeat bottom center;
    margin-top: 8px;
 }
 .tieu-de-dich-vu p {
	color: #fff;
    font-size: 15px;
    font-family: 'Mulish';
    padding: 0px 10px;
    line-height: 20px;
    text-align: justify;
    padding-bottom: 20px;
	text-align: center;
 }
.dich-vu-1 {
	background-color: #0078ff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	margin-top:10px;
}
.hinh-anh-dich-vu-1 {
	position: relative;
    width: 95%;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	top: 10px;
	margin: 0 auto;
}
.hinh-anh-dich-vu-1 img {
    height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
	transition: all 0.5s ease 0s;	
}
.hinh-anh-dich-vu-1:hover img {
	transform: scale(1.1);
}
.tieu-de-dich-vu {
	margin-top: 10px;
}
.san-pham-noi-dia-1 p {
	text-align: center;
} 
.he-thong-baseafood {
	background-image: url('http://www.baseafood.vn/upload/hinhanh/bgbase-3253.png'); 
}
.tieu-de-he-thong p {
	font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
    display: inline-block;
    color: white;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    font-family: sfuli;	
}
.danh-muc-he-thong {
	padding-bottom: 20px;
}
.danh-muc-he-thong a {
	color: white;
}
.su-kien-hoat-dong p {
	text-transform: uppercase;
    color: #0197e3 !important;
    padding-top: 20px;
    font-size: 18px;
    font-family: 'Mulish';
}
.tin-tuc-hoat-dong p {
	text-transform: uppercase;
    color: #0197e3 !important;
    padding-top: 20px;
    font-size: 18px;
    font-family: 'Mulish';
}
.tin-tuc-su-kien {
	background-image: url('http://www.baseafood.vn/images/bg_sanpham.png');  
}
.san-pham-noi-dia {
	background-image: url('http://www.baseafood.vn/images/bg_sanpham.png');
}
.form-nhap-tt  {
	display:flex;
}
input[type="text"] {
    width: 100%;
}
input[type="tel"] {
    width: 100%;
}
input[type="email"] {
    width: 100%;
}
.form-nhap-tt input[type="submit"] {
	background-color: #0962ba;
	color: #fff;
	cursor: pointer;
	width: 20%;
	margin: 0 auto;
	display: block;
}
.form-nhap-tt input[type="submit"]:hover {
	background-color: #45a049;
}
.form-nhap-tt form {
	width: 1000px;
	height: 265px;
	margin: 0 auto;
	background: url(http://baseafood.vn/images/bg_lienhe.png) no-repeat top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0b76e0;
	border-radius: 10px;
	margin-top: 10px;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
}

.form-nhap-tt input, textarea {
	width: 100%;
	margin-bottom: 16px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
}	
.form-nhap-tt textarea[name="noiDung"] {
	width: 97%;
	justify-content: center; /* căn giữa theo chiều ngang */
	align-items: center; /* căn giữa theo chiều dọc */
	padding:10px;
}

.thong-tin-lien-he {
			width: 100%;
			display: table;
            background-image: url('http://www.baseafood.vn/images/bg_footer.png');
			margin-top: 10px;
			background-size: 100% 400px; /* Thay đổi giá trị này để điều chỉnh độ dài */
			background-repeat: no-repeat;
			background-position: center center;
}
.thong-tin-lien-he-1 {
	margin-top: 20px;
}
.tieu-de-ttlh-1 p {
	color: white;
	font-weight: bold;
	text-transform:uppercase;
}
.noi-dung-ttlh-1 p {
	color: white;
}
.tieu-de-ttlh-2 {
	color: white;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}





/* menu-mb */
.dropbtn {
display:none;
  background-color: rgba(255, 0, 0, 0);
  color: white;
  padding: 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width:100%;
  text-align:right;
}

/* Dropdown button khi hover */
.dropbtn:hover, .dropbtn:focus {
  background-color: rgba(255, 0, 0, 0);
}

/* Dropdown container */
.dropdown {
	position: absolute;
    display: inline-block;
    width: 100%;
    top: 93px;
    z-index: 99999;
}

/* Dropdown content (ẩn đi mặc định) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
   width:100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
}

/* Liên kết trong dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Liên kết khi hover */
.dropdown-content a:hover {background-color: #f1f1f1;}

/* Hiển thị dropdown content khi class dropdown được hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Ẩn submenu-mb mặc định */
.submenu-mb {
    display: none;
}

/* Định dạng nút "+" */
.expand-button {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

/* Định dạng khi submenu-mb được mở */
.submenu-mb.open {
    display: block;
}
/*---------------Responsive------------------*/
@media screen and (max-width: 767.9px) {
	.thong-tin-dau-trang-1 {
		background-size: cover;
		overflow:hidden;
		height: 130px;
		padding-top: 10px;
	}
	.hinh-logo {
		padding-top: 0px;
		top: 3px;
		left:0px;
		width: 50px;
		height: auto;
		margin: auto;
	}
	.slogan {
		top: 10px;
		left: -20px;
		width: auto;
	}
	.slogan-1 {
		position: relative;
		width: 250px;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.slogan-2 {
		font-size: 12px;
		margin-top: 0;
		left:0;
		padding-left: 5px;
		top:-15px;
		text-align:left;
		width:100%;
	}

	.thong-tin-lien-he {
		margin-top: 20px;
		background-size: cover;
	}
	form {
		width: 100%;
		height: 100%;
	}
	textarea[name="noiDung"] {
		margin-left:0;
		width: 90%;
	}
	input[type="submit"] {
		width: 90%;
	}
	.tieu-de-chinh img {
		width:100%;
	}
	.slider1a {
		overflow: hidden;
	}
	section {
		overflow:hidden;
	}
	.menu {
		display:none;
	}
	
	.dropbtn {
		display:block;
	}
}





/*---------------Tuyển dụng------------------*/

.tieu-de-co-dong {
    font-size: 34px;
    color: #222222;
    text-transform: uppercase;
    font-family: sfuli;
	padding-left: 10px;
	font-weight: bold;
}



/*---------------Tin tức------------------*/
.tieu-de-sp {
	margin-top: 10px;
	font-size: 34px;
    color: #222222;
    text-transform: uppercase;
    font-family: sfuli;
	text-align: center;
}
.ten-san-pham {
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: black;
    padding: 5px 7px;
    text-align: center;
	font-weight: bold;
	margin-top: 10px;
}


/*---------------Sản phẩm------------------*/
.san-pham-sea {
	margin-top: 10px;
}

.danh-muc-sp img {
	padding: 15px;
	margin: 0 auto;
	display:block;
	transition: transform 0.3s ease;
	width: 100%;
}
.danh-muc-sp img:hover {
	transform: scale(1.1);
}




/*---------------Cô đông------------------*/

.tieu-de-co-dong {
    font-size: 34px;
    color: #222222;
    text-transform: uppercase;
    font-family: sfuli;
	padding-left: 10px;
	font-weight: bold;
}


.tieu-de-lien-he {
	margin-top: 20px;
	font-size: 34px;
    color: #222222;
    text-transform: uppercase;
    font-family: sfuli;
    font-weight: bold;
}

.form-lien-he button {
	background-color: #0962ba;
	color: #fff;
	cursor: pointer;
	width: 20%;
	margin: 0 auto;
	display: block;
	border: none;
}

.ban-do-map {
	margin-top: 20px;
	margin-bottom: -20px;
}