@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Marcellus+SC&family=Roboto+Slab:wght@100..900&family=Suez+One&display=swap');

:root {
  --font__manrope: "Manrope", sans-serif !important;
  --font__poppins: "Poppins", sans-serif !important;
}

.site-logo-wrap .site-logo {
  width: 80px;
}

.ltn__header-5 .ltn__header-middle-area {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.ltn__main-menu>ul {
  justify-content: start;
}

.width__94 {
  width: 94%;
}
.btn-outline-success {
    color: #fff !important;
    background:  #198754 !important;
}
.btn-outline-success:hover{
    color: #fff !important;
    background:  #e27a10 !important;
}

.ltn__main-menu li>ul {
  border-top: 5px solid #29c38f !important;
}

.carousel-caption h2 {
  color: #fff;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption p {
  color: #fff;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
  font-weight: bold;
}

.sticky-social-icons {
  position: fixed;
  right: 25px;
  top: 68%;
  transform: translate(0, 0%);
  width: 60px;
  z-index: 1000;
}

.sticky-social li {
  display: block;
}

#whatsapp {
  background: #52cd60;
}

.sticky-social li a i {
  font-size: 40px;
  line-height: 1.35;
}

.sticky-social li a {
  width: 55px;
  height: 55px;
  display: inline-block;
  margin: 8px 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  position: relative;
  left: 0;
  transition: all .2s ease;
  line-height: 75px;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .65s ease-out infinite;
  animation: shockwave 1s .65s ease-out infinite;
}

.btn--shockwave.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
  animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

.btn--jump.is-active {
  -webkit-animation: .4s jump ease infinite alternate;
  animation: .4s jump ease infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

.ltn__main-menu>ul>li>a {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px !important;
  padding: 1px 13px !important;
  color: #fff !important;
  letter-spacing: 0.04rem;
}

.ltn__main-menu>ul>li {
  margin-right: 5px !important;
}

.bg_blue {
  background: #176c55 !important;
}

.ltn__top-bar-menu>ul>li {
  font-family: 'Nunito Sans', sans-serif;
}

.gallery_wrap {
  background: #fff;
  border: 1px solid #dfe8f3;
  padding: 0 .5%;
  transition: all .5s;
  margin-bottom: 1rem;
}

.gallery_wrap h2 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  text-align: center;
}

.kcc__name {
  font-family: "Kanit", serif;
  font-size: 28px;
  position: absolute;
  left: 115px;
  top: 10px;
  font-weight: 500;
  color: #1d246f;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
}

.kcc__affiliate_name {
  font-family: var(--font__poppins) !important;
  font-size: 15px;
  position: absolute;
  left: 115px;
  top: 39px;
  font-weight: 500;
  color: #000;
}

.kcc__unit_name {
  font-family: var(--font__poppins) !important;
  font-size: 13px;
  position: absolute;
  left: 115px;
  top: 45px;
  font-weight: 500;
  color: #000;
}

ul.announcements li {
  display: inline-block;
  margin: 0 0.85rem;
  font-family: 'Nunito Sans', sans-serif;
}

.changing__dimension {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 30px;
}

.engagingarea {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.padding5pxarea {
  padding: 0px 10px;
}

.engagingbox {
  margin-bottom: 10px;
}

.engagingboxicon {
  border-right: solid 1px #ddd;
}

.engagingbox h6 {
  font-size: 14px;
  color: #1d246f;
  line-height: 18px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: 'Nunito Sans', sans-serif;
}

.d_wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 50px 10px 30px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  text-align: center;
}

.d_img {
  width: 120px;
  border-radius: 5px;
}

.d_text {
  text-align: center;
  margin-top: 10px;
  color: #4c586f;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
}

.d_btn {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #374c9d;
  font-family: 'Nunito Sans', sans-serif;
}

.d_btn:hover {
  color: #f77f03;
}

.ltn__testimonial-item-7 .ltn__testimoni-info p {
  font-size: 16px !important;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
}

.ltn__testimoni-name-designation h2 {
  font-size: 18px !important;
  font-family: 'Nunito Sans', sans-serif;
}

.footer-menu ul li a {
  font-family: 'Nunito Sans', sans-serif;
}

.section-bg-7 {
  background-color: #286c55 !important;
}

.d_space_top-85 {
  margin-top: -85px;
}

.about_h2 {
  font-family: 'Nunito Sans', sans-serif;
  color: #2000a1;
  font-size: 25px;
  line-height: 36px;
}

.about_paragraph {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  color: #000;
  text-align: justify;
  font-weight: 500;
  padding-bottom: 15px;
}

.custom__btn {
  font-family: 'Nunito Sans', sans-serif;
  border: 1px solid #160468;
  padding: 10px 15px !important;
  font-weight: 500 !important;
}

.custom__btn:hover {
  background-color: #160468;
  color: #fff;
}

.noticeboard .nav-link.active {
  color: #fff;
  background-color: #f77f03;
  border-color: #f77f03 #f77f03 #f77f03;
  font-family: 'Nunito Sans', sans-serif;
}

.noticeboard .nav-link {
  display: block;
  padding: 0.5rem 0.86555rem;
  font-size: 16px;
  font-weight: bold;
  background: #0b1f6a;
  color: #fff;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}

.quick-links h2 {
  background: #1d246f;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 10px 12px;
  letter-spacing: 0.5px;
  font-family: 'Nunito Sans', sans-serif;
}

.quick-links {
  background: #fff;
  box-shadow: 4px 4px 5px 0px #eae8e8;
  border: 1px solid #ddd;
  margin-bottom: 22px;
  margin-top: 15px;
}

.quick-links ul {
  list-style: none;
  margin-left: 0px;
  font-family: 'Nunito Sans', sans-serif;
}

.quick-links ul li {
  margin-top: 0rem;
}

.quick-links ul li a {
  color: #000;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 7px 0px;
}

.quick-links ul li a::before {
  content: "\f0a9";
  position: relative;
  font-family: FontAwesome;
  margin-right: 10px;
}

.quick-links ul li a:hover {
  color: #f77f03;
  text-decoration: none;
}

.ltn__testimonial-item-7:hover .ltn__testimoni-info p i {
  color: #f77f03 !important;
}

.notice-ul li {
  margin-bottom: 0px;
  display: flow-root;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 7px;
  padding-top: 1px;
  font-family: 'Nunito Sans', sans-serif;
}

.ltn__testimonial-item-7::before {
  background-color: #f77f03 !important;
}

.date-box {
  width: 8%;
  position: relative;
  float: left;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 0px;
}

.date p {
  font-size: 21px;
  line-height: 12px;
  color: #334878;
  font-weight: 700;
}

.date-box p {
  margin-bottom: 0px;
}

.date {
  width: 100%;
  text-align: center;
  font-weight: 500;
  line-height: 0;
}

.month {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  padding-top: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  line-height: 0;
}

.month:after {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.year {
  text-align: center;
  position: absolute;
  top: 5px;
  right: -13px;
  transform: rotate(-90deg);
  font-weight: 700;
  color: #000;
  font-size: 14px;
}

.notice-body-text {
  width: 92%;
  display: inline-block;
  padding-left: 16px;
  /* border-bottom: 1px dashed #ddd; */
  padding-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
}

.notice-body-text a {
  color: #000 !important;
}

.noticeboard_border {
  border: 1px solid #bbb;
  padding: 15px 0;
}

.arts_bg {
  background-color: rgb(247, 216, 200);
  padding: 25px;
}

.arts_bg h2 {
  border-bottom: 1px solid #000;
  font-size: 25px;
  font-family: 'Nunito Sans', sans-serif;
}

.arts_bg .details {
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-weight: 500;
}

.commerce_bg {
  background-color: #dbedf9;
  padding: 25px;
}

.commerce_bg h2 {
  border-bottom: 1px solid #000;
  font-size: 25px;
  font-family: 'Nunito Sans', sans-serif;
}

/* .heading_font{
  font-family: 'Nunito Sans', sans-serif;
} */

.commerce_bg .details {
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-weight: 500;
}

.science_bg {
  background-color: #cdda95;
  padding: 25px;
}

.science_bg h2 {
  border-bottom: 1px solid #000;
  font-size: 25px;
  font-family: 'Nunito Sans', sans-serif;
}

.science_bg .details {
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-weight: 500;
}

.footer-widget .footer-title {
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
  border-bottom: 1px solid #286c55;
  padding-bottom: 10px;
}

.footer-address-info {
  font-family: 'Nunito Sans', sans-serif;
}

.section-bg-2 {
  background-color: #181818 !important;
}

.footer-top-area {
  padding-top: 22px !important;
  padding-bottom: 20px;
}

.footer-widget {
  margin-bottom: 0px !important;
}

.ltn__copyright-design p {
  font-family: 'Nunito Sans', sans-serif;
}

.ltn__copyright-menu ul li a {
  font-family: 'Nunito Sans', sans-serif;
}

.ltn__breadcrumb-area {
  padding-top: 60px;
  padding-bottom: 60px;

}

.bg-overlay-white-30:before {
  background: none !important;
}

.ltn__breadcrumb-inner h1,
.ltn__breadcrumb-list ul li:last-child,
.ltn__breadcrumb-list ul li {
  color: #fff;
}

.bg-orange {
  background-color: #f55834 !important;
}

.ltn__author-widget-inner .product-price {
  font-size: 37px;
  font-family: var(--ltn__heading-font);
  font-weight: 600;
  color: var(--ltn__secondary-color);
}

.widget {
  padding: 22px 30px;
}

input[type="tel"] {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--border-color-9);
  height: 65px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  width: 100%;
  margin-bottom: 30px;
  border-radius: 0;
  padding-right: 40px;
}

.ltn__page-details-inner label {
  font-size: 19px;
  font-weight: bold;
}

.apartments-plan-info {
  padding: 0;
}

.inner-list-- li {
  margin-right: 20px;
  text-justify: auto;
  text-align: center;
}

.ltn__product-item-4 .product-title {
  font-size: 20px;
}

.ltn__author-widget-inner .product-price,
.ltn__product-item-4 .product-price {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.f-thin {
  font-weight: 500;
}

.product-detilsh ul {
  list-style-type: none;
  padding: 0;
}

.product-feature-title {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  border-left: 2px solid;
  border-color: var(--ltn__secondary-color);
  padding-left: 10px;
}

.product-detilsh ul li {
  width: 24%;
  display: inline-block;
}

.product-detilsh {
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(10px, -50%);
  z-index: 1;
}

.product-detilsh>div {
  border-bottom: 1px solid #ccc;
}

span.product-feature-text {
  padding-left: 10px;
}

.inline>div:first-child {
  height: 100%;
  position: relative;
  top: -12px;
  padding: 10px 30px;
  font-size: 30px;
  color: #f55834;
  font-weight: bold;
  border-right: 1px solid #ccc;
}

.inline>div {
  display: inline-block;
}

.property-detali h2 {
  font-size: 20px;
  margin: 0.75rem 0;
}

.property-detali {
  padding: 0 10px;
}

.top-01 {
  background: #f2f4f7;
  margin: 0.75rem 0;
  border: 1px solid #cccccc9c;
  padding: 10px !important;
}

.checkbox-item .checkmark {
  top: 8px;
}

.before-bg-bottom {
  background: #f2f4f7;
}



/*  */

.carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #00000063; */
}

.arrow_wrap {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.carrow {
  width: 50px;
  background: #286c55;
  height: 50px;
  position: relative;
  opacity: 1;
}

/* body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
} */

#adoni-section {
  background: #ffffff;
  border-radius: 8px;
  padding: 2rem 1rem;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

#adoni-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
}

#adoni-section p {
  margin-bottom: 1rem;
}

.padd-60 {
  padding: 60px 0;
}

.text-primary {
  color: #004080 !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 11;
}

.shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.rounded {
  border-radius: 8px;
}

.img-border::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  border: 1px solid #336c54;
  width: 100px;
  height: 100px;
  z-index: 0;
}

.img-border::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  border: 1px solid #336c54;
  width: 100px;
  height: 100px;
  z-index: 0;
}


.img_design_1 {
  width: 300px;
  padding: 30px;
  background: #286c55;
  position: relative;
  border-radius: 2px;
  margin: auto;
}

.img_design_1::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  height: 50%;
  background: #fff;
  content: '';
  z-index: 0;
  transform: translate(5px, -85px);
}

.img_design_1>img {
  position: relative;
  z-index: 11;
}

/* 
.principal_msg {
  position: relative;
  top: 31px;
}

.principal_msg h2 {
  color: #fff;
  font-size: 19px !important;
  margin: 0.25rem 0;
}

#principal-message .image-border {
  border: 5px solid #286c55;
  padding: 5px;
}

#principal-message h2 {
  font-weight: 600;
}

#principal-message p.lead {
  font-size: 1.2rem;
  font-weight: 500;
}

#principal-message p {
  line-height: 1.8;
  font-size: 17px;
  text-align: justify;
} */

ul {
  list-style-type: none !important;
}

.content {
  margin: 0;
}

.content h2 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 10px 0;
}

.headding-admission {
  font-size: 20px;
  background: #286c55;
  color: #fff;
  padding: 10px 0;
  font-family: 'Poppins', sans-serif !important;
}

.news_box_container {
  border: 1px solid #f1e1e1;
  padding: 10px;
}

.news_box {
  border: 1px solid;
  border-color: rgba(124, 124, 124, .2);
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 10px 0;
  overflow: hidden;
  padding: 25px 0;
  /* height: 388px; */
}


.time-from {
  width: 95px;
  color: #000;
  border: none;
  border-radius: 0;
  background-color: #2ec4b6;
  background: #ef7e00 !important;
  padding: 10px 0 21px;
  color: #ffffff !important;
  border-color: #ef7e00 !important;
}

.time-from .date {
  font-weight: 400;
  font-size: 24px;
  margin: 0;
  line-height: 24px;
}

.time-from .month {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}

.vision_mission {
  height: 379px;
  overflow: hidden;
  margin-bottom: 20px;
}


.hidden {
  display: none;
}

.read-more-btn {
  color: #286c55;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: 0.02rem;
  font-size: 11px;
}

.management_wraper {
  padding: 20px;
  text-align: center;
  position: relative;
  padding-top: 147px;
  background: #fff;
  margin-top: 70px;
  border-radius: 20px;
}

.management_img {
  width: 200px;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translate(-50%);
}

.m_msg {
  font-weight: bold;
  color: #000;
  letter-spacing: 0.02rem;
  font-size: 18px;
}

.management_bg {
  background: url(../img/msg-bg.jpg)no-repeat;
  background-size: cover;
  position: relative;
}

.management_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #0000007d;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 0;
}

.rounded-4 {
  border-radius: 1rem;
}

.news_row {
  margin-bottom: 20px;
}

.news_content>p {
  margin: 0;
  font-size: 14px;
}

.m_height {
  height: 120px;
  overflow: hidden;
}

.m_more {
  color: #000;
  letter-spacing: 0.01rem;
  text-decoration: underline;
  font-size: 15px;
}


select {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--border-color-9);
  height: 65px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  width: 100%;
  margin-bottom: 30px;
  border-radius: 0;
  padding-right: 40px;
}


select:focus {
  border-color: var(--ltn__secondary-color);
}

.facilities-box {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(124, 124, 124, .2);
  margin: 0.75rem 0;
  gap: 10px;
  flex-direction: column;
}

.facilities_style {
  padding: 10px;
  border: 1px solid rgba(124, 124, 124, .2);
  display: flex;
}


.facilities-info h2 {
  font-size: 20px;
  margin: 0.55rem 0;
}

.facilities-info p {
  margin: 0;
  font-size: 15px;
}

.min_notice_height {
  min-height: 328px;
  overflow: hidden;
}

.ltn__breadcrumb-area {
  padding: 40px 0 !important;
  margin-bottom: 0 !important;
}

.inner--pages :is(h1, h2, h3, h4, h5, h6),
.ltn__breadcrumb-inner>h1 {
  font-family: "Kanit", serif;
  font-weight: 500;
}

.inner--pages h2 {
  font-size: 26px;
  letter-spacing: 0.02rem;
}

.ltn__breadcrumb-list ul li {
  color: #fff !important;
}



@media screen and (max-width: 600px) {
  .news_row {
    display: flex;
  }

  .news_row>div:first-child {
    width: 35%;
  }

  .news_row>div:last-child {
    width: 65%;
  }

  .management_wraper{
    margin-top: 100px;
  }
}

@media (max-width: 576px) {
  .d_wrapper {
    padding: 20px 10px 20px;
  }

  .d_space_top-85 {
    margin-top: -85px;
    margin-bottom: 115px;
  }

  .changing__dimension {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 22px;
  }

  .kcc__name {
    font-family: var(--font__poppins) !important;
    font-size: 13px;
    position: absolute;
    left: 116px;
    top: 30px;
    font-weight: 600;
    color: #1d246f;
    text-transform: uppercase;
  }

  .kcc__affiliate_name {
    font-family: var(--font__poppins) !important;
    font-size: 12px;
    position: absolute;
    left: 115px;
    top: 49px;
    font-weight: 500;
    color: #000;
  }

  .kcc__unit_name {
    font-family: var(--font__poppins) !important;
    font-size: 13px;
    position: absolute;
    left: 115px;
    top: 70px;
    font-weight: 500;
    color: #000;
  }

  .mobile_logo {}

  .ltn__header-5 .ltn__header-options {
    justify-content: right !important;
  }

  .col_mobile {
    width: 100%;
    flex: 1 0 0%;
  }

  .ltn__header-5 .site-logo-wrap {
    justify-content: left !important;
  }

}