html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#061C33;
--secondary:#F5BE02;
--primary:#102759;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.section_banner {
 max-width: 256rem;
 margin: 0px auto;
 }
.section_banner::before {
 content: "";
 position: absolute;
 inset: 0px 39.1667% 0px 0px;
 z-index: -2;
 pointer-events: none;
 background-image: linear-gradient(to right, rgb(11, 27, 53), transparent);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 576px){
.section_banner::before {
 right: 0px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -3;
 }
.img.img_cv {
 overflow: hidden;
 }
.section_banner .mask {
 position: absolute;
 inset: 0px;
 z-index: -1;
 }
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.section_banner .flex {
 height: 100vh;
 max-height: 91.6rem;
 min-height: max-content;
 padding: 22.6rem 0px 14.2rem;
 }
@media screen and (max-width: 768px){
.section_banner .flex {
 height: auto;
 min-height: 30vh;
 max-height: unset;
 padding: 130px 0px 50px;
 }}
@media screen and (max-width: 576px){
.section_banner .flex {
 padding: 40px 0px;
 }}
.section_banner .head {
 color: rgb(255, 255, 255);
 max-width: 84rem;
 }
@media screen and (max-width: 768px){
.section_banner .head {
 max-width: 50%;
 }}
@media screen and (max-width: 576px){
.section_banner .head {
 max-width: 100%;
 }}
.syedittext h1 {
 font-weight: 700;
 font-size: 6.4rem;
 line-height: 8.9rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.syedittext h1 {
 font-size: 25px;
 line-height: 1.3;
 }}
.syedittext h1 span {
 display: block;
 font-weight: 300;
 }
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
.section_banner .head p {
 font-weight: 300;
 font-size: 2rem;
 line-height: 3.5rem;
 max-width: 56rem;
 margin-top: 1.8rem;
 min-height: 4.8rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
.syedittext .desc, .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.section_banner .head p {
 font-size: 16px;
 line-height: 1.5;
 margin-top: 12px;
 }}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-flex;
 vertical-align: top;
 position: relative;
 text-align: center;
 cursor: pointer;
 color: var(--title);
 font-size: 2rem;
 font-weight: 500;
 line-height: 6.2rem;
 background-color: transparent;
 }
.section_banner .head .btn {
 margin-top: 3.2rem;
 }
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 }}
@media screen and (max-width: 768px){
.section_banner .head .btn {
 margin-top: 20px;
 }}
.btn span {
 padding: 0px 4.2rem;
 min-width: 20.4rem;
 transition: 0.3s;
 border-radius: 3.1rem;
 background-color: var(--secondary);
 }
.btn:hover span {
 color: rgb(255, 255, 255);
 background-color: var(--primary);
 border-radius: 3.1rem 0px 0px 3.1rem;
 }
@media screen and (max-width: 768px){
.btn span {
 padding: 0px 20px;
 line-height: 42px;
 min-width: 120px;
 }}
i, em {
 font-style: normal;
 }
.btn i {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 6.2rem;
 height: 6.2rem;
 transition: 0.3s;
 margin-left: -1.2rem;
 border-radius: 3.1rem;
 background-color: var(--secondary);
 }
.btn i::after {
 content: "";
 display: block;
 width: 26%;
 height: 26%;
 transition: 0.3s;
 background: url("https://eternaleducation.cn//wp-content/plugins/sytech-fronteditor/sytpl/blog_0/assets/img/arrow-r-b.svg") center center / contain no-repeat;
 }
.btn:hover i {
 background-color: var(--primary);
 border-radius: 0px 3.1rem 3.1rem 0px;
 }
.btn:hover i::after {
 transform: translateX(-1.8rem);
 filter: contrast(0) brightness(2);
 }
@media screen and (max-width: 768px){
.btn i {
 width: 42px;
 height: 42px;
 }}
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}