/* Kalameh */
@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-Thin.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-Thin.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-ExtraLight.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-ExtraLight.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-Light.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-Light.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-Regular.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-Regular.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-Medium.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-Medium.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-SemiBold.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-SemiBold.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-Bold.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-Bold.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-ExtraBold.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-ExtraBold.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: normal;
}

/* base  */

:root {
  --color1: #E69D00;
  --color2: #F8B628;
  --back: #fff;
  --font1: 'Kalameh';
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1);
  direction: rtl;
  background-color: var(--back);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color1)
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a2e;
  line-height: 1.3;
  margin-bottom: 12px;
  font-weight: 700;
}

h1 {
  font-size: 28px;
  font-weight: 800;
}

h2 {
  font-size: 24px;
  padding-bottom: 6px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
  text-transform: uppercase;
}

/*p {*/
/*  font-size: 14px;*/
/*  line-height: 1.6;*/
/*  margin-bottom: 12px;*/
/*  color: #2d3436;*/
/*}*/
ul li{
  font-size: 14px;
  line-height: 2.2;
  }

  @media (max-width: 768px) {
    h1 {
      font-size: 22px;
    }

    h2 {
      font-size: 18px;
    }

    h3 {
      font-size: 16px;
    }

    h4 {
      font-size: 14px;
    }

    h5 {
      font-size: 12px;
    }

    h6 {
      font-size: 10px;
    }

    p {
      font-size: 12px;
    }
  }

  /* navbar */

.navbar-main {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: -100px;
  margin-top: 100px;
  transition: transform 0.5s ease-out, top 0.5s ease-out;
}

.navbar-main.fixed {
  top: 0;
  margin-top: 0;
  position: fixed;
}

.navbar-toggler {
  display: none;
}

.navbar-top {
  background-color: var(--color1);
  position: relative;
  z-index: 1000;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.navbar-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navbar-center {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 147.486 70.486'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect y='2' width='147.486' height='70.486' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='104.788' height='103.788' rx='20' transform='translate(0 74.096) rotate(-45)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 165px;
  overflow: hidden;
  height: 70px;
  padding: 0 10px;
  padding-top: 20px;
}

.navbar-social {
  height: 44px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 50px;
}

.navbar-social img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.navbar-social a {
  transition: 0.3s;
}

.navbar-social a:hover {
  opacity: 0.7;
}


.navbar-custom {
  height: 60px;
  padding: 0;
  z-index: 999;
  transition: 0.3s;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000016;
}

.navbar-fill {
  height: 130px;
}

.navbar-logo {
  display: flex;
  align-items: center;
}

.navbar-logo-img {
  height: 60px;
  object-fit: contain;
}

.i-menu::before {
  content: '';
  display: block;
  width: 24px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='21' viewBox='0 0 29 21'%3E%3Crect width='29' height='3' rx='1.5' fill='%23fff'/%3E%3Crect y='9' width='22' height='3' rx='1.5' fill='%23fff'/%3E%3Crect y='18' width='29' height='3' rx='1.5' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-item {
  margin: 0 20px;
  white-space: nowrap;
}

.nav-item i {
  padding-left: 5px;
  font-size: 16px;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 18px 8px;
  font-size: 15px;
  color: #707070;
}

@media (min-width:768px) {
  .nav-item a {
    display: inline-block;
  }

  .nav-item:not(.dropdown) a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-image: linear-gradient(90deg, #ffffff00 0%, var(--color1) 50.48%, #ffffff00 100%);
    transition: width .2s;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: -5px;
  }

  .nav-item:not(.dropdown) a:hover::after {
    width: 100%;
    transition: width .3s;
  }
}

.nav-item a:hover {
  color: var(--color1) !important;
}

.navbar-category-first {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.navbar-right {
  display: flex;
  align-items: center;
  width: 100%;
}

.navbar-left {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 10px;
}


/* responsive navbar */

@media (max-width:767.5px) {

  .navbar-fill {
    height: 60px;
  }

  .navbar-top {
    position: unset;
  }

  .navbar-custom {
    height: 0px;
  }

  .navbar-logo-img {
    height: 40px;
  }

  .navbar-logo img {
    height: 40px;
  }

  .navbar-inner {
    height: auto;
    padding: 13px 0;
    gap: 10px;
  }

  .navbar-right {
    justify-content: space-between;
  }

  .navbar-left {
    width: auto;
  }

  .navbar-social {
    display: none;
  }

  .navbar-center {
    display: none;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: #fff !important;
    display: flex;
  }

  .offcanvas-nav .navbar-logo {
    margin-left: unset;
    margin-right: auto;
  }

  .navbar-btn-badge {
    width: 14px !important;
    height: 14px !important;
    top: -6px !important;
    left: -6px !important;
  }


}


/* dropdown */
.dropdown a::after {
  margin-top: -2px;
  margin-right: 10px;
  border: 0;
  font-family: "raya-icon";
  content: '\f107';
}

.dropdown ul li a::after {
  content: unset;
}

.dropdown .dropdown>a:after {
  display: block;
  content: " ";
  float: left;
  border: 0;
  font-family: "raya-icon";
  content: '\f104';
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown ul {
  left: 0;
  z-index: 1000;
  display: none;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  position: absolute;
  border: 0;
  border-radius: 5px;
  margin-top: 0px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  min-width: 200px;
  border-radius: 8px;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  right: 0;
}

.dropdown ul li a {
  color: #444;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 7px 14px;
  font-weight: normal;
}

.dropdown ul li a:hover {
  color: var(--color1);
}

@media (min-width:767.5px) {
  .dropdown ul::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    transform: translateX(-50%) rotate(180deg);
    border-top: 10px solid var(--color2);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }

  .dropdown .dropdown ul::before {
    content: unset;
  }

  .dropdown .dropdown {
    position: relative;
  }

  .dropdown .dropdown>ul {
    top: 0;
    right: 100%;
  }

  .dropdown .dropdown:hover>a:after {
    border-left-color: #000;
  }

  .dropdown .dropdown:hover>ul {
    display: block;
  }

  .dropdown:hover>ul {
    display: block;
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -20;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0.1s, 0.4s;
  }

  #overlay.active {
    visibility: visible;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0s, 0s;
    background: rgba(72, 72, 72, 0.6);
    z-index: 100;
  }

  .offcanvas-header {
    display: none;
  }

  .navbar-controll {
    display: flex;
    align-items: center;
  }
}

/* offcanvas */
@media (max-width: 767.5px) {
  .dropdown ul::before {
    content: unset;
  }

  .dropdown a::after {
    content: '\f104';
    font-size: 16px;
    margin-right: auto;
  }

  .dropdown .dropdown>a:after {
    margin-top: -2px;
    font-size: 16px;
  }

  .offcanvas-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
  }

  .dropdown ul {
    left: unset;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    overflow: auto;
    border: 0;
    border-radius: 0;
  }

  .dropdown ul.active {
    right: 0;
  }

  .offcanvas-nav.active {
    right: 0;
  }


  .offcanvas-header {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background-color: var(--color1);
    padding: 0 15px;
    margin-bottom: 10px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 20px;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 20px;
  }

  .nav-item {
    padding: 10px 20px;
    margin: 0px;
    display: flex;
  }

  .dropdown ul li a {
    padding: 10px 20px;
  }

  .nav-item a {
    padding: 0;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
  }

  .navbar-category-first i {
    font-size: 16px;
    margin-left: 0;
  }

  .navbar-category-first {
    height: auto;
    min-width: auto;
    background: transparent;
    font-weight: 500;
    padding: 0;
    font-size: 14px;
  }

}


/* jconfirm  */

.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

.btn.btn-custom:hover {
  opacity: 0.8;
}

.jconfirm-box {
  border-radius: 10px !important;
}


/* swiper */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-custom {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-4 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-5 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-6 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-7 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}


.swiper-pagination-bullet {
  border-radius: 20px;
  width: 8px;
  height: 8px;
  background: #666;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color1);
}


.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.swiper-button-next {
  width: 30px;
  height: 30px;
  background-color: var(--color1);
  border: 1px solid var(--color1);
  border-radius: 50px;
  transition: 0.3s;
}

.swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: var(--color1);
  border: 1px solid var(--color1);
  border-radius: 50px;
  transition: 0.3s;
}

.swiper-button-next:hover {
  background: #fff;
}

.swiper-button-prev:hover {
  background: #fff;
}

.swiper-button-next:hover::after {
  color: var(--color1);
}

.swiper-button-prev:hover::after {
  color: var(--color1);
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
}

[class^="swiper-"]:hover .swiper-button-next,
[class^="swiper-"]:hover .swiper-button-prev {
  opacity: 1;
}

/* responsive swiper */

@media (max-width:767px) {
  .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }

  .basket-item-title {
    font-size: 12px;
  }

  .offcanvas-title {
    font-size: 14px;
  }

  .basket-item-count span {
    font-size: 14px;
  }

  .basket-item-count {
    font-size: 14px;
  }
}


/* animate */
.myAnim1 {
  animation: myAnim1 10s linear 0s infinite normal forwards;
}

.myAnim2 {
  animation: myAnim2 15s linear 0s infinite normal forwards;
}

.myAnim2-2 {
  animation: myAnim2 30s linear 0s infinite normal forwards;
}

.myAnim3 {
  animation: myAnim3 10s linear 0s infinite normal forwards;
}

.myAnim4 {
  animation: myAnim4 10s linear 0s infinite normal forwards;
}

@keyframes myAnim1 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 0;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim2 {

  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    transform: translateY(8px);
  }

  80% {
    transform: translateY(6.4px);
  }

  90% {
    transform: translateY(-6.4px);
  }
}

@keyframes myAnim3 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim4 {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }

  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }

  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }

  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }

  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}

.animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
  will-change: opacity, transform;
}

.animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* home */



.home-wrap-1-row::before {
  content: '';
  background: linear-gradient(179deg, #e69d0030 0%, #e69d0057 100%);
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-wrap-1-row {
  height: calc(100vh - 130px);
  min-height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.home-wrap-1-inner {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: auto;
  text-align: center;
  align-items: center;
}

.home-wrap-1-title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

.home-wrap-1-text {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
}

.home-wrap-1-btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  min-width: 174px;
  background: var(--color1);
  border-radius: 50px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
  margin-top: 10px;
  width: max-content;
}

.home-wrap-1-btn:hover {
  background: #fff;
  color: var(--color1);
}

.home-wrap-2-head {
  color: #000;
  font-size: 32px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 10px;
  font-weight: bold;
}

.home-wrap-2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 0 6px #00000030;
  gap: 10px;
  color: #000;
}

.home-wrap-2-img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.home-wrap-2-title {
  font-size: 15px;
}

.home-wrap-3-box {
  background: var(--color1);
  border-radius: 34px;
  padding: 40px;
  margin-top: 80px;
  background-size: cover;
  background-position: center;
}

.home-wrap-3-img {
  width: 100%;
  border-radius: 33px;
}

.home-wrap-3-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  color: #fff;
}

.home-wrap-3-title {
  font-size: 32px;
  font-weight: bold;
}

.home-wrap-3-btn {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 40px;
  color: #000;
  font-size: 20px;
  border-radius: 35px;
  font-weight: bold;
  transition: 0.3s;
}

.home-wrap-3-btn:hover {
  background: transparent;
  color: #fff;
}

.home-wrap-title {
  color: #000;
  font-size: 32px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 35px;
  font-weight: bold;
}

.card-service::before {
  content: '';
  background: linear-gradient(179deg, #00000000 0%, #000000ad 100%);
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.card-service {
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 430px;
  justify-content: end;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
  transition: 0.5s;
}

.card-service:hover::before {
  opacity: 0.8;
}

.card-service:hover {
  background-position: 0 200%;
}

.swiper-free {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /* overflow: hidden; */
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-free .swiper-slide {
  width: auto !important;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.home-wrap-5 {
  overflow: hidden;
}

.home-cat {
  overflow: hidden;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.home-cat-item {
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  color: #000;
}

.home-cat-item.active {
  background: var(--color1);
  color: #fff;
}

.home-cat::after {
  content: '';
  display: block;
  margin-top: 20px;
  background-image: linear-gradient(90deg, #FFFFFF 0%, var(--color1) 50.48%, #FFFFFF 100%);
  height: 3px;
}

.home-tab-item {
  display: none;
}

.home-tab-item.active {
  display: block;
}

.card-project::before {
  content: '';
  background: linear-gradient(179deg, #00000000 0%, #000000ad 100%);
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.card-project {
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 430px;
  justify-content: end;
  padding: 20px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
  transition: 0.5s;
  text-align: center;
}

.card-project:hover {
  background-position: bottom;
}

.home-wrap-6-box {
  background: var(--color1);
  border-radius: 32px;
  padding: 50px 40px;
  margin-top: 80px;
}

.home-wrap-6-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.home-wrap-6-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-wrap-6-item {
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 12px #00000030;
}

.swiper-creative {
  width: 100%;
  height: 100%;
  direction: ltr;
}

.home-wrap-6-title {
  font-size: 24px;
  font-weight: bold;
}

.home-wrap-6-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2;
}

.home-wrap-6-btn {
  width: max-content;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 16px;
  color: #000;
  padding: 0 20px;
  border-radius: 50px;
  transition: 0.3s;
}

.home-wrap-6-btn:hover {
  background: #000;
  color: #fff;
}


.card-blog {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0 0px 6px #00000016;
  border: 1px solid #eee;
}

.card-blog-img-body {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 220px;
}

.card-blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-blog-img-body:hover img {
  transform: scale(1.05);
}

.card-blog-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}


.card-blog-text {
  color: #000;
  line-height: 1.7;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 60px;
  font-size: 15px;
}

.card-blog-btn:hover {
  opacity: 0.7;
}

.card-blog-btn {
  font-size: 15px;
  font-weight: 500;
  color: var(--color1);
  width: max-content;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* responsive */
@media (max-width:767px) {
  .home-wrap-1-row {
    min-height: 250px;
    height: 250px;
  }

  .home-wrap-1-inner {
    width: 100%;
  }

  .home-wrap-1-title {
    font-size: 20px;
  }

  .home-wrap-1-text {
    font-size: 14px;
  }

  .home-wrap-1-btn {
    height: 38px;
    font-size: 14px;
    min-width: auto;
  }

  .home-wrap-2-head {
    font-size: 18px;
    margin-top: 30px;
  }

  .home-wrap-2 .row {
    margin-left: -7px;
    margin-right: -7px;
  }

  .home-wrap-2 .col-4 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .home-wrap-2-title {
    font-size: 12px;
    text-align: center;
    height: 36px;
    display: flex;
    align-items: center;
  }

  .home-wrap-2-img {
    width: 34px;
    height: 34px;
  }

  .home-wrap-3-box {
    margin-top: 30px;
    border-radius: 20px;
    padding: 20px;
  }

  .home-wrap-3-title {
    font-size: 18px;
  }

  .home-wrap-3-info {
    gap: 10px
  }

  .home-wrap-3-text {
    font-size: 14px;
  }

  .home-wrap-3-btn {
    height: 38px;
    font-size: 14px;
  }

  .home-wrap-3-img {
    border-radius: 20px;
    margin-top: 20px;
  }

  .home-wrap-title {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .card-service:hover {
    background-position: center;
  }

  .card-service {
    height: 280px;
    font-size: 16px;
  }

  .home-cat {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .home-cat-item {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }

  .card-project {
    height: 280px;
    font-size: 14px;
  }

  .home-wrap-6-box {
    margin-top: 30px;
    border-radius: 20px;
    padding: 20px;
  }

  .home-wrap-6-title {
    font-size: 18px;
  }

  .home-wrap-6-text {
    font-size: 14px;
  }

  .home-wrap-6-btn {
    margin: auto;
    height: 40px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .home-wrap-6-item {
    height: 212px;
  }

  .card-blog-img-body {
    height: 150px;
  }

  .card-blog-title {
    font-size: 14px;
  }

  .card-blog-text {
    height: 44px;
    font-size: 13px;
  }

  .card-blog-btn {
    font-size: 13px;
  }

}

/* footer  */
.footer-top {
  background: var(--color1);
  margin-top: 70px;
}

.footer-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-top-logo {
  height: 56px;
}

.footer-top-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-top-cover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 147.486 70.486'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect y='2' width='147.486' height='70.486' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='104.788' height='103.788' rx='20' transform='translate(0 74.096) rotate(-45)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 165px;
  overflow: hidden;
  height: 70px;
  padding: 0 10px;
  padding-top: 20px;
}

.footer {
  background: #fff;
  padding: 50px 0;
}

.footer-text {
  margin-top: 20px;
  font-size: 14px;
  color: #000;
  line-height: 1.7;
  text-align: justify;
  letter-spacing: -0.5px;
}

.footer-header {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.footer-border::after {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color1);
  border-radius: 3px;
}

.footer-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}

.footer-link {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #000;
}

.footer-link:hover {
  color: var(--color1);
}

.footer-link i {
  min-width: 34px;
  height: 34px;
  margin-left: 10px;
  display: flex;
  font-size: 18px;
  background: var(--color1);
  align-items: center;
  color: #000;
  justify-content: center;
  border-radius: 6px;
  padding-right: 1px;
  padding-bottom: 1px;
}
a.footer-link {
  word-break: break-word;
}
.footer-flex {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
}

.footer-mute {
  color: #000;
}

.footer-flex .navbar-social {
  box-shadow: 0 0 6px #00000030;
}

.footer-bottom {
  padding: 20px 0;
  box-shadow: 0 0 6px #00000030;
}

.footer-bottom-item {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  gap: 2px;

}

.footer-bottom-item a {
  color: #000;
}

.footer-bottom-item a:hover {
  color: var(--color2);
}


.enamad-body {
  border-radius: 8px;
  background-color: #e6e6e6;
  padding: 20px;
  width: 155px;
  height: 173px;
}

.enamad-body img {
  width: 100%;
}

.footer-map {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  height: 173px;
  width: 155px;
  margin-right: 10px;
}

.footer-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 10px;
  outline: none;
}

.footer-logo {
  height: 63px;
  margin-left: 10px;
}

/* responsive footer */

@media (max-width:767px) {
  .footer-top-logo {
    height: 40px;
  }

  .footer-top {
    margin-top: 35px;
  }

  .footer-top-cover {
    height: 60px;
    min-width: 135px;
  }

  .footer {
    padding: 20px 0;
    margin-bottom: 20px;
    border-radius: 12px;
  }

  .footer-mute {
    font-size: 12px;
  }

  .footer-flex .navbar-social {
    display: flex;
    height: 40px;
    padding: 0 15px;
  }


  .footer-header {
    font-size: 14px;
    margin-top: 10px;
  }

  .footer-social {
    margin-top: 20px;
  }

  .footer-link {
    font-size: 12px;
  }
  
  .footer-text {
    max-width: 100%;
    font-size: 10px;
    margin-top: 10px;
  }

  .footer-ul {
    margin-top: 10px;
  }

  .footer-link i {
    min-width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .footer-ul.flex-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
  }

  .enamad-body {
    width: 140px;
    display: flex;
    height: 140px;
    align-items: center;
    justify-content: center;
  }

  .footer-map {
    height: 140px;
    width: 140px;
  }

  .footer-bottom {
    margin-top: 10px;
    padding-top: 10px;
  }

  .footer-bottom-item {
    font-size: 10px;
    text-align: center;
    justify-content: center;
  }

  .footer-logo {
    height: 48px;
  }

  .jconfirm-title {
    font-size: 18px !important;
    padding-bottom: 10px !important;
  }

  .jconfirm-title-c {
    padding-bottom: 0 !important;
  }

  .jconfirm-content {
    font-size: 14px;
  }

  .jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
    margin: 0 !important;
  }

  .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
  .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    font-size: 12px !important;
  }

  .jconfirm.form-control {
    font-size: 14px !important;
  }
}


/* breadcrumb */

.breadcrumb {
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  margin-top: 20px;
  margin-bottom: 20px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  float: right;
  padding-left: 0.5rem;
}

li.breadcrumb-item a {
  color: #7D7D7D;
}

.breadcrumb-item.active a {
  color: #000;
}

li.breadcrumb-item a:hover {
  color: var(--color2);
}

@media (max-width:767px) {
  li.breadcrumb-item {
    white-space: nowrap;
  }

  .breadcrumb {
    font-size: 12px;
    flex-wrap: nowrap;
    overflow: auto;
    height: 22px;
    margin-bottom: 10px;
  }
}

/* service */

.service-wrap-1-body::before {
  content: '';
  width: 392px;
  height: 392px;
  position: absolute;
  background: var(--color1);
  right: 0;
  left: 0;
  top: 10%;
  margin: auto;
  border-radius: 50%;
  filter: blur(110px);
  z-index: -1;
  max-width: 100%;
}

.service-wrap-1-cover {
  width: 100%;
  height: 450px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 414'%3E%3Cpath fill='black' d='M11979.918-16849.871l87.686-.055s27.514-1.67,27.514,24.039v321.766s2.977,24.5-38.467,24.5h-247.926c-4.3,0-21.4,3.283-26.664-12.361s-4.51-28.488-24.543-28.488h-130.59s-30.6,1.945-30.6-27.041v-318.443s-4.465-26.611,33.4-26.611,184.057.475,185.363.055c.75.346,29.672-3.9,29.672,19.783,0,24.3,15.06,22.855,29.3,22.855Z' transform='translate(-11596 16892)' /%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 414'%3E%3Cpath fill='black' d='M11979.918-16849.871l87.686-.055s27.514-1.67,27.514,24.039v321.766s2.977,24.5-38.467,24.5h-247.926c-4.3,0-21.4,3.283-26.664-12.361s-4.51-28.488-24.543-28.488h-130.59s-30.6,1.945-30.6-27.041v-318.443s-4.465-26.611,33.4-26.611,184.057.475,185.363.055c.75.346,29.672-3.9,29.672,19.783,0,24.3,15.06,22.855,29.3,22.855Z' transform='translate(-11596 16892)' /%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  background-size: cover;
  background-position: center;
  display: block;
}

.service-wrap-1-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 25%;
  left: -30px;
  width: 150px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  gap: 5px;
  box-shadow: 0 3px 6px #00000016;
}

.service-wrap-1-card-img {
  width: 100%;
  height: 141px;
  border-radius: 4px;
  object-fit: cover;
}

.service-wrap-1-card-title {
  font-size: 14px;
  font-weight: bold;
}

.service-wrap-1-title {
  font-size: 30px;
  font-weight: bold;
}

.service-wrap-1-text {
  text-align: justify;
  text-align-last: center;
  line-height: 1.8;
}

.service-wrap-1-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 60px;
  gap: 10px;
}

.service-wrap-1-btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  padding: 0 25px;
  border-radius: 50px;
  color: #000;
  font-size: 18px;
  margin-top: 10px;
  transition: 0.3s;
}

.service-wrap-1-btn:hover {
  background: var(--color2);
  color: #000;
}

.service-wrap-2-box {
  background: var(--color1);
  border-radius: 49px;
  margin-top: 100px;
  padding: 0 40px;
}

.service-wrap-2-img {
  max-width: 100%;
  border-radius: 24px;
  /* margin-top: -25px; */
  /* margin-bottom: -25px; */
  margin: 20px 10px;
}

.service-wrap-2-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  color: #3c2b07 !important;
  padding: 20px 10px;
}

.service-wrap-2-title {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}

.service-wrap-2-text {
  line-height: 1.8;
  /*font-size: 17px;*/
  /*color: #000;*/
}
/*.service-wrap-2-text ul li{*/
/*  font-weight: 600;*/
/*}*/

.service-wrap-3 {
  margin-top: 100px;
}

.service-wrap-1 .row,.service-wrap-2-box .row,.service-wrap-3 .row {
  display: flex;
  align-items: center;
}

.service-wrap-3-img {
  width: 100%;
}

.service-wrap-3-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 20px;
}

.service-wrap-3-title {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}

.service-wrap-3-text ul {
  list-style-type: disclosure-closed;
  padding-right: 20px;
  line-height: 2;
}


.service-wrap-3-text ul li::marker {
  color: var(--color1);
}


.service-wrap-4-card.right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612.153 422.002'%3E%3Cdefs%3E%3Cfilter id='shadow' x='0' y='0' width='612.153' height='422.002' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.161'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23shadow)'%3E%3Cpath d='M11732.63-16852.994s-78.2-.051-103.829-.051-32.637-.588-32.637,22.115.056,270.131.056,298.393,5.248,22.713,45.548,22.713h293.574c5.088,0,25.344,3.039,31.573-11.459s5.34-26.4,29.061-26.4,117.49.1,158,.1,36.205-1.471,36.205-25.062v-315.83c0-24.91-10.616-24.664-39.546-24.664s-215.877-.211-219.493.051-30.365-4.422-30.365,15.826,3.946,44.271-36.943,44.271Z' transform='translate(-11587.16 16922.38)' fill='%23ffffff' /%3E%3C/g%3E%3C/svg%3E");
  flex-direction: row-reverse;
}

.service-wrap-4-card.left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612.153 422.002'%3E%3Cdefs%3E%3Cfilter id='shadow' x='0' y='0' width='612.153' height='422.002' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.161'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23shadow)'%3E%3Cpath d='M12053.851-16852.994s78.2-.051,103.829-.051,32.637-.588,32.637,22.115-.056,270.131-.056,298.393-5.248,22.713-45.548,22.713h-293.574c-5.088,0-25.344,3.039-31.573-11.459s-5.34-26.4-29.061-26.4-117.49.1-158,.1-36.205-1.471-36.205-25.062v-315.83c0-28.439,17.5-24.664,39.546-24.664s215.877-.211,219.493.051,30.365-4.422,30.365,15.826-3.946,44.271,36.943,44.271Z' transform='translate(-11587.16 16919.38)' fill='%23e69d00' /%3E%3C/g%3E%3C/svg%3E");
}

.service-wrap-4-card {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 30px;
  height: 360px;
  gap: 15px;
  padding-top: 75px;
}

.service-wrap-4-img {
  width: 50%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 0 20px #00000078;
}

.service-wrap-4-info {
  margin-top: -50px;
}

.service-wrap-4-title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}

.service-wrap-4-mute {
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}

.service-wrap-4-text {
  font-size: 15px;
  margin-top: 10px;
}

.service-wrap-4-head {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 90px;
}

.service-wrap-5 {
  margin-top: 90px;
}

.service-wrap-5-row::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff00 0%, #000000 100%);
  top: 0;
  right: 0;
  z-index: -1;
}

.service-wrap-5-row {
  position: relative;
  overflow: hidden;
  height: 460px;
  border-radius: 18px;
  display: flex;
  align-items: end;
  justify-content: center;
  background-size: cover;
  background-position: center;
  padding: 50px;
  text-align: center;
  z-index: 1;
}

.service-wrap-5-info {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.service-wrap-5-title {
  font-size: 28px;
  font-weight: bold;
}


.service-wrap-5 .swiper-pagination {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 62'%3E%3Cpath fill='white' d='M135.153 22.4765C140.549 26.8781 140.549 35.1219 135.153 39.5235L110.637 59.5235C108.674 61.1252 106.218 62 103.684 62H35.5193C32.9854 62 30.5293 61.1252 28.5659 59.5235L4.04975 39.5235C-1.34573 35.1219 -1.34573 26.8781 4.04974 22.4765L28.5659 2.47649C30.5293 0.874772 32.9854 0 35.5193 0H103.684C106.218 0 108.674 0.874773 110.637 2.47649L135.153 22.4765Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 200px 80px;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0 15px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* responsive */

@media (max-width:767px) {


  .service-wrap-1-card {
    left: 5px;
    bottom: 30%;
    width: 120px;
    padding: 8px;
  }

  .service-wrap-1-card-img {
    height: 100px;
  }

  .service-wrap-1-card-title {
    font-size: 12px;
  }

  .service-wrap-1-cover {
    height: 300px;
  }

  .service-wrap-1-info {
    padding-right: 0;
  }

  .service-wrap-1-title {
    font-size: 18px;
  }

  .service-wrap-1-info {
    padding-right: 0;
    padding-top: 20px;
  }

  .service-wrap-1-text {
    font-size: 13px;
  }

  .service-wrap-1-btn {
    height: 40px;
    font-size: 14px;
  }

  .service-wrap-2-box {
    border-radius: 30px;
    margin-top: 30px;
    padding: 30px;
    text-align: center;
  }


  .service-wrap-2-title {
    font-size: 18px;
  }

  .service-wrap-2-text {
    font-size: 14px;
  }

  .service-wrap-2-info {
    height: auto;
    gap: 15px;
  }

  .service-wrap-2-img {
    margin: 0;
    margin-top: 20px;
  }

  .service-wrap-3 {
    margin-top: 30px;
  }

  .service-wrap-3-info {
    height: auto;
    gap: 10px;
  }

  .service-wrap-3-title {
    font-size: 18px;
  }

  .service-wrap-3-text {
    font-size: 14px;
  }

  .service-wrap-3-img {
    margin-bottom: 20px;
  }

  .service-wrap-4-head {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .service-wrap-4-card {
    padding: 20px;
    padding-top: 55px;
    height: 260px;
  }

  .service-wrap-4-img {
    height: 140px;
  }

  .service-wrap-4-title {
    font-size: 16px;
  }

  .service-wrap-4-text {
    font-size: 12px;
  }

  .service-wrap-4-mute {
    font-size: 11px;
  }

  .service-wrap-5 {
    margin-top: 25px;
  }

  .service-wrap-5-row {
    height: 230px;
    padding: 20px;
    align-items: center;
  }

  .service-wrap-5-title {
    font-size: 16px;
  }

  .service-wrap-5-text {
    font-size: 12px;
  }

  .service-wrap-5 .swiper-pagination {
    background-size: 200px 50px;
    height: 22px;
  }

}

.i-layer::before {
  content: '';
  display: inline-block;
  width: 19.5px;
  height: 20.21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.5' height='20.21' viewBox='0 0 19.5 20.21'%3E%3Cg transform='translate(0.75 0.802)'%3E%3Cpath d='M13.01,2.92l5.9,2.62c1.7.75,1.7,1.99,0,2.74l-5.9,2.62a3.42,3.42,0,0,1-2.44,0L4.67,8.28c-1.7-.75-1.7-1.99,0-2.74l5.9-2.62A3.42,3.42,0,0,1,13.01,2.92Z' transform='translate(-3 -2.695)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M3,11a2.562,2.562,0,0,0,1.4,2.15l6.79,3.02a1.988,1.988,0,0,0,1.62,0l6.79-3.02A2.562,2.562,0,0,0,21,11' transform='translate(-3 -2.695)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M3,16a2.357,2.357,0,0,0,1.4,2.15l6.79,3.02a1.988,1.988,0,0,0,1.62,0l6.79-3.02A2.357,2.357,0,0,0,21,16' transform='translate(-3 -2.695)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.i-phone::before {
  content: '';
  display: inline-block;
  width: 19.5px;
  height: 21.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.5' height='21.5' viewBox='0 0 21.5 21.5'%3E%3Cg transform='translate(0.75 0.75)'%3E%3Cpath d='M21.97,18.33a2.545,2.545,0,0,1-.25,1.09,4.126,4.126,0,0,1-.68,1.02,4.508,4.508,0,0,1-1.64,1.18,5.022,5.022,0,0,1-1.95.38,8.334,8.334,0,0,1-3.26-.73,17.564,17.564,0,0,1-3.44-1.98,28.75,28.75,0,0,1-3.28-2.8,28.414,28.414,0,0,1-2.79-3.27A17.828,17.828,0,0,1,2.72,9.81,8.423,8.423,0,0,1,2,6.54a5.173,5.173,0,0,1,.36-1.93A4.6,4.6,0,0,1,3.51,2.94,2.93,2.93,0,0,1,5.59,2a1.879,1.879,0,0,1,.81.18,1.63,1.63,0,0,1,.67.56L9.39,6.01a3.422,3.422,0,0,1,.4.7,1.581,1.581,0,0,1,.14.61,1.357,1.357,0,0,1-.21.71,3.4,3.4,0,0,1-.56.71l-.76.79a.535.535,0,0,0-.16.4.908.908,0,0,0,.03.23c.03.08.06.14.08.2a8.3,8.3,0,0,0,.93,1.28c.45.52.93,1.05,1.45,1.58.54.53,1.06,1.02,1.59,1.47a7.675,7.675,0,0,0,1.29.92c.05.02.11.05.18.08a.69.69,0,0,0,.25.04.55.55,0,0,0,.41-.17l.76-.75a3.068,3.068,0,0,1,.72-.56,1.332,1.332,0,0,1,.71-.21,1.6,1.6,0,0,1,.61.13,3.868,3.868,0,0,1,.7.39l3.31,2.35a1.517,1.517,0,0,1,.55.64A2.052,2.052,0,0,1,21.97,18.33Z' transform='translate(-2 -2)' fill='none' stroke='currentColor' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath d='M18.5,9a3.965,3.965,0,0,0-1.17-2.27A3.416,3.416,0,0,0,15,5.5' transform='translate(-2 -2)' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M22,9a7,7,0,0,0-7-7' transform='translate(-2 -2)' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.i-print::before {
  content: '';
  display: inline-block;
  width: 19.5px;
  height: 21.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.5' height='21.5' viewBox='0 0 19.5 21.5'%3E%3Cg transform='translate(0.75 0.75)'%3E%3Cpath d='M7,12c-4,0-4,1.79-4,4v1c0,2.76,0,5,5,5h8c4,0,5-2.24,5-5V16c0-2.21,0-4-4-4a2.361,2.361,0,0,0-1.8.6l-1.02,1.08a3,3,0,0,1-4.37,0L8.8,12.6A2.361,2.361,0,0,0,7,12Z' transform='translate(-3 -2)' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath d='M19,12V6c0-2.21,0-4-4-4H9C5,2,5,3.79,5,6v6' transform='translate(-3 -2)' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath d='M10.55,9.23h3.33' transform='translate(-3 -2)' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M9.72,6.23h5' transform='translate(-3 -2)' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shape-bottom {
  display: inline-block;
  width: 213px;
  height: 41.187px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='213' height='41.187' viewBox='0 0 213 41.187'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect x='12' y='-3' width='213' height='41.187' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-12 3)' clip-path='url(%23clip-path)' style='isolation: isolate'%3E%3Cpath d='M0,37.834c9.253-.344,20.008-.041,27.76-1.028a86,86,0,0,0,22.556-6.164c1.255-.576,2.65-1.311,2.65-1.311A124.059,124.059,0,0,0,69.66,19.069C79.264,12.291,84.067,8.9,90.3,6.167A65.629,65.629,0,0,1,111.109.356,68.9,68.9,0,0,1,135.948,2.34a61.575,61.575,0,0,1,14.823,6.284c2.259,1.267,5.57,3.713,12.19,8.605,5.7,4.214,9.718,7.374,16.416,10.616,1.26.61,2.352,1.1,2.911,1.34A112.1,112.1,0,0,0,197.2,34.277c6.747,1.745,21.073,3.913,39.795,3.4V61.189H0Z' transform='translate(0 -0.002)' fill='%23ffffff' /%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -3px;
  right: 0;
  left: 0;
  margin: auto;
}

.contact-wrap-1 {
  background: var(--color1);
  position: relative;
  border-radius: 24px;
}



.contact-wrap-1-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  gap: 15px;
}

.contact-wrap-1-title {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

.contact-wrap-1-text {
  font-size: 18px;
}

.contact-wrap-1-img {
  width: 100%;
  display: block;
  margin: auto;
  margin-top: -70px;
  padding: 0 70px;
}

.contact-wrap-2-title {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 50px;
}

.contact-wrap-3-box {
  background: #F2F2F2;
  border-radius: 12px;
  padding: 25px;
}

.contact-wrap-2-text {
  max-width: 700px;
  text-align: center;
  margin: auto;
  font-size: 20px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 25px;
}

.contact-wrap-3-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-wrap-3-head {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
}

.contact-wrap-3-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.contact-wrap-3-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #000;
}

.contact-wrap-3-item i {
  width: 36px;
  height: 36px;
  background: var(--color1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.contact-wrap-3-box.custom .contact-wrap-3-item:hover {
  color: #fff;
}

.contact-wrap-3-box.custom .contact-wrap-3-head {
  border-color: #fff;
}

.contact-wrap-3-box.custom i {
  background: #fff;
}

.contact-wrap-3-box.custom {
  background: var(--color1);
}

.contact-wrap-4::before {
  content: '';
  background: #6146466b;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.contact-wrap-4 {
  margin-top: 80px;
  padding: 70px 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.contact-wrap-4-box {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1220.002' height='412.001' viewBox='0 0 1220.002 412.001'%3E%3Cpath id='Subtraction_8' data-name='Subtraction 8' d='M-11659,15700.243h-535.923a54.316,54.316,0,0,1-8.7-2.967c-.9-.414-1.911-.948-1.916-.951a89.8,89.8,0,0,1-12.081-7.425l-.042-.029c-6.921-4.882-10.395-7.332-14.9-9.309a47.7,47.7,0,0,0-15.056-4.205c-1.681-.169-3.392-.255-5.085-.255a49.023,49.023,0,0,0-12.889,1.69,44.459,44.459,0,0,0-10.727,4.549c-1.646.922-4.04,2.693-8.811,6.221l-.011.009-1.027.76-.122.092a61.7,61.7,0,0,1-10.729,6.829c-.831.4-1.587.737-1.993.917l-.032.014-.082.036a80.873,80.873,0,0,1-10.793,3.685c-.426.11-.9.225-1.417.34H-12847a15.9,15.9,0,0,1-11.314-4.687,15.9,15.9,0,0,1-4.687-11.315v-380a15.893,15.893,0,0,1,4.687-11.314,15.893,15.893,0,0,1,11.314-4.687h1188a15.9,15.9,0,0,1,11.315,4.687,15.9,15.9,0,0,1,4.687,11.314v380a15.9,15.9,0,0,1-4.687,11.315A15.9,15.9,0,0,1-11659,15700.243Z' transform='translate(12863.002 -15288.242)' fill='rgba(0,0,0,0.53)' /%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  border-radius: 20px;
  padding: 40px;
  color: #fff;
}

.contact-wrap-4-title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}


.contact-wrap-4-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  display: grid;
  margin-top: 30px;
}

.contact-wrap-4-item {
  font-size: 18px;
}

.contact-wrap-5 {
  margin-top: 60px;
}

.contact-box {
  border-radius: 10px;
  border: solid 1px #dfdfdf;
  background-color: #fff;
  padding: 25px;
  height: 100%;
}
.contact-box img{max-width:100%}

.contact-box-title {
  font-size: 18px;
  border-bottom: 1px solid var(--color2);
  color: #323232;
  margin-bottom: 25px;
  font-weight: 600;
}

.responsive-map {
  overflow: hidden;
  position: relative;
  height: 0;
  border-radius: 10px;
  height: 100%;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  /*height: 280px;*/
  /*height: 100%;*/
  width: 100%;
  /*position: absolute;*/
  border-radius: 10px;
  height: 300px;
}
.responsive-map img{
  height: auto;
  width: 100%;
}
.contact-us-form-title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid var(--color2);
  padding-bottom: 5px;
  color: var(--color2);
}

.contact-us-form input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #eee;
}

.contact-us-form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #eee;
}


.contact-us-form label {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  color: #979797;
}

.contact-us-form input:focus {
  border-color: var(--color2);
}

.contact-us-form textarea:focus {
  border-color: var(--color2);
}

.contact-us-form button {
  background: var(--color1);
  border: 1px solid var(--color1);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  transition: 0.3s;
  width: 181.9px;
  height: 45.5px;
  border-radius: 8px;
}

.contact-us-form button:hover {
  background: transparent;
  color: var(--color1);
}



@media (max-width:767px) {

  .responsive-map {
    /*padding-bottom: 200px;*/
  }

  .responsive-map iframe {
    height: 200px;
  }

  .contact-box {
    padding: 15px;
  }

  .contact-box-title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .contact-us-form label {
    font-size: 14px;
  }

  .contact-us-form button {
    height: 36px;
    width: auto;
    font-size: 12px;
  }

  .contact-wrap-1-info {
    padding: 20px;
    height: auto;
  }

  .contact-wrap-1-title {
    font-size: 20px;
  }

  .contact-wrap-1-text {
    font-size: 16px;
    text-align: center;
  }

  .contact-wrap-1-img {
    margin-top: -10px;
    padding: 0 50px;
  }

  .contact-wrap-2-title {
    font-size: 20px;
    margin-top: 20px;
  }

  .contact-wrap-2-text {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .contact-wrap-3-title {
    font-size: 18px;
  }

  .contact-wrap-3-text {
    font-size: 14px;
  }

  .contact-wrap-3-item {
    font-size: 16px;
  }

  .contact-wrap-3-body {
    gap: 15px;
  }

  .contact-wrap-4 {
    margin-top: 30px;
    padding: 30px 0;
  }

  .contact-wrap-4-box {
    padding: 20px;
    padding-bottom: 60px;
  }

  .contact-wrap-4-title {
    font-size: 18px;
  }

  .contact-wrap-4-list {
    grid-template-columns: repeat(1, 1fr)
  }


  .contact-wrap-4-item {
    font-size: 15px;
  }

  .contact-wrap-5 {
    margin-top: 10px;
  }

}

.about-wrap-1 {
  height: 420px;
  border-radius: 24px;
  background-size: cover;
  position: relative;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
}

.about-wrap-1-title {
  font-size: 32px;
  font-weight: bold;
}

.about-wrap-1-text {
  font-size: 22px;
}

.about-wrap-2-logo {
  display: block;
  margin: auto;
  width: 92px;
  object-fit: contain;
}

.about-wrap-2-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-top: 30px;
}

.about-wrap-2-text {
  /*text-align: center;*/
  line-height: 2;
  font-size: 18px;
  margin-top: 20px;
}

.about-wrap-3 {
  background: var(--color1);
  background-size: cover;
  background-position: center;
  margin-top: 70px;
  padding: 70px 0;
}

.about-wrap-3-head {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 50px;
}

.about-wrap-3-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 6px #00000052;
  padding: 15px;
}

.about-wrap-3-cover {
  height: 160px;
  background: linear-gradient(179deg, #0D4E98 0%, #F8B628 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-wrap-3-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.about-wrap-3-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}

.about-wrap-3-mute {
  text-align: center;
  margin-top: 5px;
  color: #666;
  font-size: 14px;
}

.about-wrap-3-subtitle {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

.about-wrap-3-flex::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #ffffff00 0%, var(--color1) 50.48%, #ffffff00 100%);
  position: absolute;
  top: -10px;
}

.about-wrap-3-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
}

.about-wrap-3-social {
  display: flex;
  gap: 5px;
}

.about-wrap-3-social img {
  width: 20px;
}

.about-wrap-3-thin {
  font-size: 13px;
}

.about-wrap-4 {
  background: #0D4E98;
  border-radius: 32px;
  margin-top: 70px;
}

.about-wrap-4-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  color: #fff;
  gap: 20px;
}

.about-wrap-4-img {
  width: 100%;
}

.about-wrap-4-title {
  font-size: 30px;
  font-weight: bold;
}

.about-wrap-4-text {
  line-height: 2;
  font-size: 17px;
}

.about-wrap-4-img {
  width: 100%;
  margin-top: auto;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.about-wrap-5 {
  margin-top: 70px;
}

.about-wrap-5-img {
  width: 100%;
}

.about-wrap-5-text {
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width:767px) {

  .about-wrap-1 {
    height: 220px;
    padding: 20px;
    text-align: center;
    gap: 10px;
  }

  .about-wrap-1-title {
    font-size: 20px;
  }

  .about-wrap-1-text {
    font-size: 16px;
  }

  .about-wrap-2-logo {
    width: 65px;
  }

  .about-wrap-2-title {
    font-size: 18px;
    margin-top: 15px;
  }

  .about-wrap-2-text {
    font-size: 14px;
    margin-top: 15px;
    text-align: justify;
  }

  .about-wrap-3 {
    margin-top: 30px;
    padding: 30px 0;
  }

  .about-wrap-3-head {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .about-wrap-4 {
    margin-top: 30px;
  }

  .about-wrap-4-title {
    font-size: 18px;
  }

  .about-wrap-4-info {
    padding: 20px;
    gap: 10px;
  }

  .about-wrap-4-text {
    font-size: 14px;
  }

  .about-wrap-5 {
    margin-top: 30px;
  }

  .about-wrap-5-text {
    font-size: 14px;
    margin-top: 15px;
  }
}


/* pagination */


.pagination {
  justify-content: center;
  padding-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.page-link {
  width: 38px;
  height: 38px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color2);
  margin: 0 5px;
  background: unset;
  padding-top: 10px;
  background: #0000000D;
  border: 0;
  border-radius: 12px !important;
  border: 1px solid #00000029;
  background: #fff;
  transition: 0.3s;
}

a.page-link:hover {
  background: var(--color1);
  color: #fff;
}


.page-item:first-child .page-link {
  margin-right: 6px;
}

span.page-link:hover {
  background: #fff;
  color: var(--color1);
}

.page-link:focus {
  box-shadow: unset;
}

.page-item.active .page-link {
  color: #fff;
  background-color: var(--color2);
  border-color: var(--color2);
}

.page-item-title .page-link {
  height: 38px;
  font-size: 14px;
  width: 38px;
  color: var(--color2);
}

.page-item-title .page-link:hover {
  background: var(--color1);
  color: #fff;
}

@media (max-width:767px) {
  .pagination {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .page-link {
    margin: 0;
  }

  .page-link span {
    display: none;
  }


  .page-item-title {
    display: none;
  }

  .page-link {
    width: 30px;
    height: 30px;
    margin: 0 3px;
  }

}



/* blog */

.blog-list .card-blog {
  flex-direction: column;
}

.blog-list .card-blog-img-body {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.blog-list-title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.blog-search {
  border-radius: 5px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.blog-search input {
  outline: none;
  border: 0;
  font-size: 12px;
  padding-right: 15px;
  width: 100%;
}

.blog-search button {
  border-radius: 10px;
  background: var(--color1);
  border: 0;
  height: 100%;
  width: 55px;
  min-width: 55px;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s;
  padding-top: 5px;
}

.blog-search button:hover {
  opacity: 0.8;
}

.blog-img {
  width: 100%;
  border-radius: 8px;
}

.blog-title {
  font-size: 24px;
  font-weight: 800;
  text-align: right;
}

.blog-date {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #969696;
}

.acc-body .nav a,
.acc-body .nav label {
  display: block;
  padding: 5px;
  color: #1a1818;
  transition: all .25s ease-in;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.nav label {
  cursor: pointer;
}

.group-list a,
.group-list label {
  padding: 5px;
  box-shadow: inset 0 -1px lighten(#252525, 7%);
}

.sub-group-list a,
.sub-group-list label {
  padding-left: 4rem;
  background: #353535;
  box-shadow: inset 0 -1px lighten(#353535, 7%);
}

.sub-sub-group-list a,
.sub-sub-group-list label {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px lighten(#454545, 7%);
}

.group-list,
.sub-group-list,
.sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease-in-out;
  list-style: disc;
  color: var(--color1);
}

.nav__list input[type=checkbox]:checked+label+ul {
  max-height: 1000px;
}

label>span {
  float: right;
  transition: transform .65s ease;
}

.nav__list input[type=checkbox]:checked+label>span {
  transform: rotate(-90deg);
}

.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.group-list li a {
  color: #808080;
}

.icon {
  font-size: 18px;
  transition: 0.3s;
  color: var(--color1);
}

.icon.active {
  transform: rotate(180deg);
  color: var(--color1);
}

.acc {
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.acc-btn {
  display: flex;
  align-items: center;
  width: 100%;
  background: transparent;
  height: 45px;
  justify-content: space-between;
  border-radius: 8px 8px 0 0;
  font-size: 14px;
  padding: 0px 15px;
  font-weight: bold;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  color: #646464;
}

.acc-btn i {
  color: var(--color1);
}

.acc-btn.collapsed {
  border-radius: 5px;
  border-bottom: 0;
}

.acc-body {
  border: 0;
  background-color: transparent;
  border-top: 0;
  padding: 10px;
  border-radius: 0 0 8px 8px;
}


.blog-comment {
  border-radius: 12px;
  background: #fff;
  color: #303030;
  padding: 25px;
  margin-top: 30px;
  box-shadow: 0 0 6px #0000001c;
  border: 1px solid #70707026;
}

@media (max-width:767px) {

  .blog-comment {
    padding: 15px;
  }

  .page-link {
    margin: 0;
  }

  .page-link span {
    display: none;
  }

  .page-link {
    font-size: 14px;
  }

  .blog-title {
    font-size: 16px;
  }

  .blog-list-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

}

/* blog content pro max */

.blog-content {
  margin-top: 30px;
  background: white;
  border-radius: 16px;
  padding: 0;
  line-height: 1.7;
  color: #334155;
  font-size: 15px;
}

.blog-content h1 {
  font-size: 1.8rem;
  color: #1e293b;
  border-bottom: 2px solid #e53e3e;
  padding-bottom: 12px;
  margin: 25px 0 18px;
  font-weight: 700;
}

.blog-content h2 {
  font-size: 1.5rem;
  color: #1e293b;
  margin: 22px 0 12px;
  padding-right: 12px;
  border-right: 4px solid #e53e3e;
  font-weight: 600;
}

.blog-content h3 {
  font-size: 1.25rem;
  color: #334155;
  margin: 18px 0 10px;
  font-weight: 600;
}

.blog-content h4 {
  font-size: 1.1rem;
  color: #475569;
  margin: 15px 0 8px;
  font-weight: 600;
}

.blog-content p {
  margin-bottom: 18px;
  text-align: justify;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #334155;
}

.blog-content hr {
  margin: 25px 0;
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e53e3e, transparent);
}

.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin: 18px 0;
  display: block;
  margin: auto;
}

.blog-content video {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 18px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.9rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.blog-content thead {
  background: linear-gradient(135deg, var(--color1) 0%, var(--color2) 100%);
  color: white;
}

.blog-content th {
  padding: 10px 12px;
  text-align: right;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
}

.blog-content td {
  padding: 8px 12px;
  border-bottom: 1px solid #e2e8f0;
}

.blog-content tbody tr:hover {
  background-color: #f8fafc;
}

.blog-content aside {
  background: #fef9e7;
  border-right: 3px solid #f59e0b;
  padding: 15px 18px;
  margin: 20px 0;
  border-radius: 10px;
  font-size: 0.9rem;
}

.blog-content ul,
.blog-content ol {
  margin: 12px 0 18px 25px;
  padding-right: 18px;
}

.blog-content li {
  margin: 6px 0;
  font-size: 0.95rem;
}

.blog-content blockquote {
  background: #f1f5f9;
  border-right: 3px solid #e53e3e;
  padding: 12px 18px;
  margin: 18px 0;
  border-radius: 8px;
  font-size: 0.95rem;
  font-style: italic;
}

.blog-content a {
  color: #e53e3e;
  text-decoration: none;
  border-bottom: 1px dashed #e53e3e;
  transition: all 0.2s;
}

.blog-content a:hover {
  color: #c53030;
  border-bottom-color: #c53030;
}

.blog-content strong {
  color: #1e293b;
  font-weight: 600;
}

/* responsive blog-content */

@media (max-width: 768px) {
  .blog-content h1 {
    font-size: 1.5rem;
  }

  .blog-content h2 {
    font-size: 1.3rem;
  }

  .blog-content h3 {
    font-size: 1.15rem;
  }

  .blog-content p,
  .blog-content li {
    font-size: 0.9rem;
  }

  .blog-content th,
  .blog-content td {
    padding: 6px 10px;
  }

  .blog-content {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .blog-content h1 {
    font-size: 1.1rem;
  }

  .blog-content h2 {
    font-size: 1rem;
    padding-top: 5px;
  }

  .blog-content h3 {
    font-size: 0.9rem;
  }

  .blog-content p,
  .blog-content li,
  .blog-content aside {
    font-size: 0.85rem;
  }

  .blog-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0.8rem;
  }
}


/* comment */

.comment-form-rate {
  display: flex;
  align-items: center;
  justify-content: end;
}

.comment-form-rate-star {
  margin-right: 15px;
  margin-left: 15px;
  direction: ltr;
}

.comment-form-rate-text {
  font-size: 16px;
  text-align: center;
  color: #000;
}

.wrapper-star input {
  display: none;
}

.wrapper-star label {
  margin: 0;
  cursor: pointer;
}

i.icon-star-empty {
  color: #000;
}

i.icon-star {
  color: #f9bc00;
}

.com-box {
  color: #303030;
}

.com-box-title {
  font-size: 18px;
  font-weight: 500;
  color: #303030;
  margin-bottom: 10px;
}

.com-box-text {
  margin-bottom: 10px;
  color: #303030;
}

.com-box-form {
  display: flex;
  flex-direction: column;
}

.com-box-form input {
  height: 44px;
  margin-top: 5px;
  padding: 10px;
  outline: none;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #9999996e;
  color: #000;
}

.com-box-form input:focus {
  border-color: var(--color1);
}

.com-box-form textarea {
  margin-top: 5px;
  padding: 10px;
  outline: none;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #9999996e;
  color: #000;
}

.com-box-form textarea:focus {
  border-color: var(--color2);
}

.com-box-form label {
  font-size: 16px;
}

.com-box-code input {
  border: 0;
  height: 40px;
  background: #fff;
  border: 1px solid #e6eaed6e;
  margin-right: 10px;
  text-align: center;
  outline-color: var(--color1);
  width: 100%;
  border-radius: 10px;
  max-width: 150px;
  color: #000;
}

.com-box-code img {
  width: 140px;
}

.com-box-code {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
}

.com-box-recode {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 300;
  display: block;
  color: var(--color2);
}

.com-box-mute {
  font-size: 14px;
  line-height: 2;
}

.com-box-submit {
  height: 50px;
  background: var(--color2);
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  border-radius: 50px;
  transition: 0.3s;
  margin-top: 15px;
}

.com-box-submit:hover {
  background: var(--color1);
  color: #fff;
}


.comment-item {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 6px #0000001c;
  border: 1px solid #70707026;
}


.comment-item-info {
  display: flex;
  align-items: center;
}

.comment-item-info i {
  background: #C9C9C9;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-left: 15px;
}

.comment-item-user {
  font-size: 16px;
  font-weight: 600;
  color: #7A7A7A;
  margin-left: 10px;
}

.comment-item-date {
  font-size: 14px;
  color: #7A7A7A;
}

.comment-item-text {
  font-size: 14px;
  margin-top: 15px;
}

/* responsive comment */

@media (max-width:767px) {
  .comment-item {
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: unset;
  }

  .com-box-title {
    font-size: 14px;
  }

  .comment-item-user {
    font-size: 12px;
  }

  .comment-item-date {
    font-size: 12px;
  }

  .comment-item-text {
    font-size: 12px;
    margin-top: 10px;
  }


  .com-box-text {
    margin-top: 10px;
    font-size: 12px;
  }

  .com-box-form label {
    font-size: 14px;
  }

  .com-box-form input {
    height: 36px;
    margin-top: 0px;
  }

  .com-box-mute {
    font-size: 12px;
  }

  .comment-form-rate-text {
    font-size: 14px;
  }

  .com-box-recode {
    margin-top: 10px;
    font-size: 14px;
    display: block;
  }

  .com-box-submit {
    height: 38px;
    padding: 8px;
    font-size: 14px;
    margin-top: 10px;
    margin-top: 0;
  }

}

/* 1400px */

@media (min-width:1400px) {
  .service-wrap-4-card {
    padding: 30px 80px;
    padding-top: 75px;
  }
}

/*SEARCH BOX */
.navbar-btn-search {
  font-size: 20px;
  color: #fff;
}

.box-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 40%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  visibility: hidden;
}

.box-search-overlay.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.box-search-content {
  background: white;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 400px;
  text-align: center;
  position: relative;
  margin: 20px;
  border-radius: 20px;
}

#boxSearchTitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.box-search-close {
  position: absolute;
  top: 6px;
  left: 12px;
  background: transparent;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #666;
  transition: color 0.2s ease;
}

.box-search-close:hover {
  color: #000;
}
.navbar-btn-search:hover {
  color: #000;
}

.search-form {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.search-form input[type="text"] {
  flex: 1;
  padding: 10px 15px;
  font-size: 16px;
  border: 2px solid #ddd;
  transition: border-color 0.3s ease;
  border-radius: 12px;
}

.search-form input[type="text"]:focus {
  border-color: var(--color1);
  outline: none;
}

.search-form button {
  background: var(--color1);
  border: none;
  padding: 0 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background-color 0.3s ease;
  border-radius: 12px;
}

.search-form button:hover {
  background: var(--color2);
  color: #000;
}

.search-form button i {
  font-style: normal;
  font-size: 20px;
}


@media (max-width:767px) {
  .box-search-content {
    padding: 20px;
  }

  #boxSearchTitle {
    font-size: 20px;
  }

  .search-form input[type="text"] {
    padding: 10px 10px;
  }

  .search-form button {
    padding: 0 10px;
  }

  .navbar-btn-search {
    font-size: 18px;
  }
}


 /* START GALLERY */

.card-cat {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  padding: 20px;
}

.card-cat-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-cat:hover img {
  transform: scale(1.05);
}


.card-cat-box {
  position: relative;
  background: #00000099;
  backdrop-filter: blur(4px);
  border-radius: 24px;
  padding: 20px;
  text-align: center;
  width: 100%;
}

.card-cat-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-cat-text {
  font-size: 18px;
  color: #fff;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  margin-top: 10px;
}
/* END GALLERY*/

.service-wrap-2-text table {
  width: 100%;
  border-collapse: collapse;
}

.service-wrap-2-text table td {
  padding: 3px 6px;
  border: 1px solid #af7202;
  text-align: center;
}
.service-wrap-2-text table td p{
  margin-bottom:3px
}

.service-wrap-2-text table tr:first-child {
  background-color: #b37e1c;
  color: white;
  font-weight: bold;
}


.service-wrap-2-text table tr:nth-child(even):not(:first-child) {
  background-color: #f3f4f638;
}

.service-wrap-2-text table tr:nth-child(odd):not(:first-child) {
  background-color: #ffffff05;
}


.service-wrap-2-text table tr:not(:first-child):hover {
  background-color: #f5c130;
  cursor: pointer;
}