@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap");
::-moz-selection {
  background-color: #1F9CDC;
  color: #fff;
}
::selection {
  background-color: #1F9CDC;
  color: #fff;
}

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

body {
  position: relative;
}

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

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

.line-height-1 {
  line-height: 1;
}

.line-height-1-8 {
  line-height: 1.8;
}

.line-height-2 {
  line-height: 2;
}

.overflow-x-h {
  overflow-x: hidden;
}

.overflow-y-h {
  overflow-y: hidden;
}

.overflow-h {
  overflow: hidden;
}

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

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

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

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

article {
  position: relative;
  overflow: hidden;
}

.fancybox__container {
  z-index: 9000;
}

/* COLOR OPTIONS */
.left-aside {
  width: 80%;
  max-width: 400px;
  overflow-y: auto;
  z-index: 9999;
  background: #212529;
}
.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: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);
      -ms-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);
      -ms-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;
}

.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: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.sidebar-nav .metismenu a.none-cat {
  cursor: pointer;
  pointer-events: none;
}
.sidebar-nav .metismenu a:hover {
  color: #1F9CDC;
  text-decoration: none;
}
.sidebar-nav .metismenu a:focus {
  color: #1F9CDC;
  text-decoration: none;
}
.sidebar-nav .metismenu a:active {
  color: #1F9CDC;
  text-decoration: none;
}
.sidebar-nav .metismenu ul {
  padding-left: 1rem;
}
.sidebar-nav .metismenu .mm-active > a {
  color: #1F9CDC;
  text-decoration: none;
  border-radius: 3px;
}

:root {
  --swiper-theme-color: #1F9CDC;
}

.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);
}

.font-roboto-c {
  font-family: "Roboto Condensed", sans-serif;
}

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

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

.fs-14, .right-contact-float .right-contact-v-text, .btn-gradient {
  font-size: 0.875rem;
}

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

.fs-18 {
  font-size: 1.125rem;
}

.fsr-18 {
  font-size: 1.125rem;
}

.fs-20, #faq-list .q, .p-bread #bread .breadcrumb .breadcrumb-item, .sidebar-nav .metismenu > li > a, .p-list3 .p-item .txt-row .p-name, .p-list .p-item .txt-row .p-name {
  font-size: 1.25rem;
}

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

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

.fsr-22 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .fsr-22 {
    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, #faq-list .q:before, #faq-list .cat-item {
  font-size: 1.5625rem;
}

.fsr-25 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .fsr-25 {
    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-28 {
  font-size: 1.75rem;
}

.fsr-28 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .fsr-28 {
    font-size: 1.75rem;
  }
}

.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, .contact-info-list .contact-info-item .icon {
  font-size: 2.1875rem;
}

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

.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 {
  font-size: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  .fsr-45 {
    font-size: 2.8125rem;
  }
}

.fs-48 {
  font-size: 3rem;
}

.fsr-48 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .fsr-48 {
    font-size: 3rem;
  }
}

.fs-55 {
  font-size: 3.4375rem;
}

.fsr-55 {
  font-size: calc(1.46875rem + 2.625vw);
}
@media (min-width: 1200px) {
  .fsr-55 {
    font-size: 3.4375rem;
  }
}

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

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

.page-title {
  position: relative;
}
.page-title:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #000;
  margin: 0.5rem auto 0;
}

.main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-title:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-left: 20px solid #E98A15;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  outline: none;
  background: none;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-arrows {
  background: none;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  border-bottom: 2px solid #fff;
}
.swiper-arrows:hover {
  color: #E98A15;
  border-color: #E98A15;
}
.swiper-arrows:hover:before {
  background-color: #E98A15 !important;
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-prev.swiper-arrows:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 15px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next.swiper-arrows:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 15px;
  background-color: #fff;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}

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

#back-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  background-color: #1F9CDC;
  z-index: 8000;
  line-height: 50px;
  text-align: center;
  right: 0;
  bottom: -100px;
  border-radius: 50%;
  cursor: pointer;
}
#back-to-top i {
  font-size: 25px;
  color: #fff;
  line-height: 50px;
}

.btn-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#F6A42A), to(#FE291E));
  background-image: linear-gradient(to right, #F6A42A, #FE291E);
  color: #fff;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-gradient .arrow {
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 7px;
}
.btn-gradient .arrow:before {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background-color: #fff;
  vertical-align: middle;
  margin-top: 10px;
}
.btn-gradient .arrow:after {
  content: "";
  height: 11px;
  width: 1px;
  background-color: #fff;
  display: block;
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}
.btn-gradient .arrow.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 1rem;
  margin-left: 0;
}
.btn-gradient .arrow.left:after {
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
}
.btn-gradient:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F6A42A), to(#FE291E));
  background-image: linear-gradient(to bottom, #F6A42A, #FE291E);
  color: #fff;
}
@media (max-width: 767.98px) {
  .btn-gradient .arrow:before {
    width: 30px;
  }
}

.hover-opa8:hover {
  opacity: 0.8;
}

.hover-opa5:hover {
  opacity: 0.5;
}

.hover-underline:hover {
  text-decoration: underline;
}

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

.ani {
  visibility: hidden;
}
.ani.animate__animated {
  visibility: visible;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 9000;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    width: 150px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .navbar-brand > svg {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item {
    margin-left: 1.5rem;
  }
}
@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;
}
.navbar .navbar-nav .nav-item .nav-link span {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link span:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #1F9CDC;
  bottom: 30px;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar .navbar-nav .nav-item:hover span:after, .navbar .navbar-nav .nav-item.active span:after {
  bottom: 10px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination-sm .page-link {
  width: 30px;
  height: 30px;
  text-align: center;
}

footer {
  background-color: #6C6C6C;
}

.right-contact-float {
  position: fixed;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 8900;
}
.right-contact-float .content li a {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #1F9CDC;
  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;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.right-contact-float .content li.navar-line a {
  background-color: #00c300;
}
.right-contact-float .right-contact-v-text {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: center;
  margin: auto;
  color: #1F9CDC;
}
.right-contact-float .right-contact-v-text:before {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  background-color: #1F9CDC;
  margin: auto;
  display: inline-block;
  margin-bottom: 1px;
}

#footer1 {
  position: relative;
  background-image: url(../_img/layout/footer_bg.png);
  background-size: 100% auto;
}
#footer1 a:not(.btn):hover {
  color: inherit;
}

.footer-logo g[id*=text] path {
  fill: #fff !important;
}

.contact-list li [class*=fa] {
  width: 1.2rem;
  text-align: center;
  margin-right: 2px;
}
@media (max-width: 575.98px) {
  .contact-list.hstack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner-banner {
  position: relative;
  height: 300px;
}
.inner-banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.bread-bg {
  background-color: #ECECEC;
  padding: 0.5rem 0;
}
.bread-bg #bread {
  margin-top: 0 !important;
}
.bread-bg .breadcrumb {
  margin-bottom: 0;
}

.search-inpput .form-control {
  background-color: #F1F1F1;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 380px;
  max-width: 100%;
}

.index-main-title:after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #636363;
  margin: 0 auto;
  display: block;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .p-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 2fr 20px 1fr;
    grid-template-columns: 1fr 2fr 1fr;
    -ms-grid-rows: auto 20px auto;
    grid-template-rows: auto auto;
    gap: 20px 20px;
    grid-auto-flow: row;
        grid-template-areas: "p-left-item p-top-item p-right-item" "p-left-item p-bottom-item p-right-item";
  }
  .p-left-item {
    grid-area: p-left-item;
  }
  .p-top-item {
    grid-area: p-top-item;
  }
  .p-bottom-item {
    grid-area: p-bottom-item;
  }
  .p-right-item {
    grid-area: p-right-item;
  }
}

@media (min-width: 768px){
  .p-left-item {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-top-item {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-bottom-item {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-right-item {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
}
.p-grid + .p-grid {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .p-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-grid .index-p-item {
  border: 1px solid #1F9CDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 8%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.p-grid .index-p-item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.p-grid .index-p-item:hover {
  background-color: #1F9CDC;
}
.p-grid .index-p-item:hover .txt-row .title,
.p-grid .index-p-item:hover .txt-row .content ul {
  color: #fff !important;
}
@media (max-width: 575.98px) {
  .p-grid .index-p-item .img-row svg {
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .p-grid .index-p-item.p-left-item, .p-grid .index-p-item.p-right-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10%;
  }
  .p-grid .index-p-item.p-left-item .txt-row, .p-grid .index-p-item.p-right-item .txt-row {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cat-row .cat-item a {
  display: block;
  padding: 0.5rem;
  border: 1px solid #ADADAD;
  text-decoration: none;
}
.cat-row .cat-item:hover a, .cat-row .cat-item.active a {
  background-color: #ADADAD;
  color: #fff;
}

.p-list .p-item .img-row {
  background-color: #F1F1F1;
  display: block;
  padding: 1rem;
}
.p-list .p-item .img-row:hover {
  background-color: #1F9CDC;
}
.p-list .p-item .txt-row {
  margin-top: 15px;
}
.p-list .p-item .txt-row .p-name {
  color: #1F9CDC;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-list .p-item .txt-row .p-info {
  color: #636363;
}

.p-list2 .p-item .img-row {
  border: 1px solid #ADADAD;
  display: block;
}
.p-list2 .p-item .img-row:hover {
  border-color: #1F9CDC;
}
.p-list2 .p-item .txt-row .p-name {
  font-size: 17px;
  color: #1F9CDC;
  margin: 0.5rem 0 0.3rem;
}
.p-list2 .p-item .txt-row .p-info {
  color: #636363;
}

.p-list3 .p-item .img-row {
  display: block;
  overflow: hidden;
}
.p-list3 .p-item .img-row img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-list3 .p-item .img-row:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s;
  transition: 1s;
}
.p-list3 .p-item .txt-row .p-name {
  font-weight: bold;
  margin-top: 1rem;
  color: #1F9CDC;
}

#product .inner-p-img-row .pic,
#product3 .inner-p-img-row .pic {
  background-color: #f1f1f1;
}
#product .detail-row .title-row,
#product3 .detail-row .title-row {
  border-bottom: 1px solid #707070;
}

.fancybox__content {
  border-radius: 20px;
  width: 100%;
  max-width: 780px;
}

#methods .title .svg path {
  fill: #000;
}

#intro {
  max-width: 780px;
  width: 100%;
  border-radius: 20px;
}
#intro .title .svg path {
  fill: #000;
}

#intro-cat {
  width: auto;
  margin: auto;
  background-color: #DFDFDF;
}

.inquire-form .box-img {
  position: absolute;
  bottom: 0;
  display: block;
  max-width: 150px;
}
.inquire-form .box-type-item img {
  width: 80px;
}
@media (max-width: 767.98px) {
  .inquire-form .box-img {
    max-width: 100px;
  }
}

.inquire-form-row {
  position: relative;
}
@media (min-width: 992px) {
  .inquire-form-row:after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    background-color: #dfdfdf;
  }
}

aside .title {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F6A42A), to(#FE291E));
  background-image: linear-gradient(to bottom, #F6A42A, #FE291E);
  padding: 0.5rem 1rem;
}

.sidebar-nav .metismenu {
  padding-left: 1rem;
  position: relative;
}
.sidebar-nav .metismenu:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  background-image: linear-gradient(to bottom, #636363 0px, #636363 5px, transparent 5px, transparent 10px);
  background-repeat: repeat-y;
  background-position: 0 top;
  background-size: 1px 10px;
}
.sidebar-nav .metismenu > li > a {
  font-weight: bold;
}
.sidebar-nav .metismenu > li.mm-active > ul {
  margin-top: 0.5rem;
}
.sidebar-nav .metismenu > li.mm-active + li {
  margin-top: 1rem;
}
.sidebar-nav .metismenu > li.mm-active > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: -1.2rem;
  top: 0.7rem;
  background-color: #1F9CDC;
  border-radius: 50%;
}
.sidebar-nav .metismenu ul {
  padding-left: 5px;
}
.sidebar-nav .metismenu ul a {
  color: #ADADAD;
}
.sidebar-nav .metismenu ul a:hover {
  color: #000;
}
.sidebar-nav .metismenu ul .mm-active a {
  color: #000;
}

.p-bread #bread {
  margin-top: 0 !important;
}
.p-bread #bread .container {
  padding: 0;
}
.p-bread #bread .breadcrumb {
  margin-bottom: 0;
}
.p-bread #bread .breadcrumb .breadcrumb-item {
  color: #000;
  font-weight: bold;
}

#product-detail-1 .grid {
  --bs-columns: 10;
}

#product-detail-3 {
  background-color: #F0F0F0;
}
#product-detail-3 .title {
  position: relative;
}

.process-list .p-item {
  position: relative;
}
.process-list .p-item .img-row {
  display: block;
  overflow: hidden;
}
.process-list .p-item .img-row img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.process-list .p-item .img-row:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s;
  transition: 1s;
}
.process-list .p-item .txt-row {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.75rem 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.process-list .p-item .txt-row .p-name {
  background-color: rgba(31, 156, 220, 0.8);
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  color: #fff;
  padding: 0.7rem;
}

#faq-list > .faq-item {
  margin-bottom: 10px;
}
#faq-list > .faq-item.mm-active .cat-item {
  background-color: #1F9CDC;
  color: #fff;
}
#faq-list > .faq-item.mm-active + .faq-item {
  margin-top: 2rem;
}
#faq-list > .faq-item > .sub-menu .faq-item {
  margin: 1rem 0;
}
#faq-list > .faq-item > .sub-menu .faq-item.mm-active .q {
  color: #000;
}
#faq-list > .faq-item > .sub-menu .faq-item.mm-active .a {
  margin-top: 1rem;
}
#faq-list .faq-link {
  cursor: pointer;
}
#faq-list .cat-item {
  font-weight: bold;
  background-color: #F1F1F1;
  padding: 0.5rem 1.8rem;
  color: #636363;
}
#faq-list .cat-item + .sub-menu {
  padding-left: 1.8rem;
}
#faq-list .q {
  color: #636363;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#faq-list .q:before {
  content: "Q";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #E98A15;
  font-weight: bold;
  text-align: right;
  line-height: 1.9rem;
  padding-right: 1px;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#faq-list .q + .a {
  background-color: #F1F1F1;
  padding: 1rem 1.5rem;
}

.progress-list .progress-item {
  position: relative;
}
@media (min-width: 768px) {
  .progress-list .progress-item:nth-child(even):before {
    content: "\f105";
    font: var(--fa-font-solid);
    font-size: 80px;
    position: absolute;
    left: -50%;
    top: 50%;
    display: none;
  }
  .progress-list .progress-item:nth-child(even) svg {
    font-size: 80px;
    position: absolute;
    left: -25%;
    top: 25%;
  }
}
.progress-list .progress-item .title--img .title .hint {
  position: absolute;
}
@media (max-width: 1199.98px) {
  .progress-list .progress-item .title--img .title {
    width: 40%;
  }
}

.form .form-control,
.form .form-select {
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #F1F1F1;
}
.form .l-head {
  width: 100%;
  max-width: 4rem;
}
.form textarea {
  height: 180px;
}
.form .form-label {
  color: #636363;
  font-weight: bold;
}
.form .form-label.required:after {
  content: "*";
  color: #dc3545;
}
.form .file-upload .form-control {
  display: none;
}
.form .upload-btn {
  background-color: #dfdfdf;
}
.form .upload-btn:hover {
  background-color: #1F9CDC;
  color: #fff;
}

.contact-info-list .contact-info-item [class*=bg] {
  text-align: center;
  padding: 3.5rem 1rem 2.5rem;
  height: 100%;
}
.contact-info-list .contact-info-item .icon {
  background-color: #1F9CDC;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  text-align: center;
  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;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#contact .bg {
  position: relative;
}
#contact .bg .bgi {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
@media (min-width: 768px) {
  #contact .bg .bgi {
    background-image: url(../_img/progress/bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
  }
  #contact .bg .bgi:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 141, 157, 0.5);
    z-index: 0;
  }
  #contact .bg .bgi:after {
    content: "";
    display: block;
    width: 55%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
  }
}
#contact .bg > div,
#contact .bg > article {
  z-index: 100;
  position: relative;
}
#contact .bg #bread {
  margin-top: 0 !important;
  padding-top: 0.5rem;
}
/*# sourceMappingURL=style.css.map */