@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Thin.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Thin.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Light.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Light.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Light.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Light.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Regular.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Regular.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-SemiBold.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-SemiBold.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Bold.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Bold.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-ExtraBold.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-ExtraBold.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Black.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Black.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

/* base */

:root {
  --color1: #2D7A8C;
  --color2: #024B6E;
  --color3: #D9B56D;
  --back: #fff;
  --font1: YekanBakhFaNum;
}

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;
  }
}

@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;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}

/* 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-top {
  background: #024B6E;
}

.navbar-top-inner {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.navbar-top-item i {
  font-size: 16px;
}

.navbar-top-item {
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
}

.navbar-top-item:hover {
  color: var(--color3);
}

.navbar-custom {
  background-color: #fff;
  height: 85px;
  padding: 0;
  z-index: 999;
  transition: 0.3s;
  width: 100%;
  box-shadow: 0px 0px 6px 0px #0000001a;
}

.navbar-fill {
  height: 130px;
}

.navbar-logo img {
  width: auto;
  height: 78px;
  object-fit: contain;
}

.navbar-logo {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.nav-item {
  margin-left: 20px;
  white-space: nowrap;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  font-size: 14px;
  color: #565656;
  font-weight: 600;
}

.nav-item.dropdown {
  margin-top: -2px;
}

/* border hover  */

@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-right {
  display: flex;
  align-items: center;
  width: 100%;

}

.navbar-left {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  width: 100%;
}

.navbar-btn-body {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-btn {
  width: 36px;
  height: 36px;
  background: #eee;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 20px;
  transition: 0.3s;
  position: relative;
}

.navbar-btn:hover {
  background: var(--color1);
  color: #fff;
}

.icon-hk-user {
  font-size: 22px;
}

.navbar-search {
  height: 42px;
  background: #F4F5F7;
  border: 1px solid #E9E9E9;
  display: flex;
  border-radius: 50px;
}

.navbar-search button:hover {
  color: var(--color1);
}

.navbar-search button {
  background: transparent;
  border: 0;
  outline: none;
  font-size: 20px;
  line-height: 0;
  color: #738b9b73;
}

.navbar-search input {
  background: transparent;
  border: 0;
  outline: none;
  font-size: 12px;
  width: 100%;
  padding-right: 20px;
  font-weight: 600;
}

.navbar-search input::placeholder {
  color: #738B9B;
}

.navbar-lang-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #25252514;
  height: 29px;
  border-radius: 50px;
  border: 1px solid #ffffff73;
  padding: 6px;
  color: #fff;
}

.navbar-lang-btn img {
  height: 20px;
  min-width: 20px;
  width: 20px;
  border-radius: 50px;
}

.navbar-lang-dropdown {
  border: 0;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  box-shadow: 0 0 3px #00000026;
}

.navbar-lang-item::after {
  content: unset !important;
}

.navbar-lang-item {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  border: 1px solid #dddddd4d;
  border-radius: 50px;
  padding: 3px;
  line-height: 1;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  background: #f3f3f38c;
}

.navbar-lang-item img {
  height: 20px;
  min-width: 20px;
  width: 20px;
  border-radius: 50px;
}

.navbar-lang-item:last-child {
  margin-bottom: 0;
}

.navbar-lang-btn span {
  height: 22px;
}

.navbar-search-btn {
  display: none;
}

/* responsive navbar*/

@media (max-width:767.5px) {
  .navbar-top-item {
    font-size: 10px;
  }

  .navbar-top-item i {
    font-size: 18px;
    line-height: 1;
  }

  .navbar-top-inner {
    height: 35px;
    gap: 10px;
  }


  .navbar-custom {
    height: auto;
    padding: 5px 0;
  }

  .navbar-fill {
    height: 85px;
  }

  .navbar-right {
    width: auto;
  }

  .navbar-left {
    width: auto;
  }

  .navbar-btn-badge {
    display: flex;
    left: -5px;
    top: 0;
  }

  .navbar-logo {
    margin-left: 0;
  }

  .navbar-logo img {
    height: 40px;
  }

  .navbar-search {
    position: absolute;
  }

  .navbar-search {
    position: absolute;
    top: 60px;
    background: #fff;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    height: 34px;
  }

  .navbar-search.active {
    visibility: visible;
    opacity: 1;
  }

  .navbar-lang-btn span {
    display: none;
  }

  .navbar-lang-btn {
    padding: 2px;
    height: 26px;
  }

  .navbar-lang-item {
    font-size: 12px;
  }

  .navbar-lang-dropdown {
    min-width: 130px;
  }

  .navbar-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: none;
    line-height: 1;
    font-size: 20px;
    color: #707070;
    background: transparent;
    padding: 0;
  }
}


@media (min-width:768px) {
  .navbar-nav {
    align-items: center;
  }
}


/* 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-radius: 5px;
  min-width: 180px;
  border-radius: 8px;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  right: 0;
  border: 1px solid #eee;
}

.dropdown ul li a {
  color: #444;
  font-size: 13px;
  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(--color1);
    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%;
  }

  #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;
  }

  .dropdown .dropdown:hover>a:after {
    border-left-color: #000;
  }

  .dropdown .dropdown:hover>ul {
    display: block;
  }

  .dropdown:hover>ul {
    display: block;
  }
}

/* offcanvas */
@media (max-width: 767.5px) {
  .dropdown ul::before {
    content: unset;
  }

  .dropdown a::after {
    content: '\f104';
    font-size: 16px;
    flex-grow: 1;
    justify-content: end;
    display: flex;
    align-items: center;
  }

  .dropdown .dropdown>a:after {
    margin-top: -2px;
    font-size: 16px;
  }

  .offcanvas-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    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;
    border: 0;
  }

  .dropdown ul.active {
    right: 0;
  }

  .offcanvas-nav.active {
    right: 0;
  }


  .offcanvas-header {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color1);
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: var(--color1);
    font-size: 20px;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: var(--color1);
    font-size: 20px;
  }

  .nav-item {
    padding: 10px 20px;
    margin-left: 0px;
    display: flex;
  }

  .dropdown ul li a {
    padding: 10px 20px;
  }

  .nav-item a {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: var(--color1) !important;
    display: flex;
    margin-left: 5px;
  }
}


@media (min-width:768px) {
  .offcanvas-header {
    display: none;
  }
}


.dropdown-new .dropdown-menu {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
}

.dropdown-new a::after {
  display: none;
}


.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

/* jconfirm  */
.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-2 {
  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-pagination-bullet {
  border-radius: 20px;
  width: 8px;
  height: 8px;
  background: #fff;
}


.swiper-pagination-bullet-active {
  width: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color1);
}


.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
  color: var(--color1);
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  background-color: transparent;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  background-color: transparent;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-button-next:hover {
  background: var(--color1);
}

.swiper-button-prev:hover {
  background: var(--color1);
}

.swiper-button-next:hover::after {
  color: #fff;
}

.swiper-button-prev:hover::after {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
}

[class^="swiper-"]:hover .swiper-button-next,
[class^="swiper-"]:hover .swiper-button-prev {
  opacity: 1;
}


@media (max-width:767px) {
  .swiper-button-next {
    width: 28px;
    height: 28px;
    top: 55%;
  }

  .swiper-button-prev {
    width: 28px;
    height: 28px;
    top: 55%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 10px;
  }
}

/* animate */

.shimmer {
  -webkit-mask: linear-gradient(-60deg, #000 30%, rgb(0 0 0 / .3333333333333333), #000 50%) right / 300% 100%;
  mask: linear-gradient(-60deg, #000 30%, rgb(0 0 0 / .3333333333333333), #000 50%) right / 300% 100%;
  background-repeat: no-repeat;
  -webkit-animation: shimmer 3s infinite;
  animation: shimmer 3s infinite
}

@-webkit-keyframes shimmer {
  0% {
    -webkit-mask-position: 140% 140%;
    mask-position: 140% 140%
  }

  to {
    -webkit-mask-position: -20% -20%;
    mask-position: -20% -20%
  }
}

@keyframes shimmer {
  0% {
    -webkit-mask-position: 140% 140%;
    mask-position: 140% 140%
  }

  to {
    -webkit-mask-position: -20% -20%;
    mask-position: -20% -20%
  }
}


.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-item {
  height: calc(100vh - 130px);
  background-position: center;
  background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.home-wrap-1-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 50%;
}

.home-wrap-1-title {
  font-size: 56px;
  font-weight: bold;
  color: #fff;
}

.home-wrap-1-title strong {
  font-weight: bold;
  color: #138DA1;
  background: #fff;
  padding: 0 10px;
  border-radius: 10px;
}

.home-wrap-1-title b {
  font-weight: bold;
  color: #138DA1;
  background: #fff;
  padding: 0 10px;
  border-radius: 10px;
}

.home-wrap-1-text {
  font-size: 24px;
  color: #fff;
}

.home-wrap-1-flex {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}

.home-wrap-1-btn-a {
  height: 49px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 30px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: bold;
  color: #2D7A8C;
  border: 1px solid #fff;
  transition: 0.3s;
  line-height: 1;
}

.home-wrap-1-btn-a:hover {
  background: transparent;
  color: #fff;
}

.home-wrap-1-btn-b {
  height: 49px;
  display: flex;
  align-items: center;
  background: #66B7DF;
  border: 1px solid #FFFFFF;
  padding: 0 30px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  backdrop-filter: blur(4px);
  line-height: 1;
  transition: 0.3s;
}

.home-wrap-1-btn-b:hover {
  background: #66b7df85;
  color: #fff;
}


.home-wrap-2-box {
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  display: grid;
  background: #fff;
  box-shadow: 3px 3px 20px #0a3d4638;
  padding: 25px;
  border-radius: 22px;
  margin-top: -55px;
  z-index: 1;
  position: relative;
}

.home-wrap-2-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 15px;
}

.home-wrap-2-item::after {
  content: '';
  height: 46px;
  width: 2px;
  background: #1e819517;
  position: absolute;
  left: 0;
}


.home-wrap-2-item:last-child::after {
  content: unset;
}

.home-wrap-2-icon {
  height: 60px;
}

.home-wrap-2-title {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #707070;
  font-weight: bold;
  font-size: 15px;
}

.home-wrap-2-title span {
  color: #147A8C;
  font-size: 38px;
  line-height: 1;
}

.home-wrap-3-box {
  border-radius: 22px;
  margin-top: 30px;
  box-shadow: 3px 3px 8px #2d7a8c33;
  padding: 30px;
  background-color: #f8f8f9;
  background-position: 0 -75%;
  background-size: cover;
}

.home-wrap-3-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.home-wrap-3-title {
  font-size: 30px;
  font-weight: bold;
  color: #143A52;
  position: relative;
}

.home-wrap-3-title::after {
  content: '';
  width: 75px;
  height: 4px;
  background: #73C0CB;
  border-radius: 10px;
  display: block;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 2px;
}

.home-wrap-3-text {
  font-size: 12px;
  color: #143A52;
}

.home-wrap-3-main {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 30px;
}

.home-cat-item {
  background: #fff;
  padding: 20px;
  box-shadow: 3px 3px 5px #7174741a;
  border-radius: 10px;
  text-align: center;
}

.home-cat-item {
  background: #fff;
  padding: 20px;
  box-shadow: 3px 3px 5px #7174741a;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #138DA1;
  direction: ltr;
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  position: relative;
}

.home-cat-item span {
  font-size: 15px;
  font-weight: 400;
}

.home-cat-item.active {
  background: #2D7A8C;
  color: #fff;
}

.home-cat-item.active::before {
  content: "";
  position: absolute;
  top: 46%;
  left: -5px;
  transform: translateX(-50%) rotate(90deg);
  border-top: 10px solid #2D7A8C;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.home-cat {
  display: flex;
  flex-direction: column;
  width: 30%;
  gap: 15px;
}

.home-tab {
  width: 70%;
}

.home-tab-item {
  display: none;
}

.home-tab-item.active {
  display: block;
}

.home-tab-inner {
  display: flex;
  gap: 30px;
}

.home-tab-cover {
  width: 55%;
}

.home-tab-info {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-tab-img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}

.home-tab-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #143A52;
  direction: ltr;
}

.home-tab-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #73C0CB;
  direction: ltr;
}

.home-tab-list span::before {
  content: '\e85e';
  font-family: "raya-icon";
  color: #44a407;
  border: 2px solid;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 14px;
  line-height: 0;
}

.home-tab-list span {
  color: #707070;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-tab-list span {
  color: #707070;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}

.home-tab-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: #D9B56D;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  margin-top: 30px;
  line-height: 0;
  transition: 0.3s;
}

.home-tab-btn:hover {
  background: var(--color2);
  color: #fff;
}

.home-wrap-4-head {
  font-size: 28px;
  font-weight: bold;
  color: #143A52;
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.home-wrap-4-head::after {
  content: '';
  width: 75px;
  height: 4px;
  background: #73C0CB;
  border-radius: 10px;
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 2px;
}

.home-wrap-4-route {
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  display: grid;
  margin-top: 10px;
}

.home-wrap-4-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
  margin-top: 30px;
  position: relative;
}

.home-wrap-4-item::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43.953' height='33.119' viewBox='0 0 43.953 33.119'%3E%3Cg id='Group_3103' data-name='Group 3103' transform='translate(0 0)'%3E%3Cpath id='Path_12196' data-name='Path 12196' d='M12.2,22.743l11.61-11.61a.591.591,0,0,1,.855,0,.449.449,0,0,1,.122.367v1.955c0,.122-.122.367-.122.489L16.6,22.01H48.01a.577.577,0,0,1,.611.611v1.222a.577.577,0,0,1-.611.611H16.48l8.066,8.066c.122.122.122.244.122.489v1.833a.577.577,0,0,1-.611.611,1.231,1.231,0,0,1-.367-.122L12.08,23.721a.957.957,0,0,1,.122-.978Z' transform='translate(-12 -10.95)' fill='%2329abe2' opacity='0.3'/%3E%3Cpath id='Path_12197' data-name='Path 12197' d='M6.141,31.3l9.166-9.166a.6.6,0,0,1,.855.855L8.1,31.055H34.738a.775.775,0,0,1,.611.733.577.577,0,0,1-.611.611H8.1l8.066,8.188a.6.6,0,0,1-.855.855L6.141,32.277a.931.931,0,0,1,0-.978h0Z' transform='translate(8.604 -8.507)' fill='%2329abe2'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  width: 43px;
  height: 33px;
  left: -15%;
  top: 25%;
}

.home-wrap-4-item:last-child::after {
  content: unset;
}

.home-wrap-4-cover {
  width: 140px;
  height: 140px;
  border: 1px solid #94CED7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.home-wrap-4-img {
  height: 65px;
  width: auto;
  object-fit: contain;
  user-select: none;
  transition: 0.3s;
}


.home-wrap-4-cover:hover {
  background: #138DA1;
}

.home-wrap-4-cover:hover img {
  filter: sepia(1) saturate(0) brightness(1000%) contrast(1000%);
  transform: scale(1.1);
}

.home-wrap-4-title {
  color: #0F606F;
  font-weight: 600;
}

.home-wrap-4-text {
  color: #0F606F;
  font-size: 14px;
  margin-top: 5px;
}

.home-wrap-5-box {
  margin-top: 60px;
  padding: 30px;
  box-shadow: 3px 3px 20px #4b565838;
  border-radius: 22px;
}

.home-wrap-5-inner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: linear-gradient(90deg, #ffffff00 0%, #fff 100%);
  z-index: -1;
}

.home-wrap-5-inner {
  position: relative;
  min-height: 350px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50%;
  gap: 15px;
  z-index: 1;
}

.home-wrap-5-title {
  font-size: 30px;
  font-weight: bold;
  color: #143A52;
}

.home-wrap-5-text {
  font-size: 16px;
  text-align: justify;
  color: #143A52;
  font-weight: 600;
  line-height: 1.7;
}

.home-wrap-6-box {
  background: #F5F8FA;
  margin-top: 70px;
  box-shadow: 0 3px 8px #171b323d;
  overflow: hidden;
  white-space: nowrap;
  direction: ltr;
  position: relative;
  border-radius: 22px;
}

.home-wrap-6-title {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: #d9d9d98f;
  backdrop-filter: blur(4px);
  z-index: 1;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  color: #666768;
  padding: 0 30px;
  background-image: linear-gradient(272deg, #ffffff00 0%, #f5f8fa99 100%);
}

.home-wrap-6-inner {
  padding: 30px;
}

.home-wrap-6-loop {
  display: inline-flex;
  align-items: center;
  gap: 70px;
  animation: loopMove 10s linear infinite;
  white-space: nowrap;
}

.home-wrap-6-loop:hover {
  animation-play-state: paused;
}

.home-wrap-6-loop img {
  height: 70px;
  filter: grayscale(1);
  opacity: 0.5;
  transition: 0.5s;
}

.home-wrap-6-loop img:hover {
  opacity: 1;
  filter: grayscale(0);
}

@keyframes loopMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);

  }
}

.home-wrap-7-box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #1a5b6661;
  z-index: -1;
  backdrop-filter: blur(6px);
}

.home-wrap-7-box {
  margin-top: 70px;
  background-size: cover;
  min-height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 10px #0e66752e;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.home-wrap-7-title {
  font-size: 40px;
  font-weight: 800;
}

.home-wrap-7-text {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.home-wrap-8-head {
  font-size: 28px;
  font-weight: bold;
  color: #143A52;
  position: relative;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.home-wrap-8-head::after {
  content: '';
  width: 75px;
  height: 4px;
  background: #73C0CB;
  border-radius: 10px;
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 2px;
}

.home-wrap-8 .swiper-3 {
  padding: 10px;
  margin: -10px;
}

.card-blog {
  border-radius: 20px;
  box-shadow: 3px 3px 6px #0c7a8c2e;
  padding: 15px;
  display: block;
  transition: 0.3s;
}

.card-blog:hover {
  box-shadow: 0px 0px 6px #0c7a8c2e;

}

.card-blog-img-body {
  height: 215px;
  object-fit: cover;
  border-radius: 17px;
  overflow: hidden;
}

.card-blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.card-blog-img:hover {
  transform: scale(1.1);
}

.card-blog-title {
  color: #666768;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-blog-text {
  font-size: 15px;
  font-weight: 300;
  color: #666768;
  margin-top: 10px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 45px;
}

.card-blog-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  color: #0C7A8C;
  font-size: 16px;
  font-weight: 600;
}

.card-blog-more i {
  font-size: 14px;
  border: 2px solid;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50px;
}

.card-blog-more:hover {
  color: var(--color2);
}

/* responsive */
@media (max-width:767px) {

  .home-wrap-1-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: linear-gradient(90deg, #ffffff00 0%, #1e6890 100%);
    z-index: -1;
    backdrop-filter: blur(1px);
  }

  .home-wrap-1-item {
    height: 250px;
    min-height: 250px;
    background-position: left;
    position: relative;
    z-index: 1;
  }

  .home-wrap-1-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    align-items: center;
  }

  .home-wrap-1-title {
    font-size: 18px;
  }

  .home-wrap-1-text {
    font-size: 14px;
  }

  .home-wrap-1-flex {
    gap: 10px;
    margin-top: 5px;
  }

  .home-wrap-1-btn-a {
    height: 38px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 12px;
  }

  .home-wrap-1-btn-b {
    height: 38px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 12px;
  }

  .home-wrap-2-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 15px 5px;
    border-radius: 20px;
    margin-top: 20px;
  }

  .home-wrap-2-item {
    gap: 10px;
    justify-content: space-between;
    padding: 0 10px;
  }

  .home-wrap-2-title {
    font-size: 12px;
    text-align: right;
  }

  .home-wrap-2-title span {
    font-size: 20px;
  }

  .home-wrap-2-icon {
    height: 36px;
  }

  .home-wrap-2-item::after {
    left: -10px;
  }

  .home-wrap-2-item:nth-child(even):after {
    content: unset;
  }

  .home-wrap-3-box {
    border-radius: 20px;
    margin-top: 20px;
    padding: 15px;
    background-position: center;
  }

  .home-wrap-3-title {
    font-size: 18px;
  }

  .home-wrap-3-title::after {
    width: 60px;
    height: 3px;
  }

  .home-wrap-3-text {
    text-align: center;
  }

  .home-wrap-3-main {
    margin-top: 20px;
    gap: 20px;
    flex-direction: column;
  }

  .home-cat {
    flex-direction: row;
    width: 100%;
    gap: 10px;
  }

  .home-cat-item {
    padding: 5px;
    font-size: 12px;
    width: 100%;
  }

  .home-cat-item span {
    font-size: 10px;
  }

  .home-tab {
    width: 100%;
  }

  .home-cat-item.active::before {
    transform: translateX(0) rotate(0deg);
    top: unset;
    right: 0;
    left: 0;
    width: max-content;
    margin: auto;
    bottom: -10px;
  }

  .home-tab-inner {
    gap: 10px;
    flex-direction: column;
  }

  .home-tab-info {
    width: 100%;
  }

  .home-tab-cover {
    width: 100%;
  }

  .home-tab-img {
    height: 230px;
  }

  .home-tab-title {
    font-size: 18px;
  }

  .home-tab-text {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .home-tab-list span {
    font-size: 12px;
    font-weight: 600;
    gap: 5px;
    margin-top: 10px;
  }

  .home-tab-btn {
    height: 38px;
    font-size: 14px;
    margin-top: 15px;
  }

  .home-tab-list span::before {
    content: '\e85e';
    width: 18px;
    height: 18px;
    border-radius: 50px;
    font-size: 11px;
    line-height: 3;
  }

  .home-wrap-4-head {
    font-size: 16px;
    margin-top: 30px;
  }

  .home-wrap-4-head::after {
    width: 60px;
    height: 3px;
  }

  .home-wrap-4-route {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-wrap-4-item {
    gap: 10px;
    margin-top: 10px;
  }

  .home-wrap-4-cover {
    width: 85px;
    height: 85px;
  }

  .home-wrap-4-img {
    height: 40px;
  }

  .home-wrap-4-title {
    font-size: 14px;
  }

  .home-wrap-4-text {
    font-size: 12px;
  }

  .home-wrap-4-item::after {
    width: 28px;
    height: 28px;
    left: -20%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .home-wrap-4-item:nth-child(even)::after {
    content: unset;
  }

  .home-wrap-4-item:last-child {
    grid-column: 1 / 3;
    justify-self: center;
  }

  .home-wrap-5-box {
    padding: 15px;
    border-radius: 20px;
    margin-top: 30px;
    gap: 10px;
  }

  .home-wrap-5-inner {
    min-height: auto;
    border-radius: 16px;
    padding: 15px;
    background-position: left;
    gap: 10px;
  }

  .home-wrap-5-title {
    font-size: 14px;
    text-align: center;
  }

  .home-wrap-5-text {
    font-size: 11px;
    text-align-last: center;
  }

  .home-wrap-6-box {
    margin-top: 35px;
    border-radius: 20px;
  }

  .home-wrap-6-inner {
    padding: 18px;
  }

  .home-wrap-6-loop img {
    height: 38px;
  }

  .home-wrap-6-title {
    width: 34%;
    font-size: 14px;
  }

  .home-wrap-6-loop {
    gap: 40px;
  }

  .home-wrap-7-box {
    margin-top: 35px;
    min-height: auto;
    padding: 20px;
    text-align: center;
    gap: 10px;
    border-radius: 20px;
  }

  .home-wrap-7-title {
    font-size: 18px;
  }

  .home-wrap-7-text {
    font-size: 12px;
  }

  .home-wrap-8-head {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .home-wrap-8-head::after {
    width: 60px;
    height: 3px;
  }

  .card-blog {
    padding: 10px;
  }

  .card-blog-img-body {
    height: 150px;
  }

  .card-blog-title {
    font-size: 14px;
    margin-top: 15px;
  }

  .card-blog-text {
    font-size: 12px;
    height: 36px;
  }

  .card-blog-more {
    font-size: 12px;
  }

  .card-blog-more i {
    font-size: 11px;
    width: 20px;
    height: 20px;
  }

}


.footer-top {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 70px;
  border-radius: 20px;
  padding-right: 20%;
  padding-left: 40%;
  gap: 10px;
  text-align: left;
  background-size: cover;
}

.footer-top-title {
  font-size: 30px;
  font-weight: bold;
  color: #0C7A8C;
}

.footer-top-text {
  font-size: 21px;
  color: #0c7a8c80;
  font-weight: bold;
}

.footer-top-btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-right: auto;
  border: 1px solid #0C7A8C;
  border-radius: 15px;
  padding: 0 30px;
  color: #0C7A8C;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 1;
  transition: 0.3s;
}

.footer-top-btn:hover {
  background: #0C7A8C;
  color: #fff;
}

/* footer */

.footer {
  position: relative;
  padding: 0 30px;
  padding-top: 60px;
  background-size: cover;
  background-position: left;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.footer-header {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  align-items: start;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.footer-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}

.footer-link {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  max-width: 100%;
  line-height: 1.7;
}

.footer-link {
  width: max-content;
}

.footer-link:hover {
  color: var(--color3);
}

.footer-link i {
  width: 24px;
  margin-left: 10px;
  display: flex;
  font-size: 16px;
  color: #fff;
}

.footer-address {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}

.footer-address span {
  color: #fff;
}

.footer-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.footer-logo {
  height: 90px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-text {
  text-align: justify;
  font-size: 12px;
  line-height: 2;
  color: #fff;
  max-width: 80%;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.footer-social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--color2);
  border-radius: 50px;
  padding-top: 5px;
}

.footer-social a:hover {
  background: var(--color3);
}


.footer-bottom {
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-bottom-item {
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 15px;
}

.footer-bottom-item span {
  margin: 0 2px;
}

.footer-bottom-item a {
  color: #fff;
}

.footer-bottom-item a:hover {
  color: var(--color3);
}

.footer-namad {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

.footer-namad img {
  height: 70px;
  max-width: 100%;
  object-fit: contain;
}

.footer-mute {
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
}

/* responsive footer  */

@media (max-width:767px) {


  .footer-top {
    padding: 20px;
    min-height: auto;
    position: relative;
    z-index: 1;
    margin-top: 35px;
    overflow: hidden;
    align-items: center;
  }

  .footer-top::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    backdrop-filter: blur(1px);
    background-image: linear-gradient(90deg, #ffffff00 0%, #ffffff70 100%);
  }

  .footer-top-title {
    font-size: 16px;
  }

  .footer-top-text {
    font-size: 12px;
    color: #0c7a8c;
  }

  .footer-top-btn {
    height: 36px;
    font-size: 12px;
    padding: 0 15px;
    margin: auto;
  }

  .footer {
    padding: 20px;
    margin-bottom: 20px;
  }

  .footer-logo {
    height: 56px;
  }

  .footer-text {
    font-size: 11px;
  }

  .footer-social {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-social a {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .footer-social img {
    width: 24px;
  }

  .footer-box {
    margin-bottom: 15px;
  }

  .footer-header {
    font-size: 13px
  }

  .footer-ul {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-address {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer-bottom {
    margin-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom-item {
    flex-direction: column;
    font-size: 10px;
  }

  .footer-namad {
    margin-top: 0px;
  }

  .footer-namad img {
    height: 60px;
  }

}


/* inner page */

.banner-wrapper {
  min-height: 500px;
  display: flex;
  align-items: center;
}

.banner-wrapper-inner {
  max-width: 40%;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
}

.banner-wrapper-title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}

.banner-wrapper-subtitle {
  font-size: 20px;
}

.banner-wrapper-text {
  font-size: 15px;
  font-weight: 300;
}

.product-row-title {
  font-size: 25px;
  font-weight: bold;
  color: #143A52;
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.product-row-title::after {
  content: '';
  width: 75px;
  height: 4px;
  background: #73C0CB;
  border-radius: 10px;
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 2px;
}

.product-sort {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.product-sort a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEF0F3;
  height: 41px;
  padding: 0 15px;
  color: #707070;
  font-size: 15px;
  border-radius: 30px;
  transition: 0.3s;
}

.product-sort a.active {
  background: #0F6E85;
  color: #fff;
}

.product-sort a:hover {
  background: var(--color3);
  color: #fff;
}

.card-product {
  display: block;
  background: #fff;
  box-shadow: 0 3px 6px #00000024;
  border-radius: 20px;
}

.card-product-img-body {
  height: 350px;
  padding: 20px;
  box-shadow: 0 3px 6px #00000024;
  border-radius: 20px;
}

.card-product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.5s;
}

.card-product-img:hover {
  transform: scale(1.1);
}

.card-product-inner {
  padding: 25px;
  text-align: center;
}

.card-product-title {
  color: #143A52;
  font-size: 25px;
  font-weight: 600;
}

.card-product-subtitle {
  font-size: 17px;
  color: #29ABE2;
}

.card-product-text {
  font-size: 14px;
  color: #707070;
  margin-top: 10px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 42px;
}

.card-product-btn {
  height: 48px;
  background: #0F6E85;
  border: 1px solid #0F6E85;
  width: max-content;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 10px;
  min-width: 175px;
  border-radius: 24px;
  box-shadow: 0 3px 6px #00000024;
  margin-top: 15px;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 600;
}

.card-product-btn i {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1;
  padding-right: 1px;
}

.card-product-btn:hover {
  background: transparent;
  color: #0F6E85;
}

.banner-wrapper-2 {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  user-select: none;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  padding: 20px;
}

.banner-wrapper-2 span {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.banner-wrapper-2::before {
  content: '';
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(180deg, #ffffff00 0%, #0e6675b0 100%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

@media (max-width:767px) {
  .banner-wrapper-2 {
    height: 180px;
    font-size: 22px;
  }

  .banner-wrapper-2 span {
    font-size: 14px;
  }

  .banner-wrapper {
    min-height: 180px;
    background-size: cover;
  }

  .banner-wrapper-inner {
    max-width: 100%;
    align-items: center;
    text-align: center;
    gap: 5px;
  }

  .banner-wrapper-title {
    font-size: 20px;
  }

  .banner-wrapper-subtitle {
    font-size: 14px;
  }

  .banner-wrapper-text {
    font-size: 12px;
    font-weight: 300;
    max-width: 65%;
  }

  .product-row-title {
    font-size: 18px;
    margin-top: 25px;
  }

  .product-row-title::after {
    width: 60px;
    height: 3px;
  }

  .product-sort {
    margin-top: 20px;
    margin-bottom: 5px;
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }

  .product-sort a {
    font-size: 12px;
    height: 34px;
    padding: 0 10px;
  }

  .card-product-img-body {
    height: 200px;
    padding: 15px;
  }

  .card-product-inner {
    padding: 15px;
  }

  .card-product-title {
    font-size: 18px;
  }

  .card-product-subtitle {
    font-size: 14px;
  }

  .card-product-text {
    font-size: 12px;
    height: 36px;
  }

  .card-product-btn {
    height: 40px;
    min-width: 150px;
    margin-top: 10px;
    font-size: 14px;
  }

}


/* 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;
  }
}



.product-box {
  background: #fff;
  box-shadow: 0 3px 6px #00000026;
  border-radius: 20px;
  padding-bottom: 40px;
}

.product-banner {
  background-size: cover;
  background-position: center;
  min-height: 450px;
  border-radius: 20px;
  box-shadow: 3px 3px 6px #00000026;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  padding-left: 50%;
  gap: 10px;
}

.product-title {
  font-size: 40px;
  font-weight: bold;
  color: #143A52;
}

.product-subtitle {
  font-size: 24px;
  color: #73C0CB;
  font-weight: 600;
  background: #fff;
  width: max-content;
  padding: 5px 8px;
  border-radius: 8px;
  box-shadow: 0 3px 6px #0000002e;
}

.product-text {
  padding: 5px 8px;
  border-radius: 8px;
  background: #ffffff87;
  color: #143A52;
  font-size: 18px;
  font-weight: 600;
}

.product-row {
  padding: 20px 40px;
  padding-bottom: 0;
}

.product-row-text {
  color: #143A52;
  font-size: 18px;
  text-align: justify;
  line-height: 1.8;
  margin-top: 10px;
}

.product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 3px 6px #0000001c;
  border-radius: 10px;
  padding: 10px;
  gap: 10px;
  color: #143A52;
  font-weight: 600;
  font-size: 15px;
}

.product-item img {
  max-width: 100%;
  object-fit: contain;
  height: 75px;
}

.product-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 3px 3px 6px #00000026;
}



.product-table {
  background: #F8FAFE;
  box-shadow: none;
  padding: 30px;
  border-radius: 20px;
  margin-top: 20px;
}

.product-table table {
  width: 100%;
  border-collapse: collapse;
  direction: rtl;
}

.product-table td:first-child {
  border-left: 1px solid #70707061;
  text-align: center;
}

.product-table tr:nth-child(odd) {
  background: #EEF5FD;
}

.product-table td {
  border: 0;
  padding: 10px 12px;
  font-size: 14px;
  color: #143A52;
  vertical-align: middle;
  font-weight: 600;
}

.product-table .label {
  width: 30%;
  white-space: nowrap;
}

.product-table .value {
  width: 70%;
}

@media (max-width: 768px) {
  .product-banner {
    min-height: auto;
    padding: 20px;
  }

  .product-title {
    font-size: 18px;
  }

  .product-subtitle {
    font-size: 14px;
    width: auto;
  }

  .product-text {
    font-size: 12px;
  }

  .product-row {
    padding: 0px 20px;
  }

  .product-row-text {
    font-size: 13px;
  }

  .product-box .product-row-title {
    font-size: 16px;
  }

  .product-item img {
    height: 50px;
  }

  .product-item {
    font-size: 12px;
    padding: 10px 5px;
  }

  .product-table {
    padding: 15px;
    margin-top: 15px;
  }

  .product-img {
    border-radius: 12px;
  }

  .product-table td {
    font-size: 13px;
    padding: 6px 10px;
  }

  .product-table .label {
    white-space: normal;
    width: 35%;
  }

  .product-table .value {
    width: 65%;
  }
}


/* pagination */

.pagination {
  justify-content: center;
  padding-top: 40px;
  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: 30px;
    padding-bottom: 10px;
  }

  .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-img {
  width: 100%;
  border-radius: 30px;
  margin-top: 30px;
}

.blog-title {
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  color: #143A52;
  margin-top: 25px;
}

.blog-info span {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
}

.blog-info {
  display: flex;
  gap: 40px;
  margin-top: 20px;
  color: #727272;
  font-size: 14px;
}

.blog-box {
  box-shadow: 0 3px 6px #00000026;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

.blog-box-title {
  color: #143A52;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #70707040;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.blog-box ul {
  padding-right: 0;
  list-style: none;
  line-height: 2;
}

.blog-box ul a {
  color: #143A52;
  border-bottom: 1px solid #7070703b;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.blog-box ul li:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-box ul a:hover {
  color: #73C0CB;
}

.blog-mini {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #70707038;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.blog-mini:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-mini-img {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  object-fit: cover;
}

.blog-mini-title {
  color: #143A52;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.blog-mini-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0;
}

.blog-mini-mute {
  font-size: 13px;
  color: #7272728a;
  font-weight: 600;
}

.blog-box-btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ABB8C1;
  border-radius: 40px;
  color: #143A52;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.blog-box-btn:hover {
  background: #143A52;
  color: #fff;
}

@media (max-width:767px) {
  .blog-title {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.8;
  }

  .blog-info {
    gap: 20px;
    margin-top: 15px;
    font-size: 12px;
  }

  .blog-img {
    border-radius: 16px;
    margin-top: 20px;
  }

  .blog-box {
    margin-top: 20px;
  }

  .blog-box-title {
    font-size: 15px;
  }

  .blog-box ul a {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .blog-box ul {
    margin-bottom: 0;
  }

  .blog-mini-img {
    width: 90px;
    height: 90px;
  }

  .blog-box-btn {
    height: 44px;
    font-size: 14px;
  }



}

.blog-content {
  margin-top: 30px;
  border-radius: 16px;
  line-height: 1.7;
  color: #334155;
  font-size: 15px;
}

.blog-content h1 {
  font-size: 1.5rem;
  color: #1e293b;
  border-bottom: 2px solid var(--color2);
  padding-bottom: 12px;
  margin: 25px 0 18px;
  font-weight: 700;
}

.blog-content h2 {
  font-size: 1.35rem;
  color: #1e293b;
  margin: 22px 0 12px;
  padding-right: 12px;
  border-right: 4px solid var(--color2);
  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, var(--color2), 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 var(--color2);
  padding: 12px 18px;
  margin: 18px 0;
  border-radius: 8px;
  font-size: 0.95rem;
  font-style: italic;
}

.blog-content a {
  color: var(--color2);
  text-decoration: none;
  border-bottom: 1px dashed var(--color2);
  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) {

  .com-box-code span {
    font-size: 12px;
  }

  .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 */

.blog-comment {
  box-shadow: 0 3px 6px #00000026;
  border-radius: 20px;
  padding: 20px;
}

.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: 16px;
  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: 12px;
  }

  .blog-comment {
    padding: 15px;
  }

  .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;
  }
}


.about-img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 3px 6px #00000026;
}

.about-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 10px;
  padding-left: 30px;
}

.about-title {
  font-size: 30px;
  font-weight: bold;
  color: #143A52;
}

.about-subtitle {
  font-size: 30px;
  color: #73C0CB;
  font-weight: 600;
}

.about-text {
  font-size: 16px;
  color: #707070;
  line-height: 1.8;
}

.about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 3px 6px #00000026;
  height: 100%;
  gap: 10px;
}

.about-item-icon {
  height: 130px;
  object-fit: contain;
  max-width: 100%;
}

.about-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #143A52;
  margin-top: 10px;
}

.about-item-subtitle {
  color: #73C0CB;
  font-size: 20px;
  font-weight: 600;
}

.about-item-text {
  color: #707070;
  line-height: 1.7;
}

@media (max-width:767px) {
  .about-info {
    height: auto;
    padding-left: 0;
  }

  .about-subtitle {
    font-size: 16px;
  }

  .about-text {
    font-size: 14px;
  }

  .about-img {
    border-radius: 16px;
    margin-top: 20px;
  }

  .about-item-icon {
    height: 80px;
  }

  .about-item-title {
    font-size: 16px;
  }

  .about-item-subtitle {
    font-size: 14px;
  }

  .about-item-text {
    font-size: 13px;
    text-align: center;
  }

  .about-title {
    font-size: 18px;
  }

}

.contact-box {
  background: #F9F9FB;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 3px 6px #00000036;
}

.contact-box-title {
  color: #707070;
  font-size: 36px;
  font-weight: bold;
}

.contact-box-text {
  color: #707070;
  font-size: 18px;
  margin-top: 10px;
}

.contact-ul {
  padding-right: 0;
  list-style: none;
  margin-top: 30px;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #707070;
  margin: 10px 0;
}

.contact-ul {
  padding-right: 0;
  list-style: none;
  margin-top: 30px;
  line-height: 2;
}

.contact-box-mute {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-box-mute span {
  font-weight: 300;
}


.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: 14px;
  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;
  transition: 0.3s;
  width: 100%;
  height: 45.5px;
  border-radius: 10px;
}

.contact-us-form button:hover {
  background: transparent;
  color: var(--color1);
}

.contact-us-form {
  background: #fff;
  padding: 20px;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
}

.contact-us-title {
  color: #707070;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.responsive-map {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  height: 200px;
  box-shadow: 0 3px 6px #00000029;
  margin-top: 30px;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 200px;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 30px;
}

@media (max-width:767px) {
  .contact-box {
    border-radius: 20px;
    padding: 20px;
  }

  .contact-box-title {
    font-size: 20px;
  }

  .contact-box-text {
    font-size: 14px;
  }

  .contact-ul {
    margin-top: 15px;
  }

  .contact-link {
    margin: 5px 0;
    font-size: 13px;
  }

  .contact-box-mute {
    font-size: 13px;
    gap: 5px;
  }

  .contact-us-form {
    padding: 15px;
    margin-top: 15px;
  }

  .contact-us-form button {
    height: 39.5px;
  }

  .responsive-map {
    border-radius: 20px
  }

  .responsive-map iframe{
    border-radius: 20px
  }
}


/* map */

#cities-map {
  display: block;
  position: relative;
  direction: rtl;
  text-align: right;
  padding: 0;
  font-size: 13px;
  width: 100%;
  margin-top: 25px;
}

#cities-map .map {
  display: block;
  float: left;
  width: 50%;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#cities-map .map svg {
  height: auto;
  width: 100%;
}

#cities-map .map .border path,
#cities-map .map .island path {
  fill: #fff;
}

#cities-map .map .province path {
  fill: #D6DFED;
}

#cities-map .map .sea path,
#cities-map .map .lake path {
  fill: var(--color2);
}

#cities-map .map .province path:hover,
#cities-map .map .island path:hover,
#cities-map .map .province path.hover,
#cities-map .map .island path.hover {
  fill: #2D7A8C !important;
  cursor: pointer;
}

#cities-map .map .province path.active {
  fill: #2D7A8C !important;
}

#cities-map .list {
  display: block;
  float: right;
  width: 50%;
}

#cities-map .list ul {
  padding: 0;
}

#cities-map .list>ul {
  margin-left: 10px;
}

#cities-map .list li {
  list-style: none;
}

#cities-map .list span {
  background: #242424;
  color: #ecf0f1;
  display: block;
  margin: 0 2px;
  padding: 0 8px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 2px;
}

#cities-map .list li ul li {
  display: inline-block;
  float: right;
  width: 33%;
}

#cities-map .list li ul li a {
  color: #000;
  display: block;
  padding: 0 10px;
  line-height: 26px;
  margin: 4px;
  text-decoration: none;
  border-radius: 25px;
  border: 1px solid #d2d2d2;
  text-align: center;
  padding: 5px;
}

/*....................................................*/
#cities-map .list li ul li a:hover,
#cities-map .list li ul li a.hover {
  background: var(--color3);
  color: #fff;
}

#cities-map .list li ul li a.active {
  background: #2D7A8C;
  color: #fff;
  font-weight: bold;
}

/*....................................................*/
#cities-map .list ul:before,
#cities-map .list ul:after {
  display: table;
  content: " ";
}

#cities-map .list ul,
#cities-map .list ul:after {
  clear: both;
}

#cities-map .city {
  clear: both;
  padding: 10px 0;
}

@media(max-width: 930px) {
  #cities-map .list {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #cities-map .list {
    width: 40% !important;
  }

  .modal-dialog.modal-lg {
    width: 760px;
  }
}

@media (max-width: 767px) {

  #cities-map .map,
  #cities-map .list {
    width: 100%;
  }
}

@media(max-width: 745px) {
  #cities-map .list li ul li {
    width: 50%;
  }
}


@media (min-width: 576px) {
  .modal-dialog {
    max-width: 98%;
  }
}

@media(max-width: 515px) {

  #cities-map .list,
  #cities-map .map {
    width: 100%;
  }

  #cities-map .list li ul li {
    width: 33.33333333333333%;
  }

  #cities-map .list li ul li a {
    font-size: 12px !important;
  }

  #cities-map .list li ul li {
    width: 50%;
  }
}

@media(max-width: 250px) {
  #cities-map .list li ul li {
    width: 100%;
  }
}

.new-right-box-item{
  cursor: pointer;
}
.card-map-body iframe {
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  border-radius: 10px;
  height: 260px;
}

.card-map {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 15px;
  display: block;
  border-radius: 22px;
  margin-bottom: 20px;
  min-height: 550px;
}

.card-map-code {
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--color2);
  height: 40px;
  color: var(--color3);
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-map-code:hover {
  color: #fff;

}
.card-map-item span {
  color: #212121;
  margin-right: 5px;
}

.card-map-item {
  font-size: 12px;
  color: #9e9999;
  margin-top: 5px;

}

.new-right-box-head {
  border-radius: 22px 22px 0 0;
  background-color: var(--color2);
  height: 53px;
  color: var(--color3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}

.new-right-box-body {
  background-color: #f2f2f2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 22px 22px;
}

.new-right-box-item {
  border-radius: 20px;
  border: solid 1px #c8c8c8;
  background-color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 14px;
  color: var(--color3);
  transition: 0.3s;
  font-weight: 500;
}

.new-right-box-item.active {
  background: var(--color2);
  border-color: var(--color2);
  color: #fff;
}

.new-right-box-item:first-child {
  margin-top: 0;
}

.new-right-box-item:hover {
  background: var(--color3);
  border-color: var(--color3);
  color: #fff;
}


.new-right-box-nav {
  border-radius: 8px;
  border: solid 1px #c8c8c8;
  background-color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 14px;
  color: var(--color1);
  transition: 0.3s;
}

.new-right-box-nav.active {
  background: var(--color2);
  border-color: var(--color2);
  color: #fff;
}

.new-right-box-nav:first-child {
  margin-top: 0;
}

.new-right-box-nav:hover {
  background: var(--color2);
  border-color: var(--color2);
  color: #fff;
}
