@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.ttf");
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
  height: fit-content;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
}
.thumbnail {
  width: 100%;
}
h3.title {
  transition: color 0.3s !important;
}
body {
  font-family: Inter, serif;
}
header.header .navbar {
  padding: 30px 0 18px;
  background-color: #fff !important;
}
header.header .navbar .navbar-brand {
  padding: 0;
  margin-right: 70px;
}
header.header .navbar .navbar-brand .logo {
  max-height: 75px;
}
header.header .navbar .navbar-nav {
  gap: 38px;
}
header.header .navbar .navbar-nav .nav-item .nav-link {
  color: #000;
  padding: 0 0 10px 0;
}
header.header .navbar .navbar-nav .nav-item .nav-link.active {
  border-bottom: 2px solid #C79D5B;
}
header.header .navbar .right {
  gap: 30px;
}
header.header .navbar .right .social {
  gap: 10px;
}
header.header .language .btn {
  padding: 9px 15px;
  background-color: #F3F3F3 !important;
  border-radius: 30px;
  color: #000;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border: none;
  box-shadow: none;
}
header.header .language .btn:after {
  content: none;
}
header.header .language .btn svg {
  transition: all 0.3s;
}
header.header .language .btn.show svg {
  transform: rotate(180deg);
}
header.header .language .dropdown-menu {
  padding: 16px 12px;
  min-width: fit-content;
  border: none;
  border-radius: 10px;
  background: #F3F3F3;
}
header.header .language .dropdown-menu .dropdown-item {
  padding: 0;
  margin-bottom: 13px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
header.header .language .dropdown-menu .dropdown-item:hover {
  color: #42B248;
  background-color: transparent;
}
header.header .language .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #42B248;
}
header.header .language .dropdown-menu li:last-of-type a {
  margin-bottom: 0;
}
footer.footer {
  margin-top: 100px;
  padding-top: 110px;
  padding-bottom: 160px;
  background-color: #EEE;
}
footer.footer .container {
  gap: 357px;
}
footer.footer .container .social-list {
  gap: 10px;
  margin-top: 57px;
}
footer.footer .container .links {
  gap: 86px;
}
footer.footer .container .links a {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
footer.footer .container .description {
  margin-top: 77px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
main.main .breadcrumb {
  position: relative;
  height: fit-content;
}
main.main .breadcrumb img {
  max-width: 100%;
  min-height: 110px;
  max-height: 180px;
  object-fit: cover;
  width: 100%;
}
main.main .breadcrumb .content {
  position: absolute;
  inset: 0;
}
main.main .breadcrumb .content ul {
  margin-top: 43px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
main.main .breadcrumb .content ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
main.main .breadcrumb .content ul li a:hover {
  color: #FFFFFF90;
}
main.main .breadcrumb .content .title {
  margin-top: 24px;
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
main.main .welcome .swiper .swiper-slide {
  position: relative;
}
main.main .welcome .swiper .swiper-slide img {
  width: 100%;
  height: calc(100vh - 123px);
  max-height: 900px;
  min-height: 620px;
  object-fit: cover;
}
main.main .welcome .swiper .swiper-slide .info {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg, #054952 12.92%, rgba(5, 73, 82, 0.95) 28.86%, rgba(5, 73, 82, 0.87) 37.93%, rgba(5, 73, 82, 0.79) 47.72%, rgba(5, 73, 82, 0.71) 55.17%, rgba(5, 73, 82, 0.61) 64.04%, rgba(5, 73, 82, 0) 98.19%);
}
main.main .welcome .swiper .swiper-slide .info .title {
  max-width: 810px;
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main.main .welcome .swiper .swiper-slide .info .description {
  max-width: 967px;
  margin-top: 35px;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main.main .welcome .swiper .swiper-slide .info .buttons {
  margin-top: 104px;
  gap: 63px;
}
main.main .welcome .swiper .swiper-slide .info .buttons .btn {
  padding: 12px 20px;
  background: #FFF;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
main.main .welcome .swiper .swiper-slide .info .buttons .link {
  gap: 10px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
main.main .block-2,
main.main .block-4 {
  margin-top: 127px;
  gap: 68px;
}
main.main .block-2 .info,
main.main .block-4 .info {
  width: 484px;
  min-width: 484px;
}
main.main .block-2 .info img,
main.main .block-4 .info img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
main.main .block-2 .info .title,
main.main .block-4 .info .title {
  margin-top: 40px;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
main.main .block-2 .info .description,
main.main .block-4 .info .description {
  margin-top: 26px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
main.main .block-2 .list,
main.main .block-4 .list {
  flex: 1 1 0;
  min-width: 0;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 56px;
  row-gap: 50px;
}
main.main .block-2 .list li,
main.main .block-4 .list li {
  display: flex;
  gap: 26px;
}
main.main .block-2 .list li img,
main.main .block-4 .list li img {
  width: 48px;
  height: 48px;
}
main.main .block-2 .list li .content,
main.main .block-4 .list li .content {
  flex: 1;
}
main.main .block-2 .list li .content .title,
main.main .block-4 .list li .content .title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main.main .block-2 .list li .content .description,
main.main .block-4 .list li .content .description {
  margin-top: 8px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main.main .desc {
  margin-top: 126px;
  position: relative;
}
main.main .desc img {
  width: 100%;
}
main.main .desc .content {
  position: absolute;
  inset: 0;
}
main.main .desc .content .container {
  height: 100%;
  gap: 150px;
}
main.main .desc .content .container .title {
  max-width: 250px;
  color: #FBAF65;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
main.main .desc .content .container .description {
  max-width: 776px;
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
main.main .block-4 .info .title {
  margin-top: 0;
}
main.main .block-4 .info .buttons {
  margin-top: 65px;
  gap: 40px;
}
main.main .block-4 .info .buttons .btn {
  padding: 12px 19px;
  border-radius: 24px;
  background: #054952;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
main.main .block-4 .info .buttons .link {
  gap: 13px;
  color: #054952;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
main.main .block-4 .list li .content .description {
  margin-top: 0;
}
main.main .block-5 {
  margin-top: 190px;
}
main.main .block-5 .head .title {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
main.main .block-5 .head .description {
  max-width: 627px;
  margin-top: 24px;
  color: #0B0B0B;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
main.main .block-5 .swiper {
  margin-top: 46px;
}
main.main .block-5 .swiper .swiper-slide img {
  max-width: 100%;
  max-height: 342px;
  object-fit: cover;
}
main.main .events {
  margin-top: 110px;
  padding: 74px 0 105px;
  background: #EEE;
}
main.main .events .head .title {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
main.main .events .head .more {
  padding: 13px 20px;
  border-radius: 30px;
  background: #42B248;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
main.main .events ul {
  margin-top: 50px;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
}
main.main .events ul li a {
  display: block;
  height: 100%;
  border-radius: 20px;
  border: 2px solid transparent;
  overflow: hidden;
  transition: all 0.3s;
}
main.main .events ul li a:hover {
  border: 2px solid #42B248;
}
main.main .events ul li a .thumbnail {
  max-width: 100%;
  object-fit: cover;
}
main.main .events ul li a .c-body {
  background-color: #FFF;
  padding: 22px 27px 52px;
  height: 100%;
}
main.main .events ul li a .c-body .info {
  gap: 15px;
}
main.main .events ul li a .c-body .info .date-time {
  padding: 13px 20px;
  border-radius: 30px;
  border: 1px solid #A4A4A4;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
main.main .events ul li a .c-body .info .address {
  padding: 13px 20px;
  border-radius: 30px;
  background: #ED6B39;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
main.main .events ul li a .c-body .title {
  margin-top: 20px;
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
main.main .block-6 {
  margin-top: 105px;
  gap: 90px;
}
main.main .block-6 .info {
  width: 644px;
}
main.main .block-6 .info .title {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
main.main .block-6 .info .description {
  margin-top: 25px;
  color: #0B0B0B;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
main.main .block-6 .info .thumbnail {
  margin-top: 54px;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
main.main .block-6 .list {
  flex: 1;
}
main.main .block-6 .list li {
  display: flex;
  gap: 43px;
  margin-bottom: 31px;
  position: relative;
}
main.main .block-6 .list li:after {
  position: absolute;
  content: '';
  width: 1px;
  height: calc(100% - 62px);
  border-left: 1px dashed #BBB;
  left: 26px;
  top: 72px;
}
main.main .block-6 .list li:last-of-type {
  margin-bottom: 0;
}
main.main .block-6 .list li:last-of-type:after {
  content: none;
}
main.main .block-6 .list li .index {
  display: flex;
  background-color: #C79D5B;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  border-radius: 50%;
  color: #FFF;
  font-family: Inter, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}
main.main .block-6 .list li .content {
  flex: 1;
}
main.main .block-6 .list li .content .title {
  margin-top: 5px;
  color: #2D2D2D;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main.main .block-6 .list li .content .description {
  margin-top: 15px;
  color: #3F3F3F;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
main.main .resources {
  margin-top: 115px;
  padding: 92px 0 157px;
  background: #EEE;
}
main.main .resources .head .title {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
main.main .resources .head .description {
  margin-top: 29px;
  color: #6C6C6C;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main.main .resources .head .more {
  padding: 13px 20px;
  border-radius: 30px;
  background: #42B248;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
main.main .resources .content {
  margin-top: 29px;
  gap: 34px;
}
main.main .resources .content .first {
  border-radius: 10px;
  overflow: hidden;
  width: 645px;
  position: relative;
}
main.main .resources .content .first .thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.main .resources .content .first .info {
  padding: 91px 53px 47px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 85%);
}
main.main .resources .content .first .info .title {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
main.main .resources .content .first .info .description {
  margin-top: 20px;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main.main .resources .content ul {
  flex: 1;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
  row-gap: 38px;
}
main.main .resources .content ul li a {
  display: block;
}
main.main .resources .content ul li a .thumbnail {
  border-radius: 10px;
}
main.main .resources .content ul li a .title {
  margin-top: 10px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.main .resources .content ul li a .date-time {
  margin-top: 10px;
  color: #6B6B6B;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main.main .news .head,
main.main .block-8 .head {
  gap: 56px;
}
main.main .news .head h2.title,
main.main .block-8 .head h2.title {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 80px;
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
main.main .news .head h2.title:after,
main.main .block-8 .head h2.title:after {
  flex: 1;
  content: '';
  height: 1px;
  background-color: #42B248;
}
main.main .news .head .more,
main.main .block-8 .head .more {
  padding: 13px 20px;
  border-radius: 30px;
  background: #42B248;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
main.main.member .title {
  margin-top: 60px;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
main.main.member .member-list {
  margin-top: 67px;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 10px;
}
main.main.member .member-list li {
  padding: 23px 50px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #6C6C6C;
}
main.main.member .member-list li:nth-child(-n+4) {
  background: #C79D5B;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
main.main.member .member-list li:first-child {
  border-top-left-radius: 10px;
}
main.main.member .member-list li:nth-child(4) {
  border-top-right-radius: 10px;
}
main.main.member .member-list li:nth-last-child(4) {
  border-bottom-left-radius: 10px;
}
main.main.member .member-list li:last-child {
  border-bottom-right-radius: 10px;
}
main.main.member .member-list li:nth-child(n+5):nth-child(4n+1) {
  border-left: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  color: #000;
}
main.main.member .member-list li:nth-child(n+5):nth-child(4n+2),
main.main.member .member-list li:nth-child(n+5):nth-child(4n+3) {
  border-bottom: 1px solid #E1E1E1;
}
main.main.member .member-list li:nth-child(n+5):nth-child(4n) {
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
main.main.about-page .information {
  margin-top: 110px;
}
main.main.about-page .information .progress-buttons {
  width: 266px;
  top: 30px;
}
main.main.about-page .information .progress-buttons a {
  display: block;
  min-width: 194px;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 194px;
}
main.main.about-page .information .progress-buttons a:hover {
  background: #EBEBEB;
}
main.main.about-page .information .progress-buttons a.active {
  background: #C79D5B;
  color: #fff;
}
main.main.about-page .information .content {
  flex: 1 1 0;
  min-width: 0;
}
main.main.about-page .information .content > div {
  border-left: 1px solid #AAA;
  padding-left: 72px;
}
main.main.about-page .information .content .about .title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
main.main.about-page .information .content .about .full-description {
  margin-top: 40px;
  color: #3F3F3F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
main.main.about-page .information .content .about img {
  margin-top: 40px;
  max-width: 100%;
  width: 100%;
}
main.main.about-page .information .content .about .additional-title {
  margin-top: 40px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
main.main.about-page .information .content .about .additional-content {
  margin-top: 30px;
  color: #3F3F3F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
main.main.about-page .information .content .manager {
  margin-top: 130px;
}
main.main.about-page .information .content .manager .title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
main.main.about-page .information .content .manager .description {
  margin-top: 26px;
  color: #3F3F3F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
main.main.about-page .information .content .manager .manager-list {
  margin-top: 65px;
}
main.main.about-page .information .content .manager .manager-list .first {
  gap: 57px;
}
main.main.about-page .information .content .manager .manager-list .first .avatar {
  width: 350px;
  height: 350px;
  object-fit: cover;
  max-width: 350px;
}
main.main.about-page .information .content .manager .manager-list .first .info .name {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
main.main.about-page .information .content .manager .manager-list .first .info .position {
  margin-top: 17px;
  color: #3F3F3F;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
main.main.about-page .information .content .manager .manager-list .first .info .description {
  margin-top: 32px;
  color: #3F3F3F;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
main.main.about-page .information .content .manager .manager-list ul {
  margin-top: 56px;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 21px;
}
main.main.about-page .information .content .manager .manager-list ul .avatar {
  width: 100%;
  max-width: 100%;
}
main.main.about-page .information .content .manager .manager-list ul .name {
  margin-top: 19px;
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: capitalize;
}
main.main.about-page .information .content .manager .manager-list ul .position {
  margin-top: 14px;
  color: #6C6C6C;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
main.main.about-page .information .content .document {
  margin-top: 130px;
}
main.main.about-page .information .content .document .title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
main.main.about-page .information .content .document ul {
  margin-top: 51px;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}
main.main.about-page .information .content .document ul a {
  padding: 12px;
  gap: 18px;
  border-radius: 20px;
  border: 1px solid #A0A0A0;
  color: var(--body-text, #6C6C6C);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
main.main.about-page .information .content .document ul a:hover {
  background-color: #EBEBEB;
}
main.main.news-page .news-list {
  margin-top: 67px;
}
main.main.news-page .news-list li a {
  display: flex;
  gap: 32px;
  margin-bottom: 75px;
}
main.main.news-page .news-list li a .thumbnail {
  width: 380px;
}
main.main.news-page .news-list li a .info .title {
  max-width: 80%;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
main.main.news-page .news-list li a .info .short-description {
  max-width: 80%;
  margin-top: 30px;
  color: #3F3F3F;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
main.main.news-page .news-list li a .info .date-time {
  margin-top: 28px;
  padding: 13px 20px;
  border-radius: 30px;
  border: 1px solid #A4A4A4;
  width: fit-content;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  cursor: default;
}
main.main.view-page .view-content {
  margin-top: 60px;
  max-width: 60%;
}
main.main.view-page .view-content .title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
main.main.view-page .view-content .date-time {
  margin-top: 28px;
  width: fit-content;
  padding: 13px 20px;
  border-radius: 30px;
  border: 1px solid #A4A4A4;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
main.main.view-page .view-content .thumbnail {
  margin-top: 28px;
  max-width: 100%;
}
main.main.view-page .view-content .full-description {
  margin-top: 44px;
}
main.main.view-page .other {
  margin-top: 60px;
}
main.main.view-page .other .title {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main.main.view-page .other ul {
  margin-top: 30px;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
}
main.main.view-page .other ul li:nth-child(n+4) {
  display: none;
}
main.main.view-page .other ul .thumbnail {
  max-width: 100%;
}
main.main.view-page .other ul .title {
  margin-top: 15px;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.main.view-page .other ul .date-time {
  margin-top: 15px;
  color: #6B6B6B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main.main.resources-page > .content {
  margin-top: 42px;
}
main.main.resources-page .nav-list {
  gap: 20px;
}
main.main.resources-page .nav-list a {
  display: block;
  padding: 18px 36px;
  border-radius: 10px;
  background: #EBEBEB;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main.main.resources-page .nav-list a.active {
  background: #C79D5B;
  color: #FFF;
}
main.main.resources-page .list {
  margin-top: 42px;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 72px;
}
main.main.resources-page .list .thumbnail {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
main.main.resources-page .list .title {
  margin-top: 15px;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
main.main.resources-page .list .date-time {
  margin-top: 15px;
  color: #6B6B6B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main.main.resources-page .books {
  margin-top: 62px;
}
main.main.resources-page .books .title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
main.main.resources-page .books .book-list {
  margin-top: 52px;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
  row-gap: 70px;
}
main.main.resources-page .books .book-list li {
  gap: 30px;
}
main.main.resources-page .books .book-list li .thumbnail {
  width: 226px;
  height: 294px;
  object-fit: cover;
}
main.main.resources-page .books .book-list li .title {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
main.main.resources-page .books .book-list li .author {
  margin-top: 15px;
  color: #ED6B39;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
main.main.resources-page .books .book-list li .short-description {
  margin-top: 13px;
  color: #3F3F3F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
main.main.resources-page .books .book-list li .download {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #ED6B39;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
main.main.resources-page .legislations {
  margin-top: 62px;
}
main.main.resources-page .legislations .title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main.main.resources-page .legislations .legislations-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}
main.main.resources-page .legislations .legislations-list a {
  border-radius: 20px;
  border: 1px solid #D8D8D8;
  background: #F3F7F7;
  transition: all 0.3s ease;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  min-height: 220px;
}
main.main.resources-page .legislations .legislations-list a .title {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}
main.main.resources-page .legislations .legislations-list a .description {
  color: #6B6B6B;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
}
main.main.resources-page .legislations .legislations-list a:hover {
  border-color: #C79D5B;
}
main.main.contact-page .contact {
  margin-top: 85px;
  gap: 115px;
}
main.main.contact-page .contact .left {
  flex: 1;
}
main.main.contact-page .contact .left .title {
  margin-top: 84px;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
main.main.contact-page .contact .left .email-phone {
  margin-top: 82px;
  gap: 86px;
}
main.main.contact-page .contact .left .email-phone p:first-child,
main.main.contact-page .contact .left .address p:first-child {
  color: var(--body-text, #6C6C6C);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main.main.contact-page .contact .left .email-phone p:last-child,
main.main.contact-page .contact .left .address p:last-child {
  margin-top: 10px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main.main.contact-page .contact .left .address {
  margin-top: 47px;
}
main.main.contact-page .contact .right {
  width: 680px;
  min-width: 680px;
  padding: 62px 78px;
  border-radius: 20px;
  background: #F3F7F7;
}
main.main.contact-page .contact .right .title {
  max-width: 432px;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
main.main.contact-page .contact .right form {
  margin-top: 53px;
}
main.main.contact-page .contact .right form .group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}
main.main.contact-page .contact .right form .group label {
  color: #33475B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
main.main.contact-page .contact .right form .group label span {
  color: #F00;
}
main.main.contact-page .contact .right form .group input {
  padding: 18px 20px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  outline: none;
}
main.main.contact-page .contact .right form .group input:focus {
  border-color: #C79D5B;
}
main.main.contact-page .contact .right form .group input::placeholder {
  color: #B0B0B0;
  font-weight: 300;
}
main.main.contact-page .contact .right form button {
  margin-top: 14px;
  padding: 17px 100px;
  border-radius: 5px;
  background: #C79D5B;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
main.main.contact-page .contact .right form button:disabled {
  background: #DFCEAF;
}
main.main.education-page .education {
  margin-top: 50px;
}
main.main.education-page .education h2.title {
  max-width: 1160px;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
main.main.education-page .education .content {
  margin-top: 60px;
  gap: 106px;
}
main.main.education-page .education .content .info .description {
  color: var(--body-text, #6C6C6C);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main.main.education-page .education .content .info .about {
  margin-top: 44px;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
main.main.education-page .education .content .info .about .title {
  color: #030303;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
main.main.education-page .education .content .info .about .description {
  margin-top: 6px;
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 400;
}
main.main.education-page .education .content .info .links {
  margin-top: 64px;
  gap: 15px;
}
main.main.education-page .education .content .info .links .login-course {
  padding: 13px 30px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border-radius: 5px;
  background: #E48662;
}
main.main.education-page .education .content .info .links .course-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 30px;
  border-radius: 5px;
  border: 1px solid #E48662;
  color: #E48662;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
main.main.education-page .education .content .info .note {
  margin-top: 64px;
  gap: 40px;
}
main.main.education-page .education .content .info .note p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main.main.education-page .education .content .info .note .description {
  color: var(--body-text, #6C6C6C);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
main.main.education-page .education .content .info .note .contact {
  margin-top: 20px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
main.main.education-page .education .content .thumbnail {
  width: 531px;
  height: 388px;
  min-width: 531px;
  object-fit: cover;
}
main.main.education-page .education .course {
  margin-top: 95px;
}
main.main.education-page .education .course h2.title {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}
main.main.education-page .education .course .course-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
main.main.education-page .education .course .course-list li {
  min-height: 240px;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid #D8D8D8;
  background: #F3F7F7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.main.education-page .education .course .course-list li:hover {
  border-color: #C79D5B;
}
main.main.education-page .education .course .course-list li .title {
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
main.main.education-page .education .course .course-list li .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.main.education-page .education .course .course-list li .info .date {
  display: flex;
  align-items: center;
  gap: 6px;
}
main.main.education-page .education .course .course-list li .info .date span {
  color: #33475B;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
}
main.main.education-page .education .course .course-list li .info .link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 5px;
  color: #054952;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}
main.main.education-page .education .course .course-list li .info .link:hover {
  background: #FFF;
}
main.main.register-page .contact {
  margin-top: 85px;
  gap: 115px;
}
main.main.register-page .contact .left {
  flex: 1;
}
main.main.register-page .contact .left .thumbnail {
  width: 531px;
  min-width: 531px;
}
main.main.register-page .contact .left .email-phone {
  margin-top: 82px;
  gap: 86px;
}
main.main.register-page .contact .left .email-phone p:first-child,
main.main.register-page .contact .left .address p:first-child {
  color: var(--body-text, #6C6C6C);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main.main.register-page .contact .left .email-phone p:last-child,
main.main.register-page .contact .left .address p:last-child {
  margin-top: 10px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main.main.register-page .contact .right {
  width: 680px;
  min-width: 680px;
  padding: 62px 78px;
  border-radius: 20px;
  background: #F3F7F7;
}
main.main.register-page .contact .right .title {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
main.main.register-page .contact .right form {
  margin-top: 53px;
}
main.main.register-page .contact .right form .group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}
main.main.register-page .contact .right form .group label {
  color: #33475B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
main.main.register-page .contact .right form .group label span {
  color: #F00;
}
main.main.register-page .contact .right form .group input {
  padding: 18px 20px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  outline: none;
}
main.main.register-page .contact .right form .group input:focus {
  border-color: #C79D5B;
}
main.main.register-page .contact .right form .group input::placeholder {
  color: #B0B0B0;
  font-weight: 300;
}
main.main.register-page .contact .right form button {
  margin-top: 14px;
  padding: 17px 100px;
  border-radius: 5px;
  background: #C79D5B;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
main.main.register-page .contact .right form button:disabled {
  background: #DFCEAF;
}
main.main .news {
  margin-top: 110px;
}
main.main .news ul {
  margin-top: 56px;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
main.main .news ul li .thumbnail {
  width: 100%;
  object-fit: cover;
}
main.main .news ul li .title {
  margin-top: 20px;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.main .news ul li .more {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #AAA;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 10%;
}
main.main .request {
  margin-top: 85px;
  margin-bottom: 347px;
}
main.main .request h3.title {
  max-width: 990px;
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.34px;
}
main.main .request h4.title {
  margin-top: 60px;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.28px;
}
main.main .request ul {
  margin-top: 40px;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: 40px;
}
main.main .request ul label {
  width: 100%;
}
main.main .request ul input {
  width: 100%;
  padding: 0 0 12px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: none;
  border-bottom: 1px solid #7A7A7A;
  outline: none;
  transition: all 0.3s;
}
main.main .request ul input:focus {
  border-color: #47BF6F;
}
main.main .request ul input::placeholder {
  color: #6C6C6C;
}
main.main .request .btn {
  margin-top: 72px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 4px;
  background: #47BF6F;
  border: none;
}
main.main .pagination {
  justify-content: center;
}
main.main .pagination ul {
  display: flex;
  align-items: center;
  margin-top: 90px;
  gap: 0;
}
main.main .pagination ul .disabled {
  background-color: transparent;
}
main.main .pagination ul .disabled .current {
  background: transparent;
  cursor: not-allowed;
}
main.main .pagination ul a,
main.main .pagination ul span {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-align: center;
  font-style: normal;
  border: none;
  color: #4E4E4E;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
}
main.main .pagination ul a.next,
main.main .pagination ul span.next,
main.main .pagination ul a.prev,
main.main .pagination ul span.prev {
  padding: 0;
}
main.main .pagination ul .current {
  border-radius: 9px;
  background: #054952;
  color: #fff;
}
main.main .pagination ul a {
  box-shadow: none;
}
main.main .pagination ul a:hover {
  background-color: transparent;
  color: #42B248;
}
.toast {
  padding: 36px 74px 36px 40px;
  top: 20px;
  right: 20px;
  background-color: #fff;
  width: fit-content;
  border-radius: 8px;
  border: none;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 20px 20px 0 rgba(0, 0, 0, 0.08);
}
.toast .toast-body {
  padding: 0;
  gap: 24px;
}
.toast .toast-body svg {
  width: 41px;
  height: 41px;
}
.toast .toast-body .message {
  width: 326px;
  flex: 1;
  color: #4d4d4d;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.toast .close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  border-radius: 29px;
  background-color: #e5e5e5;
  position: absolute;
  top: 10px;
  right: 13px;
}
@media screen and (max-width: 1024px) {
  header.header .container-fluid {
    padding: 0;
  }
  header.header .navbar {
    padding: 10px;
  }
  header.header .navbar .navbar-brand {
    margin: 0;
  }
  header.header .navbar .navbar-brand .logo {
    max-height: 40px;
    height: 40px;
  }
  header.header .language .btn {
    font-size: 12px;
  }
  header.header .menu {
    margin-left: 10px;
  }
  main.main .breadcrumb {
    margin: 0;
  }
  main.main .breadcrumb img {
    min-height: 56px;
    max-height: 56px;
  }
  main.main .breadcrumb .content .title {
    font-size: 20px;
    margin-top: 17px;
  }
  main.main .container {
    padding: 0 21px;
  }
  main.main .welcome .swiper .swiper-slide img {
    height: 60vh;
  }
  main.main .welcome .swiper .swiper-slide .info {
    inset: 0;
    background: linear-gradient(0deg, #054952 18.75%, rgba(5, 73, 82, 0.7) 47.17%, rgba(5, 73, 82, 0) 69.13%);
    justify-content: flex-end;
  }
  main.main .welcome .swiper .swiper-slide .info .container {
    padding: 33px 21px;
  }
  main.main .welcome .swiper .swiper-slide .info .title {
    font-size: 20px;
  }
  main.main .welcome .swiper .swiper-slide .info .description {
    margin-top: 10px;
    font-size: 12px;
  }
  main.main .welcome .swiper .swiper-slide .info .buttons {
    margin-top: 40px;
    gap: 24px;
  }
  main.main .welcome .swiper .swiper-slide .info .buttons .btn {
    padding: 9px 20px;
    font-size: 12px;
  }
  main.main .welcome .swiper .swiper-slide .info .buttons .link {
    font-size: 12px;
  }
  main.main .block-2,
  main.main .block-4 {
    margin-top: 36px;
    gap: 36px;
  }
  main.main .block-2 .info,
  main.main .block-4 .info {
    width: 100%;
    min-width: 100%;
  }
  main.main .block-2 .info .title,
  main.main .block-4 .info .title {
    margin-top: 0;
    font-size: 25px;
    text-transform: inherit;
  }
  main.main .block-2 .info .description,
  main.main .block-4 .info .description {
    margin: 15px 0;
    font-size: 13px;
  }
  main.main .block-2 .list,
  main.main .block-4 .list {
    column-gap: 17px;
    row-gap: 20px;
  }
  main.main .block-2 .list li,
  main.main .block-4 .list li {
    flex-direction: column;
    gap: 8px;
  }
  main.main .block-2 .list li img,
  main.main .block-4 .list li img {
    width: 58px;
    height: 58px;
  }
  main.main .block-2 .list li .content .title,
  main.main .block-4 .list li .content .title {
    font-size: 12px;
    font-weight: 600;
  }
  main.main .block-2 .list li .content .description,
  main.main .block-4 .list li .content .description {
    margin-top: 5px;
    font-size: 10px;
  }
  main.main .desc {
    margin-top: 55px;
  }
  main.main .desc .content .container {
    height: 100%;
    gap: 32px;
    padding: 48px 34px;
  }
  main.main .desc .content .container .title {
    max-width: 100%;
    font-size: 25px;
  }
  main.main .desc .content .container .description {
    max-width: 100%;
    font-size: 14px;
  }
  main.main .block-4 {
    margin-top: 50px;
    gap: 54px;
  }
  main.main .block-4 .info .buttons {
    margin-top: 25px;
    gap: 20px;
  }
  main.main .block-4 .info .buttons .btn {
    padding: 9px 20px;
    border-radius: 40px;
    font-size: 12px;
  }
  main.main .block-4 .info .buttons .link {
    gap: 10px;
    font-size: 12px;
  }
  main.main .block-5 {
    margin-top: 53px;
  }
  main.main .block-5 .head .title {
    font-size: 25px;
  }
  main.main .block-5 .head .description {
    max-width: 100%;
    margin-top: 15px;
    font-size: 12px;
  }
  main.main .block-5 .swiper {
    margin-top: 30px;
  }
  main.main .events {
    margin-top: 56px;
    padding: 0;
    background: transparent;
  }
  main.main .events .head .title {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  main.main .events ul {
    margin: 0 -21px;
    padding: 21px;
    overflow-x: auto;
    width: 100vw;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  main.main .events ul li {
    flex: 0 0 100%;
    scroll-snap-align: start;
    box-sizing: border-box;
  }
  main.main .events ul li a {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.2);
  }
  main.main .events ul li a .c-body {
    background-color: #FFF;
    padding: 24px 13px 30px;
    height: fit-content;
  }
  main.main .events ul li a .c-body .info .date-time {
    padding: 13px 20px;
    font-size: 12px;
  }
  main.main .events ul li a .c-body .title {
    margin-top: 20px;
    font-size: 20px;
  }
  main.main .events .more {
    margin-top: 20px;
    display: block;
    width: 100%;
    padding: 13px;
    border-radius: 30px;
    background: #42B248;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
  }
  main.main .block-6 {
    margin-top: 36px;
    gap: 40px;
  }
  main.main .block-6 .info {
    width: 100%;
  }
  main.main .block-6 .info .title {
    font-size: 25px;
  }
  main.main .block-6 .info .description {
    margin-top: 15px;
    font-size: 13px;
  }
  main.main .block-6 .info .thumbnail {
    margin-top: 20px;
  }
  main.main .block-6 .list li {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
  }
  main.main .block-6 .list li:after {
    content: none;
  }
  main.main .block-6 .list li .index {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  main.main .block-6 .list li .content .title {
    font-size: 12px;
  }
  main.main .block-6 .list li .content .description {
    margin-top: 10px;
    font-size: 10px;
  }
  main.main .resources {
    margin-top: 50px;
    padding: 0;
    background: #fff;
  }
  main.main .resources .head .title {
    font-size: 20px;
  }
  main.main .resources .head .description {
    margin-top: 15px;
    font-size: 12px;
  }
  main.main .resources .content {
    margin: 0;
  }
  main.main .resources .content ul {
    margin: 0 -21px;
    padding: 21px;
    overflow-x: auto;
    width: 100vw;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  main.main .resources .content ul li {
    flex: 0 0 100%;
    scroll-snap-align: start;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  main.main .resources .content ul li a {
    display: block;
  }
  main.main .resources .content ul li a .thumbnail {
    border-radius: 0;
  }
  main.main .resources .content ul li a .title {
    padding: 24px 17px 15px;
    font-size: 16px;
  }
  main.main .resources .content ul li a .date-time {
    margin: 15px 17px 26px;
    font-size: 10px;
  }
  main.main .resources .more {
    margin-top: 20px;
    display: block;
    width: 100%;
    padding: 13px;
    border-radius: 30px;
    background: #42B248;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
  }
  main.main .news,
  main.main .block-8 {
    margin-top: 50px;
  }
  main.main .news .head h2.title,
  main.main .block-8 .head h2.title {
    font-size: 20px;
    text-transform: inherit;
  }
  main.main .news .head h2.title:after,
  main.main .block-8 .head h2.title:after {
    content: none;
  }
  main.main .news ul,
  main.main .block-8 ul {
    margin: 0 -21px;
    padding: 21px;
    overflow-x: auto;
    width: 100vw;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  main.main .news ul li,
  main.main .block-8 ul li {
    flex: 0 0 100%;
    scroll-snap-align: start;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  main.main .news ul li .title,
  main.main .block-8 ul li .title {
    padding: 0;
    margin: 24px 17px 15px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  main.main .news ul li .date-time,
  main.main .block-8 ul li .date-time {
    margin: 15px 17px 26px;
    font-size: 10px;
  }
  main.main .news .more,
  main.main .block-8 .more {
    margin-top: 20px;
    display: block;
    width: 100%;
    padding: 13px;
    border-radius: 30px;
    background: #42B248;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
  }
  main.main.member .title {
    margin-top: 20px;
    font-size: 16px;
  }
  main.main.member .member-list {
    margin-top: 37px;
    border-radius: 0;
  }
  main.main.member .member-list li {
    padding: 0 0 12px 0;
    margin-bottom: 12px;
    background: transparent !important;
    border-bottom: 1px solid #E1E1E1;
  }
  main.main.member .member-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  main.main.member .member-list li .title {
    margin: 0 0 12px 0;
    color: #054952;
    font-size: 13px;
    font-weight: 600;
    line-height: 120%;
  }
  main.main.member .member-list li p {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #6C6C6C;
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
  }
  main.main.member .member-list li p svg {
    width: 15px;
    min-width: 15px;
    height: 15px;
  }
  main.main.member .member-list li .address {
    margin-bottom: 10px;
  }
  main.main.about-page .information {
    margin-top: 0;
  }
  main.main.about-page .information .progress-buttons {
    padding-top: 15px;
    width: 100%;
    top: 0;
    gap: 25px;
    background-color: #fff;
  }
  main.main.about-page .information .progress-buttons a {
    min-width: fit-content;
    width: fit-content;
    padding: 0 0 10px 0;
    margin-bottom: 0;
    color: #717171;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    border-bottom: 1.5px solid transparent;
  }
  main.main.about-page .information .progress-buttons a.active {
    color: #000;
    background: transparent;
    border-color: #C79D5B;
  }
  main.main.about-page .information .content > div {
    border-left: none;
    padding: 0;
  }
  main.main.about-page .information .content .about {
    margin-top: 26px;
  }
  main.main.about-page .information .content .about .title {
    font-size: 18px;
  }
  main.main.about-page .information .content .about .full-description {
    margin-top: 10px;
    font-size: 10px;
  }
  main.main.about-page .information .content .about img {
    margin-top: 20px;
  }
  main.main.about-page .information .content .about .additional-title {
    margin-top: 25px;
    font-size: 14px;
  }
  main.main.about-page .information .content .about .additional-content {
    margin-top: 10px;
    font-size: 10px;
  }
  main.main.about-page .information .content .manager {
    margin-top: 26px;
  }
  main.main.about-page .information .content .manager .title {
    font-size: 18px;
  }
  main.main.about-page .information .content .manager .description {
    margin-top: 10px;
    font-size: 10px;
  }
  main.main.about-page .information .content .manager .manager-list {
    margin-top: 28px;
  }
  main.main.about-page .information .content .manager .manager-list .first {
    gap: 15px;
  }
  main.main.about-page .information .content .manager .manager-list .first .avatar {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  main.main.about-page .information .content .manager .manager-list .first .info .name {
    font-size: 20px;
  }
  main.main.about-page .information .content .manager .manager-list .first .info .position {
    margin-top: 5px;
    font-size: 12px;
  }
  main.main.about-page .information .content .manager .manager-list .first .info .description {
    margin-top: 15px;
    font-size: 10px;
  }
  main.main.about-page .information .content .manager .manager-list ul {
    margin-top: 36px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 32px;
  }
  main.main.about-page .information .content .manager .manager-list ul .name {
    margin-top: 10px;
    font-size: 16px;
  }
  main.main.about-page .information .content .manager .manager-list ul .position {
    margin-top: 10px;
    font-size: 10px;
  }
  main.main.about-page .information .content .document {
    margin-top: 36px;
  }
  main.main.about-page .information .content .document .title {
    font-size: 18px;
  }
  main.main.about-page .information .content .document ul {
    margin-top: 26px;
  }
  main.main.about-page .information .content .document ul li {
    margin-bottom: 20px;
  }
  main.main.about-page .information .content .document ul li:last-child {
    margin-bottom: 0;
  }
  main.main.about-page .information .content .document ul a {
    padding: 10px 38px 10px 8px;
    gap: 9px;
    border-radius: 10px;
    font-size: 16px;
  }
  main.main.about-page .information .content .document ul a svg {
    height: 60px;
    width: 74px;
    min-width: 74px;
  }
  main.main.news-page .news-list {
    margin-top: 32px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 20px;
  }
  main.main.news-page .news-list li a {
    flex-direction: column;
    gap: 4px;
    margin-bottom: 0;
  }
  main.main.news-page .news-list li a .thumbnail {
    width: 100%;
  }
  main.main.news-page .news-list li a .info .title {
    font-size: 12px;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  main.main.news-page .news-list li a .info .date-time {
    padding: 0;
    border: none;
    margin-top: 5px;
    font-size: 8px;
    color: #6B6B6B;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  main.main.news-page.events .news-list li {
    margin-bottom: 25px;
  }
  main.main.news-page.events .news-list li:last-child {
    margin-bottom: 0;
  }
  main.main.news-page.events .news-list li a {
    flex-direction: row;
  }
  main.main.news-page.events .news-list li a .thumbnail {
    width: 160px;
    height: 90px;
    object-fit: cover;
  }
  main.main.news-page.events .news-list li a .info {
    margin-left: 16px;
  }
  main.main.news-page.events .news-list li a .info .title {
    -webkit-line-clamp: 2;
  }
  main.main.news-page.events .news-list li a .info .add-time {
    margin-top: 8px;
    color: #6B6B6B;
    font-size: 8px;
    font-weight: 400;
    line-height: normal;
  }
  main.main.news-page.events .news-list li a .info .date-time {
    margin-top: 13px;
    padding: 8px 12px;
    border-radius: 30px;
    border: 0.5px solid #A4A4A4;
    width: fit-content;
    color: #000;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    cursor: default;
  }
  main.main.view-page .view-content {
    margin-top: 26px;
    max-width: 100%;
  }
  main.main.view-page .view-content .title {
    font-size: 20px;
  }
  main.main.view-page .view-content .date-time {
    margin-top: 28px;
    width: fit-content;
    padding: 13px 20px;
    border-radius: 30px;
    border: 1px solid #A4A4A4;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  main.main.view-page .view-content .thumbnail {
    margin-top: 26px;
    max-width: 100%;
  }
  main.main.view-page .view-content .full-description {
    margin-top: 20px;
  }
  main.main.view-page .other {
    margin-top: 50px;
  }
  main.main.view-page .other .title {
    font-size: 20px;
  }
  main.main.view-page .other ul {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    column-gap: 20px;
  }
  main.main.view-page .other ul li {
    display: list-item !important;
  }
  main.main.view-page .other ul .thumbnail {
    max-width: 100%;
  }
  main.main.view-page .other ul .title {
    margin-top: 4px;
    font-size: 10px;
  }
  main.main.view-page .other ul .date-time {
    margin-top: 5px;
    font-size: 8px;
  }
  main.main.resources-page > .content {
    margin-top: 0;
  }
  main.main.resources-page .nav-list a {
    display: block;
    padding: 10px 0;
    border-radius: 0;
    background: white;
    color: #717171;
    font-size: 12px;
  }
  main.main.resources-page .nav-list a.active {
    background: white;
    color: #000;
    font-weight: 700;
    border-bottom: 1.5px solid #C79D5B;
  }
  main.main.resources-page .list {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 20px;
  }
  main.main.resources-page .list .title {
    margin-top: 5px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  main.main.resources-page .list .date-time {
    margin-top: 5px;
    font-size: 8px;
    font-style: normal;
  }
  main.main.resources-page .books {
    margin-top: 30px;
  }
  main.main.resources-page .books .book-list {
    margin-top: 0;
  }
  main.main.resources-page .books .book-list li {
    margin-bottom: 30px;
    gap: 16px;
  }
  main.main.resources-page .books .book-list li:last-child {
    margin-bottom: 0;
  }
  main.main.resources-page .books .book-list li .thumbnail {
    width: 100px;
    height: 130px;
  }
  main.main.resources-page .books .book-list li .title {
    font-size: 12px;
  }
  main.main.resources-page .books .book-list li .author {
    margin-top: 7px;
    font-size: 8px;
  }
  main.main.resources-page .books .book-list li .short-description {
    margin-top: 7px;
    font-size: 8px;
  }
  main.main.resources-page .books .book-list li .download {
    gap: 5px;
    margin-top: 15px;
    font-size: 8px;
  }
  main.main.resources-page .books .book-list li .download svg {
    height: 8px;
    width: 8px;
  }
  main.main.resources-page .legislations {
    margin-top: 22px;
  }
  main.main.resources-page .legislations .legislations-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    margin-top: 0;
  }
  main.main.resources-page .legislations .legislations-list a {
    border-radius: 10px;
    padding: 15px;
    gap: 12px;
    min-height: 110px;
  }
  main.main.resources-page .legislations .legislations-list a .title {
    font-size: 12px;
  }
  main.main.resources-page .legislations .legislations-list a .description {
    font-size: 8px;
  }
  main.main.contact-page .contact {
    margin-top: 30px;
  }
  main.main.contact-page .contact .left .head {
    gap: 47px;
  }
  main.main.contact-page .contact .left .head .logo {
    width: 100px;
    height: 50px;
  }
  main.main.contact-page .contact .left .head .title {
    margin-top: 0;
    font-size: 12px;
  }
  main.main.contact-page .contact .left .email-phone {
    margin-top: 30px;
    gap: 44px;
  }
  main.main.contact-page .contact .left .email-phone p:first-child,
  main.main.contact-page .contact .left .address p:first-child {
    font-size: 8px;
  }
  main.main.contact-page .contact .left .email-phone p:last-child,
  main.main.contact-page .contact .left .address p:last-child {
    margin-top: 5px;
    font-size: 12px;
  }
  main.main.contact-page .contact .left .address {
    margin-top: 20px;
  }
  main.main.contact-page .contact .right {
    margin-top: 33px;
    width: 100%;
    min-width: 100%;
    padding: 32px 28px;
    border-radius: 10px;
  }
  main.main.contact-page .contact .right .title {
    max-width: 100%;
    font-size: 16px;
  }
  main.main.contact-page .contact .right form {
    margin-top: 26px;
  }
  main.main.contact-page .contact .right form .group {
    margin-bottom: 20px;
  }
  main.main.contact-page .contact .right form .group label {
    color: #33475B;
    font-size: 12px;
  }
  main.main.contact-page .contact .right form .group input {
    padding: 13px;
    font-size: 13px;
    border-radius: 10px;
  }
  main.main.contact-page .contact .right form button {
    margin-top: 25px;
    padding: 13px;
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
  }
  main.main.education-page .education {
    margin-top: 32px;
  }
  main.main.education-page .education .thumbnail {
    width: 180px;
    height: 120px;
  }
  main.main.education-page .education h2.title {
    max-width: 100%;
    margin-top: 15px;
    font-size: 18px;
  }
  main.main.education-page .education .content {
    margin-top: 20px;
  }
  main.main.education-page .education .content .info .description {
    font-size: 10px;
  }
  main.main.education-page .education .content .info .about {
    margin-top: 20px;
    gap: 33px;
  }
  main.main.education-page .education .content .info .about .title {
    font-size: 10px;
  }
  main.main.education-page .education .content .info .about .description {
    font-size: 10px;
  }
  main.main.education-page .education .content .info .links {
    margin-top: 30px;
    gap: 10px;
  }
  main.main.education-page .education .content .info .links a {
    flex: 1;
    text-align: center;
  }
  main.main.education-page .education .content .info .links .login-course {
    padding: 13px;
    font-size: 10px;
  }
  main.main.education-page .education .content .info .links .course-link {
    gap: 5px;
    padding: 13px;
    font-size: 10px;
  }
  main.main.education-page .education .content .info .links .course-link svg {
    width: 10px;
    height: 10px;
  }
  main.main.education-page .education .content .info .note {
    margin-top: 60px;
  }
  main.main.education-page .education .content .info .note p {
    font-size: 11px;
  }
  main.main.education-page .education .content .info .note .description {
    margin-top: 14px;
    font-size: 10px;
  }
  main.main.education-page .education .content .info .note .contact {
    margin-top: 14px;
    font-size: 10px;
  }
  main.main.education-page .education .course {
    margin-top: 48px;
  }
  main.main.education-page .education .course h2.title {
    font-size: 18px;
  }
  main.main.education-page .education .course .course-list {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  main.main.education-page .education .course .course-list li {
    min-height: 120px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
  }
  main.main.education-page .education .course .course-list li .title {
    font-size: 15px;
  }
  main.main.education-page .education .course .course-list li .info .date {
    gap: 3px;
  }
  main.main.education-page .education .course .course-list li .info .date span {
    font-size: 10px;
  }
  main.main.education-page .education .course .course-list li .info .link {
    gap: 2px;
    font-size: 10px;
  }
  main.main.register-page .contact {
    margin-top: 30px;
  }
  main.main.register-page .contact .right {
    width: 100%;
    min-width: 100%;
    padding: 32px 30px;
    border-radius: 10px;
  }
  main.main.register-page .contact .right .title {
    max-width: 170px;
    font-size: 16px;
  }
  main.main.register-page .contact .right form {
    margin-top: 25px;
  }
  main.main.register-page .contact .right form .group {
    margin-bottom: 20px;
  }
  main.main.register-page .contact .right form .group label {
    font-size: 12px;
  }
  main.main.register-page .contact .right form .group input {
    padding: 13px;
    font-size: 13px;
  }
  main.main.register-page .contact .right form button {
    width: 100%;
    margin-top: 25px;
    padding: 13px;
    border-radius: 10px;
    font-size: 14px;
  }
  footer.footer {
    margin-top: 60px;
    padding: 67px 50px;
  }
  footer.footer .container {
    gap: 40px;
  }
  footer.footer .container .social-list {
    gap: 30px;
    margin-top: 40px;
  }
  footer.footer .container .links {
    gap: 86px;
    column-gap: 88px;
    row-gap: 33px;
  }
  footer.footer .container .links a {
    font-size: 16px;
  }
  footer.footer .container .description {
    margin-top: 40px;
    font-size: 12px;
  }
  .modal.mobile-menu .modal-dialog {
    position: absolute;
    width: calc(100% - 16px);
    bottom: 0;
    left: 0;
    transform: translate(0, calc(100% + 16px));
    transition: transform 0.3s !important;
  }
  .modal.mobile-menu .modal-dialog .modal-content {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
  }
  .modal.mobile-menu .modal-dialog .modal-content .modal-body {
    position: relative;
  }
  .modal.mobile-menu .modal-dialog .modal-content .modal-body:after {
    content: '';
    position: absolute;
    width: 88px;
    height: 4px;
    border-radius: 3.5px;
    background: #D9D9D9;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal.mobile-menu .modal-dialog .modal-content .modal-body .nav-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    border-bottom: 1px solid #EBEBEB;
    padding: 14px 0;
  }
  .modal.mobile-menu .modal-dialog .modal-content .modal-body .nav-list li a.active {
    color: #C79D5B;
  }
  .modal.mobile-menu .modal-dialog .modal-content .modal-body .nav-list li:last-child a {
    border-bottom: none;
  }
  .modal.mobile-menu .modal-dialog .modal-content .modal-body .social {
    margin-top: 34px;
    gap: 30px;
  }
  .modal.mobile-menu.show .modal-dialog {
    transform: translate(0, 0);
  }
  .modal.mobile-menu .modal-dialog {
    padding-top: 30px;
    padding-bottom: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0;
    width: 100%;
    background-color: #fff;
  }
}
/*# sourceMappingURL=main.css.map */