/* important */
@font-face {
  src: url(../font/FontsFree-Net-AvertaStandard-Regular.ttf);
  font-family: AvertaStdCY;
}
li {
  list-style: none;
}
.nav-item__dropdown {
  text-align: left;
}
body {
  font-family: AvertaStdCY;
}

a:hover {
  text-decoration: none;
}

.wrapper {
  max-width: 1024px;
  margin: auto;
}

.container {
  max-width: 1024px;
  padding: 0;
}

.navbar {
  padding: 0;
}

/* header */
.navbar-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff !important;
  z-index: 10;
}

.nav-item .nav-link {
  font-family: AvertaStdCY;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #484848;
  border-bottom: 3px solid transparent;
  border-radius: 0;
}

.menu-dropdown {
  min-width: 95px;
  padding: 0px;
  position: absolute;
  background: #ffffff;
  z-index: 100;
  text-align: center;
}

.menu-dropdown::after {
  content: "";
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition: "0.5s border-top";
}

.nav-item:not(:hover) > .menu-dropdown {
  padding: 4px 0;
  /* background: #dddddd; */
  z-index: 99;
}

.nav-item:not(:hover) > .menu-dropdown:after {
  border-top-color: #dddddd;
}

.nav-item:not(:hover) > .menu-title:after {
  border-bottom-color: #dddddd;
}

.nav-item:not(:hover) > .menu-dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25, 25, 25, 0);
  z-index: 99;
}

.nav-item__dropdown:hover {
  background-color: #dddddd;
}

.nav-item .nav-link:hover {
  color: #484848;
  border-bottom: 3px solid #019851;
}

.nav-item .nav-link:focus {
  color: #484848;
  border-bottom: 3px solid #019851;
}

.navbar-collapse {
  justify-content: flex-end;
}

.navbar-toggler {
  margin-right: 10px;
}

/* baner */
.baner {
  padding-top: 100px;
  max-width: 1360px;
  margin: auto;
}

.wrapper-baner {
  max-width: 1024px;
  position: relative;
}

.carousel-caption {
  right: 35%;
  left: 16%;
  padding: 33px 50px 75px 33px;
  background-color: #019851;
  max-height: 180px;
  overflow: hidden;
}

.carousel-indicators {
  justify-content: flex-start;
  bottom: 35px;
  left: 20px;
}

/* main */

.detail {
  padding: 100px 10px 80px 10px;
  border-bottom: 1px solid #e7e7e7;
}

.img-detail-container {
  overflow: hidden;
  max-width: 280px;
  max-height: 280px;
  margin: auto;
}

.img-detail {
  width: 100%;
  height: 100%;
}

.detail-theme {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
}

.theme-name {
  line-height: 1.67;
  font-weight: 600;
  color: #313733;
}

.theme-link {
  color: #019851;
  line-height: 1.67;
  font-size: 24px;
  font-weight: 600;
}

/* partner */
.partner {
  text-align: center;
  padding-top: 80px;
}

.partner-theme {
  color: #484848;
  line-height: 41.6px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.partner-theme::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 50px;
  color: #019851;
  background-color: #019851;
  bottom: 0;
  right: 47%;
}

.partner-title {
  margin: auto;
  max-width: 670px;
  padding-top: 20px;
  line-height: 1.5;
  color: #7d817e;
  letter-spacing: normal;
  font-size: 16px;
}

/* brand */
.brand {
  padding-bottom: 100px;
}

.brand-container {
  max-width: 126px;
  max-height: 126px;
  overflow: hidden;
}

.brand-img {
  width: 100%;
  height: 100%;
}

.brand-partner {
  justify-content: space-evenly;
  padding-top: 50px;
}

/* footer */
.footer {
  background-color: #019851;
  overflow: hidden;
  padding: 54px 10px 33px 10px;
  border-bottom: solid 1px rgba(236, 236, 236, 0.18);
}

.footer-name {
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: normal;
}

.footer-title {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: normal;
}

.footer-logo {
  height: 60px;
  width: 37px;
  margin-left: 20px;
}

.footer-last {
  background-color: #019851;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  padding: 30px 10px 38px 13px;
  overflow: hidden;
  position: relative;
}

.link-bct {
  position: absolute;
  overflow: hidden;
  right: 8%;
  bottom: 70%;
}

.footer-last-cap {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 30px;
  letter-spacing: normal;
  padding: 0px 29px;
}

.footer-license {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 30px;
  letter-spacing: normal;
}

@media (max-width: 992px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .link-bct {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    right: 45%;
  }
  .news-total img {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 576px) {
  .carousel-caption {
    padding: 0;
  }

  .carousel-indicators {
    justify-content: flex-start;
    bottom: 5px;
    left: 20px;
  }

  .footer {
    display: none;
  }

  .link-bct {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    right: 40%;
  }
  .news-total img {
    width: 100% !important;
    height: auto !important;
  }
}
