@font-face {
  font-family: 'Little Pea SVN';
  src: url('fonts/SVN-Little Pea.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
   
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
		font-family: 'Little Pea SVN', sans-serif;
    }
    .top-bar {
        display: none;
        flex-direction: column;
    }
    .top-bar.show {
        display: flex;
    }
    .top-bar > div {
        flex: 1 1 100%;
        justify-content: center;
    }
	.logo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    }
}

body {
    background-color: #fef5e7;
    color: #2d3643;
    font-weight: bold;
    text-align: center;
}
.marquee-container marquee img {
    height: 100px;
    margin: 0 10px;
}
.header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
	padding-bottom: 0px; 
	padding-top:0px;
    background: #fef5e7;
}
.logo {
    flex: 1;
    font-size: 24px;
    text-align: left;
}
.logo-doitac {
    flex: 1;
    font-size: 24px;
    text-align: right;
}
.top-bar {
    display: flex;
    flex-wrap: wrap;
}
/*
.top-bar > div {
    flex: 1 1 16.66%;
    padding: 10px 0;
    color: white;
}
*/
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
  padding: 10px 15px;
  background: #2d3643;
  color: white;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  .top-bar {
    display: none;
    flex-direction: column;
  }
  .top-bar.show {
    display: flex;
  }
}

.top-bar > div {
  flex: 1 1 auto;
  padding: 10px 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Little Pea SVN', sans-serif;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.2;
  white-space: nowrap;
  position: relative;
}
.top-bar a {
    text-decoration: none;
    color: inherit; /* giữ màu chữ như cha */
    display: block; /* để link chiếm hết ô */
	padding: 10px;
}

.top1 { background-color: #3498db; }
.top2 { background-color: #8bc34a; }
.top3 { background-color: #f44336; }
.top4 { background-color: #ff9800; }
.top5 { background-color: #2c8330; }
.top6 { background-color: #4caf50; color: #2d3643; }

/* submenu */
.submenu {
  display: none;
  position: absolute;
  top: 100%; /* ngay dưới menu cha */
  width: 100%;
  left: 0;
  background: #fff;
  min-width: 180px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 100;
}

.submenu a {
  color: #333;
  padding: 10px 15px;
  font-size: 16px;
}

.submenu a:hover {
  background: #f0f0f0;
}


/* hover hiện submenu */
.top-bar > div:hover .submenu {
  display: block;
}

.breadcrumbs, .main-content, .bahd1, .partner {
    padding: 20px;
}
.slide {
    padding: 20px;
    background-image: url('images/heading-bg-1.61e3e09159bfa13c59cf.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 100px 40px;
    font-size: 14px;
}
.main-content { 
	font-size: 16px;
	background: white;
	
}
.breadcrumbs {
	background: white;
    font-size: 16px;
    text-align: left;
    font-family: sans-serif;
    font-weight: 300;

}
.partner {
    background-image: url('images/partner-bg-1.c6aa6a12b311ba309ca5.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 80px 160px 80px;
    position: relative;
}
.menu {
    list-style: none;
    padding: 20px 0;
    margin: 0;
    display: flex;
    justify-content: center;
    background-color: #2d3643;
}
.menu li { margin: 0 20px; }
.menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-family: Arial, sans-serif;
    transition: color 0.3s;
}
.menu a:hover { color: #ffffff; }

.bottom-bar {
    display: flex;
    flex-wrap: wrap;
    background-color: #2d3643;
    color: white;
}
.bottom-bar > div {
    flex: 1 1 auto;
    padding: 20px;
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Cho phép xuống hàng khi hẹp */
    border-top: thin solid white;
    background-color: #2d3643; /* Gộp màu nền chung */
}

.ftleft, .ftright {
    flex: 1 1 300px; /* Chia đều, tối thiểu 300px */
    padding: 30px;
    font-size: 13px;
    color: #fff;
}

.ftleft {
    text-align: left;
	font-family: sans-serif;
    font-weight: 300;
}

.ftright {
    text-align: right;
	font-family: sans-serif;
    font-weight: 300;
}
.img_ft {
  display: flex;
  justify-content: center; /* căn ngang */
  align-items: center;     /* căn dọc */
}

.ndslide{
	font-family: 'Little Pea SVN';
    font-size: large;
    font-weight: normal;
}
/* Responsive: màn hình nhỏ */
@media (max-width: 600px) {
    .ftleft, .ftright {
        flex: 1 1 100%;
        text-align: center; /* Canh giữa trên mobile */
    }
}
.btn-custom {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff6600; /* Màu nền */
    color: white; /* Màu chữ */
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 6px; /* Bo góc */
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    text-decoration: none; /* Dùng cho <a> */
	font-family: 'Little Pea SVN';
}

.btn-custom:hover {
    background-color: #cc5200; /* Màu khi hover */
    transform: translateY(-2px); /* Nổi lên nhẹ */
}

.btn-custom:active {
    transform: translateY(0); /* Nhấn xuống */
}
.ndbaiviet {
	font-weight: 200;
    width: 70%;
    margin: 0 auto;
    text-align: justify;
	font-family: sans-serif;
    font-size: larger;
}

.ndbaiviet h1, 
.ndbaiviet h2, 
.ndbaiviet h3 {
    width: 100%;
    margin: 0 auto; /* canh giữa khối */
    text-align: justify; /* canh đều hai bên */
	font-family: 'Little Pea SVN';
}

/* Responsive */
@media (max-width: 768px) {
    .header,
    .top-bar,
    .bottom-bar,
    .footer {
        flex-direction: column;
        text-align: center;
    }
    .top-bar > div,
    .bottom-bar > div {
        flex: 1 1 100%;
    }
}
