:root {
  --main-color: #33a3dc;
}

body {
  font-family: "Nunito", sans-serif !important;
  background-color: #fafafa;
  color: #4a4a4c;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

ul {
  list-style: none;
}

.m-text__main {
  color: var(--main-color);
}
.m-text__error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.m-border__error {
  border: 1px solid #dc3545 !important;
}

.main-bg-color {
  background-color: var(--main-color);
}

.m-btn {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 5px 15px;
  border-radius: 4px;
}

.m-btn-click-more {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 10px 25px;
  border-radius: 99px;
}
.m-btn-click-more__main {
  background-color: var(--main-color);
  color: #ffffff;
  border: var(--main-color);
}
.m-btn-click-more__main:hover {
  opacity: 0.7;
  color: #ffffff;
}

input.error {
  border: 1px solid #dc3545 !important;
}
input.error:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 1, 1, 0.25) !important;
}

label.error {
  color: #dc3545;
  font-size: 0.875em;
}

#loadingPage {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.945);
  z-index: 9999;
}
#loadingPage .spinner-border {
  z-index: 100;
}

.zoom-outer {
  overflow: hidden;
}
.zoom-outer:hover .zoom-inner {
  transform: scale(1.06);
}

.zoom-inner {
  transition: 0.3s;
}

.multiple-image-gallery input {
  margin-bottom: 10px;
}
.multiple-image-gallery div img {
  height: 200px;
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.rating-star {
  color: #d26e4b;
}

.ratings {
  margin-right: 10px;
}
.ratings i {
  color: #cecece;
  font-size: 20px;
}
.ratings .rating-color {
  color: #fbc634 !important;
}

#loadingImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: var(--main-color);
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px var(--main-color);
}

.labelStyle {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
}

.mainBox__news {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
}
.mainBox__news .zoom-outer {
  height: 68%;
  display: flex;
  justify-content: center;
  width: 100%;
}
.mainBox__news .zoom-outer .zoom-inner {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainBox__news .mainBox-content a {
  font-weight: bold;
  text-transform: uppercase;
  color: #212529;
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.mainBox__news .mainBox-content p {
  color: #5e5f5f;
  margin: 0;
}
.mainBox__news .mainBox-content .feature_content {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Mobile */
@media all and (min-width: 320px) {
  .mainContent {
    padding-top: 0;
  }
  .mainBox__news .zoom-outer {
    height: 34vw;
  }
  .mainBox__news .mainBox-content {
    padding: 0 10px 10px 10px;
  }
  .mainBox__news .mainBox-content a {
    height: 70px;
    font-size: 15px;
  }
  .mainBox__news .mainBox-content p {
    font-size: 13px;
  }
  .mainBox__news .mainBox-content .feature_content {
    height: 40px;
  }
}
/* Tablet Medium */
@media all and (min-width: 768px) {
  .mainContent {
    padding-top: 122px;
  }
  .mainBox__news {
    height: 465px;
  }
  .mainBox__news .zoom-outer {
    height: 67.5%;
  }
  .mainBox__news .mainBox-content {
    padding: 0 20px 0 20px;
  }
}
/* Tablet Large */
/* Desktop Extra large */
.contentTextarea figure.image {
  clear: both;
  margin: 0.9em auto;
  min-width: 50px;
  text-align: center;
}
.contentTextarea figure.image img {
  width: 100%;
  height: auto;
}

.fe__header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0 0 0;
  background-color: #ffffff;
  transition: top 0.3s;
}
.fe__header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.fe__header .logo img {
  height: 50px;
}
.fe__header .navbar {
  padding: 5px 0;
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  background-color: #9CECFB;
}
.fe__header .navbar .navbar-collapse {
  width: 100%;
}
.fe__header .navbar .navbar-collapse .navbar-nav {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.fe__header .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
}
.fe__header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}
.fe__header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  font-weight: bold;
  position: relative;
}
.fe__header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 70%;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--main-color);
}
.fe__header .navbar .dropdown:hover > .dropdown-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.fe__header .navbar .dropdown .dropdown-menu {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.fe__header .navbar-toggler:focus {
  box-shadow: 0px 0px 10px #ffffff;
}
.fe__header .contact {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.fe__header .contact__icon {
  margin-right: 5px;
}
.fe__header .search-form {
  width: 30%;
}
.fe__header .search-form .input-group {
  min-width: 150px;
  width: 100%;
}
.fe__header .search-form .input-group input {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.fe__header .search-form .input-group button {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.header-scrolled {
  background: #ffffff;
}

.fe__header-mobile {
  background-color: var(--main-color);
  display: none;
}
.fe__header-mobile .navbar {
  padding: 5px 0;
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  background-color: var(--main-color);
}
.fe__header-mobile .navbar .navbar-collapse {
  width: 100%;
}
.fe__header-mobile .navbar .navbar-collapse .navbar-nav {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.fe__header-mobile .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
}
.fe__header-mobile .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}
.fe__header-mobile .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  font-weight: bold;
  position: relative;
}
.fe__header-mobile .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 70%;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--main-color);
}
.fe__header-mobile .navbar .btn-search img {
  width: 35px;
}
.fe__header-mobile .navbar .dropdown:hover > .dropdown-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.fe__header-mobile .navbar .dropdown .dropdown-menu {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.fe__header-mobile .navbar-toggler {
  border: 0;
}
.fe__header-mobile .navbar-toggler img {
  width: 40px;
}
.fe__header-mobile .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.fe__header-mobile .logo img {
  height: 50px;
}
.fe__header-mobile--contact .contact {
  color: #ffffff;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fe__header-mobile--contact .contact__icon {
  margin-right: 5px;
}

#searchModal .search-form {
  width: 100%;
}

/* Mobile */
@media all and (min-width: 320px) {
  .fe__header {
    display: none;
  }
  .fe__header-mobile {
    display: block;
  }
}
/* Tablet Medium */
@media all and (min-width: 768px) {
  .fe__header {
    display: block;
  }
  .fe__header-mobile {
    display: none;
  }
}
/* Tablet Large */
/* Desktop Extra large */
.fe__footer {
  font-size: 14px;
  background: rgb(43, 43, 43);
}
.fe__footer .footer__top {
  padding: 60px 20px 30px 20px;
  background: rgb(43, 43, 43);
}
.fe__footer .footer__top--contact {
  margin-bottom: 30px;
}
.fe__footer .footer__top--contact .title {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(207, 186, 141);
}
.fe__footer .footer__top--contact .content {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff;
}
.fe__footer .footer__top--links {
  margin-bottom: 30px;
}
.fe__footer .footer__top--links .title {
  font-size: 16px;
  font-weight: bold;
  color: rgb(207, 186, 141);
  position: relative;
  padding-bottom: 12px;
}
.fe__footer .footer__top--links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fe__footer .footer__top--links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.fe__footer .footer__top--links ul li:first-child {
  padding-top: 0;
}
.fe__footer .footer__top--links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.fe__footer .footer__top--links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 12px;
  line-height: 1;
}
.fe__footer .footer__top--links p {
  color: #ffffff;
}
.fe__footer .footer__top--links .social-links {
  display: flex;
  align-items: center;
  justify-content: start;
}
.fe__footer .footer__top--links .social-links a {
  font-size: 17px;
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 15px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.fe__footer .footer__top--links .social-links a:last-child {
  margin: 0;
}
.fe__footer .footer__bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background-color: #111111;
}
.fe__footer .footer__bottom .copyright {
  text-align: center;
}
.fe__footer .footer__bottom .credits {
  float: right;
  font-size: 13px;
}

.banner-detail {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-detail .breadcrumb .breadcrumb-item a {
  color: #4a4a4c;
  font-weight: bold;
}
