@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
:root {
  --swiper-theme-color: #D38549;
}

::-moz-selection {
  background-color: #D38549;
  color: #fff;
}

::selection {
  background-color: #D38549;
  color: #fff;
}

@media (max-width: 575.98px) {
  html {
    font-size: 0.9rem;
  }
}

body {
  position: relative;
}

main {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.bg-cover {
  background-size: cover;
  width: 100%;
  height: 0;
  display: block;
  background-position: 50% 50%;
}

svg {
  max-width: 100%;
  height: auto;
}

article {
  position: relative;
  overflow: hidden;
}

.fancybox__container {
  z-index: 9900;
}

.vr {
  opacity: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

/* COLOR OPTIONS */
.left-aside {
  width: 80%;
  max-width: 400px;
  overflow-y: auto;
  z-index: 9999;
  background: #000;
}
.left-aside .onoffcanvas-toggler {
  margin-left: auto;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.left-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.left-menu > li:first-child:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.left-menu > li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}
.left-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.left-menu li:first-child {
  margin-top: 5px;
}
.left-menu li:last-child {
  margin-bottom: 5px;
}
.left-menu a {
  display: block;
  position: relative;
  padding: 0.8rem;
  outline: 0;
  text-decoration: none;
  color: #fff;
}
.left-menu a[href="#"] .arrows, .left-menu a[href=""] .arrows {
  display: none;
}
.left-menu a[href="#"] .arrows:before, .left-menu a[href=""] .arrows:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.left-menu a:hover {
  color: #fff;
}
.left-menu a:focus {
  color: #fff;
}
.left-menu a:active {
  color: #fff;
}
.left-menu a.has-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
}
.left-menu a.has-submenu span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.left-menu a.has-submenu .arrows {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.left-menu a.has-submenu .arrows:after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.left-menu a.has-submenu .arrows[aria-expanded=true]:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.left-menu ul {
  padding-left: 1rem;
}
.left-menu li.mm-active > a {
  color: #fff;
}
.left-menu ul {
  position: relative;
}
.left-menu ul:before {
  content: "";
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  z-index: -1;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
}
.left-menu ul[class*=mm-col]:before {
  visibility: visible;
}

.onoffcanvas-drawer.is-open {
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.onoffcanvas-toggler {
  min-width: auto;
  min-height: auto;
  width: 2rem;
  height: 2rem;
  display: block;
  border: 0;
}
.onoffcanvas-toggler:before, .onoffcanvas-toggler:after {
  border-color: #fff;
}

.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar-nav .metismenu li + li {
  margin-top: 5px;
}
.sidebar-nav .metismenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.sidebar-nav .metismenu a {
  position: relative;
  display: block;
  color: #4F4F4F;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.sidebar-nav .metismenu a:hover {
  color: #D38549;
  text-decoration: none;
}
.sidebar-nav .metismenu a:focus {
  color: #D38549;
  text-decoration: none;
}
.sidebar-nav .metismenu a:active {
  color: #D38549;
  text-decoration: none;
}
.sidebar-nav .metismenu ul {
  padding-left: 1rem;
}
.sidebar-nav .metismenu .mm-active > a {
  color: #D38549;
  text-decoration: none;
  border-radius: 3px;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9000;
  color: #fff;
  border-bottom: 1px solid #DEDCDB;
}
.navbar:hover, .navbar.scroll, .navbar.hover {
  color: #174166;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.navbar:hover .onoffcanvas-toggler:before, .navbar:hover .onoffcanvas-toggler:after, .navbar.scroll .onoffcanvas-toggler:before, .navbar.scroll .onoffcanvas-toggler:after, .navbar.hover .onoffcanvas-toggler:before, .navbar.hover .onoffcanvas-toggler:after {
  border-color: #174166;
}
.navbar:hover .navbar-brand .logo-main .t-t,
.navbar:hover .navbar-brand .logo-main .t-r,
.navbar:hover .navbar-brand .logo-main .t-k, .navbar.scroll .navbar-brand .logo-main .t-t,
.navbar.scroll .navbar-brand .logo-main .t-r,
.navbar.scroll .navbar-brand .logo-main .t-k, .navbar.hover .navbar-brand .logo-main .t-t,
.navbar.hover .navbar-brand .logo-main .t-r,
.navbar.hover .navbar-brand .logo-main .t-k {
  fill: #174166;
}
.navbar .navbar-brand {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.navbar .navbar-brand .logo-icon {
  height: 27px;
  width: auto;
  margin-right: 0.5rem;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.navbar .lang-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media (max-width: 991.98px) {
  .navbar .lang-row {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.navbar .navbar-nav .nav-item {
  margin-left: 1rem;
  margin-right: 0;
  letter-spacing: 3px;
  font-weight: bold;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  min-width: 100%;
  border-radius: 0;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  display: block;
  color: inherit;
  font-weight: bold;
  padding-left: 1rem;
  padding-right: 1rem;
}
.navbar .navbar-nav .nav-item .nav-link span {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #D38549;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.navbar .navbar-nav .nav-item:hover, .navbar .navbar-nav .nav-item.active {
  color: #D38549;
}
.navbar .navbar-nav .nav-item:hover > .nav-link span:after, .navbar .navbar-nav .nav-item.active > .nav-link span:after {
  display: block;
}

.dropdown-menu {
  min-width: 180px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.dropdown-menu > li:hover a, .dropdown-menu > li.active a {
  background-color: #D38549;
  color: #fff;
}

.nav-right .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-right .lang a {
  display: block;
  border-radius: 5px;
  border: 1px solid #000;
  color: inherit;
  width: 2.3rem;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.nav-right .lang a:hover {
  background-color: #D38549;
  color: #fff;
}
.nav-right .lang a.active {
  color: #fff;
  background-color: #000;
}
.nav-right .lang a + a {
  margin-left: -5px;
}

.lang-row {
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .lang-row {
    margin-left: 1rem;
  }
}
.lang-row .lang-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991.98px) {
  .lang-row .lang-text {
    padding-right: 2rem;
  }
}
.lang-row .lang-text:after {
  position: absolute;
  right: 0;
  top: 0.7rem;
  border-top-width: 0.35rem;
  border-left-width: 0.35rem;
  border-right-width: 0.35rem;
}
.lang-row .dropdown-menu {
  width: auto;
  max-width: 100%;
  min-width: 100px;
  -webkit-transform: none;
          transform: none;
  border-radius: 0;
}
.lang-row .dropdown-menu .dropdown-item {
  text-align: center !important;
}
@media (min-width: 992px) {
  .lang-row:hover .dropdown-menu {
    display: block !important;
    right: 0;
    left: auto;
    top: 100%;
  }
}

.loader-mesk {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 9998;
}
.loader-mesk.finish {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 1;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preloader .preloader_inner {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.preloader .mesk {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #174166;
  opacity: 1;
  outline: none;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D38549;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  outline: none;
  background: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #D38549;
  color: #fff;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.slider-small .swiper-slide {
  cursor: pointer;
}
.slider-small .swiper-slide:hover, .slider-small .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}

/*!
 * Lavalamp 
 * https://lavalamp.magicmediamuse.com/
 */
.lavalamp {
  position: relative;
}
.lavalamp__item {
  z-index: 5;
  position: relative;
}
.lavalamp__object {
  position: absolute;
  top: 0;
  left: 0;
}
.lavalamp__object:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='15' viewBox='0 0 27 15'%3E%3Cg id='组_19' data-name='组 19' transform='translate(-894.967 -22.001)'%3E%3Ccircle id='椭圆_1' data-name='椭圆 1' cx='7.5' cy='7.5' r='7.5' transform='translate(894.967 22.001)' fill='%23cea614'/%3E%3Ccircle id='椭圆_2' data-name='椭圆 2' cx='7.5' cy='7.5' r='7.5' transform='translate(906.967 22.001)' fill='%231936c0'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: inline-block;
  left: 50%;
  top: 1rem;
  margin: auto;
  position: relative;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.lavalamp__object {
  /**
   * Custom easing transitions
   */
  -webkit-transition-property: -webkit-transform, width, height;
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, -webkit-transform;
  transition-property: transform, width, height;
  transition-property: transform, width, height, -webkit-transform;
}
.lavalamp__object.ease {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.lavalamp__object.ease-in {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.lavalamp__object.ease-out {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.lavalamp__object.ease-in-out {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.lavalamp__object.linear {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.lavalamp__object.easeInQuad {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.lavalamp__object.easeInCubic {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.lavalamp__object.easeInQuart {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.lavalamp__object.easeInQuint {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.lavalamp__object.easeInSine {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.lavalamp__object.easeInExpo {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.lavalamp__object.easeInCirc {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.lavalamp__object.easeInBack {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.lavalamp__object.easeOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lavalamp__object.easeOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lavalamp__object.easeOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lavalamp__object.easeOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.lavalamp__object.easeOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.lavalamp__object.easeOutExpo {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.lavalamp__object.easeOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.lavalamp__object.easeOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.lavalamp__object.easeInOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.lavalamp__object.easeInOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.lavalamp__object.easeInOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.lavalamp__object.easeInOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.lavalamp__object.easeInOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.lavalamp__object.easeInOutExpo {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.lavalamp__object.easeInOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.lavalamp__object.easeInOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.fs-12 {
  font-size: 0.75rem;
}

.fsr-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fsr-13 {
  font-size: 0.8125rem;
}

.fs-14, #nav-top .search-item .search-input input, .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: 0.875rem;
}

.fsr-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fsr-16, #news-inner-section1 .news-title-row .date, .news-item .date {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fsr-17 {
  font-size: 1.0625rem;
}

.fs-18, #wanted-section1 .txt-row, .p-item .txt-row .detail, .mega-menu [class*=container] ul.product-mega-menu > li > a, .footer-nav > li > a {
  font-size: 1.125rem;
}

.fsr-18, #medication-inner-section1 .top-row .txt-row .detail {
  font-size: 1.125rem;
}

.fs-20, #index-about .txt-row {
  font-size: 1.25rem;
}

.fsr-20 {
  font-size: 1.25rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fsr-22, .p-item .txt-row .sub-title {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .fsr-22, .p-item .txt-row .sub-title {
    font-size: 1.375rem;
  }
}

.fs-24 {
  font-size: 1.5rem;
}

.fsr-24 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .fsr-24 {
    font-size: 1.5rem;
  }
}

.fs-25, #footer1 .footer-content .left .logo-row .company-name {
  font-size: 1.5625rem;
}

.fsr-25, #news-inner-section1 .news-title-row .title, #value-section2 .row .txt-row .title {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .fsr-25, #news-inner-section1 .news-title-row .title, #value-section2 .row .txt-row .title {
    font-size: 1.5625rem;
  }
}

.fs-27 {
  font-size: 1.6875rem;
}

.fsr-27 {
  font-size: calc(1.29375rem + 0.525vw);
}
@media (min-width: 1200px) {
  .fsr-27 {
    font-size: 1.6875rem;
  }
}

.fs-30 {
  font-size: 1.875rem;
}

.fsr-30 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .fsr-30 {
    font-size: 1.875rem;
  }
}

.fs-35 {
  font-size: 2.1875rem;
}

.fsr-35 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  .fsr-35 {
    font-size: 2.1875rem;
  }
}

.fs-34 {
  font-size: 2.125rem;
}

.fsr-34 {
  font-size: calc(1.3375rem + 1.05vw);
}
@media (min-width: 1200px) {
  .fsr-34 {
    font-size: 2.125rem;
  }
}

.fs-40 {
  font-size: 2.5rem;
}

.fsr-40 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .fsr-40 {
    font-size: 2.5rem;
  }
}

.fs-45 {
  font-size: 2.8125rem;
}

.fsr-45, #medication-inner-section1 .top-row .txt-row .p-name {
  font-size: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  .fsr-45, #medication-inner-section1 .top-row .txt-row .p-name {
    font-size: 2.8125rem;
  }
}

.fs-50 {
  font-size: 3.125rem;
}

.fsr-50, .p-item .txt-row .p-name {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  .fsr-50, .p-item .txt-row .p-name {
    font-size: 3.125rem;
  }
}

.fs-72 {
  font-size: 4.5rem;
}

.fsr-72 {
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .fsr-72 {
    font-size: 4.5rem;
  }
}

.fs-80 {
  font-size: 5rem;
}

.fsr-80 {
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .fsr-80 {
    font-size: 5rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 0.75rem;
  }
  .fsr-sm-12 {
    font-size: 0.75rem;
  }
  .fs-sm-13 {
    font-size: 0.8125rem;
  }
  .fsr-sm-13 {
    font-size: 0.8125rem;
  }
  .fs-sm-14 {
    font-size: 0.875rem;
  }
  .fsr-sm-14 {
    font-size: 0.875rem;
  }
  .fs-sm-16 {
    font-size: 1rem;
  }
  .fsr-sm-16 {
    font-size: 1rem;
  }
  .fs-sm-17 {
    font-size: 1.0625rem;
  }
  .fsr-sm-17 {
    font-size: 1.0625rem;
  }
  .fs-sm-18 {
    font-size: 1.125rem;
  }
  .fsr-sm-18 {
    font-size: 1.125rem;
  }
  .fs-sm-20 {
    font-size: 1.25rem;
  }
  .fsr-sm-20 {
    font-size: 1.25rem;
  }
  .fs-sm-22 {
    font-size: 1.375rem;
  }
  .fsr-sm-22 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-24 {
    font-size: 1.5rem;
  }
  .fsr-sm-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-25 {
    font-size: 1.5625rem;
  }
  .fsr-sm-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-27 {
    font-size: 1.6875rem;
  }
  .fsr-sm-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-30 {
    font-size: 1.875rem;
  }
  .fsr-sm-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 2.1875rem;
  }
  .fsr-sm-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-34 {
    font-size: 2.125rem;
  }
  .fsr-sm-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-40 {
    font-size: 2.5rem;
  }
  .fsr-sm-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-45 {
    font-size: 2.8125rem;
  }
  .fsr-sm-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-50 {
    font-size: 3.125rem;
  }
  .fsr-sm-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-72 {
    font-size: 4.5rem;
  }
  .fsr-sm-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-80 {
    font-size: 5rem;
  }
  .fsr-sm-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-80 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 0.75rem;
  }
  .fsr-md-12 {
    font-size: 0.75rem;
  }
  .fs-md-13 {
    font-size: 0.8125rem;
  }
  .fsr-md-13 {
    font-size: 0.8125rem;
  }
  .fs-md-14 {
    font-size: 0.875rem;
  }
  .fsr-md-14 {
    font-size: 0.875rem;
  }
  .fs-md-16 {
    font-size: 1rem;
  }
  .fsr-md-16 {
    font-size: 1rem;
  }
  .fs-md-17 {
    font-size: 1.0625rem;
  }
  .fsr-md-17 {
    font-size: 1.0625rem;
  }
  .fs-md-18 {
    font-size: 1.125rem;
  }
  .fsr-md-18 {
    font-size: 1.125rem;
  }
  .fs-md-20 {
    font-size: 1.25rem;
  }
  .fsr-md-20 {
    font-size: 1.25rem;
  }
  .fs-md-22 {
    font-size: 1.375rem;
  }
  .fsr-md-22 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .fs-md-24 {
    font-size: 1.5rem;
  }
  .fsr-md-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-25 {
    font-size: 1.5625rem;
  }
  .fsr-md-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .fs-md-27 {
    font-size: 1.6875rem;
  }
  .fsr-md-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 1.875rem;
  }
  .fsr-md-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 2.1875rem;
  }
  .fsr-md-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-34 {
    font-size: 2.125rem;
  }
  .fsr-md-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 2.5rem;
  }
  .fsr-md-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-45 {
    font-size: 2.8125rem;
  }
  .fsr-md-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-50 {
    font-size: 3.125rem;
  }
  .fsr-md-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-72 {
    font-size: 4.5rem;
  }
  .fsr-md-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-80 {
    font-size: 5rem;
  }
  .fsr-md-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-80 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 0.75rem;
  }
  .fsr-lg-12 {
    font-size: 0.75rem;
  }
  .fs-lg-13 {
    font-size: 0.8125rem;
  }
  .fsr-lg-13 {
    font-size: 0.8125rem;
  }
  .fs-lg-14 {
    font-size: 0.875rem;
  }
  .fsr-lg-14 {
    font-size: 0.875rem;
  }
  .fs-lg-16 {
    font-size: 1rem;
  }
  .fsr-lg-16 {
    font-size: 1rem;
  }
  .fs-lg-17 {
    font-size: 1.0625rem;
  }
  .fsr-lg-17 {
    font-size: 1.0625rem;
  }
  .fs-lg-18 {
    font-size: 1.125rem;
  }
  .fsr-lg-18 {
    font-size: 1.125rem;
  }
  .fs-lg-20 {
    font-size: 1.25rem;
  }
  .fsr-lg-20 {
    font-size: 1.25rem;
  }
  .fs-lg-22 {
    font-size: 1.375rem;
  }
  .fsr-lg-22 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-24 {
    font-size: 1.5rem;
  }
  .fsr-lg-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-25 {
    font-size: 1.5625rem;
  }
  .fsr-lg-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-27 {
    font-size: 1.6875rem;
  }
  .fsr-lg-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 1.875rem;
  }
  .fsr-lg-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 2.1875rem;
  }
  .fsr-lg-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-34 {
    font-size: 2.125rem;
  }
  .fsr-lg-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 2.5rem;
  }
  .fsr-lg-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-45 {
    font-size: 2.8125rem;
  }
  .fsr-lg-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-50 {
    font-size: 3.125rem;
  }
  .fsr-lg-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-72 {
    font-size: 4.5rem;
  }
  .fsr-lg-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-80 {
    font-size: 5rem;
  }
  .fsr-lg-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 0.75rem;
  }
  .fsr-xl-12 {
    font-size: 0.75rem;
  }
  .fs-xl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xl-13 {
    font-size: 0.8125rem;
  }
  .fs-xl-14 {
    font-size: 0.875rem;
  }
  .fsr-xl-14 {
    font-size: 0.875rem;
  }
  .fs-xl-16 {
    font-size: 1rem;
  }
  .fsr-xl-16 {
    font-size: 1rem;
  }
  .fs-xl-17 {
    font-size: 1.0625rem;
  }
  .fsr-xl-17 {
    font-size: 1.0625rem;
  }
  .fs-xl-18 {
    font-size: 1.125rem;
  }
  .fsr-xl-18 {
    font-size: 1.125rem;
  }
  .fs-xl-20 {
    font-size: 1.25rem;
  }
  .fsr-xl-20 {
    font-size: 1.25rem;
  }
  .fs-xl-22 {
    font-size: 1.375rem;
  }
  .fsr-xl-22 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-24 {
    font-size: 1.5rem;
  }
  .fsr-xl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-30 {
    font-size: 1.875rem;
  }
  .fsr-xl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-34 {
    font-size: 2.125rem;
  }
  .fsr-xl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-40 {
    font-size: 2.5rem;
  }
  .fsr-xl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-50 {
    font-size: 3.125rem;
  }
  .fsr-xl-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-72 {
    font-size: 4.5rem;
  }
  .fsr-xl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-80 {
    font-size: 5rem;
  }
  .fsr-xl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-12 {
    font-size: 0.75rem;
  }
  .fsr-xxl-12 {
    font-size: 0.75rem;
  }
  .fs-xxl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xxl-13 {
    font-size: 0.8125rem;
  }
  .fs-xxl-14 {
    font-size: 0.875rem;
  }
  .fsr-xxl-14 {
    font-size: 0.875rem;
  }
  .fs-xxl-16 {
    font-size: 1rem;
  }
  .fsr-xxl-16 {
    font-size: 1rem;
  }
  .fs-xxl-17 {
    font-size: 1.0625rem;
  }
  .fsr-xxl-17 {
    font-size: 1.0625rem;
  }
  .fs-xxl-18 {
    font-size: 1.125rem;
  }
  .fsr-xxl-18 {
    font-size: 1.125rem;
  }
  .fs-xxl-20 {
    font-size: 1.25rem;
  }
  .fsr-xxl-20 {
    font-size: 1.25rem;
  }
  .fs-xxl-22 {
    font-size: 1.375rem;
  }
  .fsr-xxl-22 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-24 {
    font-size: 1.5rem;
  }
  .fsr-xxl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xxl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xxl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-30 {
    font-size: 1.875rem;
  }
  .fsr-xxl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xxl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-34 {
    font-size: 2.125rem;
  }
  .fsr-xxl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-40 {
    font-size: 2.5rem;
  }
  .fsr-xxl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xxl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-50 {
    font-size: 3.125rem;
  }
  .fsr-xxl-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-72 {
    font-size: 4.5rem;
  }
  .fsr-xxl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-80 {
    font-size: 5rem;
  }
  .fsr-xxl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-80 {
    font-size: 5rem;
  }
}
.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

.ls-5 {
  letter-spacing: 5px;
}

.main-title {
  letter-spacing: 5px;
}
.main-title span {
  position: relative;
}
.main-title span:after {
  content: "";
  display: block;
  width: calc(100% - 5px);
  height: 2px;
  background-color: currentColor;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}

.title-left .section-title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 3rem;
}

.title-right .section-title-row {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 3rem;
}
.title-right .section-title-row .section-title {
  -webkit-transform: none;
          transform: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.section-title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: scale(-1) translateX(100%);
          transform: scale(-1) translateX(100%);
  line-height: 1;
}

.border-left-right {
  border-left: 1px solid #DEDCDB;
  border-right: 1px solid #DEDCDB;
}

@media (max-width: 575.98px) {
  .container-xxl {
    width: 100%;
  }
  .container-xxl.border-left-right {
    border: 0;
  }
}

#back-to-top,
.right-icon {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #D38549;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  #back-to-top,
  .right-icon {
    width: 30px;
    height: 30px;
  }
}

.btn {
  min-width: 130px;
}
.btn-outline-primary2 {
  background-color: #fff;
  font-weight: bold;
}
.btn-outline-primary2:hover {
  background-color: #174166;
  color: #fff;
}

.breadcrumb-item li {
  color: #DEDCDB;
}
.breadcrumb-item a {
  color: inherit;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}

.editor ol {
  list-style: decimal;
  padding-left: 25px;
}
.editor ul {
  list-style: inherit;
  padding-left: 25px;
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ratio img {
  max-width: 100%;
  max-height: 100%;
}
.ratio.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 767.98px) {
  .aside-menu.deactive {
    display: none;
  }
  .aside-menu.active {
    display: block;
  }
}

@media (min-width: 768px) {
  .aside-list {
    max-width: 215px;
  }
}
.aside-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-list a {
  display: block;
  padding: 0.6rem;
  color: inherit;
}
.aside-list > li {
  position: relative;
}
.aside-list > li:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #D38549;
}
.aside-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.aside-list > li > a:after {
  content: "\e4b2";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font: var(--fa-font-regular);
  display: none;
}
.aside-list > li > a [class*=fa] {
  margin-top: 3px;
  margin-left: 10px;
  display: none;
}
.aside-list > li:hover > a, .aside-list > li.mm-active > a {
  background-color: #D38549;
  color: #fff;
}
.aside-list > li:hover > a [class*=fa], .aside-list > li.mm-active > a [class*=fa] {
  display: block;
}
.aside-list > li ul {
  padding-left: 1rem;
}
.aside-list > li ul li:hover > a, .aside-list > li ul li.mm-active > a {
  color: #D38549;
}

.m-button {
  background-color: #D38549;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.m-button span {
  pointer-events: none;
}
.m-button:after {
  content: "\f107";
  font: var(--fa-font-solid);
  display: block;
  color: #fff;
}
.m-button [class*=fa] {
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-button.active {
  background-color: #174166;
}
.m-button.active [class*=fa] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pages .pagination {
  --bs-pagination-padding-y: 0;
  --bs-pagination-padding-x: 0;
  --bs-pagination-color: #174166;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #174166;
  --bs-pagination-hover-bg: #174166;
  --bs-pagination-hover-border-color: #174166;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-active-bg: #174166;
  --bs-pagination-active-border-color: #174166;
  --bs-pagination-disabled-bg: none;
}
.pages .pagination .page-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.pages .pagination .page-item:first-child .page-link, .pages .pagination .page-item:last-child .page-link {
  border-width: 0;
}
.pages .pagination .page-link {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#right-float-box {
  position: fixed;
  z-index: 8000;
  right: 0;
  bottom: 50px;
}
#right-float-box .right-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.5rem;
}
#right-float-box .navar-line {
  background-color: #00c300;
  color: #fff;
}
#right-float-box .email {
  background-color: #000;
  color: #fff;
}
#right-float-box .phone {
  background-color: #D38549;
  color: #fff;
}
#right-float-box #back-to-top {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#banner {
  position: relative;
}
#banner .banner-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#banner .banner-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#banner #banner-txt-row {
  position: relative;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#banner #banner-txt-row .banner-prev, #banner #banner-txt-row .banner-next {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
#banner #banner-txt-row [class*=container] {
  position: relative;
  padding-top: 10%;
  padding-bottom: 10%;
}
#banner #banner-txt-row .placeholder {
  height: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#banner #banner-txt-row .banner-txt {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#banner #banner-txt-row .banner-txt .top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#banner .scroll-down {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #DEDCDB;
}
#banner .scroll-down a {
  color: inherit;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  display: inline-block;
  border-left: 1px solid #DEDCDB;
  padding-top: 1rem;
  vertical-align: middle;
  letter-spacing: 1px;
}
#banner.inner-banner .inner-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#banner.inner-banner .inner-banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#banner.inner-banner .page-title {
  text-align: center;
  color: #fff;
}
#banner.inner-banner .page-title .t1 {
  letter-spacing: 5px;
}
#banner.inner-banner .page-title .t2 {
  letter-spacing: 2px;
}

#nav-top {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1000;
}
@media (min-width: 992px) {
  #nav-top {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    font-size: 14px;
  }
}
#nav-top .search-item .search-input {
  position: relative;
}
#nav-top .search-item .search-input input {
  border-color: #E4E7EA;
  border-radius: 50rem;
  padding-top: 3px;
  padding-bottom: 3px;
}
#nav-top .search-item .search-input .search-t {
  position: absolute;
  right: 10px;
  top: 4px;
  cursor: pointer;
}
#nav-top .cart-num-item a:hover {
  color: #D38549 !important;
}

footer {
  background-color: #174166;
  color: #fff;
  position: relative;
  z-index: 1000;
  background-image: url(../_img/layout/footer_bg_logo.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}
footer .mask {
  width: 100%;
  position: absolute;
  left: 0;
  top: -113px;
  height: 114px;
}
footer .mask svg,
footer .mask img {
  height: 100%;
  width: 100%;
  display: block;
}
footer .mask svg path,
footer .mask img path {
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  footer .mask {
    height: 50px;
    top: -49px;
  }
}

.en #footer1 .footer-content .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
}
.en #footer1 .footer-content .left .logo-row .company-name {
  text-align: left;
}
@media (max-width: 575.98px) {
  .en #footer1 .footer-content .left .logo-row .company-name {
    text-align: center;
  }
}
.en #footer1 .footer-content .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.en #footer1 .footer-content .right .footer-nav {
  gap: 20px;
}
.en #footer1 .footer-content .right .footer-nav > li > a {
  font-size: 16px;
}
@media (min-width: 768px) {
  .en #footer1 .footer-content .right .footer-nav > li > a {
    white-space: nowrap;
  }
}
.en #footer1 .footer-content .right .footer-nav ul li {
  padding-left: 1rem;
  text-indent: calc(-1rem + 2px);
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .en #footer1 .footer-content .right .footer-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px 0;
  }
  .en #footer1 .footer-content .right .footer-nav > li {
    width: 50%;
  }
}

#footer1 {
  margin: 0 auto;
}
#footer1 .footer-content {
  padding-top: 25px;
  padding-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#footer1 .footer-content .left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#footer1 .footer-content .left .logo-row {
  display: inline-block;
  margin-bottom: 40px;
}
#footer1 .footer-content .left .logo-row .logo .logo-main {
  width: 140px;
}
#footer1 .footer-content .left .logo-row .logo .logo-icon {
  height: 37px;
  width: auto;
  margin-right: 0.5rem;
}
#footer1 .footer-content .left .logo-row .company-name {
  margin-top: 1rem;
  font-family: Arial;
  font-weight: bold;
  letter-spacing: 13px;
  margin-right: -13px;
  text-align: center;
}
#footer1 .footer-content .right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 991.98px) {
  #footer1 .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  #footer1 .footer-content .left {
    text-align: center;
  }
  #footer1 .footer-content .left .contact-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.footer-nav a {
  color: inherit;
}
.footer-nav a:hover {
  color: #D38549;
}
.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  line-height: 1.3;
}
.footer-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer-nav > li > a {
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 10px;
  }
  .footer-nav > li {
    width: calc(33.333% - 10px);
  }
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.contact-list li {
  color: #FFD1AE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.contact-list li a {
  color: inherit;
}
.contact-list li a:hover {
  text-decoration: underline;
}
.contact-list li .icon {
  font-size: 10px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 99px;
  border: 1px solid currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-list li .t {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#footer2 {
  max-width: 1000px;
  margin: 0 auto;
  color: #DEDCDB;
  font-size: 14px;
  text-align: center;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
#footer2 a {
  color: inherit;
}

.mega-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
  position: fixed;
  z-index: 9001;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  width: 100%;
}
.mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu [class*=container] ul.product-mega-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 10%;
}
.mega-menu [class*=container] ul.product-mega-menu a:hover {
  text-decoration: underline;
}
.mega-menu [class*=container] ul.product-mega-menu > li > a {
  color: #D38549;
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.mega-menu [class*=container] ul.product-mega-menu > li > a:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #D38549;
  position: absolute;
  left: -1rem;
  top: 0;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a {
  display: block;
  color: #4F4F4F;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a:hover {
  color: #D38549;
  text-decoration: underline;
}
.mega-menu [class*=container] ul.product-mega-menu ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 0.3rem 1fr 0.3rem 1fr 0.3rem 1fr 0.3rem 1fr;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  grid-auto-rows: 3;
  gap: 0.3rem 1rem;
}
.mega-menu [class*=container] ul.brand-mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  gap: 2rem 0;
}
.mega-menu [class*=container] ul.brand-mega-menu > li {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.mega-menu [class*=container] ul.brand-mega-menu a {
  display: block;
  color: inherit;
}
.mega-menu [class*=container] ul.brand-mega-menu a:hover {
  color: #D38549;
}
.mega-menu [class*=container] ul.brand-mega-menu .img-row {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3px 10px;
}
.mega-menu [class*=container] ul.brand-mega-menu .txt-row {
  text-align: center;
  margin-top: 0.5rem;
}

#metismenu .nav-brand-mega-menu > ul.mm-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
}
#metismenu .nav-brand-mega-menu > ul li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
}
#metismenu .nav-brand-mega-menu > ul li:first-child {
  margin-top: 0;
}
#metismenu .nav-brand-mega-menu > ul li a {
  display: block;
}
#metismenu .nav-brand-mega-menu > ul li a .img-row {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3px 10px;
}
#metismenu .nav-brand-mega-menu > ul li a .txt-row {
  margin-top: 5px;
}

.btn {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn.btn-light:hover {
  background-color: #D38549;
  color: #fff;
}

@media (max-width: 575.98px) {
  #index #banner #banner-txt-row .banner-txt .top-title {
    gap: 1rem;
  }
  #index #banner #banner-txt-row .banner-txt .top-title .t1 {
    font-size: 1.5rem;
  }
  #index #banner #banner-txt-row .banner-txt .top-title .t2 {
    font-size: 1.2rem;
  }
  #index #banner #banner-txt-row .banner-txt .top-title .btn {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 575.98px) {
  #index #banner #banner-txt-row .banner-txt .scroll-down {
    font-size: 0.7rem;
  }
  #index #banner #banner-txt-row .banner-txt [class*=container] {
    padding-bottom: 4rem;
  }
}

#index-about .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#index-about .txt-row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  line-height: 1.6;
  padding-top: 2rem;
}
@media (max-width: 767.98px) {
  #index-about .txt-row .txt br {
    display: none;
  }
}
#index-about .left {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#index-about .right {
  text-align: right;
}
#index-about .right img {
  margin-left: auto;
}

#index-medication {
  background-image: url(../_img/index/madication_bg.jpg);
  position: relative;
}
#index-medication > [class*=container] {
  position: relative;
  z-index: 100;
}
#index-medication:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.index-p-row .p-slider-row {
  padding-left: 5%;
  padding-right: 5%;
}
.index-p-row .p-prev, .index-p-row .p-next {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.index-p-row .index-p-slider {
  padding: 10px;
}
.index-p-row .index-p-slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.index-p-row .index-p-slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.index-p-row .index-p-slider .p-item {
  height: 100%;
}
.index-p-row .index-p-slider .p-item .content {
  height: 100%;
}

#index-news {
  background-image: url(../_img/index/news_bg.png);
  position: relative;
  z-index: 100;
}
#index-news .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#index-news .title-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: calc(5% + 1.5rem);
}
#index-news .content-row {
  margin-left: 1rem;
  width: 100%;
  margin-bottom: -8rem;
}
#index-news .content-row .index-news-content {
  position: relative;
  padding: 5% 8%;
  padding-right: 0;
}
#index-news .content-row .index-news-content > * {
  position: relative;
  z-index: 100;
}
#index-news .content-row .index-news-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 1000%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 60px;
  z-index: 0;
  left: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  #index-news {
    padding-bottom: 2rem;
  }
  #index-news .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  #index-news .title-row,
  #index-news .content-row {
    width: 100%;
    padding-top: 0;
  }
  #index-news .content-row {
    margin-left: 0;
    margin-bottom: 0;
  }
  #index-news .content-row .index-news-content {
    padding: 5%;
  }
  #index-news .content-row .index-news-content:before {
    width: 100%;
  }
}

#index-value {
  background-image: url(../_img/index/value_bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 50;
  padding-top: 13rem !important;
}
@media (max-width: 767.98px) {
  #index-value {
    padding-top: 3rem !important;
  }
}
#index-value:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#index-value > [class*=container] {
  position: relative;
  z-index: 100;
}
#index-value .value-icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 948px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
#index-value .value-icon-row .icon {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767.98px) {
  #index-value .value-icon-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
  #index-value .value-icon-row .icon {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

#company-section1 .row,
#company-section2 .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2rem 0;
}
#company-section1 .img-row,
#company-section2 .img-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
#company-section1 .txt-row,
#company-section2 .txt-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(445px, 50%, 100%);
}
@media (max-width: 767.98px) {
  #company-section1 .txt-row,
  #company-section2 .txt-row {
    margin: 0 auto;
  }
  #company-section1 .row,
  #company-section2 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#company-section3 .content {
  background-image: url(../_img/about/process_bg.jpg);
  background-size: cover;
  border-radius: 74px;
  padding: 8% 5%;
  overflow: hidden;
  position: relative;
}
#company-section3 .content > * {
  position: relative;
  z-index: 100;
}
#company-section3 .content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 50;
}
@media (max-width: 991.98px) {
  #company-section3 .content .sub-title br {
    display: none;
  }
}

#value-section1 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#value-section1 .img-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
#value-section1 .img-row .img {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
#value-section1 .img-row .img:before {
  content: "";
  display: block;
  background-color: #D38549;
  border-radius: 30px;
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#value-section1 .img-row .img img {
  border-radius: 30px;
  position: relative;
  z-index: 100;
}
#value-section1 .txt-row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 650px;
}
#value-section1 .txt-row .txt-content {
  padding-left: 2rem;
}
@media (max-width: 767.98px) {
  #value-section1 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  #value-section1 .img-row {
    text-align: center;
    width: 100%;
    display: none;
  }
  #value-section1 .txt-row {
    width: 100%;
  }
  #value-section1 .txt-row .txt-content {
    padding-left: 0;
  }
}

#value-section2 .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#value-section2 .row + .row {
  margin-top: 100px;
}
#value-section2 .row .img-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#value-section2 .row .img-row img {
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#value-section2 .row .txt-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-position: left bottom;
  background-repeat: no-repeat;
}
#value-section2 .row .txt-row:before {
  content: "";
  width: 2000%;
  height: 100%;
  display: block;
  position: absolute;
  left: -1000%;
  top: 0;
  background-color: #f6f6f6;
  z-index: -1;
}
#value-section2 .row .txt-row .title {
  font-weight: bold;
  letter-spacing: 5px;
  position: relative;
  display: inline-block;
  line-height: 1.32;
  margin-bottom: 2rem;
}
#value-section2 .row .txt-row .title:after {
  content: "";
  display: block;
  height: 2px;
  width: calc(50% - 5px);
  background-color: currentColor;
  margin-top: 0.8rem;
}
#value-section2 .row .txt-row .txt {
  line-height: 1.6;
  max-width: 500px;
  letter-spacing: 1px;
  margin-left: 2rem;
}
#value-section2 .row:nth-child(odd) .img-row img {
  margin-left: auto;
}
#value-section2 .row:nth-child(odd) .txt-row .title {
  color: #D38549;
}
#value-section2 .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#value-section2 .row:nth-child(even) .txt-row .title {
  color: #174166;
}
@media (max-width: 991.98px) {
  #value-section2 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #value-section2 .row + .row {
    margin-top: 2rem;
  }
  #value-section2 .row .txt-row,
  #value-section2 .row .img-row {
    width: 100%;
  }
  #value-section2 .row .img-row img {
    margin: 0 auto;
  }
  #value-section2 .row .txt-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  #value-section2 .row .txt-row:before {
    display: none;
  }
  #value-section2 .row .txt-row .txt {
    margin-left: auto;
    width: 100%;
    max-width: none;
  }
}

.en #value-section2 .txt-row .title:after {
  width: 100%;
}

.management-list {
  gap: 10rem;
}
.management-list .management-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.management-list .management-item:before {
  content: "";
  display: block;
  width: 25%;
  height: 1px;
  background-color: #D38549;
  position: absolute;
  right: 0;
  bottom: -1rem;
  opacity: 0.6;
}
.management-list .management-item:after {
  content: "";
  display: block;
  height: 25%;
  max-height: 80px;
  width: 1px;
  background-color: #D38549;
  position: absolute;
  right: 0;
  bottom: -1rem;
  opacity: 0.6;
}
.management-list .management-item .img-row {
  width: 33.333%;
  text-align: center;
  padding-right: 1rem;
}
.management-list .management-item .img-row .img {
  width: 288px;
  max-width: 100%;
  display: inline-block;
  position: relative;
}
.management-list .management-item .img-row .img img {
  border-radius: 20px;
  -webkit-box-shadow: 15px 15px 0 #9CC0DA;
          box-shadow: 15px 15px 0 #9CC0DA;
}
.management-list .management-item .txt-row {
  width: 66.6667%;
  padding-left: 3%;
  padding-right: 5%;
}
@media (max-width: 767.98px) {
  .management-list .management-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .management-list .management-item .txt-row,
  .management-list .management-item .img-row {
    width: 100%;
  }
}

.consulting-list {
  gap: 10rem;
}
.consulting-list .consulting-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.consulting-list .consulting-item .img-row {
  width: 40%;
  text-align: center;
  padding-right: 1rem;
}
.consulting-list .consulting-item .img-row .img {
  width: 288px;
  max-width: 100%;
  display: inline-block;
  position: relative;
}
.consulting-list .consulting-item .img-row .img img {
  border-radius: 20px;
  -webkit-box-shadow: 15px 15px 0 #9CC0DA;
          box-shadow: 15px 15px 0 #9CC0DA;
}
.consulting-list .consulting-item .txt-row {
  width: 60%;
  padding-left: 3%;
  padding-right: 5%;
}
.consulting-list .consulting-item .txt-row .detail2 {
  background-color: #EAEAEA;
  border-radius: 10px;
  padding: 0.8rem 2rem;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .consulting-list .consulting-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .consulting-list .consulting-item .txt-row,
  .consulting-list .consulting-item .img-row {
    width: 100%;
  }
}

.p-item {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}
.p-item:hover .txt-row .p-name {
  color: #D38549;
}
.p-item:hover:before {
  background-color: #FFD1AE;
}
.p-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 7px;
  top: 7px;
  background-color: #9CC0DA;
  opacity: 0.95;
  border-radius: 48px;
}
.p-item .content {
  background-color: #fff;
  border-radius: 48px;
  position: relative;
  overflow: hidden;
}
.p-item .txt-row {
  padding: 15% 15%;
  padding-bottom: 8rem;
  text-align: center;
  position: relative;
  z-index: 100;
}
.p-item .txt-row .p-name {
  font-weight: bold;
  color: #174166;
  line-height: 1.16;
  margin-bottom: 30px;
}
.p-item .txt-row .sub-title {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-item .txt-row .detail {
  line-height: 28.8px;
  height: 86.4px;
  font-weight: bold;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p-item .txt-row .vr {
  height: 60px;
  background-color: #DEDCDB;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.p-item .img-row {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 120%;
  height: 37.2%;
  z-index: 50;
}
.p-item .img-row:before {
  content: "";
  display: block;
  background-image: url(../_img/product/p-mask.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 60px;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 100;
}
.p-item .img-row:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.p-item .img-row img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-list .p-item .content {
  border: 1px solid #9CC0DA;
}
.p-list .p-item:hover .content {
  border-color: #FFD1AE;
}

#product-section1 .img-row img {
  width: 573px;
  max-width: none;
  margin-right: auto;
  text-align: right;
  float: right;
  border-radius: 30px;
}
#product-section1 .txt-row .txt-content {
  padding-left: 5%;
  padding-right: 1%;
}
@media (max-width: 767.98px) {
  #product-section1 .img-row img {
    width: 100%;
    max-width: 100%;
  }
  #product-section1 .txt-row .txt-content {
    padding: 0;
  }
}

#product-section2 .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#product-section2 .img-row img {
  width: 573px;
  max-width: none;
  margin-right: auto;
  text-align: right;
  float: left;
  border-radius: 30px;
}
#product-section2 .txt-row .txt-content {
  padding-right: 5%;
}
@media (max-width: 767.98px) {
  #product-section2 .img-row img {
    width: 100%;
    max-width: 100%;
  }
  #product-section2 .txt-row .txt-content {
    padding: 0;
  }
}

#product-section3 table {
  width: 100%;
  vertical-align: middle;
}
#product-section3 table tr th,
#product-section3 table tr td {
  border-color: #CBCBCB;
  border-width: 1px;
  font-weight: bold;
  white-space: nowrap;
}
#product-section3 table tr th {
  background-color: #174166;
  color: #fff;
}
#product-section3 table tr th:nth-child(4), #product-section3 table tr th:nth-child(5), #product-section3 table tr th:nth-child(6), #product-section3 table tr th:nth-child(7), #product-section3 table tr th:nth-child(8) {
  width: 12%;
  min-width: 100px;
}
#product-section3 table tr td.process-t {
  position: relative;
  padding: 0;
}
#product-section3 table tr td.process-t .process {
  display: block;
  background-color: #9CC0DA;
  height: calc(100% - 20px);
  min-height: 1px;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2rem;
}

#product-section4 .table-fram .table-box {
  width: 100%;
  vertical-align: middle;
}
#product-section4 .table-fram .table-box thead {
  border: none;
}
#product-section4 .table-fram .table-box tbody {
  background-color: #EFEFEF;
}
#product-section4 .table-fram .table-box tbody:nth-child(even) {
  background-color: #fff;
}
#product-section4 .table-fram .table-box tr th,
#product-section4 .table-fram .table-box tr td {
  border: none;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}
#product-section4 .table-fram .table-box tr th {
  background-color: #174166;
  color: #fff;
}
#product-section4 .table-fram .table-box tr th:nth-child(4), #product-section4 .table-fram .table-box tr th:nth-child(5), #product-section4 .table-fram .table-box tr th:nth-child(6), #product-section4 .table-fram .table-box tr th:nth-child(7), #product-section4 .table-fram .table-box tr th:nth-child(8) {
  width: 12%;
  min-width: 100px;
}
#product-section4 .table-fram .table-box tr td.process-t {
  position: relative;
  padding: 0;
}
#product-section4 .table-fram .table-box tr td.process-t .progress {
  --bs-progress-height: 2rem;
  background-color: transparent;
  --bs-progress-bg: transparent;
  border-radius: 99rem;
  position: relative;
}
#product-section4 .table-fram .table-box tr td.process-t .progress .progress-bar {
  border-radius: 99rem;
  position: relative;
}
#product-section4 .table-fram .table-box tr td.process-t .progress .progress-bar .process-text {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  color: #fff;
}

#medication-inner-section1 .top-row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#medication-inner-section1 .top-row .img-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#medication-inner-section1 .top-row .img-row img {
  border-radius: 20px;
  width: 400px;
}
#medication-inner-section1 .top-row .txt-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
}
#medication-inner-section1 .top-row .txt-row:before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  border-radius: 32px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #9CC0DA;
}
#medication-inner-section1 .top-row .txt-row .p-name {
  font-weight: bold;
  color: #174166;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}
#medication-inner-section1 .top-row .txt-row .detail {
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  #medication-inner-section1 .top-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  #medication-inner-section1 .top-row .txt-row:before {
    left: 10px;
  }
}

.news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #DEDCDB;
  color: inherit;
}
.news-item a:hover .date {
  background-color: #D38549;
}
.news-item a:hover .n-title {
  color: #D38549;
}
@media (max-width: 575.98px) {
  .news-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 8px;
  }
  .news-item a .n-title {
    margin-left: 0;
    width: 100%;
  }
}
.news-item .date {
  border-radius: 50px;
  background-color: #174166;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
  padding: 0.3rem 1.5rem 0.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 2px;
}
.news-item .n-title {
  margin-left: 1.5rem;
}

#news-index {
  position: relative;
}
#news-index > * {
  position: relative;
  z-index: 100;
}
#news-index .bg01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 13rem);
}
#news-index .bg01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news-index .bg01:after {
  content: "";
  display: block;
  width: 100%;
  height: 273px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}

#news-inner-section1 .news-title-row {
  margin-bottom: 40px;
}
#news-inner-section1 .news-title-row .date {
  border-radius: 50px;
  background-color: #174166;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
  padding: 0.3rem 1.5rem 0.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 2px;
  display: inline-block;
}
#news-inner-section1 .news-title-row .title {
  font-weight: bold;
  line-height: 1.32;
  letter-spacing: 3px;
  color: #174166;
  margin-top: 23px;
}

#wanted-section1 .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#wanted-section1 .txt-row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  line-height: 1.6;
  padding-top: 2rem;
}
@media (max-width: 767.98px) {
  #wanted-section1 .txt-row .txt br {
    display: none;
  }
}
#wanted-section1 .left {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#wanted-section1 .right {
  text-align: right;
}
#wanted-section1 .right img {
  margin-left: auto;
}

#wanted-section2 .content {
  border-radius: 20px;
  background-image: url(../_img/wanted/03.jpg);
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#wanted-section2 .content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
#wanted-section2 .content .content-txt {
  position: relative;
  z-index: 100;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  #wanted-section2 .content .content-txt br:not(.n) {
    display: none;
  }
}

#wanted-section3 {
  position: relative;
}
#wanted-section3 > * {
  position: relative;
  z-index: 100;
}
#wanted-section3 .bg01 {
  position: absolute;
  width: 100%;
  bottom: -5rem;
  left: 0;
  z-index: -1;
}
#wanted-section3 .bg01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wanted-section3 .bg01:after {
  content: "";
  display: block;
  width: 100%;
  height: 273px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}
#wanted-section3 .wanted-btn-row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wanted-section3 .wanted-btn-row .img-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#wanted-section3 .wanted-btn-row .img-row img {
  width: 380px;
}
#wanted-section3 .wanted-btn-row .txt-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#wanted-section3 .wanted-btn-row .txt-row .txt-content {
  padding-left: 8%;
  padding-right: 2%;
}
@media (max-width: 767.98px) {
  #wanted-section3 .wanted-btn-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #wanted-section3 .wanted-btn-row .img-row {
    width: 100%;
  }
  #wanted-section3 .wanted-btn-row .img-row img {
    margin: 0 auto;
  }
  #wanted-section3 .wanted-btn-row .txt-row {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  #wanted-section3 .wanted-btn-row .txt-row .txt-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.form .first-name {
  width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.form .last-name {
  width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.form .form-label {
  font-weight: bold;
  color: #174166;
  letter-spacing: 1px;
}
.form .form-label:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #174166;
  vertical-align: middle;
  margin-right: 5px;
}
.form .form-control {
  border-radius: 20px;
  border: 1px solid #F6F6F6;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.form textarea.form-control {
  height: 166px;
}
@media (max-width: 575.98px) {
  .form .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .form [class*=col] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .form .first-name {
    width: 100%;
  }
  .form .last-name {
    width: 100%;
  }
}

#contact-section1 [class*=container] {
  position: relative;
}
#contact-section1 .bg01 {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
#contact-section1 .bg01 svg,
#contact-section1 .bg01 img {
  opacity: 0.25;
  width: 380px;
}
#contact-section1 .bg01 svg .t-t,
#contact-section1 .bg01 svg .t-r,
#contact-section1 .bg01 svg .t-k,
#contact-section1 .bg01 img .t-t,
#contact-section1 .bg01 img .t-r,
#contact-section1 .bg01 img .t-k {
  fill: #174166;
}
@media (max-width: 575.98px) {
  #contact-section1 .bg01 svg,
  #contact-section1 .bg01 img {
    width: 200px;
  }
}
#contact-section1 .txt-row,
#contact-section1 .img-row {
  padding-top: 50px;
  padding-bottom: 50px;
}
#contact-section1 .txt-row .contact-list li {
  color: #000;
}
#contact-section1 .txt-row .contact-list li .icon {
  color: #8d8d8d;
  border-width: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#contact-section1 .img-row {
  position: relative;
  text-align: center;
}
#contact-section1 .img-row .img {
  display: inline-block;
}
#contact-section1 .img-row .img:before, #contact-section1 .img-row .img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 50;
  width: 248px;
  height: 248px;
  border-radius: 50px;
  opacity: 0.6;
}
#contact-section1 .img-row .img:before {
  background-color: #9CC0DA;
  left: 0;
  top: 0;
}
#contact-section1 .img-row .img:after {
  background-color: #FFD1AE;
  right: 0;
  bottom: 0;
}
#contact-section1 .img-row .img img {
  position: relative;
  z-index: 100;
}
@media (max-width: 991.98px) {
  #contact-section1 .img-row {
    padding-left: 5%;
    padding-right: 5%;
  }
  #contact-section1 .img-row .img:before, #contact-section1 .img-row .img:after {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  #contact-section1 .img-row {
    display: none;
  }
  #contact-section1 .txt-row {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#contact-section2 {
  background-image: url(../_img/contact/bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 200px !important;
  position: relative;
}
#contact-section2 > * {
  position: relative;
  z-index: 100;
}
#contact-section2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
  opacity: 0.75;
  z-index: 0;
}