/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap");
:root {
  --primary: #c7780e;
  --secondary: #043a60;
  --white: #ffffff;
  --black: #000000;
  --error: #C72929;
  --red: #d52212;
  --yelow: #ffca3b;
  --blue: #0f2444;
  --blue-2: #2038a5;
  --brown: #a3723e;
  --color-text: #666666;
  --color-text-2: #cdcdcd;
  --color-text-3: #999999;
  --color-text-4: #58595c;
  --color-text-5: #928f8e;
  --color-text-6: rgb(153, 153, 153);
  --color-text-7: #777777;
  --color-text-8: #10172c;
  --color-text-9: #bababa;
  --color-text-10: #6d6d6d;
  --color-text-title: #000001;
  --color-text-title-2: #121315;
  --color-text-title-3: #1a191d;
  --color-text-title-4: #0d0b0a;
  --line: #4b4d4f;
  --line-2: #404144;
  --line-3: #ebebeb;
  --line-4: #d7d7d7;
  --line-5: #3e4042;
  --line-6: #484a4c;
  --line-7: #FFFFFF26;
  --line-8: #c5c5c5;
  --line-9: #4b4d4f;
  --line-10: #f78d62;
  --line-11: #e1e1e2;
  --line-12: #535457;
  --color-bg-1: #2e3033;
  --color-bg-2: #f0f0f0;
  --color-bg-3: #353739;
  --color-bg-4: #f1f1f1;
  --color-bg-5: #043a6085;
  --color-bg-6: rgba(0, 0, 0, 0.502);
  --color-bg-7: #f4eae0;
  --color-bg-8: #f5f5f5;
  --color-bg-9: rgba(255, 255, 255, 0.502);
  --color-bg-10: rgba(255, 255, 255, 0.149);
  --color-bg-11: #303134;
  --color-bg-12: #E6E6E6;
  --color-bg-13: rgba(255, 255, 255, 0.302);
  --color-bg-14: rgba(18, 19, 21, 0.702);
  --color-bg-15: #f8f8f8;
  --color-bg-16: #f4f4f4;
  --color-bg-17: #c7c7c8;
}

/*---------- Reset css styles ----------- */
title html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: var(--white);
}

body::-webkit-scrollbar {
  display: none;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: none;
}

a img {
  border: 0;
}

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

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--on-suface-container);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

svg,
svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Elements
-------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/* List */
ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */
table,
th,
td {
  border: 1px solid #343444;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 8px 12px;
}

/* Media */
embed,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
  line-height: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

input[type=checkbox] {
  display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  vertical-align: sub;
  /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type=search] {
  outline: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #171412;
}

::-moz-placeholder {
  color: #171412;
  opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #171412;
}

/* Typography
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "DM Sans", sans-serif;
  color: var(--on-suface-container);
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  font-size: 70px;
  line-height: 70px !important;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 55px;
  line-height: 65px !important;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 45px;
  line-height: 55px !important;
  font-weight: 700;
}

h4,
.h4 {
  font-size: 35px;
  line-height: 45px !important;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 30px;
  line-height: 70px !important;
  font-weight: 700;
}

h6,
.h6 {
  font-size: 22px;
  line-height: 30px !important;
  font-weight: 700;
}

/* link style
-------------------------------------------------------------- */
a {
  text-decoration: none;
  color: var(--secondary);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: var(--primary);
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* tf-container
-------------------------------------------------------------- */
.tf-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1200px;
  width: 100%;
}
.tf-container .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.tf-container .row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.tf-container.w-1440 {
  max-width: 1440px;
}
.tf-container.w-1528 {
  max-width: 1528px;
}
.tf-container.w-1540 {
  max-width: 1540px;
}
.tf-container.w-1564 {
  max-width: 1564px;
}
.tf-container.w-1568 {
  max-width: 1568px;
}
.tf-container.w-1600 {
  max-width: 1600px;
}
.tf-container.w-1650 {
  max-width: 1650px;
}
.tf-container.w-1794 {
  max-width: 1794px;
}
.tf-container.w-1800 {
  max-width: 1800px;
}
.tf-container.w-1806 {
  max-width: 1806px;
}
.tf-container.w-1808 {
  max-width: 1808px;
}
.tf-container.w-1810 {
  max-width: 1810px;
}
.tf-container.w-1830 {
  max-width: 1830px;
}
.tf-container.w-1870 {
  max-width: 1870px;
}
.tf-container.w-1890 {
  max-width: 1890px;
}
.tf-container.full {
  max-width: 100vw;
}

/* Extra classes
-------------------------------------------------------------- */
.hidden {
  display: none;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed !important;
}

.position-unset {
  position: unset !important;
}

.z-5 {
  z-index: 5;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.w-1530 {
  max-width: 1530px !important;
  width: 100%;
}

.w-1560 {
  max-width: 1560px !important;
  width: 100%;
}

.w-full {
  max-width: 100% !important;
  width: 100%;
}

.fw5 {
  font-weight: 500 !important;
}

.fw6 {
  font-weight: 600 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fw8 {
  font-weight: 800 !important;
}

.body-3 {
  font-size: 20px;
  line-height: 30px;
}

.body-2 {
  font-size: 18px;
  line-height: 30px;
}

.caption-1 {
  font-size: 14px;
  line-height: 26px;
}

.text-btn {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.color-primary {
  color: var(--primary) !important;
}

.color-white {
  color: var(--white) !important;
}

.color-secondary {
  color: var(--secondary) !important;
}

.color-text {
  color: var(--color-text) !important;
}

.color-text-2 {
  color: var(--color-text-2) !important;
}

.color-text-3 {
  color: var(--color-text-3) !important;
}

.color-text-title-2 {
  color: var(--color-text-title-2) !important;
}

.color-blue {
  color: var(--blue) !important;
}

.color-line-4 {
  color: var(--line-4) !important;
}

.bg-color-white {
  background-color: var(--white) !important;
}

.bg-color-secondary {
  background-color: var(--secondary) !important;
}

.bg-color-primary {
  background-color: var(--primary) !important;
}

.bg-color-2 {
  background-color: var(--color-bg-2) !important;
}

.bg-color-12 {
  background-color: var(--color-bg-12) !important;
}

.lsp-0 {
  letter-spacing: 0 !important;
}

.lsp-1 {
  letter-spacing: 1px !important;
}

.lsp-2 {
  letter-spacing: 2px !important;
}

.pb-31 {
  padding-bottom: 31px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-69 {
  padding-bottom: 69px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-100 {
  font-size: 100px !important;
}

.mt-20 {
  margin-top: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-66 {
  margin-top: 66px;
}

.mt-77 {
  margin-top: 77px !important;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-19 {
  margin-bottom: 19px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-29 {
  margin-bottom: 29px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-31 {
  margin-bottom: 31px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-37 {
  margin-bottom: 37px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-41 {
  margin-bottom: 41px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.mb-43 {
  margin-bottom: 43px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.mb-49 {
  margin-bottom: 49px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.mb-53 {
  margin-bottom: 53px !important;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.mb-57 {
  margin-bottom: 57px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.mb-59 {
  margin-bottom: 59px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-63 {
  margin-bottom: 63px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-67 {
  margin-bottom: 67px !important;
}

.mb-69 {
  margin-bottom: 69px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-86 {
  margin-bottom: 86px !important;
}

.mb-89 {
  margin-bottom: 89px !important;
}

.mb-93 {
  margin-bottom: 93px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-11 {
  gap: 11px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-36 {
  gap: 36px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-43 {
  gap: 43px !important;
}

.gap-56 {
  gap: 56px !important;
}

.gap-68 {
  gap: 68px !important;
}

.gap-70 {
  gap: 70px !important;
}

.gap-77 {
  gap: 77px;
}

.gap-89 {
  gap: 30px;
}

.gap-98 {
  gap: 30px;
}

.gap-105 {
  gap: 105px;
}

.gap-167 {
  gap: 167px;
}

.rg-7 {
  row-gap: 7px !important;
}

.rg-20 {
  row-gap: 20px !important;
}

.rg-30 {
  row-gap: 30px !important;
}

.rg-45 {
  row-gap: 45px;
}

.rg-49 {
  row-gap: 49px;
}

.rg-50 {
  row-gap: 50px;
}

.rg-57 {
  row-gap: 57px !important;
}

.rg-64 {
  row-gap: 64px !important;
}

.rg-70 {
  row-gap: 70px !important;
}

.rg-77 {
  row-gap: 77px !important;
}

.pr-80 {
  padding-right: 30px !important;
}

/*------------ Components ---------------- */
/*------------ header ---------------- */
.topbar {
  position: relative;
  z-index: 100;
}
.topbar .topbar-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1621px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--secondary);
}
.topbar .topbar-inner.w-1800 {
  max-width: 1800px !important;
  width: 100%;
}
.topbar .topbar-inner.w-1820 {
  max-width: 1800px !important;
  width: 100%;
}
.topbar .topbar-inner .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
}
.topbar .topbar-inner .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
}
.topbar .topbar-inner .language {
  border-left: 1px solid var(--color-text-3);
  padding-left: 30px;
}
.topbar .topbar-inner .tf-socials .social-item {
  gap: 15px;
}
.topbar .topbar-inner .tf-socials .social-item .description {
  color: var(--color-text-3);
  font-family: "Barlow", sans-serif;
}
.topbar .topbar-inner .text {
  position: relative;
  color: var(--white);
  padding-left: 20px;
}
.topbar .topbar-inner .text::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.topbar.bg-color-secdonary {
  background-color: var(--secondary);
}
.topbar.style-w-full .topbar-inner {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.topbar.style-w-full .text {
  font-family: "Barlow", sans-serif;
  padding-left: 23px;
  letter-spacing: 0.15px;
}
.topbar.style-w-full .tf-socials {
  gap: 32px;
}
.topbar.h-electrical {
  background-image: linear-gradient(180deg, #FFD76E 0%, #FFC221 100%);
}
.topbar.h-electrical .topbar-inner {
  background-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
}
.topbar.h-electrical .topbar-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 13px;
}
.topbar.h-electrical .topbar-item .icon {
  width: 33px;
  height: 33px;
  background-color: var(--secondary);
  border-radius: 999px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbar.h-electrical .topbar-item .icon i {
  color: var(--white);
}
.topbar.h-plumber {
  background-color: var(--blue);
}
.topbar.h-plumber .topbar-inner {
  background-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 27px;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--line);
}
.topbar.h-plumber .topbar-inner .text::before {
  background-color: var(--yelow);
}
.topbar.bg-8 {
  background-color: var(--color-bg-2);
}
.topbar.bg-8 .topbar-inner {
  background-color: transparent;
}
.topbar.bg-8 .language .text-sort-value {
  color: var(--secondary);
}
.topbar.bg-8 .language i {
  color: var(--secondary) !important;
}
.topbar.bg-8 .tf-socials .social-item .description {
  color: var(--color-text);
}
.topbar.bg-color-white {
  background-color: var(--white);
}
.topbar.bg-color-white .topbar-inner {
  background-color: transparent;
}
.topbar.bg-color-white .language .text-sort-value {
  color: var(--secondary);
}
.topbar.bg-color-white .language i {
  color: var(--secondary) !important;
}
.topbar.h-2 .tf-socials {
  gap: 33px;
}
.topbar.h-2 .post-social ul {
  gap: 5px !important;
}
.topbar.h-2 .post-social i {
  font-size: 14px !important;
}
.topbar.h-2 .right {
  gap: 18px;
}
.topbar.h-2 .language .btn-select span {
  padding-right: 7px !important;
}
.topbar.h-5 ul {
  gap: 5px !important;
}
.topbar.h-5 i {
  font-size: 14px !important;
}
.topbar.h-5 .right {
  gap: 18px;
}
.topbar.h-5 .language .btn-select span {
  padding-right: 7px !important;
}

.tf-socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 53px;
}
.tf-socials .social-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.tf-socials .social-item .icon {
  width: 53px;
  height: 53px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
}
.tf-socials .social-item .icon i {
  color: var(--white);
  font-size: 24px;
}
.tf-socials .social-item .icon svg {
  color: var(--white);
}
.tf-socials .social-item .title {
  color: var(--color-text-3);
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.7px;
}
.tf-socials .social-item .description {
  color: var(--white);
  letter-spacing: 0.25px;
}
.tf-socials .social-item.bg-color-secondary {
  background-color: var(--secondary);
  padding: 24px 50px;
}
.tf-socials .social-item.no-bg {
  background-color: transparent;
  padding: 24px 50px;
  border-left: 1px solid var(--line-7);
}
.tf-socials .social-item.bg-color-yelow .icon {
  background-color: var(--yelow);
}
.tf-socials .social-item.bg-color-yelow .icon i {
  color: var(--color-text-title-2);
}
.tf-socials .social-item.bg-icon-red .icon {
  background-color: var(--red);
}
.tf-socials .social-item.bg-icon-brown .icon {
  background-color: var(--brown);
}
.tf-socials .social-item.no-bg-icon .icon {
  background-color: transparent;
}
.tf-socials .social-item.no-bg-icon .icon i {
  color: var(--secondary) !important;
}
.tf-socials.style-small {
  gap: 38px;
}
.tf-socials.style-small .social-item {
  gap: 14px;
}
.tf-socials.style-small .social-item .icon {
  width: 32px;
  height: 32px;
}
.tf-socials.style-small .social-item .icon i {
  color: var(--white);
  font-size: 16px;
}
.tf-socials.style-small .social-item .icon svg {
  color: var(--white);
}
.tf-socials.style-small .social-item .description {
  line-height: 30px;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.15px;
}
.tf-socials.style-icon-color-white .social-item .icon {
  background-color: var(--color-bg-3);
}
.tf-socials.style-icon-color-white .social-item .icon i {
  color: var(--white);
}
.tf-socials.style-icon-color-white .social-item .description {
  color: var(--white) !important;
}

.language {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 14px;
}
.language .image {
  max-width: 28px;
  width: 100%;
}
.language .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.language .title {
  color: var(--color-text-3);
  letter-spacing: 0.4px;
}
.language .tf-dropdown-sort .btn-select span {
  color: var(--white);
}
.language .tf-dropdown-sort .btn-select i {
  color: var(--white);
}
.language .tf-dropdown-sort span {
  cursor: pointer;
}
.language .tf-dropdown-sort .text-value-item {
  font-size: 16px;
}
.language .dropdown-menu {
  padding: 10px 0;
}
.language .dropdown-menu .select-item {
  cursor: pointer;
}
.language .dropdown-menu .select-item span {
  padding: 0px 10px;
}
.language .dropdown-menu .select-item:hover {
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.language .dropdown-menu .select-item:hover span {
  color: var(--white);
}
.language.style-boder {
  width: 58px;
  height: 58px;
  background-color: transparent;
  border: 1px solid var(--line-4);
  border-radius: 999px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.language.style-boder .tf-dropdown-sort .btn-select span {
  color: var(--color-text-title-2);
}
.language.style-boder .tf-dropdown-sort .btn-select i {
  color: var(--color-text-title-2);
}

.logo-header img {
  max-width: 212px;
  width: 100%;
}
.logo-header.bg-color-primary {
  background-color: var(--primary);
  padding: 26px 55px;
}
.logo-header.bg-color-primary img {
  max-width: 188px;
}

.header {
  position: relative;
  z-index: 999;
}
.header .header-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
.header .header-content .header-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.header .header-content .header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.header .header-content.bg-color-white {
  background-color: var(--white);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.header .header-content.bg-color-white .item-link {
  color: var(--color-text-title-2) !important;
}
.header .header-content.bg-color-white .item-link::after {
  background-color: transparent;
  height: 4px;
  top: 0;
}
.header .header-content.bg-color-white .item-link:hover::after {
  background-color: var(--primary) !important;
}
.header .header-content.bg-color-white .item-icon a {
  height: 46px;
}
.header .header-content.bg-color-white .item-icon a i {
  color: var(--secondary);
}
.header .header-content.bg-color-white .nav-icon {
  gap: 30px;
}
.header .header-content.bg-color-white .nav-icon .nav-cart {
  border-left: 1px solid var(--color-text-2);
  padding-left: 30px;
}
.header .header-content.bg-color-white .mobile-button span {
  background-color: var(--secondary);
}
.header .header-content.w-1800 {
  max-width: 1800px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header .header-top {
  padding-top: 57px;
  padding-bottom: 57px;
}
.header .header-top .header-content {
  max-width: 1620px;
}
.header .header-top .header-content .header-right {
  gap: 103px;
}
.header .header-bottom .header-content {
  max-width: 1620px;
}
.header .header-bottom .header-content .header-right {
  gap: 51px;
}
.header .header-bottom .nav-search {
  margin-top: -10px;
}
.header .header-bottom .nav-btn {
  margin-top: -13px;
}
.header .header-bottom .nav-btn .tf-btn {
  gap: 31px;
}
.header.bg-color-secdonary {
  background-color: var(--secondary);
}
.header.bg-color-secdonary .current-menu-item .item-link::after {
  background-color: var(--primary) !important;
}
.header.style-2 {
  z-index: 9;
}
.header.style-2 .logo-header {
  max-width: 182px;
}
.header.style-2 .header-content {
  max-width: 1620px;
  padding-left: 15px;
  padding-right: 15px;
}
.header.style-2 .header-content.w-full {
  max-width: 100%;
}
.header.style-2 .header-content .header-right {
  gap: 70px;
}
.header.style-2 .header-content .menu-primary-menu {
  gap: 32px;
}
.header.style-2 .header-content .menu-item {
  padding-bottom: 0 !important;
}
.header.style-2 .header-content .menu-item.menu-item-has-children .item-link {
  padding-right: 21px !important;
}
.header.style-2 .header-content .menu-item .item-link {
  line-height: 100px !important;
}
.header.style-2 .header-content .menu-item .item-link::after {
  top: auto !important;
  bottom: 0 !important;
  height: 4px !important;
  background-color: transparent !important;
}
.header.style-2 .header-content .menu-item.current-menu-item .item-link::after, .header.style-2 .header-content .menu-item:hover .item-link::after {
  background-color: var(--primary) !important;
}
.header.style-2 .nav-search {
  margin-top: 0;
}
.header.style-2 .nav-btn {
  margin-top: 0;
}
.header.bg-no-color {
  background-color: transparent;
}
.header.bg-color-white {
  background-color: var(--white);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.header.bg-color-white .menu-item {
  padding-bottom: 0;
}
.header.bg-color-white .item-link {
  color: var(--secondary) !important;
}
.header.bg-color-white .item-link::after {
  background-color: transparent !important;
  height: 3px;
  top: 0 !important;
}
.header.bg-color-white .item-link:hover::after {
  background-color: var(--primary) !important;
}
.header.bg-color-white .mobile-button span {
  background-color: var(--secondary);
}
.header.bg-color-white.bg-color-white-2 .item-link::after {
  background-color: transparent;
  height: 4px;
  top: auto !important;
  bottom: 0 !important;
}
.header.style-3 {
  border: 1px solid var(--line-4);
}
.header.style-3 .header-content {
  justify-content: start;
}
.header.style-3 .header-left {
  padding: 34px 35px;
  border-right: 1px solid var(--line-4);
  width: 17.7%;
}
.header.style-3 .header-left .logo-header {
  background-color: var(--secondary);
  max-width: 100%;
  width: 100%;
  padding: 35px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.style-3 .header-left .logo-header img {
  max-height: 44px;
}
.header.style-3 .header-middle {
  width: 64.6%;
}
.header.style-3 .header-middle .header-top {
  padding-top: 16px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line-4);
  padding-left: 35px;
  padding-right: 23px;
}
.header.style-3 .header-middle .left {
  padding-left: 35px;
}
.header.style-3 .header-middle .right {
  gap: 35px;
}
.header.style-3 .header-middle .post-social ul {
  gap: 5px;
}
.header.style-3 .header-middle .post-social i {
  font-size: 14px;
}
.header.style-3 .header-bottom .tf-socials {
  padding: 27px 33px;
  border-left: 1px solid var(--line-4);
}
.header.style-3 .header-bottom .tf-socials .social-item .title {
  margin-top: -5px;
  letter-spacing: 0.15px;
  padding-bottom: 6px;
}
.header.style-3 .header-right {
  padding: 34px 35px;
  border-left: 1px solid var(--line-4);
  width: 17.7%;
}
.header.style-3 .header-right a {
  max-width: 269px;
  width: 100%;
  height: 115px;
  background-color: var(--primary);
  color: var(--white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.style-3 .menu-item-has-children .item-link {
  padding-right: 20px !important;
}
.header.style-3 .item-link {
  line-height: 107px !important;
}
.header.style-3 .nav-search {
  margin-top: 0;
}
.header.style-3 .nav-btn {
  margin-top: 0;
}
.header.style-3 .menu-primary-menu {
  gap: 32px;
}
.header.style-3 .header-btn {
  letter-spacing: 1.4px;
}
.header.style-3 .current-menu-item .item-link::after {
  background-color: var(--primary) !important;
}
.header.bg-4 {
  background-color: var(--color-bg-4);
}
.header.bg-4 .logo-header {
  padding: 28px 30px 28px 31px;
  background-color: var(--primary);
}
.header.bg-4 .logo-header img {
  max-width: 39px;
}
.header.bg-4 .menu-item {
  padding-bottom: 0;
}
.header.bg-4 .item-link {
  color: var(--secondary) !important;
  padding-right: 10px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
}
.header.bg-4 .item-link::after {
  background-color: transparent !important;
  height: 4px !important;
  top: auto !important;
  bottom: 0;
}
.header.bg-4 .item-link:hover::after {
  background-color: var(--primary) !important;
}
.header.bg-4 .mobile-button span {
  background-color: var(--secondary);
}
.header.bg-4 .item-icon i {
  color: var(--secondary);
}
.header.bg-4 .header-right {
  gap: 0 !important;
}
.header.bg-4 .header-btn {
  padding: 39px 68px 40px 66px;
  letter-spacing: 1.4px;
}
.header.bg-4 .nav-icon {
  gap: 13px;
}
.header.bg-4 .nav-icon .nav-cart .number {
  top: -10px;
  right: -11px;
}
.header.bg-5 {
  background-color: var(--color-bg-5);
}
.header.bg-5 .logo-header {
  padding: 28px 30px 28px 31px;
  background-color: var(--primary);
}
.header.bg-5 .logo-header img {
  max-width: 39px;
}
.header.bg-5 .menu-item {
  padding-bottom: 0;
}
.header.bg-5.menu-item-has-children .item-link {
  padding-right: 10px !important;
}
.header.bg-5 .item-link {
  color: var(--white) !important;
  text-transform: uppercase;
  font-weight: 600 !important;
}
.header.bg-5 .item-link::after {
  background-color: transparent !important;
  height: 4px !important;
  top: auto !important;
  bottom: 0;
}
.header.bg-5 .item-link:hover::after {
  background-color: var(--primary) !important;
}
.header.bg-5 .mobile-button span {
  background-color: var(--white);
}
.header.bg-5 .nav-search i {
  color: var(--white) !important;
}
.header.bg-5 .canvas-btn {
  width: 100px;
  height: 100px;
  background-color: var(--white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.bg-5 .item-icon i {
  color: var(--secondary);
}
.header.bg-5 .nav-btn .header-btn {
  background-color: var(--primary);
  color: var(--white);
  padding: 39px 69px 40px 68px;
}
.header.bg-5 .header-right {
  gap: 0 !important;
}
.header.bg-6 {
  background-color: rgba(0, 0, 0, 0.502);
}
.header.bg-6 .item-link::after {
  background-color: transparent !important;
}
.header.bg-6 .item-link:hover::after {
  background-color: var(--primary) !important;
}
.header.header-h-architecture {
  background-color: var(--white);
}
.header.header-h-architecture .logo-header img {
  max-width: 158px;
}
.header.header-h-architecture .nav-icon {
  gap: 18px;
  margin-left: 18px;
}
.header.header-h-architecture .language-header {
  margin-left: 62px;
}
.header.header-h-architecture .current-menu-item .item-link {
  padding-left: 43px !important;
}
.header.header-h-architecture .current-menu-item .item-link::after {
  opacity: 1 !important;
  visibility: visible !important;
  background-color: var(--color-text-title-2) !important;
}
.header.header-h-architecture .mobile-button span {
  background-color: var(--secondary);
}
.header.header-h-electrical .header-top {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: var(--white);
}
.header.header-h-electrical .header-top .header-content {
  padding-left: 15px;
  padding-right: 15px;
}
.header.header-h-electrical .social-item.bg-color-secondary {
  background-color: var(--secondary);
  padding: 28.5px 37px;
}
.header.header-h-electrical .social-item.bg-color-secondary .icon {
  background-color: transparent;
  width: max-content;
}
.header.header-h-electrical .social-item.bg-color-secondary .icon i {
  font-size: 56px;
  color: var(--yelow);
}
.header.header-h-electrical .social-item.bg-color-secondary .title {
  margin-top: -4px;
  margin-bottom: 7px;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  color: var(--color-text);
}
.header.header-h-electrical .social-item.bg-color-secondary .description {
  font-size: 26px;
  font-weight: 500;
}
.header.header-h-electrical .header-bottom .header-content {
  border-bottom: 5px solid var(--yelow);
  padding-left: 37px;
  padding-right: 60px;
}
.header.header-h-plumber {
  background-color: var(--blue);
}
.header.header-h-plumber .header-content {
  padding-left: 15px;
  padding-right: 15px;
}
.header.header-h-plumber .item-link {
  color: var(--white) !important;
}
.header.header-h-roofing .header-left {
  padding: 56px 45px;
}
.header.header-h-roofing .logo-header {
  background-color: transparent !important;
  padding: 0 !important;
}
.header.header-h-roofing .logo-header img {
  min-height: unset;
}
.header.header-h-roofing .item-link {
  line-height: 80px !important;
}
.header.header-h-roofing .header-middle {
  width: 82%;
}
.header.header-h-roofing .header-bottom .tf-socials {
  padding: 14px 35px !important;
}
.header.header-h-roofing .header-bottom .header-btn {
  padding: 30px 70px;
  background-color: var(--red);
}
.header.header-h-roofing .right .post-social {
  padding-right: 28px;
  position: relative;
}
.header.header-h-roofing .right .post-social::before {
  content: "";
  position: absolute;
  top: -17px;
  right: 0;
  height: 76px;
  width: 1px;
  background-color: var(--line-4);
}
.header.header-h-roofing .right .nav-icon {
  gap: 28px;
  padding-left: 30px;
}
.header.header-h-roofing .right .nav-icon .item-icon {
  padding-right: 28px;
  border-right: 1px solid var(--line-4);
}
.header.header-h-roofing .right .nav-icon .item-icon:last-child {
  padding-right: 0;
  border-right: 0;
}
.header.header-h-wood-workshop .header-content {
  padding-left: 15px;
  padding-right: 15px;
}
.header.header-h-wood-workshop .menu-primary-menu {
  gap: 50px !important;
}
.header.header-h-wood-workshop .header-top {
  padding-top: 35px;
  padding-bottom: 91px;
  background-image: url(../image/section/bg-header-wood.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header.header-h-wood-workshop .header-bottom {
  margin-top: -50px;
}
.header.header-h-wood-workshop .header-bottom .header-content {
  background-color: var(--color-bg-7);
  padding: 0 60px 0 58px;
  position: relative;
}
.header.header-h-wood-workshop .header-bottom .header-content .dot-header {
  width: 5px;
  height: 5px;
  background-color: var(--brown);
  position: absolute;
}
.header.header-h-wood-workshop .header-bottom .header-content .dot-header.dot1 {
  top: 12px;
  left: 12px;
}
.header.header-h-wood-workshop .header-bottom .header-content .dot-header.dot2 {
  top: 12px;
  right: 12px;
}
.header.header-h-wood-workshop .header-bottom .header-content .dot-header.dot3 {
  bottom: 12px;
  left: 12px;
}
.header.header-h-wood-workshop .header-bottom .header-content .dot-header.dot4 {
  bottom: 12px;
  right: 12px;
}
.header.header-h-wood-workshop .header-bottom .menu-item {
  padding-bottom: 0;
}
.header.header-h-wood-workshop .header-bottom .menu-item .item-link {
  line-height: 100px;
  padding-right: 0;
  color: var(--color-text-title-4);
}
.header.header-h-wood-workshop .header-bottom .menu-item .item-link::after {
  content: "\e93b";
  width: max-content;
  height: max-content;
  font-family: "icomoon";
  top: 40%;
  transform: translateY(-50%);
  left: -19px;
  color: var(--brown);
  font-size: 19px;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
}
.header.header-h-wood-workshop .header-bottom .menu-item:hover .item-link {
  color: var(--brown);
}
.header.header-h-wood-workshop .header-bottom .menu-item:hover .item-link::after {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.header.header-h-wood-workshop .header-bottom .sub-menu-home {
  height: calc(100vh - 201px) !important;
}
.header.header-h-wood-workshop .header-bottom .sub-menu .sub-menu-item:hover .item-link-2 {
  color: var(--brown) !important;
}
.header.header-h-wood-workshop .header-bottom .sub-menu .sub-menu-item:hover .item-link-2::after {
  background-color: var(--brown) !important;
}
.header.header-h-wood-workshop .header-bottom .current-menu-item .item-link {
  color: var(--brown);
}
.header.header-h-wood-workshop .header-bottom .current-menu-item .item-link::after {
  top: 50%;
  background-color: transparent !important;
  opacity: 1;
  visibility: visible;
}
.header.header-h-wood-workshop .header-bottom .current-item .item-link-2 {
  color: var(--brown) !important;
}
.header.header-h-wood-workshop .header-bottom .current-item .item-link-2::after {
  background-color: var(--brown) !important;
}
.header.header-h-wood-workshop .nav-icon {
  gap: 30px;
}
.header.header-h-wood-workshop .nav-icon .item-icon i {
  color: #27201c;
}
.header.header-h-wood-workshop .nav-icon .item-icon.nav-search {
  padding-right: 30px;
  border-right: 1px solid #d5ccc3;
}
.header.header-h-wood-workshop .mobile-button span {
  background-color: #27201c;
}
.header.h-8 {
  border: none;
}
.header.h-8 .header-content .menu-item {
  padding-bottom: 0 !important;
}
.header.h-8 .header-content .menu-item .item-link {
  line-height: 103px !important;
}
.header.h-8 .header-content .menu-item .item-link::after {
  height: 4px;
  background-color: transparent;
}
.header.h-8 .header-content .menu-item:hover .item-link::after {
  background-color: var(--primary);
}
.header.h-8 .header-left {
  padding: 0 !important;
  border: none;
  background-color: var(--white);
}
.header.h-8 .logo-header {
  background-color: transparent !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.h-8 .header-middel {
  max-width: max-content;
  width: 100%;
}
.header.h-8 .header-btn {
  max-width: 296px;
  height: 103px;
  padding: 0 97px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.header.h-8 .mobile-button span {
  background-color: var(--secondary);
}
.header.h-9 .header-content .menu-item .item-link {
  line-height: 101px !important;
}
.header.h-9 .header-content .menu-item .item-link::after {
  background-color: transparent;
}
.header.h-9 .header-content .menu-item:hover .item-link::after {
  background-color: var(--primary);
}
.header.h-9 .header-left {
  padding: 0 !important;
  border: none;
  max-width: 296px;
}
.header.h-9 .logo-header {
  background-color: transparent !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.h-9 .logo-header img {
  width: 176px !important;
}
.header.h-9 .header-middel {
  max-width: max-content;
  width: 100%;
}
.header.h-9 .header-btn {
  max-width: 296px;
  height: 101px;
  padding: 0 97px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.header.no-bg.header-bg {
  background-color: var(--secondary);
}

.nav-btn .header-btn {
  background-color: var(--primary);
  color: var(--white);
  padding: 39px 65px 40px 66px;
  letter-spacing: 1.2px;
}

.canvas-btn {
  width: 100px;
  height: 100px;
  background-color: var(--white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.canvas-btn.style-border {
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-4);
  border-radius: 999px;
  background-color: transparent;
}
.canvas-btn.style-border .dot-list {
  cursor: pointer;
  position: relative;
  height: 22px;
  width: 22px;
  overflow: visible;
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.canvas-btn.style-border .dot-list .dot {
  background-color: var(--color-text-title-2);
  width: 6px !important;
  height: 6px !important;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 10px;
  position: absolute;
}
.canvas-btn.style-border .dot-list .dot.dot1 {
  top: 0;
  left: 0;
}
.canvas-btn.style-border .dot-list .dot.dot2 {
  transition-delay: 300ms;
  top: 0;
  right: 0;
}
.canvas-btn.style-border .dot-list .dot.dot3 {
  bottom: 0;
  transition-delay: 200ms;
  left: 0;
}
.canvas-btn.style-border .dot-list .dot.dot4 {
  transition-delay: 100ms;
  bottom: 0;
  right: 0;
}
.canvas-btn.style-border:hover .dot.dot1 {
  top: 72% !important;
  left: 72% !important;
}
.canvas-btn.style-border:hover .dot.dot2 {
  top: 72% !important;
  right: 72% !important;
}
.canvas-btn.style-border:hover .dot.dot3 {
  bottom: 72% !important;
  left: 72% !important;
}
.canvas-btn.style-border:hover .dot.dot4 {
  bottom: 72% !important;
  right: 72% !important;
}

.header-btn:hover {
  background-color: var(--secondary) !important;
}

.nav-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.header-sticky {
  position: fixed;
  position: -webkit-fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.header-sticky.header-bg {
  opacity: 1;
  visibility: visible;
}
.header-sticky.bg-5 {
  background-color: var(--secondary) !important;
}

.menu-primary-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 50px;
}
.menu-primary-menu .menu-item {
  cursor: pointer;
  padding-bottom: 33px;
}
.menu-primary-menu .menu-item:not(.menu-item-has-children) {
  padding-right: 0;
}
.menu-primary-menu .menu-item.menu-item-has-children {
  padding-right: 0;
}
.menu-primary-menu .menu-item.menu-item-has-children .item-link {
  padding-right: 90px;
}
.menu-primary-menu .menu-item.menu-item-has-children .item-link::before {
  content: "\e930";
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "icomoon";
  font-size: 13px;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-primary-menu .menu-item.menu-item-has-children .item-link::after {
  width: 100%;
}
.menu-primary-menu .menu-item .item-link {
  color: var(--white);
  line-height: 60px;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  display: inline-block;
}
.menu-primary-menu .menu-item .item-link::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  background: var(--line);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-primary-menu .menu-item:hover .sub-menu-home,
.menu-primary-menu .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: rotateX(0deg);
}
.menu-primary-menu .menu-item:hover .item-link::before {
  transform: translateY(-50%) rotate(180deg);
}
.menu-primary-menu .menu-item:hover .item-link::after {
  background: var(--primary);
}
.menu-primary-menu.style-2 {
  gap: 0;
}
.menu-primary-menu.style-2 .menu-item {
  padding-bottom: 0;
}
.menu-primary-menu.style-2 .menu-item.menu-item-has-children .item-link::before {
  content: "/";
  font-weight: 700;
  right: 0;
}
.menu-primary-menu.style-2 .menu-item .item-link {
  color: var(--color-text-title-2);
  line-height: 100px;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0 23px;
}
.menu-primary-menu.style-2 .menu-item .item-link::after {
  width: 6px;
  height: 6px;
  background-color: var(--color-text-title-2) !important;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  opacity: 0;
  visibility: hidden;
}
.menu-primary-menu.style-2 .menu-item:hover .item-link {
  padding-left: 43px;
}
.menu-primary-menu.style-2 .menu-item:hover .item-link::before {
  transform: translateY(-50%);
}
.menu-primary-menu.style-2 .menu-item:hover .item-link::after {
  opacity: 1;
  visibility: visible;
}
.menu-primary-menu.home-electrical .menu-item .item-link {
  color: var(--white);
}
.menu-primary-menu.home-electrical .menu-item .item-link::after {
  content: "\e97d";
  width: 100%;
  height: 100%;
  left: 15px;
  color: var(--yelow);
  font-family: "icomoon";
  background-color: transparent !important;
}
.menu-primary-menu.home-electrical .menu-item.current-menu-item .item-link {
  padding-left: 43px;
}
.menu-primary-menu.home-electrical .menu-item.current-menu-item .item-link::after {
  opacity: 1;
  visibility: visible;
}
.menu-primary-menu.home-plumber .menu-item {
  padding: 0 23px;
}
.menu-primary-menu.home-plumber .menu-item .item-link {
  padding: 0;
}
.menu-primary-menu.home-plumber .menu-item .item-link::before {
  right: -26px !important;
}
.menu-primary-menu.home-plumber .menu-item .item-link::after {
  top: 23px;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--yelow) !important;
}
.menu-primary-menu.home-plumber .menu-item:hover .item-link {
  padding: 0;
}
.menu-primary-menu.home-plumber .menu-item:hover .item-link::after {
  background-color: var(--yelow) !important;
}
.menu-primary-menu.home-plumber .menu-item.current-menu-item .item-link::after {
  opacity: 1;
  visibility: visible;
}

.sub-menu-home {
  position: absolute;
  width: 100%;
  height: max-content;
  left: 0%;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: var(--white);
  z-index: 1000;
  pointer-events: none;
  overflow: auto;
  transform: rotateX(-90deg);
  transform-origin: top;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sub-menu-home ul {
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.sub-menu-home .item {
  padding: 10px;
  text-align: center;
  flex: 1 1 auto;
  max-width: 20%;
  width: 100%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-menu-home .item .image {
  margin-bottom: 20px;
  position: relative;
}
.sub-menu-home .item .image .img-home {
  position: relative;
  height: 100%;
  display: block;
}
.sub-menu-home .item .image .img-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-menu-home .item .image .img-home::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  backdrop-filter: blur(5px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-menu-home .item .image .list-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-menu-home .item .image .list-btn .tf-btn {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 5px;
}
.sub-menu-home .item .image .list-btn .tf-btn span {
  white-space: nowrap;
}
.sub-menu-home .item .image .list-btn .tf-btn:last-child {
  margin-bottom: 0;
}
.sub-menu-home .item .image:hover .img-home::before {
  height: 100%;
}
.sub-menu-home .item .image:hover .list-btn .tf-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sub-menu-home .item .name-home {
  color: var(--secondary);
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.sub-menu-home .item .name-home::after {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-menu-home .item:hover {
  border-color: var(--line-4);
}
.sub-menu-home .item:hover .image .img-home::before {
  height: 100%;
}
.sub-menu-home .item:hover .image .list-btn .tf-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sub-menu-home .item:hover .name-home::after {
  width: 100%;
  left: 0;
  right: auto;
}
.sub-menu-home .item.current-item-home {
  border-color: var(--line-4);
}
.sub-menu-home .item.current-item-home .name-home::after {
  width: 100%;
  left: 0;
  right: auto;
}

.sub-menu {
  position: absolute;
  background-color: var(--secondary);
  min-width: 290px;
  left: -25px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  padding: 10px 0;
  transform: rotateX(-90deg);
  transform-origin: top;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sub-menu .sub-menu-item {
  padding: 0 24px;
  position: relative;
}
.sub-menu .sub-menu-item.menu-item-has-children-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-menu .sub-menu-item.menu-item-has-children-2 i {
  transform: rotate(-90deg);
  color: var(--white);
}
.sub-menu .sub-menu-item .item-link-2 {
  display: inline-block;
  color: var(--color-text-title);
  position: relative;
  font-weight: 500;
  line-height: 35px;
  color: var(--white);
}
.sub-menu .sub-menu-item .item-link-2::after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-menu .sub-menu-item:first-child {
  padding-top: 0;
}
.sub-menu .sub-menu-item:last-child {
  padding-bottom: 0;
}
.sub-menu .sub-menu-item:hover .item-link-2 {
  color: var(--primary);
  padding-left: 20px;
}
.sub-menu .sub-menu-item:hover .item-link-2::after {
  opacity: 1;
  visibility: visible;
}
.sub-menu .sub-menu-item:hover i {
  color: var(--primary);
}
.sub-menu .sub-menu-item:hover .sub-menu-2 {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: rotateY(0deg);
}

.sub-menu-2 {
  position: absolute;
  background-color: var(--secondary);
  min-width: 230px;
  right: -100%;
  top: -32%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  padding: 10px 0;
  transform: rotateY(-90deg);
  transform-origin: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sub-menu-2 .sub-menu-item {
  padding: 0px 24px;
}
.sub-menu-2 .sub-menu-item a {
  display: inline-block;
  color: var(--color-text-title);
  position: relative;
  font-weight: 500;
  color: var(--white);
  line-height: 35px;
}
.sub-menu-2 .sub-menu-item a::after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-menu-2 .sub-menu-item:first-child {
  padding-top: 0;
}
.sub-menu-2 .sub-menu-item:last-child {
  padding-bottom: 0;
}
.sub-menu-2 .sub-menu-item:hover a {
  color: var(--primary);
  padding-left: 20px;
}
.sub-menu-2 .sub-menu-item:hover a::after {
  opacity: 1;
  visibility: visible;
}

.nav-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}

.item-icon a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-icon a i {
  color: var(--white);
  font-size: 24px;
}
.item-icon.bg-color-white a {
  width: 55px;
  height: 55px;
  background-color: var(--white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-icon.bg-color-white a i {
  color: var(--secondary);
}
.item-icon.bg-4 a {
  width: 55px;
  height: 55px;
  background-color: var(--color-bg-4);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-icon.bg-4 a i {
  color: var(--secondary);
}
.item-icon.style-border a {
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-4);
  background-color: transparent;
  border-radius: 999px;
}
.item-icon.style-border a i {
  color: var(--color-text-title-2);
}
.item-icon.style-border.nav-search a:hover {
  background-color: var(--color-text-title-2);
}
.item-icon.style-border.nav-search a:hover i {
  color: var(--white);
}

.nav-cart {
  position: relative;
}
.nav-cart .cart-btn {
  position: relative;
}
.nav-cart .cart-btn .number {
  position: absolute;
  color: var(--white);
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  top: 2px;
  right: -11px;
  border-radius: 50%;
}

.mobile-button a {
  display: block;
  width: 24px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.mobile-button span {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--white);
}
.mobile-button span:first-child {
  top: 0;
}
.mobile-button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-button span:last-child {
  bottom: 0;
}

.mobile-nav-wrap {
  max-width: 300px;
}
.mobile-nav-wrap .inner-mobile-nav {
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  z-index: 9999999;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-nav-wrap .inner-mobile-nav .mobile-nav-close {
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
}
.mobile-nav-wrap .inner-mobile-nav .mobile-nav-close svg {
  width: 15px;
  height: 15px;
}
.mobile-nav-wrap .inner-mobile-nav .top-header-mobi {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav-wrap .inner-mobile-nav a {
  color: var(--on-suface-container);
}
.mobile-nav-wrap .logo-mobile {
  max-width: 120px;
}
.mobile-nav-wrap .mobile-nav-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
}
.mobile-nav-wrap .socials-mobile .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 10px;
}
.mobile-nav-wrap .socials-mobile .socials-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item {
  width: 40px;
  height: 40px;
  border: 1px solid var(--Line);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item:first-child, .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(2), .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(3), .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(4) {
  border-right: 0;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item:hover {
  background-color: var(--On-Surface);
  border-color: var(--On-Surface);
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item:hover i {
  color: var(--White);
}

#menu-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
#menu-mobile > li {
  position: relative;
  border-bottom: 1px solid var(--line-4);
  cursor: pointer;
}
#menu-mobile > li a {
  padding: 5px 0;
}
#menu-mobile > li .sub-menu-mobile {
  border-radius: 8px;
  text-align: start;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 5px;
}
#menu-mobile > li .sub-menu-mobile .menu-item {
  padding: 0 10px;
}
#menu-mobile > li .sub-menu-mobile .sub-menu-mobile-2 a {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#menu-mobile > li .sub-menu-mobile.show {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
#menu-mobile > li .sub-menu-mobile li {
  cursor: pointer;
}
#menu-mobile > li .sub-menu-mobile li:last-child {
  border: none;
}
#menu-mobile li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}
#menu-mobile li.menu-item-has-children-mobile > a {
  position: relative;
}
#menu-mobile li.menu-item-has-children-mobile > a::after {
  content: "\e930";
  position: absolute;
  font-family: "icomoon";
  font-weight: 300;
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 50%;
  line-height: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu-mobile li.menu-item-has-children-mobile > a.collapsed::after {
  transform: translateY(-50%) rotate(0deg);
}
#menu-mobile li.menu-item-has-children-mobile > a:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}
#menu-mobile li.menu-item-has-children-mobile2 > a {
  position: relative;
}
#menu-mobile li.menu-item-has-children-mobile2 > a::after {
  content: "\e901";
  position: absolute;
  font-family: "icomoon";
  font-weight: 300;
  font-size: 7px;
  right: 0;
  top: 25%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu-mobile li.menu-item-has-children-mobile2 > a.collapsed::after {
  transform: rotate(0deg);
}
#menu-mobile li.menu-item-has-children-mobile2 > a:not(.collapsed)::after {
  transform: rotate(180deg);
}

.mobile-main-nav {
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.content-contact-moblile {
  margin-bottom: 10px;
}
.content-contact-moblile a i {
  font-size: 20px;
}

.tf-social-header-mobile .style-border .item a {
  border-color: var(--outline);
}

.contact-mobile .title {
  margin-bottom: 15px;
}

.current-menu-item .item-link::after {
  background-color: var(--primary) !important;
}

.current-item-home {
  border-color: var(--line-4) !important;
}
.current-item-home .name-home a::after {
  width: 100% !important;
  left: 0 !important;
  right: auto !important;
}

.current-item .item-link-2 {
  color: var(--primary) !important;
  padding-left: 20px;
}
.current-item .item-link-2::after {
  opacity: 1 !important;
  visibility: visible !important;
}
.current-item i {
  color: var(--primary) !important;
}

.current-item-2 a {
  color: var(--primary) !important;
  padding-left: 20px;
}
.current-item-2 a::after {
  opacity: 1 !important;
  visibility: visible !important;
}

.current-menu-mobile-item > a {
  color: var(--primary) !important;
}

/*------------ footer ---------------- */
.footer {
  background-image: url("../image/section/bg-footer.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .footer-top {
  padding-top: 119px;
  padding-bottom: 122px;
}
.footer .footer-top .title-footer {
  color: var(--white);
  margin-bottom: 18px;
  letter-spacing: 2.34px;
}
.footer .footer-top .text {
  color: var(--color-text-2);
  font-family: "Barlow", sans-serif;
  margin-bottom: 43px;
}
.footer .footer-top .tf-btn span {
  letter-spacing: 1.1px;
}
.footer .menu-footer-list {
  margin-bottom: 65px;
}
.footer .footer-middle {
  margin-bottom: 63px;
}
.footer .footer-bottom {
  margin-top: 28px;
}
.footer .address {
  padding-right: 40px;
}
.footer.style-2 {
  background-image: unset;
  background-color: var(--secondary);
  position: relative;
  overflow: hidden;
}
.footer.style-2 .img-item {
  position: absolute;
  bottom: -12px;
  right: 0;
}
.footer.style-2 .logo-footer {
  gap: 33px;
  max-width: 428px;
  width: 100%;
}
.footer.style-2 .logo-footer .logo {
  max-width: 209px;
}
.footer.style-2 .footer-top {
  padding-top: 97px;
  padding-bottom: 55px;
}
.footer.style-2 .footer-top .right {
  max-width: 470px;
  width: 100%;
}
.footer.style-2 .footer-middle {
  align-items: start;
  margin-top: 62px;
  margin-bottom: 52px;
}
.footer.style-2 .footer-list {
  padding-right: 0;
}
.footer.style-2 .line-footer::before, .footer.style-2 .line-footer::after {
  display: none;
}
.footer.style-2 .footer-bottom {
  margin-top: 31px;
}
.footer.style-3 {
  background-image: unset;
  background-color: var(--secondary);
  position: relative;
}
.footer.style-3 .footer-top {
  padding-top: 70px;
  padding-bottom: 68px;
}
.footer.style-3 .footer-middle {
  padding-top: 64px;
  padding-bottom: 49px;
  margin-bottom: 0;
  align-items: start;
}
.footer.style-3 .footer-middle .logo-footer {
  padding-top: 5px;
}
.footer.style-3 .img-item {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer.style-3 .social-item .title {
  padding-bottom: 3px;
}

.list-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.menu-footer-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0 51px;
  border-bottom: 1px solid var(--line-5);
  flex-wrap: wrap;
}
.menu-footer-list .item a {
  color: var(--white);
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-bottom: 40px;
  letter-spacing: 1px;
}
.menu-footer-list .item a::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-footer-list .item a:hover::before {
  width: 100%;
  left: 0;
}

.footer-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.logo-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 76px;
}
.logo-footer .text {
  color: var(--color-text-2);
  font-family: "Barlow", sans-serif;
}
.logo-footer .logo {
  max-width: 199px;
}

.footer-list .title {
  color: var(--white);
}
.footer-list .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.footer-list .item .icon i {
  color: var(--primary);
  font-size: 13px;
}
.footer-list .item span {
  color: var(--color-text-2);
  font-family: "Barlow", sans-serif;
}
.footer-list .item a {
  color: var(--color-text-2);
}
.footer-list .item:last-child {
  margin-bottom: 0;
}
.footer-list.subscribe {
  max-width: 370px;
}
.footer-list.subscribe .title {
  color: var(--white);
  margin-bottom: 20px;
}
.footer-list.subscribe p {
  color: var(--color-text-2);
  margin-bottom: 22px;
  font-family: "Barlow", sans-serif;
}

.footer-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 31px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.footer-bottom span {
  color: var(--color-text-2);
  font-family: "Barlow", sans-serif;
  text-align: center;
}
.footer-bottom ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 17px;
  flex-wrap: wrap;
}
.footer-bottom ul a {
  color: var(--color-text-2);
  display: block;
  font-family: "Barlow", sans-serif;
}
.footer-bottom ul a:hover {
  color: var(--primary);
}

.line-footer {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: var(--line-5);
}
.line-footer::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  top: -4px;
  left: 0;
}
.line-footer::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  top: -4px;
  right: 0;
}

.footer-icon-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 31px;
}
.footer-icon-item .icon {
  width: 81px;
  height: 81px;
  background-color: var(--primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-icon-item .icon i {
  color: var(--white);
  font-size: 37px;
  animation: ring 2s infinite;
  transform-origin: top center;
}
.footer-icon-item .content {
  width: calc(100% - 112px);
}
.footer-icon-item .content h4 {
  color: var(--white);
  margin-bottom: 7px;
  letter-spacing: 0.9px;
}
.footer-icon-item .content p {
  color: var(--color-text-3);
  font-family: "Barlow", sans-serif;
  padding-left: 2px;
}

.footer-content .title-mobile {
  color: var(--white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-content .title-mobile i {
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-content ul {
  margin-top: 24px;
}
.footer-content .support-item-footer {
  padding-bottom: 10px;
}
.footer-content .support-item-footer a {
  color: var(--color-text-2);
  position: relative;
  padding-left: 17px;
  font-family: "Barlow", sans-serif;
}
.footer-content .support-item-footer a::before {
  content: "\e97f";
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
  font-size: 16px;
  font-family: "icomoon";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--primary);
}
.footer-content .support-item-footer a:hover {
  color: var(--white);
}
.footer-content .support-item-footer a:hover::before {
  left: 1%;
  color: var(--white);
}
.footer-content.open .title-mobile i {
  transform: rotate(180deg);
}

.socials-footer {
  flex-wrap: wrap;
  row-gap: 15px;
}
.socials-footer .social-item .icon {
  width: 61px;
  height: 61px;
}
.socials-footer .social-item .icon i {
  font-size: 31px;
}

/*------------ tabs ---------------- */
.wg-tab {
  overflow: auto;
  padding-bottom: 50px;
}
.wg-tab::-webkit-scrollbar {
  display: none;
}
.wg-tab ul {
  max-width: 100%;
  width: 100%;
  min-width: 820px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  border-bottom: 1px solid var(--line-4);
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.wg-tab ul::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  z-index: 5;
}
.wg-tab ul::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  z-index: 5;
}
.wg-tab ul li a {
  display: inline-block;
  color: var(--color-text-6);
  position: relative;
  padding-bottom: 17px;
}
.wg-tab ul li a::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  bottom: -1px;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-tab ul li a.active {
  color: var(--secondary);
}
.wg-tab ul li a.active::before {
  left: 0;
  right: auto;
  width: 100%;
}
.wg-tab ul li:hover a {
  color: var(--secondary);
}
.wg-tab ul li:hover a::before {
  left: 0;
  right: auto;
  width: 100%;
}
.wg-tab.style-small ul {
  gap: 31.5px;
  margin-bottom: 20px;
}
.wg-tab.style-small ul li a {
  padding-bottom: 6px;
}
.wg-tab.style-2 ul {
  width: 100%;
  min-width: max-content;
  border: none;
  justify-content: start;
  padding-left: 0;
  padding-right: 0;
  gap: 50px;
}
.wg-tab.style-2 ul::before {
  display: none;
}
.wg-tab.style-2 ul::after {
  display: none;
}
.wg-tab.style-2 ul a {
  color: var(--color-text-3);
}
.wg-tab.style-2 ul a.active {
  color: var(--white);
}
.wg-tab.style-2 ul a:hover {
  color: var(--white);
}
.wg-tab.style-3 ul {
  justify-content: start;
  min-width: max-content;
  max-width: 869px;
  padding-left: 0;
  padding-right: 0;
  gap: 63px;
}
.wg-tab.style-3 ul::before {
  display: none;
}
.wg-tab.style-3 ul li a {
  letter-spacing: 0.8px;
}
.wg-tab.style-4 ul {
  justify-content: start;
  min-width: max-content;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  gap: 44px;
  border-bottom-color: var(--color-text-2);
}
.wg-tab.style-4 ul::before {
  display: none;
}
.wg-tab.style-4 ul li a {
  letter-spacing: 0.24px;
}
.wg-tab.style-4 ul li a:hover {
  color: var(--white);
}
.wg-tab.style-4 ul li a.active {
  color: var(--white);
}
.wg-tab.style-column {
  padding-bottom: 0;
  overflow: visible;
}
.wg-tab.style-column ul {
  border: 0;
  flex-direction: column;
  align-items: start;
  gap: 19px;
  padding-left: 0;
  padding-right: 0;
}
.wg-tab.style-column ul::before {
  display: none;
}
.wg-tab.style-column ul li a {
  color: var(--white);
  font-size: 25px;
  padding-bottom: 0;
  letter-spacing: 2.5px;
}
.wg-tab.style-column ul li a::before {
  display: none;
}
.wg-tab.style-column ul li a::after {
  content: "\e904";
  font-size: 20px;
  font-family: "icomoon";
  position: absolute;
  left: 0;
  color: var(--primary);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-tab.style-column ul li a.active, .wg-tab.style-column ul li a:hover {
  padding-left: 42px;
  color: var(--primary);
}
.wg-tab.style-column ul li a.active::after, .wg-tab.style-column ul li a:hover::after {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.wg-tab.column-2 {
  background-color: var(--secondary);
  max-width: max-content;
  padding: 97px 0 70px;
  overflow: hidden;
}
.wg-tab.column-2 ul {
  gap: 23px;
}
.wg-tab.column-2 ul::after, .wg-tab.column-2 ul::before {
  display: none;
}
.wg-tab.column-2 ul li a {
  color: var(--color-text-3);
  padding-bottom: 0;
  font-size: 18px;
  padding-left: 52px;
  padding-right: 0;
  letter-spacing: 0;
}
.wg-tab.column-2 ul li a::before {
  display: none;
}
.wg-tab.column-2 ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary);
}
.wg-tab.column-2 ul li a.active, .wg-tab.column-2 ul li a:hover {
  padding-left: 52px;
  color: var(--white);
  font-size: 25px;
}
.wg-tab.column-2 ul li a.active::after, .wg-tab.column-2 ul li a:hover::after {
  content: "";
  width: 27px;
}
.wg-tab.w-full ul {
  max-width: 100%;
}
.wg-tab.style-5 {
  padding-bottom: 0;
}
.wg-tab.style-5 ul {
  justify-content: start;
  min-width: max-content;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  gap: 0;
  border-bottom: 0;
}
.wg-tab.style-5 ul::before {
  display: none;
}
.wg-tab.style-5 ul::after {
  display: none;
}
.wg-tab.style-5 ul li {
  max-width: 33.3333333333%;
  width: 100%;
  text-align: center;
}
.wg-tab.style-5 ul li a {
  border: none;
  padding: 10px 0;
  color: var(--secondary);
  background-color: var(--color-bg-15);
  border-bottom: 1px solid var(--line-4);
  border-right: 1px solid var(--line-4);
  width: 100%;
  z-index: 3;
}
.wg-tab.style-5 ul li a::before {
  display: none;
}
.wg-tab.style-5 ul li a.active {
  background-color: var(--white) !important;
  border-bottom-color: var(--white) !important;
}
.wg-tab.style-5 ul li:last-child a {
  border-right: none;
}

.flat-animate-tab {
  overflow: hidden;
}
.flat-animate-tab.style-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: var(--white);
  padding: 40px;
  gap: 40px;
}
.flat-animate-tab.style-row .tab-content {
  max-width: calc(100% - 450px);
}
.flat-animate-tab.style-row .tab-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flat-animate-tab.style-border {
  border: 1px solid var(--line-4);
}

.tab-content {
  position: relative;
}
.tab-content .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.tab-content .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.tab-content p {
  color: var(--on-suface-variant-1);
}
.tab-content.style-border {
  margin-top: -1px;
  border: 1px solid var(--line-4);
}

.wrap-switch-tabs-content .tabs-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.wrap-switch-tabs-content .tabs-title .tab-title-text {
  color: var(--on-suface-variant-2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrap-switch-tabs-content .tabs-title .tab-title-text.is-active {
  color: var(--on-suface-container);
}
.wrap-switch-tabs-content .tabs-content-switch {
  position: relative;
}
.wrap-switch-tabs-content .tabs-content-switch .tab-item {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wrap-switch-tabs-content .tabs-content-switch .tab-item.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.widget-tabs-product-review ul {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  min-width: unset;
}
.widget-tabs-product-review ul li a::before {
  background-color: var(--on-suface-container);
}

/*------------ button ---------------- */
.tf-btn {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  background-color: var(--primary);
  padding: 5px 6px 5px 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn span {
  color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 1.28px;
}
.tf-btn .icon {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary);
}
.tf-btn .icon i {
  color: var(--white);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 11px;
}
.tf-btn.style-2 {
  padding: 15px 35px;
  display: block;
}
.tf-btn.style-small {
  padding: 5px 6px 5px 25px;
  gap: 24px;
}
.tf-btn.style-small .icon {
  width: 35px;
  height: 35px;
}
.tf-btn.hover-bg-secondary .icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.hover-bg-secondary:hover {
  background-color: var(--secondary) !important;
}
.tf-btn.hover-bg-secondary:hover span {
  color: var(--white) !important;
}
.tf-btn.hover-bg-secondary:hover .icon {
  background-color: var(--primary) !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.hover-bg-secondary:hover .icon i {
  transform: rotate(0);
}
.tf-btn.hover-bg-primary:hover {
  background-color: var(--primary) !important;
}
.tf-btn.hover-bg-primary:hover span {
  color: var(--white) !important;
}
.tf-btn:hover {
  background-color: var(--white);
}
.tf-btn:hover span {
  color: var(--secondary);
}
.tf-btn:hover .icon i {
  transform: rotate(0);
}
.tf-btn.bg-color-white {
  background-color: var(--white) !important;
}
.tf-btn.bg-color-white span {
  color: var(--secondary);
}
.tf-btn.bg-color-white:hover {
  background-color: var(--primary);
}
.tf-btn.bg-color-white:hover span {
  color: var(--white);
}
.tf-btn.bg-color-white:hover .icon {
  background-color: var(--secondary);
}
.tf-btn.bg-color-white:hover .icon i {
  transform: rotate(0);
}
.tf-btn.bg-color-brown {
  background-color: var(--brown);
}
.tf-btn.bg-color-brown:hover {
  background-color: var(--white);
}
.tf-btn.bg-color-yelow {
  background-color: var(--yelow);
}
.tf-btn.bg-color-yelow span {
  color: var(--secondary);
}
.tf-btn.bg-color-yelow:hover {
  background-color: var(--white);
}
.tf-btn.hover-bg-yelow:hover {
  background-color: var(--yelow) !important;
}
.tf-btn.hover-bg-yelow:hover span {
  color: var(--secondary) !important;
}
.tf-btn.bg-icon-blue .icon {
  background-color: var(--blue) !important;
}
.tf-btn.hover-bg-red:hover {
  background-color: var(--red) !important;
}
.tf-btn.hover-bg-red:hover span {
  color: var(--secondary) !important;
}
.tf-btn.style-border {
  background-color: transparent;
  border: 1px solid var(--line-4);
  position: relative;
}
.tf-btn.style-border span {
  position: relative;
  color: var(--secondary);
}
.tf-btn.style-border .icon {
  position: relative;
}
.tf-btn.style-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.style-border:hover {
  border-color: var(--primary);
}
.tf-btn.style-border:hover span {
  color: var(--white);
}
.tf-btn.style-border:hover::before {
  width: 100%;
}
.tf-btn.add-to-cart-btn .icon i {
  transform: rotate(0);
  font-size: 20px;
}

.tf-btn-newsletter {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn-newsletter i {
  color: var(--white);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 11px;
}
.tf-btn-newsletter:hover {
  background-color: var(--primary);
}
.tf-btn-newsletter:hover i {
  transform: rotate(0);
}

.btn-readmore {
  width: 65px;
  height: 65px;
  display: block;
  position: relative;
  background-color: var(--primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.btn-readmore .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-readmore .icon i {
  color: var(--white);
  font-size: 13px;
}
.btn-readmore .icon:last-child {
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-readmore:hover .icon {
  top: 0%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}
.btn-readmore:hover .icon:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
}
.btn-readmore.bg-color-white {
  background-color: var(--white);
}
.btn-readmore.bg-color-white .icon i {
  color: var(--secondary);
}
.btn-readmore.bg-color-secondary {
  background-color: var(--secondary);
}
.btn-readmore.bg-color-secondary .icon i {
  color: var(--white);
}
.btn-readmore.bg-color-secondary:hover {
  background-color: var(--primary) !important;
}
.btn-readmore.hover-bg-color-white:hover {
  background-color: var(--white) !important;
}
.btn-readmore.hover-bg-color-white:hover .icon i {
  color: var(--secondary);
}

.tf-btn-default {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: var(--color-text-title-2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 1px;
}
.tf-btn-default i {
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn-default:hover {
  color: var(--color-text-title-2);
}
.tf-btn-default:hover i {
  transform: rotate(0);
  color: var(--primary);
}

.blog-btn {
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--color-text-title-2);
  letter-spacing: 3px;
}
.blog-btn i {
  color: var(--color-text-title-2);
}
.blog-btn:hover i {
  color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-btn.blog-pre-btn {
  margin-left: -6px;
}
.blog-btn.blog-pre-btn i {
  transform: rotate(180deg);
}
.blog-btn.blog-next-btn {
  margin-right: -6px;
}

.tf-btn-search .icon {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn-search .icon i {
  color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
}
.tf-btn-search:hover .icon {
  background-color: var(--primary);
}
.tf-btn-search:hover .icon i {
  transform: rotate(0);
}

.tf-btn-reply {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 15px;
  background-color: var(--primary);
  letter-spacing: -0.4px;
}
.tf-btn-reply i,
.tf-btn-reply span {
  color: var(--white);
}
.tf-btn-reply i {
  font-size: 10px;
}
.tf-btn-reply:hover {
  background-color: var(--secondary);
}

.arrow-btn {
  width: 73px;
  height: 136px;
  background-color: var(--white);
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow-btn i {
  font-size: 30px;
  color: var(--secondary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow-btn.arrow-next {
  right: 0;
}
.arrow-btn.arrow-prev {
  left: 0;
}
.arrow-btn.style-small {
  width: 51px;
  height: 95px;
}
.arrow-btn.style-small i {
  font-size: 20px;
}
.arrow-btn:hover {
  background-color: var(--secondary);
}
.arrow-btn:hover i {
  color: var(--white);
}
.arrow-btn.style-2 {
  width: 70px;
  height: 70px;
  background-color: var(--primary);
}
.arrow-btn.style-2 i {
  color: var(--white);
  font-size: 16px;
}
.arrow-btn.style-2:hover {
  background-color: var(--secondary);
}
.arrow-btn.style-2.hover-bg-10:hover {
  background-color: var(--color-bg-10);
}
.arrow-btn.no-bg {
  position: unset;
  display: inline-block;
  opacity: 1;
  visibility: visible;
  height: auto;
  width: max-content;
  background-color: transparent;
}
.arrow-btn.no-bg i {
  color: var(--white);
  font-size: 23px;
  line-height: 30px;
}
.arrow-btn.no-bg.swiper-button-disabled {
  pointer-events: none;
}
.arrow-btn.no-bg.swiper-button-disabled i {
  color: var(--color-text-5);
}
.arrow-btn.bg-color-secondary {
  background-color: var(--secondary);
}
.arrow-btn.hover-bg-primary:hover {
  background-color: var(--primary) !important;
}
.arrow-btn.hover-bg-white:hover {
  background-color: var(--white) !important;
}
.arrow-btn.hover-bg-white:hover i {
  color: var(--secondary) !important;
}
.arrow-btn.hover-bg-yelow:hover {
  background-color: var(--yelow) !important;
}
.arrow-btn.hover-bg-yelow:hover i {
  color: var(--secondary) !important;
}

.arrow-btn2 {
  height: 20px;
}
.arrow-btn2 i {
  color: var(--white);
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow-btn2:hover i {
  color: var(--primary);
}

.btn-arrow-project {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 24px;
}
.btn-arrow-project span {
  letter-spacing: 3.1px;
  color: var(--secondary);
}
.btn-arrow-project .icon {
  width: 60.75px;
  height: 61px;
  background-color: var(--secondary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-arrow-project .icon i {
  color: var(--white);
}
.btn-arrow-project.next-project {
  flex-direction: row-reverse;
}
.btn-arrow-project:hover span {
  color: var(--primary);
}
.btn-arrow-project:hover .icon {
  background-color: var(--primary);
}

.btn-grid-project {
  position: relative;
  width: 26px;
  height: 26px;
}
.btn-grid-project span {
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  position: absolute;
}
.btn-grid-project span:nth-child(1) {
  top: 0;
  left: 0;
}
.btn-grid-project span:nth-child(2) {
  top: 0;
  right: 0;
}
.btn-grid-project span:nth-child(3) {
  bottom: 0;
  left: 0;
}
.btn-grid-project span:nth-child(4) {
  bottom: 0;
  right: 0;
}

.btn-product {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary);
}
.btn-product i {
  color: var(--white);
}
.btn-product:hover {
  background-color: var(--primary);
}

.hover-tooltip {
  position: relative;
}
.hover-tooltip .tooltip {
  position: absolute;
  white-space: nowrap;
  padding: 4px 21px;
  bottom: calc(100% + 23px);
  transform: translateY(8px);
  opacity: 0;
  visibility: hidden;
  color: var(--white);
  width: max-content;
  background-color: var(--secondary);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  z-index: 100;
  text-align: center;
  font-family: "Barlow", sans-serif;
}
.hover-tooltip .tooltip::before {
  content: "";
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -4px;
  position: absolute;
  background: var(--secondary);
  width: 8px;
  height: 8px;
  z-index: -1;
}
.hover-tooltip:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0.1s;
}
.hover-tooltip.tooltip-bot .tooltip {
  top: calc(100% + 23px);
  bottom: auto;
}
.hover-tooltip.tooltip-bot .tooltip::before {
  top: -4px;
}
.hover-tooltip.tooltip-left .tooltip {
  right: 100%;
  bottom: auto;
  transform: translateX(0px);
}
.hover-tooltip.tooltip-left .tooltip::before {
  top: 50%;
  left: auto;
  transform: translateY(-50%) rotate(45deg);
  right: -4px;
}
.hover-tooltip.tooltip-left:hover .tooltip {
  transform: translateX(-8px);
}
.hover-tooltip.tooltip-right .tooltip {
  left: 100%;
  bottom: auto;
  transform: translateX(0px);
}
.hover-tooltip.tooltip-right .tooltip::before {
  top: 50%;
  right: auto;
  transform: translateY(-50%) rotate(45deg);
  left: -4px;
}
.hover-tooltip.tooltip-right:hover .tooltip {
  transform: translateX(8px);
}

.fillter-btn {
  padding: 10px 15px;
  background-color: var(--secondary);
  color: var(--white);
}

/*------------ range slider ---------------- */
/*range-slider
    ---------------------*/
.range-slider .range-two-val {
  height: 4px;
  box-shadow: none;
  border: 0;
  background-color: var(--line-11);
}
.range-slider .range-two-val .noUi-connects {
  position: relative;
}
.range-slider .range-two-val .noUi-connects .noUi-connect {
  background-color: var(--secondary);
  height: 3px;
}
.range-slider .range-two-val .noUi-origin .noUi-handle {
  position: absolute;
  cursor: pointer;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  box-shadow: none;
  border: none;
  top: -3px;
  right: -7px;
  border-radius: 0;
}
.range-slider .range-two-val .noUi-origin .noUi-handle::after, .range-slider .range-two-val .noUi-origin .noUi-handle::before {
  display: none;
}
.range-slider .range-two-val .noUi-origin .noUi-handle:active {
  right: -7px !important;
}
.range-slider .bottom {
  margin-top: 37px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.range-slider .value {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid var(--outline);
  width: max-content;
}
.range-slider .value .price-max,
.range-slider .value .price-min {
  border: 1px solid var(--Line);
  padding: 6px 12px;
  border-radius: 8px;
  width: 100%;
  position: relative;
}
.range-slider .value > div {
  color: var(--color-text-title-2);
  font-weight: 600;
}

/*------------ form ---------------- */
form {
  position: relative;
}
form textarea,
form input[type=text],
form input[type=password],
form input[type=datetime],
form input[type=datetime-local],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=week],
form input[type=number],
form input[type=email],
form input[type=url],
form input[type=search],
form input[type=tel],
form input[type=color] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid var(--line-4);
}
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=datetime]::placeholder,
form input[type=datetime-local]::placeholder,
form input[type=date]::placeholder,
form input[type=month]::placeholder,
form input[type=time]::placeholder,
form input[type=week]::placeholder,
form input[type=number]::placeholder,
form input[type=email]::placeholder,
form input[type=url]::placeholder,
form input[type=search]::placeholder,
form input[type=tel]::placeholder,
form input[type=color]::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--color-text);
}
form textarea.style-default,
form input[type=text].style-default,
form input[type=password].style-default,
form input[type=datetime].style-default,
form input[type=datetime-local].style-default,
form input[type=date].style-default,
form input[type=month].style-default,
form input[type=time].style-default,
form input[type=week].style-default,
form input[type=number].style-default,
form input[type=email].style-default,
form input[type=url].style-default,
form input[type=search].style-default,
form input[type=tel].style-default,
form input[type=color].style-default {
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background-color: transparent;
}
form input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  color: inherit !important;
  transition: background-color 5000s ease-in-out 0s;
}
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}

fieldset {
  width: 100%;
}

.cols {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.cols.g-20 {
  gap: 20px;
}

.write-review {
  border: 2px solid var(--outline);
}
.write-review .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.write-review .title-wg-comment {
  margin-bottom: 24px;
}
.write-review .cols {
  margin-bottom: 17px;
}
.write-review input[type=text],
.write-review input[type=email] {
  border: 1px solid var(--line-4);
  padding: 11.5px 20px;
  color: var(--secondary);
}
.write-review input[type=text]::placeholder,
.write-review input[type=email]::placeholder {
  color: var(--secondary);
}
.write-review textarea {
  padding: 13.5px 22px;
  border: 1px solid var(--line-4);
  border-radius: 4px;
  margin-bottom: 51px;
  height: 182px;
  color: var(--secondary);
}
.write-review textarea::placeholder {
  color: var(--secondary);
}

input[type=checkbox] {
  background: none;
  height: 35px;
  width: 35px;
  cursor: pointer;
  position: relative;
}
input[type=checkbox]:checked::before {
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-2);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type=checkbox]::before {
  content: "\e985";
  position: absolute;
  font-size: 15px;
  color: var(--secondary);
  font-family: "icomoon";
  opacity: 0;
}

.check-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}
.check-box label {
  font-family: "Barlow", sans-serif;
}

.form-contact-home {
  max-width: 400px;
  width: 100%;
  padding: 32px;
  background-color: var(--bg-1);
}
.form-contact-home .title-form {
  margin-bottom: 24px;
  color: var(--white);
}
.form-contact-home input[type=text],
.form-contact-home input[type=number],
.form-contact-home input[type=email] {
  background-color: var(--bg-1);
  border: 1px solid var(--);
  border-radius: 4px;
  margin-bottom: 12px;
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 11px 16px;
}
.form-contact-home input[type=text]::placeholder,
.form-contact-home input[type=number]::placeholder,
.form-contact-home input[type=email]::placeholder {
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.form-contact-home .nice-select {
  position: relative;
  background-color: var(--bg-1);
  border-color: var(--bg-1) !important;
  margin-bottom: 12px;
  padding: 10px 16px;
}
.form-contact-home .nice-select::before {
  color: var(--white);
}
.form-contact-home .nice-select > span {
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.form-contact-home textarea {
  border: 1px solid var(--bg-1);
  margin-bottom: 24px;
  height: 86px;
  background-color: var(--bg-1);
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 11px 16px;
}
.form-contact-home textarea::placeholder {
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.form-contact-home.style-border {
  max-width: 100%;
  border: 2px solid var(--outline);
  padding: 32px 32px 21px;
}
.form-contact-home.style-border .title-form {
  color: var(--on-suface-container);
  margin-bottom: 22px;
}
.form-contact-home.style-border input[type=text],
.form-contact-home.style-border input[type=number],
.form-contact-home.style-border input[type=email] {
  background-color: var(--white);
  border: 1px solid var(--outline);
}
.form-contact-home.style-border input[type=text]::placeholder,
.form-contact-home.style-border input[type=number]::placeholder,
.form-contact-home.style-border input[type=email]::placeholder {
  color: var(--on-suface-variant-2);
}
.form-contact-home.style-border .nice-select {
  background-color: var(--white);
  border: 1px solid var(--outline) !important;
  margin-bottom: 12px;
}
.form-contact-home.style-border .nice-select::before {
  color: var(--on-suface-container);
}
.form-contact-home.style-border .nice-select > span {
  color: var(--on-suface-container);
}
.form-contact-home.style-border textarea {
  border: 1px solid var(--outline);
  background-color: var(--white);
  color: var(--on-suface-variant-2);
}
.form-contact-home.style-border textarea::placeholder {
  color: var(--on-suface-variant-2);
}

.form-contact-us {
  padding: 52px 50px 50px;
  border-top: 5px solid var(--primary);
  width: 100%;
  background-color: var(--white);
}
.form-contact-us .cols {
  gap: 16px;
  margin-bottom: 19px;
}
.form-contact-us .cols fieldset {
  max-width: 50%;
  width: 100%;
}
.form-contact-us input[type=text],
.form-contact-us input[type=number],
.form-contact-us input[type=email] {
  background-color: var(--white);
  border-radius: 4px;
  padding: 11px 23px 15px;
  counter-reset: var(--secondary);
  font-family: "Barlow", sans-serif;
}
.form-contact-us input[type=text]::placeholder,
.form-contact-us input[type=number]::placeholder,
.form-contact-us input[type=email]::placeholder {
  color: var(--secondary);
}
.form-contact-us .nice-select {
  background-color: var(--white);
  border: 1px solid var(--line-4) !important;
  padding: 11px 23px 15px;
  font-family: "Barlow", sans-serif;
}
.form-contact-us .nice-select::before {
  color: var(--secondary);
}
.form-contact-us .nice-select > span {
  color: var(--secondary);
}
.form-contact-us textarea {
  border: 1px solid var(--line-4);
  margin-bottom: 51px;
  height: 182px;
  background-color: var(--bg-1);
  color: var(--on-suface-container);
  padding: 11px 23px 15px;
  font-family: "Barlow", sans-serif;
  background-color: var(--white);
}
.form-contact-us textarea::placeholder {
  color: var(--on-suface-variant-2);
}
.form-contact-us .check-box {
  padding-left: 7px;
}
.form-contact-us.bg-color-secondary {
  border-top: none;
  padding: 0;
}
.form-contact-us.bg-color-secondary .flat-alert {
  color: var(--white);
}
.form-contact-us.bg-color-secondary textarea,
.form-contact-us.bg-color-secondary input[type=text],
.form-contact-us.bg-color-secondary input[type=number],
.form-contact-us.bg-color-secondary input[type=email] {
  background-color: transparent;
  border-color: var(--line-2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 11px 18px 15px;
  color: var(--white);
}
.form-contact-us.bg-color-secondary textarea::placeholder,
.form-contact-us.bg-color-secondary input[type=text]::placeholder,
.form-contact-us.bg-color-secondary input[type=number]::placeholder,
.form-contact-us.bg-color-secondary input[type=email]::placeholder {
  color: var(--white);
}
.form-contact-us.bg-color-secondary textarea:focus,
.form-contact-us.bg-color-secondary input[type=text]:focus,
.form-contact-us.bg-color-secondary input[type=number]:focus,
.form-contact-us.bg-color-secondary input[type=email]:focus {
  color: var(--secondary);
  background-color: var(--white);
  border-color: transparent;
  outline: none;
}
.form-contact-us.bg-color-secondary textarea:focus::placeholder,
.form-contact-us.bg-color-secondary input[type=text]:focus::placeholder,
.form-contact-us.bg-color-secondary input[type=number]:focus::placeholder,
.form-contact-us.bg-color-secondary input[type=email]:focus::placeholder {
  color: var(--secondary);
}
.form-contact-us.bg-color-secondary .nice-select {
  background-color: transparent;
  border-color: var(--line-2) !important;
  padding: 11px 18px 15px;
}
.form-contact-us.bg-color-secondary .nice-select::before {
  color: var(--white);
}
.form-contact-us.bg-color-secondary .nice-select > span {
  color: var(--white);
}
.form-contact-us.bg-color-secondary .cols {
  gap: 23px;
}
.form-contact-us.no-bg {
  background-color: transparent;
  border-top: 0;
  padding: 0;
}

.form-newsletter {
  width: 100%;
  position: relative;
}
.form-newsletter input {
  width: 100%;
  height: 55px;
  padding: 0 17px;
  border: 0;
}
.form-newsletter .tf-btn-newsletter {
  position: absolute;
  top: 5px;
  right: 7px;
}

.form-search-siderbar {
  width: 100%;
  position: relative;
  border: 1px solid var(--line-4);
}
.form-search-siderbar input {
  width: 100%;
  height: 55px;
  padding: 0 17px;
  border: none !important;
}
.form-search-siderbar .tf-btn-search {
  position: absolute;
  top: 5px;
  right: 7px;
}

/*------------ slider ---------------- */
.swiper-slide-active .fade-item-1 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.6s;
}
.swiper-slide-active .fade-item-2 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.8s;
}
.swiper-slide-active .fade-item-3 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 1s;
}
.swiper-slide-active .fade-item-4 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 1.2s;
}
.swiper-slide-active .fade-item-5 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 1.3s;
}
.swiper-slide-active .fade-item-6 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 1.4s;
}

.page-title-home .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  width: 22px;
  height: 22px;
  position: relative;
  margin-right: 27px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-title-home .swiper-pagination-bullet::after {
  position: absolute;
  background-color: transparent;
  border: 1px solid transparent;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-title-home .swiper-pagination-bullet::before {
  position: absolute;
  background-color: var(--black);
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-title-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
}
.page-title-home .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: var(--line-8);
}
.page-title-home .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--primary);
}
.page-title-home.h-3 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.page-title-home.h-3 .swiper-pagination-bullet::after {
  display: none !important;
}
.page-title-home.h-3 .swiper-pagination-bullet-active::before {
  background-color: var(--white);
}

.thumbs-page-title-home .swiper-slide {
  max-width: max-content;
}
.thumbs-page-title-home .swiper-slide .text {
  position: relative;
  padding-bottom: 10px;
  color: var(--white);
}
.thumbs-page-title-home .swiper-slide .text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 0;
  height: 2px;
  background-color: var(--brown);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thumbs-page-title-home .swiper-slide-thumb-active .text {
  position: relative;
}
.thumbs-page-title-home .swiper-slide-thumb-active .text::before {
  left: auto;
  right: 0;
  width: 100%;
}

.list-services-item {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: -20px;
  margin-top: -20px;
  padding-right: 20px;
  margin-right: -20px;
  max-width: 1236px;
  margin-left: 3px !important;
}
.list-services-item.list-services-item-2 {
  margin-left: auto !important;
  margin-right: 0 !important;
  padding-right: 0;
  margin-right: 0;
}
.list-services-item.w-1570 {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1600px;
}

.no-loop.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4 !important;
}

.sw-pagination .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  width: 22px;
  height: 22px;
  position: relative;
  margin-right: 13px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-pagination .swiper-pagination-bullet::after {
  position: absolute;
  background-color: transparent;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-pagination .swiper-pagination-bullet::before {
  position: absolute;
  background-color: var(--color-bg-17);
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--on-suface-container);
}
.sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: var(--line-8);
}
.sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--primary);
}
.sw-pagination.sw-pagination-team {
  text-align: center;
  margin-top: 57px;
}
.sw-pagination.sw-pagination-team .swiper-pagination-bullet::before {
  background-color: var(--white);
}
.sw-pagination.sw-pagination-team .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--primary);
}
.sw-pagination.sw-pagination-testimonial {
  position: absolute;
  text-align: end;
  bottom: 6px;
  right: 0;
}
.sw-pagination.sw-pagination-testimonial .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-right: 0 !important;
  margin-left: 34px !important;
}
.sw-pagination.sw-pagination-testimonial .swiper-pagination-bullet::after {
  display: none;
}
.sw-pagination.style-small .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-right: 34px !important;
  margin-left: 0;
}
.sw-pagination.style-small .swiper-pagination-bullet::after {
  display: none;
}

.list-blog {
  padding-top: 22px;
  margin-top: -20px;
}

.list-box-text {
  max-width: 770px;
  width: 100%;
  padding: 43px 50px 41px 44px;
  border-left: 5px solid var(--primary);
  position: relative;
}
.list-box-text .image-item {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.list-box-text .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------------ off canvas ---------------- */
.offcanvas-search {
  --bs-offcanvas-height: max-content;
  background-color: var(--white);
  padding: 150px 0;
  overflow-y: auto;
}
.offcanvas-search .btn-close-popup {
  background-color: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
}
.offcanvas-search .wg-box-search .form-search .input-search {
  position: relative;
}
.offcanvas-search .wg-box-search .form-search .input-search .tf-btn {
  position: absolute;
  top: 8px;
  right: 8px;
}
.offcanvas-search .wg-box-search .form-search ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.offcanvas-search .search-content .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--Line);
}
.offcanvas-search .search-content .heading h5 {
  font-weight: 600;
  color: var(--On-Surface);
}
.offcanvas-search .search-content .search-list-article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.offcanvas-search .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 200px;
}

.modal-contact .modal-top {
  background-color: var(--secondary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 5px 17px;
}
.modal-contact .modal-top .title {
  font-size: 25px;
  line-height: 60px;
  font-weight: 700;
  color: var(--white);
}
.modal-contact .modal-top .btn-hide-popup {
  position: relative;
  z-index: 5;
  width: 44px;
  height: 44px;
  background-color: var(--primary);
}
.modal-contact .modal-top .btn-hide-popup i {
  color: var(--white);
}
.modal-contact .modal-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/section/bg-title-section-5.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.modal-contact .modal-dialog {
  max-width: 831px !important;
}
.modal-contact .modal-dialog .modal-content {
  padding: 18px 20px;
}
.modal-contact .modal-dialog .form-contact-us {
  border: none;
}

.offcanvas-megamenu {
  top: 30px !important;
  right: 15px !important;
  max-width: 536px !important;
  width: 100% !important;
}
.offcanvas-megamenu .btn-close-popup {
  background-color: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
}
.offcanvas-megamenu .megamenu-content {
  padding: 70px 20px;
  overflow: auto;
}

.megamenu-item {
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line-4);
}
.megamenu-item .title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.megamenu-item .title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 8px;
  width: 8px;
  background-color: var(--primary);
}
.megamenu-item .desc {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}

.contact-megamenu {
  margin-bottom: 30px;
}
.contact-megamenu li {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}
.contact-megamenu li span {
  color: var(--secondary);
  padding-right: 7px;
}

.list-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  flex-wrap: wrap;
}
.list-img .image {
  flex: 1 1 auto;
  max-width: calc(33% - 15px);
}
.list-img .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#lightbox .lb-prev {
  background: unset;
  position: relative;
  opacity: 1 !important;
  visibility: visible !important;
}
#lightbox .lb-prev::before {
  content: "\e980";
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  color: var(--white);
  font-size: 40px;
  font-family: "icomoon";
}
#lightbox .lb-next {
  background: unset;
  position: relative;
  opacity: 1 !important;
  visibility: visible !important;
}
#lightbox .lb-next::before {
  content: "\e97f";
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  color: var(--white);
  font-size: 40px;
  font-family: "icomoon";
}
#lightbox .lb-cancel {
  background: unset;
  position: relative;
}
#lightbox .lb-close {
  background: unset;
  position: relative;
}
#lightbox .lb-close::before {
  content: "\e987";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--white);
  font-size: 20px;
  font-family: "icomoon";
}
#lightbox .lb-data .lb-number {
  padding-bottom: 0 !important;
}

/*------------ product ---------------- */
/*------------ blog ---------------- */
.subscribe-newletter {
  background-image: url("../image/blog/bg-newletter.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 57px 50px 57px 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subscribe-newletter .newletter-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 33px;
}
.subscribe-newletter .newletter-content .title {
  color: var(--white);
  padding-bottom: 3px;
  letter-spacing: 0.9px;
}
.subscribe-newletter .newletter-content .text {
  color: var(--white);
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.3px;
}
.subscribe-newletter .newletter-content .content {
  padding-bottom: 5px;
}
.subscribe-newletter .icon-newletter {
  width: 94px;
  height: 94px;
  background-color: var(--primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe-newletter .form-newsletter {
  max-width: 443px;
}

.date {
  max-width: 84px;
  width: 100%;
}
.date .day {
  font-size: 40px;
  line-height: 72px;
  height: 83px;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: var(--white);
}
.date .year-month {
  background-color: var(--secondary);
  color: var(--white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
}

.tf-post-grid {
  position: relative;
}
.tf-post-grid .image {
  position: relative;
  margin-bottom: 31px;
}
.tf-post-grid .image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-post-grid .date {
  position: absolute;
  bottom: 26px;
  right: 32px;
  max-width: 98px;
}
.tf-post-grid .date .day {
  height: 99px;
  font-size: 45px;
}
.tf-post-grid .date .year-month {
  padding: 7px 0;
}
.tf-post-grid .wrap-content {
  margin-top: 9px;
}
.tf-post-grid .tf-grid-post-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.tf-post-grid .tf-grid-post-content .content-left {
  width: 66.66666667%;
}
.tf-post-grid .tf-grid-post-content .content-right {
  max-width: 372px;
  width: 100%;
}
.tf-post-grid .title {
  color: var(--color-text-title-2);
  margin-bottom: 17px;
  letter-spacing: 0.9px;
}
.tf-post-grid .text {
  margin-bottom: 43px;
  color: var(--color-text);
  font-family: "Barlow", sans-serif;
}
.tf-post-grid .post-social {
  justify-content: end;
  flex-wrap: wrap;
}
.tf-post-grid.post-format-video .format-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tf-post-grid.post-volume .volume-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tf-post-grid.style-small.post-format-video .format-video .popup-youtube .icon {
  width: 66px;
  height: 66px;
}
.tf-post-grid.style-small .date {
  left: 15px;
  top: -15px;
  bottom: auto;
  right: auto;
  max-width: 84px;
}
.tf-post-grid.style-small .date .day {
  height: 83px;
  font-size: 40px;
}
.tf-post-grid.style-small .date .year-month {
  padding: 4px 0;
}
.tf-post-grid.style-small .image {
  margin-bottom: 22px;
}
.tf-post-grid.style-small .category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px 30px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.tf-post-grid.style-small .title {
  margin-bottom: 21px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line-4);
}
.tf-post-grid.style-small .title a {
  letter-spacing: -0.1px;
}
.tf-post-grid.style-small .text {
  font-family: "Barlow", sans-serif;
  margin-bottom: 25px;
}
.tf-post-grid.style-medium .image {
  margin-bottom: 20px;
}
.tf-post-grid.style-medium .category {
  margin-bottom: 16px;
}
.tf-post-grid.style-medium .date {
  left: 22px;
  top: -15px;
  bottom: auto;
  right: auto;
  max-width: 84px;
}
.tf-post-grid.style-medium .date .day {
  height: 83px;
  font-size: 40px;
}
.tf-post-grid.style-medium .date .year-month {
  padding: 4px 0;
}
.tf-post-grid.style-medium .title {
  margin-bottom: 16px;
}
.tf-post-grid.style-medium .text {
  font-family: "Barlow", sans-serif;
  margin-bottom: 43px;
}
.tf-post-grid.hover-line .title {
  position: relative;
}
.tf-post-grid.hover-line .title::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-post-grid.hover-line:hover .title::before {
  left: 0;
  right: 0;
  width: 100%;
}
.tf-post-grid.style-soundcloud .image {
  margin-bottom: 15px;
}
.tf-post-grid.style-soundcloud iframe {
  width: 100%;
  height: 421.33px;
}

.category .item {
  color: var(--color-text-3);
  font-family: "Barlow", sans-serif;
}
.category .item:hover {
  color: var(--primary);
}
.category.style-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px 16px !important;
  margin-bottom: 29px;
  flex-wrap: wrap;
}
.category.style-2 .item {
  position: relative;
  padding-right: 16px;
}
.category.style-2 .item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  background-color: var(--primary);
  transform: translateY(-50%);
}
.category.style-2 .item:last-child {
  padding-right: 0;
}
.category.style-2 .item:last-child::before {
  display: none;
}

.popup-youtube {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.popup-youtube .icon {
  background-color: var(--white);
  width: 78px;
  height: 78px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup-youtube .icon i {
  font-size: 20px;
  color: var(--color-text-title-2);
}
.popup-youtube:hover .icon {
  background-color: var(--primary);
}
.popup-youtube:hover .icon i {
  color: var(--white);
}
.popup-youtube:hover .wave {
  border: 1px solid var(--primary);
}
.popup-youtube.style-2 .icon {
  border-radius: 50%;
  width: 116px;
  height: 116px;
  background-color: var(--secondary);
}
.popup-youtube.style-2 i {
  color: var(--white);
  font-size: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup-youtube.style-2 .wave {
  width: 150%;
  height: 150%;
  background-color: transparent;
  border: 1px solid var(--secondary);
}
.popup-youtube.style-2:hover .icon {
  background-color: var(--white);
}
.popup-youtube.style-2:hover i {
  color: var(--secondary);
}
.popup-youtube.style-2:hover .wave {
  border-color: var(--white);
}

.wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: ripple 2s infinite;
}

.volume-btn {
  width: 78px;
  height: 78px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
}
.volume-btn .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.volume-btn .icon i {
  font-size: 20px;
  color: var(--color-text-title-2);
}
.volume-btn:hover {
  background-color: var(--primary);
}
.volume-btn:hover i {
  font-size: 20px;
  color: var(--white);
}
.volume-btn:hover .wave {
  border: 1px solid var(--primary);
}

.line-blog {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: var(--line-4);
  margin-top: 49px;
  margin-bottom: 49px;
}
.line-blog::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  top: -4px;
  left: 0;
}
.line-blog::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  top: -4px;
  right: 0;
}

.wrap-content {
  background-color: var(--secondary);
  padding: 35px 45px 32px;
  position: relative;
  margin-bottom: 53px;
}
.wrap-content .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.wrap-content .item span {
  color: var(--white);
  font-family: "Barlow", sans-serif;
}
.wrap-content .item a {
  color: var(--color-text-2);
}
.wrap-content .item i {
  color: var(--primary);
}
.wrap-content .item:last-child {
  margin-bottom: 0;
}
.wrap-content .img-avata {
  position: absolute;
  max-width: 53px;
  border-radius: 50%;
  overflow: hidden;
  top: 17px;
  right: 17px;
}
.wrap-content .image-item {
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  opacity: 0.1;
}
.wrap-content .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.post-social span {
  color: var(--color-text-title-2);
  margin-right: 22px;
  letter-spacing: 1.5px;
}
.post-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 7px;
}
.post-social ul li a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-social ul li a i {
  font-size: 17px;
  color: var(--color-text-title-2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-social ul li a:hover {
  border-color: var(--primary);
  background: var(--primary);
}
.post-social ul li a:hover i {
  color: var(--white);
}
.post-social.bg-color-bg-1 a {
  background-color: var(--color-bg-1);
  border: none;
}
.post-social.bg-color-bg-1 a i {
  color: var(--color-text-4);
}
.post-social.style-column ul {
  flex-direction: column-reverse;
  gap: 3px;
}
.post-social.style-column ul li .icon-socila {
  background-color: var(--secondary);
  border: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.post-social.style-column ul li .icon-socila i {
  color: var(--line);
}
.post-social.style-column ul li .icon-socila:hover i {
  color: var(--white);
}
.post-social.style-column ul li:nth-child(2) .icon-socila {
  transition-delay: 0.1s;
}
.post-social.style-column ul li:nth-child(3) .icon-socila {
  transition-delay: 0.2s;
}
.post-social.style-column ul li:last-child .icon-socila {
  transition-delay: 0.3s;
}
.post-social.style-column ul li .share {
  background-color: var(--primary);
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.post-social.style-column ul li .share i {
  color: var(--white);
}
.post-social.style-small ul {
  gap: 7px;
}
.post-social.style-small ul li a {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
}
.post-social.style-small ul li a i {
  font-size: 17px;
  color: var(--color-text-3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-social.style-small ul li a:hover {
  background: var(--white);
}
.post-social.style-small ul li a:hover i {
  color: var(--secondary);
}
.post-social.hover-border ul li a {
  border: 1px solid transparent;
}
.post-social.hover-border ul li a:hover {
  border-color: var(--line-4);
}
.post-social.color-secondary ul li a i {
  color: var(--secondary);
}
.post-social.color-secondary ul li a:hover {
  background: var(--white);
}
.post-social.color-secondary ul li a:hover i {
  color: var(--secondary);
}
.post-social.hover-bg-red .icon-socila i {
  color: var(--color-text-title-2);
}
.post-social.hover-bg-red .icon-socila:hover {
  background-color: var(--red);
}
.post-social.hover-bg-red .icon-socila:hover i {
  color: var(--white);
}
.post-social.hover-bg-secondary .icon-socila i {
  color: var(--secondary);
}
.post-social.hover-bg-secondary .icon-socila:hover {
  background-color: var(--secondary);
}
.post-social.hover-bg-secondary .icon-socila:hover i {
  color: var(--white);
}
.post-social.none-border a {
  border: 0 !important;
}

.wg-quote {
  background-color: var(--secondary);
  border-left: 5px solid var(--primary);
  padding: 64px 67px 62px 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.wg-quote .text {
  color: var(--white);
  margin-bottom: 22px;
  letter-spacing: 0.18px;
}
.wg-quote .name-quote {
  color: var(--color-text-2);
  font-family: "Barlow", sans-serif;
}
.wg-quote .icon i {
  color: var(--primary);
  font-size: 106px;
}
.wg-quote .image-item {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  opacity: 0.1;
}
.wg-quote .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wg-quote.style-2 {
  padding: 64px 73px 62px 45px;
}
.wg-quote.style-2 .icon {
  position: absolute;
  bottom: 54px;
  right: 51px;
}
.wg-quote.style-2 .icon i {
  font-size: 34px;
}
.wg-quote.style-2 .text {
  letter-spacing: 0.17px;
  margin-bottom: 22px;
}

.wg-banner {
  background-color: var(--secondary);
  border-left: 5px solid var(--primary);
  padding: 56px 71px 47px 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.wg-banner .title-banner {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 25px;
  letter-spacing: 0.14px;
}
.wg-banner span,
.wg-banner a {
  color: var(--color-text-2);
  font-family: "Barlow", sans-serif;
}
.wg-banner .icon i {
  color: var(--primary);
  font-size: 106px;
}
.wg-banner .image-item {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  opacity: 0.1;
}
.wg-banner .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wg-banner.style-2 {
  padding: 65px 0 62px 46px;
}
.wg-banner.style-2 .icon {
  position: absolute;
  bottom: 45px;
  right: 44px;
}
.wg-banner.style-2 .icon i {
  font-size: 48px;
}

.wg-pagination ul {
  gap: 12px;
  justify-content: center;
}
.wg-pagination ul a,
.wg-pagination ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background-color: var(--secondary);
  cursor: pointer;
  color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-pagination ul a:hover,
.wg-pagination ul li:hover {
  background: var(--primary);
}
.wg-pagination ul a.active,
.wg-pagination ul li.active {
  background: var(--primary);
}

.post-layout-post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: var(--secondary);
  position: relative;
}
.post-layout-post .image {
  max-width: 671px;
  width: 100%;
  height: 100%;
}
.post-layout-post .image img {
  width: 100%;
  height: 100%;
  min-height: 522px;
  object-fit: cover;
}
.post-layout-post .time-day {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary);
  width: 165px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-layout-post .time-day p {
  color: var(--white);
}
.post-layout-post .post-layout-post-content {
  max-width: 42.65%;
  width: 100%;
  min-height: 522px;
  position: relative;
  padding: 100px 43px 100px 43px;
}
.post-layout-post .post-layout-post-content .author {
  margin-bottom: 22px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.post-layout-post .post-layout-post-content .author a {
  padding: 2px 20px;
  background-color: var(--line-2);
  border-radius: 999px;
  color: var(--white);
  font-family: "Barlow", sans-serif;
}
.post-layout-post .post-layout-post-content .author a:last-child {
  margin-right: 0;
}
.post-layout-post .post-layout-post-content .title {
  color: var(--white);
  margin-bottom: 19px;
  letter-spacing: 0.9px;
}
.post-layout-post .post-layout-post-content .text {
  color: var(--color-text-2);
  font-family: "Barlow", sans-serif;
}
.post-layout-post .post-layout-post-content .btn-readmore {
  position: absolute;
  bottom: 0;
  right: 0;
}

.list-btn-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.list-btn-blog .blog-pre-btn {
  opacity: 0;
  visibility: hidden;
}

.user-siderbar-content .image {
  position: relative;
}
.user-siderbar-content .user-content .top {
  padding: 15px 27px 19px;
  background-color: var(--secondary);
  position: relative;
}
.user-siderbar-content .user-content .top .position {
  color: var(--color-text-3);
  font-family: "Barlow", sans-serif;
}
.user-siderbar-content .user-content .top .post-social {
  position: absolute;
  top: -187px;
  right: 21px;
}
.user-siderbar-content .user-content .top .name {
  color: var(--white);
  letter-spacing: 0.5px;
}
.user-siderbar-content .user-content .bottom {
  padding: 26px 23px 28px 23px;
}
.user-siderbar-content .user-content .bottom .text {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}
.user-siderbar-content:hover .post-social .icon-socila {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.sidebar-content {
  border: 1px solid var(--line-4);
  margin-bottom: 50px;
}
.sidebar-content .title {
  padding: 14px 0px 16px 20px;
  position: relative;
  background-color: var(--secondary);
  letter-spacing: 1px;
}
.sidebar-content .title p {
  color: var(--white);
  position: relative;
  font-weight: 600;
  z-index: 2;
}
.sidebar-content .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/blog/bg-title-siderbar.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sidebar-content .content {
  padding: 35px 24px 33px 24px;
}
.sidebar-content:last-child {
  margin-bottom: 0;
}

.categories-siderbar ul li a {
  padding: 15px 22px 17px 22px;
  position: relative;
  display: block;
  border-bottom: 1px solid var(--line-4);
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.categories-siderbar ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.categories-siderbar ul li a::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 38px;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.categories-siderbar ul li a:first-child {
  border-top: 1px solid var(--line-4);
}
.categories-siderbar ul li a:last-child {
  border-bottom: 0;
}
.categories-siderbar ul li a:hover {
  background-color: var(--primary);
  color: var(--white);
  padding-left: 56px;
}
.categories-siderbar ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.categories-siderbar ul li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.why-siderbar .list-why-item {
  padding: 36px 23px 33px 23px;
}
.why-siderbar .list-why-item .sidebar-why-item {
  margin-bottom: 13px;
}
.why-siderbar .list-why-item .sidebar-why-item:last-child {
  margin-bottom: 0;
}

.download-siderbar .content {
  padding: 29px 22px 34px 22px;
}
.download-siderbar .content .text {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}

.cart-siderbar .content {
  padding: 37px 27px 26px 24px;
}

.sidebar-price .content {
  padding: 43px 27px 33px 24px;
}
.sidebar-price .content .tf-btn {
  padding: 7px 29px;
}

.recent-siderbar .content {
  padding: 40px 24px 35px 24px;
}

.post-siderbar .list-post {
  padding: 34px 25px;
}

.newletter-siderbar .form-newsletter {
  border: 1px solid var(--line-4);
}

.tf-post-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 21px;
  padding-bottom: 26px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--line-4);
}
.tf-post-list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.tf-post-list .image {
  max-width: 76px;
}
.tf-post-list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-post-list .tf-post-list-content p {
  color: var(--color-text-3);
  font-family: "Barlow", sans-serif;
}
.tf-post-list .tf-post-list-content .title-post {
  color: var(--color-text-title-3);
}
.tf-post-list .tf-post-list-content .title-post:hover {
  color: var(--primary);
}

.tagcloud {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tagcloud .tag-cloud-link {
  padding: 7px 21px;
  font-family: "Barlow", sans-serif;
  background-color: var(--color-bg-2);
  color: var(--color-text-title-2);
  letter-spacing: 0px;
}
.tagcloud .tag-cloud-link:hover {
  background-color: var(--primary);
  color: var(--white);
}

.post-metas {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 7px;
}
.post-metas .metas-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 19px;
  border-right: 1px solid var(--line-4);
}
.post-metas .metas-item i {
  padding-right: 12px;
  color: var(--primary);
}
.post-metas .metas-item:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.post-metas .post-author {
  gap: 12px;
}
.post-metas .post-author .image {
  width: 38px;
}

.tf-blog-details .img-1 {
  margin-bottom: 42px;
}
.tf-blog-details .img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-blog-details .image-blog.img-volume {
  position: relative;
}
.tf-blog-details .image-blog.img-volume .format-volume {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tf-blog-details .desc-blog .text {
  color: var(--color-text);
  font-family: "Barlow", sans-serif;
}
.tf-blog-details .desc-blog .title {
  margin-top: 34px;
  margin-bottom: 14px;
  letter-spacing: -0.1px;
}
.tf-blog-details .list {
  margin-bottom: 38px;
}
.tf-blog-details .list li {
  font-weight: 600;
  position: relative;
  padding-left: 17px;
  padding-bottom: 4px;
}
.tf-blog-details .list li:last-child {
  padding-bottom: 0;
}
.tf-blog-details .list li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--primary);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.tf-blog-details .wg-quote {
  margin-bottom: 42px;
}
.tf-blog-details .line-blog {
  margin-top: 0;
  margin-bottom: 0;
}

.list-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 32px;
}
.list-image img {
  flex: 1 1 auto;
  max-width: calc(50% - 15px);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-image img:last-child {
  margin-right: 0;
}

.post-tags-share {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 29px;
  margin-bottom: 25px;
}
.post-tags-share .post-share-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 0;
  flex-wrap: wrap;
  justify-content: end;
}
.post-tags-share .post-share-wrap span {
  padding-right: 17px;
}

.post-share-wrap {
  position: relative;
}
.post-share-wrap .share {
  background-color: var(--primary);
  border-color: var(--primary);
  width: 45px;
  height: 45px;
  margin-right: 7px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-share-wrap .share i {
  color: var(--white);
}
.post-share-wrap .icon-socila {
  width: 45px;
  height: 45px;
}
.post-share-wrap .label {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: var(--white);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post-share-wrap .post-social {
  position: absolute;
  right: 7px;
  bottom: 55px;
}
.post-share-wrap .post-social li {
  background-color: var(--white);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-share-wrap .post-social ul {
  flex-direction: column-reverse;
}
.post-share-wrap:hover .label {
  margin-right: 0;
}
.post-share-wrap:hover .post-social li {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.comment-item .image {
  max-width: 82px;
  margin-right: 29px;
}
.comment-item .user-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.comment-item .time {
  color: var(--color-text);
  font-family: "Barlow", sans-serif;
}
.comment-item .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}
.comment-item .comment-item-content .desc {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}

.wg-comment .text {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}

.sw-post {
  position: relative;
}
.sw-post .arrow-btn {
  opacity: 1;
  visibility: visible;
}
.sw-post .arrow-btn.arrow-next {
  right: -139px;
}
.sw-post .arrow-btn.arrow-prev {
  left: -139px;
}

/*------------ testimonial ---------------- */
.testimonial-item .text {
  padding-bottom: 37px;
  line-height: 32.5px;
  letter-spacing: 0.06px;
  padding-right: 10px;
}
.testimonial-item .line {
  width: 100%;
  height: 1px;
  background-color: var(--line-4);
  position: relative;
  margin-bottom: 39px;
}
.testimonial-item .line::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  height: 8px;
  width: 8px;
  background-color: var(--primary);
}
.testimonial-item .rating i {
  font-size: 17px;
}
.testimonial-item.style-2 {
  background-color: var(--white);
  text-align: center;
  position: relative;
  padding: 77px 70px 41px 69px;
  width: 100%;
}
.testimonial-item.style-2 .icon {
  width: 66px;
  height: 66px;
  background-color: var(--primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-item.style-2 .icon::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translatex(-50%);
  bottom: -9px;
  width: 14px;
  height: 10px;
  background-color: var(--primary);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.testimonial-item.style-2 .icon i {
  font-size: 22px;
  color: var(--white);
}
.testimonial-item.style-2 .title-testimonial {
  display: inline-block;
  margin-bottom: 12px;
  letter-spacing: 0.05px;
}
.testimonial-item.style-2 .desc {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
  margin-bottom: 76.5px;
  max-width: 803.33px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-item.style-2 .line {
  margin-bottom: 0;
}
.testimonial-item.style-2 .line::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: var(--primary);
}
.testimonial-item.style-2 .user-testimonial {
  margin-top: -35.5px;
}
.testimonial-item.style-2 .user-testimonial .image-avata {
  padding: 0 29px;
  max-width: 129px;
  background-color: var(--white);
}
.testimonial-item.style-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  opacity: 0;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-item.style-color-white .text {
  color: var(--color-text-2);
  padding-right: 0;
}
.testimonial-item.style-color-white .user-testimonial .title {
  color: var(--white);
}
.testimonial-item.style-color-white .user-testimonial .position {
  color: var(--color-text-3);
}
.testimonial-item.style-3 .list-rating {
  margin-bottom: 27px;
}
.testimonial-item.style-3 .list-rating i {
  color: var(--primary);
  margin-right: -3px;
}
.testimonial-item.style-3 .title-testimonial {
  margin-bottom: 19px;
  letter-spacing: -0.2px;
}
.testimonial-item.style-3 .text-testimonial {
  color: var(--color-text);
  letter-spacing: 0;
  padding-right: 0;
  padding-bottom: 37px;
}
.testimonial-item.style-3 .line {
  max-width: 484px;
  margin-bottom: 46px;
}
.testimonial-item.style-3 .line::before {
  top: -1.5px;
  left: 0;
  right: auto;
  height: 3px;
  width: 70px;
}
.testimonial-item.style-video .top-item {
  position: relative;
  margin-bottom: 32px;
}
.testimonial-item.style-video .top-item .format-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-item.style-video .top-item .format-video .popup-youtube .icon {
  width: 62px;
  height: 62px;
}
.testimonial-item.style-video .top-item .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.testimonial-item.style-video .testimonial-content .name {
  padding-right: 18px;
  letter-spacing: -0.15px;
}
.testimonial-item.style-video .testimonial-content .position {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}
.testimonial-item.style-4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 39px;
}
.testimonial-item.style-4 .icon-testimonial i {
  color: var(--primary);
  font-size: 32px;
}
.testimonial-item.style-4 .text {
  color: var(--color-text);
  letter-spacing: 0.03px;
  padding-bottom: 29px;
}
.testimonial-item.style-4 .name {
  padding-right: 18px;
  letter-spacing: -0.15px;
}
.testimonial-item.style-4 .position {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}

.user-testimonial {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 29px;
}
.user-testimonial .image-avata {
  max-width: 82px;
  position: relative;
}
.user-testimonial .image-avata img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.user-testimonial .image-avata::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -5px;
  width: 90%;
  height: 94%;
  background-color: var(--primary);
}
.user-testimonial .user-info {
  padding-top: 4px;
}
.user-testimonial .user-info .title {
  display: inline-block;
}
.user-testimonial .user-info .position {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}
.user-testimonial .user-icon i {
  font-size: 39px;
  color: var(--primary);
}
.user-testimonial.style-2 {
  flex-direction: column;
  gap: 18px;
}
.user-testimonial.style-2 .image-avata::before {
  display: none;
}

.list-testimonial {
  padding-left: 15px;
  margin-left: -15px;
  padding-bottom: 15px;
  margin-bottom: -15px;
}

.list-testimonial-h3 {
  padding-top: 50px;
  margin-top: -50px;
}
.list-testimonial-h3 .swiper-slide-active .testimonial-item::before {
  opacity: 1;
}

/*------------ accordion ---------------- */
.according-item {
  border-top: 1px solid var(--line-4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.according-item .title-according {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--secondary);
  padding: 22px 0;
}
.according-item .title-according i {
  color: var(--primary);
  font-size: 16px;
}
.according-item .title-according:not(.collapsed) i {
  transform: rotate(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.according-item .title-according.collapsed i {
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.according-item .according-content .text {
  padding-bottom: 33px;
  color: var(--color-text);
  font-family: "Barlow", sans-serif;
}
.according-item:last-child {
  border-bottom: 1px solid var(--line-4);
}
.according-item.active-border {
  border-color: var(--secondary);
}
.according-item.style-2 {
  border: none;
  margin-bottom: 15px;
}
.according-item.style-2:last-child {
  margin-bottom: 0;
}
.according-item.style-2 .title-according {
  position: relative;
  background-color: var(--secondary);
  color: var(--white);
  padding: 15px 31px;
}
.according-item.style-2 .title-according::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: url(../image/section/bg-title-according.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.according-item.style-2 .title-according span {
  top: 8px;
  right: 8px;
  width: 45px;
  height: 45px;
  position: absolute;
  background-color: var(--line-2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.according-item.style-2 .title-according span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 1.5px;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.according-item.style-2 .title-according span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 12px;
  height: 1.5px;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.according-item.style-2 .title-according:not(.collapsed) {
  background-color: var(--primary);
}
.according-item.style-2 .title-according:not(.collapsed)::before {
  width: 100%;
}
.according-item.style-2 .title-according:not(.collapsed) span::before {
  transform: translate(-50%, -50%) rotate(90deg);
  display: none;
}
.according-item.style-2 .title-according:not(.collapsed) span::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.according-item.style-2 .according-content {
  border: 1px solid var(--line-4);
  padding: 28px 30.5px 33px;
  background-color: var(--white);
}
.according-item.style-2 .according-content p {
  padding-bottom: 0;
}
.according-item.style-2.style-center .title-according {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.according-item.style-2.style-center .according-content {
  padding: 28px 70px 33px;
}
.according-item.style-2.style-center .according-content p {
  text-align: center;
}
.according-item.style-3 {
  border-top: none;
  border-bottom: 1px solid var(--line-4);
}
.according-item.style-3 .title-according {
  position: relative;
  padding-left: 29px;
  padding-top: 25px;
  padding-bottom: 16px;
  letter-spacing: 0.8px;
}
.according-item.style-3 .title-according::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--primary);
}
.according-item.style-3 .text {
  padding-bottom: 24px;
}
.according-item.style-3 .list-benefit {
  padding-left: 4px;
}
.according-item.style-3.active-border {
  border-top-color: unset;
}
.according-item.style-3:last-child {
  border: none;
}
.according-item.according-price .title-according {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 15.5px;
}
.according-item.according-price .title-according span {
  width: 21px;
  height: 21px;
  background-color: var(--primary);
  border-radius: 50%;
  position: relative;
  display: block;
}
.according-item.according-price .title-according span::before {
  content: "+";
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  font-size: 19px;
}
.according-item.according-price .title-according:not(.collapsed) span {
  transform: rotate(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.according-item.according-price .title-according:not(.collapsed) span::before {
  content: "-";
}
.according-item.according-price .title-according.collapsed span {
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.according-item.according-price ul {
  padding-top: 16px;
  padding-bottom: 14px;
  border-top: 1px solid var(--line-4);
  margin-left: -6px;
}
.according-item.according-price ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 4px;
}
.according-item.according-price ul li i {
  color: var(--primary);
}
.according-item.according-price ul li span {
  font-family: "Barlow", sans-serif;
}
.according-item.according-price:first-child {
  border-top: 0;
}
.according-item.according-price:last-child {
  border-bottom: 0;
}

.according-item.active-border + .according-item {
  border-top-color: var(--secondary);
}

/*------------ shop ---------------- */
.tf-sort {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 10px;
}
.tf-sort .tf-sort-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}
.tf-sort .tf-sort-content .text {
  white-space: nowrap;
  color: var(--color-text-title-2);
  font-family: "Barlow", sans-serif;
}
.tf-sort .tf-sort-content.tf-sort-right {
  gap: 38px;
}
.tf-sort .shop-sale {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  align-items: center;
}
.tf-sort .shop-sale i {
  font-size: 24px;
}
.tf-sort .nice-select {
  width: 272px;
}

.product-item .image {
  position: relative;
  border: 1px solid var(--line-4);
}
.product-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-item .top-item {
  position: relative;
}
.product-item .top-item .list-btn {
  gap: 13px;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.product-item .rating {
  justify-content: center;
}
.product-item .btn-product {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition-delay: 0.2s;
}
.product-item .btn-product.add-to-card {
  transition-delay: 0.1s;
}
.product-item .product-item-content {
  text-align: center;
  padding: 27px 0 20px;
}
.product-item .product-item-content .name-product {
  color: var(--color-text-8);
  display: inline-block;
  margin-bottom: 17px;
  position: relative;
}
.product-item .product-item-content .name-product:hover {
  color: var(--primary);
}
.product-item .product-item-content .price {
  margin-bottom: 11px;
}
.product-item .product-item-content .price span {
  color: var(--primary);
}
.product-item .product-item-content .price .price-old {
  padding-left: 30px;
  text-decoration-line: line-through;
  color: var(--color-text-9);
}
.product-item.discount .top-item {
  position: relative;
}
.product-item.discount .top-item::before {
  content: "sale off!";
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--secondary);
  width: 121px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: var(--white);
  z-index: 2;
  letter-spacing: 1.4px;
}
.product-item.style-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.product-item.style-2 .image {
  max-width: 100px;
  height: 100px;
  margin-bottom: 0;
}
.product-item.style-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line-4);
}
.product-item.style-list .top-item {
  max-width: 370px;
  width: 100%;
}
.product-item.style-list .rating i {
  margin-right: 1.5px;
}
.product-item.style-list .product-item-content {
  padding: 0;
  text-align: start;
  max-width: calc(100% - 400px);
  width: 100%;
}
.product-item.style-list .product-item-content .name-product {
  letter-spacing: 1.2px;
}
.product-item.style-list .product-item-content .desc {
  color: var(--color-text);
  font-family: "Barlow", sans-serif;
  margin-bottom: 32px;
}
.product-item.style-list .wishlist {
  padding-left: 21px;
  margin-left: 15px;
  border-left: 1px solid var(--line-4);
}
.product-item.style-list.discount .top-item {
  position: relative;
}
.product-item.style-list.discount .top-item::before {
  top: 12px;
  right: 12px;
}
.product-item.style-list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.product-item.style-list.style-small {
  gap: 14px;
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 25px;
}
.product-item.style-list.style-small .top-item {
  max-width: 76px !important;
}
.product-item.style-list.style-small .image {
  height: 82px;
}
.product-item.style-list.style-small .product-item-content {
  max-width: calc(100% - 90px) !important;
}
.product-item.style-list.style-small .product-item-content .price {
  margin-bottom: 0;
}
.product-item.style-list.style-small .product-item-content .name-product {
  margin-bottom: 0;
  letter-spacing: 0;
}
.product-item.style-list.style-small .btn-delete-product {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.product-item.style-list.style-small .btn-delete-product i {
  font-size: 10px;
}
.product-item.style-list.style-small:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-item:hover .btn-product {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tf-product-info-wrap .tf-product-info-content {
  border-bottom: 1px solid var(--line-4);
}
.tf-product-info-wrap .tf-product-info-heading {
  padding-bottom: 30px;
  margin-bottom: 21px;
}
.tf-product-info-wrap .tf-product-info-heading .name-product {
  letter-spacing: 0.25px;
}
.tf-product-info-wrap .tf-product-info-heading .tf-product-info-price {
  margin-bottom: 20px;
}
.tf-product-info-wrap .tf-product-info-heading .rating i {
  font-size: 18px;
}
.tf-product-info-wrap .tf-product-info-desc {
  padding-bottom: 23px;
  margin-bottom: 23px;
}
.tf-product-info-wrap .tf-product-info-desc p {
  color: var(--color-text);
  font-family: "Barlow", sans-serif;
}
.tf-product-info-wrap .tf-product-info-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.tf-product-info-wrap .tf-product-info-btn .tf-btn {
  padding: 14px 16px;
  min-width: 193px;
}
.tf-product-info-wrap .tf-product-info-btn .tf-btn span {
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
}
.tf-product-info-wrap .tf-product-info-btn .tf-btn i {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid var(--line-5);
}

.tf-product-info-quanlity {
  padding-bottom: 23px;
  margin-bottom: 23px;
}
.tf-product-info-quanlity .title {
  color: var(--color-text-title-2);
  letter-spacing: 1.6px;
}

.tf-product-info-sku {
  padding-bottom: 20px;
  margin-bottom: 32px;
}
.tf-product-info-sku li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 2px;
}
.tf-product-info-sku li p {
  font-family: "Barlow", sans-serif;
}
.tf-product-info-sku li .content {
  color: var(--color-text);
  padding-left: 10px;
}

.tf-product-info-socail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 24px;
  flex-wrap: wrap;
}
.tf-product-info-socail .text {
  text-transform: uppercase;
  color: var(--color-text-title-2);
  letter-spacing: 1.6px;
}
.tf-product-info-socail .social li a {
  border: 1px solid var(--line);
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-product-info-socail .social li a i {
  color: var(--color-text);
}
.tf-product-info-socail .social li a:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.tf-product-info-socail .social li a:hover i {
  color: var(--white);
}

.wg-quanlity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  width: min-content;
}
.wg-quanlity .quanlity-product {
  color: var(--secondary);
}
.wg-quanlity .btn-wg-quanlity .btn-quanlity {
  color: var(--color-text);
  font-size: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  padding: 0 12px;
  line-height: 24px;
}
.wg-quanlity input {
  width: 62px !important;
  padding: 0 !important;
  text-align: center;
  border: none;
}

.tf-table-page-cart {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  min-width: 850px;
}
.tf-table-page-cart tr {
  border-bottom: 1px solid var(--outline);
}
.tf-table-page-cart thead th {
  text-align: center;
  border: none;
  color: var(--on-suface-container);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 20px !important;
}
.tf-table-page-cart thead th:first-child {
  text-align: left;
  width: 380px;
}
.tf-table-page-cart thead th:nth-child(2) {
  width: 115px;
}
.tf-table-page-cart thead th:nth-child(3) {
  width: 145px;
}
.tf-table-page-cart thead th:nth-child(4) {
  width: 145px;
}
.tf-table-page-cart thead th:last-child {
  text-align: right;
}
.tf-table-page-cart tbody tr td {
  padding: 20px 0;
  border: none;
}
.tf-table-page-cart tbody tr td.tf-cart-item_product {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tf-table-page-cart tbody tr td.tf-cart-item_product .img-box {
  flex-shrink: 0;
}
.tf-table-page-cart tbody tr td.tf-cart-item_product .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-table-page-cart tbody tr td.tf-cart-item_product .name-product {
  text-decoration: none;
  color: var(--on-suface-container);
  white-space: nowrap;
}
.tf-table-page-cart tbody tr td.tf-cart-item_product .name-product:hover {
  color: var(--primary);
}
.tf-table-page-cart tbody tr td.tf-cart-item_price, .tf-table-page-cart tbody tr td.tf-cart-item_total {
  text-align: center;
  color: var(--on-suface-container);
}
.tf-table-page-cart tbody tr td.tf-cart-item_quantity .quanlity-product {
  color: var(--primary);
}
.tf-table-page-cart tbody tr td:last-child {
  text-align: right;
}

.tf-cart-sold .notification-sold {
  padding: 10px;
}

.tf-cart-item .tf-cart-item_product {
  display: flex;
  align-items: center;
}
.tf-cart-item .tf-cart-item_product .img-box {
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 16px;
  display: block;
}
.tf-cart-item .tf-cart-item_product .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-cart-item .tf-cart-item_product .cart-info {
  display: grid;
  gap: 12px;
}
.tf-cart-item .wg-quantity {
  width: 120px;
  height: 40px;
}
.tf-cart-item .wg-quantity input {
  pointer-events: none;
  height: 38px;
  width: 40px;
}
.tf-cart-item .wg-quantity .btn-quantity {
  width: 40px;
  height: 30px;
  font-size: 30px;
}
.tf-cart-item .tf-cart-item_price .old-price {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  line-height: 22px;
  color: var(--secondary-2);
}
.tf-cart-item .remove-cart .icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid var(--error);
  border-radius: 50%;
  font-size: 12px;
  color: var(--on-suface-container);
  cursor: pointer;
  margin-left: auto;
}
.tf-cart-item .remove-cart .icon:hover {
  background-color: var(--error);
  color: var(--white);
}

.tf-cart-item_total {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.box-order {
  padding: 24px;
  border: 2px solid var(--outline);
}
.box-order .title-box {
  margin-bottom: 20px;
}
.box-order .subtotal,
.box-order .discount,
.box-order .ship {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--outline);
}
.box-order .ship {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 69px;
  justify-content: space-between;
}
.box-order .ship .ship-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.box-order .ship .ship-item label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.box-order .total-order {
  margin-bottom: 20px;
}

.layout-btn {
  width: 55px;
  height: 55px;
  background-color: var(--secondary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-btn i {
  color: var(--white);
  font-size: 25px;
}
.layout-btn.active {
  background-color: var(--primary);
}

.list-btn-layout ul {
  gap: 9px;
}

.overlay-filter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: var(--secondary);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overlay-filter.show {
  visibility: visible;
  opacity: 0.3;
}

.wishlist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 7px;
}
.wishlist i {
  color: var(--primary);
}
.wishlist span {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}

.rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
.rating i {
  color: var(--primary);
  font-size: 14px;
}

.thumbs-slider .image-main {
  border: 1px solid var(--line-4);
  display: block;
}
.thumbs-slider .tf-product-media-thumbs .swiper-slide {
  width: max-content;
}
.thumbs-slider .image-thumb {
  border: 1px solid var(--line-4);
  max-width: 180px;
  cursor: pointer;
}

.tb-info-product {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border-style: hidden;
}
.tb-info-product tr {
  border: 1px solid var(--line-4);
  vertical-align: middle;
}
.tb-info-product tr th {
  padding: 10px 20px;
  border-right: 1px solid var(--line-4);
  font-weight: 500;
}
.tb-info-product tr td {
  padding: 10px 20px;
}

/*------------ map ---------------- */
.map-1 {
  max-width: 100%;
  height: 301px;
  overflow: hidden;
}
.map-1 .marker {
  width: 66px;
  height: 66px;
  background-color: var(--primary);
  cursor: pointer;
}
.map-1 .marker::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translatex(-50%);
  bottom: -9px;
  width: 14px;
  height: 10px;
  background-color: var(--primary);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.map-1 .marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 30px;
  transform: translate(-50%, -50%);
  background-image: url(../image/icon/logo-map.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mapboxgl-ctrl-attrib a,
.mapboxgl-ctrl-attrib.mapboxgl-compact,
a.mapboxgl-ctrl-logo {
  display: none !important;
}

.mapboxgl-popup-content {
  padding: 16px;
  background-color: var(--white);
}
.mapboxgl-popup-content .mapboxgl-popup-close-button {
  font-size: 30px;
  overflow: hidden;
  color: var(--on-suface-variant-1);
}

.map-2 {
  max-width: 100%;
  height: 477px;
}
.map-2 .marker {
  cursor: pointer;
}
.map-2 .marker::before {
  content: "\e963";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon";
  color: var(--primary);
  font-size: 50px;
}

/*------------ nice-select ---------------- */
.nice-select {
  border: unset !important;
  position: relative;
}
.nice-select::before {
  content: "\e930";
  font-family: "icomoon";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nice-select::after {
  display: none;
}
.nice-select > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-text);
}
.nice-select > .list {
  margin-top: 10px;
  border-radius: 16px;
  max-height: unset;
  border: unset !important;
  top: 110%;
  border: 1px solid var(--Line);
  box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.1490196078);
}
.nice-select > .list .option {
  height: 41px;
  padding: 0 15px;
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 41px;
  color: var(--secondary);
  position: relative;
}
.nice-select > .list .option.selected {
  color: var(--secondary);
  font-weight: 400;
}
.nice-select.open {
  z-index: 50;
}
.nice-select.open::before {
  transform: translateY(-50%) rotate(180deg);
}
.nice-select.default {
  padding: 0;
  padding-right: 18px;
  border: 0 !important;
}
.nice-select.default::after {
  right: 0;
  top: 44%;
  right: 2px;
}
.nice-select.default ul.list {
  width: 220px;
  right: 0;
  left: unset;
}
.nice-select.style-border {
  border: 1px solid var(--line-4) !important;
  padding-top: 13px;
  padding-bottom: 14px;
}
.nice-select.style-border .current {
  color: var(--color-text-title-2);
}
.nice-select.style-border::before {
  z-index: 2;
  color: var(--white);
}
.nice-select.style-border::after {
  display: block !important;
  content: "";
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  right: 5px;
  width: 45px;
  height: 45px;
  z-index: 1;
  background-color: var(--secondary);
}

/*------------ animation ---------------- */
@keyframes ripple {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.9;
  }
  100% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
  50% {
    width: 200%;
    height: 200%;
    opacity: 0.5;
  }
  100% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
}
@keyframes glow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
.tf-fade-top {
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-fade-left {
  transform: translateX(-20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-fade-right {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-fade-bottom {
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-fade-bottom-left {
  transform: translate(20px, -20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-fade-top-right {
  transform: translate(-20px, -20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-animate-1 {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-1.active-animate {
  clip-path: inset(-50px -50px -50px -50px);
  animation-delay: 0.5s;
}
.tf-animate-1.transition-1s {
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}

.tf-animate-2 {
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-2.active-animate {
  clip-path: inset(-50px -50px -50px -50px);
  animation-delay: 0.7s;
}

.tf-animate-3 {
  clip-path: inset(100% 0 0 0);
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-3.active-animate {
  clip-path: inset(-50px -50px -50px -50px);
  animation-delay: 0.5s;
}

.tf-animate-4 {
  clip-path: inset(0 0 0 100%);
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-4.active-animate {
  clip-path: inset(-50px -50px -50px -50px);
  animation-delay: 0.5s;
}

@keyframes ring {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(30deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(30deg) scale(1) skew(1deg);
  }
  100%, 50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes l3 {
  to {
    transform: rotate(-1turn);
  }
}
@keyframes infiniteScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes tf-preload {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: transparent;
  }
  100% {
    transform: scale(0.8);
    background: transparent;
  }
}
.hover-img .image {
  overflow: hidden;
  display: block;
}
.hover-img .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.hover-img:hover .image img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.slide-in-left {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
  animation: slideInFabric-left 1.5s ease-out forwards;
}

@keyframes slideInFabric-left {
  0% {
    opacity: 0;
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
.slide-in-right {
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 100% 0 0);
  animation: slideInFabric_right 1.5s ease-out forwards;
}

@keyframes slideInFabric_right {
  0% {
    opacity: 0;
    visibility: hidden;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes dotAnimatedTopToBottom {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes dotAnimatedBottomToTop {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 0;
  }
}
.text-anime-wave {
  display: block;
}

.line-animation {
  transform-origin: center;
  transform: scaleX(0.8);
}

/*------------ zoom ---------------- */
.tf-zoom-main {
  position: sticky;
  top: 30px;
  z-index: 50;
}
.tf-zoom-main .drift-zoom-pane {
  top: 0;
  left: 0;
  height: 520px;
  max-width: 520px;
  width: 100%;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  box-shadow: 0 1px 5px rgba(127, 127, 127, 0.0196078431), 0 5px 18px rgba(127, 127, 127, 0.2);
  z-index: 3;
}

.drift-bounding-box.drift-open {
  background: rgba(255, 255, 255, 0.2509803922);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
  z-index: 5000;
}

.drift-zoom-pane {
  z-index: 5000;
}

.section-image-zoom .other-image-zoom {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-image-zoom.zoom-active .other-image-zoom {
  opacity: 0.3;
}

.pswp__bg {
  background: var(--white);
}

.pswp__icn {
  fill: rgb(34, 34, 34);
  color: var(--white);
}
.pswp__icn .pswp__icn-shadow {
  stroke: var(--white);
  stroke-width: 1px;
  fill: none;
}

.pswp__counter {
  color: #222;
  text-shadow: 1px 1px 3px #ffffff;
}

.tf-model-viewer {
  width: 100%;
  height: 100%;
  position: relative;
}
.tf-model-viewer model-viewer {
  display: block;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.tf-model-viewer model-viewer.disabled {
  pointer-events: none;
}
.tf-model-viewer.active model-viewer {
  pointer-events: all;
}
.tf-model-viewer.active .wrap-btn-viewer {
  display: none;
}

/*------------ widgets ---------------- */
.tf-text-carousel .carousel-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 25px;
  align-items: end;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--line-9);
  margin-bottom: 26px;
}
.tf-text-carousel .carousel-top .text {
  color: var(--color-text-2);
  letter-spacing: 5px;
}
.tf-text-carousel .number {
  font-size: 100px;
  font-weight: 900;
  line-height: 80px;
  color: var(--primary);
}
.tf-text-carousel .percent {
  font-size: 45px;
  line-height: 30px;
}
.tf-text-carousel .carousel-desc p {
  color: var(--color-text-2);
  padding-right: 30px;
  letter-spacing: 1px;
  line-height: 31px;
}

.join-team-box {
  padding: 43px 58px 50px 53px;
  background-color: var(--primary);
  position: relative;
  max-width: 520px;
}
.join-team-box .title-box {
  color: var(--white);
  margin-bottom: 27px;
  letter-spacing: 0.3px;
}
.join-team-box .image-item {
  position: absolute;
  bottom: 0;
  right: 0;
}
.join-team-box .image-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.join-team-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/page-title/bg-join-team-box.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.join-team-box.style-2 {
  max-width: 100%;
  padding: 70px 15px;
}
.join-team-box.style-2::before {
  display: none;
}
.join-team-box.style-2 .title-box {
  margin-bottom: 0;
  letter-spacing: 2px;
  max-width: calc(100% - 127px);
}
.join-team-box.style-2 .icon-box {
  width: 87px;
  height: 87px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary);
}
.join-team-box.style-2 .icon-box i {
  color: var(--white);
  font-size: 55px;
}
.join-team-box.style-2 .desc {
  font-family: "Barlow", sans-serif;
  color: var(--white);
}
.join-team-box.style-2 .image-item.item-2 {
  bottom: auto;
  top: 0;
  right: 0;
  max-width: 281px;
}
.join-team-box.style-2 .image-item.item-3 {
  left: 0;
  right: auto;
  max-width: 281px;
}

.populated-item {
  max-width: 430px;
  width: 100%;
}
.populated-item .text {
  padding-top: 33px;
  color: var(--white);
  position: relative;
  letter-spacing: 0.25px;
  padding-bottom: 23px;
}
.populated-item .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 109px;
  background-color: var(--line);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.populated-item p {
  color: var(--color-text-2);
  font-size: 15px;
}
.populated-item:hover .text::before {
  background-color: var(--primary);
}

.counter-item .counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0 24px;
  flex-wrap: wrap;
}
.counter-item .number-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 5px;
  align-items: center;
}
.counter-item .number {
  font-family: "DM Sans", sans-serif !important;
}
.counter-item .text {
  letter-spacing: 1px;
}
.counter-item .odometer-formatting-mark {
  display: none !important;
}
.counter-item .odometer-value {
  width: 100%;
  text-align: right !important;
}

.counter-item1 .number-counter1 {
  margin-bottom: 8px;
  letter-spacing: 3px;
}

.wg-list-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px 77px;
  flex-wrap: wrap;
}

.wg-year .counter-item {
  background-color: var(--primary);
  max-width: 198px;
  padding: 51.5px 35px 43.5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.wg-year .counter-item .number {
  border-top: 1px solid var(--line-10);
  border-bottom: 1px solid var(--line-10);
  color: var(--white);
  padding-top: 10px;
  text-align: center;
  padding-bottom: 5px;
}
.wg-year .counter-item .text {
  color: var(--white);
  margin-top: 20px;
  letter-spacing: 3.5px;
}

.benefit-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
}
.benefit-items i {
  color: var(--primary);
}
.benefit-items:last-child {
  margin-bottom: 0;
}
.benefit-items.style-2 {
  position: relative;
  padding-left: 17px;
  margin-bottom: 9px;
}
.benefit-items.style-2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--primary);
}
.benefit-items.style-2:last-child {
  margin-bottom: 0;
}

.img-format-video {
  position: relative;
}
.img-format-video .format-video {
  position: absolute;
  bottom: 24px;
  right: 26px;
}

.services-item {
  position: relative;
  background-color: var(--white);
  border: 1px solid var(--line-4);
  padding: 0 38px 47px;
}
.services-item .icon-services {
  width: 88px;
  height: 88px;
  background-color: var(--secondary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 29px;
  margin-top: -18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-item .icon-services i {
  color: var(--white);
  font-size: 47px;
}
.services-item .name-services {
  margin-bottom: 19px;
}
.services-item .name-services a {
  color: var(--secondary);
  letter-spacing: -0.2px;
}
.services-item .desc {
  margin-bottom: 16px;
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}
.services-item ul {
  margin-bottom: 43px;
  margin-left: -7px;
}
.services-item ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 4px;
}
.services-item ul li i {
  color: var(--primary);
}
.services-item ul li p {
  color: var(--secondary);
  font-weight: 600;
}
.services-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-item:hover::before {
  top: 6px;
  left: 6px;
}
.services-item.style-2 {
  padding: 29px 38px 40px 38px;
  height: 500px;
}
.services-item.style-2 .image {
  display: inline-block;
  position: absolute;
  height: 240px;
  top: 19px;
  left: 19px;
  right: 19px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  will-change: transform;
  backface-visibility: hidden;
  z-index: 2;
}
.services-item.style-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-item.style-2 p {
  padding-bottom: 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-item.style-2 .icon-services {
  width: 107px;
  height: 107px;
  margin-top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform-origin: right top;
}
.services-item.style-2 .services-content {
  position: absolute;
  bottom: 32px;
  left: 38px;
  right: 38px;
  transform: translateY(48px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-item.style-2 .services-content .name-services {
  margin-bottom: 14px;
}
.services-item.style-2 .services-content .desc {
  margin-bottom: 0;
}
.services-item.style-2 .services-content .tf-btn-default {
  margin-top: 24px;
  opacity: 0;
  visibility: hidden;
}
.services-item.style-2::before {
  width: 97%;
  height: 98%;
}
.services-item.style-2:hover p {
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}
.services-item.style-2:hover .icon-services {
  transform: scale(0);
}
.services-item.style-2:hover .image {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.2s;
}
.services-item.style-2:hover .services-content {
  transform: translateY(0);
}
.services-item.style-2:hover .services-content .tf-btn-default {
  opacity: 1;
  visibility: visible;
}
.services-item.style-2:hover::before {
  top: 16px;
  left: 19px;
}
.services-item.style-3 {
  padding: 0;
  border: none;
  position: relative;
  background-color: var(--white);
}
.services-item.style-3 .icon-services {
  width: 82px;
  height: 82px;
  position: absolute;
  right: 35px;
  top: 53.5%;
  transform: translateY(-50%);
  margin-bottom: 0;
  margin-top: 0;
}
.services-item.style-3 .services-content {
  padding: 33px 37px 31px 30px;
}
.services-item.style-3 .name-services {
  border-bottom: 1px solid var(--color-text-title-2);
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 21px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-item.style-3 .name-services::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 1px;
  width: 0;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-item.style-3 .desc {
  margin-bottom: 25px;
  padding-left: 4px;
}
.services-item.style-3 .tf-btn-default {
  padding-left: 4px;
}
.services-item.style-3::before {
  display: none;
}
.services-item.style-3:hover .icon-services {
  background-color: var(--primary);
}
.services-item.style-3:hover .name-services {
  border-color: transparent;
}
.services-item.style-3:hover .name-services::before {
  left: 0;
  right: auto;
  width: 100%;
}
.services-item.none-boder {
  border: none;
  padding: 0;
}
.services-item.none-boder::before {
  display: none;
}
.services-item.none-boder .image {
  margin-bottom: 30px;
}
.services-item.none-boder .name-services {
  margin-bottom: 13px;
}
.services-item.none-boder .desc {
  margin-bottom: 25px;
}
.services-item.none-bg {
  background-color: transparent;
}
.services-item.style-4 {
  padding: 37px 39px 47px;
}
.services-item.style-4 .icon-services {
  margin-top: 0;
}
.services-item.style-5 {
  padding: 0;
  border: none;
}
.services-item.style-5 .top-item {
  position: relative;
}
.services-item.style-5 .top-item .icon-services {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.services-item.style-5 .services-content {
  padding: 33px 40px 30px 33px;
  border: 1px solid var(--line-4);
}
.services-item.style-5 .services-content .name-services {
  margin-bottom: 14px;
}
.services-item.style-5 .services-content .desc {
  margin-bottom: 25px;
}
.services-item.style-6 {
  padding: 41px 38px 49px;
  min-height: 362px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-item.style-6::before {
  display: none;
}
.services-item.style-6 .desc {
  margin-bottom: 43px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-item.style-6:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.services-item.style-6:hover .name-services a {
  color: var(--white);
}
.services-item.style-6:hover .desc {
  color: var(--color-text-2);
}

.box-icon .icon {
  margin-bottom: 26px;
  margin-left: -9px;
}
.box-icon .icon i {
  font-size: 59px;
  color: var(--primary);
}
.box-icon .title-box {
  margin-bottom: 20px;
}
.box-icon .title-box a {
  color: var(--white);
}
.box-icon .desc {
  color: var(--color-text-2);
  font-family: "Barlow", sans-serif;
}
.box-icon.style-2 {
  border: 1px solid var(--line-4);
  border-top: 4px solid var(--primary);
  text-align: center;
  padding: 46px 46px 42px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background-color: var(--white);
}
.box-icon.style-2 .icon {
  position: relative;
  margin-left: 0;
}
.box-icon.style-2 .title-box {
  position: relative;
  margin-bottom: 18px;
}
.box-icon.style-2 .title-box a {
  color: var(--secondary);
}
.box-icon.style-2 .title-box a:hover {
  color: var(--primary);
}
.box-icon.style-2 .desc {
  position: relative;
  color: var(--color-text);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-icon.style-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--secondary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-icon.style-2:hover .title-box a {
  color: var(--white);
}
.box-icon.style-2:hover .desc {
  color: var(--color-text-2);
}
.box-icon.style-2:hover::before {
  height: 100%;
}
.box-icon.style-2.no-bg {
  background-color: transparent;
  border: 0;
  max-width: 346.17px;
  padding-left: 15px;
  padding-right: 15px;
}
.box-icon.style-2.no-bg::before {
  display: none;
}
.box-icon.style-2.no-bg:hover .title-box a {
  color: var(--secondary);
}
.box-icon.style-2.no-bg:hover .desc {
  color: var(--color-text);
}
.box-icon.style-row {
  gap: 29px;
}
.box-icon.style-row .icon {
  margin-bottom: 0;
  margin-left: 0;
}
.box-icon.style-row .title-box {
  letter-spacing: -0.1px;
}
.box-icon.style-3 {
  background-color: var(--secondary);
  padding: 49px 43px 41px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-icon.style-3 .icon {
  margin-left: 4px;
  width: 94px;
  height: 94px;
  background-color: var(--primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 43px;
}
.box-icon.style-3 .icon i {
  color: var(--white);
  font-size: 49px;
}
.box-icon.style-3 .title-box {
  color: var(--white);
  letter-spacing: -0.1px;
}
.box-icon.style-3 .text {
  color: var(--white);
  font-family: "Barlow", sans-serif;
}

.project-item {
  position: relative;
}
.project-item .image {
  height: 515px;
  display: block;
  width: 100%;
  position: relative;
}
.project-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item .project-content {
  max-width: 494px;
  width: 100%;
  position: absolute;
  bottom: 24px;
  left: 48px;
  background-color: var(--white);
  padding: 43px 38px 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 0.7s;
}
.project-item .project-content .sub-title {
  color: var(--color-text-3);
  margin-bottom: 10px;
  letter-spacing: 1.4px;
  position: relative;
}
.project-item .project-content .sub-title:hover {
  color: var(--primary) !important;
}
.project-item .project-content .title {
  color: var(--secondary);
  position: relative;
}
.project-item .project-content .title:hover {
  color: var(--primary) !important;
}
.project-item .project-content .desc {
  border-top: 1px solid var(--line-4);
  padding-top: 23px;
  margin-top: 22px;
  color: var(--color-text);
  margin-bottom: 32px;
  font-family: "Barlow", sans-serif;
  letter-spacing: -0.03px;
  position: relative;
}
.project-item .project-content .btn-readmore {
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.project-item.style-2 .image {
  min-height: 662px;
}
.project-item.style-2 .project-content {
  bottom: 35px;
  padding: 61px 38px 61px;
}
.project-item.style-2 .project-content::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  opacity: 0.4;
}
.project-item.style-2 .project-content ul {
  position: relative;
}
.project-item.style-2 .project-content ul li {
  color: var(--color-text);
  font-family: "Barlow", sans-serif;
  position: relative;
  padding-left: 16px;
  margin-bottom: 3px;
}
.project-item.style-2 .project-content ul li span {
  font-family: "DM Sans", sans-serif;
  padding-right: 5px;
}
.project-item.style-2 .project-content ul li:last-child {
  margin-bottom: 0;
}
.project-item.style-2 .project-content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: var(--primary);
}
.project-item.style-2.style-2-2 .image {
  min-height: auto;
  height: 100%;
}
.project-item.style-3 .image {
  height: auto;
}
.project-item.style-3 .project-content {
  max-width: 100%;
  width: auto;
  bottom: 30px;
  left: 29px;
  right: 29px;
  background-color: transparent;
  padding: 0;
  transition-delay: 0.1s !important;
}
.project-item.style-3 .project-content .sub-title {
  color: var(--color-text-2);
  margin-bottom: 0;
  padding: 10px 33px 10px;
  background-color: var(--secondary);
  letter-spacing: 1.4px;
  display: inline-block;
}
.project-item.style-3 .project-content .bottom-item {
  width: auto;
  background-color: var(--white);
  padding: 32px 23px 35px;
}
.project-item.style-3 .project-content .bottom-item a {
  letter-spacing: -0.9px;
}
.project-item.style-3.style-3-2 .project-content {
  bottom: 19px;
  left: 19px;
  right: 19px;
}
.project-item.style-3.style-3-2 .project-content .bottom-item {
  padding: 12px 15px 11px 29px;
}
.project-item.style-3.style-3-2 .project-content .bottom-item a {
  letter-spacing: 0;
}
.project-item.style-3.style-3-2 .project-content .bottom-item .btn-readmore {
  width: 58px;
  height: 58px;
}
.project-item.style-3:hover .project-content {
  opacity: 1 !important;
  visibility: visible !important;
}
.project-item.no-absolute .image {
  height: auto;
}
.project-item.no-absolute .project-content {
  position: unset;
  opacity: 1;
  visibility: visible;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.project-item.no-absolute .project-content .sub-title {
  margin-bottom: 6px;
}
.project-item.no-absolute .project-content .title {
  color: var(--color-text-title);
}
.project-item.style-4 {
  overflow: hidden;
  position: relative;
}
.project-item.style-4 .image {
  height: 406px;
}
.project-item.style-4 .project-content {
  max-width: 100%;
  padding: 64px 53px 50px 36px;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(60%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-item.style-4 .project-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(18, 19, 21, 0.502) 15%, var(--color-bg-14) 100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-item.style-4 .project-content .sub-title {
  color: var(--white);
  margin-bottom: 5px;
  letter-spacing: 1.6px;
}
.project-item.style-4 .project-content .title {
  color: var(--white);
}
.project-item.style-4 .project-content .desc {
  color: var(--color-text-2);
  border: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-item.style-4 .btn-readmore {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-item.style-4:hover .project-content {
  transform: translateY(0);
}
.project-item.style-4:hover .project-content::before {
  background: linear-gradient(180deg, var(--color-bg-14) 100%);
}
.project-item.style-4:hover .project-content .desc {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.project-item.style-4:hover .btn-readmore {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.project-item.style-5 .image {
  height: 443px;
}
.project-item.style-5 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item.style-5 .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/project-item/bg-project-style-5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-item.style-5 .project-content {
  max-width: 100%;
  width: auto;
  padding: 44px 15px;
  background-color: var(--secondary);
  top: 29px;
  bottom: 29px;
  left: 29px;
  right: 29px;
  transition-delay: 0s;
}
.project-item.style-5 .project-content .sub-title {
  margin-bottom: 6px;
}
.project-item.style-5 .project-content .title {
  color: var(--white);
}
.project-item.style-5 .project-content .desc {
  border: 0;
  position: relative;
  color: var(--color-text-2);
  max-width: 300.23px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
}
.project-item.style-5 .project-content .desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 51px;
  height: 2px;
  background-color: var(--primary);
}
.project-item.style-5 .btn-readmore {
  margin-left: auto;
  margin-right: auto;
  width: 58px;
  height: 58px;
}
.project-item.style-5:hover .project-content {
  opacity: 1;
  visibility: visible;
}
.project-item.style-5:hover .image::before {
  opacity: 1;
  visibility: visible;
}

.list-project .swiper-slide-active .project-item .project-content {
  left: 28px;
  opacity: 1;
  visibility: visible;
}
.list-project .swiper-slide-active .project-item.style-2 .project-content {
  left: 35px;
  opacity: 1;
  visibility: visible;
}
.list-project .swiper-slide-active .project-item.style-3 .project-content {
  opacity: 0;
  visibility: visible;
}

.team-item .top-item {
  position: relative;
  margin-bottom: 26px;
}
.team-item .top-item .post-social {
  position: absolute;
  bottom: -25px;
  right: 18px;
}
.team-item .image {
  filter: grayscale(100%);
}
.team-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item .team-content h6 {
  margin-bottom: 1px;
}
.team-item .team-content .name-title {
  color: var(--white);
  padding-left: 3px;
  letter-spacing: 0.4px;
}
.team-item .team-content .name-title:hover {
  color: var(--primary) !important;
}
.team-item .team-content .position {
  color: var(--color-text-2);
  font-family: "Barlow", sans-serif;
  padding-left: 3px;
}
.team-item .team-content .position:hover {
  color: var(--primary) !important;
}
.team-item.style-color-white .team-content .name-title {
  color: var(--secondary);
}
.team-item.style-color-white .team-content .position {
  color: var(--color-text);
}
.team-item:hover .image {
  filter: grayscale(0);
}
.team-item:hover .post-social .icon-socila {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.contact-item .sub-title {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
  margin-bottom: 9px;
}
.contact-item .title .number-phone {
  letter-spacing: 0.6px;
}

.line-text {
  position: relative;
  text-align: center;
}
.line-text .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--line-4);
}
.line-text .line::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
}
.line-text .line::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
}
.line-text .text {
  background-color: var(--white);
  position: relative;
  z-index: 2;
  letter-spacing: 3.65px;
  padding: 0 34px 0 37px;
  z-index: 2;
}

.tf-marquee {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.tf-marquee .marquee-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  animation: infiniteScroll 50s linear infinite;
  align-items: center;
  transition: animation-duration 300ms;
}
.tf-marquee .marquee-wrapper .initial-child-container {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: auto;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
.tf-marquee .marquee-wrapper .initial-child-container .marquee-child-item {
  display: inline-flex;
}
.tf-marquee .marquee-wrapper:hover {
  animation-play-state: paused;
}

.wg-brand {
  height: 165px;
}
.wg-brand .brand-item {
  max-width: 266.667px;
  width: 100%;
  filter: grayscale(100%);
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-brand .brand-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.wg-brand .brand-item:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.wg-brand.p-about {
  height: 60px;
}
.wg-brand.h-188 {
  height: 188px;
}

.wg-box-search .form-search .input-search {
  position: relative;
}
.wg-box-search .form-search .input-search input {
  border: 1px solid var(--line);
  padding: 10px 15px;
  font-size: 40px;
  line-height: 45px;
}
.wg-box-search .form-search .input-search input::placeholder {
  font-size: 40px;
  line-height: 45px;
}
.wg-box-search .form-search .input-search .btn-search {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.wg-box-search .form-search .input-search .btn-search i {
  font-size: 30px;
  color: var(--secondary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-box-search .form-search .input-search .btn-search:hover i {
  color: var(--main-color);
}
.wg-box-search .form-search ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.box-text-item .text {
  color: var(--white);
  margin-bottom: 23px;
  letter-spacing: 0.15px;
}
.box-text-item p {
  color: var(--color-text-2);
  font-family: "Barlow", sans-serif;
}

.box-card {
  padding: 60px 75px 72px;
  border: 1px solid var(--line-4);
}
.box-card .icon-box {
  width: 103px;
  height: 103px;
  background-color: var(--secondary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-card .icon-box i {
  font-size: 54px;
  color: var(--color-text-2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box-card h4 {
  margin-bottom: 16px;
}
.box-card .title {
  position: relative;
  padding-left: 22px;
  letter-spacing: 1px;
}
.box-card .title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
}
.box-card .desc {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
  max-width: 400px;
}
.box-card .top-box {
  padding-bottom: 38px;
}
.box-card .tf-btn-default {
  margin-bottom: -10px;
}
.box-card:hover .icon-box {
  background-color: var(--primary);
}
.box-card:hover .icon-box i {
  transform: rotateY(360deg);
}

.progress-circle1 {
  width: 133px;
  height: 133px;
  border-radius: 50%;
  background: conic-gradient(var(--white) 0deg, var(--white) 360deg);
  position: relative;
  display: inline-block;
  border: 1px solid var(--line-4);
}
.progress-circle1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: var(--white);
  border-radius: 50%;
  z-index: 1;
}
.progress-circle1 .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bold;
  z-index: 2;
}

.prize-item {
  text-align: center;
  border-right: 1px solid var(--line-4);
  padding-left: 39px;
  padding-right: 54px;
}
.prize-item .image {
  display: inline-block;
  margin-bottom: 21px;
}
.prize-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prize-item:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.prize-item .year {
  color: var(--color-text);
  margin-bottom: 8px;
  font-family: "Barlow", sans-serif;
}
.prize-item .name-prize {
  color: var(--secondary);
}

.history-company-card {
  gap: 51px;
}
.history-company-card .image {
  max-width: 319px;
  height: 322px;
  width: 100%;
}
.history-company-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-company-card .title {
  color: var(--secondary);
  margin-bottom: 12px;
}
.history-company-card .text-card {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
  margin-bottom: 43px;
}

.box-skill {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  align-self: center;
  flex-wrap: wrap;
}
.box-skill .title {
  color: var(--secondary);
  margin-bottom: 12px;
}
.box-skill .text-box {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}

.line-marquee {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  height: 1px;
  position: relative;
  background-color: var(--line-4);
}
.line-marquee::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
}
.line-marquee::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
}

.process-item {
  text-align: center;
  border: 1px solid var(--line-4);
  padding: 43px 15px;
  position: relative;
  background-color: var(--white);
}
.process-item .number-process {
  color: var(--primary);
  margin-bottom: 16px;
}
.process-item .title {
  margin-bottom: 18px;
  color: var(--secondary);
}
.process-item .desc {
  color: var(--color-text);
  font-family: "Barlow", sans-serif;
  max-width: 286.74px;
  margin-left: auto;
  margin-right: auto;
}
.process-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  width: 0;
  height: 4px;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.process-item:hover::before {
  left: 0;
  width: 100%;
}
.process-item.style-2 {
  text-align: start;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 0;
  gap: 70px;
  margin-bottom: 50px;
}
.process-item.style-2:last-child {
  margin-bottom: 0;
}
.process-item.style-2::before {
  display: none;
}
.process-item.style-2 .image {
  max-width: 500px;
}
.process-item.style-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process-item.style-2 .process-content {
  max-width: 553.37px;
  padding-top: 68px;
  padding-bottom: 62px;
}
.process-item.style-2 .icon {
  width: 103px;
  height: 103px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  margin-bottom: 30px;
}
.process-item.style-2 .icon i {
  color: var(--white);
  font-size: 55px;
}
.process-item.style-2 .title {
  margin-bottom: 20px;
  letter-spacing: 1.2px;
}
.process-item.style-2 .desc {
  margin-bottom: 19px;
  max-width: 100%;
}
.process-item.style-2 .benefit-items {
  padding-left: 22px;
  margin-bottom: 4px;
}
.process-item.style-2 .benefit-items::before {
  width: 7px;
  height: 7px;
}
.process-item.style-2 .benefit-items:last-child {
  margin-bottom: 0;
}
.process-item.style-2.reverse {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.contact-home-item {
  text-align: center;
  max-width: 211px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contact-home-item .icon-contact {
  width: 165px;
  height: 165px;
  border: 1px solid rgba(244, 91, 30, 0.2196078431);
  position: relative;
  border-radius: 50%;
  margin-bottom: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-home-item .icon-contact i {
  position: relative;
  font-size: 52px;
  color: var(--white);
}
.contact-home-item .icon-contact::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 136px;
  height: 136px;
  background-color: var(--primary);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-home-item .icon-contact:hover {
  border-color: var(--secondary);
}
.contact-home-item .icon-contact:hover::before {
  background-color: var(--secondary);
}
.contact-home-item .name-contact a {
  color: var(--secondary);
}

.wg-video {
  position: relative;
  background-image: url(../image/section/wg-video-h3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 513px;
}
.wg-video .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wg-video.img-2 {
  background-image: url(../image/about2.jpg);
  height: 428px;
}
.wg-video.img-2 .popup-youtube .icon {
  height: 91px;
  width: 91px;
}
.wg-video.img-3 {
  background-image: url(../image/section/wg-video-3.jpg);
  height: 518px;
}
.wg-video.img-3 .popup-youtube .icon {
  height: 91px;
  width: 91px;
}
.wg-video.img-4 {
  background-image: url(../image/section/wg-video-4.jpg);
  background-attachment: unset;
}
.wg-video.img-5 {
  background-image: url(../image/section/wg-video-5.jpg);
  height: 437px;
}
.wg-video.img-6 {
  background-image: url(../image/section/wg-video-6.jpg);
  height: 283px;
  background-attachment: unset;
}
.wg-video.img-6 .popup-youtube .icon {
  height: 60px;
  width: 60px;
}
.wg-video.style-small {
  height: 291px;
}
.wg-video.style-small .popup-youtube .icon {
  height: 64px;
  width: 64px;
}
.wg-video.img-7 {
  background-image: url(../image/section/wg-video-7.jpg);
  max-width: 701px;
  height: 867px;
  width: 100%;
  background-attachment: unset;
}
.wg-video.img-7 .popup-youtube .icon {
  height: 103px;
  width: 103px;
}
.wg-video.img-7 .popup-youtube .icon i {
  font-size: 28px;
}

.progress-bars-line {
  display: block;
  height: 6px;
  position: relative;
  background-color: var(--white);
}
.progress-bars-line > div {
  display: block;
  height: 6px;
  background-color: var(--primary);
  position: relative;
  width: 25%;
}
.progress-bars-line > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/section/bg-progress-bars.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tf-banner .banner-inner {
  background-color: var(--primary);
  overflow: hidden;
}
.tf-banner .banner-inner .left {
  background-color: var(--primary);
  position: relative;
  max-width: 1088px;
  width: 100%;
  clip-path: polygon(0 0, 81.4% 0, 100% 100%, 0% 100%);
}
.tf-banner .banner-inner .left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/section/bg-section-banner-h3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tf-banner .banner-inner .left .img-item {
  position: absolute;
  bottom: 0;
  right: -201px;
}
.tf-banner .banner-inner .right {
  max-width: 856px;
  width: 100%;
  margin-left: -174px;
}
.tf-banner .banner-inner .image {
  height: 468px;
}
.tf-banner .banner-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-banner.style-2 .banner-inner {
  background-color: transparent;
  position: relative;
}
.tf-banner.style-2 .banner-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: unset;
  background-image: url(../image/section/banner-h-4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}
.tf-banner.style-2 .banner-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.tf-banner.style-2 .banner-inner .banner-content {
  width: max-content;
  padding-top: 122px;
  padding-bottom: 135px;
  padding-left: 15px;
  margin-left: auto;
  padding-right: 381px;
}
.tf-banner.style-2 .banner-inner .banner-content .title-banner {
  letter-spacing: 3.2px;
  margin-bottom: 52px;
}
.tf-banner.style-2 .banner-inner .img-item {
  position: absolute;
}
.tf-banner.style-2 .banner-inner .img-item.item-1 {
  top: 0;
  left: 0;
  z-index: 1;
  filter: opacity(60%);
  pointer-events: none;
}
.tf-banner.style-3 .banner-inner {
  background-color: transparent;
  background-image: url(../image/section/bg-banner-h-5.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.tf-banner.style-3 .banner-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.tf-banner.style-3 .banner-inner .banner-content {
  padding: 70px 15px;
}
.tf-banner.style-3 .banner-inner .banner-content .title-banner {
  letter-spacing: 3.2px;
  margin-bottom: 52px;
}
.tf-banner.style-3 .banner-inner .img-item {
  position: absolute;
}
.tf-banner.style-3 .banner-inner .img-item.item-1 {
  top: 0;
  left: 0;
  z-index: 1;
  filter: opacity(60%);
  pointer-events: none;
}

.banner-content {
  padding-top: 90px;
  padding-left: 117px;
  position: relative;
  z-index: 2;
}
.banner-content .title-banner {
  color: var(--white);
  letter-spacing: 1.6px;
  margin-bottom: 19px;
}
.banner-content .desc {
  font-family: "Barlow", sans-serif;
  color: var(--white);
  margin-bottom: 42px;
  max-width: 66%;
}

.image-video {
  position: relative;
}
.image-video .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-video .format-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-why-us {
  background-color: var(--secondary);
  max-width: 640px;
  padding: 88px 71px 80px 71px;
  position: relative;
  overflow: hidden;
}
.box-why-us .title-box {
  color: var(--white);
  margin-bottom: 11px;
  letter-spacing: 0.8px;
}
.box-why-us .desc {
  color: var(--line-4);
  font-family: "Barlow", sans-serif;
  margin-bottom: 37px;
}
.box-why-us .benefit-items {
  gap: 15px;
  margin-bottom: 7px;
}
.box-why-us .img-item {
  position: absolute;
  bottom: -6px;
  left: 0;
}

.expertise-item {
  position: relative;
  max-width: 1075px;
}
.expertise-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expertise-item .expertise-content {
  max-width: 451px;
  width: 100%;
  padding: 60px 53px 69px;
  background-color: var(--white);
  position: absolute;
  bottom: 47px;
  right: 50px;
}
.expertise-item .expertise-content .title-content {
  position: relative;
  margin-bottom: 17px;
  letter-spacing: 0.3px;
}
.expertise-item .expertise-content .desc {
  position: relative;
  margin-bottom: 43px;
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}
.expertise-item .expertise-content .bottom-btn {
  position: relative;
}
.expertise-item .expertise-content::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 9px;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-9);
}

.why-choose-item {
  text-align: center;
  max-height: 170px;
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.why-choose-item .icon {
  width: 109px;
  height: 109px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--primary);
  margin-bottom: 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.why-choose-item .icon i {
  font-size: 55px;
  color: var(--white);
}
.why-choose-item .item-content .name-item {
  margin-bottom: 18px;
  display: inline-block;
}
.why-choose-item .item-content .desc {
  color: var(--color-text);
  font-family: "Barlow", sans-serif;
  max-width: 243px;
  margin-left: auto;
  margin-right: auto;
}
.why-choose-item:hover .icon {
  height: 0;
  transform: scale(0);
  margin-bottom: 0;
}

.populated-item.style-2 {
  text-align: center;
  border: 1px solid var(--line-4);
  padding-left: 44px;
  padding-right: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--white);
}
.populated-item.style-2 .title-item {
  color: var(--secondary);
  font-size: 25px;
  margin-bottom: 25px;
  letter-spacing: 0.2px;
}
.populated-item.style-2 .text {
  padding-top: 25px;
  padding-bottom: 0;
  letter-spacing: 0;
  color: var(--color-text);
  font-family: "Barlow", sans-serif;
}
.populated-item.style-2 .text::before {
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 70px;
  background-color: var(--primary);
}

.map-item {
  margin-bottom: 40px;
}
.map-item .country {
  letter-spacing: 0.5px;
  margin-bottom: 22px;
}
.map-item ul li {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
  margin-bottom: 7px;
}
.map-item ul li:last-child {
  margin-bottom: 0;
}
.map-item:last-child {
  margin-bottom: 0;
}

.box-text {
  background-color: var(--secondary);
  border-left: 5px solid var(--primary);
  padding: 42px 60px 43px 46px;
  position: relative;
}
.box-text .text {
  color: var(--white);
  letter-spacing: 0.04px;
  margin-bottom: 33px;
}
.box-text .name {
  color: var(--color-text-2);
  font-family: "Barlow", sans-serif;
}
.box-text .image-item {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  opacity: 0.1;
}

.gallery-item {
  position: relative;
}
.gallery-item .image {
  display: inline-block;
  width: 100%;
}
.gallery-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-image: url(../image/gallery-item/bg-gallery-item.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery-item .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.431);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery-item .icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  background-color: var(--primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery-item .icon i {
  font-size: 25px;
  color: var(--white);
}
.gallery-item:hover .image::before {
  height: 100%;
}
.gallery-item:hover .image::after {
  height: 100%;
}
.gallery-item:hover .icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.wg-404 .image {
  width: calc(100% - 696px);
  height: 900px;
}
.wg-404 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wg-404 .right {
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  position: relative;
  max-width: 696px;
  width: 100%;
}
.wg-404 .section-content {
  padding-left: 57px;
  margin-bottom: 27px;
}
.wg-404 .section-content .heading-section .title {
  letter-spacing: 2px;
}
.wg-404 .section-content .note {
  margin-top: 248px;
  color: var(--color-text-title-2);
  letter-spacing: 0.15px;
}
.wg-404 .img-item {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 338px;
}

.location-item .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.location-item .top-content {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--line-4);
  position: relative;
}
.location-item .top-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 102px;
  height: 3px;
  background-color: var(--primary);
}
.location-item .location-content {
  padding: 25px 18px 25px 18px;
}
.location-item .name-city {
  margin-bottom: 4px;
}
.location-item .name-city a {
  color: var(--secondary);
  letter-spacing: 0.3px;
}
.location-item .sub-title {
  color: var(--color-text-3);
  letter-spacing: 3px;
}
.location-item ul {
  margin-bottom: 43px;
}
.location-item ul li {
  color: var(--color-text);
  font-family: "Barlow", sans-serif;
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}
.location-item ul li:last-child {
  margin-bottom: 0;
}
.location-item ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: var(--primary);
}
.location-item ul li a {
  color: var(--color-text);
}
.location-item ul li span {
  color: var(--secondary);
  padding-right: 4px;
}

.wg-history {
  padding-top: 78px;
  padding-bottom: 72px;
  position: relative;
}
.wg-history .left {
  max-width: calc(50% - 85px);
  width: 100%;
  position: relative;
}
.wg-history .right {
  max-width: calc(50% - 84px);
  width: 100%;
  position: relative;
}
.wg-history .image.img-avata {
  max-width: 300px;
  margin-left: auto;
  margin-right: 0;
}
.wg-history .year-history {
  width: 88px;
  height: 88px;
  background-color: var(--secondary);
  color: var(--white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.wg-history .history-content .title {
  margin-bottom: 3px;
  letter-spacing: 0.3px;
}
.wg-history .history-content .desc {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
  max-width: 486.23px;
}
.wg-history .line {
  height: 100%;
  width: 1px;
  background-color: var(--line-4);
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.wg-history .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
}
.wg-history .line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
}
.wg-history .wg-history-inner {
  position: relative;
}
.wg-history .wg-history-inner .img-item {
  position: absolute;
  bottom: -85px;
  right: -107px;
  max-width: 335px;
}
.wg-history .wg-history-inner:hover .year-history {
  background-color: var(--primary);
}

.wg-history-inner:nth-child(1) .history-content {
  padding-bottom: 65px;
}
.wg-history-inner:nth-child(2) .history-content {
  padding-bottom: 23px;
}
.wg-history-inner:nth-child(3) .history-content {
  padding-bottom: 42px;
}
.wg-history-inner:nth-child(4) .history-content {
  padding-bottom: 16px;
}
.wg-history-inner:nth-child(4) .year-history {
  top: 53%;
}
.wg-history-inner:nth-child(5) .history-content {
  padding-bottom: 23px;
}
.wg-history-inner:nth-child(6) .history-content {
  padding-bottom: 18px;
}
.wg-history-inner:nth-child(6) .year-history {
  top: 53%;
}
.wg-history-inner:nth-child(7) .history-content {
  padding-bottom: 19px;
}

.text-item {
  border-top: 1px solid var(--line-4);
  padding-top: 17px;
  padding-bottom: 12px;
}
.text-item .sub-title {
  color: var(--color-text);
  font-family: "Barlow", sans-serif;
  margin-bottom: 10px;
}

.porject-details-content {
  border-bottom: 1px solid var(--line-4);
  padding-bottom: 43px;
  margin-bottom: 40px;
}
.porject-details-content .title {
  color: var(--color-text-title-3);
  letter-spacing: 0.3px;
}
.porject-details-content .desc p {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}
.porject-details-content.details-2 {
  padding-bottom: 41px;
  margin-bottom: 38px;
}
.porject-details-content.details-2 .left {
  width: 100%;
}
.porject-details-content.details-2 .right {
  width: 100%;
}
.porject-details-content:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.price-item {
  padding: 10px;
  border: 1px solid var(--line-4);
}
.price-item .sub-title {
  color: var(--white);
  background-color: var(--primary);
  padding: 16px 15px;
  letter-spacing: 3.4px;
}
.price-item .top-iem {
  background-color: var(--secondary);
}
.price-item .price {
  color: var(--white);
  padding: 9px 15px 4px;
  border-bottom: 1px solid var(--line-2);
  margin-bottom: 21px;
  letter-spacing: 0.3px;
}
.price-item .text {
  margin-bottom: 28px;
  color: var(--color-text-2);
  font-family: "Barlow", sans-serif;
  padding-left: 30px;
  padding-right: 30px;
}
.price-item .tf-btn {
  margin-bottom: 35px;
}
.price-item .bottom-item {
  padding: 26px 16px 14px 15px;
}

.box-contact {
  max-width: 381px;
  text-align: center;
  padding: 21px 23px;
}
.box-contact .box-item {
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line-2);
}
.box-contact .box-item .title {
  color: var(--white);
  margin-bottom: 16px;
  letter-spacing: 3.4px;
}
.box-contact .box-item ul {
  margin-bottom: 14px;
}
.box-contact .box-item ul li {
  margin-bottom: -2px;
}
.box-contact .box-item ul li span,
.box-contact .box-item ul li a {
  color: var(--color-text-2);
  font-family: "Barlow", sans-serif;
}
.box-contact .box-item ul li:last-child {
  margin-bottom: 0;
}
.box-contact .text {
  color: var(--white);
  padding: 21.5px 20px;
}

.solutions-box {
  padding: 27px 32px 32px 32px;
}
.solutions-box .text {
  font-family: "Barlow", sans-serif;
  color: var(--color-text-7);
  max-width: 667.54px;
  margin-bottom: 32px;
  line-height: 24px;
  letter-spacing: -0.04px;
}

.details-services .title {
  letter-spacing: 0.3px;
  color: var(--color-text-title-3);
}
.details-services .text-details {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}
.details-services.style-border-bottom {
  margin-bottom: 46px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line-4);
}

.list-process-services {
  gap: 16px;
  width: 752px;
  overflow: auto;
}
.list-process-services .item {
  display: block;
  background-color: var(--secondary);
  color: var(--white);
  padding: 12px 34px 12px 36px;
  letter-spacing: 0.4px;
}

.sidebar-why-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
.sidebar-why-item .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
}
.sidebar-why-item .icon i {
  color: var(--white);
  font-size: 20px;
}
.sidebar-why-item .name-why-item {
  font-family: "Barlow", sans-serif;
  padding-bottom: 7px;
  letter-spacing: 0.3px;
}

.sidebar-contact {
  background-image: -moz-linear-gradient(-90deg, rgb(44, 47, 50) 0%, rgb(31, 33, 36) 47%, rgb(18, 19, 21) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(44, 47, 50) 0%, rgb(31, 33, 36) 47%, rgb(18, 19, 21) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(44, 47, 50) 0%, rgb(31, 33, 36) 47%, rgb(18, 19, 21) 100%);
}
.sidebar-contact .contact-siderbar-btn {
  background-color: var(--primary);
  color: var(--white);
  display: block;
  padding: 14px 0;
  letter-spacing: 1px;
}
.sidebar-contact .logo-contact {
  padding-top: 38px;
  padding-bottom: 28px;
}
.sidebar-contact .title {
  color: var(--white);
  letter-spacing: 1.1px;
  margin-bottom: -3px;
}
.sidebar-contact .numberphone {
  margin-bottom: -2px;
}
.sidebar-contact .numberphone a {
  color: var(--white);
  letter-spacing: 0.5px;
}
.sidebar-contact .content {
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar-contact ul li {
  margin-bottom: -2px;
}
.sidebar-contact ul li a,
.sidebar-contact ul li span {
  color: var(--color-text-2);
  font-family: "Barlow", sans-serif;
}
.sidebar-contact ul li:last-child {
  margin-bottom: 0;
}

.box-subtotal {
  padding: 12px 25px 12px 21px;
  background-color: var(--secondary);
}
.box-subtotal span {
  color: var(--white);
}

.wg-quantity {
  width: 136px;
  height: 55px;
  padding: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--secondary);
  overflow: hidden;
}
.wg-quantity .btn-quantity {
  width: 21px;
  height: 21px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--white);
  background-color: var(--line-2);
  cursor: pointer;
}
.wg-quantity input {
  width: 73px;
  height: 55px;
  padding: 0;
  background-color: transparent;
  border: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--white);
}

.description-box {
  padding: 41px 32px 40px 32px;
}
.description-box .text {
  font-family: "Barlow", sans-serif;
  color: var(--color-text-10);
}
.description-box .tf-product-info-sku {
  margin-bottom: 0;
  padding-bottom: 0;
}

.list-atc-link-item {
  gap: 47px;
  width: 890px;
}
.list-atc-link-item .atc-link-item a {
  color: var(--color-text);
  display: inline-block;
  padding-top: 42px;
  padding-bottom: 41px;
  position: relative;
}
.list-atc-link-item .atc-link-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 5px;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-atc-link-item .atc-link-item a.active {
  color: var(--secondary);
}
.list-atc-link-item .atc-link-item a.active::before {
  left: 0;
  right: auto;
  width: 100%;
}

.markets-item {
  position: relative;
}
.markets-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.markets-item .markets-content {
  background-color: var(--white);
}
.markets-item .markets-content.content-1 {
  position: absolute;
  bottom: 16px;
  left: 15px;
  right: 17px;
  transform: translateX(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.markets-item .markets-content.content-1 .title {
  text-align: center;
}
.markets-item .markets-content.content-1 .title a {
  padding: 24px 0;
  display: inline-block;
}
.markets-item .markets-content.content-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 44px 15px 50px;
  position: absolute;
  top: 18px;
  bottom: 16px;
  left: 15px;
  right: 17px;
  transform: translateX(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.markets-item .markets-content.content-2 .title {
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 21px;
}
.markets-item .markets-content.content-2 .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 80px;
  background-color: var(--primary);
}
.markets-item .markets-content.content-2 .desc {
  border: 0;
  position: relative;
  color: var(--color-text);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  max-width: 294.94px;
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}
.markets-item:hover .markets-content.content-1 {
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.markets-item:hover .markets-content.content-2 {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}

.list-additional-makets {
  background-color: var(--secondary);
  text-align: center;
  padding-top: 62px;
  padding-bottom: 62px;
}
.list-additional-makets .title {
  padding-left: 22px;
  padding-right: 22px;
  color: var(--color-text-3);
  position: relative;
  letter-spacing: 3.2px;
  display: inline-block;
}
.list-additional-makets .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--primary);
  width: 8px;
  height: 8px;
}
.list-additional-makets .title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: var(--primary);
  width: 8px;
  height: 8px;
}
.list-additional-makets .list-item {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.list-additional-makets a {
  color: var(--white);
  display: inline-block;
  padding-right: 18px;
  margin-right: 12.5px;
  border-right: 1px solid var(--line-12);
  position: relative;
  max-width: max-content;
  font-family: "Barlow", sans-serif;
}
.list-additional-makets a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-additional-makets a:hover::before {
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
}
.list-additional-makets a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.preload-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999999999999;
  height: 100%;
  width: 100%;
  background-color: var(--white);
}
.preload-container .middle {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 100;
  margin: -50px 0 0 -50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: url(../image/icon/preload.png);
  animation: tf-preload 1.2s linear infinite alternate;
}

.progress-wrap {
  position: fixed;
  bottom: 40px;
  right: 20px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background: var(--white);
}
.progress-wrap::after {
  position: absolute;
  content: "\e937";
  font-family: "icomoon";
  text-align: center;
  line-height: 40px;
  font-size: 10px;
  color: var(--on-suface-container);
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  transform: rotate(180deg);
  transform: rotate(-90deg);
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--primary);
  stroke-width: 5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

/*------------ sections ---------------- */
.tf-spacing-1 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.tf-spacing-2 {
  padding-top: 118px;
  padding-bottom: 130px;
}

.tf-spacing-3 {
  padding-top: 123px;
  padding-bottom: 130px;
}

.tf-spacing-4 {
  padding-top: 125px;
  padding-bottom: 0;
}

.tf-spacing-5 {
  padding-top: 152px;
  padding-bottom: 130px;
}

.tf-spacing-6 {
  padding-top: 120px;
  padding-bottom: 115px;
}

.tf-spacing-7 {
  padding-top: 121px;
  padding-bottom: 124px;
}

.tf-spacing-8 {
  padding-top: 123px;
  padding-bottom: 135px;
}

.tf-spacing-9 {
  padding-top: 125px;
  padding-bottom: 130px;
}

.tf-spacing-10 {
  padding-top: 75px;
  padding-bottom: 79px;
}

.tf-spacing-11 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.tf-spacing-12 {
  padding-top: 125px;
  padding-bottom: 136px;
}

.tf-spacing-13 {
  padding-top: 119px;
  padding-bottom: 122px;
}

.tf-spacing-14 {
  margin-top: 130px;
  margin-bottom: 0;
}

.tf-spacing-15 {
  padding-top: 125px;
  padding-bottom: 123px;
}

.tf-spacing-16 {
  padding-top: 130px;
  padding-bottom: 117px;
}

.tf-spacing-17 {
  padding-top: 174px;
  padding-bottom: 115px;
}

.tf-spacing-18 {
  padding-top: 125px;
  padding-bottom: 70px;
}

.tf-spacing-19 {
  padding-top: 121px;
  padding-bottom: 103px;
}

.tf-spacing-20 {
  padding-top: 121px;
  padding-bottom: 133px;
}

.tf-spacing-21 {
  margin-top: 0;
  margin-bottom: 121px;
}

.tf-spacing-22 {
  margin-top: 0;
  margin-bottom: 130px;
}

.tf-spacing-23 {
  padding-top: 123px;
  padding-bottom: 119px;
}

.tf-spacing-24 {
  padding-top: 124px;
  padding-bottom: 130px;
}

.tf-spacing-25 {
  padding-top: 76px;
  padding-bottom: 0;
}

.tf-spacing-26 {
  padding-top: 75px;
  padding-bottom: 74px;
}

.tf-spacing-27 {
  padding-top: 120px;
  padding-bottom: 100px;
}

.tf-spacing-28 {
  padding-top: 130px;
  padding-bottom: 120px;
}

.tf-spacing-29 {
  padding-top: 0;
  padding-bottom: 130px;
}

.tf-spacing-30 {
  padding-top: 163px;
  padding-bottom: 130px;
}

.tf-spacing-31 {
  padding-top: 121px;
  padding-bottom: 130px;
}

.tf-spacing-32 {
  padding-top: 122px;
  padding-bottom: 167px;
}

.tf-spacing-33 {
  margin-top: 0;
  margin-bottom: 75px;
}

.tf-spacing-34 {
  padding-top: 118px;
  padding-bottom: 120px;
}

.tf-spacing-35 {
  padding-top: 153px;
  padding-bottom: 130px;
}

.tf-spacing-36 {
  padding-top: 128px;
  padding-bottom: 130px;
}

.tf-spacing-37 {
  padding-top: 122px;
  padding-bottom: 121px;
}

.tf-spacing-38 {
  padding-top: 120px;
  padding-bottom: 130px;
}

.tf-spacing-39 {
  padding-top: 130px;
  padding-bottom: 122px;
}

.tf-spacing-40 {
  padding-top: 130px;
  padding-bottom: 136px;
}

.tf-spacing-41 {
  padding-top: 121px;
  padding-bottom: 115px;
}

.tf-spacing-42 {
  padding-top: 121px;
  padding-bottom: 121px;
}

.tf-spacing-43 {
  padding-top: 119px;
  padding-bottom: 119px;
}

.tf-spacing-44 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.tf-spacing-45 {
  padding-top: 122px;
  padding-bottom: 136px;
}

.tf-spacing-46 {
  padding-top: 122px;
  padding-bottom: 119px;
}

.tf-spacing-47 {
  padding-top: 133px;
  padding-bottom: 0;
}

.page-title .page-title-inner {
  background-color: var(--primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.page-title .page-title-inner .left,
.page-title .page-title-inner .right {
  flex: 1 1 50%;
}
.page-title .page-title-inner .image {
  height: 100%;
}
.page-title .page-title-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title .page-title-inner .page-content {
  padding-right: 75px;
  padding-left: 15px;
  padding-top: 118px;
  position: relative;
  min-height: 100%;
  max-width: max-content;
}
.page-title .page-title-inner .page-content .subtext {
  color: var(--white);
  letter-spacing: 3.3px;
  margin-bottom: 11px;
}
.page-title .page-title-inner .page-content .title {
  color: var(--white);
  margin-bottom: 12px;
  letter-spacing: 2.8px;
}
.page-title .page-title-inner .page-content .text {
  color: var(--white);
  font-family: "Barlow", sans-serif;
  margin-bottom: 80px;
}
.page-title .page-title-inner .left {
  position: relative;
  min-height: 100%;
}
.page-title .page-title-inner .left .image-item {
  position: absolute;
}
.page-title .page-title-inner .left .image-item.item-1 {
  max-width: 441px;
  bottom: 0;
  right: 0;
}
.page-title.style-2 .page-title-inner {
  background-image: url(../image/page-title/bg-page-title-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
.page-title.style-2 .page-content {
  padding-right: 0;
  padding-left: 0 !important;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 106px;
  padding-bottom: 33px;
}
.page-title.style-2 .page-content .content {
  padding-bottom: 67px;
}
.page-title.style-2 .page-content .subtext {
  margin-bottom: 23px;
}
.page-title.style-2 .page-content .title {
  letter-spacing: 3px;
}
.page-title.style-2 .breadcrumb {
  margin-left: auto;
  margin-right: auto;
}
.page-title.style-3 .text {
  margin-bottom: 41px !important;
}
.page-title.style-3 .post-social .icon-socila {
  border-radius: 0;
  background-color: var(--color-bg-13);
  width: 50px;
  height: 50px;
}
.page-title.style-3 .post-social .icon-socila i {
  color: var(--white);
}
.page-title.style-3 .post-social .icon-socila:hover {
  background-color: var(--secondary);
}
.page-title.style-3 .page-content {
  padding-bottom: 30px;
}

.page-title-home {
  position: relative;
}
.page-title-home .page-title-home-inner {
  position: relative;
}
.page-title-home .page-title-home-inner .page-title-home-content {
  position: relative;
  z-index: 5;
}
.page-title-home .page-title-home-inner .page-title-home-content .sub-title {
  font-weight: 500;
  color: var(--white);
  letter-spacing: 3.2px;
  position: relative;
}
.page-title-home .page-title-home-inner .page-title-home-content .sub-title.style-2 {
  padding: 10px 29px 8px 33px;
  background-color: var(--primary);
  width: max-content;
  font-size: 14px;
  letter-spacing: 2.85px;
}
.page-title-home .page-title-home-inner .page-title-home-content .sub-title.bg-color-blue-2 {
  background-color: var(--blue-2);
}
.page-title-home .page-title-home-inner .page-title-home-content .title {
  color: var(--white);
  letter-spacing: 2.7px;
}
.page-title-home .page-title-home-inner .page-title-home-content .desc {
  color: var(--white);
  font-family: "Barlow", sans-serif;
}
.page-title-home .page-title-home-inner .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-title-home .pagination-bottom {
  background-color: var(--white);
  padding: 27px 36px 19px 64px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-title-home .pagination-bottom.no-bg {
  background-color: transparent;
  padding: 0 !important;
  left: 130px;
  bottom: 50px;
}
.page-title-home .pagination-bottom.no-bg .swiper-pagination-bullet {
  border: none;
}
.page-title-home .pagination-bottom.no-bg .swiper-pagination-bullet::after {
  border: none;
}
.page-title-home .pagination-bottom.no-bg .swiper-pagination-bullet::before {
  background-color: var(--white);
}
.page-title-home .pagination-bottom.no-bg .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--primary);
}
.page-title-home.h-1 .page-title-home-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.page-title-home.h-1 .page-title-home-inner .page-title-home-content {
  padding: 0 118px 7px 123px;
  background-color: var(--primary);
  width: 43.5%;
  height: 675px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.page-title-home.h-1 .page-title-home-inner .page-title-home-content .sub-title {
  margin-bottom: 20px;
}
.page-title-home.h-1 .page-title-home-inner .page-title-home-content .title {
  margin-bottom: 19px;
}
.page-title-home.h-1 .page-title-home-inner .page-title-home-content .desc {
  margin-bottom: 42px;
}
.page-title-home.h-1 .page-title-home-inner .page-title-home-content .img-item {
  position: absolute;
}
.page-title-home.h-1 .page-title-home-inner .page-title-home-content .img-item.item-1 {
  top: 0;
  left: 0;
}
.page-title-home.h-1 .page-title-home-inner .page-title-home-content .img-item.item-2 {
  bottom: 0;
  right: 0;
}
.page-title-home.h-1 .page-title-home-inner .image {
  width: 56.5%;
  height: 100%;
}
.page-title-home.h-1 .page-title-home-inner .image img {
  height: 675px;
}
.page-title-home.h-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85.5%;
  background-color: var(--secondary);
}
.page-title-home:hover .arrow-btn {
  opacity: 1;
  visibility: visible;
}
.page-title-home:hover .arrow-btn.arrow-next {
  right: 33px;
}
.page-title-home:hover .arrow-btn.arrow-prev {
  left: 33px;
}
.page-title-home.h-2 .page-title-home-inner {
  padding-top: 324px;
  padding-bottom: 213px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title-home.h-2 .page-title-home-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-title-home.h-2 .page-title-home-inner .page-title-home-content .sub-title {
  margin-bottom: 17px;
}
.page-title-home.h-2 .page-title-home-inner .page-title-home-content .title {
  margin-bottom: 13px;
}
.page-title-home.h-2 .page-title-home-inner .page-title-home-content .desc {
  color: var(--white);
}
.page-title-home.h-2 .page-title-home-inner .page-title-home-content .tf-btn {
  margin-top: 43px;
}
.page-title-home.h-2 .page-title-home-inner.img-1 {
  background-image: url(../image/page-title/page-title-home-2-1.jpg);
}
.page-title-home.h-2 .page-title-home-inner.img-2 {
  background-image: url(../image/page-title/page-title-home-2-2.jpg);
}
.page-title-home.h-2 .page-title-home-inner.img-3 {
  background-image: url(../image/page-title/page-title-home-2-3.jpg);
}
.page-title-home.h-2 .join-team-box {
  position: absolute;
  right: 75px;
  bottom: -89px;
  z-index: 2;
}
.page-title-home.h-2 .join-team-box .title-box {
  line-height: 40px !important;
}
.page-title-home.style-absolute.mt--187 {
  margin-top: -187px;
}
.page-title-home.style-absolute.mt--100 {
  margin-top: -100px;
}
.page-title-home.style-absolute.mt--101 {
  margin-top: -101px;
}
.page-title-home.style-absolute.mt--105 {
  margin-top: -105px;
}
.page-title-home.style-absolute.mt--50 {
  margin-top: -50px;
}
.page-title-home.style-text-color-title-2 .title {
  color: var(--color-text-title-2) !important;
}
.page-title-home.style-text-color-title-2 .desc {
  color: var(--color-text) !important;
}
.page-title-home.h-3 .page-title-home-inner {
  justify-content: end;
}
.page-title-home.h-3 .page-title-home-inner .image-item {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-title-home.h-3 .page-title-home-inner .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title-home.h-3 .page-title-home-content {
  padding-top: 94px;
  padding-bottom: 108px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 893px;
  width: 100%;
}
.page-title-home.h-3 .page-title-home-content .title {
  margin-bottom: 13px;
}
.page-title-home.h-3 .page-title-home-content .desc {
  margin-bottom: 43px;
}
.page-title-home.h-3 .carousel-slider {
  max-width: 34.9%;
  width: 100%;
  min-height: 497px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 83px 54px;
  background-color: var(--secondary);
  position: relative;
}
.page-title-home.h-3 .carousel-pagination {
  position: absolute;
  bottom: 21.7%;
  left: 12%;
  width: max-content !important;
}
.page-title-home.h-3 .arrow-prev {
  left: 75px !important;
}
.page-title-home.h-3 .arrow-next {
  right: 75px !important;
}
.page-title-home.h-3 .img-item {
  position: absolute;
  bottom: 0;
  right: 0;
}
.page-title-home.h-3 .swiper-pagination-bullet::before {
  background-color: var(--primary);
}
.page-title-home.h-3 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--white);
}
.page-title-home.h-4 .page-title-home-inner {
  background-image: url(../image/page-title/bg-page-title-home-4.jpg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 171px 0 180px;
}
.page-title-home.h-4 .page-title-home-inner .page-title-home-content {
  position: relative;
  z-index: 2;
}
.page-title-home.h-4 .page-title-home-inner .page-title-home-content .sub-title {
  margin-bottom: 15px;
}
.page-title-home.h-4 .page-title-home-inner .page-title-home-content .title {
  margin-bottom: 13px;
}
.page-title-home.h-4 .page-title-home-inner .page-title-home-content .desc {
  margin-bottom: 42px;
}
.page-title-home.h-4 .image {
  max-width: 614px;
}
.page-title-home.h-4 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title-home.h-4 .image.image-item {
  position: absolute;
  bottom: 0;
  right: 16.5%;
}
.page-title-home.h-5 .list-btn {
  position: absolute;
  top: 50%;
  right: 10%;
  flex-direction: column;
}
.page-title-home.h-5 .list-btn .arrow-btn {
  position: unset;
  margin-bottom: 14px;
}
.page-title-home.h-5 .list-btn .arrow-btn:last-child {
  margin-bottom: 0;
}
.page-title-home.h-5 .page-title-home-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 268px;
  padding-bottom: 168px;
}
.page-title-home.h-5 .page-title-home-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-title-home.h-5 .page-title-home-inner .page-title-home-content {
  position: relative;
}
.page-title-home.h-5 .page-title-home-inner .page-title-home-content .sub-title {
  padding: 8px 33px 9px 33px;
  background-color: var(--primary);
  margin-bottom: 18px;
  font-size: 14px;
  letter-spacing: 2.9px;
  display: inline-block;
}
.page-title-home.h-5 .page-title-home-inner .page-title-home-content .title {
  margin-bottom: 12px;
  letter-spacing: 2.5px;
}
.page-title-home.h-5 .page-title-home-inner .page-title-home-content .desc {
  color: var(--white);
}
.page-title-home.h-5 .page-title-home-inner .page-title-home-content .bottom-btn {
  margin-top: 43px;
  flex-wrap: wrap;
}
.page-title-home.h-5 .page-title-home-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://themesflat.co/image/page-title/overlay-page-title-home-5.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title-home.h-5 .page-title-home-inner.img-1 {
  background-image: url(../image/page-title-home-5-1.jpg);
}
.page-title-home.h-5 .page-title-home-inner.img-2 {
  background-image: url(../image/slider.jpg);
}
.page-title-home.h-5 .pagination-bottom {
  background-color: var(--white);
  padding: 27px 68px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-title-home.h-6 {
  background-color: var(--secondary);
}
.page-title-home.h-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/page-title/bg-page-title-home-6.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title-home.h-6 .page-title-home-inner .page-title-home-content {
  position: relative;
  z-index: 5;
  padding: 208px 0;
}
.page-title-home.h-6 .page-title-home-inner .page-title-home-content .sub-title {
  margin-bottom: 20px;
}
.page-title-home.h-6 .page-title-home-inner .page-title-home-content .title {
  margin-bottom: 20px;
}
.page-title-home.h-6 .page-title-home-inner .page-title-home-content .bottom-btn {
  margin-top: 43px;
}
.page-title-home.h-6 .page-title-home-inner .image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 762px;
  height: 100%;
}
.page-title-home.h-6 .page-title-home-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title-home.h-6 .image-item {
  position: absolute;
  top: 0;
  left: 119px;
}
.page-title-home.h-7 .page-title-home-inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 239px;
}
.page-title-home.h-7 .page-title-home-inner.img-1 {
  background-image: url(../image/page-title/page-title-home-7-1.jpg);
}
.page-title-home.h-7 .page-title-home-inner.img-2 {
  background-image: url(../image/page-title/page-title-home-7-2.jpg);
}
.page-title-home.h-7 .page-title-home-content {
  position: relative;
  background-color: var(--secondary);
  max-width: max-content;
  padding: 100px 115px 101px 149px;
}
.page-title-home.h-7 .page-title-home-content .title {
  margin-bottom: 35px;
  line-height: 50px;
}
.page-title-home.h-7 .page-title-home-content .bottom-btn {
  margin-top: 47px;
  flex-wrap: wrap;
}
.page-title-home.h-7 .page-title-home-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/page-title/bg-content-page-title-7.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title-home.h-7 .list-btn {
  position: absolute;
  bottom: 150px;
  right: 100px;
  flex-direction: column;
  gap: 12px;
}
.page-title-home.h-7 .list-btn .arrow-btn {
  position: unset;
}
.page-title-home.h-8 .page-title-home-inner {
  padding: 36px 0;
}
.page-title-home.h-8 .page-title-home-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1406px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-title-home.h-8 .page-title-home-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary);
  width: 100%;
  max-width: calc(100% - 1406px);
  height: 100%;
}
.page-title-home.h-8 .page-title-home-inner.img-1::before {
  background-image: url(../image/page-title/page-title-home-8-1.jpg);
}
.page-title-home.h-8 .page-title-home-inner.img-2::before {
  background-image: url(../image/page-title/page-title-home-7-2.jpg);
}
.page-title-home.h-8 .page-title-home-content {
  position: relative;
  background-color: var(--secondary);
  max-width: max-content;
  padding: 142px 130px 142px 110px;
  z-index: 5;
}
.page-title-home.h-8 .page-title-home-content .title {
  margin-bottom: 35px;
  line-height: 50px;
}
.page-title-home.h-8 .page-title-home-content .bottom-btn {
  margin-top: 47px;
  flex-wrap: wrap;
}
.page-title-home.h-8 .page-title-home-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/page-title/bg-content-page-title-7.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title-home.h-8 .list-btn {
  position: absolute;
  bottom: 150px;
  right: 100px;
  flex-direction: column;
  gap: 12px;
}
.page-title-home.h-8 .list-btn .arrow-btn {
  position: unset;
}
.page-title-home.h-9 .page-title-home-inner {
  padding-top: 281px;
  padding-bottom: 239px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title-home.h-9 .page-title-home-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.349);
}
.page-title-home.h-9 .page-title-home-inner.img-1 {
  background-image: url(../image/page-title/page-title-home-9-1.jpg);
}
.page-title-home.h-9 .page-title-home-inner.img-2 {
  background-image: url(../image/page-title/page-title-home-7-1.jpg);
}
.page-title-home.h-9 .page-title-home-inner.img-3 {
  background-image: url(../image/page-title/page-title-home-7-2.jpg);
}
.page-title-home.h-9 .page-title-home-inner .page-title-home-content .title {
  margin-bottom: 15px;
}
.page-title-home.h-9 .page-title-home-inner .page-title-home-content .bottom-btn {
  margin-top: 43px;
}
.page-title-home.h-9 .join-team-box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.page-title-home.h-architecture .page-title-home-inner {
  padding-top: 354px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title-home.h-architecture .page-title-home-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 50%, rgb(0, 0, 0) 100%);
}
.page-title-home.h-architecture .page-title-home-inner.img-1 {
  background-image: url(../image/page-title/page-title-home-archite-1.jpg);
}
.page-title-home.h-architecture .page-title-home-inner.img-2 {
  background-image: url(../image/page-title/page-title-home-archite-2.jpg);
}
.page-title-home.h-architecture .page-title-home-inner .page-title-home-content .title {
  position: relative;
  padding-top: 20px;
  margin-bottom: 17px;
}
.page-title-home.h-architecture .page-title-home-inner .page-title-home-content .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 105px;
  background-color: var(--white);
}
.page-title-home.h-architecture .list-btn {
  position: absolute;
  bottom: 55px;
  right: 123px;
}
.page-title-home.h-architecture .bottom-page-title {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.page-title-home.h-electrical .page-title-home-inner {
  padding-top: 263px;
  padding-bottom: 157px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title-home.h-electrical .page-title-home-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-6);
}
.page-title-home.h-electrical .page-title-home-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../image/page-title/overlay-page-title-home-5.png);
}
.page-title-home.h-electrical .page-title-home-inner.img-1 {
  background-image: url(../image/page-title/page-title-home-electrical-1.jpg);
}
.page-title-home.h-electrical .page-title-home-inner.img-2 {
  background-image: url(../image/page-title/page-title-home-electrical-2.jpg);
}
.page-title-home.h-electrical .page-title-home-inner .page-title-home-content .title {
  margin-bottom: 30px;
}
.page-title-home.h-electrical .page-title-home-inner .page-title-home-content .bottom-btn {
  margin-top: 47px;
}
.page-title-home.h-plumber .page-title-home-inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../image/page-title/bg-h-plumber.jpg);
}
.page-title-home.h-plumber .page-title-home-inner .page-title-home-content {
  padding-top: 152px;
  padding-bottom: 183px;
}
.page-title-home.h-plumber .page-title-home-inner .page-title-home-content .sub-title {
  margin-bottom: 29px;
}
.page-title-home.h-plumber .page-title-home-inner .page-title-home-content .title {
  margin-bottom: 30px;
}
.page-title-home.h-plumber .page-title-home-inner .page-title-home-content .bottom-btn {
  margin-top: 47px;
}
.page-title-home.h-plumber .image {
  max-width: 526px;
  max-height: 755px;
}
.page-title-home.h-plumber .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title-home.h-plumber .image.image-item {
  position: absolute;
  bottom: 0;
  right: 0;
}
.page-title-home.h-plumber .list-btn-arrow {
  position: absolute;
  top: 50%;
  left: 75px;
  z-index: 5;
  transform: translateY(-50%);
}
.page-title-home.h-plumber .list-btn-arrow .arrow-btn {
  position: unset;
  margin-bottom: 17px;
}
.page-title-home.h-plumber .list-btn-arrow .arrow-btn:last-child {
  margin-bottom: 0;
}
.page-title-home.h-roofing .page-title-home-inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title-home.h-roofing .page-title-home-inner.img-1 {
  background-image: url(../image/page-title/page-title-home-roofing-1.jpg);
}
.page-title-home.h-roofing .page-title-home-inner.img-2 {
  background-image: url(../image/page-title/page-title-home-roofing-2.jpg);
}
.page-title-home.h-roofing .page-title-home-inner .page-title-home-content {
  padding-top: 172px;
  padding-bottom: 181px;
  padding-left: 126px;
  max-width: 960px;
  width: 100%;
  background-color: var(--red);
  clip-path: polygon(0 0, 100% 0, 74.5% 100%, 0% 100%);
}
.page-title-home.h-roofing .page-title-home-inner .overlay-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 1005px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.251);
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}
.page-title-home.h-roofing .page-title-home-inner .overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 1050px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.149);
  clip-path: polygon(0 0, 100% 0, 76% 100%, 0% 100%);
}
.page-title-home.h-roofing .page-title-home-inner .sub-title {
  margin-bottom: 11px;
}
.page-title-home.h-roofing .page-title-home-inner .title {
  margin-bottom: 13px;
}
.page-title-home.h-roofing .page-title-home-inner .bottom-btn {
  margin-top: 42px;
}
.page-title-home.h-roofing .page-title-home-inner .image-item {
  position: absolute;
}
.page-title-home.h-roofing .page-title-home-inner .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title-home.h-roofing .page-title-home-inner .image-item.item-1 {
  top: 0;
  right: 14.5%;
  max-width: 555px;
}
.page-title-home.h-roofing .page-title-home-inner .image-item.item-2 {
  bottom: 0;
  max-width: 571px;
  right: 24.2%;
}
.page-title-home.h-wood-workshop .page-title-home-inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 186px;
  padding-bottom: 233px;
}
.page-title-home.h-wood-workshop .page-title-home-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 11, 10, 0.502);
  -webkit-mask-image: radial-gradient(circle at 20% center, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 90%);
  mask-image: radial-gradient(circle at 20% center, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 90%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.page-title-home.h-wood-workshop .page-title-home-inner.img-1 {
  background-image: url(../image/page-title/page-title-home-wood-workshop-1.jpg);
}
.page-title-home.h-wood-workshop .page-title-home-inner.img-2 {
  background-image: url(../image/page-title/page-title-home-wood-workshop-2.jpg);
}
.page-title-home.h-wood-workshop .page-title-home-inner.img-3 {
  background-image: url(../image/page-title/page-title-home-wood-workshop-3.jpg);
}
.page-title-home.h-wood-workshop .page-title-home-inner .sub-title {
  margin-bottom: 11px;
}
.page-title-home.h-wood-workshop .page-title-home-inner .title {
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.page-title-home.h-wood-workshop .page-title-home-inner .bottom-btn {
  margin-top: 42px;
}
.page-title-home.h-wood-workshop .thumbs-page-title-home {
  position: absolute;
  bottom: 65px;
}
.page-title-home .list-btn-arrow {
  position: absolute;
  top: 50%;
  right: 150px;
  z-index: 5;
  transform: translateY(-50%);
}
.page-title-home .list-btn-arrow .arrow-btn {
  position: unset;
  margin-bottom: 17px;
}
.page-title-home .list-btn-arrow .arrow-btn:last-child {
  margin-bottom: 0;
}

.page-title-contact ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px 34px;
  align-items: center;
  flex-wrap: wrap;
}
.page-title-contact ul li {
  color: var(--white);
  position: relative;
  padding-left: 12px;
  font-family: "Barlow", sans-serif;
}
.page-title-contact ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--white);
}

.breadcrumb {
  padding: 9px 33px 8px 27px;
  background-color: var(--secondary);
  width: auto;
  max-width: max-content;
  position: relative;
  z-index: 2;
}
.breadcrumb a {
  color: var(--color-text-3);
  position: relative;
  padding-right: 19px;
  margin-right: 15px;
}
.breadcrumb a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  background-color: var(--primary);
  transform: translateY(-50%);
}
.breadcrumb span {
  color: var(--white);
}
.breadcrumb a,
.breadcrumb span {
  font-size: 11px;
  letter-spacing: 0.9px;
}

.heading-section {
  position: relative;
  z-index: 5;
}
.heading-section .sub-title {
  color: var(--color-text-3);
  position: relative;
  padding-left: 22px;
  letter-spacing: 3.3px;
  display: inline-block;
}
.heading-section .sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--primary);
  width: 8px;
  height: 8px;
}
.heading-section .sub-title.style-2 {
  padding-right: 22px;
}
.heading-section .sub-title.style-2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: var(--primary);
  width: 8px;
  height: 8px;
}
.heading-section .sub-title.style-3 {
  padding-right: 22px;
  padding-left: 0;
}
.heading-section .sub-title.style-3::before {
  left: auto;
  right: 0;
}
.heading-section .title {
  color: var(--secondary);
  letter-spacing: 1.3px;
}
.heading-section .text {
  color: var(--color-text);
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.85px;
}
.heading-section.style-color-white .title {
  color: var(--white);
}
.heading-section.style-color-white .text {
  color: var(--color-text-2);
}

.section-content .desc {
  color: var(--color-text);
  font-family: "Barlow", sans-serif;
}
.section-content.style-color-white .desc {
  color: var(--color-text-2);
}

.section-list-populated .list-populated {
  position: relative;
}
.section-list-populated .bottom-section {
  margin-top: 44px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 53px;
  gap: 0 30px;
}
.section-list-populated .bottom-section .left {
  padding-top: 7px;
}
.section-list-populated .bottom-section .left h5 {
  letter-spacing: 0.35px;
}
.section-list-populated .bottom-section .left p {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
  margin-top: -3px;
  margin-left: 2px;
}
.section-list-populated .bottom-section .right {
  padding-top: 26px;
}
.section-list-populated .bottom-section .wg-list-counter {
  gap: 0 69px;
}
.section-list-populated .bottom-section .counter-item .text {
  letter-spacing: 1.2px;
  padding-top: 8px;
}
.section-list-populated .line-blog {
  margin-top: 0;
  margin-bottom: 0;
}
.section-list-populated .img-item {
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-list-populated.p-about .wg-counter {
  padding-top: 59px;
  padding-bottom: 50px;
  padding-right: 20px;
}

.list-populated {
  padding: 70px 15px 63px 15px;
}

.section-about {
  position: relative;
}
.section-about .section-about-inner .section-about-left {
  position: relative;
}
.section-about .section-about-inner .section-about-left .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-about .section-about-inner .section-about-left .wg-year {
  position: absolute;
  top: 0;
}
.section-about.h-1 .section-about-inner {
  gap: 69px;
}
.section-about.h-1 .section-about-inner .section-about-left {
  position: relative;
}
.section-about.h-1 .section-about-inner .section-about-left .image {
  max-width: 500px;
}
.section-about.h-1 .section-about-inner .section-about-left .image-item.item-1 {
  max-width: 576px;
  position: absolute;
  top: -59px;
  left: -89px;
}
.section-about.h-1 .section-about-inner .section-about-left .image-item.item-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-about.h-1 .section-about-inner .section-about-left .wg-year {
  left: 0;
}
.section-about.h-1 .section-about-inner .section-about-right {
  padding-top: 54px;
  padding-bottom: 54px;
}
.section-about.h-2 .section-about-inner {
  gap: 78px;
}
.section-about.h-2 .section-about-inner .section-content .desc {
  border-bottom: 1px solid var(--line-4);
  position: relative;
  padding-bottom: 33px;
  margin-bottom: 39px;
}
.section-about.h-2 .section-about-inner .section-content .desc::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
}
.section-about.h-2 .section-about-inner .section-content .desc::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
}
.section-about.h-2 .section-about-inner .section-about-left {
  position: relative;
}
.section-about.h-2 .section-about-inner .section-about-left .image {
  max-width: 548px;
}
.section-about.h-2 .section-about-inner .section-about-left .wg-year {
  right: 0;
}
.section-about.h-2 .section-about-inner .section-about-right {
  margin-bottom: 10px;
}
.section-about.h-2 .section-about-inner .format-video {
  bottom: 34px !important;
  right: 30px !important;
}
.section-about.h-2 .list-box-text {
  margin-bottom: 48px;
}
.section-about.h-2 .list-box-text .list-btn {
  position: absolute;
  right: 42px;
  bottom: 38px;
}
.section-about.h-3 .img-item {
  position: absolute;
  bottom: -130px;
  left: 0;
}
.section-about.h-3 .line-blog {
  margin-top: 63px;
  margin-bottom: 24px;
}
.section-about.h-4 .left {
  gap: 70px;
}
.section-about.h-4 .image-video {
  max-width: 30.3%;
  width: 100%;
}
.section-about.h-4 .section-content {
  max-width: 841.75px;
  margin-right: 77px;
  margin-left: auto;
  padding: 0 15px;
}
.section-about.h-4 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-about.h-4 .image.image-1 {
  height: 464px;
}
.section-about.h-4 .right {
  margin-right: 30px;
}
.section-about.p-about .section-content .title {
  letter-spacing: 2.1px;
}
.section-about.p-about .benefit-items {
  margin-bottom: 9px;
}
.section-about.p-about .benefit-items i {
  font-size: 20px;
}
.section-about.p-about .benefit-items:last-child {
  margin-bottom: 0;
}
.section-about.p-about .image {
  max-width: 100%;
}
.section-about.p-about .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-about.p-core-values .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-about.p-core-values .section-content {
  max-width: 568px;
  width: 100%;
}
.section-about.p-testimonials .section-about-inner {
  position: relative;
}
.section-about.p-testimonials .section-about-inner .left {
  position: relative;
  max-width: 51%;
  width: 100%;
}
.section-about.p-testimonials .section-about-inner .left .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-about.p-testimonials .section-about-inner .right {
  max-width: 49%;
  width: 100%;
}
.section-about.p-testimonials .section-about-inner .right .heading-section {
  padding: 70px 15px;
}
.section-about.p-testimonials .section-about-inner .right .heading-section .title {
  letter-spacing: 1.6px;
}
.section-about.p-testimonials .section-about-inner .icon-section {
  width: 131px;
  height: 131px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  position: absolute;
  top: -22px;
  right: 9.7%;
}
.section-about.p-testimonials .section-about-inner .icon-section i {
  font-size: 69px;
  color: var(--white);
  padding-bottom: 9px;
}
.section-about.p-testimonials .section-about-inner .icon-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 16px;
  height: 22px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #c04615;
}
.section-about.p-testimonials .section-about-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-about.p-testimonials .section-about-inner .img-item {
  position: absolute;
  bottom: 0;
  right: 0;
}

.section-about-2 {
  position: relative;
}
.section-about-2.h-3 .image {
  max-width: 502px;
  width: 100%;
}
.section-about-2.h-3 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-about-2.h-3 .benefit-items {
  gap: 15px;
}
.section-about-2.h-3 .bg-box {
  max-width: 620px;
  width: 100%;
  background-color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.section-about-2.h-3 .bg-box .img-item {
  position: absolute;
}
.section-about-2.h-3 .bg-box .img-item.img-1 {
  max-width: 320px;
  top: 0;
  left: 0;
}
.section-about-2.h-3 .bg-box .img-item.img-2 {
  max-width: 511px;
  bottom: 0;
  right: 0;
}
.section-about-2.h-3 .bg-box .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-about-2.h-3 .box-text-section {
  position: absolute;
  top: 50.8%;
  transform: translateY(-50%);
  left: 7.8%;
  background-color: var(--secondary);
  padding: 62px 59px 66px 53px;
  z-index: 2;
}
.section-about-2.h-3 .box-text-section p {
  color: var(--white);
  margin-bottom: 61px;
}
.section-about-2.h-3 .box-text-section a {
  color: var(--white);
  text-align: end;
  display: inline-block;
  width: 100%;
}
.section-about-2.h-3 .box-text-section a i {
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-about-2.h-3 .box-text-section a:hover i {
  color: var(--primary);
}

.section-about-3.h-3 {
  background-color: var(--color-bg-2);
}
.section-about-3.h-3 .left,
.section-about-3.h-3 .right {
  flex: 1 1 auto;
  max-width: 50%;
}
.section-about-3.h-3 .left .section-content {
  padding-bottom: 19px;
  max-width: 765px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 51px;
  padding-right: 15px;
}
.section-about-3.h-3 .left .section-content .title {
  letter-spacing: 1.8px;
}
.section-about-3.h-3 .left .section-content .desc {
  max-width: 650px;
}
.section-about-3.h-3 .progress-item {
  padding-left: 2px;
}
.section-about-3.h-3 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-services {
  position: relative;
}
.section-services.h-1 {
  overflow: hidden;
}
.section-services.h-1 .list-btn {
  flex-direction: column;
  gap: 14px;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  right: 12.7%;
}
.section-services.h-1 .arrow-btn {
  opacity: 1;
  visibility: visible;
  position: unset;
  transform: translateY(0);
}
.section-services.h-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 78.5%;
  background-color: var(--line-4);
}
.section-services.h-1 .image-item {
  position: absolute;
}
.section-services.h-1 .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-services.h-1 .image-item.item-1 {
  max-width: 289px;
  right: -145px;
  top: 0;
}
.section-services.h-1 .image-item.item-2 {
  right: 10.3%;
  top: 0;
}
.section-services.h-2 {
  overflow: hidden;
}
.section-services.h-2 .sw-services {
  position: relative;
}
.section-services.h-2 .sw-services .list-btn {
  display: none;
  flex-direction: column;
  gap: 14px;
  position: absolute;
  left: 13%;
  top: 50%;
  transform: translateY(-50%);
}
.section-services.h-2 .sw-services .list-btn .arrow-btn {
  opacity: 1;
  visibility: visible;
  position: unset;
  transform: translateY(0);
}
.section-services.h-2 .image-item {
  position: absolute;
}
.section-services.h-2 .image-item.item-1 {
  max-width: 115px;
  top: 0;
  left: 150px;
}
.section-services.h-3 .img-item {
  position: absolute;
  top: 0;
  right: 0;
}
.section-services.h-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background-color: var(--color-bg-2);
}
.section-services.h-4 .heading-section .title {
  letter-spacing: 1.5px;
}
.section-services.p-core-values .list-services {
  margin-right: -15px;
  padding-right: 15px;
  margin-bottom: -15px;
  padding-bottom: 15px;
}
.section-services.p-core-values .title {
  letter-spacing: 1.8px;
}
.section-services.p-core-values .heading-section .text {
  letter-spacing: 0.1px;
}
.section-services.p-core-values .arrow-btn {
  opacity: 1;
  visibility: visible;
  top: 48%;
}
.section-services.p-core-values .arrow-btn.arrow-next {
  right: -123px;
}
.section-services.p-core-values .arrow-btn.arrow-prev {
  left: -123px;
}
.section-services.p-core-values::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 592px;
  background-image: url(../image/section/bg-section-services-p-core-values.jpg);
}
.section-services.p-core-values::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 592px;
  background: linear-gradient(180deg, var(--white) 0%, var(--white) 0% 50%, rgba(241, 241, 241, 0.302) 100%);
}
.section-services.p-pricing .img-item {
  max-width: 115px;
  position: absolute;
  top: 0;
  right: 9.2%;
}
.section-services.p-pricing .heading-section .title {
  letter-spacing: 1.4px;
}
.section-services.p-what-we-do-detail {
  overflow: hidden;
}
.section-services.p-what-we-do-detail .img-item {
  position: absolute;
  top: -5%;
  right: 9.5%;
  max-width: 115px;
}

.section-why-us {
  position: relative;
}
.section-why-us.h-1 .section-why-us-inner {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.section-why-us.h-1 .list-box-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.section-why-us.h-1 .list-box-icon .box-icon {
  flex: 1 1 auto;
  max-width: calc(25% - 30px);
  width: 100%;
}
.section-why-us.h-1 .line-blog {
  margin-top: 62px;
  margin-bottom: 47px;
}
.section-why-us.h-1 .bottom-section .text {
  letter-spacing: 0.05px;
}
.section-why-us.h-1 .image-item {
  position: absolute;
}
.section-why-us.h-1 .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-why-us.h-1 .image-item.item-1 {
  max-width: 514px;
  bottom: 0;
  right: 0;
}
.section-why-us.h-1 .image-item.item-2 {
  max-width: 762px;
  top: -36px;
  right: 80px;
}
.section-why-us.h-2 .section-why-us-inner {
  padding-bottom: 86px;
  position: relative;
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
}
.section-why-us.h-2 .section-why-us-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 82.5%;
  background-image: url(../image/section/bgsection-why-us-h-2.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-why-us.h-2 .sw-why-us {
  margin-bottom: 86px;
}
.section-why-us.h-2 .wg-counter {
  padding-left: 9px;
  padding-right: 9px;
}
.section-why-us.h-2 .wg-counter .counter-item .text {
  padding-top: 6px;
  letter-spacing: 0;
}
.section-why-us.h-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 83%;
  background-image: url(../image/section/bg-section-why-h4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-why-us.h-4 .heading-section .title {
  letter-spacing: 1.5px;
}
.section-why-us.h-4 .list-item .populated-item {
  max-width: 25%;
}
.section-why-us.h-4 .list-item .image-why-us {
  max-width: 25%;
  min-height: 309px;
}
.section-why-us.h-4 .list-item .image-why-us img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-why-us.h-4 .why-choose-list {
  margin-left: -15px;
  margin-right: -15px;
}
.section-why-us.p-why .list-item {
  flex-wrap: wrap;
}
.section-why-us.p-why .list-item .item {
  flex: 1 1 auto;
  max-width: 50%;
}
.section-why-us.p-why .list-item .image-why-us,
.section-why-us.p-why .list-item .box-icon {
  flex: 1 1 auto;
  max-width: 50%;
}
.section-why-us.p-why .list-item .image-why-us img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-our-work.h-1 .heading-section {
  margin-bottom: 57px;
}
.section-our-work.h-1 .heading-section .title {
  letter-spacing: 1.8px;
}
.section-our-work.h-1 .bottom-section {
  max-width: 1399px;
  width: 100%;
  padding-left: 114px;
  padding-right: 114px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 64px;
  background-color: var(--primary);
}
.section-our-work.h-1 .list-btn {
  gap: 11px;
}
.section-our-work.h-1 .arrow-btn {
  position: unset;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.section-faq {
  position: relative;
}
.section-faq.h-1 .left {
  position: relative;
  margin-left: -3px;
  width: 90%;
}
.section-faq.h-1 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-faq.h-1 .image.image-item {
  position: absolute;
}
.section-faq.h-1 .image.image-item.item-1 {
  top: -78px;
  left: -119px;
  max-width: 424px;
  z-index: 2;
  padding: 27px 28px;
  background-color: var(--white);
}
.section-faq.h-1 .image.image-item.item-1 img {
  position: relative;
}
.section-faq.h-1 .image.image-item.item-3 {
  max-width: 351px;
  top: -126px;
  right: 0;
  z-index: -1;
}
.section-faq.h-1 .image.item-2 {
  max-width: 504px;
}
.section-faq.h-1 .heading-section .title {
  letter-spacing: 1.7px;
}
.section-faq.h-1 .right {
  padding-top: 68px;
  padding-bottom: 68px;
  width: 100%;
}
.section-faq.h-1 .rectangle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 630px;
  height: 300px;
  background-color: var(--color-bg-4);
  z-index: -1;
}
.section-faq.p-faq .section-faq-inner {
  background-image: url(../image/section/bg-section-faq-p-faq.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 15px;
}
.section-faq.p-why .logo-icon img {
  width: 62px;
}
.section-faq.p-why .heading-section .title {
  padding-left: 16px;
  letter-spacing: 1.6px;
}

.section-team {
  position: relative;
}
.section-team.h-1 .heading-section .title {
  letter-spacing: 1.8px;
}
.section-team.h-1 .section-content {
  margin-bottom: 26px;
}
.section-team.h-1 .section-content .tf-btn {
  margin-bottom: 28px;
}
.section-team.h-1 .img-item {
  position: absolute;
  top: 0;
  right: 0;
}
.section-team.h-2 .arrow-btn {
  opacity: 1;
  visibility: visible;
  top: 65.5%;
}
.section-team.h-2 .arrow-btn.arrow-prev {
  left: -10.2%;
}
.section-team.h-2 .arrow-btn.arrow-next {
  right: -10.2%;
}

.section-testimonial {
  position: relative;
}
.section-testimonial .heading-icon {
  margin-top: -9px;
}
.section-testimonial .heading-icon i {
  font-size: 52px;
  color: var(--primary);
}
.section-testimonial.h-1 .section-testimonial-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 70px;
  padding-top: 74px;
  padding-left: 31px;
}
.section-testimonial.h-1 .section-testimonial-inner .heading-section .sub-title {
  padding-left: 26px;
}
.section-testimonial.h-1 .section-testimonial-inner .image {
  width: 100%;
}
.section-testimonial.h-1 .section-testimonial-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-testimonial.h-1 .section-testimonial-inner .left {
  max-width: 44.5%;
  position: relative;
}
.section-testimonial.h-1 .section-testimonial-inner .left .testimonial-counter {
  position: absolute;
  bottom: 24px;
  right: 26px;
  background-color: var(--white);
  padding: 38px 41px 30px 33px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.section-testimonial.h-1 .section-testimonial-inner .right {
  max-width: 44.1%;
  position: relative;
  padding-bottom: 25px;
  padding-top: 132px;
}
.section-testimonial.h-1 .heading-section .title {
  letter-spacing: 1.6px;
}
.section-testimonial.h-1 .item-1 {
  max-width: 801px;
  width: 100%;
  height: 724px;
  background-color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-testimonial.h-2 {
  overflow: hidden;
}
.section-testimonial.h-2 .heading-section .title {
  letter-spacing: 1.6px;
}
.section-testimonial.h-2 .section-testimonial-inner {
  max-width: 85.5%;
  width: 100%;
  margin-right: 0 !important;
  margin-left: auto !important;
}
.section-testimonial.h-2 .arrow-btn {
  opacity: 1;
  visibility: visible;
  position: unset;
  transform: translateX(0);
}
.section-testimonial.h-2 .list-btn {
  flex-direction: column;
  gap: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10.8%;
  z-index: 2;
}
.section-testimonial.h-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-testimonial.h-2 .image.img-item {
  position: absolute;
}
.section-testimonial.h-2 .image.img-item.item-1 {
  max-width: 20.5%;
  bottom: -25px;
  left: 0;
}
.section-testimonial.h-2 .list-testimonial-2 {
  padding-left: 2px;
}
.section-testimonial.h-2 .testimonial-item .text {
  letter-spacing: 0.04px;
  padding-bottom: 39px;
}
.section-testimonial.h-2 .testimonial-item .tf-btn-default {
  padding-bottom: 11px;
  letter-spacing: 1.1px;
  gap: 7px;
}
.section-testimonial.h-3 {
  background-image: url(../image/section/bg-section-testimonial-h-3.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-testimonial.h-4 .section-testimonial-inner {
  max-width: 85.9%;
}
.section-testimonial.h-4 .image.img-item.item-1 {
  max-width: 445px;
  top: 0;
  bottom: auto;
  left: 0;
}
.section-testimonial.h-4 .image.img-item.item-2 {
  top: 0;
  right: 0;
}
.section-testimonial.h-4 .heading-icon {
  margin-top: -10px;
}
.section-testimonial.h-4 .heading-icon i {
  font-size: 54px;
}
.section-testimonial.p-testimonials .heading-section .title {
  letter-spacing: 1.7px;
}
.section-testimonial.p-testimonials .sw-testimonials {
  position: relative;
}
.section-testimonial.p-testimonials .arrow-btn {
  opacity: 1;
  visibility: visible;
}
.section-testimonial.p-testimonials .line-blog {
  margin-top: 62px;
  margin-bottom: 0;
}
.section-testimonial.p-what-we-do {
  background-color: var(--color-bg-4);
}
.section-testimonial.p-what-we-do .section-testimonial-inner {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.section-testimonial.p-what-we-do .list-btn {
  top: 52%;
  right: 15px;
}
.section-testimonial.p-what-we-do .list-testimonial-2 {
  padding-left: 0;
}
.section-testimonial.p-what-we-do .tf-btn-default {
  gap: 10px;
}

.section-contact-home {
  position: relative;
}
.section-contact-home.h-1 {
  background-image: url(../image/section/bg-section-contact-h-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-contact-home.h-1 .section-contact-inner {
  padding-top: 74px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px 30px;
}
.section-contact-home.h-1 .section-contact-inner .right {
  max-width: 51%;
  width: 100%;
}
.section-contact-home.h-1 .heading-section .title {
  letter-spacing: 1.6px;
}
.section-contact-home.h-3 .image {
  height: 888px;
}
.section-contact-home.h-3 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-contact-home.h-3 .section-contact-inner {
  gap: 30px;
}
.section-contact-home.h-3 .section-contact-inner .left {
  max-width: 50%;
  width: 100%;
  position: relative;
}
.section-contact-home.h-3 .section-contact-inner .right {
  max-width: 50%;
  width: 100%;
}
.section-contact-home.h-3 .section-contact-inner .right .section-content {
  padding: 70px 15px 70px;
}
.section-contact-home.h-3 .img-item {
  position: absolute;
}
.section-contact-home.h-3 .img-item.item-1 {
  top: 0;
  right: 0;
}
.section-contact-home.h-3 .img-item.item-2 {
  bottom: 0;
  left: 0;
}
.section-contact-home.p-pricing {
  background-image: url(../image/section/bg-section-contact-p-pricing.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-contact-home.p-pricing .heading-section .title {
  letter-spacing: 1.6px;
}
.section-contact-home.p-pricing .section-content {
  max-width: 681px;
  width: 100%;
  margin-top: -8px;
}
.section-contact-home.p-pricing .img-item {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 26%;
}
.section-contact-home.p-pricing .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-contact-home.p-what-we-do-detail .contact-home-item {
  max-width: 100% !important;
}
.section-contact-home.p-working-process .section-contact-inner {
  padding-top: 71px;
}

.section-blog {
  position: relative;
}
.section-blog.h-1 .arrow-btn {
  opacity: 1;
  visibility: visible;
  top: 61.5%;
}
.section-blog.h-1 .arrow-btn.arrow-prev {
  left: -10.2%;
}
.section-blog.h-1 .arrow-btn.arrow-next {
  right: -10.2%;
}

.section-achievement {
  position: relative;
}
.section-achievement.h-2 .wg-tab {
  position: absolute;
  left: 54.3%;
  top: 36%;
  z-index: 5;
}
.section-achievement.h-2 .section-achievement-inner {
  gap: 57px;
}
.section-achievement.h-2 .section-achievement-inner .image {
  max-width: 976px;
  height: 532px;
  width: 100%;
}
.section-achievement.h-2 .section-achievement-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-achievement.h-2 .section-achievement-inner .left {
  max-width: calc(55% - 70px);
  width: 100%;
}
.section-achievement.h-2 .section-achievement-inner .right {
  max-width: 45%;
  width: 100%;
  margin-bottom: 6px;
}
.section-achievement.h-2 .section-achievement-content {
  padding-top: 106px;
}
.section-achievement.h-2 .section-achievement-content .title {
  color: var(--white);
  letter-spacing: 1.7px;
  margin-bottom: 24px;
}
.section-achievement.h-2 .section-achievement-content .desc {
  color: var(--color-text-2);
  font-family: "Barlow", sans-serif;
  margin-bottom: 43px;
}
.section-achievement.h-2 .heading-section .title {
  letter-spacing: 1.8px;
}
.section-achievement.h-2 .img-item {
  position: absolute;
}
.section-achievement.h-2 .img-item.item-1 {
  top: 0;
  right: 10%;
}
.section-achievement.h-2 .img-item.item-2 {
  bottom: 0;
  left: 0;
}

.section-why2 {
  position: relative;
}
.section-why2.h-2 .section-why2-inner {
  gap: 42px;
}
.section-why2.h-2 .image.item-2 {
  position: relative;
  max-width: 457px;
  margin-left: 43px;
  z-index: 3;
  max-height: 780px;
}
.section-why2.h-2 .img-item {
  position: absolute;
  top: 47%;
  left: 22%;
  transform: translateY(-50%);
  z-index: 2;
}
.section-why2.h-2 .left {
  position: relative;
  max-width: 33%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: end;
  justify-content: center;
}
.section-why2.h-2 .left::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/section/bg-section-why-2-h2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-why2.h-2 .right {
  padding-top: 44px;
  padding-bottom: 44px;
  max-width: 899px;
  padding-right: 15px;
  width: 100%;
}
.section-why2.h-2 .wg-tab {
  padding-bottom: 42px;
}
.section-why2.h-2 .benefit-items {
  margin-bottom: 7px;
  gap: 14px;
}
.section-why2.h-2 .benefit-items:last-child {
  margin-bottom: 0;
}
.section-why2.p-why .list-box-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 38px 10px;
}
.section-why2.p-why .list-box-item .box-item {
  flex: 1 1 auto;
  max-width: calc(50% - 10px);
}
.section-why2.p-why .list-box-item .box-item:last-child {
  max-width: 100%;
}
.section-why2.p-why .image.item-2 {
  position: relative;
  margin-left: 71px;
  z-index: 3;
}
.section-why2.p-why .img-item {
  position: absolute;
  top: 47%;
  left: 22%;
  transform: translateY(-50%);
  z-index: 2;
}
.section-why2.p-why .left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: end;
  justify-content: center;
  display: none;
}
.section-why2.p-why .left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/section/bg-section-why-2-p-why.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-why2.p-why .right {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.section-why2.p-why .right .heading-section .title {
  letter-spacing: 1.7px;
}

.section-project {
  position: relative;
}
.section-project.h-2 {
  overflow: hidden;
}
.section-project.h-2 .left {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-project.h-2 .heading-section .title {
  letter-spacing: 1.7px;
}
.section-project.h-2 .right {
  max-width: 54.4%;
  position: relative;
}
.section-project.h-2 .arrow-btn {
  opacity: 1;
  visibility: visible;
  position: unset;
  transform: translateX(0);
}
.section-project.h-2 .list-btn {
  flex-direction: column;
  gap: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  z-index: 2;
}
.section-project.h-2 .img-item {
  position: absolute;
  bottom: 0;
  right: -104px;
}
.section-project.h-2 .pagination-absolute {
  position: absolute;
  bottom: -10px;
}
.section-project.h-3 .counter-item1 .text {
  letter-spacing: 3.9px;
}
.section-project.h-3 .heading-section .title {
  letter-spacing: 1.8px;
}
.section-project.h-3 .sw-pagination .swiper-pagination-bullet::before {
  background-color: var(--primary);
}
.section-project.h-3 .sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--white);
}
.section-project.h-3 .sw-pagination.pagination-absolute {
  position: absolute;
  bottom: 0;
  left: 19%;
  width: max-content;
}
.section-project.h-3 .img-item {
  position: absolute;
  top: 0;
  right: 0;
}
.section-project.h-5 .left {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 9px;
}
.section-project.h-5 .right {
  max-width: 54.7%;
  position: relative;
}
.section-project.h-5 .heading-section .title {
  letter-spacing: 1.8px;
}
.section-project.h-5 .arrow-btn {
  opacity: 1;
  visibility: visible;
  position: unset;
  transform: translateX(0);
}
.section-project.h-5 .list-btn {
  flex-direction: column;
  gap: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  z-index: 2;
}
.section-project.p-our-services .section-project-inner .left,
.section-project.p-our-services .section-project-inner .right {
  flex: 1 1 auto;
  max-width: 100%;
}
.section-project.p-our-services .list-img .image {
  flex: 1 1 auto;
  max-width: 50%;
}
.section-project.p-our-services .list-img .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-project.p-our-services .section-content {
  padding: 70px 15px;
}
.section-project.p-our-services .img-item {
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-project.p-our-services .heading-section .title {
  letter-spacing: 1.7px;
}
.section-project.p-project-2 {
  background-image: url(../image/section/bg-section-project-p-project.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-project.p-project-2 .arrow-btn {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.section-project.p-project-2 .arrow-btn.arrow-prev {
  left: 4%;
}
.section-project.p-project-2 .arrow-btn.arrow-next {
  right: 4%;
}
.section-project.p-what-we-do-detail .heading-section .title {
  letter-spacing: 1.5px;
}

.title-section-5 {
  background-color: var(--secondary);
  position: relative;
  padding: 35px 0px 30px;
}
.title-section-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/section/bg-title-section-5.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.title-section-5 .text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: max-content;
  color: var(--white);
  letter-spacing: 1.1px;
}

.section-5 {
  position: relative;
}
.section-5.h-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 91.3%;
  background-image: url(../image/section/bg-section-5-h2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-5.h-2 .list-contact-home-item {
  padding-left: 28px;
  padding-right: 28px;
}

.secion-how-work {
  position: relative;
}
.secion-how-work.h-3 {
  overflow: hidden;
}
.secion-how-work.h-3 .secion-how-work-inner {
  gap: 127px;
}
.secion-how-work.h-3 .left {
  padding-bottom: 10px;
}
.secion-how-work.h-3 .right {
  max-width: 45.7%;
  width: 100%;
}
.secion-how-work.h-3 .img-item {
  position: absolute;
  z-index: -1;
}
.secion-how-work.h-3 .img-item.item-1 {
  right: -183px;
  top: 0;
  max-width: 268px;
}
.secion-how-work.h-3 .img-item.item-2 {
  right: 7%;
  top: -6px;
  max-width: 132px;
}

.section-1 {
  position: relative;
}
.section-1.h-4 .wg-counter {
  padding-bottom: 51px;
  padding-top: 60px;
}
.section-1.h-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 71%;
  background-color: var(--color-bg-8);
}
.section-1.p-about .image {
  max-width: 499px;
}
.section-1.p-about .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-1.p-about .right {
  max-width: 600px;
  width: 100%;
  padding-top: 42px;
  padding-bottom: 42px;
}
.section-1.p-about .item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38.65%;
  height: 336px;
  background-color: var(--primary);
}
.section-1.p-careers .heading-section .title {
  letter-spacing: 1.7px;
}
.section-1.p-careers .image {
  max-width: 799px;
  height: 526px;
}
.section-1.p-careers .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-1.p-careers .section-content .desc {
  max-width: 601px;
}
.section-1.p-careers .tf-btn span {
  letter-spacing: 1.1px;
}
.section-1.p-careers .img-item {
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-1.p-careers .item-1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--color-bg-11);
  max-width: 35.9%;
  width: 100%;
}
.section-1.p-careers .item-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/section/bg-section-1-p-careers.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-1.p-leadership .section-1-inner {
  background-image: url(../image/section/section-1-p-leadership.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 105px 100px 0;
}
.section-1.p-leadership .box-text {
  border: none;
  max-width: 868px;
  margin-left: auto;
  margin-right: 0;
  padding: 64px 68px 69px 66px;
  position: relative;
}
.section-1.p-leadership .box-text .desc {
  margin-bottom: 39px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line-4);
  letter-spacing: 0.05px;
  position: relative;
}
.section-1.p-leadership .box-text::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 13px;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-13);
}
.section-1.p-leadership .box-user {
  gap: 21px;
}
.section-1.p-leadership .box-user .icon i {
  font-size: 40px;
  color: var(--primary);
}
.section-1.p-leadership .box-user .name {
  letter-spacing: 0.7px;
}
.section-1.p-leadership .box-user .description {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}
.section-1.p-our-services .heading-section .title {
  letter-spacing: 1.6px !important;
}
.section-1.p-our-services .heading-section .text {
  max-width: 91%;
  margin-left: auto;
  margin-right: auto;
}
.section-1.p-what-we-do .heading-section {
  margin-left: auto;
  margin-right: 0;
  max-width: 874px;
}
.section-1.p-what-we-do .heading-section .title {
  letter-spacing: 1.45px;
}
.section-1.p-what-we-do .heading-section .text {
  letter-spacing: 0.08px;
  position: relative;
  padding-bottom: 40px;
}
.section-1.p-what-we-do .heading-section .text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 103px;
  height: 3px;
  background-color: var(--primary);
}
.section-1.p-what-we-do .wg-counter {
  padding-left: 28px;
  padding-right: 12px;
}
.section-1.p-what-we-do .wg-counter .counter-item .text {
  letter-spacing: 0px;
  padding-top: 5px;
}
.section-1.p-what-we-do .img-item {
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-1.p-working-process .image {
  max-width: 673px;
}
.section-1.p-working-process .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-1.p-working-process .section-1-inner {
  position: relative;
}
.section-1.p-working-process .section-1-inner .img-item {
  position: absolute;
  bottom: 0;
  right: 2.3%;
}
.section-1.p-working-process .section-1-content {
  padding: 70px 15px;
}
.section-1.p-working-process .section-1-content .title {
  letter-spacing: 1.6px;
}
.section-1.p-working-process .section-1-content .text {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.1px;
}
.section-1.p-working-process .section-1-content .popup-youtube span {
  padding-left: 30px;
  letter-spacing: 3.4px;
}

.section-expertise.h-4 .left {
  max-width: 56.5%;
  width: 100%;
}
.section-expertise.h-4 .left .expertise-item .image {
  height: 643px;
}
.section-expertise.h-4 .right {
  max-width: 43.5%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.why-choose-list .line-why-choose {
  width: 1px;
  background-color: var(--line-4);
  height: 256px;
  position: relative;
}
.why-choose-list .line-why-choose::before {
  content: "";
  position: absolute;
  right: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  top: 46px;
  animation: dotAnimatedTopToBottom 12s infinite linear;
}
.why-choose-list .line-why-choose.bottom::before {
  top: auto;
  bottom: 46px;
  animation: dotAnimatedBottomToTop 12s infinite linear;
}
.why-choose-list .why-choose-item {
  max-width: 25%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.section-map.h-4 .image {
  max-width: 422px;
}
.section-map.h-4 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-item {
  padding-top: 63px;
  padding-bottom: 63px;
}
.box-item .top-box {
  margin-bottom: 30px;
}
.box-item .desc-box {
  position: relative;
  padding-left: 26px;
  color: var(--color-text-3);
  letter-spacing: 3.3px;
}
.box-item .desc-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
}
.box-item .text {
  font-family: "Barlow", sans-serif;
}
.box-item.box-why-us {
  flex: 1 1 auto;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.box-item.box-why-us .top-box {
  margin-bottom: 33px;
}
.box-item.box-why-us .text {
  color: var(--color-text-2);
  margin-bottom: 35px;
}
.box-item.box-why-us .list-benefit {
  margin-bottom: 55px;
}
.box-item.style-2 {
  background-color: var(--white);
  padding-left: 57px;
  padding-right: 76px;
  padding-top: 66px;
}
.box-item.style-2 .title {
  position: relative;
  padding-left: 25px;
  margin-bottom: 22px;
  letter-spacing: 0.8px;
}
.box-item.style-2 .title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
}
.box-item.style-2 .desc {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
}
.box-item.style-border {
  border: 1px solid var(--line-4);
}
.box-item.style-title-dot {
  padding: 0;
}
.box-item.style-title-dot .title-box {
  position: relative;
  padding-left: 25px;
  color: var(--secondary);
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 21px;
}
.box-item.style-title-dot .title-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
}
.box-item.style-title-dot .text {
  color: var(--color-text);
}

.box-services {
  flex: 1 1 auto;
  max-width: 100%;
  background-color: var(--color-bg-2);
  padding-left: 15px;
  padding-right: 15px;
}
.box-services .top-box {
  margin-bottom: 42px;
}

.box-about {
  background-color: var(--primary);
  flex: 1 1 auto;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.box-about .desc-box {
  color: var(--white);
}
.box-about .desc-box::before {
  background-color: var(--white);
}
.box-about .top-box {
  margin-bottom: 32px;
}
.box-about .title-about {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 39px;
  letter-spacing: 2px;
}
.box-about .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.box-about .img-item {
  position: absolute;
  bottom: 0;
  right: 0;
}

.box-team {
  background-color: var(--color-bg-2);
  padding-bottom: 0;
  flex: 1 1 auto;
  max-width: calc(50% - 25px);
}
.box-team .heading-section .text {
  max-width: 530.5px;
}
.box-team .top-box {
  padding-left: 15px;
  padding-right: 15px;
}
.box-team .image {
  height: 319px;
}
.box-team .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-testimonial {
  background-color: var(--color-bg-2);
  flex: 1 1 auto;
  max-width: calc(50% - 25px);
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}
.box-testimonial .arrow-btn {
  opacity: 1;
  visibility: visible;
  position: unset;
  transform: translateX(0);
}
.box-testimonial .list-btn {
  gap: 11px;
  position: absolute;
  bottom: 20px;
  right: 5.5%;
  z-index: 2;
}
.box-testimonial .icon {
  position: absolute;
  top: -67px;
  right: -19px;
}
.box-testimonial .icon i {
  color: var(--primary);
  font-size: 257px;
}

.box-number {
  flex: 1 1 auto;
  max-width: 100%;
}
.box-number .image {
  flex: 1 1 auto;
  max-width: 50%;
}
.box-number .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-number .box-content {
  background-color: var(--primary);
  flex: 1 1 auto;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.box-number .box-content .counter-item {
  padding-bottom: 16px;
}
.box-number .box-content .counter-item .text {
  letter-spacing: 3.8px;
  padding-left: 5px;
  text-align: center;
}
.box-number .box-content .img-item {
  position: absolute;
}
.box-number .box-content .img-item.item-1 {
  top: 0;
  left: 0;
}
.box-number .box-content .img-item.item-2 {
  bottom: 0;
  right: 0;
}

.box-review {
  flex: 1 1 auto;
  max-width: 100%;
}
.box-review .image {
  flex: 1 1 auto;
  max-width: 50%;
}
.box-review .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-review .box-content {
  background-color: var(--secondary);
  flex: 1 1 auto;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-bottom: 6px;
}
.box-review .box-content .icon-box {
  margin-bottom: 28px;
}
.box-review .box-content .icon-box i {
  color: var(--color-text-2);
  font-size: 83px;
}
.box-review .box-content .title {
  color: var(--white);
  margin-bottom: 27px;
  letter-spacing: 1.7px;
}
.box-review .box-content .desc {
  color: var(--color-text-2);
  margin-bottom: 43px;
  letter-spacing: -0.6px;
}

.section-history {
  position: relative;
}
.section-history.p-about {
  background-color: var(--color-bg-4);
}
.section-history.p-about .left {
  flex: 1 1 auto;
  max-width: 50%;
}
.section-history.p-about .right {
  flex: 1 1 auto;
  width: 50%;
  padding-left: 30px;
}
.section-history.p-about .right .section-content {
  padding-bottom: 7px;
}
.section-history.p-about .image {
  height: 600px;
  flex: 1 1 auto;
  max-width: 50%;
}
.section-history.p-about .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-history.p-about .wg-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-history.p-history {
  overflow: hidden;
}

.section-benefits .list-benefit .benefit-items {
  margin-bottom: 9px;
}
.section-benefits .list-benefit .benefit-items i {
  font-size: 14px;
}
.section-benefits .list-benefit .benefit-items:last-child {
  margin-bottom: 0;
}
.section-benefits .image {
  max-width: 550px;
}
.section-benefits .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-benefits .left {
  max-width: 21.5%;
}
.section-benefits .middle {
  max-width: 39%;
}
.section-benefits .right {
  max-width: 36%;
}

.section-3.p-careers .heading-section .sub-title {
  max-width: 100%;
}
.section-3.p-careers .heading-section .title {
  letter-spacing: 1.7px;
}
.section-3.p-careers .image {
  min-height: 398px;
}
.section-3.p-careers .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-3.p-careers .section-3-inner .left {
  flex: 1 1 auto;
  max-width: 50%;
}
.section-3.p-careers .section-3-inner .right {
  flex: 1 1 auto;
  max-width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-4);
  padding: 15px;
}
.section-3.p-careers .section-3-inner .right .box-item {
  padding: 0;
  max-width: 437px;
  padding-left: 5px;
}
.section-3.p-careers .section-3-inner .right .box-item .title {
  padding-left: 29px;
  margin-bottom: 18px;
}

.section-join-team .image,
.section-join-team .join-team-box {
  flex: 1 1 auto;
  max-width: calc(50% - 25px);
}
.section-join-team .join-team-box .box-content {
  padding-bottom: 5px;
}
.section-join-team .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-text {
  padding: 25px 26px 24px 72px;
  position: relative;
  overflow: hidden;
}
.section-text .text {
  color: var(--white);
  letter-spacing: 0.8px;
  margin-bottom: 22px;
}
.section-text .desc {
  color: var(--color-text-2);
  max-width: 94%;
  padding-bottom: 5px;
}
.section-text .section-content {
  max-width: 55.5%;
  position: relative;
}
.section-text .image {
  max-width: 678px;
  position: relative;
  z-index: 2;
}
.section-text .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-text .img-item {
  position: absolute;
  top: 0;
  right: 0;
}

.section-gallery.p-history {
  background-image: url(../image/section/bg-section-gallery-p-history.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-gallery.p-history .heading-section .title {
  letter-spacing: 1.8px;
}

.wg-leadership-details .wg-leadership-content .title {
  padding-left: 37px;
  position: relative;
  letter-spacing: 1.6px;
}
.wg-leadership-details .wg-leadership-content .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--primary);
}
.wg-leadership-details .wg-leadership-content .text {
  max-width: 98%;
}
.wg-leadership-details .wg-leadership-content .text p {
  font-family: "Barlow", sans-serif;
}
.wg-leadership-details .wg-leadership-content h5 {
  letter-spacing: 0.35px;
}
.wg-leadership-details .wg-leadership-content .list-benefit {
  margin-left: 2px;
}
.wg-leadership-details .wg-leadership-content .benefit-items {
  gap: 14px;
}

.section-list-project-2 .wg-tab ul {
  gap: 46px;
}
.section-list-project-2 .wg-tab a {
  letter-spacing: 0 !important;
}

.project-grid {
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  display: grid;
  position: relative;
  grid-template-areas: "aa bb bb " "cc cc cc " "dd ee ff " "gg gg hh ";
}
.project-grid .grid-item.item-1 {
  grid-area: aa;
}
.project-grid .grid-item.item-2 {
  grid-area: bb;
}
.project-grid .grid-item.item-3 {
  grid-area: cc;
}
.project-grid .grid-item.item-4 {
  grid-area: dd;
}
.project-grid .grid-item.item-5 {
  grid-area: ee;
}
.project-grid .grid-item.item-6 {
  grid-area: ff;
}
.project-grid .grid-item.item-7 {
  grid-area: gg;
}
.project-grid .grid-item.item-8 {
  grid-area: hh;
}

.section-project-details .arrow-btn {
  opacity: 1;
  visibility: visible;
  width: 60.75px;
  height: 61px;
}
.section-project-details .arrow-btn.arrow-prev {
  left: 47px;
}
.section-project-details .arrow-btn.arrow-next {
  right: 47px;
}
.section-project-details .list-btn {
  margin-top: 123px;
}

.section-pricing {
  position: relative;
}
.section-pricing.p-pricing .heading-section .title {
  letter-spacing: 1.6px;
}

.section-details-services .img-list {
  position: relative;
}
.section-details-services .img-list .arrow-btn {
  opacity: 1;
  visibility: visible;
  position: unset;
  transform: translateY(0);
  width: 61px;
  height: 61px;
}
.section-details-services .img-list .list-btn {
  position: absolute;
  bottom: 22px;
  left: 24px;
  gap: 9px;
}
.section-details-services .benefit-row .list-benefit {
  max-width: 48%;
  width: 100%;
}

.grid-2 {
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  display: grid;
  position: relative;
}

.section-description .wg-tab li {
  max-width: max-content !important;
  margin-left: -1px;
}
.section-description .wg-tab li a {
  padding: 14px 35.5px !important;
  border: 1px solid var(--line-4) !important;
  letter-spacing: 1px;
}
.section-description .wg-tab li:first-child {
  margin-left: 0;
}
.section-description .review-box {
  padding: 30px 15px;
}

.section-related .arrow-btn {
  opacity: 1;
  visibility: visible;
  top: 61.5%;
}
.section-related .arrow-btn.arrow-prev {
  left: -10.2%;
}
.section-related .arrow-btn.arrow-next {
  right: -10.2%;
}
.section-related .product-item-content {
  padding-bottom: 0 !important;
}

.section-2 {
  position: relative;
}
.section-2 .heading-section .title {
  letter-spacing: 1.6px;
}
.section-2 .left {
  padding-right: 30px;
}
.section-2 .img-item {
  position: absolute;
  top: 0;
  left: 6.3%;
  max-width: 115px;
}

.section-seletor {
  position: relative;
}
.section-seletor.p-what-we-do-detail {
  overflow: hidden;
}
.section-seletor.p-what-we-do-detail .heading-section .sub-title {
  padding-left: 25px;
}
.section-seletor.p-what-we-do-detail .heading-section .title {
  letter-spacing: 0.35px;
}
.section-seletor.p-what-we-do-detail .img-item {
  position: absolute;
  bottom: -44px;
  right: 0;
}

.section-markets {
  position: relative;
}
.section-markets.p-what-we-do-detail .section-markets-inner .image {
  max-width: 45.55%;
}
.section-markets.p-what-we-do-detail .section-markets-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-markets.p-what-we-do-detail .section-markets-inner .right {
  padding-left: 70px;
  padding-bottom: 7px;
  position: relative;
  max-width: 54.45%;
}
.section-markets.p-what-we-do-detail .section-markets-inner .right .list-markets {
  max-width: 690px;
  position: relative;
}
.section-markets.p-what-we-do-detail .section-content .desc {
  max-width: 598px;
}
.section-markets.p-what-we-do-detail .sw-pagination-markets {
  position: absolute;
  top: 43.5%;
  transform: translateY(-50%);
  right: 0;
  left: auto;
  bottom: auto;
  width: max-content;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  z-index: 5;
}
.section-markets.p-what-we-do-detail .sw-pagination-markets .swiper-pagination-bullet::before {
  width: 10px;
  height: 10px;
}
.section-markets.p-what-we-do-detail .img-item {
  position: absolute;
  top: 0;
  right: 0;
}
.section-markets.section-markets-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48%;
  background-color: var(--color-bg-16);
}

.list-atc-link {
  background-color: var(--white);
  position: sticky;
  top: 0;
  z-index: 9;
}

.scroll-tranform-section {
  overflow: hidden;
}

/*-------------- Responsive ----------------- */
@media (min-width: 992px) {
  .section-about.p-testimonials .section-about-inner .right .heading-section {
    max-width: 690px;
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .lh26 {
    line-height: 26px !important;
  }
  .lh28 {
    line-height: 28px !important;
  }
  .lh29 {
    line-height: 29px !important;
  }
  .lh30 {
    line-height: 30px !important;
  }
  .lh33 {
    line-height: 33px !important;
  }
  .lh40 {
    line-height: 40px !important;
  }
  .lh45 {
    line-height: 45px !important;
  }
  .lh50 {
    line-height: 50px !important;
  }
  .lh60 {
    line-height: 60px !important;
  }
  .tf-banner.style-2 .title-banner {
    line-height: 80px !important;
  }
  .tf-banner.style-3 .banner-content {
    padding-top: 122px !important;
    padding-bottom: 136px !important;
  }
  .tf-banner.style-3 .title-banner {
    line-height: 80px !important;
  }
  .tf-product-info-wrap {
    margin-left: 20px;
    padding-top: 17px;
  }
  .porject-details-content.details-2 .left {
    max-width: 644.84px;
    width: 100%;
  }
  .porject-details-content.details-2 .right {
    max-width: 469px;
    width: 100%;
  }
  .section-about.p-about .section-content {
    padding-bottom: 4px;
  }
  .section-about.p-about .image {
    max-width: 437px;
    margin-right: 0;
    margin-left: auto;
  }
  .wg-video.style-small {
    max-width: 469px;
  }
  .section-project.h-3 .counter-item .number {
    margin-left: -24px;
  }
  .section-about-2 .image {
    max-width: 502px;
  }
  .section-about-2 .section-about-right {
    max-width: 593px;
  }
  .section-about-2 .section-about-right .section-content {
    padding-bottom: 7px;
  }
}
@media (min-width: 1301px) {
  .header.bg-4 .nav-icon {
    padding-right: 30px;
  }
  .header.bg-5 .nav-icon {
    padding-right: 30px;
  }
  .testimonial-item.style-3 .text-testimonial {
    max-width: 673.54px;
  }
  .section-1.p-working-process .section-1-content {
    padding-top: 115px;
    padding-bottom: 130px;
    padding-left: 102px;
  }
  .section-2.p-what-we-do .heading-section {
    max-width: 566px;
  }
  .section-2.p-what-we-do .heading-section.heading-2 {
    max-width: 605.75px;
  }
  .section-2.p-what-we-do .heading-section.heading-3 {
    max-width: 620.58px;
  }
  .section-2.p-what-we-do .left {
    padding-right: 149px;
    padding-bottom: 14px;
  }
  .testimonial-item.style-4 .icon-testimonial {
    margin-top: 7px;
    margin-left: -2px;
  }
  .testimonial-item.style-4 .user-testimonial {
    padding-left: 8px;
    gap: 4px;
  }
  .section-why2.p-why .left {
    display: block;
  }
  .section-why2.p-why .right {
    max-width: 872px;
    width: 100%;
  }
  .section-why2.p-why .list-prize .prize-item:nth-child(2) {
    padding-left: 57px;
    padding-right: 51px;
  }
  .section-why2.p-why .list-prize .prize-item:last-child {
    padding-left: 69px;
  }
  .section-project.p-our-services .section-project-inner .left,
  .section-project.p-our-services .section-project-inner .right {
    max-width: 50%;
  }
  .section-project.p-our-services .list-img .image {
    height: 663px;
  }
  .section-project.p-our-services .section-content {
    max-width: 737px;
    padding: 70px 15px 70px 77px;
  }
  .section-faq.p-faq .section-faq-inner {
    padding: 119px 300px 131px;
  }
  .section-history.p-about .right {
    padding-left: 79px;
  }
  .section-history.p-about .right .section-content {
    padding-bottom: 7px;
  }
  .box-number {
    max-width: 50%;
  }
  .box-review {
    max-width: 50%;
  }
  .box-item.box-why-us {
    max-width: 25%;
  }
  .box-services {
    max-width: 50%;
  }
  .box-about {
    max-width: 25%;
  }
  .section-expertise.h-4 .right {
    padding-top: 4px;
    padding-left: 88px;
  }
  .section-about-2 .image {
    max-width: 502px;
  }
  .section-about-2 .section-about-right {
    max-width: 593px;
  }
  .section-about-2 .section-about-right .section-content {
    padding-bottom: 7px;
  }
  .post-social.style-53px .icon-socila {
    width: 53px;
    height: 53px;
  }
  .team-item.style-2 .image {
    max-height: 395px;
  }
  .team-item.style-2 .post-social {
    bottom: -27px !important;
    right: 27px !important;
  }
  .section-services.h-2 .sw-services {
    margin-right: -40px;
  }
  .section-services.h-2 .sw-services .list-btn {
    display: inline-flex;
  }
  .footer.style-2 .footer-middle {
    justify-content: start;
  }
  .footer.style-2 .footer-middle .left {
    margin-right: 40px;
  }
  .footer.style-2 .footer-middle .middle {
    margin-right: 105px;
  }
  .section-about.h-1 .section-about-inner .wg-year {
    top: 55px;
    left: -55px !important;
  }
  .section-about.h-2 .section-about-inner .wg-year {
    top: 27px;
    right: 30px !important;
  }
  .px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .header .logo-mobile {
    display: none !important;
  }
  .header .mobile-button {
    display: none;
  }
  .header.style-1 .header-bottom .header-right {
    padding-bottom: 38px;
  }
  .header.bg-color-white-2 .header-content {
    padding-left: 0;
    padding-right: 0;
  }
  .header.bg-5 .header-content, .header.bg-4 .header-content {
    padding-left: 0;
    padding-right: 0;
  }
  .header .header-content.w-full {
    padding-left: 0;
    padding-right: 0;
  }
  .header.h-8 .header-left {
    max-width: 296px;
  }
  .header.h-8 .logo-header {
    height: 103px;
  }
  .header.h-8 .header-middel {
    max-width: calc(100% - 592px);
    padding-left: 121px;
    padding-right: 34px;
    background-color: var(--secondary);
  }
  .header.h-8 .header-btn {
    max-width: 296px;
  }
  .header.h-9 .header-left {
    padding: 0 34px !important;
  }
  .header.h-9 .header-middel {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 32px;
    background-color: var(--secondary);
  }
  .header.h-9 .header-btn {
    max-width: 296px;
  }
  .topbar .topbar-inner {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .topbar.style-w-full .topbar-inner {
    padding-top: 21px;
    padding-bottom: 19px;
  }
  .topbar.bg-8 .language {
    position: relative;
    padding-left: 30px;
    border: none;
  }
  .topbar.bg-8 .language::before {
    position: absolute;
    content: "";
    top: -27px;
    left: 0;
    width: 1px;
    height: 80px;
    background-color: var(--line-4);
  }
  .topbar.h-5 .topbar-inner {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .topbar.h-5 .tf-socials {
    gap: 34px;
  }
}
@media (min-width: 1635px) {
  .list-additional-makets .list-item {
    padding-right: 38px;
    padding-left: 0;
  }
  .list-additional-makets a:hover::before {
    bottom: 0;
    left: 0;
    right: auto;
    width: calc(100% - 15px);
  }
  .section-testimonial.p-testimonials .arrow-btn.arrow-prev {
    left: -12%;
  }
  .section-testimonial.p-testimonials .arrow-btn.arrow-next {
    right: -12%;
  }
  .section-about.p-testimonials .section-about-inner .right .heading-section {
    margin-left: -32px;
  }
  .join-team-box.style-2 {
    padding-left: 100px;
    padding-top: 63px;
  }
  .section-1.p-careers .section-content {
    padding-bottom: 12px;
  }
  .page-title .page-title-inner .page-content {
    padding-left: 150px;
  }
  .box-item.box-why-us {
    padding-left: 44px;
    padding-right: 44px;
  }
  .box-services {
    padding-left: 70px;
    padding-right: 70px;
  }
  .box-about {
    padding-left: 44px;
    padding-right: 44px;
  }
  .box-team .top-box {
    padding-left: 70px;
    padding-right: 70px;
  }
  .box-testimonial {
    padding-left: 70px;
    padding-right: 70px;
  }
  .section-about.h-4 .section-content {
    margin-top: -7px;
  }
  .section-1.h-4 .wg-counter {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer.style-3 .logo-footer {
    padding-top: 5px;
  }
  .footer.style-3 .footer-content {
    margin-left: -14px;
  }
  .section-contact-home {
    position: relative;
  }
  .section-contact-home.h-3 .section-contact-inner {
    gap: 80px;
  }
  .section-contact-home.h-3 .section-contact-inner .left {
    max-width: 46.4%;
  }
  .section-contact-home.h-3 .section-contact-inner .right {
    max-width: 38.4%;
  }
  .section-contact-home.h-3 .section-contact-inner .right .section-content {
    padding: 70px 15px 79px;
  }
  .section-project.h-2 .left {
    padding-left: 192px;
    padding-top: 124px;
    padding-bottom: 129px;
  }
  .section-project.h-3 .counter-item1 h3 {
    margin-top: -10px;
    margin-left: -5px;
  }
  .section-project.h-3 .counter-item1 .text {
    margin-bottom: -3px;
    margin-right: -4px;
  }
  .section-project.h-5 .left {
    padding-left: 70px;
  }
  .section-why-us.h-1 .section-why-us-inner {
    padding-left: 125px;
    padding-right: 124px;
  }
  .section-why-us.h-1 .list-box-icon {
    padding-right: 40px;
  }
  .section-why-us.p-about .section-why-us-inner {
    padding-left: 120px;
    padding-right: 130px;
  }
  .section-list-populated .list-populated {
    padding: 70px 209px 63px 122px;
    gap: 15px;
  }
  .section-list-populated .bottom-section {
    padding-left: 122px;
    padding-right: 124px;
  }
  .header .header-content.bg-color-white {
    padding-left: 51px !important;
    padding-right: 0 !important;
  }
  .header.bg-5 .nav-icon {
    padding-right: 80px !important;
  }
  .header.bg-4 .nav-icon {
    padding-right: 80px !important;
  }
  .header.h-9 .header-left {
    margin-right: 213px;
  }
  .topbar .topbar-inner {
    padding-left: 51px;
    padding-right: 47px;
  }
  .topbar.bg-8 .topbar-inner {
    padding-left: 0;
    padding-right: 10px;
  }
  .topbar.h-5 .topbar-inner {
    padding-left: 42px;
    padding-right: 42px;
  }
  .gap-98 {
    gap: 98px !important;
  }
  .gap-89 {
    gap: 89px !important;
  }
  .pr-80 {
    padding-right: 80px !important;
  }
}
@media (max-width: 1650px) {
  .section-2.p-what-we-do .img-item {
    display: none;
  }
  .section-1.p-careers .img-item {
    display: none;
  }
  .section-services {
    position: relative;
  }
  .section-services.h-2 .image-item {
    display: none;
  }
  .section-testimonial.h-1 .section-testimonial-inner {
    gap: 30px;
  }
  .section-testimonial.h-1 .item-1 {
    max-width: 400px;
  }
  .section-testimonial.h-2 .img-item {
    display: none;
  }
  .section-testimonial.h-2 .section-testimonial-inner {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .section-why-us.h-1 .image-item {
    display: none;
  }
  .header .header-left.gap-98 {
    gap: 30px !important;
  }
  .header .menu-primary-menu {
    gap: 30px !important;
  }
  .header.style-1 .header-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header.style-3 .tf-socials {
    gap: 30px !important;
  }
  .header.style-3 .right {
    padding-right: 35px;
  }
  .header.style-3 .right .tf-socials {
    display: none !important;
  }
}
@media (max-width: 1500px) {
  .section-faq.h-1 .item-1 {
    top: 0 !important;
    left: 0 !important;
  }
  .section-markets.p-what-we-do-detail .sw-pagination-markets {
    right: 0;
  }
  .section-markets.p-what-we-do-detail .right {
    padding-left: 30px !important;
  }
  .section-services.p-core-values .arrow-btn {
    display: none;
  }
  .section-why2.h-2 .item-2 {
    margin-left: 0 !important;
  }
  .section-achievement {
    position: relative;
  }
  .section-achievement.h-2 .wg-tab {
    position: unset;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-achievement.h-2 .section-achievement-content {
    padding-top: 0 !important;
  }
  .section-blog.h-1 .arrow-btn {
    display: none;
  }
  .section-team.h-2 .arrow-btn {
    display: none;
  }
  .header .header-content.bg-color-white .header-left.gap-77 {
    gap: 30px !important;
  }
  .header .header-content.bg-color-white .header-right {
    gap: 30px !important;
  }
  .header .header-content.bg-color-white .header-right .nav-icon {
    gap: 15px;
  }
  .header .header-content.bg-color-white .header-right .nav-icon .nav-search {
    padding-right: 15px;
  }
  .header .header-content.bg-color-white .header-right .nav-icon .nav-cart {
    border-right: 1px solid var(--color-text-2);
    padding-right: 15px;
  }
  .header.style-1 .header-top .header-right {
    gap: 50px !important;
  }
  .header.style-1 .tf-socials {
    gap: 30px !important;
  }
  .header.style-1 .menu-primary-menu {
    gap: 40px;
  }
  .header.style-1 .menu-primary-menu .item-link {
    padding-right: 30px;
  }
  .header.bg-color-white-2 .tf-socials {
    display: none;
  }
  .header.bg-6 .tf-socials {
    display: none !important;
  }
  .sw-post .arrow-btn {
    display: none;
  }
  .pr-80 {
    padding-right: 0 !important;
  }
  .section-why-us.h-1 .list-box-icon .box-icon {
    max-width: calc(50% - 30px) !important;
  }
}
@media (max-width: 1300px) {
  .section-testimonial.h-2 .list-btn {
    display: none;
  }
  .section-testimonial.h-2 .section-testimonial-inner {
    max-width: 100%;
  }
  .section-testimonial.h-2 .testimonial-item .text {
    letter-spacing: 0;
    padding-right: 0px;
  }
  .section-2.p-what-we-do .left {
    max-width: 50%;
  }
  .section-2.p-what-we-do .wg-video {
    max-width: 50%;
  }
  .section-project.h-2 .img-item {
    display: none;
  }
  .section-project.p-our-services br {
    display: none;
  }
  .section-history.p-history .img-item {
    display: none;
  }
  .section-gallery.p-history br {
    display: none;
  }
  .section-text {
    flex-direction: column;
    padding: 0;
  }
  .section-text .section-content {
    max-width: 100%;
    padding: 70px 15px;
  }
  .section-text .image {
    max-width: 100%;
  }
  .section-text .img-item {
    display: none;
  }
  .section-benefits .section-benefits-inner {
    flex-wrap: wrap;
  }
  .section-benefits .section-benefits-inner .left {
    flex: 1 1 auto;
    max-width: calc(40% - 30px);
  }
  .section-benefits .section-benefits-inner .middle {
    flex: 1 1 auto;
    max-width: 60%;
    width: 100%;
  }
  .section-benefits .section-benefits-inner .right {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .section-benefits .image {
    max-width: 100%;
    min-height: unset;
    height: 420px;
  }
  .wg-tab.column-2 {
    padding: 70px 0 70px;
  }
  .wg-tab.column-2 a {
    padding-left: 25px !important;
  }
  .wg-tab.column-2 a::after {
    width: 15px !important;
  }
  .box-team {
    max-width: calc(100% + 25px);
  }
  .box-team .image {
    height: 319px;
  }
  .box-testimonial {
    max-width: calc(100% + 25px);
  }
  .box-testimonial .testimonial-item .text {
    max-width: 100%;
  }
  .section-why-us.h-2 .section-why-us {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-why-us.h-4 .list-item {
    flex-wrap: wrap;
  }
  .section-why-us.h-4 .list-item .populated-item {
    flex: 1 1 auto;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-why-us.h-4 .list-item .image-why-us {
    flex: 1 1 auto;
    max-width: 50%;
    min-height: 309px;
  }
  .section-why-us.h-4 .list-item .image-why-us img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box-why-us {
    padding: 70px 15px 70px 15px !important;
  }
  .banner-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .secion-how-work {
    position: relative;
  }
  .secion-how-work.h-3 {
    overflow: hidden;
  }
  .secion-how-work.h-3 .secion-how-work-inner {
    gap: 70px 30px !important;
  }
  .secion-how-work.h-3 .left {
    padding-bottom: 0 !important;
  }
  .secion-how-work.h-3 .right {
    max-width: 45.7%;
  }
  .secion-how-work.h-3 .img-item {
    display: none;
  }
  .section-about-3.h-3 .left .section-content {
    padding-left: 15px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-about-3.h-3 .progress-item {
    padding-left: 0;
  }
  .section-about-2 .section-about-left {
    max-width: 50% !important;
    width: 100%;
  }
  .section-about-2 .section-about-right {
    max-width: 50%;
    width: 100%;
  }
  .section-about-2 .bg-box {
    display: none;
  }
  .section-about-2 .box-text-section {
    display: none;
  }
  .section-project.h-2 .section-project-inner {
    flex-direction: column;
  }
  .section-project.h-2 .left {
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 6px;
    width: 100%;
  }
  .section-project.h-2 .left br {
    display: none;
  }
  .section-project.h-2 .right {
    max-width: 100%;
    width: 100%;
  }
  .section-project.h-5 .section-project-inner {
    flex-direction: column;
  }
  .section-project.h-5 .section-project-inner .section-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-project.h-5 .section-project-inner br {
    display: none;
  }
  .section-project.h-5 .right {
    max-width: 100%;
  }
  .section-project.h-5 .gap-20 {
    gap: 0 !important;
  }
  .box-card {
    padding: 30px 15px !important;
  }
  .section-about.h-2 .section-about-inner {
    gap: 30px !important;
  }
  .section-about.h-2 .section-about-inner .section-about-left {
    max-width: 50%;
  }
  .section-about.h-2 .section-about-inner .section-about-right {
    max-width: 50%;
  }
  .section-about.h-2 br {
    display: none;
  }
  .section-about.h-4 .section-content {
    margin-right: auto;
  }
  .section-about.h-4 .bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-about.h-4 .bottom .image {
    max-width: 50%;
  }
  .section-about.h-4 .bottom .box-why-us {
    max-width: 50%;
  }
  .section-contact-home.h-1 .section-contact-inner {
    flex-direction: column;
    padding-top: 70px;
    align-items: start;
  }
  .section-contact-home.h-1 .section-contact-inner br {
    display: none;
  }
  .section-contact-home.h-1 .section-contact-inner .right {
    max-width: 100%;
  }
  .section-testimonial.h-1 .section-testimonial-inner {
    padding-left: 0;
  }
  .section-testimonial.h-1 .item-1 {
    max-width: 400px;
  }
  .section-services.h-1 .list-btn {
    display: none;
  }
  .section-services.h-1 .image-item {
    display: none;
  }
  .section-services.p-pricing .img-item {
    display: none;
  }
  .page-title-home.h-1 .page-title-home-inner .page-title-home-content {
    padding: 0 30px;
  }
  .page-title-home.h-1 .arrow-btn {
    display: none !important;
  }
  .page-title-home.h-3 .carousel-slider {
    max-width: 50%;
  }
  .page-title-home.h-4 .image-item {
    right: 15px !important;
  }
  .page-title-home.h-6 .image {
    max-width: 50% !important;
  }
  .page-title-home.h-wood-workshop.mt--50 {
    margin-top: 0 !important;
  }
  .topbar .topbar-inner .left {
    display: none;
  }
  .topbar .topbar-inner .right {
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    gap: 0;
  }
  .topbar .topbar-inner .right .language {
    border: 0 !important;
    padding-left: 0 !important;
  }
  .topbar .topbar-inner .right .post-social.style-small ul {
    gap: 0 !important;
  }
  .topbar .topbar-inner .tf-socials {
    display: none;
  }
  .topbar.bg-color-secdonary .topbar-inner {
    justify-content: center;
    text-align: center;
  }
  .topbar.h-plumber .topbar-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header .header-top {
    display: none !important;
  }
  .header .header-content {
    padding: 20px 15px !important;
  }
  .header .logo-header img {
    max-width: 120px !important;
  }
  .header .header-right {
    justify-content: end;
  }
  .header .main-menu {
    display: none;
  }
  .header .nav-btn {
    display: none;
  }
  .header .nav-search {
    margin-top: 0 !important;
  }
  .header .nav-canvas {
    display: none !important;
  }
  .header.style-3 .header-content {
    justify-content: space-between;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .header.style-3 .header-left {
    padding: 0 !important;
    width: max-content !important;
  }
  .header.style-3 .header-left .logo-header {
    padding: 20px 15px;
  }
  .header.style-3 .header-right {
    display: none !important;
  }
  .header.style-3 .header-middle {
    width: max-content !important;
  }
  .header.style-3 .header-middle .left {
    display: none;
  }
  .header.style-3 .header-middle .right {
    padding-right: 0 !important;
  }
  .header.style-3.h-8 .header-content {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .header.style-border .header-content {
    padding-left: 0 !important;
  }
  .header.bg-5 .header-content, .header.bg-4 .header-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .header.bg-5 .logo-header, .header.bg-4 .logo-header {
    padding: 15px;
    background-color: var(--primary);
  }
  .header.bg-5 .logo-header img, .header.bg-4 .logo-header img {
    max-width: 39px !important;
  }
  .header.bg-color-white-2 .header-content {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .header.bg-color-white-2 .header-content .nav-cart {
    display: none !important;
  }
  .header.bg-color-white-2 .logo-header.bg-color-primary {
    padding: 20px 15px;
  }
  .header.header-h-architecture .language-header {
    display: none;
  }
  .header.header-h-plumber .tf-socials {
    display: none;
  }
  .header.header-h-roofing .header-content {
    padding: 20px 15px !important;
  }
  .header.header-h-roofing .header-left {
    border: 0 !important;
  }
  .header.header-h-wood-workshop .header-bottom {
    margin-top: 0 !important;
  }
  .item-icon.style-border a {
    width: 40px !important;
    height: 40px !important;
  }
  .dot-header {
    display: none !important;
  }
}
@media (max-width: 1150px) {
  .page-title-home.h-2 .pagination-bottom {
    padding: 15px 10px;
  }
  .page-title-home.h-2 .swiper-pagination-bullet {
    margin-right: 4px !important;
  }
  .section-testimonial .sw-pagination-testimonial .swiper-pagination-bullet {
    margin-left: 15px !important;
  }
  .sw-pagination .swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;
    margin-right: 0 !important;
  }
  .section-why-us.p-why .item {
    max-width: 100% !important;
  }
  .section-why-us.p-why .item.row-reverse {
    flex-direction: row-reverse;
  }
  .sidebar-filter {
    position: fixed;
    bottom: 0;
    z-index: 3000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    background-clip: padding-box;
    outline: 0;
    background-color: var(--white);
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: auto;
    max-width: 400px;
  }
  .sidebar-filter.right {
    top: 0;
    right: 0;
    transform: translateX(100%);
  }
  .sidebar-filter.show {
    transform: none;
  }
  .section-contact-home.p-pricing .img-item {
    display: none;
  }
  .wg-counter {
    flex-wrap: wrap;
  }
  .wg-counter .counter-item {
    flex: 1 1 auto;
    max-width: calc(50% - 30px) !important;
    width: 100%;
  }
  .list-box {
    flex-wrap: wrap;
  }
  .list-box .box-icon {
    flex: 1 1 auto;
    max-width: 50% !important;
  }
  .box-icon {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .box-icon .icon {
    margin-bottom: 15px !important;
  }
  .box-icon .title-box {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 1050px) {
  .section-project.h-3 .flat-animate-tab.mb-70 {
    margin-bottom: 20px !important;
  }
  .section-project.h-3 .swiper-pagination-bullet {
    margin-right: 15px !important;
  }
  .section-team.h-3 .list-team-h3.mb-57 {
    margin-bottom: 25px !important;
  }
  .section-testimonial.h-3 .sw-testimonial.mb-62 {
    margin-bottom: 25px !important;
  }
  .section-1 {
    position: relative;
  }
  .section-1.p-leadership .section-1-inner {
    padding: 70px 15px;
  }
  .tf-banner.h-3 .banner-inner {
    flex-direction: column;
  }
  .tf-banner.h-3 .left {
    clip-path: unset;
    max-width: 100%;
  }
  .tf-banner.h-3 .right {
    margin-left: 0;
    max-width: 100%;
  }
  .tf-banner.h-3 .right .image {
    height: auto;
  }
  .tf-banner.h-3 .img-item {
    display: none;
  }
  .tf-banner.h-3 .banner-content .desc {
    max-width: 100%;
  }
  .banner-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-contact-home {
    position: relative;
  }
  .section-contact-home.h-3 .image {
    height: auto;
  }
  .section-contact-home.h-3 .section-contact-inner {
    flex-direction: column;
    gap: 0;
  }
  .section-contact-home.h-3 .section-contact-inner .left {
    max-width: 100%;
  }
  .section-contact-home.h-3 .section-contact-inner .right {
    max-width: 100%;
  }
  .section-about-3.h-3 .left,
  .section-about-3.h-3 .right {
    max-width: 100%;
  }
  .section-about-3.h-3 .left .section-content {
    max-width: 100%;
  }
  .section-contact-home {
    position: relative;
  }
  .section-contact-home.h-2 .list-contact-home-item {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .section-contact-home.h-2 .list-contact-home-item .contact-home-item {
    flex: 1 1 auto;
    max-width: 50%;
  }
  .section-fqa.h-1 .section-fqa-inner {
    flex-direction: column;
    row-gap: 70px;
  }
  .section-fqa.h-1 .section-fqa-inner .left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .section-fqa.h-1 .section-fqa-inner .right {
    width: 100%;
  }
  .section-fqa.h-1 .wg-according {
    max-width: 100%;
  }
  .section-contact-home.h-1 .mb-56 {
    margin-bottom: 34px !important;
  }
  .section-contact-home.h-1 .gap-56 {
    gap: 34px !important;
  }
  .page-title-home .page-title-home-content .sub-title {
    margin-bottom: 20px !important;
  }
  .page-title-home .page-title-home-content .title {
    margin-bottom: 20px !important;
  }
  .page-title-home .page-title-home-content .bottom-btn {
    margin-top: 20px !important;
  }
  .page-title-home.h-1 .page-title-home-inner {
    flex-wrap: wrap;
  }
  .page-title-home.h-1 .page-title-home-inner .page-title-home-content {
    padding: 70px 15px;
    height: auto;
    width: 100%;
  }
  .page-title-home.h-1 .page-title-home-inner .image {
    width: 100%;
  }
  .page-title-home.h-1 .page-title-home-inner .image img {
    height: 100%;
  }
  .page-title-home.h-2 .page-title-home-inner {
    padding-top: 250px;
    padding-bottom: 146px;
  }
  .page-title-home.h-2 .page-title-home-content .sub-title {
    padding: 10px !important;
  }
  .page-title-home.h-2 .join-team-box {
    display: none;
  }
  .page-title-home.h-2 .tf-btn {
    margin-top: 0 !important;
  }
  .page-title-home.h-3 .page-title-home-inner {
    flex-wrap: wrap;
    justify-content: start;
  }
  .page-title-home.h-3 .page-title-home-content {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 100%;
  }
  .page-title-home.h-3 .page-title-home-content .title {
    margin-bottom: 20px;
  }
  .page-title-home.h-3 .page-title-home-content .desc {
    margin-bottom: 20px;
  }
  .page-title-home.h-3 .carousel-slider {
    max-width: 100%;
    min-height: auto !important;
    padding: 70px 15px;
  }
  .page-title-home.h-3 .carousel-pagination {
    bottom: 8.7%;
    left: 15px;
  }
  .page-title-home.h-3 .swiper-pagination-bullet {
    margin-right: 13px !important;
  }
  .page-title-home.h-4 .page-title-home-inner {
    padding: 70px 0 !important;
  }
  .page-title-home.h-4 .image-item {
    display: none;
  }
  .page-title-home.h-5.mt--100 {
    margin-top: -74px;
  }
  .page-title-home.h-5 .page-title-home-inner {
    padding-top: 144px;
    padding-bottom: 70px;
  }
  .page-title-home.h-6 .page-title-home-content {
    padding: 70px 0 !important;
  }
  .page-title-home.h-6 .pagination-bottom {
    display: none;
  }
  .page-title-home.h-6 .image-item {
    display: none;
  }
  .page-title-home.h-6 .image {
    display: none !important;
  }
  .page-title-home.h-7 .page-title-home-inner {
    padding-top: 165px;
  }
  .page-title-home.h-7 .page-title-home-content {
    padding: 70px 15px !important;
  }
  .page-title-home.h-7.mt--101 {
    margin-top: -95px;
  }
  .page-title-home.h-8 .page-title-home-content {
    padding: 70px 15px !important;
  }
  .page-title-home.h-9 .page-title-home-inner {
    padding-top: 165px;
    padding-bottom: 120px;
  }
  .page-title-home.h-9 .join-team-box {
    position: relative !important;
    max-width: 100%;
    margin: 70px 15px;
  }
  .page-title-home.h-9 .pagination-bottom {
    left: 0;
    bottom: 70px;
  }
  .page-title-home.h-architecture .page-title-home-inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-title-home.h-electrical.mt--105 {
    margin-top: -75px;
  }
  .page-title-home.h-electrical .page-title-home-inner {
    padding-top: 145px;
    padding-bottom: 70px;
  }
  .page-title-home.h-plumber .page-title-home-content {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .page-title-home.h-plumber .image {
    max-width: 300px !important;
  }
  .page-title-home.h-roofing .page-title-home-content {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    padding-left: 15px !important;
    clip-path: unset !important;
  }
  .page-title-home.h-roofing .page-title-home-content::before, .page-title-home.h-roofing .page-title-home-content::after {
    clip-path: unset !important;
  }
  .page-title-home.h-roofing .page-title-home-content::after {
    display: none !important;
  }
  .page-title-home.h-roofing .page-title-home-content::before {
    width: 100% !important;
  }
  .page-title-home.h-roofing .page-title-home-content .image-item {
    display: none !important;
  }
  .page-title-home.h-wood-workshop .page-title-home-inner {
    padding-top: 70px !important;
    padding-bottom: 140px !important;
  }
  .page-title-home.h-wood-workshop .thumbs-page-title-home {
    bottom: 70px;
  }
  .tf-spacing-1,
  .tf-spacing-2,
  .tf-spacing-3,
  .tf-spacing-5,
  .tf-spacing-6,
  .tf-spacing-7,
  .tf-spacing-8,
  .tf-spacing-9,
  .tf-spacing-10,
  .tf-spacing-11,
  .tf-spacing-12,
  .tf-spacing-13,
  .tf-spacing-15,
  .tf-spacing-16,
  .tf-spacing-17,
  .tf-spacing-18,
  .tf-spacing-19,
  .tf-spacing-20,
  .tf-spacing-23,
  .tf-spacing-24,
  .tf-spacing-26,
  .tf-spacing-27,
  .tf-spacing-28,
  .tf-spacing-30,
  .tf-spacing-31,
  .tf-spacing-32,
  .tf-spacing-34,
  .tf-spacing-35,
  .tf-spacing-36,
  .tf-spacing-37,
  .tf-spacing-38,
  .tf-spacing-39,
  .tf-spacing-40,
  .tf-spacing-41,
  .tf-spacing-42,
  .tf-spacing-43,
  .tf-spacing-44,
  .tf-spacing-45,
  .tf-spacing-46 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .tf-spacing-14 {
    margin-top: 70px !important;
  }
  .tf-spacing-21,
  .tf-spacing-22,
  .tf-spacing-33 {
    margin-bottom: 70px !important;
  }
  .tf-spacing-4,
  .tf-spacing-25 {
    padding-top: 70px !important;
  }
  .tf-spacing-29 {
    padding-bottom: 70px !important;
  }
  .footer .footer-top {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .footer .footer-middle {
    margin-bottom: 70px;
  }
  .footer .menu-footer-list {
    margin-bottom: 70px;
  }
  .footer .menu-footer-list .item a {
    padding-bottom: 20px;
  }
  .footer.style-2 .footer-middle {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .wg-brand {
    height: 60px;
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .list-atc-link-item .atc-link-item a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-seletor.p-what-we-do-detail .img-item {
    display: none;
  }
}
@media (max-width: 991px) {
  .write-review textarea {
    margin-bottom: 30px !important;
  }
  .list-additional-makets .list-item {
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .price-item .price {
    padding: 25px 15px !important;
  }
  .project-item.style-3 .project-content {
    bottom: 15px !important;
    left: 15px !important;
    right: 15px !important;
  }
  .project-item.style-3 .sub-title {
    padding: 5px 12px !important;
  }
  .project-item.style-3 .bottom-item {
    padding: 10px 15px !important;
  }
  .section-list-populated .bottom-section {
    flex-wrap: wrap;
  }
  .section-list-populated .bottom-section .left {
    padding-top: 0;
  }
  .section-list-populated .line-blog {
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-list-populated .img-item {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .section-list-populated.p-about .wg-counter {
    padding-top: 59px;
    padding-bottom: 50px;
    padding-right: 20px;
  }
  .section-faq.h-1 .section-faq-inner {
    flex-direction: column;
    gap: 70px !important;
  }
  .section-faq.h-1 .right {
    padding: 0 !important;
  }
  .section-faq.h-1 .left {
    margin-left: 0;
    width: 100%;
  }
  .section-faq.h-1 .item-2 {
    margin-left: auto;
    margin-right: auto;
  }
  .section-faq.h-1 .rectangle {
    display: none;
  }
  .process-item.style-2 {
    gap: 30px !important;
  }
  .process-item.style-2 .image {
    max-width: 50% !important;
  }
  .process-item.style-2 .process-content {
    max-width: 50% !important;
  }
  .section-markets.p-what-we-do-detail .section-markets-inner {
    flex-direction: column;
    row-gap: 70px;
  }
  .section-markets.p-what-we-do-detail .section-markets-inner .left,
  .section-markets.p-what-we-do-detail .section-markets-inner .right {
    max-width: 100% !important;
  }
  .section-markets.p-what-we-do-detail .section-markets-inner .right {
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-bottom: 40px !important;
  }
  .section-markets.p-what-we-do-detail .section-markets-inner .list-markets {
    max-width: 100% !important;
    padding-bottom: 35px;
  }
  .section-markets.p-what-we-do-detail .sw-pagination-markets {
    top: auto;
    right: auto;
    left: 6px;
    bottom: 0;
    transform: translateY(0);
    flex-direction: row;
  }
  .section-2.p-what-we-do .section-2-inner {
    flex-direction: column;
  }
  .section-2.p-what-we-do .left {
    max-width: 100%;
  }
  .section-2.p-what-we-do .wg-video {
    max-width: 100%;
  }
  .section-contact-home.p-pricing .section-contact-inner {
    flex-direction: column;
  }
  .section-contact-home.p-pricing .box-contact {
    max-width: 100%;
    width: 100%;
  }
  .section-contact-home.p-pricing .section-content {
    max-width: 100%;
  }
  .project-grid {
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "aa bb " "cc cc" "dd ee" "ff hh " "gg gg";
  }
  .section-join-team .section-join-team-inner {
    flex-direction: column;
  }
  .section-join-team .section-join-team-inner .join-team-box,
  .section-join-team .section-join-team-inner .image {
    max-width: 100% !important;
  }
  .section-join-team .section-join-team-inner .image-item {
    display: none;
  }
  .section-join-team .section-join-team-inner .image {
    height: 300px !important;
  }
  .section-1.p-careers .image {
    height: auto;
  }
  .section-1.p-careers .section-1-inner {
    flex-direction: column;
  }
  .section-1.p-careers .section-content .desc {
    max-width: 100%;
  }
  .section-history.p-about .left {
    max-width: 100%;
  }
  .section-history.p-about .right {
    max-width: 100%;
    padding-left: 0 !important;
  }
  .section-history.p-about .right .section-content {
    padding: 70px 15px;
  }
  .section-history.p-about .image {
    height: 300px;
  }
  .wg-history .left {
    max-width: calc(50% - 50px) !important;
  }
  .wg-history .right {
    max-width: calc(50% - 50px) !important;
  }
  .wg-history .year-history {
    width: 70px;
    height: 70px;
  }
  .section-1.p-about .section-1-inner {
    flex-direction: column-reverse;
  }
  .section-1.p-about .section-1-inner .image {
    max-width: 100%;
  }
  .section-1.p-about .section-1-inner .right {
    max-width: 100%;
    padding: 0 !important;
  }
  .section-1.p-about .item {
    display: none;
  }
  .section-map.h-4 .section-content {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .section-map.h-4 .section-content .list-map {
    flex: 1 1 auto;
    max-width: calc(50% - 30px);
    width: 100%;
  }
  .section-map.h-4 .section-content .image {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }
  .why-choose-list {
    flex-wrap: wrap;
  }
  .why-choose-list .why-choose-item {
    flex: 1 1 auto;
    max-width: calc(50% - 1px);
  }
  .why-choose-list .line-why-choose.bottom {
    display: none;
  }
  .section-expertise.h-4 .section-expertise-inner {
    flex-direction: column-reverse;
  }
  .section-expertise.h-4 .section-expertise-inner .left,
  .section-expertise.h-4 .section-expertise-inner .right {
    max-width: 100% !important;
  }
  .section-expertise.h-4 .section-expertise-inner .left .expertise-item .image {
    height: 550px;
  }
  .section-expertise.h-4 .section-expertise-inner .section-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .secion-how-work {
    position: relative;
  }
  .secion-how-work.h-3 .secion-how-work-inner {
    flex-direction: column;
  }
  .secion-how-work.h-3 .secion-how-work-inner .right {
    max-width: 100%;
  }
  .section-about-2.h-3 .section-about-inner {
    flex-wrap: wrap;
  }
  .section-about-2.h-3 .section-about-inner .section-about-left {
    max-width: 100% !important;
  }
  .section-about-2.h-3 .section-about-inner .section-about-right {
    max-width: 100% !important;
  }
  .section-about-2.h-3 .image {
    max-width: 100%;
  }
  .wg-video {
    height: 350px !important;
  }
  .section-why2.h-2 .section-why2-inner {
    flex-direction: column;
    row-gap: 0;
  }
  .section-why2.h-2 .left {
    max-width: 100%;
  }
  .section-why2.h-2 .right {
    padding-top: 0;
    max-width: 100%;
    padding-left: 15px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-achievement {
    position: relative;
  }
  .section-achievement.h-2 .image {
    height: auto !important;
  }
  .section-achievement.h-2 .section-achievement-inner {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-achievement.h-2 .section-achievement-inner .left,
  .section-achievement.h-2 .section-achievement-inner .right {
    max-width: 100%;
  }
  .section-achievement.h-2 .img-item {
    display: none;
  }
  .section-testimonial.h-1 .section-testimonial-inner {
    flex-direction: column-reverse;
    row-gap: 70px;
  }
  .section-testimonial.h-1 .section-testimonial-inner .right,
  .section-testimonial.h-1 .section-testimonial-inner .left {
    max-width: 100%;
  }
  .section-testimonial.h-1 .section-testimonial-inner .right {
    padding: 0;
  }
  .section-testimonial.h-1 .section-testimonial-inner .image {
    max-width: 100%;
  }
  .section-testimonial.h-1 .testimonial-item .text {
    padding-right: 0;
  }
  .section-testimonial.h-1 .item-1 {
    display: none;
  }
  .section-testimonial.h-2 .tf-btn-default {
    padding-bottom: 0 !important;
  }
  .section-about .section-about-inner {
    flex-direction: column;
  }
  .section-about .section-about-inner .image {
    max-width: 100% !important;
  }
  .section-about.h-1 .image-item {
    display: none;
  }
  .section-about.h-1 .section-about-right {
    padding: 0 !important;
  }
  .section-about.h-2 .section-about-left,
  .section-about.h-2 .section-about-right {
    max-width: 100% !important;
  }
  .section-about.h-4 .section-content {
    max-width: 100%;
  }
  .section-about.h-4 .right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-about.h-4 .image-video {
    height: 300px;
  }
  .section-about.p-core-values .image {
    width: 100%;
  }
  .section-about.p-core-values .section-content {
    max-width: 100%;
  }
  .section-about.p-testimonials .left,
  .section-about.p-testimonials .right {
    max-width: 100% !important;
  }
  .section-about.p-testimonials .icon-section i {
    font-size: 40px !important;
  }
  .section-about.p-testimonials .img-item {
    display: none;
  }
  .page-title-home.h-plumber .image {
    display: none !important;
  }
  .tf-text-carousel .carousel-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .tf-text-carousel .number {
    font-size: 50px;
    line-height: 55px;
  }
  .tf-text-carousel .carousel-desc p {
    padding-right: 0;
    letter-spacing: 1px;
  }
  h1 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  h2 {
    font-size: 31px !important;
    line-height: 35px !important;
  }
  h3 {
    font-size: 27px !important;
    line-height: 30px !important;
  }
  h4 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  h5 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  h6 {
    font-size: 18px !important;
    line-height: 23px !important;
  }
  .arrow-btn {
    display: none;
  }
  .arrow-btn.no-mobile-hidden {
    display: flex;
  }
  br {
    display: none;
  }
  .post-layout-post {
    flex-direction: column-reverse;
  }
  .post-layout-post .post-layout-post-content {
    max-width: 100%;
    min-height: 350px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-layout-post .image {
    max-width: 100%;
  }
  .post-layout-post .image img {
    min-height: 350px;
  }
  .page-title .page-title-inner .page-content {
    padding-right: 15px;
  }
  .page-title.style-2 .page-content {
    padding-right: 0 !important;
  }
  .tf-post-grid .tf-grid-post-content {
    flex-direction: column;
  }
  .tf-post-grid .tf-grid-post-content .content-left {
    width: 100%;
  }
  .tf-post-grid .tf-grid-post-content .content-right {
    max-width: 100%;
    width: 100%;
  }
  .tf-post-grid .post-social {
    justify-content: start;
  }
  .tf-post-grid.post-format-video .format-video {
    position: absolute;
    top: 49%;
    left: 49%;
    transform: translate(-50%, -50%);
  }
  .footer .footer-middle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer-middle .left,
  .footer .footer-middle .middle {
    flex: 1 1 auto;
    max-width: calc(50% - 30px);
  }
  .footer .footer-middle .right {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .footer.style-2 .footer-middle .logo-footer {
    max-width: 100% !important;
  }
  .footer.style-2 .footer-middle .footer-content {
    max-width: calc(50% - 30px) !important;
  }
  .subscribe-newletter {
    flex-direction: column;
    row-gap: 30px;
  }
  .subscribe-newletter .form-newsletter {
    max-width: 100%;
  }
  .post-share-wrap {
    justify-content: left !important;
  }
  .post-tags-share {
    flex-direction: column;
    row-gap: 20px;
  }
  .post-tags-share .label {
    margin-right: 0px;
  }
  .post-tags-share .label::before {
    display: none;
  }
  .list-prize {
    flex-wrap: wrap;
  }
  .list-prize .prize-item {
    flex: 1 1 auto;
    max-width: 33.3333333333%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .product-item.style-list .top-item {
    max-width: 50%;
  }
  .product-item.style-list .product-item-content {
    max-width: 50%;
  }
  .wg-video {
    background-attachment: unset;
  }
  .process-item.style-2 {
    flex-direction: column !important;
    gap: 0px !important;
    margin-bottom: 0 !important;
  }
  .process-item.style-2 .image {
    max-width: 100% !important;
  }
  .process-item.style-2 .process-content {
    max-width: 100% !important;
    padding: 70px 0;
  }
  .process-item.style-2:last-child .process-content {
    padding-bottom: 0 !important;
  }
  .section-1.p-working-process .image {
    max-width: 100%;
  }
  .section-1.p-working-process .section-1-inner {
    flex-direction: column;
  }
  .section-why-us.p-why .item.row-reverse {
    flex-direction: row;
  }
  .section-why-us.p-why .item.colunm-reverse {
    flex-direction: column-reverse;
  }
  .section-why-us.p-why .image-why-us,
  .section-why-us.p-why .box-icon {
    max-width: 100% !important;
  }
  .section-why-us.p-why .box-icon {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .solutions-box {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .benefit-row {
    flex-direction: column;
    gap: 9px;
  }
  .benefit-row .list-benefit {
    max-width: 100% !important;
  }
  .btn-arrow-project span {
    display: none;
  }
  .project-grid {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "aa" "bb" "cc" "dd" "ee" "ff" "hh " "gg";
  }
  .section-benefits .section-benefits-inner .left {
    max-width: 100%;
  }
  .section-benefits .section-benefits-inner .middle {
    max-width: 100%;
  }
  .section-benefits .section-benefits-inner .right {
    max-width: 100%;
  }
  .wg-404 .image {
    display: none;
  }
  .wg-404 .right {
    align-items: center;
    max-width: 100%;
    height: 100vh;
  }
  .wg-404 .section-content {
    max-width: 100%;
    padding-left: 0;
  }
  .wg-404 .img-item {
    display: none;
  }
  .wg-404 .note {
    position: absolute;
    bottom: 10px;
    left: 15px;
    margin-top: 0;
  }
  .box-text {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .according-item.style-3 .title-according {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .box-review .image,
  .box-number .image {
    max-width: 100%;
  }
  .box-review .box-content,
  .box-number .box-content {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .box-number .fs-100 {
    font-size: 70px !important;
  }
  .box-number .counter {
    justify-content: center;
  }
  .box-item.box-why-us {
    max-width: 100%;
  }
  .box-about {
    max-width: 100%;
  }
  .box-about .img-item {
    display: none;
  }
  .tf-banner.style-2 .banner-inner .banner-content {
    width: 100%;
    max-width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 15px;
  }
  .section-about.h-4 .section-content {
    margin-right: auto;
  }
  .section-about.h-4 .bottom {
    flex-direction: column;
  }
  .section-about.h-4 .bottom .image {
    max-width: 100%;
  }
  .section-about.h-4 .bottom .box-why-us {
    max-width: 100%;
  }
  .form-contact-us {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .form-contact-us.bg-color-secondary {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-fqa.h-1 .image-item {
    display: none;
  }
  .section-our-work.h-1 .bottom-section {
    margin-top: 0 !important;
    padding: 30px 15px;
  }
  .project-item .image {
    height: auto !important;
    min-height: unset !important;
  }
  .project-item .project-content {
    position: unset;
    max-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    opacity: 1;
    visibility: visible;
  }
  .project-item .project-content::before {
    display: none;
  }
  .project-item.style-3 .image {
    height: auto !important;
    min-height: unset !important;
  }
  .project-item.style-3 .project-content {
    position: absolute;
  }
  .project-item.style-4 .image {
    height: 300px !important;
  }
  .project-item.style-4 .project-content {
    position: absolute;
    padding: 35px 15px 45px 15px !important;
  }
  .project-item.style-4 .project-content::before {
    display: block;
  }
  .thumbs-page-title-home .thumbs-sw-pagi {
    max-width: 500px !important;
  }
  .post-share-wrap .share {
    width: 35px;
    height: 35px;
  }
  .post-share-wrap .icon-socila {
    width: 35px;
    height: 35px;
  }
  .page-title .page-title-inner {
    flex-direction: column;
  }
  .page-title .page-title-inner .page-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-title .page-title-inner .page-content .text {
    margin-bottom: 40px !important;
  }
  .page-title .page-title-inner .page-content .title {
    margin-bottom: 10px;
  }
  .page-title.style-2 .page-title-inner .page-content .content {
    padding-bottom: 50px !important;
  }
  .page-title.style-2 .page-title-inner .page-content .title {
    margin-bottom: 10px;
  }
  .footer .footer-middle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer-middle .left,
  .footer .footer-middle .middle {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .footer .footer-icon-item {
    gap: 20px;
  }
  .footer .footer-icon-item .icon {
    width: 60px !important;
    height: 60px !important;
  }
  .footer .footer-icon-item .content {
    width: calc(100% - 80px);
  }
  .footer .footer-bottom {
    justify-content: center;
  }
  .section-faq.h-1 .image {
    max-width: 100% !important;
  }
  .section-faq.h-1 .image-item.item-1 {
    position: unset !important;
    padding: 0 0 30px !important;
  }
  .product-item.style-list {
    flex-direction: column;
  }
  .product-item.style-list .top-item {
    max-width: 100%;
  }
  .product-item.style-list .product-item-content {
    max-width: 100%;
  }
  .product-item.style-list.style-small {
    flex-direction: row;
  }
  .description-box {
    padding: 30px 15px;
  }
  .wg-year .counter-item {
    max-width: 140px;
    padding: 20px 15px;
  }
  .box-icon .icon {
    margin-left: 0 !important;
  }
  .section-why-us.h-1 .list-box-icon .box-icon {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .section-why-us.h-1 .section-why-us-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-why-us.p-about .section-why-us-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .testimonial-item.style-4 {
    flex-direction: column;
  }
  .according-item.style-2.style-center .according-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .section-why2.h-2 .wg-tab {
    padding-bottom: 26px;
  }
  .section-why2.h-2 .wg-tab ul {
    gap: 20px;
  }
  .section-why2.h-2 .wg-tab a {
    padding-bottom: 10px;
    font-size: 15px;
  }
  .section-why2.p-why .list-box-item .box-item {
    max-width: 100%;
  }
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .project-item.style-5 .project-content {
    position: unset;
    opacity: 1;
    visibility: visible;
  }
  .services-item.style-5 .services-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .wg-history {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .wg-history .wg-history-inner {
    flex-direction: column;
    row-gap: 30px;
  }
  .wg-history .wg-history-inner.history-reverse {
    flex-direction: column-reverse;
  }
  .wg-history .left {
    max-width: 100% !important;
  }
  .wg-history .right {
    max-width: 100% !important;
  }
  .wg-history .line {
    display: none;
  }
  .wg-history .year-history {
    top: 15px !important;
    left: 15px !important;
    transform: translate(0, 0) !important;
  }
  .wg-history .history-content {
    align-items: start !important;
    text-align: left !important;
    padding-bottom: 0 !important;
  }
  .wg-history .img-avata {
    max-width: 100% !important;
  }
  .breadcrumb {
    padding: 9px 15px !important;
  }
  .section-join-team .section-join-team-inner .join-team-box {
    text-align: center;
  }
  .section-join-team .section-join-team-inner .join-team-box .top-box {
    flex-direction: column;
  }
  .section-join-team .section-join-team-inner .join-team-box .title-box {
    max-width: 100%;
  }
  .section-3.p-careers .section-3-content {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .section-3.p-careers .section-3-content.column-reverse {
    flex-direction: column-reverse;
  }
  .section-3.p-careers .section-3-content:last-child {
    margin-bottom: 0;
  }
  .section-3.p-careers .image {
    min-height: unset;
  }
  .section-3.p-careers .section-3-inner .left {
    max-width: 100%;
  }
  .section-3.p-careers .section-3-inner .right {
    max-width: 100%;
    padding: 70px 15px;
  }
  .section-benefits .box-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .box-testimonial .icon {
    display: none;
  }
  .section-map.h-4 .section-content .list-map {
    max-width: 100%;
  }
  .section-why-us.h-4 .list-item .populated-item {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-why-us.h-4 .list-item .image-why-us {
    max-width: 100%;
    min-height: auto;
  }
  .why-choose-list .why-choose-item {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .why-choose-list .line-why-choose {
    display: none;
  }
  .section-expertise.h-4 .expertise-item .expertise-content {
    padding: 30px 15px 30px !important;
    right: 50%;
    transform: translateX(50%);
  }
  .testimonial-item.style-2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tf-btn {
    padding: 5px 10px !important;
  }
  .list-box {
    flex-wrap: wrap;
  }
  .list-box .box-icon {
    flex: 1 1 auto;
    max-width: 100% !important;
  }
  .section-contact-home {
    position: relative;
  }
  .section-contact-home.h-2 .list-contact-home-item {
    flex-wrap: wrap;
    row-gap: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-contact-home.h-2 .list-contact-home-item .contact-home-item .icon-contact {
    width: 100px;
    height: 100px;
  }
  .section-contact-home.h-2 .list-contact-home-item .contact-home-item .icon-contact::before {
    width: 80px;
    height: 80px;
  }
  .history-company-card {
    gap: 51px;
    flex-direction: column;
  }
  .history-company-card .image {
    max-width: 100%;
    width: 100%;
  }
  .list-prize {
    flex-direction: column;
    row-gap: 40px;
  }
  .list-prize .prize-item {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    max-width: 100% !important;
  }
  .list-prize .prize-item .image {
    margin-bottom: 20px;
  }
  .list-box-text {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .services-item.style-1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .services-item.style-2 .services-content {
    left: 15px;
    right: 15px;
  }
  .services-item.style-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .services-item.style-3 .services-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .footer-content .title-mobile i {
    display: block;
  }
  .footer.style-2 .footer-middle .logo-footer {
    max-width: 100% !important;
  }
  .footer.style-2 .footer-middle .footer-content {
    max-width: 100% !important;
  }
  .logo-footer {
    gap: 30px !important;
  }
  .line-text .text {
    padding: 0 !important;
  }
  .cols {
    flex-wrap: wrap;
  }
  .cols .item {
    max-width: 100% !important;
  }
  .section-testimonial.h-1 .testimonial-counter {
    bottom: 15px !important;
    right: 15px !important;
    left: 15px;
    padding: 15px !important;
  }
  .section-testimonial.h-1 .testimonial-counter .counter {
    justify-content: center;
  }
  .section-testimonial.h-1 .testimonial-counter .image {
    height: 500px;
  }
  .section-testimonial.h-1 .list-testimonial {
    padding-bottom: 40px;
  }
  .section-testimonial.h-1 .sw-pagination-testimonial {
    bottom: 0px;
    text-align: center;
  }
  .thumbs-page-title-home .thumbs-sw-pagi {
    max-width: 290px !important;
  }
  .header.header-h-wood-workshop .nav-icon {
    gap: 15px !important;
  }
  .header.header-h-wood-workshop .nav-icon .nav-search {
    padding-right: 15px !important;
  }
  .list-image img {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .breadcrumb {
    max-width: 100%;
    text-align: left;
  }
  .tf-post-grid.style-small .image,
  .tf-post-grid.style-small .category,
  .tf-post-grid.style-small .text {
    margin-bottom: 20px !important;
  }
  .tf-post-grid.style-small .title {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
  .wrap-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wg-quote {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .wg-quote.style-2 .icon {
    bottom: 15px !important;
    right: 15px !important;
  }
  .wg-banner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .wg-banner.style-2 .icon {
    bottom: 15px !important;
    right: 15px !important;
  }
  .subscribe-newletter {
    padding-left: 15px;
    padding-right: 15px;
    align-items: start;
  }
  .subscribe-newletter .newletter-content {
    flex-direction: column;
    align-items: start;
  }
  .topbar .text::before {
    display: none !important;
  }
  .wg-quote {
    flex-direction: column-reverse;
  }
  .wg-banner {
    flex-direction: column-reverse;
  }
}
/*-------------- RTL ----------------- */
#toggle-rtl {
  padding: 0;
  position: fixed;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  min-width: 30px;
  text-transform: uppercase;
  z-index: 999;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: var(--white);
}

.rtl #toggle-rtl,
.style-RTL #toggle-rtl {
  left: 15px;
  right: auto;
}
.rtl .header.style-border-bottom .tf-phone,
.style-RTL .header.style-border-bottom .tf-phone {
  padding-left: 39px;
  padding-right: 0;
}
.rtl .page-title-home .page-title-content,
.style-RTL .page-title-home .page-title-content {
  text-align: end;
}
.rtl .page-title-home .page-title-content .tf-btn,
.style-RTL .page-title-home .page-title-content .tf-btn {
  margin-left: auto;
  margin-right: 0;
}
.rtl .page-title-home .page-title-content.text-center .tf-btn,
.style-RTL .page-title-home .page-title-content.text-center .tf-btn {
  margin-left: auto;
  margin-right: auto;
}
.rtl .page-title-home.style-2 .page-title-home-right,
.style-RTL .page-title-home.style-2 .page-title-home-right {
  left: 0;
  right: auto;
}
.rtl .page-title-home.style-2 .page-title-content,
.style-RTL .page-title-home.style-2 .page-title-content {
  text-align: start;
}
.rtl .top-bar .tf-phone-topbar,
.style-RTL .top-bar .tf-phone-topbar {
  padding-left: 24px;
  border-left: 1px solid var(--bg-1);
  padding-right: 0;
  border-right: 0;
}
.rtl .top-bar .tf-language,
.style-RTL .top-bar .tf-language {
  border-inline-start: 1px solid var(--line-1);
  padding-left: 0;
  padding-right: 24px;
  cursor: pointer;
}
.rtl .text-color-change,
.style-RTL .text-color-change {
  direction: ltr;
  text-align: end;
}
.rtl .number-counter,
.style-RTL .number-counter {
  direction: ltr;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: end;
}
.rtl .section-about.h-1 .about-content-right,
.style-RTL .section-about.h-1 .about-content-right {
  margin-right: 4px;
  margin-left: 0;
}
.rtl .section-about.h-1 .tf-btn,
.style-RTL .section-about.h-1 .tf-btn {
  margin-left: auto;
  margin-right: 0;
}
.rtl .section-benefit.h-1 .box-icon-list,
.style-RTL .section-benefit.h-1 .box-icon-list {
  gap: 30px;
}
.rtl .section-benefit.h-1 .box-icon-list .box-icon,
.style-RTL .section-benefit.h-1 .box-icon-list .box-icon {
  max-width: 100%;
}
.rtl .heading-section,
.style-RTL .heading-section {
  direction: ltr;
  text-align: end;
}
.rtl .heading-section .tag,
.style-RTL .heading-section .tag {
  margin-right: 0;
  margin-left: auto;
}
.rtl .heading-section .bottom,
.style-RTL .heading-section .bottom {
  justify-content: end;
}
.rtl .heading-section .tf-btn,
.style-RTL .heading-section .tf-btn {
  margin-left: auto;
  margin-right: 0;
}
.rtl .heading-section.text-center,
.style-RTL .heading-section.text-center {
  direction: ltr;
}
.rtl .heading-section.text-center .tag,
.style-RTL .heading-section.text-center .tag {
  margin-left: auto;
  margin-right: auto;
}
.rtl .heading-section.style-2,
.style-RTL .heading-section.style-2 {
  flex-direction: row-reverse;
}
.rtl .according-item .title-according,
.style-RTL .according-item .title-according {
  direction: ltr;
  flex-direction: row-reverse;
}
.rtl .case-studies-item,
.style-RTL .case-studies-item {
  direction: rtl;
}
.rtl .case-studies-item .btn-arrow-item,
.style-RTL .case-studies-item .btn-arrow-item {
  right: auto;
  left: 20px;
}
.rtl .process-item .process-top,
.style-RTL .process-item .process-top {
  direction: ltr;
  justify-content: end;
}
.rtl .process-item.style-3 .circle,
.style-RTL .process-item.style-3 .circle {
  right: 20px;
}
.rtl .process-item.style-3.style-3-2 .circle,
.style-RTL .process-item.style-3.style-3-2 .circle {
  right: 38px;
}
.rtl .sw-new,
.style-RTL .sw-new {
  direction: ltr;
}
.rtl .sw-new .tf-post-grid,
.style-RTL .sw-new .tf-post-grid {
  text-align: end;
}
.rtl .sw-new .tf-post-grid .date,
.style-RTL .sw-new .tf-post-grid .date {
  right: 20px;
  left: auto;
}
.rtl .sw-services-list,
.style-RTL .sw-services-list {
  direction: ltr;
}
.rtl .sw-services-list .services-item,
.style-RTL .sw-services-list .services-item {
  direction: rtl;
}
.rtl .awards-list,
.style-RTL .awards-list {
  direction: ltr;
}
.rtl .section-cta.h-1 .cta-inner .image,
.style-RTL .section-cta.h-1 .cta-inner .image {
  right: 122.56px;
  left: auto;
}
.rtl .section-cta.h-1 .cta-content,
.style-RTL .section-cta.h-1 .cta-content {
  padding: 58px 0 60px 80px;
  position: relative;
  max-width: 705px;
}
.rtl .section-cta.h-1 .cta-content .bottom,
.style-RTL .section-cta.h-1 .cta-content .bottom {
  direction: ltr;
  justify-content: end;
}
.rtl .section-cta.h-6 .cta-content,
.style-RTL .section-cta.h-6 .cta-content {
  padding-right: 0;
  padding-left: 155px;
}
.rtl .section-cta.h-6 .cta-content .bottom,
.style-RTL .section-cta.h-6 .cta-content .bottom {
  justify-content: end;
}
.rtl .footer .footer-left,
.style-RTL .footer .footer-left {
  padding-left: 30px;
  border-left: 1px solid var(--bg-1);
  border-right: 0;
  max-width: 421px;
  padding-right: 0;
}
.rtl .footer .contact-bottom,
.style-RTL .footer .contact-bottom {
  direction: ltr;
  justify-content: end;
}
.rtl .footer .contact-footer-content,
.style-RTL .footer .contact-footer-content {
  direction: ltr;
  text-align: end;
}
.rtl .footer .footer-center,
.style-RTL .footer .footer-center {
  padding-right: 19px;
  padding-left: 0;
}
.rtl .footer .footer-right,
.style-RTL .footer .footer-right {
  padding-right: 30px;
  border-right: 1px solid var(--bg-1);
  padding-left: 0;
  border-left: 0;
}
.rtl .footer .footer-social,
.style-RTL .footer .footer-social {
  direction: ltr;
  text-align: end;
}
.rtl .footer .footer-social .tf-social,
.style-RTL .footer .footer-social .tf-social {
  justify-content: end;
}
.rtl .footer .footer-content,
.style-RTL .footer .footer-content {
  direction: ltr;
  text-align: end;
}
.rtl .footer .footer-subscribe,
.style-RTL .footer .footer-subscribe {
  direction: ltr;
  text-align: end;
  flex-direction: row-reverse;
}
.rtl .footer .footer-subscribe fieldset input,
.style-RTL .footer .footer-subscribe fieldset input {
  direction: rtl;
}
.rtl .footer .footer-subscribe .tf-btn-newsletter,
.style-RTL .footer .footer-subscribe .tf-btn-newsletter {
  left: 8px;
  right: auto;
}
.rtl .footer .footer-bottom-inner,
.style-RTL .footer .footer-bottom-inner {
  direction: ltr;
  flex-direction: row-reverse;
}
.rtl .footer.style-2 .footer-left,
.style-RTL .footer.style-2 .footer-left {
  padding-left: 0;
  border-left: 0;
}
.rtl .footer.style-2 .footer-right,
.style-RTL .footer.style-2 .footer-right {
  padding-right: 0;
  border-right: 0;
}
.rtl .footer.style-2 .footer-center,
.style-RTL .footer.style-2 .footer-center {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  gap: 0 15px;
}
.rtl .footer.style-2 .footer-center .footer-content,
.style-RTL .footer.style-2 .footer-center .footer-content {
  flex: 1 1 calc(33.33% - 32px);
}
.rtl .footer.style-2 .footer-center .footer-content.quick-links ul,
.style-RTL .footer.style-2 .footer-center .footer-content.quick-links ul {
  max-width: 119px;
  width: 100%;
}
.rtl .footer.style-2 .footer-center .footer-content .title-mobile,
.style-RTL .footer.style-2 .footer-center .footer-content .title-mobile {
  color: var(--on-suface-variant-2);
}
.rtl .footer.style-2 .footer-center .footer-content .support-item-footer a,
.style-RTL .footer.style-2 .footer-center .footer-content .support-item-footer a {
  color: var(--surface);
}
.rtl .footer.style-2 .footer-subscribe,
.style-RTL .footer.style-2 .footer-subscribe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 45px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--bg-1);
}
.rtl .footer.style-2 .footer-subscribe .footer-subscribe-content,
.style-RTL .footer.style-2 .footer-subscribe .footer-subscribe-content {
  max-width: calc(100% - 290px);
  width: 100%;
}
.rtl .footer.style-2 .footer-subscribe fieldset,
.style-RTL .footer.style-2 .footer-subscribe fieldset {
  margin-bottom: 7px;
}
.rtl .footer.style-2 .footer-contact .support-item-footer,
.style-RTL .footer.style-2 .footer-contact .support-item-footer {
  padding-bottom: 4px;
}
.rtl .footer.style-2 .image,
.style-RTL .footer.style-2 .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rtl .footer.style-2 .image img,
.style-RTL .footer.style-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rtl .footer.style-2.bg-color-white,
.style-RTL .footer.style-2.bg-color-white {
  background-color: var(--white);
}
.rtl .footer.style-2.bg-color-white .text,
.style-RTL .footer.style-2.bg-color-white .text {
  color: var(--on-suface-variant-1);
}
.rtl .footer.style-2.bg-color-white .title-footer,
.style-RTL .footer.style-2.bg-color-white .title-footer {
  color: var(--on-suface-container);
}
.rtl .footer.style-2.bg-color-white .title-mobile,
.style-RTL .footer.style-2.bg-color-white .title-mobile {
  color: var(--on-suface-variant-1) !important;
}
.rtl .footer.style-2.bg-color-white .title-mobile::before,
.style-RTL .footer.style-2.bg-color-white .title-mobile::before {
  color: var(--on-suface-variant-1) !important;
}
.rtl .footer.style-2.bg-color-white .tf-social .item a,
.style-RTL .footer.style-2.bg-color-white .tf-social .item a {
  border-color: var(--outline);
}
.rtl .footer.style-2.bg-color-white .footer-subscribe fieldset input[type=text],
.style-RTL .footer.style-2.bg-color-white .footer-subscribe fieldset input[type=text] {
  border: 1px solid var(--outline);
  background-color: var(--surface);
}
.rtl .footer.style-2.bg-color-white .footer-subscribe .tf-btn-newsletter,
.style-RTL .footer.style-2.bg-color-white .footer-subscribe .tf-btn-newsletter {
  background-color: var(--on-suface-container);
}
.rtl .footer.style-2.bg-color-white .footer-subscribe .tf-btn-newsletter i,
.style-RTL .footer.style-2.bg-color-white .footer-subscribe .tf-btn-newsletter i {
  color: var(--white);
}
.rtl .footer.style-2.bg-color-white .footer-subscribe .tf-btn-newsletter:hover,
.style-RTL .footer.style-2.bg-color-white .footer-subscribe .tf-btn-newsletter:hover {
  background-color: var(--primary);
}
.rtl .footer.style-2.bg-color-white .support-item-footer a,
.style-RTL .footer.style-2.bg-color-white .support-item-footer a {
  color: var(--on-suface-container) !important;
}
.rtl .footer.style-2.bg-color-white .support-item-footer a::before,
.style-RTL .footer.style-2.bg-color-white .support-item-footer a::before {
  background: var(--on-suface-container);
}
.rtl .footer.style-2.bg-color-white .footer-bottom,
.style-RTL .footer.style-2.bg-color-white .footer-bottom {
  border-color: var(--outline);
}
.rtl .nice-select,
.style-RTL .nice-select {
  direction: ltr;
  text-align: end;
}
.rtl .nice-select::before,
.style-RTL .nice-select::before {
  left: 20px;
  right: auto;
}
.rtl .nice-select .list li,
.style-RTL .nice-select .list li {
  text-align: end;
}
.rtl .section-benefit.h-2 .sw-icon-list .swiper-slide,
.style-RTL .section-benefit.h-2 .sw-icon-list .swiper-slide {
  border-left: 1px solid var(--outline);
  border-right: 0;
}
.rtl .section-benefit.h-2 .sw-icon-list .swiper-slide:last-child,
.style-RTL .section-benefit.h-2 .sw-icon-list .swiper-slide:last-child {
  border-left: 0;
}
.rtl .section-benefit.h-7 .box-icon,
.style-RTL .section-benefit.h-7 .box-icon {
  padding-left: 20px !important;
  margin-left: 20px !important;
  border-left: 1px solid var(--bg-1) !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
  border-right: 0 !important;
}
.rtl .section-benefit.h-7 .box-icon:last-child,
.style-RTL .section-benefit.h-7 .box-icon:last-child {
  padding-left: 0 !important;
  margin-left: 0 !important;
  border-left: 0 !important;
}
.rtl .section-about.h-2 .section-about-right,
.style-RTL .section-about.h-2 .section-about-right {
  left: 0;
  right: auto;
}
.rtl .section-about.h-2 .wg-counter,
.style-RTL .section-about.h-2 .wg-counter {
  border-right: 1px solid var(--outline);
  padding-right: 40px;
  margin-right: 68px;
  border-left: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.rtl .section-about.h-5 .about-left .item-2,
.style-RTL .section-about.h-5 .about-left .item-2 {
  left: 0;
  right: auto;
  padding-right: 20px;
  padding-left: 0;
}
.rtl .section-about.h-5 .about-left .item-3,
.style-RTL .section-about.h-5 .about-left .item-3 {
  left: 0;
  right: auto;
}
.rtl .section-about.h-7,
.style-RTL .section-about.h-7 {
  flex-direction: row-reverse;
}
.rtl .section-about.h-7 .about-left,
.style-RTL .section-about.h-7 .about-left {
  padding: 99px 15px 82px 111px;
  align-items: start;
}
.rtl .section-about.h-7 .about-right,
.style-RTL .section-about.h-7 .about-right {
  padding: 81px 100px 82px 15px;
}
.rtl .section-about.h-7 .about-right .section-content,
.style-RTL .section-about.h-7 .about-right .section-content {
  margin-left: auto;
  margin-right: 0;
}
.rtl .wg-new-letter,
.style-RTL .wg-new-letter {
  flex-direction: row-reverse;
}
.rtl .wg-new-letter .new-letter-content,
.style-RTL .wg-new-letter .new-letter-content {
  direction: ltr;
}
.rtl #menu-mobile li.menu-item-has-children-mobile > a,
.style-RTL #menu-mobile li.menu-item-has-children-mobile > a {
  position: relative;
}
.rtl #menu-mobile li.menu-item-has-children-mobile > a::after,
.style-RTL #menu-mobile li.menu-item-has-children-mobile > a::after {
  left: 0;
  right: auto;
}
.rtl #menu-mobile li.menu-item-has-children-mobile2 > a,
.style-RTL #menu-mobile li.menu-item-has-children-mobile2 > a {
  position: relative;
}
.rtl #menu-mobile li.menu-item-has-children-mobile2 > a::after,
.style-RTL #menu-mobile li.menu-item-has-children-mobile2 > a::after {
  left: 0;
  right: auto;
}
.rtl .card-chart .arrow-card-btn,
.style-RTL .card-chart .arrow-card-btn {
  direction: ltr;
  left: 21px;
  right: auto;
}
.rtl .card-chart .number-percent,
.style-RTL .card-chart .number-percent {
  direction: ltr;
}
.rtl .card-chart .number-plus,
.style-RTL .card-chart .number-plus {
  direction: ltr;
  text-align: end;
}
.rtl .section-contact-home.h-4 .box-agent,
.style-RTL .section-contact-home.h-4 .box-agent {
  gap: 32px;
}
@keyframes infiniteScroll-rtl {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.rtl .marquee-wrapper,
.style-RTL .marquee-wrapper {
  animation: infiniteScroll-rtl 70s linear infinite !important;
}
.rtl .section-why-choose .progress-box,
.style-RTL .section-why-choose .progress-box {
  right: auto !important;
  left: 0;
}
.rtl .process-item.style-2 .icon-list,
.style-RTL .process-item.style-2 .icon-list {
  left: auto;
  right: -22%;
  transform: rotateY(180deg);
}
.rtl .tf-post-list,
.style-RTL .tf-post-list {
  direction: ltr;
  flex-direction: row-reverse;
}
.rtl .tf-post-list .post-content,
.style-RTL .tf-post-list .post-content {
  text-align: end;
}
.rtl .tf-post-list .date,
.style-RTL .tf-post-list .date {
  left: auto;
  right: 12px;
}
.rtl .tf-post-list .tf-list-post-content,
.style-RTL .tf-post-list .tf-list-post-content {
  text-align: end;
}
.rtl .tf-post-grid .tf-post-grid-content,
.style-RTL .tf-post-grid .tf-post-grid-content {
  direction: ltr;
  flex-direction: row-reverse;
  text-align: end;
}
.rtl .section-cta.h-6 .cta-inner,
.style-RTL .section-cta.h-6 .cta-inner {
  direction: ltr;
}
.rtl .section-cta.h-6 .cta-inner .cta-content,
.style-RTL .section-cta.h-6 .cta-inner .cta-content {
  flex-direction: row-reverse;
  text-align: end;
}
.rtl .pl-80,
.style-RTL .pl-80 {
  padding-right: 80px;
  padding-left: 0;
}
.rtl .wg-tab.style-3 li a::after,
.style-RTL .wg-tab.style-3 li a::after {
  content: "\e931" !important;
  left: 0;
  right: auto !important;
}
.rtl .item-content,
.style-RTL .item-content {
  direction: ltr;
  text-align: end;
}
.rtl .tf-project-media-thumbs .project-content,
.style-RTL .tf-project-media-thumbs .project-content {
  text-align: end;
}
.rtl .testimonial-item .info-user,
.style-RTL .testimonial-item .info-user {
  direction: rtl;
}
.rtl .testimonial-item .info-user .info-content,
.style-RTL .testimonial-item .info-user .info-content {
  direction: ltr;
}
.rtl .testimonial-item.style-2,
.style-RTL .testimonial-item.style-2 {
  direction: ltr;
  flex-direction: row-reverse;
}
.rtl .testimonial-item.style-2 .testimonial-content,
.style-RTL .testimonial-item.style-2 .testimonial-content {
  text-align: end;
}
.rtl .section-services .services-inner .services-content,
.style-RTL .section-services .services-inner .services-content {
  direction: ltr;
  text-align: end;
}
.rtl .benefit-items,
.style-RTL .benefit-items {
  direction: ltr;
  flex-direction: row-reverse;
}
.rtl .tf-testimonials-main .content,
.style-RTL .tf-testimonials-main .content {
  text-align: end;
}
.rtl .according-item .title-according,
.style-RTL .according-item .title-according {
  text-align: end;
}
.rtl .according-item.bg-white .price-according,
.style-RTL .according-item.bg-white .price-according {
  justify-content: end;
}
.rtl .according-item.bg-white .tf-btn,
.style-RTL .according-item.bg-white .tf-btn {
  margin-left: auto;
}
.rtl .comment-item.reply,
.style-RTL .comment-item.reply {
  margin-left: 0;
  padding-right: 76px;
}
.rtl .comment-item.style-2.reply,
.style-RTL .comment-item.style-2.reply {
  margin-right: 40px;
  border-right: 4px solid var(--outline);
  border-left: 0;
  padding-left: 0;
  padding-right: 30px;
}
.rtl .input-search .btn-search,
.style-RTL .input-search .btn-search {
  left: 8px;
  right: auto !important;
}
.rtl .sidebar-search .tf-btn-search,
.style-RTL .sidebar-search .tf-btn-search {
  left: 15px;
  right: auto;
}
.rtl .canvnas-quick-view .quick-view-content,
.style-RTL .canvnas-quick-view .quick-view-content {
  padding-left: 24px;
  padding-right: 0;
}
.rtl .canvnas-quick-view .list-img,
.style-RTL .canvnas-quick-view .list-img {
  padding-left: 0;
  padding-right: 16px;
}
.rtl .canvnas-quick-view .tf-product-info-wrap,
.style-RTL .canvnas-quick-view .tf-product-info-wrap {
  right: 0;
  left: 24px;
}
.rtl .wg-your-order .wg-your-order-list .price,
.style-RTL .wg-your-order .wg-your-order-list .price {
  direction: ltr;
}
.rtl .ip-discount-code .tf-btn,
.style-RTL .ip-discount-code .tf-btn {
  right: auto;
  left: 6px;
}
.rtl .form-payment .img-icon-payment,
.style-RTL .form-payment .img-icon-payment {
  left: 16px;
  right: auto;
}
.rtl .line-check-out,
.style-RTL .line-check-out {
  right: 52.9%;
  left: auto;
}
.rtl .section-services-item.style-border .services-content,
.style-RTL .section-services-item.style-border .services-content {
  padding-right: 0;
  padding-left: 40px;
}
.rtl .sw-team-list .team-item,
.style-RTL .sw-team-list .team-item {
  text-align: end;
}
.rtl .sw-product .product-item,
.style-RTL .sw-product .product-item {
  direction: rtl;
}
.rtl .product-item .icon,
.style-RTL .product-item .icon {
  right: auto;
  left: 0;
}
.rtl .product-item:hover .icon,
.style-RTL .product-item:hover .icon {
  left: 16px;
}
.rtl .product-item.discount::before,
.style-RTL .product-item.discount::before {
  left: auto;
  right: 16px;
}
.rtl .sidebar-price,
.style-RTL .sidebar-price {
  overflow: hidden;
}
.rtl .sidebar-price .range-two-val,
.style-RTL .sidebar-price .range-two-val {
  padding-right: 10px;
  padding-left: 10px;
}
.rtl .noUi-horizontal .noUi-handle,
.style-RTL .noUi-horizontal .noUi-handle {
  left: auto !important;
}
.rtl .tf-sort .nice-select,
.style-RTL .tf-sort .nice-select {
  padding: 10px 15px 10px 38px !important;
}
.rtl .tf-cart-item_total,
.style-RTL .tf-cart-item_total {
  direction: ltr;
}
.rtl .progress-cart.bg-color-on-suface-container .round,
.style-RTL .progress-cart.bg-color-on-suface-container .round {
  left: unset;
  right: 100%;
}
.rtl .tf-zoom-main .drift-zoom-pane,
.style-RTL .tf-zoom-main .drift-zoom-pane {
  display: flex;
  justify-content: flex-end;
}
.rtl .switch-container .switch .toggle,
.style-RTL .switch-container .switch .toggle {
  transform: translateX(40px);
}
.rtl .switch-container .switch.is-active .toggle,
.style-RTL .switch-container .switch.is-active .toggle {
  transform: translateX(0);
}
.rtl .section-services.h-8 .tf-btn,
.style-RTL .section-services.h-8 .tf-btn {
  margin-right: 0;
  margin-left: auto;
}

@media (min-width: 992px) {
  .rtl .section-about .about-content-left {
    margin-left: 6px;
    border-left: 1px solid var(--outline);
    margin-right: 0;
    border-right: 0;
  }
  .rtl .section-about .tf-btn {
    margin-left: auto;
    margin-right: 0;
  }
  .rtl .ml-40 {
    margin-left: 0;
    margin-right: 40px;
  }
  .rtl .mr-10 {
    margin-left: 10px;
    margin-right: 0;
  }
  .rtl .mr-15 {
    margin-left: 15px;
    margin-right: 0;
  }
  .rtl .ml-15 {
    margin-left: 0;
    margin-right: 15px;
  }
  .rtl .ml-35 {
    margin-left: 0;
    margin-right: 35px;
  }
  .rtl .mr-50 {
    margin-right: 0;
    margin-left: 50px;
  }
  .rtl .ml-50 {
    margin-left: 0;
    margin-right: 50px;
  }
  .rtl .ml-30 {
    margin-left: 0;
    margin-right: 30px;
  }
  .rtl .section-contact-home.h-4 .left {
    right: 0;
    left: auto !important;
  }
  .rtl .section-contact-home.h-4 .right {
    padding-right: 20px;
    margin-right: -20px;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .rtl .flat-countdown-banner .banner-img {
    left: 0;
    right: unset;
  }
  .rtl .section-about.h-2 .wg-counter {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    justify-content: start !important;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .tf-cart-item .img-box {
    left: auto;
    right: 0;
  }
}
@media (max-width: 550px) {
  .rtl .heading-section.style-2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .rtl .heading-section.style-2 .tag {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 374px) {
  .rtl .switch-container .switch .toggle {
    transform: translateX(30px);
  }
}

/*# sourceMappingURL=styles.css.map */
