@charset "UTF-8";
/*!

Theme Name: WP Lewis

Theme URI: 

Author: Dev lewis Corporation

Author URI:

Description: "WP lewis" là 1 theme wordpress được phát triển và xây dựng bởi đội ngũ kỹ thuật của lewis. Theme được xây dựng dựa trên nền tảng là css boostraps 4 mới nhất. 

Version: 1.0.1

License: GNU General Public License v3 or later

License URI: https://www.gnu.org/licenses/gpl.html

Text Domain: wp-lewis

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



WP lewis is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*BASIC CSS*/
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("assets/fonts/Montserrat/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("assets/fonts/Montserrat/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("assets/fonts/Montserrat/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: "Pridi-SemiBold";
  src: url("assets/fonts/Pridi-SemiBold.ttf");
}

:root {
  --primary-color: #03592e;
  --second-color: #93c63e;
  --primary-font: "Montserrat";
  --second-font: "Montserrat-Bold";
  --third-font: "Montserrat-Medium";
  --title-font: "Pridi-SemiBold";
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--primary-font);
  background-color: #fff;
  font-size: 1.5rem;
  color: #424242;
  -ms-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: var(--second-font);
  font-weight: normal;
}

section {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/*HEADER*/

.header-main-logo img {
  max-width: 180px;
  padding: 8px;
}

/*.v-header-wrapper {
    margin: 15px 0;
}*/

.home.page-template .v-header-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.v-header-cart {
  margin-left: 30px;
  position: relative;
  bottom: 5px;
}

.wrapper-menu ul#menu-main > li.current-menu-item > a,
.wrapper-menu ul#menu-main > li > a:hover,
.wrapper-menu ul#menu-main > li.menu-item-has-children:hover:after,
.wrapper-menu ul#menu-main > li.menu-item-has-children.current-menu-item:after,
.wrapper-menu ul#menu-main > li.menu-item-has-children:hover > a {
  color: var(--second-color);
}

.home.page-template .wrapper-menu ul#menu-main > li.current-menu-item > a,
.home.page-template .wrapper-menu ul#menu-main > li > a:hover,
.home.page-template
  .wrapper-menu
  ul#menu-main
  > li.menu-item-has-children:hover
  > a,
.home.page-template
  .wrapper-menu
  ul#menu-main
  > li.menu-item-has-children:hover:after {
  color: var(--second-color);
}

ul#menu-main > li.menu-item-129 > ul.sub-menu {
  min-width: 440px;
}

.header-main-language {
  margin-bottom: 5px;
}

.header-main-language a {
  margin: 0 2px;
}

.header-mobile-right {
  display: flex;
  align-items: center;
}

.header-mobile-language {
  margin-right: 5px;
}

.header-mobile-language > a {
  margin: 0 2px;
}

/* SLIDE LEFT ICON */

.slide-icon-left {
  position: absolute;
  left: 5%;
  top: 20%;
  z-index: 1;
  height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-icon-left svg {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
}

.slide-line {
  display: block;
  width: 1px;
  height: 93%;
  background: #8f8f8f7d;
  position: relative;
}

.slide-line:after {
  position: absolute;
  bottom: 0;
  left: -2px;
  content: "";
  width: 6px;
  height: 6px;
  background: #747474;
  border-radius: 50%;
}

/*SLIDE RIGHT ICON*/

.slide-icon-right {
  position: absolute;
  right: 5%;
  top: 15%;
  height: 70%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

span.slide-icon-right_bar {
  position: relative;
  display: block;
}

span.slide-icon-right_bar:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #fff;
  top: 0;
  left: -10px;
}

span.slide-icon-right_bar:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #fff;
  top: 6px;
  left: -10px;
}

.slide-icon-right_line {
  display: block;
  width: 1px;
  height: 250px;
  background: #ffffff57;
  margin: 30px 0;
}

span.slide-icon-right_ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 18px;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  right: 8px;
  margin-bottom: 15px;
}

span.slide-icon-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7px;
  height: 8px;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  right: 4px;
  margin: 10px 0;
}

.slide-icon-right_line._bottom {
  position: relative;
}

.slide-icon-right_line._bottom:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ccc;
  bottom: 0;
  right: -3px;
}

/*SLIDE HOME*/

.slide-home-video video {
  width: 100%;
}

/*ABOUT*/

.about-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-shape-2 img {
  max-width: 180px;
}

.about-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-img {
  position: relative;
  display: block;
  margin-left: 135px;
  z-index: 1;
}

.about-img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.about-img-box_one {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about-img-box_two {
  position: absolute;
  bottom: 0;
  left: -165px;
  z-index: 2;
}

.about-img-box_video-link {
  position: absolute;
  top: 85px;
  left: -35px;
  z-index: 2;
}

.about-img-box_two img {
  max-width: 350px;
  border: 2px solid #fff;
  border-radius: 20px;
}

.about-img-box_one img {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 20px;
}

section.about {
  padding: 5rem 0;
}

.about-img-box:before {
  position: absolute;
  top: 40px;
  bottom: 40px;
  right: -25px;
  width: 40px;
  background-color: var(--second-color);
  content: "";
  border-radius: 10px;
  z-index: -1;
}

.about-img-box_one:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-img-box:hover .about-img-box_one:before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.about-img-box_video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.about-img-box_video-icon:before {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  content: "";
  border: 1px solid rgb(3 89 46 / 23%);
  border-radius: 50%;
  z-index: 1;
}

.about-img-box_video-icon .ripple:before,
.about-img-box_video-icon .ripple:after,
.about-img-box_video-icon .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 115px;
  height: 115px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0 0 rgba(3 89 46 / 60%);
  box-shadow: 0 0 0 0 rgba(3 89 46 / 60%);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.about-img-box_video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-img-box_video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.about-img-box_video-icon:hover {
  background-color: var(--second-color);
}

.about-content > span {
  font-family: var(--third-font);
  font-size: 18px;
}

.about-content > h2 {
  font-size: 3.5rem;
  font-family: var(--title-font);
  color: var(--primary-color);
  margin: 15px 0;
  font-weight: bold;
}

.ic-title-home svg {
  color: var(--second-color);
  font-size: 20px;
}

.about-content > h3 {
  font-size: 20px;
  font-family: var(--third-font);
  color: var(--primary-color);
  margin: 30px 0;
  font-weight: bold;
}

.about-content > p {
  font-family: var(--third-font);
  color: #333333ad;
  line-height: 28px;
  margin: 30px 0;
  font-size: 13px;
}

.about-content {
  padding-right: 10rem;
}

.about-content > ul {
  padding: 0;
  list-style: none;
  margin: 30px 0;
}

.about-content > ul > li {
  font-size: 18px;
  font-family: var(--third-font);
  color: #000;
  margin-bottom: 8px;
}

.about-content > ul > li > svg {
  color: var(--primary-color);
  margin-right: 10px;
}

.about-action-btn {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a.btn-home-more {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 12px;
  border-radius: 32px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  line-height: 32px;
}

a.btn-home-more:before {
  position: absolute;
  content: "";
  background-color: var(--second-color);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
  -ms-transform: translate(-50%, -50%) rotate(-35deg);
  transform: translate(-50%, -50%) rotate(-35deg);
  z-index: -1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

a.btn-home-more:hover:before {
  height: 380%;
}

a.btn-home-more span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: #000;
  border-radius: 50%;
  margin-left: 15px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

a.btn-home-more span svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn-home-more:hover span {
  background: var(--primary-color);
}
a.btn-home-more:hover span svg {
  color: #fff;
}

.about-action-btn img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #ffc107;
  margin: 0 20px;
}

.about-action-btn-content h4 {
  font-family: var(--title-font);
  color: var(--primary-color);
  font-size: 22px;
  margin-bottom: 0;
}

.about-action-btn-content p {
  margin-bottom: 0;
  font-family: var(--third-font);
  color: var(--primary-color);
}

/*FEATURE*/

section.product-feature {
  background: url(assets/images/home/bg-feature.jpg) no-repeat center center;
  background-size: cover;
  padding: 8rem 0;
}

.product-item.feature-item {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #98989833;
}

.product-feature-wrapper {
  margin-top: 3rem;
}

.product-feature-wrapper .owl-nav button {
  position: absolute;
  top: 43%;
}

.product-feature-wrapper .owl-nav button svg {
  font-size: 3rem;
  color: var(--primary-color);
}

.product-feature-wrapper .owl-nav button.owl-prev {
  left: -40px;
}

.product-feature-wrapper .owl-nav button.owl-next {
  right: -40px;
}

/*PRODUCT*/

.product-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.product-shape img {
  max-width: 200px;
}

section.product-home {
  padding: 6rem 0;
}

.title-home {
  text-align: center;
}

.title-home h2 {
  text-transform: uppercase;
  font-family: var(--title-font);
  font-size: 4.2rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.product-tab {
  margin-top: 30px;
}

.nav-product {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.nav-product li a {
  padding: 12px 10px;
  font-size: 12px;
  font-family: var(--third-font);
  border: 2px solid var(--primary-color);
  border-radius: 30px !important;
  color: var(--primary-color);
  text-align: center;
  font-weight: bold;
}

.nav-product li {
  margin: 0 15px;
}

.nav-product li a.active {
  background-color: var(--primary-color) !important;
}

.product-item {
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 15px;
}

.product-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: var(--second-color);
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.product-item:hover {
  background-color: #f8fbf6;
  box-shadow: 0px 0px 10px #3333;
  -webkit-box-shadow: 0px 0px 10px #3333;
}

.product-item:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.product-item-thumb a img {
  width: 100%;
  height: 220px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.product-item-btn > a:hover {
  background: var(--second-color);
}

.product-item-content {
  position: relative;
  overflow: hidden;
  padding: 25px 15px;
}

.product-item-content > h3 > a {
  text-transform: uppercase;
  font-size: 20px;
  color: var(--primary-color);
}

.product-item-star svg {
  font-size: 11px;
  color: #ffca2c;
}

.product-item-content > h3 {
  margin-bottom: 0;
  min-height: 48px;
}

.product-item-price {
  margin-top: 15px;
}

.product-item-price p ins span {
  font-family: var(--second-font);
  font-size: 18px;
  color: var(--primary-color);
}

.product-item-price p ins {
  text-decoration: none;
}

.product-item-price p span.amount {
  margin: 0 8px;
}

.product-item-price > p > span.amount {
  font-family: var(--second-font);
  font-size: 18px;
  color: var(--primary-color);
}

.product-item-price p del span {
  font-size: 13px;
  font-family: var(--third-font);
}

a.product-item-btn_now {
  background: var(--primary-color);
  color: #fff;
  padding: 8px 30px;
  padding-bottom: 10px;
  font-family: var(--third-font);
  border-radius: 8px;
}

a.product-item-btn_addtocart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 38px;
  height: 38px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  position: relative;
  top: 3px;
}

.product-item-btn {
  margin-top: 10px;
}

.product-item-btn a {
  margin: 0 4px;
}

.product-tab .owl-nav button {
  position: absolute;
  top: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 6px #3333;
  box-shadow: 1px 2px 6px #3333;
  z-index: 9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product-tab .owl-nav button svg {
  font-size: 2.5rem;
}

.product-tab .owl-nav button.owl-next {
  right: -20px;
}

.product-tab .owl-nav button.owl-prev {
  left: -20px;
}

.product-tab .owl-nav button:hover {
  background: var(--second-color);
  color: #fff;
}

.product-item.feature-item:hover {
  background: #fff;
  border-color: var(--second-color);
}

.product-item.feature-item:hover:before {
  display: none;
}

/*VIDEO*/

.video-top-play,
.video-bottom-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-top-play a span svg {
  font-size: 20rem;
  color: #ffffff82;
}

section.video-top {
  background: url(assets/images/home/bg-video-top.jpg);
  min-height: 750px;
  background-size: cover;
  background-position: center;
}

section.video-bottom {
  background: url(assets/images/home/bg-video.jpg);
  min-height: 750px;
  background-size: cover;
  background-position: center;
}

div#main_video_owl {
  margin-bottom: 3px;
}
div#sub_video_owl {
  margin-top: -110px;
}
div#main_video_owl iframe {
  width: 100%;
  height: 800px;
}
.item_video img {
  height: 200px;
}
.item_video {
  position: relative;
}

.item_video:before {
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  background: url(dist/preview_video.png) center center no-repeat;
  content: "";
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.item_video:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}
#sub_video_owl .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 6px #3333;
  box-shadow: 1px 2px 6px #3333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#sub_video_owl .owl-nav button.owl-prev {
  left: -20px;
}

#sub_video_owl .owl-nav button.owl-next {
  right: -20px;
}

#sub_video_owl .owl-nav button svg {
  font-size: 2.5rem;
}

#sub_video_owl .owl-nav button:hover {
  background: var(--second-color);
  color: #fff;
}

/*PROCEDURE*/

section.procedure {
  margin-top: 11rem;
  margin-bottom: 10rem;
}

.procedure-img {
  position: relative;
  z-index: 1;
  display: contents;
}

.procedure-img-box-1 {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: -50px;
  z-index: 1;
}

.procedure-img-box-2 {
  position: absolute;
  top: 60px;
  right: 35px;
  z-index: -1;
}

.procedure-img-box-3 {
  position: absolute;
  bottom: -30px;
  right: 45px;
  z-index: 2;
}

.procedure-img-box-1 img {
  max-width: 480px;
  border: 2px solid #fff;
  border-radius: 20px;
}

.procedure-img-box-3 img {
  width: 330px;
  border: 2px solid #fff;
  border-radius: 20px;
}

.procedure-img-box-2 img {
  max-width: 160px;
}

.procedure-content {
  padding-left: 20px;
}

.procedure-content > span {
  text-transform: uppercase;
  font-family: var(--third-font);
  font-size: 18px;
}

.procedure-content > h2 {
  text-transform: uppercase;
  font-size: 4.2rem;
  font-family: var(--title-font);
  color: var(--primary-color);
  margin: 20px 0;
}

.procedure-content > p {
  font-family: var(--third-font);
  font-size: 13px;
  color: #333333ad;
  line-height: 28px;
  margin: 30px 0;
}

.procedure-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5rem;
}

.procedure-content-inner_item {
  text-align: center;
  margin-right: 10rem;
}

.procedure-content-inner_item span img {
  width: 60px;
}

.procedure-content-inner_item h5 {
  font-size: 16px;
  margin-top: 15px;
  color: var(--primary-color);
}

.procedure-content-btn {
  margin-top: 5rem;
}

.procedure-wrapper,
.procedure-img {
  display: block;
  width: 100%;
  height: 100%;
}

.procedure-img-box-1:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.procedure-img:hover .procedure-img-box-1:before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

/*COUNTER*/

.counter-gallery-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.counter-gallery {
  max-width: 85%;
  margin: 0 auto;
  margin-bottom: 9rem;
}

.counter-gallery-box_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  margin-bottom: 30px;
}

.counter-gallery-box_item > a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.counter-gallery-box_item > a > img {
  width: 100%;
  height: 200px;
}

section.counter {
  padding-top: 6rem;
  padding-bottom: 22rem;
  background: url(assets/images/home/bg-counter.jpg);
  background-size: cover;
}

.counter-item {
  text-align: center;
}

.counter-item-icon svg {
  font-size: 6rem;
  color: var(--primary-color);
}

.counter-item-number {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4.2rem;
  -webkit-text-stroke: 2px #000;
  color: #fff;
  font-family: "Montserrat-ExtraBold";
}

.counter-item > h4 {
  font-size: 18px;
  color: #000;
}

.counter-gallery-box_item > a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

/*BLOGS*/

.blogs-support {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  top: -110px;
}

.blogs-support-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 5px solid #fff;
  border-radius: 15px;
  background: var(--primary-color);
  padding: 60px 0;
}

.blogs-support-box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.blogs-support-box_item span img {
  width: 75px;
}

.blogs-support-box_item h4 {
  margin-left: 20px;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
}

.blogs-support-box_item h4 a {
  letter-spacing: -2px;
}

.blogs-support-box_item h4 a span {
  position: relative;
  display: inline-block;
  color: #fff;
  -webkit-animation: flip 3s infinite;
  animation: flip 3s infinite;
  -webkit-animation-delay: calc(0.1s * var(--i));
  animation-delay: calc(0.1s * var(--i));
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blogs-support-box_item h4 a:hover span {
  color: var(--second-color);
}

@-webkit-keyframes flip {
  0%,
  80% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*color: var(--second-color);*/
  }
}

@keyframes flip {
  0%,
  80% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*color: var(--second-color);*/
  }
}

@-webkit-keyframes waviy {
  0%,
  40%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes waviy {
  0%,
  40%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

section.blogs {
  background: var(--primary-color);
  padding-top: 5rem;
}

.title-home-news.title-white {
  color: #fff;
  margin-top: -30px;
}

.title-home-news span {
  text-transform: uppercase;
  font-family: var(--third-font);
  font-size: 18px;
}

.title-home-news {
  text-align: center;
}

.title-home-news > h2 {
  text-transform: uppercase;
  font-family: var(--title-font);
  font-size: 4.2rem;
  margin: 20px 0;
}

.ic-title-home-news svg {
  font-size: 22px;
}

.blogs-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blogs-item__inner {
  position: relative;
  display: block;
}

.blogs-item__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.blogs-item__img img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: none;
  border-radius: 10px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blogs-item__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 10px;
  background: rgb(12, 26, 7);
  background: -o-linear-gradient(
    top,
    rgba(12, 26, 7, 0) 11%,
    rgba(12, 26, 7, 0.8547794117647058) 77%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(11%, rgba(12, 26, 7, 0)),
    color-stop(77%, rgba(12, 26, 7, 0.8547794117647058))
  );
  background: linear-gradient(
    180deg,
    rgba(12, 26, 7, 0) 11%,
    rgba(12, 26, 7, 0.8547794117647058) 77%
  );
  z-index: 1;
}

.blogs-item__img:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(14, 34, 7, 0.3);
  border-radius: 10px;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

.blogs-item:hover .blogs-item__img:after {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

.blogs-item__arrow {
  position: absolute;
  top: 50px;
  right: 50px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.blogs-item__arrow a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--second-color);
  border-radius: 50%;
  font-size: 16px;
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blogs-item__content {
  position: absolute;
  bottom: 44px;
  padding: 0 30px;
  z-index: 2;
}

span.blogs-item__tagline {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

span.blogs-item__tagline:before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 4px;
  height: 2px;
  background-color: #ffc107;
}

h3.blogs-item__title {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: var(--third-font);
  margin-top: 10px;
}

h3.blogs-item__title a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

h3.blogs-item__title:hover a {
  color: var(--second-color);
}

section.blogs .owl-nav button,
div#owl-reviews .owl-nav button {
  position: absolute;
  top: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff !important;
  -webkit-box-shadow: 1px 2px 6px #3333;
  box-shadow: 1px 2px 6px #3333;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

section.blogs .owl-nav button svg,
div#owl-reviews .owl-nav button svg {
  font-size: 2.6rem;
}

section.blogs .owl-nav button.owl-next,
div#owl-reviews .owl-nav button.owl-next {
  right: -20px;
}

section.blogs .owl-nav button.owl-prev,
div#owl-reviews .owl-nav button.owl-prev {
  left: -20px;
}

section.blogs .owl-nav button:hover,
div#owl-reviews .owl-nav button:hover {
  background: var(--primary-color) !important;
}

section.blogs .owl-nav button:hover svg,
div#owl-reviews .owl-nav button:hover svg {
  color: #fff;
}

/*FORMS*/

section.forms {
  padding-top: 5rem;
}

.forms-main {
  position: relative;
  display: block;
  padding: 100px 100px 100px;
  background-color: #f8f6f1;
  border-radius: 10px;
  z-index: 1;
}

.contact-one__bg {
  position: absolute;
  bottom: 0;
  left: 45px;
  width: 709px;
  height: 183px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.forms-haft-one span input {
  height: 64px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: #333;
  display: block;
  font-weight: 500;
  border-radius: 10px;
}

.forms-haft-one span.wpcf7-not-valid-tip {
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 12px;
}

.forms-main-box .wpcf7 form .wpcf7-response-output {
  text-align: center;
  font-size: 12px;
}

.forms-haft-one span input::-webkit-input-placeholder,
.forms-main-box p textarea::-webkit-input-placeholder {
  color: var(--primary-color);
}

.forms-haft-one span input::-moz-placeholder,
.forms-main-box p textarea::-moz-placeholder {
  color: var(--primary-color);
}

.forms-haft-one span input:-ms-input-placeholder,
.forms-main-box p textarea:-ms-input-placeholder {
  color: var(--primary-color);
}

.forms-haft-one span input::-ms-input-placeholder,
.forms-main-box p textarea::-ms-input-placeholder {
  color: var(--primary-color);
}

.forms-haft-one span input::placeholder,
.forms-main-box p textarea::placeholder {
  color: var(--primary-color);
}

.forms-haft-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.forms-haft-one span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.5%;
  flex: 0 0 48.5%;
}

.forms-main-box p textarea {
  font-size: 14px;
  color: #333;
  height: 150px;
  width: 100%;
  background-color: #fff;
  padding: 20px 30px 20px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  font-weight: 500;
  border-radius: 10px;
  margin-top: 20px;
}

.btn-form {
  display: inline-block;
  position: relative;
  margin-top: 5px;
}

.btn-form span.wpcf7-spinner {
  position: absolute;
  right: -130px;
  top: 5px;
}

.btn-form input {
  /*position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
    padding-right: 60px;
    border-radius: 32px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
    line-height: 32px;
    border: none;*/
}

.btn-form button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 12px;
  border-radius: 32px;
  border: none;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  line-height: 30px;
  cursor: pointer;
}

.btn-form button:before {
  position: absolute;
  content: "";
  background-color: var(--second-color);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-form button:hover:before {
  height: 380%;
}

.btn-form button:hover span {
  background: var(--primary-color);
  color: #fff;
}

.btn-form button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  margin-left: 12px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.forms-title-home span {
  font-size: 18px;
  color: #000;
  font-family: var(--third-font);
}

.forms-title-home h2 {
  font-family: var(--title-font);
  color: var(--primary-color);
  font-size: 4.2rem;
  margin: 10px 0;
}

.forms-left > p {
  font-family: var(--third-font);
  font-size: 13px;
  color: #333333ad;
  line-height: 28px;
  margin: 30px 0;
}

ul.list-contact-form {
  padding: 0;
  list-style: none;
}

ul.list-contact-form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

ul.list-contact-form li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

.right-contact-forms p {
  color: var(--primary-color);
  margin-bottom: 0;
}

.right-contact-forms strong {
  color: var(--primary-color);
  font-size: 13px;
}

/*REVIEWS*/

.reviews-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.reviews-shape img {
  width: 200px;
}

section.reviews {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

section.reviews .title-home-news h2 {
  color: var(--primary-color);
}

section.reviews .ic-title-home-news {
  color: var(--second-color);
}

.testimonial-one__single {
  position: relative;
  display: block;
  background-color: #ececec;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 57px 50px 75px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  cursor: pointer;
}

.testimonial-one__single:hover {
  border: 1px solid var(--second-color);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-one__single::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid transparent;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__single:hover:before {
  border: 2px solid var(--second-color);
}

.testimonial-one__content {
  position: relative;
  display: block;
}

.testimonial-one__text {
  font-size: 16px;
  line-height: 30px;
  color: var(--primary-color);
}

.testimonial-one__client-info {
  position: absolute;
  top: -108px;
  left: -14px;
}

.testimonial-one__client-img {
  position: relative;
  display: inline-block;
  width: 96px;
}

.testimonial-one__client-img img {
  width: 100%;
  height: 96px;
  border-radius: 50%;
}

.testimonial-one__quote {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  background-color: var(--primary-color);
  border-radius: 50%;
  border: 3px solid #fff;
  bottom: 27px;
  right: -20px;
}

.testimonial-one__quote span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #fff;
}

.testimonial-one__client-details-box {
  position: absolute;
  bottom: -25px;
  left: -1px;
}

.testimonial-one__client-details-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 24px solid transparent;
  border-right: 24px solid #1a5305;
  border-left: 24px solid transparent;
}

.testimonial-one__client-details {
  background-color: var(--primary-color);
  padding-left: 50px;
  padding-right: 100px;
  padding-top: 15px;
  padding-bottom: 18px;
  border-bottom-left-radius: 10px;
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}

.testimonial-one__client-name {
  font-size: 16px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 24px;
}

.testimonial-one__client-sub-title {
  font-size: 12px;
  color: #9dbe91;
  line-height: 12px;
  margin-bottom: 0;
}

section.reviews .owl-carousel .owl-stage-outer {
  overflow: visible;
}

section.reviews .owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
}

section.reviews .owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

div#owl-reviews {
  margin-top: 13rem;
}

/*PARTNERS*/

section.partners {
  background: var(--primary-color);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

section.partners .title-home h2 {
  color: #fff;
}

section.partners .ic-title-home svg {
  color: #fff;
}

div#owl-partners {
  margin-top: 2rem;
}

.partners-item > a {
  display: block;
  overflow: hidden;
  position: relative;
}

.partners-item > a > img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

div#owl-partners .owl-nav button {
  position: absolute;
  top: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

div#owl-partners .owl-nav button svg {
  font-size: 2.2rem;
}

div#owl-partners .owl-nav button.owl-next {
  right: -20px;
}

div#owl-partners .owl-nav button.owl-prev {
  left: -20px;
}

div#owl-partners .owl-nav button:hover {
  background: var(--second-color) !important;
}

div#owl-partners .owl-nav button:hover svg {
  color: #fff;
}

/*FOOTER*/

section.footer {
  position: relative;
  display: block;
  background-color: #0e2207;
  padding: 100px 0;
  z-index: 1;
}

.footer-wrapper {
  position: relative;
  display: block;
}

.footer-shape {
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  height: 224px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.03;
  z-index: -1;
}

.footer-logo-img {
  margin-bottom: 35px;
}

.footer-logo > p {
  color: #fff;
  line-height: 28px;
  font-size: 15px;
  padding-right: 100px;
}

h4.title-footer {
  color: #fff;
  font-family: var(--third-font);
  font-size: 16px;
  margin-bottom: 30px;
}

section.footer ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.footer-list ul li {
  margin-bottom: 20px;
  color: #b1b1b1;
  font-size: 14px;
}

.footer-news ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.footer-news ul li span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-right: 20px;
}

.footer-news ul li span img {
  width: 100%;
  border-radius: 5px;
  height: 80px;
}

.footer-news-right strong {
  color: #fff;
  font-size: 13px;
}

.footer-news-right h5 {
  font-family: var(--primary-font);
  color: #b7b7b7;
  margin-top: 15px;
  font-size: 14px;
}

.footer-contact ul li {
  margin-bottom: 15px;
  color: #b7b7b7;
  font-size: 14px;
}

.footer-contact ul li svg {
  margin-right: 15px;
}

.footer-form {
  margin-top: 30px;
  position: relative;
}

.footer-form form p {
  position: relative;
  width: 300px;
}

.footer-form form p span input {
  width: 300px;
  font-size: 14px;
  height: 60px;
  padding-left: 20px;
  border-radius: 30px;
  border: none;
}

.footer-form form p button.wpcf7-submit {
  position: absolute;
  right: 10px;
  top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  border: none;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.footer-form .wpcf7-not-valid-tip {
  position: absolute;
  left: 80px;
  top: 2px;
  font-size: 12px;
}

.footer-form .wpcf7 form .wpcf7-response-output {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.footer-form form p button.wpcf7-submit:hover {
  background: var(--second-color);
}

.copyright {
  background-color: #0e2207;
  color: #fff;
}

.copyright-box {
  background-color: #0a1905;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0;
  padding-left: 70px;
  border-radius: 5px 0 0 0;
}

.copyright-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10000000px;
  left: 100%;
  top: 0;
  background-color: #0a1905;
  z-index: -1;
}

.copyright-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.copyright-box ul li {
  display: inline-block;
}

.copyright-box ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 35px;
  height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff12;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  position: relative;
}

.copyright-box ul li a svg {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.copyright-box ul li a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.copyright-box ul li a:hover:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.copyright-box ul li a:hover svg {
  color: var(--primary-color);
}

.copyright-box-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  background: var(--primary-color);
  position: absolute;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  top: 0;
  border-radius: 0 5px 0 0;
}

.copyright-box-btn a:hover {
  background: var(--second-color);
}

.copyright-box-btn a svg {
  font-size: 26px;
}

.footer-list ul li a:hover {
  color: #fff;
}

.footer-news ul li:hover h5 {
  color: var(--second-color);
}

/*PAGE CONTACT*/

section.page-contact {
  padding: 8rem 0;
  display: block;
}

.google-map-box {
  position: relative;
  display: block;
  background-color: #f8f6f1;
  border-radius: 10px;
}

.google-map-box iframe {
  position: relative;
  display: block;
  border: none;
  height: 440px;
  width: 100%;
  border-radius: 10px;
  mix-blend-mode: luminosity;
}

.contact-details__single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-detail {
  position: relative;
  display: block;
  margin-top: 50px;
  padding-bottom: 55px;
  border-bottom: 1px solid #ece9e0;
}

.contact-details__icon {
  position: relative;
  display: inline-block;
}

.contact-details__icon svg {
  font-size: 32px;
  color: var(--primary-color);
}

.contact-details__text {
  position: relative;
  display: block;
  margin-left: 12px;
  top: 1px;
}

.contact-details__text h3 {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--third-font);
  margin: 0;
}

.contact-details__text p {
  margin: 0;
}

.contact-details__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 9px;
  margin-left: 68px;
}

.contact-details__social a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #000;
  background-color: #f8f6f1;
  font-size: 14px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.contact-details__social a:hover {
  background: var(--primary-color);
  color: #fff;
}

.contact-details__social a + a {
  margin-left: 10px;
}

.contact-two__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.contact-form {
  position: relative;
  display: block;
  padding: 80px 0 80px;
  z-index: 1;
}

.contact-form-main {
  max-width: 770px;
  margin: 0 auto;
}

.block-form-haft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-form-haft input {
  height: 64px;
  width: 100%;
  border: none;
  background-color: #f8f6f1;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: #000;
  display: block;
  font-weight: 500;
}

.block-form-haft {
  margin-bottom: 20px;
}

.block-form-haft span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.5%;
  flex: 0 0 48.5%;
}

.block-form-full textarea {
  font-size: 14px;
  color: #000;
  height: 180px;
  width: 100%;
  background-color: #f8f6f1;
  border-radius: 10px;
  padding: 15px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  font-weight: 500;
}

.contact-form-main button.wpcf7-submit {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 12px;
  border-radius: 32px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}

.contact-form-main button.wpcf7-submit:before {
  position: absolute;
  content: "";
  background-color: var(--second-color);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-form-main button.wpcf7-submit:hover:before {
  height: 380%;
}

.contact-form-main button span {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  margin-left: 17px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.contact-form-main button span svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-form-main button.wpcf7-submit:hover span {
  background: var(--primary-color);
  color: #fff;
}

.contact-form-main form > p {
  text-align: center;
  position: relative;
}

.contact-form-main form > p span.wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}

.contact-form-box .title-home-news > h2 {
  color: var(--primary-color);
}

.contact-form-box .ic-title-home-news svg {
  color: var(--second-color);
}

/*ARCHIVE*/

.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1;
}

.blog-one__img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(14, 34, 7, 0.3);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  -o-transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease,
    -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}

.blog-one__single:hover .blog-one__img:before {
  visibility: visible;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.blog-one__img img {
  width: 100%;
  height: 400px;
  -o-object-fit: none;
  object-fit: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-one__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--primary-color);
  padding: 21px 24px 21px;
  border-top-left-radius: 10px;
  z-index: 2;
}

.blog-one__date span {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-family: var(--third-font);
  margin-bottom: 3px;
  text-align: center;
}

.blog-one__date p {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  line-height: 12px;
}

.blog-one__content {
  position: relative;
  display: block;
  background-color: #f8f6f1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 22px 40px 33px;
}

.blog-one__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-one__meta li + li {
  margin-left: 8px;
}

.blog-one__meta li a {
  font-size: 13px;
  color: #797979;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--third-font);
}

ul.blog-one__meta li {
  margin-right: 15px;
}

.blog-one__meta li a:hover {
  color: var(--second-color);
}

.blog-one__meta li a svg {
  color: var(--second-color);
  padding-right: 3px;
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.blog-one__title {
  font-size: 20px;
  line-height: 26px;
  font-family: var(--third-font);
  margin-top: 6px;
  min-height: 52px;
}

.blog-one__title a {
  color: #000;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-one__title a:hover {
  color: var(--second-color);
}

/*WOOCOMMERCE*/

.product-sidebar-search {
  margin-bottom: 3rem;
}

.product-sidebar-search form input.s {
  width: 100%;
  height: 70px;
  background-color: var(--second-color);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  color: #000;
  font-family: var(--third-font);
  border: none;
  outline: none;
  border-radius: 10px;
}

.product-sidebar-search form input.s::-webkit-input-placeholder {
  color: #000;
}

.product-sidebar-search form input.s::-moz-placeholder {
  color: #000;
}

.product-sidebar-search form input.s:-ms-input-placeholder {
  color: #000;
}

.product-sidebar-search form input.s::-ms-input-placeholder {
  color: #000;
}

.product-sidebar-search form input.s::placeholder {
  color: #000;
}

.product-sidebar-search form {
  position: relative;
}

.product-sidebar-search form button {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.product-sidebar-cate {
  position: relative;
  display: block;
  background-color: #f8f6f1;
  padding: 27px 15px 15px;
  border-radius: 10px;
}

.product-sidebar-cate > h3 {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  font-family: var(--second-font);
  text-transform: capitalize;
  margin-left: 15px;
  margin-bottom: 13px;
}

ul.product-categories > li {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: #757873;
  margin-bottom: 5px;
}

ul.product-categories > li > a {
  position: relative;
  display: block;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: #757873;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  padding: 8px 15px 8px;
  border-radius: 10px;
  font-family: var(--third-font);
}

ul.product-categories {
  padding: 0;
  list-style: none;
  margin: 0;
}

ul.product-categories > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  z-index: -1;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

ul.product-categories > li > a:after {
  position: absolute;
  right: 20px;
  top: 5px;
  font-family: "FontAwesome";
  content: "\f178";
  opacity: 1;
  font-size: 15px;
  color: var(--primary-color);
  line-height: 30px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
}

ul.product-categories > li > a:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

ul.product-categories > li > a:hover:after {
  color: var(--primary-color);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.product-archive .product-item-content > h3 > a {
  font-size: 18px;
}

.product-sidebar-feature {
  position: relative;
  display: block;
  background-color: #f8f6f1;
  padding: 27px 15px 15px;
  border-radius: 10px;
  margin-top: 3rem;
}

.product-sidebar-feature > h3 {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  font-family: var(--second-font);
  text-transform: capitalize;
  margin-left: 15px;
  margin-bottom: 13px;
}

.product-sidebar-feature ul {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-left: 15px;
  margin-top: 25px;
}

.product-sidebar-feature ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-sidebar-feature ul li a > span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  border: 1px solid #9b9b9b42;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product-sidebar-feature ul li {
  margin-bottom: 20px;
}

.product-sidebar-feature_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  padding-left: 15px;
}

.product-sidebar-feature_right p del span {
  color: #3333338a;
  font-size: 10px;
}

.product-sidebar-feature_right p del {
  font-size: 10px;
}

.product-sidebar-feature_right p ins {
  text-decoration: none;
}

.product-sidebar-feature_right h5 {
  font-size: 15px;
  font-family: var(--third-font);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product-sidebar-feature_right p span {
  font-family: var(--third-font);
  font-size: 13px;
  color: var(--second-color);
}

.product-sidebar-feature ul li a > span img {
  width: 100%;
  height: 100px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.product-sidebar-feature ul li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.product-sidebar-feature ul li a:hover h5 {
  color: var(--primary-color);
}

.product-sidebar-feature ul li a:hover span {
  border-color: var(--primary-color);
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 1px solid #3333;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--primary-color);
  color: #fff;
}

/*SINGLE*/

.wrapper-single.single-product > .container {
  max-width: 1200px;
}

.wpgs-image .slick-list {
  width: 100%;
  border: 1px solid #ece9e0;
  border-radius: 10px;
}

.woocommerce-product-details__short-description ul {
  padding-left: 0;
  margin-bottom: 0;
}

.woocommerce-product-details__short-description ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-product-details__short-description ul li span {
  font-family: var(--third-font);
  margin-right: 10px;
}

.summary.entry-summary p.price > del span {
  font-family: var(--primary-font);
  font-size: 15px;
  color: #333;
}

.woocommerce span.onsale {
  border-radius: 3px;
  font-size: 11px !important;
  font-weight: 400;
  padding: 5px;
  height: 30px;
  line-height: 19px;
  min-height: 0;
  top: 0;
  left: 0;
  background: var(--primary-color);
}

/*PAGE ABOUT*/

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.about-three__left {
  position: relative;
  display: block;
}

.section-title.text-left span {
  text-transform: uppercase;
  font-family: var(--third-font);
  font-size: 18px;
}

.section-title.text-left h2 {
  font-family: var(--title-font);
  font-size: 4.2rem;
  color: var(--primary-color);
  margin: 15px 0;
}

.about-three__left-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.about-three__left-img {
  position: relative;
  display: block;
}

.about-three__left-img img {
  width: 100%;
  border-radius: 10px;
}

.about-three__left-img--2 {
  margin-top: 30px;
}

.about-three__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.about-three__right .section-title {
  margin-bottom: 27px;
}

.about-three__content p {
  font-family: var(--third-font);
  font-size: 14px;
  color: #959595;
  line-height: 30px;
}

ul.about-three__left-list {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-left: 30px;
}

ul.about-three__left-list li {
  font-family: var(--third-font);
  font-size: 14px;
  margin-bottom: 10px;
}

ul.about-three__left-list li svg {
  margin-right: 8px;
  color: var(--second-color);
}

.about-three__left-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.about-three__left-bottom img {
  max-width: 180px;
}

.about-slogan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 30px;
}

.about-slogan-item span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  position: relative;
}

.about-slogan-item span strong {
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--second-color);
  color: #fff;
  border-radius: 50%;
  font-family: var(--third-font);
}

.about-slogan-item_text h4 {
  font-family: var(--title-font);
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.about-slogan-item_text p {
  font-size: 14px;
  font-family: var(--third-font);
  color: #959595;
  line-height: 26px;
  margin-bottom: 0;
}

.mt-5r {
  margin-top: 5rem;
}

.about-history-wrapper {
  margin-top: 5rem;
}

section.about-history {
  padding-bottom: 8rem;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: var(--primary-color);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-box {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline-box::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 4px solid var(--second-color);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid var(--second-color);
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent var(--second-color);
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid var(--second-color);
  border-width: 10px 10px 10px 0;
  border-color: transparent var(--second-color) transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -13px;
}

/* The actual content */
.timeline-content {
  padding: 20px 30px;
  background-color: var(--second-color);
  position: relative;
  border-radius: 6px;
  color: #fff;
}

.timeline-content > h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.timeline-content > p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
  opacity: 0.9;
}

.timeline-content > h2 > svg {
  margin-right: 8px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline-box {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline-box::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 18px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

.about-contact-wrapper {
  max-width: 650px;
  margin: 0 auto;
  margin-top: 5rem;
}

.about-contact-box {
  padding: 5rem;
  background: #f8f6f1;
  border-radius: 15px;
}

.about-contact-box h3 {
  font-size: 28px;
  color: var(--primary-color);
  margin-bottom: 20px;
  text-align: center;
  font-family: var(--title-font);
}

.about-contact-box ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.about-contact-box ul li {
  margin-bottom: 15px;
  font-family: var(--third-font);
  font-size: 14px;
}

.about-contact-box ul li:last-child {
  margin-bottom: 0;
}

.about-contact-box ul li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--second-color);
  color: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

section.about-contact {
  padding-bottom: 8rem;
}

.contact-showroom,
.contact-chinhanh {
  margin-top: 6rem;
}

h3.title-contact-showroom {
  font-family: var(--title-font);
  color: var(--primary-color);
  font-size: 26px;
  position: relative;
  margin-bottom: 40px;
}

h3.title-contact-showroom:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 6px;
  height: 6px;
  background: var(--second-color);
  border-radius: 50%;
}

h3.title-contact-showroom:after {
  position: absolute;
  content: "";
  left: 10px;
  bottom: -8px;
  width: 45px;
  height: 2px;
  background: var(--second-color);
}

.contact-showroom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-showroom-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  background: var(--second-color);
  color: #fff;
  padding: 20px 25px;
  border-radius: 8px;
  -webkit-box-shadow: 6px 8px 15px #3333;
  box-shadow: 6px 8px 15px #3333;
}

.contact-showroom-box div {
  font-size: 14px;
  margin-bottom: 8px;
}

.contact-showroom-box div:last-child {
  margin-bottom: 0;
}

.contact-showroom-box div span {
  font-family: var(--third-font);
  margin-right: 10px;
  width: 85px;
  display: inline-block;
}

.contact-showroom-box div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-chinhanh-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-chinhanh-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  margin-bottom: 25px;
  background: #f8f6f1;
  padding: 30px;
  border-radius: 0 20px;
  -webkit-box-shadow: 1px 2px 6px #3333;
  box-shadow: 1px 2px 6px #3333;
}

.contact-chinhanh-box div {
  font-size: 14px;
  margin-bottom: 8px;
}

.contact-chinhanh-box div:last-child {
  margin-bottom: 0;
}

.contact-chinhanh-box div span {
  font-family: var(--third-font);
  margin-right: 10px;
}

.contact-chinhanh-box div {
  word-break: break-word;
}

.block-chinhanh-item {
  position: relative;
  display: block;
  padding: 2rem 2.5rem;
  border: 1px dashed var(--second-color);
  font-size: 14px;
  margin-bottom: 3rem;
  min-height: 17rem;
}

.block-chinhanh-item div span {
  font-family: var(--third-font);
  margin-right: 10px;
}

.block-chinhanh-item div {
  margin-bottom: 8px;
}

.block-chinhanh-item div:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  border-top: 1px solid #ece9e0;
}

.brand-one__inner {
  position: relative;
  display: block;
  padding: 60px 0 60px;
}

section.brand-one .owl-nav button {
  display: none !important;
}

/*--------------------------------------------------------------
# Provide One
--------------------------------------------------------------*/
.Provide-One {
  position: relative;
  display: block;
  z-index: 1;
}

.provide-one__bg-shape img {
  width: auto;
}

.Provide-One__wrap {
  position: relative;
  display: block;
  overflow: hidden;
}

.Provide-One__left {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  min-height: 705px;
}

.Provide-One__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.provide-one__sopport {
  position: absolute;
  max-width: 375px;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 34px 48px 38px;
  border-top-left-radius: 16px;
  background-color: var(--second-color);
}

.provide-one__support-icon {
  position: relative;
  display: inline-block;
}

.provide-one__support-icon span {
  font-size: 66px;
  color: #0e2207;
}

.provide-one__support-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.04em;
  color: #0e2207;
  margin-left: 17px;
}

.Provide-One__right {
  position: relative;
  display: block;
  float: right;
  width: 50%;
  padding-left: 120px;
  background-color: var(--primary-color);
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 1;
}

.provide-one__bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.07;
  z-index: -1;
}

.provide-one__bg-shape img {
  width: auto;
}

.Provide-One .section-title {
  margin-bottom: 61px;
}

.Provide-One .section-title__tagline {
  color: #9dbe91;
}

.Provide-One .section-title__title {
  color: var(--primary-color);
}

.Provide-One__content {
  position: relative;
  display: block;
  max-width: 465px;
  width: 100%;
}

.Provide-One__text {
  color: #9dbe91;
  padding-bottom: 30px;
}

.Provide-One__progress-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .Provide-One__progress-wrap {
    -ms-grid-columns: (300px) [2];
    grid-template-columns: repeat(2, 300px);
  }
}

.Provide-One__progress {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Provide-One__progress-box {
  position: relative;
  display: inline-block;
}

.Provide-One__progress-content h3 {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  margin-left: 20px;
  text-transform: uppercase;
  font-family: var(--title-font);
}

.section-title.text-left.text-white h2 {
  color: #fff;
}

.Provide-One-progress {
  width: 100px;
  height: 100px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: transparent;
  text-align: center;
  line-height: 110px;
  margin: 7px;
}

.Provide-One-progress::after {
  content: "%";
}

.Provide-One-progress .title {
  position: relative;
  z-index: 100;
}

.Provide-One-progress .overlay {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
}

.Provide-One-progress .left,
.Provide-One-progress .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid var(--second-color);
  border-radius: 100px 0px 0px 100px;
  border-right: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.Provide-One-progress .left {
  -webkit-animation: load1 1s linear forwards;
  animation: load1 1s linear forwards;
}

.Provide-One-progress:nth-of-type(2) .right,
.Provide-One-progress:nth-of-type(3) .right {
  -webkit-animation: load2 0.5s linear forwards 1s;
  animation: load2 0.5s linear forwards 1s;
}

.Provide-One-progress:last-of-type .right,
.Provide-One-progress:first-of-type .right {
  -webkit-animation: load3 0.8s linear forwards 1s;
  animation: load3 0.8s linear forwards 1s;
}

@-webkit-keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes load2 {
  0% {
    z-index: 100;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    z-index: 100;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes load2 {
  0% {
    z-index: 100;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    z-index: 100;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@-webkit-keyframes load3 {
  0% {
    z-index: 100;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    z-index: 100;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}

@keyframes load3 {
  0% {
    z-index: 100;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    z-index: 100;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/

.team-one {
  position: relative;
  display: block;
  padding: 40px 0 90px;
  z-index: 1;
}

.team-two {
  padding-top: 120px;
}

section.team-one.team-two .section-title.text-center {
  margin-bottom: 4rem;
}

.team-one__shape-1 {
  position: absolute;
  bottom: 13px;
  left: 20px;
  -webkit-transform: translateY(66%);
  -ms-transform: translateY(66%);
  transform: translateY(66%);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  -o-transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease,
    -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.team-one__single:hover .team-one__shape-1 {
  visibility: visible;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.team-one__shape-1 img {
  width: auto;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.team-one__img-box {
  position: relative;
  display: block;
  border-radius: 50%;
  border-bottom-right-radius: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img-box {
  -webkit-box-shadow: 0px 10px 90px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 90px 0px rgba(0, 0, 0, 0.15);
}

.team-one__img {
  position: relative;
  display: block;
  border-radius: 50%;
  border-bottom-right-radius: 0;
  overflow: hidden;
  z-index: 1;
}

.team-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(14, 34, 7, 0.3);
  width: 0%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  border-radius: 50%;
  border-bottom-right-radius: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
}

.team-one__img img {
  width: 100%;
  border-radius: 50%;
  border-bottom-right-radius: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.team-one__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__icon {
  opacity: 0;
}

.team-one__icon a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--second-color);
  border-radius: 50%;
  border-bottom-right-radius: 0;
  color: #0e2207;
  font-size: 21px;
}

.team-one__social {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 10px 10px;
  background-color: var(--primary-color);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: 1;
}

.team-one__single:hover .team-one__social {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.team-one__social li {
  position: relative;
  display: block;
  z-index: 1;
}

.team-one__social li a {
  position: relative;
  display: block;
  z-index: 1;
}

.team-one__social li a strong {
  position: relative;
  font-size: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  border-bottom-right-radius: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__social li a:hover strong {
  color: #0e2207;
  background-color: var(--second-color);
}

.team-one__social-name {
  position: absolute;
  bottom: 0;
  left: -95px;
  background-color: #fff;
  font-size: 14px;
  color: #0e2207;
  line-height: 14px;
  padding: 6px 15px 6px;
  padding-right: 45px;
  border-radius: 13px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.team-one__social li a:hover .team-one__social-name {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.team-one__content {
  position: relative;
  display: block;
  text-align: right;
  margin-top: 25px;
}

.team-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}

.team-one__title a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__title a:hover {
  color: var(--primary-color);
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
  position: relative;
  display: block;
  background-color: #f8f6f1;
  padding: 120px 0 145px;
  z-index: 1;
}

.testimonial-three__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 434px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.testimonial-three__left {
  position: relative;
  display: block;
  z-index: 15;
}

.testimonial-three__right {
  position: relative;
  display: block;
  margin-top: 39px;
}

.testimonial-three__carousel {
  position: relative;
  display: block;
}

.testimonial-three__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-three__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
}

.testimonial-three__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.testimonial-three__carousel .testimonial-one__client-img img {
  border: 5px solid #f8f6f1;
}

.testimonial-three__carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 50px;
  left: -400px;
  margin: 0;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 50%;
  color: rgba(14, 34, 7, 0.2);
  background-color: transparent;
  border: 2px solid rgba(14, 34, 7, 0.2);
  font-size: 25px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 50%;
  color: rgba(14, 34, 7, 0.2);
  background-color: transparent;
  border: 2px solid rgba(14, 34, 7, 0.2);
  font-size: 25px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-three__carousel.owl-theme .owl-nav button svg {
  font-size: 25px;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover {
  color: rgba(14, 34, 7, 1);
  border: 2px solid rgba(14, 34, 7, 1);
}

/*SINGLE POST*/

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}

.blog-details__img img {
  width: 100%;
  border-radius: 10px;
  height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--primary-color);
  text-align: center;
  padding: 21px 24px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}

.blog-details__date p {
  font-size: 16px;
  color: #fff;
  font-weight: 800;
  line-height: 16px;
}

.blog-details__date span {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  line-height: 12px;
  text-transform: uppercase;
}

/*PAGE SHOWROOM*/

section.showroom-inner {
  padding: 8rem 0;
}

.title-home.title-showroom h2 {
  font-size: 3.6rem;
}

.block-showroom-box {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.showroom-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  border: 2px solid var(--second-color);
  padding: 2.5rem;
}

.block-showroom,
.block-chinhanh {
  margin-bottom: 5rem;
}

section.showroom-inner .title-home {
  margin-bottom: 3rem;
}

.showroom-item div span {
  font-family: var(--third-font);
  margin-right: 5px;
}

.showroom-item > div {
  font-size: 14px;
  margin-bottom: 8px;
}

.showroom-item > div:last-child {
  margin-bottom: 0;
}

h3.title-location {
  margin-bottom: 25px;
}

h3.title-location span {
  position: relative;
  font-family: var(--third-font);
  text-transform: uppercase;
  padding-left: 15px;
}

h3.title-location span:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 15px;
  background: var(--second-color);
  top: 3px;
  left: 0;
}

.block-phanphoi-location {
  margin-top: 5rem;
}

.location-item {
  border: 1px dashed var(--second-color);
  padding: 25px;
  margin-bottom: 30px;
  font-size: 14px;
}

.location-item div span {
  font-family: var(--third-font);
  margin-right: 5px;
}

.location-item div {
  margin-bottom: 8px;
}

.location-item div:last-child {
  margin-bottom: 0;
}

/*Pagination*/
.pagination .page,
.pagination .first,
.pagination .previous,
.pagination .next,
.pagination .last {
  padding: 8px;
}

.pagination .page {
  padding: 8px 16px;
  border: 1px solid #000;
}

.pagination .selected {
  background-color: #03592e;
  color: #fff;
}

/*Zoom effect*/
.zoom {
  transition: transform 0.2s;
  width: 100%;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.2);
}

/*Category box*/
.category-box {
  border-bottom: 1px solid #afafac;
}
.category-box .border-bt-box {
  background-color: var(--primary-color);
  width: 20%;
  height: 3px;
}
