body#web {
  font-size: 13px;
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

body#web .top-header .nav-link.active {
  font-weight: 900;
  color: #2b569e;
}

body#web .top-header .nav-link.active::after {
  color: #2b569e;
}

body#web header {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

body#web header .navbar-text a {
  text-decoration: none;
}

body#web .divider-wrapper {
  position: relative;
  margin-top: 10px;
  margin-bottom: 60px;
}

body#web .divider-1-wrapper {
  position: relative;
  margin-top: 10px;
  margin-bottom: 60px;
}

body#web .divider-wrapper::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #fc4b4b;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}

body#web .divider-1-wrapper::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #fc4b4b;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}

@media screen and (max-width: 425px) {
  body#web .divider-1-wrapper::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

body#web .divider-wrapper.center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body#web .slick-dots {
  bottom: -50px !important;
}

body#web .loader {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body#web .loader .loader-img {
  width: 200px;
}

body#web .archive-list {
  text-align: center;
}

body#web .archive-list a {
  color: #2b569e;
  font-weight: bold;
  text-decoration: none;
}

body#web .content-small .date,
body#web .item-mobile-wrapper .date {
  color: #fb3d3e;
  margin-bottom: 10px;
}

body#web .content-small h5,
body#web .item-mobile-wrapper h5 {
  color: #2b569e;
  margin-bottom: 5px;
  display: block;
}

body#web .content-small .content,
body#web .item-mobile-wrapper .content {
  color: #9e9e9e;
}

body#web .content-small a,
body#web .item-mobile-wrapper a {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  body#web .latest-news h4 {
    text-align: center;
  }
  body#web .latest-news .item-mobile-wrapper {
    padding: 50px;
    margin-bottom: 20px;
  }
  body#web .latest-news .divider-wrapper {
    text-align: center;
  }
  body#web .vission-mission-wrapper h5 {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
  }
  body#web .vission-mission-wrapper .icons-wrapper {
    text-align: center;
  }
  body#web .vission-mission-wrapper .icons-wrapper img.icons {
    width: 30%;
    margin: 0px;
  }
  body#web .m-center {
    text-align: center;
  }
}

body#web .dropdown-item {
  font-size: 13px;
}

@media screen and (max-width: 425px) {
  body#web .dropdown-item {
    white-space: unset;
  }
}

body#web .dropdown-item:active {
  background-color: #ddd;
}

body#web .nav-item {
  letter-spacing: 2px;
  font-size: 12px;
}

body#web #desktopview.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 70px;
  width: 100%;
}

body#web #desktopview.navbar .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web #desktopview #logo-background {
  background-repeat: no-repeat;
  background-position: top center;
}

body#web #desktopview .navbar-toggler {
  margin-left: 10px;
}

body#web #desktopview .navbar-nav {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body#web #desktopview .navbar-nav,
body#web #desktopview #collapsingNavbar {
  height: 100%;
}

body#web .lang {
  width: 20px;
}

body#web .logo {
  width: 150px;
}

@media screen and (max-width: 425px) {
  body#web .logo {
    width: 130px;
  }
}

body#web .banner {
  width: 1500px;
}

body#web .asia-excellence {
  background-color: #fee54a;
  border-radius: 65px;
  width: 65%;
  text-align: center;
  font-size: 11px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
  z-index: 100;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
}

@media screen and (max-width: 425px) {
  body#web .asia-excellence {
    border-radius: 11px;
  }
}

body#web .asia-excellence p {
  max-width: 1001px;
  margin: 0 auto;
  width: 90%;
}

body#web h4 {
  color: #0f3d90;
}

body#web .home-intro {
  color: #212529;
  font-size: 15px;
}

body#web .bg1 {
  position: relative;
  background-image: url("../web/home/background.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 425px) {
  body#web .bg1 {
    background-size: auto 100%;
  }
}

body#web .who-we-are {
  padding-bottom: 20px;
  padding-top: 250px;
}

body#web .who-we-are h2 {
  color: #0f3d90;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0px;
}

body#web .who-we-are p {
  width: 60%;
  margin: auto;
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  body#web .who-we-are p {
    width: 100% !important;
  }
}

body#web #intro-pic {
  width: 300px;
}

body#web #intro-pic2 {
  width: 100px;
}

body#web .btn-gold-aeef {
  color: #ffffff;
  background-color: #0f3d90;
  text-align: center;
  padding: 8px 20px;
  font-size: 17px;
  border-radius: 20px;
}

body#web .event-gallery {
  text-align: center;
  color: #ffffff;
  background-color: #0f3d90;
  margin-top: -10px;
}

body#web .event-gallery a {
  text-decoration: none;
}

body#web .event-gallery p {
  margin-top: 30px;
  color: #ffffff;
  padding-bottom: 20px;
}

body#web .event-gallery .event-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 340px;
}

body#web #img-spacing {
  padding-bottom: 10px;
}

body#web #person_lottie {
  width: 200px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 425px) {
  body#web #person_lottie {
    margin-top: 100px;
  }
}

body#web #person_lottie img {
  position: relative;
  z-index: 1;
  top: -4px;
}

body#web #person_lottie::after {
  content: "";
  background-image: url("../web/home/characterline.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 190px;
  height: 190px;
  position: absolute;
  top: 52%;
  left: 50%;
  z-index: 0;
  display: block;
  -webkit-animation: rotate-line 5s linear infinite;
          animation: rotate-line 5s linear infinite;
}

@-webkit-keyframes rotate-line {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
            transform: rotate(0deg) translate(-50%, -50%);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
            transform: rotate(360deg) translate(-50%, -50%);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
}

@keyframes rotate-line {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
            transform: rotate(0deg) translate(-50%, -50%);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
            transform: rotate(360deg) translate(-50%, -50%);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
}

body#web .awards {
  background-color: #ffffff;
  background-size: 100%;
  border-radius: 25px;
  margin-top: 10px;
  text-align: center;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

body#web .awards h5 {
  font-size: 15px;
}

body#web .awards img {
  margin: auto;
}

body#web .btn-gold-aeef2 {
  color: #ffffff;
  background-color: #0f3d90;
  text-align: center;
  background-size: cover;
  border-radius: 13px;
  background-repeat: no-repeat;
  padding: 8px 30px;
  outline: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  font-size: 12px;
}

body#web .page-btm {
  background-color: #e0e0e0;
  color: #ffffff;
}

body#web .latest-news {
  padding: 100px 0px 100px 0px;
}

body#web .latest-news .item-wrapper {
  padding: 10px;
}

body#web .latest-news .item-wrapper .date {
  color: #fb3d3e;
  margin-bottom: 10px;
}

body#web .latest-news .item-wrapper b {
  color: #2b569e;
  margin-bottom: 5px;
  display: block;
}

body#web .latest-news .item-wrapper .content {
  color: #9e9e9e;
  font-size: 13px !important;
}

body#web .latest-news .item-wrapper .small-desc {
  font-size: 12px;
  color: #868686;
}

body#web .latest-news .left a,
body#web .latest-news .left a:hover,
body#web .latest-news .left a:active {
  color: #000;
}

body#web .slider {
  width: 70%;
  margin: auto;
}

body#web .partnership {
  padding: 50px 0px;
}

body#web .partnership .partnership-slider div {
  text-align: center;
}

body#web .partnership .partnership-slider div img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  margin: auto;
}

body#web footer {
  background-color: #0f3d90;
  padding: 50px 0px;
  color: #ffffff;
}

body#web footer .footer-logo {
  width: 260px;
}

@media screen and (max-width: 425px) {
  body#web footer .footer-logo {
    width: 200px;
  }
}

body#web .custom-checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body#web .custom-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

body#web .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

body#web .custom-checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

body#web .custom-checkbox-container input:checked ~ .checkmark {
  background-color: #2196f3;
}

body#web .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

body#web .custom-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

body#web .custom-checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body#web .navbar-collapse .nav-item {
  text-align: center;
  padding: 10px;
}

#agent #product-listing .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: -1px -2px 31px -10px rgba(0, 0, 0, 0.56);
  box-shadow: -1px -2px 31px -10px rgba(0, 0, 0, 0.56);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

body#backend .big-title {
  font-size: 20px !important;
  font-weight: bold;
  margin-bottom: 10px;
}

div#about .small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

div#about .small-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

div#about h4 {
  color: #0f3d90;
}

div#about .about-item {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 40px;
}

div#about .about-wrapper {
  background-image: url("../web/about/bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

div#about .about-head {
  text-align: center;
  background-image: url("../web/about-head.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div#about .about-head h3 {
  color: #ffffff;
}

div#about .about-head p {
  font-size: 14px;
  color: #b7b7b7;
}

div#about .stick-right {
  background-color: #ffffff;
  width: 100%;
  border-radius: 25px;
  margin-top: 10px;
  text-align: center;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

div#about .stick-right h4 {
  font-weight: bold;
  font-size: 20px;
}

div#about .stick-right hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 50%;
}

div#about .stick-right p {
  font-size: 24px;
  color: grey;
}

div#about .slider {
  width: 70%;
  margin: auto;
}

div#about #line {
  width: 80px;
  margin-bottom: 10px;
}

div#about #award {
  width: 100px;
  margin-bottom: 10px;
}

div#about .intro {
  font-size: 13px;
  color: grey;
  text-align: justify;
}

div#about .btn-about-gold {
  color: #ffffff;
  text-align: center;
  background: url("../web/home/learnmore.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 12px;
}

div#about .stick-right-btm {
  background-color: #ffffff;
  width: 100%;
  border-radius: 25px;
  margin-top: 40px;
  text-align: center;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

div#about .stick-right-btm h4 {
  font-weight: bold;
  font-size: 20px;
}

div#about .stick-right-btm .images {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 65px;
  min-width: 50px;
}

div#about .icons {
  width: 80%;
  margin-bottom: 60px;
}

div#about .vision {
  font-size: 15px;
  color: grey;
}

div#about .bullet ul {
  list-style-type: none;
  padding-left: 1px;
}

div#about .bullet ul li {
  background: url("../web/about/vm/vnm2.png") 0 50% no-repeat;
  background-size: 5%;
  padding-top: 27px;
  padding-left: 30px;
  line-height: 25px;
  font-size: 12px;
  color: grey;
}

div#about .list-group-item {
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  margin-bottom: 15px;
  font-size: 14px;
}

div#about .list-group-item .ring-wrapper {
  margin-right: 5px;
}

div#about .list-group-item .ring-wrapper .dot {
  width: 10px;
  visibility: hidden;
  position: relative;
  top: -2px;
}

div#about .list-group-item span {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  width: 100%;
}

div#about .list-group-item:last-child span {
  border: none;
}

div#about .list-group-item.active {
  background-color: transparent;
  color: #0f3d90;
  font-weight: bold;
}

div#about .list-group-item.active .dot {
  visibility: visible;
}

div#about .bog {
  color: grey;
  font-size: 15px;
}

div#about .ab {
  font-size: 14px;
  color: grey;
  text-align: center;
  margin-bottom: 20px;
}

div#about .ab hr {
  width: 100%;
}

div#about .ab-gold {
  color: #0f3d90;
}

div#about .ab-icons {
  margin-bottom: 40px;
  width: 80%;
}

div#about .res-line {
  width: 20%;
  margin-left: -10px;
}

div#about .bg-btm {
  width: 100%;
  position: relative;
}

div#contact .contact-head {
  text-align: center;
  background-image: url("../web/about-head.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div#contact .contact-head h3 {
  color: #ffffff;
}

div#contact .contact-head p {
  font-size: 14px;
  color: #b7b7b7;
}

div#contact .content-wrapper {
  margin-bottom: 100px;
}

div#contact .content-wrapper .form-wrapper {
  margin-top: -50px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

div#contact .content-wrapper .form-head {
  background-color: #1d1d1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #fff;
  height: 50px;
  padding: 0px 50px;
}

div#contact .content-wrapper .form-head .dot {
  margin-right: 10px;
  width: 10px;
}

div#contact .content-wrapper .form-body {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #fff;
  width: 90%;
  margin: auto;
}

div#contact .content-wrapper .form-footer {
  background-color: #1d1d1d;
  color: #fff;
  padding: 50px 0px;
}

div#contact .content-wrapper .form-footer .form-footer-wrapper {
  width: 90%;
  margin: auto;
}

div#contact .content-wrapper .form-footer .form-footer-wrapper .right-wrapper {
  text-align: right;
}

@media screen and (max-width: 425px) {
  div#contact .content-wrapper .form-footer .form-footer-wrapper .right-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

div#awards .awards-wrapper {
  background-image: url("../web/about/bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

div#awards .awards-head {
  text-align: center;
  background-image: url("../web/about-head.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div#awards .awards-head h3 {
  color: #ffffff;
}

div#awards .awards-head p {
  font-size: 14px;
  color: #b7b7b7;
}

div#awards .list-group-item {
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  margin-bottom: 15px;
  font-size: 14px;
}

div#awards .list-group-item .ring-wrapper {
  margin-right: 5px;
}

div#awards .list-group-item .ring-wrapper .dot {
  width: 10px;
  visibility: hidden;
}

div#awards .list-group-item span {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  width: 100%;
}

div#awards .list-group-item:last-child span {
  border: none;
}

div#awards .list-group-item.active {
  background-color: transparent;
  color: #000;
  font-weight: bold;
}

div#awards .list-group-item.active .dot {
  visibility: visible;
}

div#awards #line {
  width: 80px;
  margin-bottom: 10px;
}

div#awards .res-line {
  width: 20%;
  margin-left: -10px;
}

div#awards .stick-right {
  background-color: #ffffff;
  width: 100%;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

div#awards .stick-right h4 {
  font-weight: bold;
  font-size: 20px;
}

div#awards .stick-right hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 50%;
}

div#awards .stick-right p {
  font-size: 20px;
  color: grey;
}

div#awards .stick-right .description-right {
  font-size: 12px;
  color: grey;
  text-align: center;
}

div#awards .slider {
  width: 70%;
  margin: 0 auto;
}

div#awards .intro-logo {
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

div#awards .logo-right {
  width: 60%;
}

div#awards .intro {
  font-size: 13px;
  color: grey;
  text-align: justify;
}

div#awards .cat b {
  font-size: 13px;
  color: grey;
  text-align: justify;
}

div#awards .cat p {
  font-size: 13px;
  color: grey;
  text-align: justify;
}

div#awards .cat .cat-awards {
  width: 150px;
  margin-left: auto;
  margin-bottom: 40px;
  margin-right: auto;
  display: block;
}

div#awards .cat .cat-awards-06 {
  width: 40%;
  margin-left: 47px;
}

div#awards .cat .mtea-crit {
  width: 70%;
  margin-left: 30px;
  margin-top: 20px;
}

div#awards .container {
  position: relative;
  width: 100%;
}

div#awards .text-box {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 10px;
  background-color: #212121;
  opacity: 0.5;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}

div#awards .text-box p {
  opacity: 1.5;
  color: #ffffff;
  font-size: 10px;
  text-align: justify;
}

div#awards .directory {
  padding-top: 100px;
  padding-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}

div#awards .directory .directory-line {
  width: 20%;
  margin-left: -10px;
}

div#awards .directory p {
  color: grey;
  font-size: 15px;
}

div#awards .directory .search-box {
  position: relative;
  width: 105%;
}

div#awards .directory .search-box input[type="text"] {
  padding: 20px;
  padding-right: 60px;
  border-radius: 8px;
}

div#awards .directory .fa-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  color: grey;
  font-size: 16px;
}

div#awards .directory .btn-search-gold {
  color: #ffffff;
  text-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 18px;
  padding: 8px 20px;
  font-size: 15px;
}

div#awards .directory .directory-result-text {
  padding-top: 19px;
  font-size: 17px;
  text-align: center;
}

div#awards .table-borderless {
  background: #eeeeee;
  font-size: 11px;
}

div#awards .table-year {
  width: 20%;
}

div#awards .sponsor-fee {
  text-align: center;
  font-weight: bold;
}

div#awards .sponsor-fee2 {
  text-align: center;
  font-weight: bold;
}

div#awards .directory-awards-img {
  width: 80%;
}

div#awards .directory-result-img {
  width: 20%;
  float: left;
}

div#awards .content-align {
  padding-top: 30px;
}

div#awards .topborder {
  background-color: #0f3d90;
  color: #ffffff;
}

div#awards .gpa_topborder {
  background-color: #e0e0e0;
  color: #212121;
}

div#awards .aha_topborder {
  background-color: #0f3d90;
  color: #fff;
}

div#awards .mtea_borderfix {
  width: 30%;
}

div#awards .mtea_topborder {
  background-color: #f5f5f5;
  color: #212121;
  font-weight: bold;
}

div#news .news-wrapper {
  background-image: url("../web/about/bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}

div#news .news-head {
  text-align: center;
  background-image: url("../web/about-head.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div#news .news-head h3 {
  color: #ffffff;
}

div#news .news-head p {
  font-size: 14px;
  color: #b7b7b7;
}

div#news .logo-right {
  width: 60%;
}

div#news #line {
  width: 80px;
  margin-bottom: 10px;
}

div#news .stick-right {
  background-color: #ffffff;
  width: 100%;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

div#news .stick-right h4 {
  font-weight: bold;
  font-size: 20px;
}

div#news .stick-right hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 50%;
}

div#news .stick-right p {
  font-size: 20px;
  color: grey;
}

div#news .stick-right .description-right {
  font-size: 12px;
  color: grey;
  text-align: center;
}

div#news .search-box {
  padding: 10px;
  width: 40%;
}

@media screen and (max-width: 425px) {
  div#news .search-box {
    width: 90%;
  }
}

div#news .img-icon {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

div#news .content-position {
  margin-bottom: 120px;
}

div#news .container-content {
  background-color: #eeeeee;
  position: absolute;
  margin-left: 220px;
  width: 65%;
}

div#news .news-font {
  color: grey;
  font-size: 18px;
  font-weight: 700;
}

div#news .fa-clock {
  color: grey;
  font-size: 15px;
}

div#news .youtube-icon {
  width: 4%;
}

div#news .fb-icon {
  width: 2%;
}

div#news .content {
  background-color: #eeeeee;
  margin: 10px;
  padding: 20px;
}

div#news .content-info {
  color: grey;
  width: 70%;
  margin-top: 20px;
  word-break: break-word;
}

div#news .content-info .button-position {
  margin-top: 30px;
}

div#news .content-info .button-position .button-link {
  color: grey;
  border: 1px solid grey;
  border-radius: 5px;
  padding: 7px 20px;
}

div#news .paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#news .paginate nav {
  margin: auto;
}

div#news .paginate .pagination .page-item .page-link {
  color: #0f3d90;
}

div#news .paginate .pagination .page-item.active .page-link {
  background-color: #0f3d90;
  border-color: #0f3d90;
  color: #ffffff;
}

div#news .jssocials-share {
  margin-right: 30px;
}

div#news .jssocials-share:last-child {
  margin-right: unset;
}

div#news .aha-top-banner {
  width: 100%;
}

div#news .container-content-wrapper {
  background: #eeeeee;
  background-size: 100%;
  padding: 0px;
}

@media only screen and (max-width: 768px) {
  div#news .date-wrapper {
    padding-left: 20px !important;
  }
}

div#news .date-wrapper {
  padding-left: 0px;
}

div#news .date-wrapper .content-date {
  border: 2px solid grey;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div#news .date-wrapper .content-date .content-date-wrapper .date {
  font-size: 20px;
  font-weight: 700;
  color: grey;
  text-align: center;
}

div#news .date-wrapper .content-date .content-date-wrapper .month-year {
  font-size: 12px;
  font-weight: 700;
  color: grey;
  text-align: justify;
}

div#news .gray-bg {
  background-color: #eeeeee;
  padding: 35px 25px;
}

div#news .news-title {
  color: grey;
  font-size: 16px;
  font-weight: 700;
}

div#news .content-wrapper {
  padding-left: 10px;
}

div#news .content-data {
  word-break: break-all;
}

div#news .share-links {
  width: 50%;
  background-color: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px;
  border-radius: 20px;
}

div#news .share-links .share-links-icon {
  width: 20px;
}

div#news .share-links .share-links-icon-fb {
  width: 10px;
}

div#gallery .gallery-wrapper {
  background-image: url("../web/about/bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

div#gallery .gallery-head {
  text-align: center;
  background-image: url("../web/about-head.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div#gallery .gallery-head h3 {
  color: #ffffff;
}

div#gallery .gallery-head p {
  font-size: 14px;
  color: #b7b7b7;
}

div#gallery .paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#gallery .paginate nav {
  margin: auto;
}

div#gallery .paginate .pagination .page-item .page-link {
  color: #0f3d90;
}

div#gallery .paginate .pagination .page-item.active .page-link {
  background-color: #0f3d90;
  border-color: #0f3d90;
  color: #ffffff;
}

div#gallery .container {
  width: 100%;
  margin: 10px auto;
}

div#gallery .gallery-menu {
  text-align: center;
}

div#gallery .gallery-menu ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  border: 1px solid black;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 5px;
}

div#gallery .gallery-menu ul li:hover {
  background: #dddddd;
  color: #000000;
}

div#gallery .gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div#gallery .gallery-item .item:hover .content-overlay {
  opacity: 1;
}

div#gallery .gallery-item .item:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

div#gallery .gallery-item .fadeIn-bottom {
  top: 20%;
}

div#gallery .gallery-item .fadeIn-bottom h3 {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

div#gallery .gallery-item .fadeIn-bottom p {
  color: #000;
  font-size: 0.8em;
}

div#gallery .gallery-item .item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 33%;
  position: relative;
  margin: auto;
  overflow: hidden;
}

div#gallery .gallery-item .item .gallery-img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

div#gallery .gallery-item .item .content-overlay {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

div#gallery .gallery-item .item .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 768px) {
  div#gallery .gallery-item .item {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  div#gallery .gallery-item .item {
    width: 100%;
  }
}

div#gallery #title-line {
  width: 100px;
  margin-bottom: 10px;
  margin-left: -8px;
}

div#gallery li .active {
  background: #dddddd;
  color: #000000;
}

div#gallery .carousel-indicators {
  position: relative;
}

div#gallery .gallery-display {
  width: 100%;
}

div#gallery #myCarousel .list-inline {
  white-space: nowrap;
  overflow-x: auto;
}

div#gallery #myCarousel .carousel-indicators {
  background-color: #f5f5f5;
  position: static;
  left: initial;
  width: initial;
  margin-left: initial;
}

div#gallery #myCarousel .carousel-indicators > li {
  width: initial;
  height: initial;
  text-indent: initial;
}

div#gallery #myCarousel .carousel-indicators > li.active img {
  opacity: 0.7;
}

div#gallery .slider-nav-img {
  width: 80px;
}

div#gallery .stick-right-btm {
  background-color: #ffffff;
  width: 100%;
  border-radius: 25px;
  margin-top: 40px;
  text-align: center;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

div#gallery .stick-right-btm h4 {
  font-weight: bold;
  font-size: 20px;
}

div#gallery .stick-right-btm .images {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 50px;
  min-width: 50px;
}

.js-cookie-consent {
  background-color: #42e45459;
  padding: 10px;
  text-align: center;
}

.js-cookie-consent button {
  background-color: aliceblue;
  border: none;
  border-radius: 5px;
  padding: 10px;
  margin-left: 20px;
}

.dataTable .selected {
  background-color: #b7f7e4 !important;
}

body#backend {
  position: relative;
}

.box-tools .breadcrumb {
  background-color: #fff;
  margin-bottom: 0px !important;
}

.box-tools .breadcrumb a {
  background-color: #3c8dbc;
  margin-left: 10px;
  color: #fff;
  padding: 10px;
}

.style-ul ul {
  list-style-type: circle;
}

.table-nominated th {
  width: 150px !important;
}

.background-color-col {
  background-color: #ecebeb;
}
