

body {
    font-family: 'Prompt', sans-serif; /* ใช้ฟอนต์ Prompt */

}

.logo-container {
   
  background-color: #ffffff;

}

  .register-btn {
    color: #000000;

    font-size: 24px;
    line-height: 20px;
    width: 212px;
    height: 42px;
    text-align: center;
    white-space: nowrap;
    border-radius: 1rem !important;
    z-index: 17;
    /*text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);*/
    padding: 10px 50px; /* ปรับขนาดปุ่มให้ยาวขึ้น */
  }
  .register-btn:hover{
    color: #3c5d9e;
  }
  
.server-padding{
  padding-top: 15px;
}
  .header .navbar .navbar-nav .nav-item .nav-link {
        /* padding: 10px 16px; */
        font-size: 22.5px;
    }
@media (max-width: 1199px) {
    .header .navbar .navbar-nav .nav-item .nav-link {
        /* padding: 10px 16px; */
        font-size: 14px;
    }
}
@media (max-width: 780px) {
 .register-btn {

   font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  width: 212px;
  height: 42px;
  text-align: center;
  white-space: nowrap;
  border-radius: 1rem;
  margin-left: 5px;
  z-index: 17;
  /*text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);*/
 /* padding: 20px 60px; /* ปรับขนาดปุ่มให้ยาวขึ้น */


}

.server-padding{
  padding-top: 1px;
}
}

@media (max-width: 480px) {
 .register-btn {

  /* width: 150px; */
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  border-radius: 1rem;
  margin-left: 5px;
  z-index: 17;
  /*text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);*/
 /* padding: 20px 60px; /* ปรับขนาดปุ่มให้ยาวขึ้น */


}

.server-padding{
  padding-top: 1px;
}
}

@media (max-width: 390px) {
 .register-btn {

  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
 
  text-align: center;
  white-space: nowrap;
  border-radius: 1rem;
  margin-left: 5px;
  z-index: 17;
  /*text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);*/
 /* padding: 20px 60px; /* ปรับขนาดปุ่มให้ยาวขึ้น */


}

.server-padding{
  padding-top: 1px;
}
}

@media (max-width: 1199px) {
    /* .h-lg-700 {
        height: 800px;
    }
   */
}

 .pcmode {
                transition: .25s;
                max-width: 100%;
                width: 100%;
                height: 880px;

                /* background-image: url(./images/bg_bachelor.png); */
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;

                transition: .25s;
              }

/* โหมดมือถือ  Banner BOM*/ 

@media only screen and (max-width:1024px) {
  .pcmode {
    height: 600px !important;
    transition: .25s;
  }
}
@media only screen and (max-width:912px) {
  .pcmode {
    height: 520px !important;
    transition: .25s;
  }
}
@media only screen and (max-width:820px) {
  .pcmode {
    height: 600px !important;
    transition: .25s;
  }
}
@media only screen and (max-width:768px) {
  .pcmode {
    height: 450px !important;
    transition: .25s;
  }
}
@media only screen and (max-width:540px) {
  .pcmode {
    height: 300px !important;
    transition: .25s;
  }
}
@media only screen and (max-width:450px) {
  .pcmode {
    height: 250px !important;
    transition: .25s;
  }
}
@media only screen and (max-width:350px) {
  .pcmode {
    height: 180px !important;
    transition: .25s;
  }
}
 

@media (max-width: 1024px) {
  .btn-more{
    top:40px;
        left:55px;
      }
    .education{
      font-size: 15px;
    }
   .font-footer{
    font-size: 10px;
  
  } 
  
  /* .course-registration{
font-size: 11px;

  } */
}


.breadcrumb {
   
   font-family: 'Prompt', var(--default-font-family); 
   font-weight: 300;
   
}

.btn {
    font-family:inherit;
}

.social-icon-footer {
  width: 48px;
  height: 48px;
}