
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


body {
  font-family: 'Noto Sans Thai', sans-serif;
  /* font-family: 'Montserrat', sans-serif; */
  color: #000;
  background: #fff;

  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img {
    width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

p {
    color: #545456;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}

a:hover {
  color: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
}

.border-bottom-black {
  border-bottom: 1px solid #000;
}

.text-white {
  color: #fff;
}

.text-red {
    color: #84010d;
}
  

.text-black {
  color: #000;
}

.text-dark {
    color: #545456 !important;
}

.text-dark-blue {
  color: #0a1579;
}

.text-small {
    font-size: 15.99px;
}

.text-size-very-small {
  font-size: 12px;
}

.text-blue {
    color: #014976;
}

.text-yellow {
    color: #ffc63e !important;
}

.bg-blue {
    background: #014976;
}

.btn {
  padding: 5px 40px;
  font-weight: 600;
}

.btn-yellow {
    background-color: #ffc63e;
    border: 2px solid #ffc63e;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #014976;
    text-decoration: unset;
    height: fit-content;
}

.btn-yellow:hover {
  color: #ffc63e;
  background-color: #014976;
  border-color: #ffc63e;
}

.btn-gray {
    background-color: #d9d9d9;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: unset;
    height: fit-content;
}

.btn-gray:hover {
  color: #545456;
  background-color: #fff;
  border-color: #545456;
}

.icon-btn {
    width: 15px;
    margin-left: 5px;
}

.btn-yellow .icon-btn {
    fill: #014976;
}

.btn-yellow:hover .icon-btn {
    fill: #ffc63e;
}

.btn-gray .icon-btn {
    fill: #fff;
}

.btn-gray:hover .icon-btn {
    fill: #545456;
}

.white-fill {
    fill: #fff;
}

.blue-fill {
    fill: #014976;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}
  
.media-body {
    -ms-flex: 1;
    flex: 1;
    margin: auto;
    color: #fff;
    padding-left: 10px;
}
  
.media-body a {
    color: #fff;
    font-size: 15.99px;
    font-weight: 300;
}
  
.icon-svg {
    width: 15px;
}

h2.title {
    font-size: 2.3rem;
    font-weight: 700;
}

h2.title span {
    font-size: 3rem;
    color: #ffc63e;
    letter-spacing: 1px;
}

h5.title {
    font-weight: 600;
}

.between-title {
    margin-bottom: 2.5rem;
}

.next-icon {
    width: 3.5rem;
    margin-left: 1rem;
}

.content-between {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 530px;
}
  
.content-between .upper {
    justify-content: normal;
}

.social-icon {
    width: 25px;
    margin-right: 1rem;
}

.modal-content {
    border-radius: 0 !important;
    border: unset !important;
    background: transparent;
}

.modal-header {
    border-bottom: unset !important;
    padding: 2rem;
    background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0 1rem;
}

.modal-footer {
    border-top: unset !important;
    padding: 2rem 0;
}

.modal-body {
    padding: 0 2rem;
}

.swiper-slide {
    padding: 0 1rem;
}

.swiper-button-prev svg {
    transform: rotate(180deg);
}

.swiper-button-next svg circle, .swiper-button-prev svg circle {
    fill: #ccc;
}

.swiper-button-next svg path, .swiper-button-prev svg path {
    fill: #3f3f3f;
}

.swiper-button-next:hover svg circle {
    fill: #ffc63e;
}

.swiper-button-prev:hover svg circle {
    fill: #ffc63e;
}

.swiper-button-next:hover svg path {
    fill: #fff;
}

.swiper-button-prev:hover svg path {
    fill: #fff;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -100px;
    left: auto;
    width: 50px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -100px;
    right: auto;
    width: 50px;
}

.swiper-button-next, .swiper-button-prev {
    top: 85%;
}

div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
    background: rgb(0 0 0 / 73%);
}

div:where(.swal2-container) div:where(.swal2-popup) {
    background: transparent !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
    background-color: transparent !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
    background-color: transparent !important;
}

div:where(.swal2-icon).swal2-success .swal2-success-fix {
    background-color: transparent !important;
}

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 0;
    list-style: none;
  }
  
  ul.accordion-list li {
    position: relative;
    display: contents;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 20px;
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
  }
  
  ul.accordion-list li.active h3:after {
    transform: rotate(45deg);
  }
  
  ul.accordion-list li h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.01em;
    cursor: pointer;
  }
  
  ul.accordion-list li h3:after {
    content: url("frontend/img/icon/servies-5.svg");
    position: absolute;
    right: 0;
    top: 0;
    color: #Fcc110;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
  }
  
  ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  
  ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 15.99px;
  }

  .accordion-list .answer {
    margin-top: 1rem !important;
  }

  .button-blue-sm-services-1 {
    transform: rotate(90deg);
    margin-right: 5px;
  }

  .button-blue-sm-services-2 {
    transform: rotate(270deg);
    margin-right: 5px;
  }

  .hr-tiggle {
    border-bottom: 2px solid #014976;
    padding-bottom: 1rem;
    margin-top: 3rem;
  }

.pagination .disabled.prev svg {
    fill:#ccc;
    width: 60px;
    transform: rotate(180deg);
}

.pagination .prev-icon, .pagination .disabled.prev {
    margin-right: 1rem;
}

.pagination .next-icon, .pagination .disabled.next {
    margin-left: 1rem;
}

.pagination .prev-icon svg {
    fill:#ffc63e;
    width: 60px;
    transform: rotate(180deg);
}

.pagination .prev-icon:hover svg {
    fill: #014976;
}

.pagination .disabled.next svg {
    fill:#ccc;
    width: 60px;
}

.pagination .next-icon svg {
    fill:#ffc63e;
    width: 60px;
}

.pagination .next-icon:hover svg {
    fill: #014976;
}

.pagination-mb {
    display: none;
}

.pagination-pc {
    display: block;
}

.input-container {
	padding-bottom: 1em;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 35px !important;
}
.right-inner-addon svg {
    position: absolute;
    right: 0px;
    top: 2px;
    width: 70px;
    padding: 12px 20px;
    pointer-events: none;
    height: 55px;
}

.menu-lang {
    border-bottom: 2px solid #014976;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

@media (max-width: 1399px) {
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -15px;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -15px;
    }
}

@media (max-width: 991px) {
    .btn-yellow {
        padding: 10px 25px;
    }

    h2.title {
        font-size: 2rem;
    }

    .modal-header {
        padding: 1rem;
    }
}

@media (max-width: 767px) {
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        width: 40px;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        width: 40px;
    }

    .content-between {
        height: auto;
    }

    h2.title span {
        font-size: 2.5rem;
    }
}

@media (max-width: 575px) {
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -10px;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -10px;
    }

    .btn-yellow {
        padding: 10px 10px;
    }

    .pagination-mb {
        display: block;
    }
    
    .pagination-pc {
        display: none;
    }

    .next-icon {
        margin-left: 0 !important;
    }

}

@media (max-width: 430px) {
    h2.title span {
        font-size: 2rem;
    }

    h5.title {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #014976;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #014976;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #bfa66e;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #bfa66e;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 50px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #fff;
  padding: 20px 0;
  border-bottom: 3px solid #014976;

}
#header.header-scrolled .logo img{
  max-height: 80px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #000;
}

#header .logo img {
  max-height: 80px;
  transition: 0.5s;
}

/* #header .social {
  margin-right: 55px;
} */
#header .social-icon {
  width: 30px;
  margin-right: 8px;
}

#header .social a:last-child .social-icon {
    width: 30px;
    margin-right: 0;
}

.social.lang {
    display: flex;
    justify-content: end;
}

.social.lang img{
    width: 25px;
}

#header .menu h4{
    margin-left: 1rem;
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 600;
}

#header .btn-link {
    background-color: transparent;
    border: 2px solid #84010d;
    border-radius: 25px;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: 600;
    color: #84010d;
    text-decoration: unset;
    margin: 0 3px;
}

#header .btn-link:hover {
    background-color: #84010d;
    color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/

.menuToggle {
  display: block;
  top: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
.menuToggle a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.menuToggle a:hover {
    font-weight: 600;
}
.menuToggle input {
  display: block;
  width: 50px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  margin-top: -5px;
  z-index: 2;
  -webkit-touch-callout: none;
}
.menuToggle span {
  position: relative;
  display: block;
  width: 35px;
  height: 3.5px;
  margin: 7px 7px 7px 0;
  position: relative;
  background: #014976;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.menuToggle span:first-child {
  transform-origin: 0% 0%;
}

.menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.menuToggle input:checked.input-open {
    left: 9%;
    z-index: 3;
}

.menuToggle input:checked ~ .menuItem {
  transform: none;
}

.menuItem {
  position: absolute;
  width: max-content;
  height: 120vh;
  padding: 100px;
  padding-top: 125px;
  background: #014976;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 1;
}

.menuItem li {
  padding: 10px 20px;
}
.menuItem .active {
  font-weight: 600;
}
.menuItem .active::before {
    content: "● ";
}
.menuItem .active:hover {
  color: #fff;
}
.menuItem .close {
    position: absolute;
    top: 65px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
}
.menuItem .close input{
    width: 200px;
}

.menuItem .submenu {
    padding-left: 30px;
}
.menuItem .submenu li {
    padding: 5px 0;
}

.menuItem .submenu li a{
    font-size: 16px;
}

.menu--left .menuToggle {
  left: 0;
}
.menu--left .menuItem {
  margin: -109px 0 0 -15px;
  transform: translate(-100%, 0);
  left: 0;
}
.changeLang  {
    position: absolute;
    bottom: 20%;
}
.changeLang .text {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

@keyframes text-slide-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 575px) {
    .changeLang {
        left: 18%;
    }
}

/*--------------------------------------------------------------
# Banner home Section
--------------------------------------------------------------*/
.banner-pc {
    display: block !important;
}

.mute-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 8px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.video-container:hover .mute-button {
    opacity: 1;
}

.slide-content {
    color: #fff;
    width: 40%;
    z-index: 1;
}
.swiper-pagination-bullet {
    --swiper-pagination-bullet-inactive-opacity: .5;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background-color: #84010d;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
}
.shadow-slide::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    display: flex;
    align-items: center;
    color: #fff;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner {
    position: relative;
}
.banner img {
    display: block;
    width: 100%;
    height: auto;
}
.banner.video video {
    width: 100%;
    height: auto;
    display: block;
}

.text-banner {
    position: absolute;
    bottom: 100px;
    width: -webkit-fill-available;
}

.text-banner h1 {
    color: #545456;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 3rem;
}

.text-banner-top {
    position: absolute;
    top: 45%;
    width: -webkit-fill-available;
}

.text-banner-top h1 {
    color: #545456;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.content-banner-bottom {
    position: absolute;
    bottom: -90px;
    width: -webkit-fill-available;
}

.btn-banner-yellow {
    color: #014976;
    text-align: center;
    font-weight: 600;
    padding: 20px;
    background: #ffc63e;
    width: 200px;
    height: 100%;
}

.btn-banner {
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 20px;
    background: #014976;
    height: 100%;
}

.fill-icon-btn-banner {
    fill:#fff;
    width: 90px;
}

.btn-banner-yellow .fill-icon-btn-banner {
    fill:#014976;
    width: 90px;
}

.fill-icon-btn-banner.padding {
    padding-bottom: 10px;
}

.btn-banner:hover {
    color: #014976;
    background: #ffc63e;
}

.btn-banner:hover .fill-icon-btn-banner {
    fill:#014976;
    width: 90px;
}

.read-more {
    stroke: #014976;
    fill: none;
    width: 35px;
}

.card {
    border: 0;
    --bs-card-border-radius: 0;
    --bs-card-bg: #fff;
    --bs-card-spacer-y: 1.5rem;
    --bs-card-spacer-x: 1.5rem;
    --bs-card-inner-border-radius: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 1.5rem;
}

.card:hover {
    background: #014976;
}

.card-title {
    color: #014976;
    font-weight: 600;
}

.card:hover .card-title {
    color: #ffc63e;
}

.card:hover .card-body p {
    color: #fff;
}

.card-body {
   text-align: start;
}

.card-text {
    font-size: 15.99px;
    color: #545456;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
}

.card:hover .card-text {
    color: #fff;
}

.card:hover .read-more {
    stroke: #ffc63e;
}

.card-footer {
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    background-color: #fff;
    border-top: #fff;
    font-size: 15.99px;
    color: #545456;
}

.card:hover .card-footer {
    color: #fff;
    background-color: #014976;
    border-top: #014976;
}

.menu-bottom {
    position: absolute;
    bottom: 15%;
    width: -webkit-fill-available;
}

.form-control {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 0.9rem 1.3rem;
}


.form-select {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 0.9rem 1.3rem;
}

.promotion-today {
    margin-bottom: 5rem;
}

.promotion-today .text-detail-today {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.promotion-today .date {
    margin-bottom: 1.5rem;
}

.promotion-title {
    margin-bottom: 3.5rem;
}

.promotion-today img {
    height: 500px;
    object-fit: cover;
}

@media (min-width: 1440px) {
    p {
        color: #545456;
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 0;
    }
    .text-small {
        font-size: 18px;
    }
    .text-banner {
        position: absolute;
        bottom: 30%;
        width: -webkit-fill-available;
    }
    .text-banner p{
        font-size: 20px;
    }
    .text-banner-top p{
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .text-banner {
        bottom: 50px;
    }

    .text-banner-top {
        top: 30%;
    }
}


@media (max-width: 991px) {
    .fill-icon-btn-banner {
        width: 50px;
    }

    .btn-banner {
        padding: 10px;
        font-size: 14px;
        height: 100%;
    }

    .card-title {
        font-size: 1rem;
    }

    .card-body {
        padding: 1rem;
    }

    .read-more {
        width: 30px;
    }

    .btn-banner-yellow .fill-icon-btn-banner {
        width: 50px;
    }

    .btn-banner-yellow {
        width: 150px;
    }

    .text-banner-top {
        top: 30%;
    }
    .card-footer {
        padding: 1rem;
    }
}

@media (max-width: 767px) {
    .btn-banner-yellow {
        width: 120px;
    }
    .promotion-title {
        margin-bottom: 2rem;
    }
    .pl-mb {
        padding-left: 0;
    }
    .promotion-today img {
        height: 350px;
    }

    .promotion-today .text-detail-today {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575px) {
    .promotion-today {
        padding: 0 0.75rem;
    }
}

@media (max-width: 430px) {
    .btn-banner-yellow {
        font-size: 12px;
        padding: 10px;
        width: 100px;
    }
}

@media (max-width: 390px) {
    .btn-banner {
        font-size: 12px;
    }

    .btn-yellow {
        padding: 10px 15px;
        font-size: 14px;
    }

    .btn-banner-yellow {
        font-size: 10px;
        padding: 5px;
        width: 80px;
    }
    
}

@media (max-width: 375px) {
    .btn-banner {
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    .btn-yellow {
        padding: 5px 5px;
        font-size: 14px;
    }

    .icon-btn {
        width: 10px;
    }

    .btn-banner-yellow .fill-icon-btn-banner {
        width: 40px;
    }

    .btn-banner-yellow {
        width: 70px;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 100px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
    section {
        padding: 80px 0;
    }
}

@media (max-width: 575px) {
    section {
        padding: 50px 0;
    }
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.col-about-us {
    background:  url(/frontend/img/bg/bg01.svg),linear-gradient(#014976 0%, #014976 100%);
    background-size: 25%, 100%;
    background-position: bottom -1px right 0, center;
    background-repeat: no-repeat, no-repeat;
}

.home-page .btn-my {
    margin: 3rem 0 1rem 0;
}

.home-page.about-us .content {
    padding: 6rem 3rem;
}
.col-about-us h2 {
    font-size: 2.3rem;
    font-weight: 700;
    color: #fff;
}

.col-about-us h2 span {
    font-size: 3rem;
    letter-spacing: 1px;
}

.col-about-us p{
   margin: 0;
}

.col-about-us h4 {
    font-size: 1rem;
    color: #ffc63e;
    font-weight: 600;
}

.col-about-us h4 span{
    font-size: 1.2rem;
    color: #fff;
}

.home-page.about-us .media-body{
    padding-left: 3rem;
}

.col-service {
    background: #ffc63e;
}

.col-contact {
    background: #fff;
}

.home-page.news {
    background: url(/frontend/img/bg/bg02.svg);
    background-size: 450px;
    background-position: bottom 0 left 0;
    background-repeat: no-repeat;
    height: 700px;
    padding-top: 0;
}

.news-page.news {
    background: url(/frontend/img/bg/bg02.svg);
    background-size: 450px;
    background-position: bottom 0 left 0;
    background-repeat: no-repeat;
    height: 700px;
}

.news-list {
    height: 600px;
    overflow: auto;
}

.news-list::-webkit-scrollbar {
    width: 5px;
}
 
.news-list::-webkit-scrollbar-track {
    -webkit-box-shadow: unset;
}
 
.news-list::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 10px;
}

.click-news {
    cursor: pointer;
}

.review-mb {
    margin-bottom: 3rem;
}

.review iframe {
    width: 100% !important;
    height: 350px;
}

.review .iframe-mb {
  margin-bottom: 1.1rem;
}

.news-detail .date {
    font-size: 14px;
    color: #545456;
    margin-bottom: 1rem;
}

.news-detail .title {
    margin-bottom: 1.5rem;
}

.news-detail .cover-image {
    margin-bottom: 1rem;
}

.news-detail .text-detail {
    margin-bottom: 6rem;
}

.modal-body.news-detail {
    padding: 0 5rem;
    background: #fff;
    margin: 0 1rem;
}

.news-detail .share h5 {
    margin-bottom: 1rem;
    font-weight: 600;
}

.news-detail .share {
    margin-bottom: 4rem;
}

.row-service-contact {
    padding: 0 1.5rem 0 0.75rem;
}

.row-m-about {
    padding: 0 0 0 0.75rem;
}

.home-page .review {
    padding-bottom: 50;
}

.logo-and-address {
    padding-right: 13rem;
}

.pl-menu {
    padding-left: 3rem;
}

.pl-menu:last-child {
    padding-left: 4rem;
}

@media (max-width: 1399px) {
    .logo-and-address {
        padding-right: 9rem;
    }

    .pl-menu {
        padding-left: 1rem;
    }
    
    .pl-menu:last-child {
        padding-left: 2rem;
    }
}

@media (max-width: 1199px) {
    .logo-and-address {
        padding-right: 6rem;
    }

    .pl-menu {
        padding-left: 0;
    }
    
    .pl-menu:last-child {
        padding-left: 0;
    }
}


@media (max-width: 991px) {
    .col-about-us h2 {
        font-size: 2rem;
    }

    .col-about-us h2 span {
        font-size: 2.5rem;
    }

    .home-page.about-us .content {
        padding: 2rem 1rem;
    }

    .modal.show .modal-dialog {
        max-width: 90%;
    }

    .modal-body.news-detail {
        padding: 0 2rem;
    }

    .review iframe {
        height: 200px;
    }

    .news-detail .text-detail {
        margin-bottom: 4rem;
    }
}

@media (max-width: 767px) {
    .row-service-contact {
        padding: 0 0.75rem;
    }

    .modal.show .modal-dialog {
        max-width: 95%;
    }

    .news h2.title {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    .row-m-about {
        padding: 0 1rem;
    }

    .review iframe {
        height: 250px;
    }

    .modal.show .modal-dialog {
        max-width: 100%;
    }
}

@media (max-width: 430px) {
    .col-about-us h2 {
        font-size: 1.8rem;
    }

    h2.title {
        font-size: 1.8rem;
    }

    .modal-body.news-detail {
        padding: 0 1rem;
    }

    .news h2.title {
        font-size: 1.2rem;
    }
}

@media (max-width: 390px) {
    .col-about-us h2 {
        font-size: 1.5rem;
    }

    h2.title {
        font-size: 1.5rem;
    }

    .home-page .btn-my {
        margin: 2rem 0 1rem 0;
    }
}

@media (max-width: 375px) {
    .review iframe {
        height: 200px;
    }
}

@media (max-width: 320px) {
    .col-about-us h2 span {
        font-size: 2rem;
    }

    .col-about-us h2 {
        font-size: 1.3rem;
    }

    h2.title {
        font-size: 1.3rem;
    }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.about-us-page.two {
    background: url(/frontend/img/bg/bg02.svg);
    background-size: 450px;
    background-position: bottom 0 left 0;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 50px;
}

.about-us-page.two h5 {
    margin-bottom: 4rem;
}

.about-us-page.two .body{
    margin-top: 3rem;
}

.about-us-page.tree {
    background: #ffc63e;
}

.about-us-page.tree .icon-width {
    height: 70px;
}

.about-us-page.tree .box-content hr{
    margin-top: 0;
    margin-bottom: 1.5rem;
    border-top: 2px solid #fff;
}

.about-us-page.tree .box-content{
   padding-right: 6rem;
   margin-bottom: 3rem;
}

.about-us-page.five {
    background: #014976;
}

@media (max-width: 991px){
    .why-mb {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px){
    .mb-weight-loss {
        margin-bottom: 2rem;
    }

    .about-us-page.tree .box-content {
        padding-right: 3rem;
        margin-bottom: 3rem;
    }
    
}

@media (max-width: 575px){
    .about-us-page.two {
        padding-top: 150px;
    }

    .about-us-page.tree .box-content {
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 390px){
    .about-us-page.tree .icon-width {
        height: 50px;
    }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.service-page.one {
    background: url(/frontend/img/bg/bg02.svg);
    background-size: 450px;
    background-position: bottom 0 left 0;
    background-repeat: no-repeat;
}

.service-page.one .card {
    box-shadow: unset;
}

/*--------------------------------------------------------------
# Promotion
--------------------------------------------------------------*/

.promotion-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 3rem;
    height: 100%;
}

.promotion-content .upper {
    justify-content: normal;
}

.icon-clock {
    fill: #014976;
    width: 20px;
}

.promotion-content .exprise_date{
    font-size: 14px;
    color: #014976;
    background: #fff;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 50px;
}

.exprise_date_item {
    font-size: 14px;
    color: #014976;
    background: #ffc63e;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 50px;
    width: fit-content;
}

.exprise_date_item .date {
    color: #014976;
}

.icon-clock-all {
    fill: #fff;
    width: 20px;
}

@media (max-width: 1199px) {
    .promotion-content {
        padding: 2rem;
    }
}

@media (max-width: 991px) {
    .promotion-content {
        padding: 2rem .5rem;
    }
    .exprise_date_item {
        font-size: 12px;
        padding: 1px 3px;
    }
    .icon-clock-all {
        width: 15px;
    }
}

/*--------------------------------------------------------------
# News & Activities
--------------------------------------------------------------*/
.news-type {
    position: absolute;
    bottom: 20%;
}

.news-pagination {
    margin-top: 3rem;
}

/* .news-type .news-type-active a::before {
    content: "●";
    margin-right: 10px;
} */

.news-type .news-type-active a {
   color: #545456;
   font-weight: 600;
   font-size: 18px;
}

.news-type a {
    color: #014976;
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 430px) {
    .news-type .news-type-active a {
        font-size: 16px;
    }

    .news-type a {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/
.btn-review-margin {
    margin-top: 4rem;
}
.review-page-iframe iframe {
    width: 100%;
    height: 200px;
}
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

.contact-page {
    background: #014976;
}

.map {
    padding: 0;
}

.map iframe {
    height: 700px;
    width: 100%;
}

.contact-page .btn-mt {
    margin-top: 2rem;
}

@media (max-width: 991px) {
    .mb-contact {
        margin-bottom: 4rem;
    }
}

@media (max-width: 575px) {
    .map iframe {
        height: 500px;
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.modal-team .modal-header {
    border-bottom: unset !important;
    padding: 2rem;
    background: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-team .modal-body.news-detail {
    padding: 0 5rem;
    background: transparent;
}
.modal-team .modal-content{
    background: rgb(255,255,255);
    background: linear-gradient(135deg, rgba(255,255,255,1) 8.33%, rgba(1,73,118,1) 8.33%);
}
.modal-team .text-detail p{
    color: #fff;
}

.modal-team .news-detail .text-detail h5{
    font-weight: 400;
}

.modal-team .modal-footer {
    border-top: unset !important;
    padding: 2.5rem 0;
}

.modal-team hr {
    border-top: 2px solid #fff;
    opacity: .25;
}

.modal-team .btn-close {
    background: transparent url(/frontend/img/icon/xmark-solid.svg) center/1.5em auto no-repeat;
    opacity: 1;
}

@media (max-width: 1199px) {
    .modal-team .modal-body.news-detail {
        padding: 0 1rem;
    }

    .modal-team .modal-footer {
        padding: 1rem 0;
    }

    .modal-team .modal-header {
        padding: 1rem;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #014976;
}

#footer .padding-side {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}

#footer p {
    font-size: 16px;
}
#footer .logo img {
  width: 100px;
}

#footer .logo{
    margin-bottom: 2rem;
}

#footer .footer-top {
  padding: 4rem 0;
  border-bottom: 1.5px solid #fff;
}

#footer .footer-top h6 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: relative;
  margin-bottom: 0;
}

#footer .footer-top .social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  margin-right: 10px;
}

#footer .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

#footer .copyright {
  text-align: center;
  color: #545456;
  letter-spacing: 1.5px;
}

#footer .credits a {
  transition: 0.3s;
}

#footer .padding {
  padding: 0 0 0 70px;
}

#footer .social{
    display: inline-flex;
    margin-top: 3rem;
}

#footer .social a {
    margin-right: 16px;
}

#footer .social a:last-child {
    margin-right: 0;
}

#footer .footer-icon {
    width: 16px;
}

#footer .social-icon {
    width: 40px;
}

#footer .mt-menu {
    margin-top: 2.5rem;
}

#footer .mt-menu .menu{
    margin-bottom: 1rem;
}

#footer .mt-menu .menu:last-child {
    margin-bottom: 0;
}

#footer .mt-menu .menu a{
    color: #ffc63e;
    font-weight: 600;
    font-size: 16px;
}

#footer .mt-menu .menu a:hover{
    color: #fff;
}

#footer .mt-menu .submenu{
    margin-bottom: 1rem;
}

#footer .mt-menu .submenu:last-child {
    margin-bottom: 0;
}

#footer .mt-menu .submenu a{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

#footer .mt-menu .submenu a:hover {
    font-weight: 400;
}

.subscribe .form-control {
    background-color: transparent;
    color: #545456;
    border-radius: 0;
    border: 1px solid #545456;
    padding: 0.9rem 1.3rem;
}

.subscribe .btn-keep, .subscribe .btn-keep:active {
    background-color: #545456;
    border-width: 2px;
    border-radius: 0;
    transition: 0.35s;
}

.subscribe p {
    margin-bottom: 2rem;
}

.subscribe {
    background-image: url(/frontend/img/bg/footer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.search-assistant {
    display: none;
}

.search-assistant-rotate svg{
    transform: rotate(90deg);
}


@media (max-width: 1199px) {
    #footer .social a {
        margin-right: .5rem;
    }
}

@media (max-width: 991px) {
    .banner .text-box {
        width: 50%;
        bottom: 10%;
        padding: 30px;
    }
    .banner .text-box .text {
        width: 100%;
    }
    .banner .content-center .text {
        max-width: 720px;
    }
    .banner.contact .content-center .text .title {
        font-size: 1.8rem;
    }

    #footer .logo img {
        width: 150px;
    }
}
@media (max-width: 767px) {
    #header .social-icon {
        margin-right: 5px;
    }
    #header .social a:last-child .social-icon {
        margin-right: 0;
    }
    .menuItem {
        padding: 100px 50px;
        width: 110%;
        left: 15%;
    }
    .menu--left .menuItem {
        margin: -110px 0 0 -15px;
    }
    .banner.new-act img {
        min-height: 500px;
        object-fit: cover;
    }
    .banner .text-box {
        width: 80%;
        bottom: 5%;
        padding: 20px;
    }
    .banner.contact img {
        min-height: 500px;
        object-fit: cover;
    }
    #header {
        padding: 20px 0;
    }
    #header .logo img {
        max-height: 50px;
    }
}
@media (max-width: 575px) {
    .menu--left .menuToggle input {
        left: 5px;
    }
    .menuItem .close {
        left: 15%;
    }
    #header {
        padding: 20px 0;
    }
    #header .social {
        margin-left: auto;
    }
    #header .social-icon {
        width: 20px;
    }
    #header .social a:last-child .social-icon {
        width: 20px;
    }
    .social.lang img {
        width: 20px;
        height: 20px;
    }
    #header .logo {
        position: relative;
        left: 47%;
        transform: translate(-98%);
    }
    #header .logo img {
        max-height: 40px;
    }
    #header.header-scrolled .logo img{
        max-height: 50px;
    }
    .banner .text-box {
        width: 90%;
    }
    .banner.video video {
        min-height: 50vh;
        object-fit: cover;
    }
    .banner.contact .content-center .text .title {
        font-size: 1.5rem;
    }
    .banner.contact .btn-read-more {
        padding: 2px 10px;
        font-size: 18px;
    }
    .project-form.contact .title {
        font-size: 1.5rem;
    }

    #footer .footer-top {
        padding: 4rem 2rem;
    }
}

@media (max-width: 390px) {
    #footer .footer-top {
        padding: 4rem 1rem;
    }
}

@media (max-width: 320px) {
    #header .logo img {
        max-height: 40px;
    }

    #header.header-scrolled .logo img {
        max-height: 40px;
    }
}
