body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 0.02rem;
  font-weight: 400;
}
a {
  color: #3589b3;
  text-decoration: none;
}

.mb100 {
  margin-bottom: 70px;
}

.mb101 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
.st1 {
  padding: 0 0 55px 0;
  width: 33.33%;
}

.st1text {
  font-weight: bold;
  color: #3589b3;
  padding: 0 0;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}

.st1text:hover {
  color: #3589b3;
}

.st1textb {
  font-weight: bold;
  color: #3589b3;
  padding: 0 0;
  font-size: 24px;
  line-height: 26px;
  text-align: left;   
}

.st1textb:hover {
  color: #3589b3;
}

:root {
  --bs-gutter-x: 1.5rem;
}

.navbar-collapse {
  flex-grow: initial;
}

.navbar-light .navbar-toggler {
  border: none;
  font-size: 1.15rem;
  color: #242424;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-link {
  color: #3589b3;
  padding: 1rem 1.4rem;
  font-size: 14px;
}
.nav-tabs .nav-link.active {
  background: none;
  font-weight: 700;
  padding: 0rem 1.4rem;
}

.wrapper {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

header {
  /*height: 140px;*/
}

.topmenu {
  height: 45px;
  border-bottom: 1px solid #cbb677;
}

.topmenu .nav > .nav-item {
  border-left: 1px solid #efe9d6;
}

.topmenu .nav > .nav-item:first-child {
  border: none;
}

.topmenu li a {
  font-size: 11px;
  color: #242424;
  line-height: 24px;
  padding: 11px 20px;
  font-weight: 500;
}
.topmenu li a:hover {
  color: #3589b3;
}

.mainmenu {
  height: 95px;
}

.mainmenu li a {
  font-size: 13px;
  color: #242424 !important;
  font-weight: 600;
  padding-left: 1.3rem !important;
}

.mainmenu li a:hover,
.mainmenu li.active a {
  color: #3589b3 !important;
}

.banner {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.bannercontent {
  position: absolute;
  bottom: 195px;
  left: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
}
.bannercontent h3 {
  font-size: 46px;
  line-height: 50px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
}
.bannercontent span {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
.bannercontent a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  padding: 12px 42px;
  background-color: #3589b3;
  border-radius: 25px;
}
.bannercontent a:hover {
  opacity: 0.9;
}

.intro {
  position: relative;
  background-color: #6cc3d7;
  box-sizing: border-box;
  padding-top: 80px;
}

.intro .btn_video {
  display: inline-flex;
  margin-top: 10px;
}
.intro .btn_video:hover {
  opacity: 0.9;
}

.intro h5 {
  font-weight: 600;
  line-height: 34px;
  font-size: 18px;
}

.bottompanel {
  padding-top: 60px;
}
.bottom {
  position: relative;
  background-color: #cbb677;
  box-sizing: border-box;
  padding-top: 50px;
}

.bottom .intromenu {
  position: absolute;
  bottom: -20px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.intro .intromenu {
  position: absolute;
  bottom: 111px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.intromenu .row {
  padding: 16px 0px;
  border-radius: 18px;
}
.intromenu a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 270px;
  height: 90px;
  background: linear-gradient(110.64deg, #9dc9dd 3.81%, #699aba 108.87%);
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: left;
}
.intromenu a:hover {
  opacity: 0.97;
}

.intromenu a img {
  margin-right: 20px;
}

.intromenu .row > div:nth-child(2) a {
  background: linear-gradient(118.15deg, #bdcccb 11.44%, #8ba09d 99.67%);
}

.intromenu .row > div:nth-child(3) a {
  background: linear-gradient(117.06deg, #c9cbb8 12.97%, #9ea086 93.35%);
}

.intromenu .row > div:nth-child(4) a {
  background: linear-gradient(108.87deg, #e5dbb3 17.05%, #c7b57e 101.67%);
}

.newspanel {
  background-color: #faf9f2;
  color: #242424;
  padding: 70px 0 70px;
}

.newsheader {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.btn_allnews {
  white-space: nowrap;
}

.newsheader ul {
  width: 100%;
  border: none;
}

.newsheader ul li a {
  font-weight: 600;
  font-size: 16pz;
  line-height: 22;
}

#newsSlider,
#pressSlider {
  padding-bottom: 0px;
  height: 75px;
}

.newscontent img {
  border-radius: 12px;
}

.newscontent i {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  opacity: 0.8;
  font-style: normal;
  color: #242424;
}

.newscontent h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 16px 0;
}

.newscontent span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #242424;
  opacity: 0.8;
}

.newscontent a {
  font-size: 14px;
  line-height: 22px;
  color: #242424;
  margin-top: 5px;
}

.newscontent a:hover {
  color: #3589b3;
}

.carousel-indicators [data-bs-target] {
  width: 6px;
  height: 6px;
  border: 1px solid #d1c8a4;
  border-radius: 10px;
  background: #d1c8a4;
  opacity: 1;
}

.carousel-indicators .active {
  border: 1px solid #3589b3;
  background: #3589b3;
}

.section {
  /*background-color: #faf9f2;*/
  background-color: #f8f6ec;
}

footer {
  background-color: #cbb677;
  padding: 55px 0 0 0;
}

.gridpanel {
  background-color: #3589b3;
  padding: 90px 0 70px 0;
  color: #fff;
}

.gridheader {
  color: #fff;
  padding-bottom: 50px;
}
.gridheader h5 {
  font-size: 28px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 10px;
}

.gridpanel img {
  border-radius: 12px;
}

.gridimg {
  position: relative;
  margin-bottom: 12px;
}

.gridimg .sha {
  width: 251px;
  height: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 0 12px;
  background: linear-gradient(
    228.93deg,
    rgba(0, 0, 0, 0) 61.09%,
    #000000 108.91%
  );
}

.gridimg h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #ffffff;
  position: absolute;
  left: 22px;
  bottom: 20px;
}

.gridimg h5:hover {
  color: #ffffff;
}

.gridpanel span {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.7;
}

.footermenu {
  color: #242424;
  padding-bottom: 40px;
}

.footermenu h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 12px;
}

.footermenu a {
  color: #242424;
  font-size: 13px;
  font-weight: 400;
}
.footermenu a:hover {
  opacity: 1;
}

.footermenu ul.half li {
  width: 50%;
  float: left;
}

.footermenu li {
  line-height: 20px;
  padding-bottom: 12px;
}

.copyright {
  border-top: 1px solid #aa9454;
  padding: 10px 0;
  font-size: 13px;
  line-height: 20px;
}
.copyright h6 {
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
}
.copyright a {
  color: #242424;
}

.blogcontent {
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
}
.blogcontent p {
  padding: 5px 0;
  color: #000000;
}

.blogcontent li {
  padding-bottom: 8px;
}

.blogimg {
  padding: 0 0 20px 20px;
  position: relative;
}

.blogimg::before {
  content: "";
  position: absolute;
  background-color: #3589b3;
  opacity: 0.5;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 60%;
  border-radius: 18px;
}

.blogimg.light::before {
  background-color: #e0d8b5;
}

.blogimg img {
  border-radius: 18px;
  display: block;
  position: relative;
}

.blogcontent .blogimg iframe {
  border-radius: 18px;
  display: block;
  position: relative;
}

.blogcontent span {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.blogcontent h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

.headpanel {
  background-color: #3589b3;
  color: #fff;
  background-image: url(../img/head_bg.png);
  background-position: center 12px;
  background-repeat: no-repeat;
}

.headcontent {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  min-height: 320px;
}

.headcontent h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  margin-top: 70px;
  text-align: center;
}

.headcontent h2 {
  font-size: 28px;
  font-weight: 600;
}

.breadcrumb li {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  opacity: 0.7;
}
.breadcrumb li:before {
  content: "-";
  padding: 0 5px;
}
.breadcrumb li:first-child::before {
  content: none;
}

.breadcrumb li a {
  font-weight: 400;
  color: #fff;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.blogmenu {
  padding: 3px 0;
  background: #ffffff;
  border: 1px solid #ecdac3;
  box-sizing: border-box;
  box-shadow: 0px 10px 40px rgba(229, 219, 179, 0.2);
  border-radius: 15px;
}

.blogmenu li {
  padding: 18px 10px 17px 24px;
  border-top: 1px solid #e6dfd7;
}

.blogmenu li.active {
  font-weight: 600;
}

.blogmenu li:first-child {
  border: none;
}

.blogmenu li a {
  color: #242424;
  line-height: 20px;
}

.blogbox {
  padding: 24px;
  background-color: #e2d9bd;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
}

.blogbox img {
  margin-right: 10px;
}

.blogbox h5 {
  font-weight: 600;
  margin-bottom: 4px;
  color: #242424;
}

.blogbox span {
  font-size: 12px;
  line-height: 18px;
}

.odulbox {
  height: 103px;
  padding: 18px 0 0 12px;
  background-color: #cbb677;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
}

.odulbox h5 {
  font-weight: 600;
  margin-bottom: 4px;
}

.odulbox span {
  font-size: 12px;
  line-height: 18px;
}

.news_card {
  border-radius: 15px;
  overflow: hidden;
}

.news_img {
  max-height: 300px;
  overflow: hidden;
}

.news_content {
  padding: 35px 40px;
  font-size: 14px;
  line-height: 27px;
  background-color: #cbb677;
}

.news_content h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}

.news_content span {
  font-size: 15px;
  line-height: 22px;
  color: #242424;
}

.news_content i {
  color: #242424;
  font-weight: 500;
  font-style: normal;
}

.news_content a {
  font-size: 14px;
  line-height: 28px;
  color: #242424;
  font-weight: 500;
}

.news_content a:hover {
  color: #000000;
}

.news_footer {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.news_pager {
  border-top: 1px solid #e0d3ad;
  margin: 30px 0 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

.news_pager a {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  padding: 12px 26px;
  background-color: #3589b3;
  border-radius: 25px;
}
.news_pager a:hover {
  opacity: 0.9;
}

.pgecmis_content {
  padding: 25px 0px;
  font-size: 14px;
  line-height: 26px;
}

.pgecmis_content a {
  font-size: 14px;
  line-height: 28px;
  color: #242424;
  font-weight: 500;
}

.pgecmis_content span {
  font-size: 14px;
  line-height: 26px;
  color: #242424;
}

.addresscontent {
  padding: 0px 0px 30px 0px;
}
.addresscontent h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #3589b3;
  margin-bottom: 10px;
}
.addresscontent p {
  display: flex;
  justify-content: start;
  margin-bottom: 14px;
}
.addresscontent p span {
  width: 120px;
  font-weight: 600;
}
.addresscontent p i {
  font-weight: 600;
  width: 10px;
  font-style: normal;
}

.knowcontent {
  position: relative;
  padding-left: 110px;
  margin: 30px 0 80px 0;
}
.knowcontent h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.knowcontent p {
  opacity: 0.7;
  line-height: 21px;
}
.knowimg {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
}
.knowgal a {
  display: inline-block;
  width: 125px;
  height: 125px;
  margin: 20px 0 0 20px;
}
.knowgal a:first-child {
  margin: 0;
}

.videocontent {
  border-radius: 12px;
  overflow: hidden;
}

.logotitle h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
}

.logocontent {
}

.logocontent h5 {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  padding-left: 34px;
  padding-top: 3px;
  background: url(../img/logoico.png) left center no-repeat;
  background-size: contain;
}

.logoimg img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.logoimg a:hover {
  opacity: 0.7;
}

.numberimg img {
    border-radius: 5px;
    overflow: hidden;
}

.odulcontent h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding-left: 0px;
  padding-right: 5px;
  padding-top: 0px;
  background-size: contain;
}

.odulcontent span {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  padding-left: 0px;
  padding-top: 5px;
  background-size: contain;
}

.bloglist {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}
.bloglist li {
  border-top: 1px solid #e0d3ad;
  display: flex;
  justify-content: flex-start;
  padding: 26px 0;
  line-height: 24px;
}
.bloglist li:first-child {
  border: none;
}
.bloglist li img {
  width: 100px;
  margin-right: 30px;
  border-radius: 6px;
}
.bloglist li p {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.bloglist li span {
  font-size: 18ox;
  line-height: 26px;
  font-weight: 600;
  color: #3589b3;
}

.bloglist li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #242424;
}

.docscontent {
  min-height: 48px;
  width: 100%;
}

.docscontent a {
  font-size: 14px;
  line-height: 32px;
  padding-bottom: 16px;
  color: #242424;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.docscontent a:hover {
  color: #3589b3;
}

.docscontent a img {
  width: 32px;
  margin-right: 10px;
}

.docscontent a i.pdf {
}

.dropdown-item {
  padding: 1rem 2rem;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu[data-bs-popper] {
  left: auto;
}

.dropdown-menu.show {
  display: none;
  inset: auto !important;
  transform: none !important;
}

.dropend .submenu.dropdown-menu[data-bs-popper] {
  margin-left: 0;
  left: 100% !important;
  top: 0 !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent !important;
}
.navbar-nav li:last-child > ul {
  right: 0 !important;
}

@media all and (min-width: 992px) {
  .dropdown-menu {
    padding: 0 0;
    border: 0;
    border-radius: 0;
  }
  .dropdown-menu li {
    position: relative;
    height: 45px;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}

@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}

.dropend .dropdown-toggle::after {
  display: none;
}

.dropdown-toggle::after {
  display: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #dee2e6 #dee2e6 #dee2e6;
  color: #3589b3;
}

.py-5 {
  padding-bottom: 7rem !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: none;
}

@media (min-width: 768px) {
  .intromenu {
    zoom: 0.7 !important;
  }
  .mainmenu {
    height: 136px;
  }
  .mainmenu > .container {
    justify-content: center !important;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-4 {
  flex: 0 0 auto;
  width: 20%;
}

.col-md-6b {
  flex: 0 0 auto;
  width: 100%;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: -1rem;
  margin-left: 15%;
  list-style: none;
}

@media (min-width: 992px) {
  .intromenu {
    zoom: 1 !important;
  }
  .mainmenu {
    height: 95px;
  }
  .mainmenu > .container {
    justify-content: space-between !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.25rem;
  }
}

.mb-3 {
  margin-bottom: 0.6rem !important;
}

.h6,
h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

button,
select {
  text-transform: none;
  background-color: #3589b3;
  border: none;
  color: white;
}

button,
submit {
  text-transform: none;
  background-color: #3589b3;
  border: none;
  color: white;
  height: 40px;
  padding-left: 18px;
  padding-right: 18px;
}

.alert {
  padding: 2rem 1rem;
}

.alert-success {
  color: #ffffff;
  background-color: #4CAF50;
  height: 96px;
}

.btn-close {
  width: 2em;
  height: 3.8em;
  opacity: 1;
}

.col-md-3x {
  flex: 0 0 auto;
  width: 25%;
}

.px-3x {
    padding-right: 1rem!important;
    padding-left: 0rem!important;
}

.dropdown-menu {
    border: 0;
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem;
}