@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Kanit', sans-serif;
}


/*body {
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
}*/



.pop {
  font-family: 'Poppins', sans-serif;
}

nav {
  position: fixed;
  z-index: 99;
  width: 100%;
  top:0px;

}

.wrapper-h {
  position: relative;
  max-width: 100%;
  padding-left: 250px;
  padding-right: 250px;
  height: 130px;
  line-height: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav .wrapper-nav {
  position: relative;
  max-width: 100%;
  padding: 0px 250px;
  height: 70px;
  line-height: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper-nav .logo a {
  color: #170194;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.wrapper-nav .nav-links-new {
  display: inline-flex;
}

.nav-links-new li {
  list-style: none;
}

.nav-links-new li a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-links-new li a:hover {
  background: #4785f8;
}

.nav-links-new .mobile-item {
  display: none;
}

.nav-links-new .drop-menu {
  padding-left: 0px;
  position: absolute;
  background: #1c1cb9;
  width: 200px;
  line-height: 34px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links-new li:hover .drop-menu,
.nav-links-new li:hover .mega-box {
  transition: all 0.5s ease;
  top: 55px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 0px;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: #1c1cb9;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
  display: block;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}

.content .row .mega-links {
  margin-left: 10px;
  border-left: 2px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.wrapper-nav .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper-nav .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 28px;
}

#regis {
  display: none;
}

nav input {
  display: none;
}

.body-text {
  position: absolute;
  width: 100%;
  padding-top: 200px;
}

.btn-regis-bar {
  display: inline-block;
  box-shadow: 5px 8px #242526;
  background-color: #037bb3;
  color: white;
  text-decoration: none;
}

.btn-regis {
  display: inline-block;
  box-shadow: 5px 8px #242526;
  background-color: #1c1cb9;
  color: white;
  text-decoration: none;
}

.btn-regis p {
  font-size: 15px;
  font-weight: 400;
}

.btn-regis:hover {
  background-color: #06a6d6;
  box-shadow: 8px 10px #242526;
}

.btn-regis-bar:hover {
  background-color: #06a6d6;
  box-shadow: 8px 10px #242526;
}


.hero-btn {
  display: inline-block;
  text-decoration: none;
  color: rgb(252, 252, 252);
  border: 2px solid rgb(100, 157, 223);
  border-radius: 40%;
  padding: 12px 34px;
  font-size: 14px;
  background: rgb(128, 230, 243);
  cursor: pointer;

}

.hero-btn:hover {
  border: 3px solid #06a6d6;
  background: #ebfc02;
  transition: 0.5s;

}

.text-icon {
  font-size: 16px;
}


.link-gallary:hover {
  box-shadow: 3px 3px 10px #3A3B3C;
  /* transform: scale(1.1); */
}

.all-img {
  background-color: #5389A1;
}

.all-img-2 {
  background-color: #375A69;
}

.all-img:hover {
  background-color: #3A3B3C;
}

.all-img-2:hover {
  background-color: #3A3B3C;
}

.items-enroll:hover {
  box-shadow: 3px 3px 10px #3A3B3C;
}

.items-enroll div {
  background-color: rgba(76, 77, 79, 0.80);
}

.items-enroll:hover div {
  background-color: rgba(0, 0, 0, 0.60);
}

.items-2l {
  background-color: #375A69;
}

.items-3m {
  background-color: #5389A1;
}

.items-2l :hover {
  background-color: #3A3B3C;
}

.items-edl {
  background-color: #5389A1;
}

.carousel-item-box {
  height: 30rem;
}

.carousel-item-box-h {
  height: 80vh;
}

.carousel-item-enroll-moblie {
  height: 190px;
}

.carousel-item-gallary-moblie {
  height: 250px;
}

.btn-sectionnew-r {
  height: 7rem;
  background-color: rgba(10, 64, 85, 0.7);
}

.btn-sectionnew-r2 {
  height: 7rem;
  background-color: rgba(3, 43, 65, 0.7);
}

.btn-sectionnew-r a:hover {
  background-color: rgba(71, 150, 192, 0.7);
}

.btn-sectionnew-r2 a:hover {
  background-color: rgba(71, 150, 192, 0.7);
}

/* .link-icons-news p{
  color: white;
} */
.link-icons-news {
  color: white;
}

.link-icons-news p:hover {
  color: #58585c;
}

.caption {
  background-color: rgba(0, 0, 0, 0.5);
  left: 0px;
  right: 0px;
  bottom: 0px !important;
  padding: 20px;
}

.intro-box {
  height: 900px;
  /* background-image: url('images/intro.png'); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.intro-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* background-repeat: no-repeat;
  background-size: 100% 100%; */
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  /* box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
  position: relative;
}

.intro-img {
  /* background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
  transition: transform .2s;
  position: relative;

}

.intro-img:hover {
  -ms-transform: scale(1.06);
  /* IE 9 */
  -webkit-transform: scale(1.06);
  /* Safari 3-8 */
  transform: scale(1.06);
  z-index: 9;
}

.intro-img p {
  position: absolute;
  z-index: 1;
  color: #494b4d;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 22px;

}

.intro-board img {
  max-height: 750px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


.lisk-icon-intro span {
  width: 15px;
  height: 15px;
  border: 3px solid #2b9fec;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
  margin-top: 5px;

}

.lisk-icon-intro:hover span {
  width: 23px;
  height: 23px;
  border: 3px solid #fff;
  background: #2b9fec;
  border-radius: 50%;
  padding: 2px;
  margin-top: 0;
}

.lisk-icon-intro:hover p {
  font-size: 18px;
}

.lisk-icon-intro:active span {
  width: 23px;
  height: 23px;
  border: 3px solid #fff;
  background: #2b9fec;
  border-radius: 50%;
  padding: 2px;
  margin-top: 0;
}

.box-shadow-intro {
  box-shadow: -15px 0px 15px rgba(0, 0, 0, 0.22);
  display: inline-block;
  margin: 1rem;
  position: relative;
  width: 15px;
}

.btn-intro {
  background: transparent;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;

}

.booklet img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mou div {
  /* border-top-right-radius: 20px;
  border-top-left-radius: 20px ;
  overflow: hidden; */
  min-height: 70%;
  background-color: rgba(9, 169, 249, 0.9);
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.mou img {
  width: 100%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  /* height: 100%;  */
  object-fit: contain;
}

.link-all {
  color: white;
}

.link-all:hover {
  color: #22bceb;
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: #f1f1f1;
  color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}


.video-list {
  width: 50%;
}

.intro-show-view {
  width: 75%;
}

.intro-show-list {
  width: 25%;
  margin-top: 240px;
  max-height: 520px;
}

/* .grid-intro{
  display: grid;
} */


.carousel-containerhonor {
  /* width: 1100px; */
  margin: 50px auto;
  position: relative;
  /* border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #aaa; */
}

/* @media (max-width: 768px) {
  .carousel-containerhonor {
    width: 350px;
  }
} */
.inner-carouselhonor {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.track {
  display: inline-flex;
  /* display: block; */
  /* width: 100%; */
  height: 100%;
  transition: transform 0.7s ease-in-out;
}

.card-container {
  width: 275px;
  height: 400px;
  flex-shrink: 0;
  font-size: 14px;
  /* padding-right: 10px; */
  /* margin: 10px; */
  /* margin-right: 45px; */
}

/* @media (max-width: 768px) {
  .card-container {
    width: 180px;
  }

  .nav button {
    width: 50px !important;
    height: 50px !important;
    
  }
  .nav .prev {
    left: -21px !important;
  } 
  .nav .next {
    right: -21px !important;
  }
} */

/* @media (max-width: 400px) {
  .card-container {
    width: 165px;
  }

  .card {
    width: 60%;
    height: 40%;
  }
  .nav .prev {
    left: -19px !important;
  } 
  .nav .next {
    right: -19px !important;
  }
} */

.card {
  width: 70%;
  height: 60%;
  /*display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;*/
  margin: 1px 10px 10px 35px;
  margin-bottom: 10px;
  background-color: transparent;
  background-position: center bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: 0 !important;
}

.caption-honor {
  /* font-size: 1px; */
  background-color: rgba(0, 0, 0, 0.4);
  padding: 18px 15px 5px 15px;
  height: 100%;
}

.nav button {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  outline: none;
  border: 8px solid #f6f7f8;
  cursor: pointer;
  box-shadow: 5px 5px 5px #3A3B3C;
}

.nav .prev {
  left: -30px;
  display: none;
}

.nav .prev.show {
  display: block;
}

.nav .next {
  right: -30px;
}

.nav .next.hide {
  display: none;
}
.intro-h{
  padding-top: 70px;
}

.items-intro-list {
  font-size: 18px;
}

.intro1-h{
  padding-top: 200px;
}

.page-intro-bg{
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size:  cover;
    position: relative;



}

.form-container{
  background: linear-gradient(150deg,#042e6e 23%,#4474db 68%,#9bc3f1 68%,#c7cdd4 33%);
  /* background: linear-gradient(150deg,#04446e 23%,#448adb 68%,#9bc3f1 68%,#c7cdd4 33%); */
  /* font-family: 'Raleway', sans-serif; */
  /* text-align: center; */
  padding: 30px 20px 50px; 
}
.form-container .title{
  color: #fff;
  font-size: 26px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 60px;
}
.form-container .form-horizontal{
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
.form-horizontal .form-icon{
  color: #fff;

  font-size: 75px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  margin: -65px auto 10px;
  border-radius: 50%;
}
.form-horizontal .form-group{
  margin: 0 0 10px;
  position: relative;
}
.form-horizontal .form-group:nth-child(3){ margin-bottom: 30px; }
.form-horizontal .form-group .input-icon{
  color: #e7e7e7;
  font-size: 23px;
  position: absolute;
  left: 0;
  top: 10px;
}
.form-horizontal .form-control{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  padding: 10px 10px 10px 40px;
  margin: 0 0 5px;
  border: none;
  border-bottom: 2px solid #e7e7e7;
  border-radius: 0px;
  box-shadow: none;
}
.form-horizontal .form-control:focus{
  box-shadow: none;
  border-bottom-color: #04446e;
}
.form-horizontal .form-control::placeholder{
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.form-horizontal .forgot{
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  display: block;
}
/* .form-horizontal .forgot a{
  color: #777;
  transition: all 0.3s ease 0s;
} */
.form-horizontal .forgot a:hover{
  color: #777;
  text-decoration:  underline;
}
.form-horizontal .signin{
  color: #fff;
  background-color: #063691;
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: 2px;
  width: 100%;
  padding: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: all 0.4s ease 0s;
}
.form-horizontal .signin:hover,
.form-horizontal .signin:focus{
  font-weight: 600;
  letter-spacing: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
}  

.items-stu a{

  color: white;
}

.items-stu a:hover {

  color: rgb(105, 192, 241);
}













@media(max-width:1600px) {
  /* .nav-links-new li a {
    font-size: 14px;
  } */

  .wrapper-nav .logo a {
    font-size: 18px;
    font-weight: 300;
  }

  nav {
    position: fixed;
    z-index: 99;
    width: 100%;

    /* background: #1c1cb9; */
  }

  .wrapper-h {
    padding-left: 120px;
    padding-right: 120px;
  }

  nav .wrapper-nav {
    padding: 0px 100px;
  }

  .text-icon {
    font-size: 15px;
  }

}


/* media 1440 */
@media  (max-width: 1440px) {
  .card-container {
    width: 190px;
  }
  .card {
    width: 60% ;
    height: 40% ;
  }




}









@media (max-width: 1150px) {
  /* .items-intro-list {
    font-size: 14px;
  } */

  .carousel-item-box-h {
    height: 50vh;
  }

  .body-text {
    position: absolute;
    width: 100%;
    padding-top: 170px;
  }

  .carousel-item-box {
    height: 25rem;
  }

  .text-icon {
    font-size: 14px;
  }

  #regis {
    display: block;
  }

  .mobile-regis {
    display: none;
  }

  .wrapper-nav .logo a {
    color: #f8f8f8;
    display: block;
  }

  nav .wrapper-nav {
    height: 90px;
  }

  .wrapper-h {
    height: 120px;
  }

  .wrapper-nav .logo a {
    color: #0e0280;
    font-size: 16px;
    font-weight: 400;
  }

  .wrapper-nav .btn {
    display: block;
  }

  .wrapper-nav .nav-links-new {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #1c1cb9;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }

  #menu-btn:checked~.nav-links-new {
    left: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  .nav-links-new li {
    margin: 15px 10px;
  }

  .nav-links-new li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }

  .nav-links-new .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDrop:checked~.drop-menu,
  #showDrop1:checked~.drop-menu,
  #showDrop2:checked~.drop-menu,
  #showDrop3:checked~.drop-menu,
  #showDrop4:checked~.drop-menu,
  #showMega:checked~.mega-box {
    max-height: 100%;
  }

  .nav-links-new .desktop-item {
    display: none;
  }

  .nav-links-new .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 24px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.4s ease;
  }

  .nav-links-new .mobile-item:hover {
    background: #4785f8;
  }

  .drop-menu li {
    margin: 0;
    padding-bottom: 8px;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 20px;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row header {
    font-size: 19px;
  }
}


/* media 1024 */
@media  (max-width: 1024px) {
  .items-intro-list {
    font-size: 14px;
  }

  .card-container {
    width: 170px;
  }
  .card {
    width: 60% ;
    height: 40% ;
  }
  .intro-img p {
    font-size: 18px;
  }
  /* .intro-show-view {
    width:100%;
  }
  
  .intro-show-list {
    width: 100%;
    margin-top: 50px;
    min-height: 150px;
  } */


}



/* media 768 */
@media (max-width: 768px) {
  .row .mega-links li {
    padding: 0 0px;
  }
  .intro1-h{
    padding-top: 50px;
  }
  .caption-honor {
    padding: 18px 30px 5px 30px;
  }
  .intro-img p {
    font-size: 16px;
  }
  .mou div {
    /* border-top-right-radius: 20px;
    border-top-left-radius: 20px ;
    overflow: hidden; */
    font-size: 8px;
    min-height: 1%;
  }
  .intro-h{
    padding-top: 40px;
  }
  .video-list {
    width: 100%;
  }
  .intro-show-list {
    width: 100%;
    margin-top: 50px;
    max-height: none;
    min-height: 150px;
  }

  .intro-show-view {
    width: 100%;
  }

  .items-intro-list {
    font-size: 12px;
    align-self: flex-end;
  }

  /* .intro-show-list {
    width: 100%;
    margin-top: 50px;
    min-height: 150px;
  } */

  .lisk-icon-intro span {
    align-self: center;
  }

  .lisk-icon-intro:hover p {
    font-size: 13px;
  }

  .items-mobile-start {
    align-self: flex-start;
  }
  .card-container {
    width: 217px;
  }
  .card {
    width: 65% ;
    height: 45% ;
  }

  .nav button {
    width: 50px !important;
    height: 50px !important;
    
  }
  .nav .prev {
    left: -21px !important;
  } 
  .nav .next {
    right: -21px !important;
  }

  /* .grid-intro{
    display: grid;
    grid-template-columns: auto auto auto; 
    overflow:auto; 
    width: 350px;
  } */
}
/* media 425 */
@media  (max-width: 550px) {
  .intro1-h{
    padding-top: 20px;
  }
  .intro-img p {
    font-size: 16px;
  }
  .mou div {
    /* border-top-right-radius: 20px;
    border-top-left-radius: 20px ;
    overflow: hidden; */
    font-size: 6px;
    min-height: 1%;
  }
  .card-container {
    width: 176px ;
  }

  .card {
    width: 60% ;
    height: 40% ;
  }
  .intro-h{
    padding-top: 20px;
  }
  .caption-honor {
    font-size: 13px;
    padding: 18px 30px 5px 30px;
  }
}


/* media 576 */
@media screen and (max-width: 576px) {
  .mou div {
    /* border-top-right-radius: 20px;
    border-top-left-radius: 20px ;
    overflow: hidden; */
    font-size: 10px;
    max-height: 70%;
  }
  .card-container {
    width: 176px ;
  }

  .card {
    width: 60% ;
    height: 40% ;
  }
  .nav .prev {
    left: -19px ;
  } 
  .nav .next {
    right: -19px ;
  }
  .carousel-item-box-h {
    height: 25vh;
  }

  .carousel-item-box {
    height: 13rem;
  }

  .text-icon {
    display: none;
  }

  .wrapper-h {
    height: 80px;
    padding: 20px 20px 20px 30px;
  }

  nav .wrapper-nav {
    padding: 0px 10px;
  }

  .btn-regis-bar {
    font-size: 13px;
  }
}


/* media 375 */
@media  (max-width: 375px) {

  .card-container {
    width: 315px ;
  }

  .card {
    width: 70% ;
    height: 55% ;
  }
  .caption-honor {
    font-size: 14px;
    padding: 18px 30px 5px 30px;
  }

}
