@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz@10..48&family=Comfortaa:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;900&display=swap");

/*font-family: 'Bricolage Grotesque', sans-serif;
font-family: 'Comfortaa', cursive;
font-family: 'Roboto', sans-serif;*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.btnReadMore {
  display: block;
  width: auto;
  height: auto;
  background-color: rgb(255, 170, 0);
  position: absolute;
  z-index: 999;
  margin-top: 25%;
  padding: 1rem;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 0.5rem;
}

.modelPages {
  z-index: 9999999;
}

.ck-editor__editable {
  min-height: 500px;
}

.headH3 {
  font-family: "Bricolage Grotesque", sans-serif;
}

.detailFont {
  font-family: "Roboto", sans-serif;
}

.detailFont figure {
  display: block;
}

.showDate {
  color: rgb(113, 113, 113);
}

.headBar {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: bold;
}
.boxContent {
  display: flex;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
}

.boxContent .imgContent {
  display: block;
  width: 285px;
  height: 360px;
  overflow: hidden;
  padding-right: 1rem;
}

.boxContent .imgContent img {
  width: 100%;
  height: auto;
}
.boxContent .textContent {
  display: block;
  width: 100%;
  height: auto;
}
.boxContent .textTitle {
  font-size: 1.5rem;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 0.8rem;
  font-weight: bold;
}

.boxContent .calendar a {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
  text-decoration: none;
  color: rgb(113, 113, 113);
}

.boxContent .textSub {
  margin-top: 1rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
  color: rgb(0, 0, 0);
}

.btnEvent {
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  background-color: rgb(242, 114, 67);
  border-radius: 0.5rem;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

.boxDetail {
  display: block;
  width: 100%;
  height: auto;
  padding-right: 1rem;
}

.showAvata {
  font-size: 20px;
  font-weight: bold;
}

.textSub {
  color: rgb(158, 158, 158);
}

@media only screen and (max-width: 688px) {
  .boxContent {
    display: block;
    width: auto;
    height: auto;

    margin-bottom: 3rem;
  }

  .boxContent .imgContent {
    display: block;
    width: 100%;
    height: 360px;
    overflow: hidden;
    margin-bottom: 1rem;
  }

  .boxContent .imgContent img {
    width: 100%;
    height: auto;
  }
  .boxContent .textContent {
    display: block;
    width: 100%;
    height: auto;
  }
  .boxContent .textTitle {
    font-size: 1.5rem;
    font-family: "Bricolage Grotesque", sans-serif;
    margin-bottom: 0.8rem;
    font-weight: bold;
  }

  .boxContent .calendar a {
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 1rem;
    text-decoration: none;
    color: rgb(113, 113, 113);
  }

  .boxContent .textSub {
    margin-top: 1rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 1rem;
    color: rgb(0, 0, 0);
  }

  .btnEvent {
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    background-color: rgb(242, 114, 67);
    border-radius: 0.5rem;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
  }

  .boxDetail {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 1rem;
  }
}
.titleNews {
  font-family: "Comfortaa", cursive;
  font-size: 18px;
  color: rgb(67, 67, 67);
}

.titleNews2 {
  font-family: "Comfortaa", cursive;
  font-size: 16px;
  color: rgb(67, 67, 67);
}

.titleNewsDate,
.titleNewsDate2 {
  color: rgb(244, 108, 4);
  font-size: 14px;
}

.readme a {
  text-decoration: none;
  color: black;
}

.readme a:hover {
  text-decoration: none;
  color: rgb(138, 1, 1);
  padding-right: 0.5rem;
}

.readme2 a {
  text-decoration: none;
  color: black;
  font-size: 13px;
}

.readme2 a:hover {
  text-decoration: none;
  color: rgb(138, 1, 1);
  padding-right: 0.5rem;
  font-size: 13px;
}

.imgBox2 {
  display: block;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}

.partners {
  display: block;
  margin-top: 5rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.Ready {
  display: block;
  margin-top: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgb(247, 190, 105);
}
.logoBox {
  display: block;
  width: 100%;
  height: 400px;
  margin-bottom: 1rem;
}
.imgLogo {
  display: block;
  width: 100%;

  margin: auto;
}

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

.logoName {
  display: block;
  margin-top: 1rem;
}

.imgIndex {
  display: block;
  width: 100%;
  height: auto;
}

.imgIndex img {
  width: 100%;
  height: auto;
}

.textIndex {
  display: block;
  padding: 2rem;
  background-color: antiquewhite;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin-top: 2rem;
  border-radius: 1rem;
}

.btnindexClick {
  display: block;
  width: 80%;
  height: auto;
  padding: 0.5rem 2rem;
  background-color: rgb(254, 145, 3);
  margin: auto;
  text-align: center;
  text-decoration: none;
  color: rgb(90, 89, 89);
  margin-top: 1rem;
  border-radius: 1rem;
}
