* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: #F8F8F8;
}
img {
	max-width: 100%;
    display: block;
}





.navbar {
    background: #012DA7;
}
.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
}
.logo img {
    height: 56px;
    vertical-align: middle;
}
.logo span {
    margin-left: 10px;
    font-weight: bold;
    font-size: 1.1rem;
    color: #FFFFFF;
}
.menu {
    list-style: none;
    display: flex;
    align-items:center;
    margin: 0;
    gap: 30px;
}
.menu li {
}
.menu li a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px;
    font-size: 20px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}
.menu li a:hover {
	background-color: #FFFFFF !important;
	color: #012DA7 !important;
}
.menu li.lang {
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 10px;
}





.hero {
    position: relative;
    min-height: 100vh;
}
.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.hero-text {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #FFFFFF;
}
.hero-text h1 {
    font-size: 2.5rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.hero-text p {
    font-size: 1.5rem;
    margin-top: 10px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}


.introduction {
    background: #012DA7;
    color: #FFFFFF;
    padding: 250px 0;
    margin-top: 80px;
	margin-right: 500px;
    position: relative;
    overflow: visible; 
}
.introduction .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 2px auto;
    position: relative;
}
.intro-content {
    width: 40%;
    z-index: 2;
}
.intro-content h2 {
    font-size: 3rem;
    margin-bottom: 20px;
	padding-left:80px;
	
}
.intro-content p {
    font-size: 1.5rem;
    line-height: 1.5;
	padding-left: 80px;
	width: 500px;
}
.intro-image {
    width: 75%;
    position: absolute;
    right: -25%; 
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.intro-image img {
	width: 700px;
	height: 500px;
	display: block;
	border-radius: 0;
}

.slide-indicator {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 0.9rem;
}
.btn-intro {
	color:#012DA7;
	background-color: #FFFFFF;
}




.dreams {
	background: #FFFFFF;
	color: #000000;
	padding: 60px 0;
}
.dreams h2 {
	text-align: left;
	font-size: 2rem;
	margin-left: 80px;
}
.dreams .tagline {
	text-align: center;
	font-size: 1.2rem;
	font-style: italic;
	margin-bottom: 40px;
}
.cards {
	display: flex;
	justify-content: space-between;
	gap: 2px;
	padding: 70px;
}
.card {
	text-align: center;
}
.card img {
	width: 100%;
	height: auto;
}
.card h2 {
	margin-top: 10px;
	font-size: 1.5rem;
	font-weight: bold;
}





.culture-content {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 60px;
  max-width: 1330px;
  margin: 0 auto;
  padding: 40px 0;
}

.photo-row {
  display: flex;
  flex-shrink: 0;
  gap: 30px;
}

.half-photo,
.full-photo {
  height: 400px;
}

.half-photo img {
  width: 200%;
  object-fit: cover;
  height: 100%;
}

.full-photo img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.culture-text {
  max-width: 600px;
}

.culture-text h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.culture-text h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.culture-text p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.culture-text .btn {
  display: inline-block;
  background-color: #0033cc;
  color: white;
  font-weight: bold;
  text-decoration: none;
  margin: 20px auto;
  display: block;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.di_s{
  font-size: 20px;
  font-weight: 600;
}

.btn{
	
	margin-left: 100px;
}




.principal-faculty {
  background: #fff;
  color: #333;
  padding: 60px 0;
}
.principal-faculty .container h2 {
  font-size: 2rem;
  margin-bottom: 20px;
	margin-left:100px;
}
.principal-intro {
  display: flex;
  align-items: center;
  gap: 20px;
}
.principal-text,
.principal-photo {
  width: 50%;
}
.principal-text h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
	margin-left: 100px;
}
.principal-text p {
  font-size: 1rem;
  margin-bottom: 15px;
	margin-left: 100px;
}
.principal-photo {
  text-align: center;
}
.principal-photo img {
  max-width: 100%;
  height: auto;
}






.contact {
  background: #f5f5f5;
  color: #333;
  padding: 60px 0;
}
.contact .container h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
.contact-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.contact-map img {
  width: 100%;
  height: auto;
}
.contact-form input,.contact-form select,.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #012DA7;
  border-radius: 4px;
  font: inherit;
}
.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #005BBB;
  box-shadow: 0 0 5px rgba(0, 91, 187, 0.5);
}





.btn {
  background: #012DA7;
  color: #FFFFFF;
  height: 40px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 2px solid #012DA7;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
  font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.btn:hover {
  background: #FFFFFF;
  color: #012DA7;
  cursor: pointer;
}

.btn-intro {
  background: #012DA7;
  color: #FFFFFF;
  height: 40px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
	margin-left: 80px;
	margin-top:20px;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
  font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.btn-intro:hover {
  background: #FFFFFF;
  color: #012DA7;
  cursor: pointer;
}

.btn-hero{
	color: #FFFFFF;
  padding: 15px 40px;
	
	margin-top:20px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
  font-family: "Montserrat", sans-serif;
	font-weight: 600;
	
}


.btn-hero:hover{
	background: #FFFFFF;
  color: #012DA7;
  cursor: pointer;
}










footer {
  background: #012DA7;
  color: #FFFFFF;
  padding: 40px;
  box-sizing: border-box;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.school-info p {
  margin-bottom: 8px;
}
.school-info {
  flex: 1 1 300px;
}
.footer-links {
  flex: 3 1 400px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-col h4 {
  font-size: 1rem;
  margin-bottom: 10px;
}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col li {
  margin-bottom: 6px;
}
	
.footer-col a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-col a:hover {
  text-decoration: underline;
}
.footer-bottom {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.footer-bottom img {
  height: 50px;
  opacity: 0.8;
}
.foo_xian{
  width: 680px;
  height: 1px;
  background-color: #999;
}

@media (max-width: 768px) {
  .photo-row{
    flex-direction: column !important;
  }
  .culture-text .btn{
    margin-left: calc(50% - 50px) !important;
  }
  
  .navbar .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .menu li {
    margin: 8px 0;
    margin-left: 0;
  }
  
  .introduction .container {
    flex-direction: column;
    text-align: center;
  }
  .intro-content,
  .intro-image {
    width: 100%;
  }
  .intro-content {
    margin-bottom: 20px;
  }
  
  .cards {
    flex-direction: column;
    align-items: center;
  }
  .card {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .culture-content {
    flex-direction: column;
  }
  .culture-image,
  .culture-text {
    width: 100%;
  }
  .culture-image {
    margin-bottom: 20px;
  }
  .culture-text {
    text-align: center;
  }
  
  .principal-intro {
    flex-direction: column;
  }
  .principal-text,
  .principal-photo {
    width: 100%;
  }
  .principal-text {
    text-align: center;
    margin-bottom: 20px;
  }

  footer{
    padding: 10px !important;
  }

}


@media (max-width: 480px) {
  
  .faculty-cards li {
    width: 100%;
  }
  
  .contact-content {
    flex-direction: column;
  }
  .contact-form {
    order: -1;
    margin-bottom: 20px;
  }
  
  .footer-top {
    flex-direction: column;
    align-items: center;
  }
  .school-info {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-links {
    flex-direction: column;
    align-items: center;
  }
  .footer-col {
    text-align: center;
    margin-bottom: 15px;
  }
}