/**
* Template Name: HeroBiz - v2.1.0
* Template URL: https://bootstrapmade.com/herobiz-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/**
* Check out variables.css for easy customization of colors, typography, and other repetitive properties
*/

.disclaimer, a[title="Hosted on free web hosting 000webhost.com. Host your own website for FREE."] {
  display:none!important;
}

/* 微調bootstrap筆電螢幕的寬度 */
@media (min-width: 1400px) and (max-width: 1441px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1200px;
}
}


/* 微調glightbox套件樣式 */
.glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
background-color: rgb(255 255 255 / 8%);
}


/*--------------------------------------------------------------
# root
--------------------------------------------------------------*/
/*--1. HeroBiz template variables--*/
:root {

/* Fonts */
--font-default: 'Open Sans', "Microsoft JhengHei", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-primary: 'Source Sans Pro', "Microsoft JhengHei", sans-serif;
--font-secondary: 'Poppins', "Microsoft JhengHei", sans-serif;

/* Colors */
/* The *-rgb color names are simply the RGB converted value of the corresponding color for use in the rgba() function */


/* swiper */
--swiper-pagination-bullet-inactive-color: #fff;
--swiper-theme-color: #fff;

--swiper-pagination-bullet-inactive-color-dark: #899575;
--swiper-theme-color-dark: #899575;

--swiper-pagination-bullet-horizontal-gap: 2px;


/* Default text color */
--color-default: #1a1f24;
--color-default-rgb: 26, 31, 36;

/* Defult links color */
--color-links: #bbd31f;
--color-links-hover: #1de789;

/* Primay colors */
--color-primary: #bbd31f;
--color-primary-light: #1de789;
--color-primary-dark: #91a20d;

--color-primary-rgb: 187, 211, 31;
--color-primary-light-rgb: 29, 231, 137;
--color-primary-dark-rgb: 145, 162, 13;

/* Secondary colors */
--color-secondary: #3b3b3b;
--color-secondary-light: #acacac;
--color-secondary-dark: #565656;

--color-secondary-rgb: 59, 59, 59;
--color-secondary-light-rgb: 172, 172, 172;
--color-secondary-dark-rgb: 86, 86, 86;

/* General colors */
--color-blue: #0d6efd;
--color-blue-rgb: 13, 110, 253;

--color-indigo: #6610f2;
--color-indigo-rgb: 102, 16, 242;

--color-purple: #6f42c1;
--color-purple-rgb: 111, 66, 193;

--color-pink: #f3268c;
--color-pink-rgb: 243, 38, 140;

--color-red: #df1529;
--color-red-rgb: 223, 21, 4;

--color-orange: #fd7e14;
--color-orange-rgb: 253, 126, 20;

--color-yellow: #ffc107;
--color-yellow-rgb: 255, 193, 7;

--color-green: #059652;
--color-green-rgb: 5, 150, 82;

--color-teal: #20c997;
--color-teal-rgb: 32, 201, 151;

--color-cyan: #0dcaf0;
--color-cyan-rgb: 13, 202, 240;

--color-white: #ffffff;
--color-white-rgb: 255, 255, 255;

--color-gray: #6c757d;
--color-gray-rgb: 108, 117, 125;

--color-black: #000000;
--color-black-rgb: 0, 0, 0;

}

/*--2. Override default Bootstrap variables--*/

:root {

--bs-blue: var(--color-blue);
--bs-indigo: var(--color-indigo);
--bs-purple: var(--color-purple);
--bs-pink: var(--color-pink);
--bs-red: var(--color-red);
--bs-orange: var(--color-orange);
--bs-yellow: var(--color-yellow);
--bs-green: var(--color-green);
--bs-teal: var(--color-teal);
--bs-cyan: var(--color-cyan);
--bs-white: var(--color-white);
--bs-gray: var(--color-gray);
--bs-gray-dark: #343a40;
--bs-gray-100: #f8f9fa;
--bs-gray-200: #e9ecef;
--bs-gray-300: #dee2e6;
--bs-gray-400: #ced4da;
--bs-gray-500: #adb5bd;
--bs-gray-600: #6c757d;
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: var(--color-blue);
--bs-secondary: var(--color-blue);
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-primary-rgb: var(--color-primary-rgb);
--bs-secondary-rgb: var(--color-secondary-rgb);
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
--bs-warning-rgb: 255, 193, 7;
--bs-danger-rgb: 220, 53, 69;
--bs-light-rgb: 248, 249, 250;
--bs-dark-rgb: 33, 37, 41;
--bs-white-rgb: var(--color-white-rgb);
--bs-black-rgb: var(--color-black-rgb);
--bs-body-color-rgb: var(--color-default-rgb);
--bs-body-bg-rgb: 255, 255, 255;
--bs-font-sans-serif: var(--font-default);
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: var(--font-default);
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: var(--color-default);
--bs-body-bg: #fff;

}

/*--3. Set color and background class names--*/

/* Fonts */
.font-default { font-family: var(--font-default) !important; }
.font-primary { font-family: var(--font-primary) !important;}
.font-secondary { font-family: var(--font-secondary) !important; }

/* Text Colors */
.color-default { color: var(--color-default) !important; }
.color-links { color: var(--color-links) !important; }
.color-links:hover { color: var(--color-links-hover) !important; }
.color-primary { color: var(--color-primary) !important; }
.color-primary-light { color: var(--color-primary-light) !important; }
.color-primary-dark { color: var(--color-primary-dark) !important; }
.color-secondary { color: var(--color-secondary) !important; }
.color-secondary-light { color: var(--color-secondary-light) !important; }
.color-secondary-dark { color: var(--color-secondary-dark) !important; }
.color-blue { color: var(--color-blue) !important; }
.color-indigo { color: var(--color-indigo) !important; }
.color-purple { color: var(--color-purple) !important; }
.color-pink { color: var(--color-pink) !important; }
.color-red { color: var(--color-red) !important; }
.color-orange { color: var(--color-orange) !important; }
.color-yellow { color: var(--color-yellow) !important; }
.color-green { color: var(--color-green) !important; }
.color-teal { color: var(--color-teal) !important; }
.color-cyan { color: var(--color-cyan) !important; }
.color-white { color: var(--color-white) !important; }
.color-gray { color: var(--color-gray) !important; }
.color-black { color: var(--color-black) !important; }

/* Background Colors */
.bg-default { background-color: var(--color-default) !important; }
.bg-primary { background-color: var(--color-primary) !important; }
.bg-primary-light { background-color: var(--color-primary-light) !important; }
.bg-primary-dark { background-color: var(--color-primary-dark) !important; }
.bg-secondary { background-color: var(--color-secondary) !important; }
.bg-secondary-light { background-color: var(--color-secondary-light) !important; }
.bg-secondary-dark { background-color: var(--color-secondary-dark) !important; }
.bg-blue { background-color: var(--color-blue) !important; }
.bg-indigo { background-color: var(--color-indigo) !important; }
.bg-purple { background-color: var(--color-purple) !important; }
.bg-pink { background-color: var(--color-pink) !important; }
.bg-red { background-color: var(--color-red) !important; }
.bg-orange { background-color: var(--color-orange) !important; }
.bg-yellow { background-color: var(--color-yellow) !important; }
.bg-green { background-color: var(--color-green) !important; }
.bg-teal { background-color: var(--color-teal) !important; }
.bg-cyan { background-color: var(--color-cyan) !important; }
.bg-white { background-color: var(--color-white) !important; }
.bg-gray { background-color: var(--color-gray) !important; }
.bg-black { background-color: var(--color-black) !important; }


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
scroll-behavior: smooth;
}

a {
color: var(--color-links);
text-decoration: none;
}

a:hover {
color: var(--color-links-hover);
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: var(--font-primary);
}
body {
color: #3a4145;
}
.swiper-pagination-dark .swiper-pagination-bullet {
background: var(--swiper-theme-color-dark);
}
.swiper-pagination-dark .swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: var(--swiper-theme-color-dark);
}

@media (max-width: 575px) {
html {
  font-size: 14px;
}
}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
position: fixed;
inset: 0;
z-index: 9999;
overflow: hidden;
background: #172415;
transition: all 0.6s ease-out;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#preloader .pre-text {
color: rgba(255,255,255,1);
-webkit-animation: animate-preloader-text 4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
animation: animate-preloader-text 4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#preloader .pre-circle:before, #preloader .pre-circle:after {
content: "";
position: absolute;
border: 2px solid var(--color-primary);
border-radius: 50%;
-webkit-animation: animate-preloader-circle 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
animation: animate-preloader-circle 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#preloader .pre-circle:after {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}

@keyframes animate-preloader-circle {
0% {
width: 20px;
height: 20px;
top: calc(50% - 10px);
left: calc(50% - 10px);
opacity: 0.7;
}
100% {
width: 100px;
height: 100px;
top: calc(50% - 50px);
left: calc(50% - 50px);
opacity: 0;
}
}

@keyframes animate-preloader-text {
0% {
color: rgba(255,255,255,1);
}
50% {
color: rgba(255,255,255,0.5);
}
100% {
color: rgba(255,255,255,1);
}
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
background-color: #233426;
padding: 10px 0;
font-size: 1.1rem;
color: #869188;
}
#topbar .contact-info i {
font-style: normal;
color: rgba(255,255,255,0.44);
}
#topbar .contact-info i a, #topbar .contact-info i span {
padding-left: 5px;
color: #fff;
}
#topbar .contact-info i a {
line-height: 0;
transition: 0.3s;
}
#topbar .contact-info i a:hover {
color: #8fc04e;
}
#topbar .social-links a {
color: #869188;
line-height: 0;
transition: 0.3s;
margin-left: 18px;
}
#topbar .social-links a:hover {
color: white;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
padding: 60px 0;
overflow: hidden;
}

.section-header {
text-align: center;
padding-bottom: 40px;
}
.section-header h2 {
font-size: 1.875rem;
font-weight: 600;
margin-bottom: 20px;
color: var(--color-secondary);
}
.section-header small {
font-size: 0.925rem;
color: #6e806b;
margin-bottom: 5px;
display: block;
font-weight: 600;
}
.section-header p {
margin: 0 auto;
color: var(--color-secondary-light);
}
@media (min-width: 1280px) {
.section-header p {
  max-width: 80%;
}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
padding: 15px 0;
background: rgba(var(--color-secondary-rgb), 0.05);
min-height: 40px;
margin-top: 76px;
}
.breadcrumbs h2 {
font-size: 30px;
font-weight: 300;
margin: 0;
}
.breadcrumbs ol {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
font-size: 14px;
}
.breadcrumbs ol li + li {
padding-left: 10px;
}
.breadcrumbs ol li + li::before {
display: inline-block;
padding-right: 10px;
color: var(--color-secondary-light);
content: "/";
}
@media (max-width: 992px) {
.breadcrumbs .d-flex {
  display: block !important;
}
.breadcrumbs h2 {
  margin-bottom: 10px;
  font-size: 24px;
}
.breadcrumbs ol {
  display: block;
}
.breadcrumbs ol li {
  display: inline-block;
}
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
position: fixed;
visibility: hidden;
opacity: 0;
right: 15px;
bottom: 15px;
z-index: 995;
background: var(--color-primary);
width: 40px;
height: 40px;
border-radius: 4px;
transition: all 0.4s;
}
.scroll-top i {
font-size: 24px;
color: var(--color-white);
line-height: 0;
}
.scroll-top:hover {
background: rgba(var(--color-primary-rgb), 0.85);
color: var(--color-white);
}
.scroll-top.active {
visibility: visible;
opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
[data-aos-delay] {
  transition-delay: 0 !important;
}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
transition: all 0.5s;
z-index: 997;
background-color: #172415;
}
.header.sticked {
box-shadow: 0px 2px 20px rgba(var(--color-secondary-rgb), 0.1);
}
.header-bottom .nav-wrap {
padding-top: 15px;
padding-bottom: 15px;
}
.header.sticked #topbar {
display: none!important;
}
.header .logo h1 {
font-size: 32px;
font-weight: 300;
color: var(--color-secondary);
font-family: var(--font-secondary);
}
.header .logo h1 span {
color: var(--color-primary);
font-weight: 500;
}
.header .btn-getstarted, .header .btn-getstarted:focus {
font-size: 1rem;
color: var(--color-dark);
background: var(--color-primary);
padding: 8px 23px;
transition: 0.3s;
font-family: var(--font-secondary);
margin-left: 20px;
}
.header .btn-getstarted:hover, .header .btn-getstarted:focus:hover {
color: var(--color-white);
background: var(--color-primary-dark);
}

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 992px) {
.navbar {
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  /* background-color: var(--color-primary); */
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  transform: scaleX(0.7);
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: var(--color-primary);
}
.navbar .dropdown a:hover:before, .navbar .dropdown:hover > a:before, .navbar .dropdown .active:before {
  visibility: hidden;
}
/* .navbar .dropdown a:hover, .navbar .dropdown .active, .navbar .dropdown .active:focus, .navbar .dropdown:hover > a {
  color: var(--color-white);
  background: var(--color-secondary);
} */
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 5px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background-color: #121c10;
  border: solid 1px #23431e;
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  color: var(--color-white);
  border-bottom: solid 1px #23431e;
}
.navbar .dropdown ul li:last-child a {
  border: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: var(--color-primary);
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
}
.navbar .megamenu {
  position: static;
}
.navbar .megamenu ul {
  right: 0;
  padding: 10px;
  display: flex;
}
.navbar .megamenu ul li {
  flex: 1;
}
.navbar .megamenu ul li a, .navbar .megamenu ul li:hover > a {
  color: rgba(var(--color-white-rgb), 0.5);
  background: none;
}
.navbar .megamenu ul li a:hover, .navbar .megamenu ul li .active, .navbar .megamenu ul li .active:hover {
  color: var(--color-white);
  background: var(--color-primary);
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
}
@media (min-width: 1280px) and (max-width: 1366px) {
.navbar .dropdown .dropdown ul {
  left: -90%;
}
.navbar .dropdown .dropdown:hover > ul {
  left: -100%;
}
}


/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 991px) {
.header .logo img {
  max-height: 60px;
}
.header .btn-getstarted, .header .btn-getstarted:focus {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  padding: 5px 12px;
  font-size: 0.875rem;
}
.logo-mobile {
  display: block;
  margin: 10px 0;
}
.logo-mobile img {
  height: 40px;
}
.navbar {
  position: fixed;
  top: 0;
  left: -100%;
  /* width: calc(100% - 70px); */
  width: 250px;
  bottom: 0;
  transition: 0.3s;
  z-index: 9997;
}
.navbar .navbar-content {
  position: absolute;
  inset: 0;
  padding: 10px 0;
  margin: 0;
  background: #172415;
  overflow-y: auto;
  transition: 0.3s;
  z-index: 10000;
}
.navbar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(var(--color-white-rgb), 1);
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar .active, .nav-link:focus, .nav-link:hover {
  color: var(--color-primary);
}
.navbar .dropdown ul, .navbar .dropdown .dropdown ul {
  position: static;
  display: none;
  margin: 0 0 10px 16px;
  transition: all 0.5s ease-in-out;
}
.navbar .dropdown-active a, .navbar .dropdown-active a:focus {
  color: rgba(var(--color-white-rgb), 0.7);
}
.navbar .dropdown > .dropdown-active, .navbar .dropdown .dropdown > .dropdown-active {
  display: block;
}

.mobile-nav-toggle {
  display: inline-block !important;
  vertical-align: middle;
  color: var(--color-white);
  font-size: 28px;
  cursor: pointer;
  line-height: 0;
  transition: 0.5s;
  z-index: 9999;
}
.mobile-nav-toggle.bi-x {
  color: var(--color-white);
}

.mobile-nav-active {
  overflow: hidden;
  z-index: 9995;
  position: relative;
}
.mobile-nav-active .navbar {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle:before {
  z-index: 3;
  position: relative;
}
.mobile-nav-active .mobile-nav-toggle:after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0, 0.5);
  z-index: 9996;
  width: 100%;
  height: 100%;
  z-index: 2;
}
}
@media (max-width: 767px) {
.header .logo img {
  max-height: 45px;
}
}


/*------------------------------------------------------------------------------------
############################### Index Page Start ################################
------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
# section-block_services Section
--------------------------------------------------------------*/
.service-item {
position: relative;
}
.section-block_services .img {
overflow: hidden;
}
.section-block_services .img img {
transition: 0.6s;
}
.section-block_services .details {
padding: 30px 30px 50px 30px;
transition: all ease-in-out 0.3s;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
text-align: left;
opacity: 0;
background-color: rgba(0,0,0,0.2);
}
.section-block_services .details h2 {
color: var(--color-white);
border-left: 6px solid var(--color-white);
font-size: 1.125rem;
padding: 10px;
}
.section-block_services .details h3 {
color: var(--color-white);
font-weight: normal;
margin: 0;
font-size: 1rem;
transition: ease-in-out 0.3s;
background-color: rgb(70 85 37 / 80%);
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 12px 10px;
text-align: center;
}
.section-block_services .details .read-more {
background-color: rgba(255,255,255,0.7);
color: #403434;
display: inline-block;
padding: 10px 15px;
font-size: 14px;
line-height: 1;
transition: ease-in-out 0.3s;
margin-top: 10px;
}
.section-block_services .details .read-more:hover {
background-color: rgba(255,255,255,1);
}
.section-block_services .service-item:hover .details {
opacity: 1;
}
.section-block_services .service-item:hover .img img {
transform: scale(1.2);
}
@media (max-width: 575px) {
.section-block_services {
  padding: 15px 0;
}
}

/*--------------------------------------------------------------
# section-block_featured Section
--------------------------------------------------------------*/
.section-block_featured {
background-color: #74896a;
color: #ffffff;
}
.section-block_featured .section-header {
margin: 0;
padding: 0;
}
.section-block_featured .section-header h2 {
font-size: 1.875rem;
color: #ffffff;
font-weight: normal;
}
.section-block_featured .featured-item {
padding: 10px 10px;
transition: all ease-in-out 0.4s;
height: 100%;
text-align: center;
}
.section-block_featured .featured-item .icon {
margin-bottom: 10px;
}
.section-block_featured .featured-item .icon img {
height: 80px;
}
.section-block_featured .featured-item .icon i {
color: var(--color-primary);
font-size: 46px;
transition: 0.3s;
}
.section-block_featured .featured-item h4 {
font-weight: normal;
margin-bottom: 5px;
font-size: 18px;
}
.section-block_featured .featured-item p {
line-height: 1.2em;
font-size: 1.125rem;
margin-bottom: 0;
}
/* .section-block_featured .featured-item:hover {
transform: translateY(-10px);
box-shadow: 0px 0 60px 0 rgba(var(--color-secondary-rgb), 0.1);
}
.section-block_featured .featured-item:hover h4 a {
color: var(--color-primary);
} */


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
background-color: #1f342b;
}
.contact-inner {
width: 1100px;
max-width: 100%;
margin: auto;
}
.contact .info {
}
.contact .info h3 {
font-weight: normal;
font-size: 1.875rem;
color: #acb562;
margin-bottom: 22px;
}
.contact .info p {
color: var(--color-white);
margin-bottom: 40px;
font-size: 0.925rem;
}
.contact .php-email-form {
width: 100%;
}
.contact .php-email-form .form-label {
color: #fff;
font-size: 1rem;
}
.contact .php-email-form .form-group {
padding-bottom: 8px;
}
.contact .php-email-form .error-message {
display: none;
color: var(--color-white);
background: var(--color-red);
text-align: left;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .error-message br + br {
margin-top: 25px;
}
.contact .php-email-form .sent-message {
display: none;
color: var(--color-white);
background: var(--color-green);
text-align: center;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .loading {
display: none;
background: var(--color-white);
text-align: center;
padding: 15px;
}
.contact .php-email-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid var(--color-green);
border-top-color: var(--color-white);
-webkit-animation: animate-loading 1s linear infinite;
animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input[type=text], .contact .php-email-form input[type=tel], .contact .php-email-form input[type=email], .contact .php-email-form textarea {
border-radius: 4px;
box-shadow: none;
font-size: 14px;
}
.contact .php-email-form input[type=text]:focus, .contact .php-email-form input[type=tel]:focus, .contact .php-email-form input[type=email]:focus, .contact .php-email-form textarea:focus {
border-color: var(--color-secondary-light);
}
.contact .php-email-form input[type=text], .contact .php-email-form input[type=tel], .contact .php-email-form input[type=email] {
height: 48px;
padding: 10px 15px;
}
.contact .php-email-form textarea {
padding: 10px 12px;
height: 143px;
}
.contact .php-email-form button[type=submit] {
background: var(--color-primary-dark);
border: 0;
padding: 13px 50px;
color: var(--color-white);
transition: 0.4s;
border-radius: 4px;
width: 100%;
}
.contact .php-email-form button[type=submit]:hover {
background-color: rgba(var(--color-primary-dark-rgb), 0.85);
}
.contact ::-webkit-input-placeholder { color: #9a9a9a; }
.contact :-moz-placeholder { /* Firefox 18- */ color: #9a9a9a; } 
.contact ::-moz-placeholder {  /* Firefox 19+ */ color: #9a9a9a; }
.contact :-ms-input-placeholder { color: #9a9a9a; }
@-webkit-keyframes animate-loading {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}
@keyframes animate-loading {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}

@media (max-width: 991px) {
.contact-inner {
  width: 500px;
}
.info {
  margin-bottom: 20px;
}
}



/*--------------------------------------------------------------
# section-block_choice Section
--------------------------------------------------------------*/
.section-block_choice .choice-item {
text-align: center;
}
.section-block_choice .choice-item h2 {
font-size: 1.25rem;
margin: 25px 0 15px 0;
font-weight: 600;
}
@media (min-width: 1200px) {
.section-block_choice .container {
  width: 1100px;
}
}
@media (max-width: 767px) {
.section-block_choice .container {
  width: 320px;
}
}



/*--------------------------------------------------------------
# section-block_ourHouse Section
--------------------------------------------------------------*/
.section-block_ourHouse {
background-color: #f8f8f8;
padding-bottom: 0;
}
.ourHouse-pic {
width: 100%;
padding-bottom: 54%;
background-image: url('../img/img_ourHouse.png');
background-size: 100% auto;
background-position: center bottom;
background-repeat: no-repeat;
}



/*--------------------------------------------------------------
# section-block_because Section
--------------------------------------------------------------*/
.section-block_because {
position: relative;
z-index: 5;
padding: 6.5% 0 8.5% 0;
margin: -6% 0 -6%;
}
.because-bg {
height: 100%;
position: absolute;
left: -50%;
right: -50%;
top: 0;
bottom: 0;
margin: auto;
}
.because-text {
position: relative;
z-index: 2;
}
.section-block_because h2 {
color: var(--color-primary);
font-size: 1.4rem;
}
.section-block_because blockquote {
color: #fff;
font-size: 1.4rem;
border-left: 8px solid #fff;
padding: 3px 10px 3px 15px;
margin: 15px 0 25px;
}
.section-block_because blockquote span {
color: var(--color-primary);
}
.section-block_because p {
color: #fff;
font-size: 1.1rem;
}

@media (max-width: 1199px) {
.section-block_because {
    padding: 7% 0 10% 0;
    margin: -7% 0 -7%;
}
}
@media (max-width: 991px) {
.section-block_because {
    padding: 9% 0 13% 0;
    margin: -9% 0 -10%;
}
}
@media (max-width: 767px) {
.section-block_because {
    padding: 60px 0 150px 0;
    margin: -60px 0 -130px;
}
.because-text {
  padding: 0 15px;
}
}



/*--------------------------------------------------------------
# section-block_about Section
--------------------------------------------------------------*/
.section-block_about {
background-image: url('../img/img_about.jpg');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
text-align: right;
padding: 160px 0 50px;
min-height: 70vw;
}
.about-text {
background-color: rgba(255,255,255,0.8);
padding: 30px;
width: 600px;
max-width: 90%;
display: inline-block;
text-align: left;
margin-right: 100px;
}
.section-block_about h2 {
color: #3a4145;
font-size: 1.875rem;
margin: 0 0 30px 0;
}
.section-block_about p {
color: #3a4145;
font-size: 1rem;
}
.section-block_about .highlight {
position: relative;
display: inline-block;
}
.section-block_about .highlight b {
position: relative;
z-index: 2;
}
.section-block_about .highlight:after {
content: '';
display: block;
position: absolute;
z-index: 1;
left: 10px;
bottom: 1px;
width: 92%;
height: 50%;
}
.section-block_about .highlight-color1:after {
background-color: #b0d085;
}
.section-block_about .highlight-color2:after {
background-color: #d0d085;
}
@media (max-width: 991px) {
.about-text {
  margin: auto;
  display: block;
}
}



/*--------------------------------------------------------------
# section-block_compare Section
--------------------------------------------------------------*/
.section-block_compare {
background-color: #f8f8f8;
}
.compare-table-pic img {
width: 100%;
}
.compare-table .compare-table-pic th {
padding: 0;
}
.compare-table thead tr th:first-child,
.compare-table tbody tr th:first-child {
background-color: #5f6c4e;
color: #fff;
border: none;
width: 100px;
}
.compare-table tr:nth-of-type(odd) .t-special {
background-color: #d4dec6;
}
.compare-table tr:nth-of-type(even) .t-special {
background-color: #F0F2ED;
}
.compare-table th,
.compare-table td {
border-right: 1px solid #dddddd;
vertical-align: middle;
}
.compare-table td:last-child,
.compare-table-pic th,
.compare-table .t-special {
border: none;
}
.compare-table th:first-child,
.compare-table td:first-child {
position: sticky;
left: 0;
background-color: #fff;
}
.compare-table .t-special {
position: relative;
}
.compare-table .tag-win {
position: absolute;
right: 6px;
top: 0;
width: 60px;
z-index: 5;
}
.compare-table .icon-badge {
height: 40px;
}

@media (max-width: 1199px) {
.compare-table .icon-badge {
  height: 30px;
}
.compare-table .tag-win {
  width: 30px;
  right: -2px;
  top: -2px;
}
}
@media (max-width: 767px) {
.compare-table {
  font-size: 13px;
}
.compare-table .icon-badge {
  height: 20px;
}
.compare-table .tag-win {
  position: static;
  display: block;
  margin: -5px auto 0px;
}
}
@media (max-width: 400px) {
.compare-table {
  font-size: 12px;
  letter-spacing: -0.1em;
}
.compare-table th,
.compare-table td {
  padding: 0.2rem 0.2rem; 
}
}



/*--------------------------------------------------------------
# section-block_material Section
--------------------------------------------------------------*/
.section-block_material {
padding: 30px 0;
}
.section-block_material .swiper-slide {
background-color: #fff;
}
.section-block_material .bg-box {
position: absolute;
left: 0;
right: 0;
top: 18%;
bottom: 18%;
z-index: 1;
background-size: cover;
background-position: center center;
}
.section-block_material .content-box {
position: relative;
z-index: 2;
width: 1000px;
max-width: 100%;
margin: auto;
padding: 20px 0;
}
.section-block_material .text {
background-color: #ffffff;
box-shadow: 4px 4px 20px 0px rgb(0 0 0 / 20%);
border-radius: 10px;
padding: 40px 40px;
margin-right: 30px;
width: 55%;
}
.section-block_material .text h2 {
color: #626431;
font-size: 1.875rem;
margin: 0;
}
.section-block_material .text .line {
background-color: #a0a0a0;
width: 60px;
height: 2px;
margin: 15px 0 18px;
}
.section-block_material .text p {
font-size: 1rem;
margin: 0;
}
.section-block_material .pic {
border: 6px solid #beac70;
box-shadow: 3px 3px 6px 0px rgba(26, 26, 26, 0.68);
width: 40%;
padding-bottom: 40%;
border-radius: 100%;
background-size: cover;
background-position: center center;
}
@media (max-width: 991px) {
.section-block_material{
  padding-top: 0;
  padding-bottom: 0
}
.section-block_material .content-box {
  flex-direction: column-reverse;
  padding: 30px 0;
}
.section-block_material .pic {
  margin-bottom: -30px;
  width: 200px;
  height: 200px;
  padding-bottom: 0;
}
.section-block_material .text {
  margin: auto;
  width: 500px;
  max-width: 100%;
}
.section-block_material .bg-box {
  top: 0;
  bottom: 0;
}
.material-slider{
  padding-bottom: 40px;
}
}



/*--------------------------------------------------------------
# section-block_faq Section
--------------------------------------------------------------*/
.section-block_faq .section-header h2 {
color: #3a4145;
font-size: 1.875rem;
}
.section-block_faq {
padding: 50px 0 0 0;
}
.section-block_faq h2 {
color: #626431;
font-size: 1.5rem;
margin: 0;
}
.section-block_faq .line {
background-color: #a0a0a0;
width: 60px;
height: 2px;
margin: 15px 0 18px;
display: inline-block;
}
.section-block_faq ol {
font-size: 1rem;
padding-left: 1em;
}
.section-block_faq p {
font-size: 1rem;
}
.section-block_faq .btn_more {
font-size: 16px;
letter-spacing: 1px;
padding: 12px 24px;
margin-top: 20px;
transition: 0.3s;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--color-white);
background: var(--color-primary-dark);
border: 1px solid transparent;
}
.section-block_faq .btn_more:hover {
border-color: var(--color-primary-dark);
color: var(--color-primary-dark);
background-color: transparent;
}
.section-block_faq .btn_more.outline {
font-size: 16px;
letter-spacing: 1px;
padding: 12px 24px;
margin-top: 20px;
transition: 0.3s;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--color-primary-dark);
border: 1px solid var(--color-primary-dark);
background: transparent;
}
.section-block_faq .btn_more.outline:hover {
background-color: var(--color-primary-dark);
color: var(--color-white);
}
.section-block_faq .faq-pic {
background-size: cover;
background-position: center center;
}
@media (min-width: 992px) {
.section-block_faq .faq-text {
  padding: 100px;
  min-height: 500px;
}
.section-block_faq .faq-text.justify-content-start {
  text-align: left;
  padding: 5% 5%;
}
.section-block_faq .faq-text.justify-content-end {
  text-align: right;
  padding: 5% 5%;
}
}
@media (max-width: 991px) {
.section-block_faq .faq-pic {
  width: 100%;
  padding-bottom: 50%;
}
.section-block_faq .faq-text {
  padding: 30px;
  text-align: left;
}
.section-block_faq {
  text-align: center;
}
.faq-item {
  display: inline-block;
  width: 90%;
  margin: 0 auto 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  border-radius: 6px;
  overflow: hidden;
}
}



/*--------------------------------------------------------------
# product-header Section
--------------------------------------------------------------*/
.product-header {
position: relative;
}
.product-header .logo-page {
position: absolute;
left: 0;
right: 0;
top: 0;
margin: auto;
width: auto;
height: 100%;
}
/* @media (max-width: 767px) {
.product-header .logo-page {
  height: 50px;
  margin-top: -25px;
  top: 50%;
}
} */


/*--------------------------------------------------------------
# section-block_productList Section
--------------------------------------------------------------*/
.section-block_productList {
padding: 0;
}
.productList-item {
padding: 50px 0;
}
.productList-wrap .productList-item:nth-of-type(even) {
background-color: #F8F8F8;
}
.section-block_productList .productList-text h2 {
color: #212426;
font-size: 1.875rem;
margin: 0;
font-weight: 600;
}
.section-block_productList .productList-text p {
font-size: 1rem;
line-height: 1.8em;
}
.section-block_productList .productList-pic img {
width: 100%;
border: 6px solid #ebebeb;
}
.section-block_productList .productList-item:nth-of-type(even) .productList-pic img {
border: 6px solid #e2e2e2;
}
.section-block_productList .btn_more {
font-size: 16px;
letter-spacing: 1px;
padding: 8px 45px;
margin-top: 20px;
transition: 0.3s;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--color-white);
background: #222222;
border: 1px solid transparent;
}
.section-block_productList .btn_more:hover {
background-color: #555;
}
.section-block_productList .btn_more.outline {
font-size: 16px;
letter-spacing: 1px;
padding: 8px 45px;
margin-top: 20px;
transition: 0.3s;
display: inline-flex;
align-items: center;
justify-content: center;
color: #222222;
border: 1px solid #222222;
background: transparent;
}
.section-block_productList .btn_more.outline:hover {
border-color: #555;
color: #555;
}
.section-block_productList .pd-legend {
padding: 0 0 1em 0;
margin: 20px 0 20px 5px;
border-bottom: 1px dashed #dddddd;
}
.section-block_productList .pd-legend ul {
margin: 0;
padding: 0;
}
.section-block_productList .pd-legend li {
display: inline-flex;
justify-content: center;
align-items: center;
list-style-type: none;
margin: 5px 20px 5px 0;
}
.section-block_productList .pd-legend li img {
height: 16px;
margin-left: 3px;
}
.section-block_productList .pd-legend-detail {
font-size: 0.85rem;
background-color: #eee;
padding: 0.8em 1em;
margin: 1em 0 0 0;
}
.section-block_productList .pd-feature {
padding: 0 0 1em 1.3em;
margin: 0 0 1em 0;
border-bottom: 1px dashed #dddddd;
}
.section-block_productList .pd-feature li {
list-style-type: square;
font-size: 0.875rem;
margin-bottom: 8px;
color: #354532;
}
.section-block_productList .pd-feature li:last-child {
margin-bottom: 0;
}
@media (min-width: 992px) {
.section-block_productList .productList-text {
  padding: 20px 30px 0;
}
}
@media (max-width: 991px) {
.section-block_productList .productList-item .row {
  display: block;
}
.section-block_productList .productList-text {
  padding: 30px;
  text-align: left;
}
.section-block_productList {
  text-align: center;
}
.section-block_productList .productList-item {
  display: inline-block;
  width: 90%;
  margin: 0 auto 0;
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 20px;
}
.section-block_productList .btn_more.outline,
.section-block_productList .btn_more {
    padding: 8px 10px;
    width: 49%;
}
.section-block_productList.productDetail .btn_more.outline,
.section-block_productList.productDetail .btn_more {
    padding: 8px 10px;
    width: 100%;
}
}



/*--------------------------------------------------------------
# section-block_product-service Section
--------------------------------------------------------------*/
.section-block_product-service {
}
.section-block_product-service .section-header {
margin: 0 0 40px 0;
padding: 0;
}
.section-block_product-service .section-header h2 {
font-size: 1.875rem;
}
.section-block_product-service .product-service-item {
padding: 10px 10px;
transition: all ease-in-out 0.4s;
height: 100%;
text-align: center;
}
.section-block_product-service .product-service-item .icon {
margin-bottom: 20px;
}
.section-block_product-service .product-service-item .icon img {
height: 80px;
}
.section-block_product-service .product-service-item .icon i {
color: var(--color-primary);
font-size: 46px;
transition: 0.3s;
}
.section-block_product-service .product-service-item h4 {
font-weight: normal;
margin-bottom: 5px;
font-size: 18px;
text-align: center;
}
.section-block_product-service .product-service-item p {
line-height: 1.2em;
font-size: 1.125rem;
margin-bottom: 0;
}
/* .section-block_product-service .product-service-item:hover {
transform: translateY(-10px);
box-shadow: 0px 0 60px 0 rgba(var(--color-secondary-rgb), 0.1);
}
.section-block_product-service .product-service-item:hover h4 a {
color: var(--color-primary);
} */



/*--------------------------------------------------------------
# section-block_product-album Section
--------------------------------------------------------------*/
.section-block_product-album {
background-color: #D8DBD4;
}
.section-block_product-album .album-item {
overflow: hidden;
display: block;
}
.section-block_product-album .album-item img {
width: 100%;
transition: 0.6s;
}
.section-block_product-album .album-item:hover img {
transform: scale(1.2);
}



/*--------------------------------------------------------------
# section-block_product-specification Section
--------------------------------------------------------------*/
#faqlist {
width: 700px;
max-width: 100%;
margin: auto;
}
.accordion-item {
border: none;
}
.accordion-collapse {
border: 0;
}
.accordion-button {
padding: 24px;
font-weight: 600;
border: none;
border-top: 1px solid #707070;
font-size: 1.375rem;
color: #40433b;
text-align: left;
background: var(--color-white);
box-shadow: none;
border-radius: 0;
}
.accordion-button:not(.collapsed) {
color: #40433b;
border-bottom: 0;
box-shadow: none;
background: transparent;
}
.accordion-button:hover {
background-color: #f8f8f8;
}
.accordion-button:focus {
border-color: #707070;
box-shadow: none;
outline: none;
}
.accordion-button:after {
display: none;
}
.accordion-button .icon-arr {
position: absolute;
right: 15px;
top: 24px;
color: #40433b;
}
.accordion-button:not(.collapsed) .icon-arr:before {
  content: "\f63b";
}
.accordion-body {
padding: 0 30px 24px 30px;
border: 0;
border-radius: 5px;
background: var(--color-white);
box-shadow: none;
}
.accordion-body ul, .accordion-body ol {
margin-bottom: 0;
}
@media (max-width: 991px) {
.section-block_product-specification {
  padding-bottom: 0
}
}



/*--------------------------------------------------------------
# section-block_product-structure Section
--------------------------------------------------------------*/
.structure-pic-wrap {
position: relative;
display: block;
}
.structure-pic {
width: 100%;
border: solid 1px #e6e6e6;
}
.structure-pic-hover {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: rgb(23 36 21 / 30%);
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 3rem;
opacity: 0;
transition: 0.3s;
}
.structure-pic-wrap:hover .structure-pic-hover {
opacity: 1;
}
.structure-table, .structure-table table {
height: 100%;
margin: 0;
}
.structure-table thead th {
background-color: #3b4d23;
color: #fff;
font-size: 1.5rem;
text-align: center;
font-weight: 600;
padding: 10px 10px;
}
.structure-table tbody td {
padding: 15px 40px;
}
.structure-table tbody tr:nth-child(odd) td {
background-color: #e8e8e8;
}
.structure-table tbody tr:nth-child(even) td {
background-color: #f2f2f2;
}
.structure-ul-style1 {
margin: 0;
}
.structure-ul-style1 li {
position: relative;
list-style-type: none;
padding-left: 10px;
font-size: 1rem;
margin-bottom: 3px;
}
.structure-ul-style1 img {
width: 16px;
position: absolute;
left: -22px;
top: 5px;
}

.structure-ul-style2 {
margin: 0;
padding-left: 1.5em;
}
.structure-ul-style2 li {
font-size: 0.875rem;
margin-bottom: 3px;
}
@media (max-width: 575px) {
.structure-table tbody td {
  padding: 15px;
}
}



/*--------------------------------------------------------------
# section-block_product-slidepic Section
--------------------------------------------------------------*/
.pd-pic-slider .swiper-wrapper {
}
.pd-pic-slider .swiper-slide {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
background-color: #fff;
}
.pd-pic-slider .swiper-slide img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
@media (min-width: 992px) {
.section-block_product-slidepic {
  padding-bottom: 100px;
}
.pd-pic-slider {
  width: 800px;
  max-width: 100%;
}
.pd-pic-slider .swiper-slide {
  padding: 0 80px;
  height: 600px;
}
.pd-pic-slider .swiper-button-next, .pd-pic-slider .swiper-button-prev {
  color: #868686;
  cursor: pointer;
}
.pd-pic-slider .swiper-button-next:hover, .pd-pic-slider .swiper-button-prev:hover {
  color: #ccc;
}
.pd-pic-slider .swiper-button-prev {
  left: 0;
}
.pd-pic-slider .swiper-button-next {
  right: 0;
}
.pd-pic-slider .swiper-slide.smallPic img {
  width: 70%;
  margin: auto;
}
}
@media (max-width: 991px) {
.swiper-button-next, .swiper-button-prev {
  text-shadow: 0 0 5px  #000, 0 0 15px #000;
}
.pd-pic-slider .swiper-slide {
  padding: 5px;
  height: 100vw;
}
.section-block_product-slidepic {
  padding-top: 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 25px;
}
}



/*--------------------------------------------------------------
# pd-contact Section
--------------------------------------------------------------*/
.pd-contact {
background: #fff url('../img/img_ourHouse.png') no-repeat center center / cover;
padding: 0;
}
.pd-contact .section-header h2 {
margin-bottom: 0;
}
.pd-contact .pd-contact-inner {
background-color: rgba(255,255,255,0.8);
padding: 40px 40px;
width: 600px;
max-width: 100%;
margin: auto;
}
.pd-contact .php-email-form .form-label {
color: #000000;
}
@media (max-width: 575px) {
.pd-contact .pd-contact-inner {
  padding: 40px 20px;
}
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
color: var(--color-white);
font-size: 14px;
}
.footer-logo {
height: 60px;
margin-bottom: 20px;
}
.footer .footer-content {
background: #292929;
padding: 60px 0 30px 0;
}
.footer .footer-content .footer-info {
margin-bottom: 0;
}
.footer .footer-content .footer-info h3 {
font-size: 28px;
margin: 0 0 20px 0;
padding: 2px 0 2px 0;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
}
.footer .footer-content .footer-info h3 span {
color: var(--color-primary);
}
.footer .footer-content .footer-info p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
font-family: var(--font-primary);
color: var(--color-white);
}
.footer .footer-content h4 {
font-size: 16px;
font-weight: 600;
color: var(--color-white);
position: relative;
padding-bottom: 12px;
margin-bottom: 15px;
}
.footer .footer-content h4::after {
content: "";
position: absolute;
display: block;
width: 20px;
height: 2px;
background: var(--color-primary);
bottom: 0;
left: 0;
}
.footer .footer-content .footer-links {
margin-bottom: 30px;
}
.footer .footer-content .footer-links ul {
list-style: none;
padding: 0;
margin: 22px 0 0 0;
}
.footer .footer-content .footer-links ul i {
padding-right: 2px;
color: var(--color-white);
font-size: 12px;
line-height: 1;
}
.footer .footer-content .footer-links ul li {
padding: 10px 0;
display: flex;
align-items: center;
}
.footer .footer-content .footer-links ul li:first-child {
padding-top: 0;
}
.footer .footer-content .footer-links a {
color: var(--color-white);
transition: 0.3s;
display: inline-block;
line-height: 1;
}
.footer .footer-content .footer-links a:hover {
color: var(--color-primary);
}
.footer .footer-content .footer-newsletter form {
margin-top: 30px;
background: var(--color-white);
padding: 6px 10px;
position: relative;
border-radius: 4px;
}
.footer .footer-content .footer-newsletter form input[type=email] {
border: 0;
padding: 4px;
width: calc(100% - 110px);
}
.footer .footer-content .footer-newsletter form input[type=email]:focus-visible {
outline: none;
}
.footer .footer-content .footer-newsletter form input[type=submit] {
position: absolute;
top: 0;
right: -2px;
bottom: 0;
border: 0;
background: none;
font-size: 16px;
padding: 0 20px;
background: var(--color-primary);
color: var(--color-white);
transition: 0.3s;
border-radius: 0 4px 4px 0;
}
.footer .footer-content .footer-newsletter form input[type=submit]:hover {
background: rgba(var(--color-primary-rgb), 0.85);
}
.footer .footer-legal {
padding: 25px 0;
background: #222222;
}
.footer .footer-legal .credits {
padding-top: 4px;
font-size: 13px;
color: var(--color-white);
}
.footer .footer-legal .credits a {
color: var(--color-primary-light);
}
.footer .social-links {
margin-top: 20px;
margin-bottom: 0;
}
.footer .social-links a {
font-size: 18px;
display: inline-block;
color: var(--color-white);
line-height: 1;
padding: 0;
margin-right: 2px;
border-radius: 4px;
text-align: center;
width: 30px;
transition: 0.3s;
}
.footer .social-links a:hover {
color: var(--color-primary);
text-decoration: none;
}
@media (max-width: 991px) {
.footer .footer-content .footer-links {
  margin: 40px 0 0 0;
}
}


