@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italianno&display=swap");
.gallery.gallery-list .modulecontent ul.da-thumbs li a:before, .gallery.gallery-list .modulecontent ul.da-thumbs li a:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  transition: opacity 0.5s, transform 0.5s;
  z-index: 2;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a:before {
  border-top: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a:after {
  border-left: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a:hover:before, .gallery.gallery-list .modulecontent ul.da-thumbs li a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.5s, transform 0.5s;
}

html {
  height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9 ;
}

a, a:link, a:visited {
  color: #2e2a2a;
  text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
  color: #ffd600;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

canvas {
  cursor: pointer;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 600;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea {
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: baseline;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
}
input.error, textarea.error {
  border-color: #FF0000;
}

hr {
  width: 100%;
  margin: 10px auto;
  height: 1px;
  background-color: #d2d2d2;
}

sup {
  line-height: 0;
  font-size: 8pt;
}

dl, dd, dt {
  font-weight: normal;
  line-height: 1.5;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 24px;
  line-height: 1.5;
}

h2 {
  font-size: 22px;
  line-height: 1.5;
}

h3 {
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
}

.color-white {
  color: #FFF;
}

.highlight {
  color: #ffd600;
}

.no-data {
  text-align: center;
  padding: 10px;
}

.clear {
  clear: both !important;
}

.hide {
  display: none !important;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

/*------------------------------------------------
** General
**------------------------------------------------*/
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  background: #fff;
  position: relative;
  color: #2e2a2a;
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
body.removeScrollbar {
  overflow: hidden;
}

.page {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page.home {
  padding: 0;
}

.button,
a.button {
  display: block;
  width: fit-content;
  padding: 18px 26px;
  background-color: #ffd600;
  text-decoration: none;
  font-weight: 600;
  color: #2e2a2a;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 8px;
  box-shadow: none;
  margin: auto;
}
.button:hover,
a.button:hover {
  color: #fff;
  background-color: #ffd600;
}
.button.btn-small,
a.button.btn-small {
  padding: 12px 16px;
}
.button.btn-text,
a.button.btn-text {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  color: #ffd600;
  border-radius: 0;
  background: transparent;
}
.button.btn-text:hover,
a.button.btn-text:hover {
  color: #613a16;
}
.button.btn-left,
a.button.btn-left {
  margin: 0;
  margin-right: auto;
}
.button.btn-right,
a.button.btn-right {
  margin: 0;
  margin-left: auto;
}

.section {
  padding: 40px 0;
}

.box {
  position: relative;
}

.box-header {
  margin-bottom: 20px;
}

.box-title {
  position: relative;
  font-size: 26px;
  color: #613a16;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.box-title.text-left {
  text-align: left;
}
.box-title.text-right {
  text-align: right;
}
.box-title span {
  display: inline-block;
}

.box-heading {
  font-size: 32px;
  color: #613a16;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.box-heading.text-center {
  text-align: center;
}
.box-heading.text-right {
  text-align: right;
}
.box-heading span {
  display: inline-block;
}

.box-description {
  text-align: center;
  color: #ffd600;
  font-size: 16px;
}

.box-action {
  margin-top: 20px;
}

.box-highlight {
  width: fit-content;
  margin: auto;
  font-size: 70px;
  font-family: "Italianno", cursive;
  line-height: 1;
}
.box-highlight .text-small {
  font-size: 50px;
}

.title {
  color: #613a16;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

#loading {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  text-align: center;
}
#loading img {
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.notice {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 15px 15px 20px;
  margin: 0;
  text-shadow: initial;
  text-align: left;
  border: 1px solid #dcdcdc;
  color: #2e2a2a;
}
.notice.success {
  border-left: 3px solid #7ad03a;
  background: #f8fdf5;
}
.notice.info {
  border-left: 3px solid #02a0d2;
  background: #f2fafd;
}
.notice.error {
  border-top: 3px solid #bf0000;
  background: #fdf5f5;
}
.notice.warning {
  border-top: 3px solid #ff5722;
  background: #fff2ed;
}

.fblike {
  text-align: left;
  margin-top: 8px;
}

.social-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.social-date .fblike {
  text-align: left;
}
.social-date span.published {
  position: relative;
  margin-right: 15px;
  padding-left: 20px;
  color: black;
}
.social-date span.published:before {
  position: absolute;
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 16px;
  left: 0;
  top: 0;
  color: #5bc8a5;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #b4b4b4;
}

.plugin-search {
  width: 365px;
}
.plugin-search .search_label {
  width: 100%;
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px 0 0;
  border: 0;
  border-radius: 1000px;
  background: #fff;
  position: relative;
}
.plugin-search .search_label .search_input {
  display: block;
  width: calc(100% - 66px);
  height: 100%;
  border: 0;
  padding: 0 15px;
  margin: 0;
  font-weight: 300;
  box-sizing: content-box;
}
.plugin-search .search_label .search_input:focus {
  box-shadow: none;
}
.plugin-search .search_label .search_submit {
  width: 36px;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}
.plugin-search .search_label:after {
  position: absolute;
  content: "\f002";
  right: 0;
  color: #ffd600;
  font-family: FontAwesome;
  font-size: 26px;
  width: 55px;
  text-align: center;
}

.breadcrumbs {
  padding: 20px 0;
}
.breadcrumbs-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.breadcrumbs-nav .item {
  font-size: 12px;
  font-weight: 500;
}
.breadcrumbs-nav .item a,
.breadcrumbs-nav .item span {
  color: #613a16;
}
.breadcrumbs-nav .item a:hover {
  text-decoration: underline;
}
.breadcrumbs-nav .item:last-child {
  color: #abaaaa;
}
.breadcrumbs-nav .item:last-child a {
  color: #abaaaa;
}
.breadcrumbs-nav .item.sep {
  color: #abaaaa;
}

/*------------------------------------------------
** Slick
**------------------------------------------------*/
.slick-slider {
  margin: 0;
  height: 100%;
}
.slick-slider > button {
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.2);
  top: calc(50% - 15px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider > button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 14px;
  line-height: 1 !important;
}
.slick-slider > button.slick-disabled {
  display: none !important;
}
.slick-slider > button.slick-prev:before {
  content: "\f053";
}
.slick-slider > button.slick-next:before {
  content: "\f054";
}
.slick-slider > button:hover, .slick-slider > button:focus {
  background-color: #fffbe6;
}
.slick-slider > button:hover::before, .slick-slider > button:focus::before {
  color: #2e2a2a;
}
.slick-slider .slick-track {
  display: flex;
}
.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-list .slick-track {
  height: 100%;
}
.slick-slider .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
}
.slick-slider .slick-dots li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  background-color: #b3b3b3;
  border-radius: 10px;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active {
  width: 40px;
}
.slick-slider .slick-dots li.slick-active button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li.slick-active button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #797979;
  width: 40px;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}

.slide-for {
  background: #dedede;
  overflow: hidden;
  margin: 0 !important;
}
.slide-for p,
.slide-for div,
.slide-for img {
  margin: 0 !important;
}
.slide-for .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track .slick-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track .slick-slide a {
  display: block;
  width: 100%;
  height: 75%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.slide-for .slick-list .slick-track .slick-slide a img {
  visibility: hidden;
}
.slide-for button {
  top: calc(100% - 50px);
  width: 50px !important;
  height: 50px !important;
  margin: 0;
  background-color: rgba(255, 214, 0, 0.7);
}
.slide-for button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
}
.slide-for button:hover, .slide-for button:focus {
  background-color: #ffd600;
}
.slide-for button.slick-next {
  right: 0;
}
.slide-for button.slick-next:before {
  content: "\f054";
}
.slide-for button.slick-prev {
  left: calc(100% - 100px);
}
.slide-for button.slick-prev:before {
  content: "\f053";
}

.slide-nav {
  height: 150px;
  overflow: hidden;
  margin: 0 !important;
}
.slide-nav p,
.slide-nav div,
.slide-nav img {
  margin: 0 !important;
}
.slide-nav .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.slide-nav .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.slide-nav .slick-list .slick-track .slick-slide {
  position: relative;
  height: 100%;
  cursor: pointer;
  padding: 3px;
  opacity: 0.5;
  transition: 250ms;
}
.slide-nav .slick-list .slick-track .slick-slide.slick-center, .slide-nav .slick-list .slick-track .slick-slide:hover {
  opacity: 1;
}
.slide-nav .slick-list .slick-track .slick-slide.slick-center .image, .slide-nav .slick-list .slick-track .slick-slide:hover .image {
  border: 1px solid #989898 !important;
}
.slide-nav .slick-list .slick-track .slick-slide span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slide-nav .slick-list .slick-track .slick-slide span img {
  visibility: hidden;
}
.slide-nav > button {
  top: 3px;
  width: 50px;
  height: calc(100% - 6px);
  margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.slide-nav > button:before {
  font-family: "FontAwesome";
  color: #717171;
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
}
.slide-nav > button:hover, .slide-nav > button:focus {
  background-color: rgb(255, 255, 255);
}
.slide-nav > button:hover:before, .slide-nav > button:focus:before {
  color: #000;
}
.slide-nav > button.slick-next {
  right: 0;
  border-right: 3px solid #d2d2d2;
}
.slide-nav > button.slick-next:before {
  content: "\f054";
}
.slide-nav > button.slick-prev {
  left: 0;
  border-left: 3px solid #d2d2d2;
}
.slide-nav > button.slick-prev:before {
  content: "\f053";
}

/*------------------------------------------------
** Main
**------------------------------------------------*/
.main-body {
  padding-top: 60px;
  min-height: 400px;
  position: relative;
  z-index: 1;
}
.main-body #center {
  width: 100%;
  max-width: calc(100% - 390px);
  padding-left: 60px;
}

.box-main .container-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.box-main .container-wrapper .block {
  display: flex;
  flex-wrap: wrap;
}
.box-main .container-wrapper .block.block-left {
  width: 300px;
  padding-right: 30px;
}
.box-main .container-wrapper .block.block-main {
  width: calc(100% - 300px);
}

.form__group {
  margin-bottom: 20px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.form__group:last-child {
  margin-bottom: 0;
}
.form__group input,
.form__group textarea {
  font-size: 16px;
  font-weight: 400;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #2e2a2a;
  border-radius: 12px;
  background: #fffefe;
  padding: 15px 20px;
  border: 1px solid transparent;
  line-height: 2;
}
.form__group input::placeholder,
.form__group textarea::placeholder {
  color: #abaaaa;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
}
.form__group input.error,
.form__group textarea.error {
  border-color: #f00;
}
.form__group input::-webkit-outer-spin-button,
.form__group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form__group input[type=number] {
  -moz-appearance: textfield;
}

/*------------------------------------------------
** MORE
**------------------------------------------------*/
.scroll-to-top {
  position: fixed;
  bottom: 91px;
  right: 33px;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #414c5b;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  background: #ffffff;
  display: none;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.scroll-to-top.active {
  display: flex;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #414c5b;
}

.icon_zalo {
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  position: fixed;
  bottom: 60px;
  left: 8pt;
  z-index: 9;
  padding: 10px 0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;
  background: #008fe5;
}
.icon_zalo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.icon_zalo a img {
  height: 30px;
}

.contact-fixed {
  position: fixed;
  left: 4px;
  bottom: 10px;
  z-index: 9;
  z-index: 9;
  width: fit-content;
}
.contact-fixed .inner {
  display: flex;
  flex-direction: column;
  float: left;
  align-items: center;
  justify-content: center;
}
.contact-fixed .inner .phone {
  position: relative;
  border-radius: 3px;
  font-weight: 600;
  line-height: 0;
  padding: 0px 8px;
}
.contact-fixed .inner .phone .fa {
  animation: 1s ease-in-out 0s normal none infinite running ring;
  color: #fff;
  background: #ed1c24;
  border-radius: 50%;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-fixed .inner .phone .ring {
  animation: 1.2s ease-in-out 0s normal none infinite running ring-circle;
  background-color: #ed1c24;
  border-radius: 100%;
  height: 50px;
  left: 0px;
  opacity: 0.1;
  position: absolute;
  top: -8px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 50px;
}
.contact-fixed .inner .button {
  padding: 15px 20px;
  border: 1px solid #fff;
  background: #bf0000;
  color: #fff;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
}
.overlay-bg img {
  position: fixed;
  top: calc(50% - 58px);
  left: calc(50% - 58px);
  z-index: 20001;
}

.popup {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__frame {
  display: flex;
  width: 100%;
  height: fit-content;
  background: #fff;
  margin: 10px;
  border-radius: 8px;
  box-shadow: 3px 6px 16px 0px rgba(191, 191, 191, 0.25);
}
.popup__image {
  width: fit-content;
  margin: auto;
}
.popup__image img {
  display: block;
  width: 100px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.popup__title {
  color: #ffd600;
}
.popup__close {
  cursor: pointer;
}
.popup.doctor .popup__frame {
  max-width: 1280px;
  height: 100%;
  max-height: 600px;
}
.popup.doctor .doctor__result {
  width: 100%;
}
.popup.doctor .doctor__frame {
  display: flex;
  height: 100%;
}
.popup.doctor .doctor__image {
  padding: 20px;
  max-width: 500px;
  width: 100%;
}
.popup.doctor .doctor__image img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  background-image: url("../images/bg_doctor.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.popup.doctor .doctor__info {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.popup.doctor .doctor__info--header {
  gap: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup.doctor .doctor__info--header p {
  color: #abaaaa;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.popup.doctor .doctor__info--main {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.popup.doctor .doctor__info--wrap {
  margin-bottom: 20px;
}
.popup.doctor .doctor__info--content {
  height: 100%;
  overflow-y: auto;
}
.popup.doctor .doctor__position {
  color: #6d6a6a;
  margin-top: 8px;
  font-weight: 500;
}
.popup.success .popup__frame {
  position: relative;
  flex-direction: column;
  gap: 20px;
  max-width: fit-content;
  text-align: center;
  padding: 30px;
  box-shadow: 0 4px 0 #32ba7c;
}
.popup.success .popup__close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.popup.success .popup__close:hover {
  background: #fffbe6;
}
.popup.active {
  opacity: 1;
  visibility: initial;
}

.closePopup {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #abaaaa;
  border-radius: 100%;
  overflow: hidden;
}
.closePopup:hover {
  color: #6d6a6a;
  background: #fffbe6;
}

.gap-y-20 {
  gap: 20px 0;
}

.gap-y-40 {
  gap: 40px 0;
}

.gap-y-60 {
  gap: 60px 0;
}

.gap-y-80 {
  gap: 80px 0;
}

.object {
  position: absolute;
}

.container {
  width: 100%;
  display: block;
  padding: 0 10px;
  height: 100%;
  max-width: 1190px;
  margin: 0 auto;
}
.container.full {
  max-width: 1560px !important;
  width: 100% !important;
}
.container.no-gutters {
  padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.col {
  padding-left: 10px;
  padding-right: 10px;
}

.row.no-gutters .col {
  padding-left: 0;
  padding-right: 0;
}

.c-0 {
  display: none;
}

.c-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

/* >= Tablet */
@media (min-width: 740px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .mc-0 {
    display: none;
  }
  .mc-1,
  .mc-2,
  .mc-3,
  .mc-4,
  .mc-5,
  .mc-6,
  .mc-7,
  .mc-8,
  .mc-9,
  .mc-10,
  .mc-11,
  .mc-12 {
    display: block;
  }
  .mc-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .mc-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .mc-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mc-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .mc-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .mc-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mc-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .mc-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .mc-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mc-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .mc-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .mc-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mc-o-1 {
    margin-left: 8.33333%;
  }
  .mc-o-2 {
    margin-left: 16.66667%;
  }
  .mc-o-3 {
    margin-left: 25%;
  }
  .mc-o-4 {
    margin-left: 33.33333%;
  }
  .mc-o-5 {
    margin-left: 41.66667%;
  }
  .mc-o-6 {
    margin-left: 50%;
  }
  .mc-o-7 {
    margin-left: 58.33333%;
  }
  .mc-o-8 {
    margin-left: 66.66667%;
  }
  .mc-o-9 {
    margin-left: 75%;
  }
  .mc-o-10 {
    margin-left: 83.33333%;
  }
  .mc-o-11 {
    margin-left: 91.66667%;
  }
}
/* PC medium resolution > */
@media (min-width: 1113px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.smc-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.smc-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .l-0 {
    display: none;
  }
  .l-1,
  .l-2,
  .l-2-4,
  .l-3,
  .l-4,
  .l-5,
  .l-6,
  .l-7,
  .l-8,
  .l-9,
  .l-10,
  .l-11,
  .l-12 {
    display: block;
  }
  .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-o-0 {
    margin-left: 0;
  }
  .l-o-1 {
    margin-left: 8.33333%;
  }
  .l-o-2 {
    margin-left: 16.66667%;
  }
  .l-o-3 {
    margin-left: 25%;
  }
  .l-o-4 {
    margin-left: 33.33333%;
  }
  .l-o-5 {
    margin-left: 41.66667%;
  }
  .l-o-6 {
    margin-left: 50%;
  }
  .l-o-7 {
    margin-left: 58.33333%;
  }
  .l-o-8 {
    margin-left: 66.66667%;
  }
  .l-o-9 {
    margin-left: 75%;
  }
  .l-o-10 {
    margin-left: 83.33333%;
  }
  .l-o-11 {
    margin-left: 91.66667%;
  }
}
/* Tablet - PC low resolution */
@media (min-width: 740px) and (max-width: 1023px) {
  .container {
    max-width: 644px;
  }
}
/* > PC low resolution */
@media (min-width: 1024px) and (max-width: 1239px) {
  .container {
    width: 984px;
  }
  .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container .row.smc-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .container .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .container .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row.smc-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container .l-0 {
    display: none;
  }
  .container .l-1,
  .container .l-2,
  .container .l-2-4,
  .container .l-3,
  .container .l-4,
  .container .l-5,
  .container .l-6,
  .container .l-7,
  .container .l-8,
  .container .l-9,
  .container .l-10,
  .container .l-11,
  .container .l-12 {
    display: block;
  }
  .container .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .container .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .container .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .container .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .container .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .container .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .container .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .container .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .container .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .container .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .container .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container .l-o-0 {
    margin-left: 0;
  }
  .container .l-o-1 {
    margin-left: 8.33333%;
  }
  .container .l-o-2 {
    margin-left: 16.66667%;
  }
  .container .l-o-3 {
    margin-left: 25%;
  }
  .container .l-o-4 {
    margin-left: 33.33333%;
  }
  .container .l-o-5 {
    margin-left: 41.66667%;
  }
  .container .l-o-6 {
    margin-left: 50%;
  }
  .container .l-o-7 {
    margin-left: 58.33333%;
  }
  .container .l-o-8 {
    margin-left: 66.66667%;
  }
  .container .l-o-9 {
    margin-left: 75%;
  }
  .container .l-o-10 {
    margin-left: 83.33333%;
  }
  .container .l-o-11 {
    margin-left: 91.66667%;
  }
}
/*------------------------------------------------
** HEADER
**------------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
}
.header__frame {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0;
}
.header__logo {
  display: block;
  height: 100%;
  width: fit-content;
}
.header__logo img {
  display: block;
  width: 130px;
  height: 100%;
  object-fit: contain;
}
.header__wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__menu {
  height: 100%;
}
.header__menu--nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__menu--nav li {
  position: relative;
}
.header__menu--nav li a {
  display: block;
  width: fit-content;
  padding: 8px;
  font-weight: 500;
  border-radius: 4px;
}
.header__menu--nav li.active > a {
  color: #2e2a2a;
  background: #ffd600;
}
.header__menu--nav li:hover .submenu {
  opacity: 1;
  visibility: initial;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.header__menu--nav .submenu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  transition: 300ms;
  left: 0;
  top: 100%;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  min-width: fit-content;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 2px 3px 8px 0px rgba(52, 61, 55, 0.1);
}
.header__menu--nav .submenu .item__link {
  font-size: 14px;
  display: block;
  width: 100%;
  min-width: 200px;
  padding: 10px 10px 6px;
  white-space: nowrap;
  border-radius: 4px;
}
.header__menu--nav .submenu .item__link:hover {
  color: #2e2a2a;
  background: #f4f4f4;
}
.header__menu--nav .submenu .item__link.active {
  background: #ffd600;
}
.header.stick {
  box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
}

.rd-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 56px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
  z-index: 98;
}
.rd-panel .toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  width: 56px;
  height: 56px;
}
.rd-panel .toggle span {
  cursor: pointer;
  width: 24px;
  height: 4px;
  background-color: #ffd600;
  backface-visibility: hidden;
  border-radius: 2px;
  position: relative;
  display: block;
  margin: auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-panel .toggle span:before, .rd-panel .toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 4px;
  background-color: #ffd600;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-panel .toggle span:after {
  top: 8px;
}
.rd-panel .toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  height: 0;
}
.rd-panel .toggle.active span:before, .rd-panel .toggle.active span:after {
  top: 8px;
  width: 35px;
  left: 0;
}
.rd-panel .toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-panel .toggle.active span:after {
  top: -12px;
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.rd-panel .logo {
  height: 100%;
  padding: 5px;
}
.rd-panel .logo a {
  display: block;
  height: 100%;
}
.rd-panel .logo a img {
  display: block;
  height: 100%;
  object-fit: contain;
  max-width: initial;
}
.rd-panel .plugin-search {
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.rd-panel .plugin-search .form_search {
  width: 100%;
  max-width: 920px;
}
.rd-panel .plugin-search .form_search .search_label {
  border: 1px solid #b38951;
  height: 38px;
}
.rd-panel .plugin-cart {
  width: 80px;
  height: 37px;
  margin-right: 2px;
}
.rd-panel .plugin-cart .fa {
  width: 37px;
  height: 37px;
  right: 10px;
}

.rd-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 97;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-menu ul {
  position: fixed;
  z-index: 99;
  top: 56px;
  margin: 0;
  left: 0;
  bottom: -20px;
  width: 0;
  padding: 24px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 100px;
  overflow: auto;
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-menu ul li a:not([href]):not([tabindex]) {
  color: #000;
}
.rd-menu ul li a {
  display: block;
  padding: 0;
  color: #2e2a2a;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
}
.rd-menu ul li:hover > a, .rd-menu ul li.active > a {
  color: #ffd600;
}
.rd-menu ul li:hover > a .fa, .rd-menu ul li.active > a .fa {
  color: #ffd600;
}
.rd-menu ul li:hover ul.level1 > a, .rd-menu ul li.active ul.level1 > a {
  color: #2e2a2a;
}
.rd-menu ul li:hover ul.level1 li a, .rd-menu ul li.active ul.level1 li a {
  padding: 0 0 5px 0;
}
.rd-menu ul li:hover ul.level1 li.active a, .rd-menu ul li.active ul.level1 li.active a {
  color: #ffd600;
}
.rd-menu ul li:hover ul.level1 li.active a .fa, .rd-menu ul li.active ul.level1 li.active a .fa {
  color: #ffd600;
}
.rd-menu ul li:hover ul.level1 li:hover a, .rd-menu ul li.active ul.level1 li:hover a {
  color: #ffd600;
}
.rd-menu ul li:hover ul.level1 li:hover a .fa, .rd-menu ul li.active ul.level1 li:hover a .fa {
  color: #ffd600;
}
.rd-menu .level1 {
  position: initial;
  visibility: initial;
  opacity: initial;
  background: transparent;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 0;
}
.rd-menu .level1 li a {
  padding: 0 0 5px 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: unset;
  background: transparent;
}
.rd-menu .level1 li a i {
  width: 20px;
  font-size: 16px;
  padding-left: 5px;
}
.rd-menu .level1 li:hover a {
  color: #ffd600;
}
.rd-menu .level2 {
  position: initial;
  visibility: visible;
  opacity: 1;
  background: transparent;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 15px;
}
.rd-menu .submenu {
  padding: 0px 0 0 20px;
}
.rd-menu .submenu .subitem .menu_header {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 6px;
}
.rd-menu .submenu .subitem .submenu_inner .menu a {
  font-weight: 300;
  color: #2e2a2a;
  padding: 0;
  text-transform: initial;
}
.rd-menu .submenu .subitem .submenu_inner .menu a .fa {
  margin-right: 4px;
}
.rd-menu .submenu .subitem .submenu_inner .menu a:hover, .rd-menu .submenu .subitem .submenu_inner .menu a.active {
  color: #ffd600;
}
.rd-menu.active {
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.rd-menu.active ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  max-width: 360px;
}
.rd-menu.active ul li ul {
  width: 100%;
}

/*------------------------------------------------
** Components
**------------------------------------------------*/
.news__list .item {
  height: 100%;
}
.news__list .item__frame {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #f4f4f4;
  background: #fff;
  overflow: hidden;
}
.news__list .item__frame:hover .item__body {
  background: #ffd600;
}
.news__list .item__frame:hover .item__category,
.news__list .item__frame:hover .item__description {
  color: #2e2a2a;
}
.news__list .item__thumb--link {
  display: block;
  width: 100%;
}
.news__list .item__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.news__list .item__body {
  height: 100%;
  padding: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news__list .item__link {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news__list .item__link:hover {
  color: #2e2a2a;
}
.news__list .item__category {
  color: #abaaaa;
  display: block;
  width: fit-content;
  margin: 8px 0;
  font-size: 14px;
}
.news__list .item__description {
  color: #6d6a6a;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news__detail--frame {
  max-width: 900px;
  margin: 0 auto;
}
.news__detail--content {
  background: #fff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  overflow: hidden;
}

.box-staff .box-header .box-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-staff .box-header .box-title:after {
  display: block;
}
.box-staff .container-wrapper .box-body {
  display: flex;
  flex-wrap: wrap;
}
.box-staff .container-wrapper .box-body .item {
  width: 33.3333333333%;
  padding: 0 15px;
  margin: 0 0 30px 0;
}
.box-staff .container-wrapper .box-body .item .wrap {
  height: 100%;
  overflow: hidden;
  background-color: #ececec;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.box-staff .container-wrapper .box-body .item .wrap .wrap-inner .image {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 125%;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #ccc;
}
.box-staff .container-wrapper .box-body .item .wrap .wrap-inner .image img {
  visibility: hidden;
}
.box-staff .container-wrapper .box-body .item .wrap .wrap-inner .person_info {
  padding: 20px 20px 0;
  height: auto;
  text-align: center;
}
.box-staff .container-wrapper .box-body .item .wrap .wrap-inner .person_info .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-top: 0;
  color: #ffd600;
}
.box-staff .container-wrapper .box-body .item .wrap .subject {
  padding: 20px;
}
.box-staff .container-wrapper .box-body .item .wrap .staff-contact {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #87b8b9;
  width: 80%;
  left: 10%;
  padding: 20px 0;
}
.box-staff .container-wrapper .box-body .item .wrap .staff-contact .item-contact {
  margin: 0 10px;
}
.box-staff .container-wrapper .box-body .item .wrap .staff-contact .item-contact .fa {
  color: #ffd600;
  font-size: 20px;
}
.box-staff .container-wrapper .box-body .item .wrap .staff-contact .item-contact .fa:hover {
  color: #613a16;
}
.box-staff .container-wrapper .box-body .item .wrap .staff-contact .item-contact.phone .fa {
  font-size: 22px;
  margin-top: 1px;
}
.box-staff.founder .container-wrapper .box-body .item .wrap {
  color: #FFF;
  background-color: #ffd600;
  text-align: left;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .wrap-inner {
  position: relative;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .wrap-inner .person_info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 60px 20px 0;
  background: linear-gradient(to top, #ffd600 20%, transparent 100%);
  text-align: left;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .wrap-inner .person_info .name {
  color: yellow;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .subject {
  padding: 30px 20px;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .staff-contact {
  position: relative;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .staff-contact .item-contact .fa {
  color: #FFF;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .staff-contact .item-contact .fa:hover {
  color: yellow;
}
.box-staff.staff .container-wrapper .box-body .item .wrap {
  padding-bottom: 66px;
  border-bottom: 6px solid rgba(255, 214, 0, 0.88);
}
.box-staff.staff .container-wrapper .box-body .item .wrap .wrap-inner {
  padding-top: 40px;
}
.box-staff.staff .container-wrapper .box-body .item .wrap .wrap-inner .image {
  width: 60%;
  padding-top: 60%;
  margin: auto;
  border-radius: 50%;
}

@media only screen and (max-width: 1000px) {
  .box-staff .container-wrapper .box-body .item {
    width: 33.3333333333%;
    max-width: 500px;
    margin: 0;
  }
}
@media only screen and (max-width: 800px) {
  .box-staff .container-wrapper .box-body {
    justify-content: center;
  }
  .box-staff .container-wrapper .box-body .item {
    width: calc(50% - 10px);
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .box-staff .container-wrapper .box-body .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
/*------------------------------------------------
** gallery
**------------------------------------------------*/
#gallery .gallery {
  padding-top: 50px;
}

.gallery .container {
  max-width: 100%;
}
.gallery.gallery-list .modulecontent ul.da-thumbs {
  width: initial;
  display: flex;
  flex-wrap: wrap;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li {
  height: initial;
  padding: 0;
  margin: 0 15px 30px;
  position: relative;
  width: calc(25% - 30px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: initial;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  border: 1px solid #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a.video-cover .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/img-play.png) no-repeat center/80px;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a .overlay {
  top: 100%;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  background: rgba(46, 42, 42, 0.7);
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a .overlay span {
  color: #FFF;
  padding: 5px 20px;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a .overlay span:first-child {
  background: rgba(97, 58, 22, 0.95);
  border-radius: 5px;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li .title {
  padding: 5px 0 0;
}

@media only screen and (min-width: 1600px) {
  .gallery .container {
    padding: 0 80px;
  }
  .gallery.gallery-list .modulecontent ul.da-thumbs li {
    width: calc(20% - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .gallery.gallery-list .modulecontent ul.da-thumbs li {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 800px) {
  .gallery.gallery-list .modulecontent ul.da-thumbs li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 500px) {
  .gallery.gallery-list .modulecontent ul.da-thumbs li {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
}
.contact__frame {
  margin-bottom: 40px;
}
.contact__list .item__label {
  font-weight: 600;
  margin-bottom: 2px;
}
.contact__list .item__wrap {
  display: flex;
  gap: 4px;
}
.contact__map {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.contact__map iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-error {
  width: 100%;
  height: 100%;
  border-top: 10px solid #613a16;
}
.page-error p {
  display: block;
  text-align: center;
  font-size: 24px;
}
.page-error .container-wrapper {
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-error .container-wrapper .image {
  padding-top: 5%;
}
.page-error .container-wrapper .content {
  margin: auto;
}
.page-error .container-wrapper .content h1 {
  font-weight: 700;
  font-size: 15rem;
  line-height: 1;
  color: #613a16;
}
.page-error .container-wrapper .content a.back {
  margin-top: 20px;
  font-size: 25px;
  color: #613a16;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-error .container-wrapper .content a.back .fa {
  font-size: 20px;
}
.page-error .container-wrapper .content a.back:hover {
  color: #2e2a2a;
}
.page-error .container-wrapper .content .note {
  font-size: 16px;
}

.page-maintain {
  width: 100%;
  height: 100%;
  border-top: 10px solid #613a16;
}
.page-maintain p {
  display: block;
  text-align: center;
  font-size: 24px;
}
.page-maintain .container-wrapper {
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-maintain .container-wrapper .image {
  padding-top: 5%;
}
.page-maintain .container-wrapper .content {
  margin: auto;
}
.page-maintain .container-wrapper .content h1 {
  font-weight: 700;
  font-size: 15rem;
  line-height: 1;
  color: #613a16;
}
.page-maintain .container-wrapper .content .back {
  margin-top: 20px;
  font-size: 25px;
  color: #613a16;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-maintain .container-wrapper .content .note {
  font-size: 16px;
}

.service__list #loading {
  border-radius: 20px;
}
.service__list .item__link {
  display: block;
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service__list .item__link:hover {
  background: #ffd600;
}
.service__list .item__link:hover .item__title {
  color: #613a16;
}
.service__list .item__image {
  display: block;
  width: 100%;
}
.service__list .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.service__list .item__title {
  color: #2e2a2a;
  text-align: center;
  padding: 16px 0;
}
.service__list .item__title .title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.service__main {
  padding-top: 0;
}
.service__advantage .item__frame {
  padding: 8px 20px 8px 8px;
  background: #fffbe6;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.service__advantage .item__image {
  width: 80px;
  height: 80px;
  padding: 20px;
  border-radius: 100%;
  overflow: hidden;
  background: #ffd600;
}
.service__advantage .item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service__advantage .item__content {
  font-weight: 500;
  color: #613a16;
}
.service__action .box-title {
  font-size: 50px;
  margin-bottom: 12px;
}
.service__action .box-highlight span {
  font-size: 120px;
  line-height: 0.5;
}
.service__action--wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service__action--wrap .button {
  margin: 0 auto;
}
.service__action--image img {
  display: block;
  width: 100%;
  height: 100%;
}
.service__detail--banner img {
  display: block;
  width: 100%;
  aspect-ratio: 16/5;
  min-height: 200px;
  object-fit: cover;
}
.service__detail--content > .row > .col:nth-child(even) .block__frame {
  padding-left: 0;
  padding-right: 20px;
}
.service__detail--content > .row > .col:nth-child(even) .block .row {
  flex-direction: row-reverse;
}
.service__detail--content .block__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 20px;
}
.service__detail--content .block__frame {
  padding-left: 20px;
}
.service__client--slider .slick-list {
  margin: 0 -10px;
}
.service__client--slider .item {
  margin: 0 10px;
}
.service__client--category {
  gap: 2px;
  display: flex;
  overflow-x: auto;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.service__client--category::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.service__client--category::-webkit-scrollbar {
  height: 6px;
  background-color: #f1f1f1;
}
.service__client--category::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}
.service__client--category .item {
  cursor: pointer;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  background: #f4f4f4;
  white-space: nowrap;
}
.service__client--category .item:hover {
  background: rgba(255, 214, 0, 0.3);
}
.service__client--category .item.active {
  background: #ffd600;
}
.service__client--frame {
  padding-top: 0;
}
.service__client--container {
  position: relative;
  min-height: 200px;
}
.service__client--container #loading {
  border-radius: 20px;
}
.service__client--container .no-data {
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service__client--result {
  display: none;
}
.service__client--result.active {
  display: block;
}
.service__client .item__image {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}
.service__client .item__image:hover img {
  transform: scale(1.1);
}
.service__client .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about__main {
  padding-top: 0;
}
.about__main .container > .row > .col:nth-child(even) .about__block--main {
  padding: 0 0 0 20px;
}
.about__block--main {
  padding-right: 20px;
}
.about__block--image {
  height: 100%;
}
.about__block--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.about__count {
  background: url("../images/bg_about_count.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: center top;
}
.about__count--image {
  height: 100%;
}
.about__count--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.about__count .item {
  background: #ffd600;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  height: 100%;
}
.about__count .item__number {
  font-size: 64px;
  font-weight: 700;
}
.about__count .object {
  bottom: 0;
  left: 0;
  width: 100%;
}
.about__count .object img {
  width: 100%;
}
.about__facility--grid {
  display: grid;
  grid-template: 1fr 1fr/0.5fr 1fr 0.5fr;
  grid-gap: 20px;
}
.about__facility--grid .item {
  width: 100%;
}
.about__facility--grid .item__image {
  display: block;
  height: 100%;
  overflow: hidden;
}
.about__facility--grid .item__image:hover img {
  transform: scale(1.2);
}
.about__facility--grid .item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about__facility--grid .item.featured {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}

/*------------------------------------------------
** Boxes
**------------------------------------------------*/
.box-head__image img {
  display: block;
  width: 100%;
}
.box-head__frame {
  background: #ffd600;
}
.box-head__list {
  padding: 20px 0;
}
.box-head__list .item__frame {
  padding: 0 14px;
  text-align: center;
}
.box-head__list .item__image {
  width: fit-content;
  margin: auto;
}
.box-head__list .item__image img {
  display: block;
  width: 68px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.box-head__list .item__title {
  margin: 8px 0 4px;
}
.box-head__list .item__desc {
  font-size: 14px;
}
.box-head__achive {
  position: relative;
  width: 100%;
  height: 100%;
}
.box-head__achive img {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box-head .object {
  left: 0;
  top: 35%;
}

.box-about {
  padding-top: 160px;
}
.box-about__main {
  padding: 80px 0;
}
.box-about__image {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% - 10px);
  height: 100%;
}
.box-about__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
  object-fit: cover;
}

.box-service {
  padding-bottom: 0;
}
.box-service__slider .slick-list {
  margin: 0 -10px;
}
.box-service .item {
  margin: 0 10px;
}
.box-service .box-header .button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.box-testimonial {
  padding-top: 100px;
}
.box-testimonial__slider {
  margin-right: 40px;
  height: auto;
}
.box-testimonial__slider .slick-list {
  margin: 0 -16px;
  padding: 16px 0;
}
.box-testimonial__slider .item {
  margin: 0 16px;
  height: auto;
}
.box-testimonial__slider .item__frame {
  height: 100%;
  padding: 40px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 3px 6px 16px 0px rgba(191, 191, 191, 0.25);
  text-align: center;
}
.box-testimonial__slider .item__avt {
  width: fit-content;
  margin: auto;
}
.box-testimonial__slider .item__avt img {
  display: block;
  width: 200px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
}
.box-testimonial__slider .item__name {
  text-transform: capitalize;
}
.box-testimonial__slider .item__info {
  color: #6d6a6a;
  font-size: 14px;
  margin-top: 4px;
}
.box-testimonial__slider .item__desc {
  max-width: 400px;
  margin: auto;
}
.box-testimonial__gallery {
  position: absolute;
  width: calc(50% - 10px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box-testimonial__gallery .client__slider {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.box-testimonial__gallery .client__list {
  white-space: nowrap;
  will-change: transform;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.box-testimonial__gallery .client__list--wrap {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.box-testimonial__gallery .client__list .item img {
  min-width: 268px;
}
.box-testimonial .object {
  right: 0;
  top: 0;
  height: 100%;
}
.box-testimonial .object img {
  display: block;
  object-fit: contain;
}

.box-doctor__slider .slick-list {
  margin: 0 -10px;
  padding: 16px 0;
}
.box-doctor__slider .item {
  margin: 0 10px;
}
.box-doctor__slider .item__frame {
  cursor: pointer;
  display: block;
  box-shadow: 3px 6px 16px 0px rgba(191, 191, 191, 0.25);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.box-doctor__slider .item__frame:hover .item__body {
  background: #ffd600;
}
.box-doctor__slider .item__frame:hover .item__info {
  color: #2e2a2a;
}
.box-doctor__slider .item__title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.box-doctor__slider .item__image {
  width: 100%;
  padding: 20px 40px 0;
}
.box-doctor__slider .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: contain;
}
.box-doctor__slider .item__body {
  padding: 20px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-doctor__slider .item__info {
  margin-top: 4px;
  color: #6d6a6a;
  font-weight: 500;
}
.box-doctor .object {
  right: 0;
  top: 0;
}

.box-contact {
  background: #629a81;
  padding: 60px 0;
}
.box-contact__bg {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.box-contact__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-contact__frame {
  padding: 40px;
  background: #ffd600;
  border-radius: 20px;
  overflow: hidden;
}
.box-contact .button {
  background: #613a16;
  color: #fff;
}
.box-contact .button:hover {
  background: #924b0b;
}

.box-slide-da-thumbs .container {
  overflow: hidden;
}
.box-slide-da-thumbs ul.da-thumbs {
  width: initial;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.box-slide-da-thumbs ul.da-thumbs li {
  width: calc(33.3333333333% - 20px);
  height: initial;
  padding: 0;
  margin: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  float: initial;
}
.box-slide-da-thumbs ul.da-thumbs li a {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border: 1px solid #f2f2f2;
}
.box-slide-da-thumbs ul.da-thumbs li a img {
  display: none;
}
.box-slide-da-thumbs ul.da-thumbs li a div {
  top: 100%;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: rgba(255, 214, 0, 0.3);
}
.box-slide-da-thumbs ul.da-thumbs li a div span {
  /*text-transform: uppercase;*/
  font-size: 20px;
  color: #FFF;
  padding: 5px 20px;
  background: rgba(97, 58, 22, 0.8);
  border-radius: 5px;
}
.box-slide-da-thumbs ul.da-thumbs li a div span:hover {
  background: rgba(97, 58, 22, 0.9);
  box-shadow: 0 0 5px #ccc;
}
.box-slide-da-thumbs ul.da-thumbs:after {
  display: block;
  content: "";
  clear: both;
}

@media only screen and (max-width: 800px) {
  .box-slide-da-thumbs ul.da-thumbs li {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 500px) {
  .box-slide-da-thumbs ul.da-thumbs {
    margin: 0;
  }
  .box-slide-da-thumbs ul.da-thumbs li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/*------------------------------------------------
** Common
**------------------------------------------------*/
.content-detail {
  font-size: 16px;
}
.content-detail ul,
.content-detail ol {
  text-align: left;
  list-style: initial;
  padding-left: 20px;
}
.content-detail ul li,
.content-detail ol li {
  text-align: left;
  display: list-item;
}
.content-detail h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.content-detail p,
.content-detail div,
.content-detail img {
  margin: 5px 0 15px 0;
}
.content-detail img {
  margin: 5px 0;
}
.content-detail table {
  width: 100%;
  background-color: #fffdf6;
  border-collapse: collapse;
  margin: 20px auto;
}
.content-detail table tr {
  border: 1px solid #000;
  color: #000;
  background: #e2e2e2;
}
.content-detail table tr:nth-child(2n+1) {
  background: #fff;
}
.content-detail table tr:first-child {
  background: #ffd600;
  color: #fff;
  font-weight: bold;
}
.content-detail table tr td {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #000;
  vertical-align: middle;
}
.content-detail table tr td ul {
  width: 100%;
}
.content-detail table tr td ul li {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-indent: 10px;
}
.content-detail table tr p {
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
.content-detail iframe {
  max-width: 100%;
  width: 100% !important;
}

.pagination {
  margin: 40px auto 20px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  margin: 0 4px;
  overflow: hidden;
}
.pagination li span,
.pagination li a {
  width: 32px;
  height: 32px;
  color: #2e2a2a;
  background: #ffd600;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li span:hover,
.pagination li a:hover {
  color: #2e2a2a;
  opacity: 0.5;
}
.pagination li .limit {
  margin: 10px auto;
}
.pagination li .limit select {
  border-radius: 3px;
  min-width: 50px;
}
.pagination li.disabled {
  display: none;
}
.pagination li.active {
  border: 0;
}
.pagination li.active span {
  color: #fff;
  opacity: 1;
}

.footer__main {
  padding-right: 40px;
}
.footer__logo {
  display: block;
  width: fit-content;
}
.footer__logo img {
  display: block;
  width: 200px;
}
.footer__map iframe {
  width: 100%;
  height: 250px;
}
.footer__list {
  margin-top: 20px;
}
.footer__list.service .item__link {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.footer__list.contact .item {
  margin-bottom: 16px;
}
.footer__list .item {
  margin-bottom: 8px;
}
.footer__list .item__label {
  font-weight: 600;
  margin-bottom: 8px;
}
.footer__list .item.address .item__wrap {
  margin-bottom: 8px;
}
.footer__list .item.address .item__wrap:last-child {
  margin-bottom: 0;
}
.footer__list .item:last-child {
  margin-bottom: 0;
}
.footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.footer__social--list {
  display: flex;
  gap: 16px;
}
.footer__social--list .item__link {
  display: block;
  width: fit-content;
  border-radius: 100%;
  overflow: hidden;
}
.footer__social--list .item__link img {
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media only screen and (max-width: 1239px) {
  .box-head__list .item__frame {
    padding: 0;
  }
  .about__count .item {
    padding: 12px;
  }
  .about__count .item__number {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
  .title {
    font-size: 16px;
  }
  .rd-menu,
  .rd-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  header {
    display: none;
  }
  .main-body {
    padding-top: 56px;
  }
  .section {
    padding: 28px 0;
  }
  .box-head__frame {
    padding: 28px 0;
  }
  .box-head__frame .col__image {
    order: -1;
  }
  .box-head__list {
    padding: 0;
  }
  .box-head__list .item {
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    height: 100%;
  }
  .box-head__list .item__image img {
    display: block;
    width: 50px;
  }
  .box-head__achive img {
    width: 200px;
    display: block;
    position: initial;
    transform: none;
    margin: auto;
  }
  .box-heading {
    font-size: 26px;
  }
  .box-title {
    font-size: 24px;
  }
  .box-highlight {
    font-size: 60px;
  }
  .box-about__main {
    padding: 0;
  }
  .box-about__image {
    position: initial;
    width: 100%;
  }
  .box-about__image img {
    border-radius: 20px;
  }
  .box-testimonial .object {
    display: none;
  }
  .box-testimonial__gallery {
    position: initial;
    transform: none;
    width: 100%;
  }
  .box-testimonial__gallery .client__list .item__image {
    border-radius: 8px;
  }
  .box-testimonial__gallery .client__list .item__image img {
    min-width: 150px;
  }
  .box-testimonial__gallery .box-action .button {
    margin: auto;
  }
  .box-testimonial__slider {
    margin-right: 0;
  }
  .box-testimonial__slider .item__frame {
    padding: 12px;
  }
  .box-testimonial__slider .item__avt img {
    width: 100px;
  }
  .footer__main {
    padding-right: 0;
  }
  .footer__list {
    margin-top: 12px;
  }
  .about__main {
    padding-top: 0;
  }
  .about__main .gap-y-60 {
    gap: 20px 0;
  }
  .about__main .container > .row > .col:nth-child(even) .about__block > .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .about__main .container > .row > .col:nth-child(even) .about__block--main {
    padding: 0;
  }
  .about__block--main {
    padding: 0;
  }
  .about__count {
    background: none;
  }
  .about__count--image img {
    max-width: 420px;
    margin: auto;
  }
  .about__count .object {
    display: none;
  }
  .service__main {
    padding-top: 0;
  }
  .service__main .gap-y-40 {
    gap: 20px;
  }
  .service__advantage .item__frame {
    gap: 12px;
  }
  .service__advantage .item__image {
    padding: 12px;
    width: 60px;
    height: 60px;
  }
  .service__advantage .item__content {
    width: calc(100% - 72px);
  }
  .service__action .box-title {
    font-size: 24px;
  }
  .service__action .box-highlight span {
    font-size: 70px;
  }
  .service__client--frame {
    padding-top: 0;
  }
  .service__client--frame .gap-y-40 {
    gap: 20px;
  }
  .service__detail--frame .gap-y-40 {
    gap: 28px 0;
  }
  .service__detail--content .block__frame {
    padding: 0 !important;
  }
  .news__category--frame .gap-y-40 {
    gap: 20px;
  }
  .pagination {
    margin: 20px 0;
  }
  .popup.doctor .doctor__image {
    max-width: 360px;
  }
  .popup.doctor .doctor__info {
    padding: 20px;
  }
  .popup.doctor .doctor__info--header {
    gap: 12px;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .popup.doctor .doctor__info--header p {
    width: 100%;
  }
}
@media only screen and (max-width: 739px) {
  .popup.doctor .doctor__image {
    padding: 12px;
    max-width: 200px;
  }
  .popup.doctor .doctor__info {
    padding: 12px;
  }
  .popup.doctor .doctor__info--header {
    margin-bottom: 20px;
  }
  .popup.doctor .doctor__info--header .btn-close {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .box-heading {
    font-size: 24px;
  }
  .box-title {
    font-size: 22px;
  }
  .box-about .button {
    width: 100%;
  }
  .box-service .box-header .button {
    position: initial;
    transform: none;
    margin: 12px auto 0;
  }
  .box-highlight {
    font-size: 50px;
  }
  .box-contact__frame {
    padding: 20px;
    border-radius: 12px;
  }
  .box-testimonial__gallery .client__list .item img {
    min-width: 100px;
  }
  .form__group input,
  textarea {
    padding: 10px 18px;
    border-radius: 6px;
  }
  .footer__social {
    gap: 12px;
  }
  .footer__social--list .item__link img {
    width: 30px;
  }
  .about__count .item {
    border-radius: 8px;
  }
  .about__count .item__number {
    font-size: 30px;
  }
  .about__facility--grid {
    grid-template: 0.5fr 1fr 0.5fr/1fr 1fr;
  }
  .about__facility--grid .item.featured {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .service__list .item__title {
    padding: 8px 0;
  }
  .service__client--container .no-data {
    font-size: 14px;
  }
  .service__client--slider .item__image {
    border-radius: 6px;
  }
  .service__client--category .item {
    padding: 8px 16px;
    border-radius: 4px;
  }
  .service__client--result .item__image {
    border-radius: 12px;
  }
  .news__list .item__body {
    padding: 12px;
  }
  .news__detail--content {
    padding: 12px;
  }
  .contact__frame {
    margin-bottom: 28px;
  }
  .popup.doctor .doctor__frame {
    flex-wrap: wrap;
    overflow: auto;
  }
  .popup.doctor .doctor__image {
    max-width: 100%;
  }
  .popup.doctor .doctor__image img {
    aspect-ratio: 4/3;
  }
  .popup.doctor .doctor__info {
    width: 100%;
  }
  .popup.doctor .doctor__info--header p {
    text-align: center;
  }
  .popup.doctor .doctor__info--header .btn-close {
    display: none;
  }
}
/*------------------------------------------------
** Animate
**------------------------------------------------*/
@keyframes zoomIcon {
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes mymove {
  0% {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }
  25% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-circle {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes scrollHorizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*# sourceMappingURL=style.css.map */
