@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Black.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraBlack.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Bold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraBold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraLight.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraLight.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Light.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Medium.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-SemiBold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Regular.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Thin.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}



/* base  */

:root {
  --color1: #E42200;
  --color2: #FFAEA3;
  --back: #fff;
  --font1: 'Mozaic GEO';
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1);
  direction: ltr;
  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;
  }
}


.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  position: relative;
}


/* navbar-home  */

.navbar-home .navbar-custom {
  position: inherit;
  margin-top: 70px;
}

.navbar-home .navbar-nav {
  margin: auto;
}

.navbar-home .navbar-logo {
  display: none;
}

.navbar-body.navbar-home {
  margin-top: 20vh;
}

.navbar-home .home-logo {
  width: 92px;
  height: 118px;
  display: block;
  margin: auto;
}

.home-logo {
  display: none;
}



/* navbar-main */

.navbar-body {
  position: absolute;
  z-index: 1000;
  width: 100%;
  margin-top: 30px;
  left: 0;
}

.navbar-custom {
  height: 70px;
  padding: 0;
  transition: 0.3s;
  border-radius: 10px;
  top: -100px;
  margin-top: 125px;
  transition: transform 0.5s ease-out, top 0.5s ease-out;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
}

/* navbar-fixed */

.navbar-main.fixed .navbar-custom {
  top: 0;
  margin-top: 25px;
  position: fixed;
  width: 100%;
  background: #dddddd47;
}

.navbar-main.fixed .navbar-logo {
  display: block;
}

.navbar-main.fixed .navbar-nav {
  margin-left: 30px;
}



@media (min-width: 576px) {
  .navbar-main.fixed .navbar-custom {
    max-width: 540px;
  }
}

@media (min-width: 992px) {
  .navbar-main.fixed .navbar-custom {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .navbar-main.fixed .navbar-custom {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .navbar-main.fixed .navbar-custom {
    max-width: 1320px;
  }
}

.navbar-logo img {
  width: 126px;
  height: 34px;
  object-fit: contain;
}

.navbar-logo {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.nav-item {
  margin-left: 20px;
  margin-right: 20px;
  white-space: nowrap;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 24px 10px;
  font-size: 15px;
  color: #000;
  font-weight: 300;
}

.nav-item a:hover {
  color: var(--color1);
}

.navbar-btn-body {
  display: flex;
  align-items: center;
  justify-content: end;
}

.navbar-left {
  display: flex;
  align-items: center;
}



@media (max-width:767.5px) {

  .navbar-logo {
    margin-right: 15px;
  }

  .navbar-home .navbar-logo {
    display: block;
  }

  .navbar-logo img {
    width: 120px;
    height: 30px;
  }

  .navbar-body {
    padding: 15px;
    margin-top: 5px;
    left: 0;
  }

  .navbar-left {
    width: 100%;
    justify-content: space-between;
  }

  .navbar-custom {
    height: 54px;
    justify-content: start;
    padding-left: 10px;
    flex-wrap: nowrap;
    margin-top: 100px !important;
    backdrop-filter: unset !important;
    background: #fff;
  }

  .navbar-main.fixed .navbar-custom {
    top: 0;
    margin-top: -5px !important;
    position: relative;
    width: 100%;
  }

  .navbar-main {
    width: 100%;
    left: 0;
  }

  .navbar-main.fixed {
    position: fixed;
    padding: 0 15px;
    top: 20px;
  }

  .navbar-home .navbar-custom {
    position: relative;
  }

  .navbar-body.navbar-home {
    margin-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .navbar-main.fixed .navbar-nav {
    margin-left: 0;
  }

  .navbar-main.fixed .navbar-custom {
    background: #dddddd9c;
  }

}

@media (min-width:768px) and (max-width:1199px) {
  .navbar-logo {
    margin-left: 10px;
  }

  .nav-item {
    margin-left: 10px;
  }

  .nav-item a {
    font-size: 14px;
  }

  .navbar-contact-info {
    display: none;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .navbar-logo img {
    width: 130px;
  }

  .nav-item a {
    padding: 30px 5px;
  }

  .navbar-btn.show-search {
    margin-right: 15px;
  }

  .navbar-contact {
    padding: 0 15px;
  }

}


/* dropdown */
.dropdown a::after {
  margin-top: -2px;
  margin-left: 10px;
  border: 0;
  font-family: "raya-icon";
  content: '\f107';
}

.dropdown ul li a::after {
  content: unset;
}

.dropdown .dropdown>a:after {
  display: block;
  content: " ";
  float: right;
  border: 0;
  font-family: "raya-icon";
  content: '\f105';
  margin-top: 0px;
  margin-right: 0;
}

.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;
  left: 0;
  text-align: left;
}

.dropdown ul li a {
  color: #000;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 7px 14px;
  font-weight: normal;
}

.dropdown ul li a:hover {
  color: var(--color1) !important;
}


@media (min-width:767.5px) {


  .dropdown ul::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 15%;
    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;
    left: 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: '\f105';
    font-size: 16px;
  }

  .dropdown .dropdown>a:after {
    margin-top: -2px;
    font-size: 16px;
  }

  .offcanvas-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
  }

  .dropdown ul {
    left: unset;
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    color: #000;
  }

  .dropdown ul.active {
    left: 0;
  }

  .offcanvas-nav.active {
    left: 0;
  }


  .offcanvas-header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color1);
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    font-size: 16px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: var(--color1);
    font-size: 20px;
    opacity: 1;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: var(--color1);
    font-size: 20px;
    opacity: 1;
    padding: 0;
  }

  .nav-item {
    padding: 10px 20px;
    margin: 0px;
    display: flex;
  }

  .dropdown ul li a {
    padding: 10px 20px;
    color: var(--color1);
  }

  .nav-item a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: var(--color1) !important;
    display: flex;
  }
}


@media (min-width:768px) {
  .offcanvas-header {
    display: none;
  }
}


/* swiper */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 10px;
}

.swiper-1 {
  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-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;
  padding: 5px;
}

.swiper-3-center {
  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-10 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-pagination-bullet {
  border-radius: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color2);
}


.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
  color: #707070;
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  transition: 0.3s;
  border-radius: 6px;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  transition: 0.3s;
  border-radius: 6px;
}

.swiper-button-next:hover {
  background: var(--color1);
}

.swiper-button-prev:hover {
  background: var(--color1);
}

.swiper-button-next:after {
  padding-right: 3px;
  padding-top: 2px;
}

.swiper-button-next:hover::after {
  color: #fff;
}

.swiper-button-prev:hover::after {
  color: #fff;
}

.swiper-pagination-bullet-active {
  width: 20px;
}

@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;
  }
}


.animate {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* 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;
}

.rotate {
  animation: rotate 4s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@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);
  }
}


/* home */

.home-wrap-1 {
  position: relative;
}

.home-wrap-1-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  background: #fff;
  object-position: center;
}

.home-wrap-2:after {
  content: '';
  position: absolute;
  width: 100%;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  height: 100px;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.home-wrap-2 {
  height: 100vh;
  padding: 100px 0;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.home-wrap-2-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

.home-wrap-2-text {
  text-align: justify;
  line-height: 2;
}

.home-wrap-2-btn {
  box-shadow: 0px 4px 8px 0px #00000029;
  min-width: 120px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: auto;
  margin-top: 60px;
  max-width: max-content;
  padding: 0 15px;
  color: #000;
  transition: 0.3s;
}

.home-wrap-2-btn:hover {
  background: var(--color1);
  color: #fff;
}

.home-banner {
  width: 100%;
}







/* video player plyr js  */
button.plyr__control.plyr__control--overlaid {
  background: rgba(220, 220, 220, 0.6) !important;
}

.plyr__controls [data-plyr="pip"] {
  display: none !important;
}

.plyr__controls [data-plyr="settings"] {
  display: none !important;
}

.plyr__controls [data-plyr="volume"] {
  display: none !important;
}

.plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--paused.plyr--stopped.plyr--pip-supported.plyr__poster-enabled {
  border-radius: 5px;
}

.plyr__poster {
  background-size: cover !important;
}

.plyr__video-wrapper {
  border-radius: 16px;
}

.plyr--video {
  border-radius: 16px !important;
}

.plyr {
  height: 100%;
}

video {
  width: 100%;
}

.plyr {
  max-height: 525px;
  height: 525px;
}

/* new video  */

#load-video .video-item-img {
  width: 100%;
  margin: auto;
  height: 525px;
  overflow: hidden;
  border-radius: 16px;
}

#load-video .video-item::after {
  width: 77px;
  height: 77px;
  font-size: 28px;
}

#load-video .video-item.active {
  outline: none;
}

.video-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-item-img {
  width: 100%;
  height: 180px;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

.video-item-img::after {
  content: '\e839';
  font-family: "raya-icon";
  background: #ffffff30;
  color: #fff;
  width: 48px;
  height: 48px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  position: absolute;
}

.video-item-title {
  margin: 15px;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--color1);
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.video-item-text {
  margin: 15px;
  margin-top: 6px;
  color: #676767;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
}

.video-item.active .video-item-img {
  outline: 3px solid var(--color1);
}

.home-wrap-4-flex {
  display: flex;
}

.home-wrap-4-left {
  width: 75%;
  height: 100%;
}

.home-wrap-4-right {
  width: 25%;
  padding-left: 20px;
  height: 100%;
  max-height: 715px;
  padding-top: 5px;
  padding-right: 5px;
  overflow: auto;
}

.home-wrap-4-right .video-item {
  width: 100%;
  margin-top: 15px;
  filter: grayscale(100%);
  opacity: 0.8;
}

.home-wrap-4-right .video-item.active {
  filter: unset;
  opacity: 1;
}

.home-wrap-4-right .video-item:first-child {
  margin-top: 0;
}

.home-wrap-title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-top: 50px;
  margin-bottom: 35px;
}

#load-video .video-item-title {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  margin-top: 20px;
}

#load-video .video-item-text {
  background: #F0F0F0;
  padding: 40px;
  margin: 0;
  margin-top: 15px;
  border-radius: 10px;
  font-size: 16px;
}

.card-class {
  border: 1px solid #0000001A;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.card-class-inner {
  padding: 25px;
}

.card-class-title {
  font-size: 22px;
  text-align: center;
  color: #000;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-class-label {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: var(--color1);
  margin-top: 5px;
}

.card-class-img-body {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.card-class-img {
  width: 100%;
  height: 264px;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  border-radius: 5px 5px 0 0;
}


.card-class-img:hover {
  transform: scale(1.1);
}

.card-class-text {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin-top: 10px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: 63px;
}

.card-class-btn {
  height: 46px;
  background: var(--color1);
  width: max-content;
  margin: auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 10px;
  color: #fff;
  font-weight: 300;
  transition: 0.3s;
}

.card-class-btn:hover {
  background: var(--color2);
  color: var(--color1);
}


.homr-wrap-6 {
  margin-top: 70px;
}

.home-wrap-7-box {
  background: #F4F4F4;
  border-radius: 16px;
  padding: 20px;
}

.blog-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #6C6666;
  padding: 15px;
  transition: 0.3s;
}

.blog-item:last-child {
  border-bottom: 0;
}

.blog-item-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-item-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}

.blog-item-date {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #6C6666;
}

.blog-item-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 6px;
}

.blog-item-info {
  width: 100%;
}

.blog-item-text {
  font-size: 15px;
  color: #6C6666;
  margin-top: 11px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}


.blog-item:hover {
  border-radius: 6px;
  background: var(--color1);
}

.blog-item:hover .blog-item-title {
  color: #fff;
}

.blog-item:hover .blog-item-text {
  color: #fff;
}

.blog-item:hover .blog-item-date {
  color: #fff;
}


.blog-wrapper-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}


.blog-wrapper-date {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #6C6666;
}

.blog-wrapper-title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  transition: 0.3s;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.blog-wrapper-title:hover {
  color: var(--color1);
}

.blog-wrapper-text {
  font-size: 15px;
  color: #6C6666;
  margin-top: 11px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.home-wrap-7 .swiper-pagination {
  position: relative;
  margin-bottom: -15px;
  margin-top: 10px;
}


.blog-wrapper-img {
  width: 100%;
  height: 309px;
  object-fit: cover;
  border-radius: 8px;
}




/* all responive home  */


@media (max-width:767px) {

  .home-wrap-2 {
    height: auto;
    padding: 30px 0;
  }

  .home-wrap-2-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .home-wrap-2-text {
    font-size: 14px;
  }


  .home-wrap-2-btn {
    min-width: 106px;
    height: 40px;
    margin-top: 25px;
    font-size: 14px;
  }






  .video-item-img::after {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .home-wrap-4-flex {
    flex-direction: column;
  }

  .home-wrap-4-left {
    width: 100%;
  }

  .home-wrap-4-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    gap: 10px;
    margin-top: 10px;
  }

  .home-wrap-title {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  #load-video .video-item-img {
    height: 220px;
  }

  .plyr {
    max-height: 220px;
    height: 220px;
  }

  #load-video .video-item-title {
    font-size: 18px;
  }

  #load-video .video-item-text {
    padding: 20px;
    margin-top: 15px;
    font-size: 14px;
    display: block;
  }


  .home-wrap-4-right .video-item {
    width: 47%;
    margin-top: 0;
  }

  .video-item-img {
    width: 100%;
    height: 120px;
  }


  .video-item-title {
    font-size: 14px;
    margin: 0;
    margin-top: 15px;
  }

  .video-item-text {
    font-size: 12px;
    margin: 0;
    margin-top: 5px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }


  .blog-item {
    padding: 10px;
  }

  .home-wrap-7-title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 25px;
  }

  .blog-item-date {
    font-size: 14px;
    white-space: nowrap;
    margin-right: 10px;
  }

  .blog-item-title {
    font-size: 14px;
  }

  .blog-item-text {
    font-size: 13px;
  }

  .blog-wrapper-text {
    font-size: 13px;
  }

  .blog-wrapper-img {
    width: 100%;
    height: 180px;
  }

  .blog-wrapper-title {
    font-size: 16px;
  }

  .card-class-img {
    height: 175px;
  }

  .card-class-inner {
    padding: 15px;
  }

  .card-class-title {
    font-size: 16px;
  }

  .card-class-label {
    font-size: 14px;
  }

  .card-class-text {
    -webkit-line-clamp: 2;
    height: 42px;
  }


  .card-class-btn {
    height: 38px;
    background: var(--color1);
    margin-top: 15px;
    padding: 0 20px;
    font-size: 14px;
  }

  .homr-wrap-6 {
    margin-top: 30px;
  }


}





/* footer */


.footer-top {
  background: #F2D1C9;
  padding: 40px 0;
  margin-top: 80px;
}

.fotoer-top-title {
  font-size: 44px;
  font-weight: 900;
  color: #A74534;
}

.footer-form button {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  width: 140px;
  height: 100%;
  border-radius: 50px;
  border: 0;
  background: var(--color1);
  transition: 0.3s;
}

.footer-form button:hover {
  background: var(--color2);
  color: var(--color1);
}

.footer-form {
  height: 50px;
  width: 100%;
  max-width: 504px;
  background: #fff;
  margin-left: auto;
  display: flex;
  align-items: center;
  border-radius: 45px;
  padding-left: 10px;
  overflow: hidden;
}

.footer-form input::placeholder {
  color: #B52C2C66;
}

.footer-form input {
  height: 100%;
  border: 0;
  outline: none;
  width: 100%;
}

.footer {
  padding: 100px 0;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.footer::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  right: 0;
  background-color: #F2D1C9;
  opacity: 0.7;
  top: 0;
  backdrop-filter: grayscale(1);
}

.footer-header {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.footer-ul {
  list-style: none;
  padding: 0;
  line-height: 2.3;
  color: #000;
  margin-bottom: 0;
}

.footer-ul i {
  min-width: 32px;
  height: 32px;
  background: var(--color1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 20px;
}

.footer-ul a {
  color: #000;
  display: flex;
}

.footer-ul a span {
  display: block;
  direction: ltr;
}

.footer-ul a:hover {
  color: var(--color1);
}

.footer-logo {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  width: 100px;
}

.footer-text {
  color: #000;
  font-size: 15px;
  line-height: 2;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.footer-namad {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footer-namad img {
  background: #fff;
  max-width: 150px;
  padding: 10px;
  border-radius: 15px;
}

.footer-bottom {
  background: #D49C92;
  padding: 30px 0;
  color: #fff;
  font-size: 15px;
}

.footer-bottom a {
  color: #fff;
}

.footer-bottom a:hover {
  color: var(--color1);
}

.footer-bottom-item {
  color: #fff;
  font-size: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}

.footer-bottom-item span {
  margin: 0 3px;
}

.footer-social {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.footer-social a {
  width: 35px;
  height: 35px;
  margin: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  padding-top: 6px;
  transition: 0.3s;
  border-radius: 50px;
}


.footer-social .icon-instagram {
  padding-top: 1px;
  padding-right: 2px;
}

.footer-social .icon-telegram {
  font-size: 14px;
}

.footer-social .icon-phone {
  padding-top: 3px;
}

.footer-social a:hover {
  background: var(--color2);
  color: #fff;
}

@media (max-width:767px) {

  .footer-top {
    padding: 20px 0;
    margin-top: 40px;
  }

  .fotoer-top-title {
    font-size: 22px;
    font-weight: bold;
  }

  .footer-form {
    height: 44px;
    margin-top: 15px;
  }

  .footer-form button {
    font-size: 16px;
    width: 120px;
  }

  .footer::before {
    background: #e3e7e0bd;
  }

  .footer {
    background-size: cover;
  }

  .footer-form input {
    font-size: 14px;
  }

  .footer-header {
    font-size: 16px;
  }

  .banner-end {
    margin-bottom: -30px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer-logo img {
    width: 70px;
  }

  .footer-text {
    font-size: 13px;
    text-align: justify;
    margin-top: 10px;
  }

  .footer-ul {
    line-height: 2.5;
    margin-top: 25px;
    font-size: 14px;
  }

  .footer-bottom-item {
    font-size: 12px;
    text-align: center;
    justify-content: center;
  }

  .footer-namad img {
    width: 100px;
  }

  .footer-social {
    margin-top: 5px;
  }

  .footer-bottom {
    padding: 10px 0;
  }
}


/* planning */

.banner-wrapper {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.plan-wrap-1 {
  margin-top: 70px;
}

.plan-wrap-1-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #E42200;
  margin-bottom: 10px;
}

.plan-wrap-1-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
}

.plan-wrap-1-text {
  font-size: 16px;
  font-weight: 300;
  color: #4E4E4E;
  line-height: 1.8;
  text-align: justify;
  margin-top: 40px;
}

.plan-wrap-1-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 40px;
}

.plan-wrap-1-img {
  width: 100%;
  border-radius: 10px;
}


.plan-wrap-2 {
  margin-top: 70px;
}

.table-wrapper {
  margin: auto;
  overflow: auto;
  border-radius: 10px;
}

table {
  border-collapse: separate;
  width: 100%;
  background-color: white;
  border-spacing: 4px 4px;
}

thead th {
  background-color: #ef4b35;
  color: white;
  font-weight: bold;
  padding: 25px 10px;
  text-align: center;
  font-size: 15px;
}

tbody td {
  text-align: center;
  padding: 45px 10px;
  font-size: 14px;
  color: #222;
}

.time-col {
  background-color: #f9f3f0;
  font-weight: bold;
  color: #444;
  min-width: 110px;
}

.cell {
  background-color: #F9F2F0;
}

.cell:nth-child(even) {
  background-color: #E9E2E1;
}


thead th:first-child {
  border-top-left-radius: 10px;
}

thead th:last-child {
  border-top-right-radius: 10px;
}

.plan-wrap-3 {
  background: #F6F6F6;
  padding: 60px 0;
  margin-top: 70px;
  margin-bottom: -80px;
}

.plan-wrap-3-head {
  font-size: 30px;
  font-weight: 700;
  color: #E42200;
}

.plan-wrap-gallery-title {
  font-size: 30px;
  font-weight: 700;
  color: #E42200;
  margin-top: 50px;
  margin-bottom: 50px;
}

.plan-wrap-3-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-top: 40px;
}

.plan-wrap-3-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin-top: 15px;
}

.plan-wrap-3 #load-video {
  margin-top: 60px;
}

.plan-wrap-gallery {
  display: flex;
  margin-top: 50px;
}

.plan-wrap-gallery-right {
  width: 75%;
  height: 100%;
}

.plan-wrap-gallery-left {
  width: 25%;
  height: 100%;
  max-height: 715px;
  padding-right: 20px;
  overflow: auto;
}

.gallery-item img {
  width: 100%;
  object-fit: cover;
}

.plan-wrap-gallery-left .gallery-item img {
  height: 180px;
}

.plan-wrap-gallery-right .gallery-item img {
  height: 550px;
}

.plan-wrap-gallery-left {
  width: 25%;
  height: 100%;
  max-height: 550px;
  padding-right: 20px;
  overflow: auto;
  direction: rtl;
  gap: 15px;
  display: flex;
  flex-direction: column;
}


@media (max-width:767px) {

  .plan-wrap-1 {
    margin-top: 35px;
  }

  .plan-wrap-1-subtitle {
    font-size: 16px;
  }

  .plan-wrap-1-title {
    font-size: 22px;
  }

  .plan-wrap-1-info {
    height: auto;
    padding-right: 0;
  }

  .plan-wrap-1-text {
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
  }

  .plan-wrap-1-img {
    margin-top: 25px;
  }

  .plan-wrap-2 {
    margin-top: 35px;
  }

  thead th {
    padding: 16px 10px;
    font-size: 14px;
  }

  tbody td {
    padding: 16px 10px;
  }

  .plan-wrap-3 {
    padding: 30px 0;
    margin-top: 35px;
    margin-bottom: -40px;
  }

  .plan-wrap-3-head {
    font-size: 20px;
  }

  .plan-wrap-3-title {
    font-size: 16px;
    margin-top: 10px;
  }

  .plan-wrap-3-text {
    font-size: 14px;
  }

  .plan-wrap-3 #load-video {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .plan-wrap-gallery-title {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .plan-wrap-gallery {
    margin-top: 20px;
    flex-direction: column-reverse;
  }

  .plan-wrap-gallery-right {
    width: 100%;
  }

  .plan-wrap-gallery-right .gallery-item img {
    height: 200px;
  }

  .plan-wrap-gallery-left {
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
    padding: 0;
    flex-direction: row;
  }

  .plan-wrap-gallery-left .gallery-item img {
    height: 150px;
  }

  .plan-wrap-gallery-left .gallery-item {
    width: 50%;
    padding: 5px;

  }

  .plan-wrap-gallery-left {
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
    padding: 0;
    overflow: unset;
    gap: 0px;
    max-height: unset;
  }


}


/* inner  */


/* pagination */


.pagination {
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-link {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7A7A7A;
  margin: 0 5px;
  background: unset;
  padding-top: 10px;
  background: #fff;
  line-height: 1;
}

a.page-link:hover {
  background: var(--color1);
  color: #fff;
}


.page-item:first-child .page-link {
  border-radius: 10px;
  margin-right: 5px;
}

.page-item:last-child .page-link {
  border-radius: 10px;
}

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(--color1);
}

.page-item-title .page-link {
  width: 38px;
  height: 38px;
  font-size: 14px;
  color: var(--color1);
}

.page-item-title .page-link {
  width: 38px;
  height: 38px;
  font-size: 14px;
  color: var(--color1);
}

.page-item-title .page-link:hover {
  background: var(--color2);
  color: #fff;
}

@media (max-width:767px) {
  .pagination {
    padding-top: 20px;
    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;
  }

}


/* breadcrumb */

.breadcrumb {
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  margin-top: 30px;
}

li.breadcrumb-item a {
  color: #7D7D7D;
}

.breadcrumb-item.active a {
  color: var(--color1);
}

li.breadcrumb-item a:hover {
  color: var(--color1);
}

@media (max-width:767px) {
  li.breadcrumb-item {
    white-space: nowrap;
  }

  .breadcrumb {
    font-size: 12px;
    flex-wrap: nowrap;
    overflow: auto;
  }
}

.card-news {
  display: block;
  background: #fff;
  border: 1px solid #00000026;
  border-radius: 10px;
  overflow: hidden;
}

.card-news-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.card-news-inner {
  padding: 20px;
  background: #fff;
}

.card-news-title {
  color: #000;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 18px;
  font-weight: bold;
  height: 52px;
  transition: var(--animation);
}

.card-news-title:hover {
  color: var(--color1);
}

.card-news-date {
  color: var(--color1);
  font-size: 14px;
  margin-top: 8px;
}

.card-news-text {
  color: #8C8C8C;
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: 65px;
}

.news-wrap-title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
}


@media (max-width:767px) {

  .card-news-title {
    font-size: 16px;
    height: auto;
    -webkit-line-clamp: 1;
  }

  .card-news-inner {
    padding: 15px;
  }

  .card-news-date {
    font-size: 14px;
  }

  .card-news-text {
    font-size: 14px;
    -webkit-line-clamp: 2;
    height: 42px;
  }

  .card-news-img {
    height: 160px;
  }

}


/* single blog */
.banner-wrapper-item-body {
  display: flex;
  align-items: center;
  color: var(--color1);
  margin-top: 15px;
  margin-bottom: 20px;
}


.blog-box {}

.blog-img {
  max-width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}

.blog-title {
  font-size: 27px;
  font-weight: 700;
  color: #000;
}


.blog-content {
  margin-top: 15px;
}

.blog-content p {
  font-size: 16px;
  line-height: 2.14;
  text-align: justify;
  color: #000;
}

.blog-content img {
  max-width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}

.blog-content video {
  width: 100%;
  max-width: 100%;
  background: #000;
  max-height: 300px;
}

.blog-content table,
td,
th {
  border: solid 1px #c8c8c8;
  text-align: center;
}

.blog-content table {
  width: 100%;
  border-collapse: collapse;
}


.blog-title h1 {
  font-size: 26px;
  font-weight: 700;
}

.blog-title h2 {
  font-size: 26px;
  font-weight: 700;
}

.blog-info {
  font-size: 18px;
  margin-top: 20px;
}

.blog-mute {
  color: #999999;
  font-size: 16px;
  margin-top: 15px;
}

.blog-box-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1;
}

.blog-box-text {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}


.blog-mini {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.blog-mini-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 10px;
}

.blog-mini-title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.blog-mini-date {
  font-size: 13px;
  color: var(--color1);
  margin-top: 10px;
}

.blog-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
  color: #000;
  border-bottom: 1px solid #00000033;
  padding-bottom: 20px;
}

.blog-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.relative-title {
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 28px;
  color: #000;
}

@media (max-width:767px) {
  .banner-wrapper {
    object-position: right;
  }

  .blog-content p {
    font-size: 13px;
  }

  .blog-title {
    font-size: 18px;
    margin-top: 10px;
  }

  .blog-title h1 {
    font-size: 20px;
  }

  .blog-title h2 {
    font-size: 20px;
  }

  .blog-info {
    font-size: 16px;
    margin-top: 15px;
  }

  .blog-mute {
    color: #999999;
    font-size: 14px;
  }

  .blog-content {
    margin-top: 5px;
  }

  .blog-box-title {
    font-size: 18px;
  }

  .blog-mini-img {
    width: 70px;
    height: 70px;
  }

  .blog-mini-title {
    font-size: 14px;
  }

  .blog-item {
    margin-top: 15px;
    font-size: 15px;
    padding-bottom: 15px;
  }

  .relative-title {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}


.comment-item {
  margin-top: 25px;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 20px;
}

.comment-item:last-child {
  border: 0;
  padding-bottom: 0;
}

.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;
}

.comment-item-user {
  font-size: 16px;
  font-weight: 600;
  color: #7A7A7A;
  margin-left: 10px;
}

.comment-item-date {
  font-size: 14px;
  color: #7A7A7A;
  margin-left: 10px;
}

.comment-item-text {
  font-size: 14px;
  margin-top: 15px;
}

.comment-item-action {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.comment-item-action button {
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-left: 15px;
  border: 0;
  background: transparent;
  color: #7A7A7A;
  display: flex;
  align-items: center;
}

.comment-item-action button:hover {
  color: #000;
}

.comment-form-replay {
  margin-top: 15px;
}

.btn-replay.active {
  color: var(--color2);
}

.comment-form-replay textarea {
  width: 100%;
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  border: 1px solid #00000040;
  font-size: 14px;
  outline-color: var(--color2);
  margin-bottom: 0;
}

.comment-form-replay input {
  width: 100%;
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  border: 1px solid #00000040;
  font-size: 14px;
  margin-top: 15px;
  outline-color: var(--color2);
}


.comment-form-replay button {
  width: 100%;
  border-radius: 10px;
  background: var(--color1);
  border: 1px solid var(--color1);
  padding: 10px;
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
  transition: 0.3s;
}

.comment-form-replay button:hover {
  background: transparent;
  color: var(--color1);
}

.btn-fave.active {
  color: var(--color1);
}


.comment-form textarea {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #00000040;
  padding: 10px;
  font-size: 14px;
  outline-color: var(--color2);
  margin-bottom: 0;
  margin-top: 20px;
}

.comment-form input {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #00000040;
  padding: 10px;
  font-size: 14px;
  margin-top: 15px;
  outline-color: var(--color2);
}


.comment-form button {
  width: 100%;
  border-radius: 10px;
  background: var(--color1);
  border: 1px solid var(--color1);
  padding: 10px;
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
  transition: 0.3s;
}

.comment-form button:hover {
  background: transparent;
  color: var(--color1);
}

.comment-answer {
  margin-top: 25px;
  border-top: 1px solid #DBDBDB;
  padding-top: 20px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}


.comment-answer-user {
  font-size: 14px;
  margin-left: 10px;
}

.comment-answer-text {
  font-size: 14px;
}

.comment-answer i {
  background: #C9C9C9;
  color: #fff;
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-left: 15px;
}

.product-comment-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}


.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: #505050;
}

.wrapper-star input {
  display: none;
}

.wrapper-star label {
  margin: 0;
  cursor: pointer;
}

i.icon-star-empty {
  color: #7D7D7D;
}

i.icon-star {
  color: #f9bc00;
}

.com-box-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.com-box-text {
  font-weight: 300;
  margin-top: 10px;
  color: #000;
}


.com-box-form {
  display: flex;
  flex-direction: column;
}

.com-box-form input {
  height: 50px;
  background: #F0F0F0;
  border: 1px solid #00000033;
  margin-top: 5px;
  padding: 10px;
  outline-color: var(--color1);
  border-radius: 20px;
  border: 0;
}

.com-box-form textarea {
  background: #F0F0F0;
  margin-top: 5px;
  padding: 10px;
  outline-color: var(--color1);
  border-radius: 20px;
  border: 0;
}

.com-box-form label {
  font-size: 18px;
}

.com-box-code input {
  background: #F0F0F0;
  border: 0;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  outline-color: var(--color1);
  width: 100%;
  max-width: 140px;
  border-radius: 20px;
}

.com-box-code img {
  width: 140px;
}

.com-box-code {
  display: flex;
  align-items: center;
  white-space: nowrap;
}



.com-box-submit {
  height: 50px;
  background: var(--color1);
  border: 1px solid var(--color1);
  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;
  display: flex;
  align-items: center;
  justify-content: center;
}

.com-box-submit:hover {
  background: #000;
  color: #fff;
}

.com-box-form label {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.com-box-recode {
  font-size: 14px;
  color: #000;
  margin-top: 15px;
  display: block;
}

.product-comment-title {
  font-size: 16px;
}

@media (max-width:767px) {
  .com-box-title {
    font-size: 16px;
  }

  .com-box-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .com-box-form label {
    font-size: 14px;
  }

  .com-box-form input {
    height: 40px;
    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;
    margin-top: 10px;
    margin-top: 0;
  }

}


/* contact us */

.contact-map {
  overflow: hidden;
  position: relative;
  height: 0;
  height: 480px;
  width: 100%;
  background: #F4F4F4;
}

.contact-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.contact-box {
  padding: 25px;
  background: #fff;
}

.contact-item {
  padding: 25px;
  background: #fff;
  display: flex;
  align-items: center;
  min-height: 160px;
  margin-top: 25px;
}

.contact-item:first-child {
  margin-top: 0;
}

.contact-item i {
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  font-size: 28px;
  color: #fff;
  border-radius: 40px;
  margin-right: 20px;
}

.contact-item-title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

a.contact-item-title:hover {
  color: var(--color1);
}

.contact-wrap {
  background: #F6F6F6;
  padding: 60px 0;
  margin-top: 80px;
}

.banner-end {
  width: 100%;
  margin-bottom: -80px;
}

@media (max-width:767px) {
  .contact-map {
    height: 180px;
  }

  .contact-box {
    padding: 15px;
  }

  .contact-item i {
    min-width: 50px;
    height: 50px;
    font-size: 20px;
    margin-right: 15px;
  }

  .contact-item-title {
    font-size: 16px;
  }

  .contact-item {
    padding: 15px;
    min-height: auto;
    margin-top: 15px;
  }


  .contact-wrap {
    padding: 30px 0;
    margin-top: 40px;
  }

  .banner-end {
    margin-bottom: -40px;
  }
}
a.blog-wrapper {
  display: block;
  background: #f4f4f4;
}