@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap");

html {
  font-family: "Noto Serif TC", serif;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.vertical-align-middle {
  vertical-align: middle;
}

.content-shadow {
  box-shadow: 0 4px 12px -2px #3f445030;
}

.btn-submit {
  color: #fff;
  background-color: #d3a186;
  border-color: #d3a186;
}

.btn-submit:hover {
  color: #fff;
  background-color: #583421;
  border-color: #1d2124;
}

img {
  vertical-align: middle !important;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-submit:focus,
.btn-submit.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

#scroll {
  transition: all 0.5s;
  margin: 0;
  display: inline-block;
}

.bg-nav {
  background: #fff;
}

.bg-nav .logo {
  width: 150px;
  vertical-align: bottomm;
  padding: 10px 0;
}

.bg-nav .nav-link.active {
  color: #bf873a;
  font-weight: bolder;
}

.bg-nav .nav-link {
  font-size: 18px;
  transition: all 0.3s;
  padding: 30px 0;
  margin: 0 3px 0 0;
  color: #bf873a;
  border-bottom: 3px solid transparent;
}

.bg-nav .nav-link:hover,
.bg-nav .nav-link:focus {
  color: #bf9e66;
  border-bottom: 3px solid #bf873a;
}

.bg-nav .dropdown-menu {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.bg-nav .dropdown-menu .dropdown-item {
  color: #bf9d62;
  border-radius: 0;
  padding: 10px;
  font-size: 17px;
  background: #fff;
  border-bottom: 3px solid #ddd;
  transition: all 0.2s ease-in-out;
}

.bg-nav .dropdown-menu .dropdown-item:hover {
  background: #bf9d62;
  color: #fff;
}

.bg-nav .dropdown-menu .dropdown-divider {
  margin: 0;
}

.bg-nav .menu-icon-menu {
  width: 330px;
}

.bg-nav .menu-icon-menu .line {
  color: #aaa;
  font-size: 14px;
}

.bg-nav .menu-icon-menu .line-color {
  color: #06c152;
}

.bg-nav .menu-icon-menu a {
  transition: all 0.3s ease-in-out;
}

.bg-nav .menu-icon-menu a .icon {
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}

.bg-nav .menu-icon-menu a .line-icon {
  background: linear-gradient(#00CB42, #07BE5A);
}

.bg-nav .menu-icon-menu a .mail-icon {
  background: linear-gradient(#1c9fe3, #35c1f1);
}

.bg-nav .menu-icon-menu a .fb-icon {
  background: linear-gradient(#16a8fc, #036ae3);
}

.bg-nav .menu-icon-menu a .ig-icon {
  background: linear-gradient(#4862da, #bb25b6, #e10494, #ff7432, #ffd970);
}

.bg-nav .menu-icon-menu a .oneshop-icon {
  background: #f73b87;
}

.top-icon {
  background: #ddd;
  padding: 5px 0;
}

.top-icon .line {
  color: #aaa;
  font-size: 14px;
}

.top-icon .line:hover {
  color: #c18b41;
}



.top-icon a {
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.top-icon a .icon {
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}

.top-icon a .line-icon {
  background: linear-gradient(#00CB42, #07BE5A);
}

.top-icon a .mail-icon {
  background: linear-gradient(#1c9fe3, #35c1f1);
}

.top-icon a .fb-icon {
  background: linear-gradient(#16a8fc, #036ae3);
}

.top-icon a .ig-icon {
  background: linear-gradient(#4862da, #bb25b6, #e10494, #ff7432, #ffd970);
}

.top-icon a .oneshop-icon {
  background: #f73b87;
}

@media (max-width: 1200px) {
  .bg-nav {
    top: 38px;
  }
}

@media (max-width: 992px) {
  .bg-nav .nav-link {
    padding: 15px 0;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
    margin: 0 3px 0 0;
    color: #b48362;
    margin-bottom: 10px;
    border-bottom: 3px solid #b4836225;
  }
}

@media (max-width: 768px) {
  .bg-nav .nav-link {
    padding: 10px 0;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
    margin: 0 3px 0 0;
    color: #b48362;
    margin-bottom: 10px;
    border-bottom: 3px solid #b4836225;
  }

  .bg-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
  }

  .bg-nav .dropdown-menu .dropdown-item {
    color: #bf9d62;
    border-radius: 0;
    padding: 10px;
    font-size: 17px;
    background: #0000000c;
    border-bottom: 3px solid #ddd;
    transition: all 0.2s ease-in-out;
    margin-bottom: 5px;
    padding-left: 30px;
  }

  .bg-nav .dropdown-menu .dropdown-item:hover {
    background: #bf9d62;
    color: #fff;
  }
}

@media (max-width: 576px) {
  .bg-nav .logo {
    width: 120px;
    vertical-align: bottomm;
    padding: 10px 0;
  }
}

#title-h2 .items {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

#title-h2 .items::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 15px;
  background: #d3a186;
  width: 100%;
  height: 0.5px;
  z-index: 0;
}

#title-h2 h2 {
  position: relative;
  text-align: center;
  font-weight: bolder;
  color: #d3a186;
  display: inline-block;
  background: #fff;
  padding: 0 5px;
  font-size: 30px;
  line-height: 1.2;
}

@media (max-width: 576px) {
  #title-h2 h2 {
    position: relative;
    text-align: left;
    font-weight: bolder;
    color: #d3a186;
    display: inline-block;
    background: #fff;
    padding: 0 5px;
    font-size: 22px;
  }
}

.platform-box {
  position: fixed;
  right: 0;
  top: 10%;
  background: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 3px #00000052;
}

.platform-box a {
  width: 50px;
  height: auto;
  text-align: center;
  font-size: 25px;
  display: inline-block;
  color: #a07152;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}

.platform-box a img {
  width: 25px;
  transition: all 0.3s ease-in-out;
}

.breadcrumb {
  background: none;
  line-height: 1.3;
}

.breadcrumb .active {
  color: #888;
  font-weight: 600;
}

.breadcrumb a {
  color: #a07152;
  font-weight: bolder;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  color: #583421;
}

.contact {
  border-top: 5px solid #bf9d62;
  padding: 20px 0 10px 0;
}

.contact .fb-page {
  border: 2px solid #bf9d62;
}

.contact li h3 {
  line-height: 1.5;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: bolder;
}

.contact li h3::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -5px;
  background-size: 47px 50px;
  background-image: url("../image/title-img.png");
  width: 47px;
  height: 50px;
  z-index: 2;
}

.contact li p,
.contact li a {
  color: #6f6f6f;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 1px;
}

.contact li a {
  padding: 2px;
  border-bottom: 1px solid #bf9d627c;
}

.contact li a:hover {
  color: #d6b579;
}

.contact .card {
  background: #d5b376;
  transition: all 0.3s ease-in-out;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border-bottom: 4px solid #c7a25d;
}

.contact .card a {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.5;
  padding: 20px 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bolder;
}

.contact .card a span {
  font-size: 30px;
  color: #fff;
}

.contact .card a .img-1 {
  width: 35px;
  padding: 5px 0;
}

.contact .card a .img-2 {
  width: 100px;
  padding: 5px 0;
}

.contact .card .fontsize-16 {
  font-size: 16px;
}

.contact .card:hover {
  background: #ecd4a5;
  border-bottom: 4px solid #c7a25d;
}

.contact .card:hover .shop-text-1 {
  color: #e95306;
}

.contact .card:hover .shop-text-2 {
  color: #f75421;
}

.contact .card:hover .shop-text-3 {
  color: #008cd6;
}

.contact .card:hover .shop-text-4 {
  color: #f73b87;
}

.contact .icon-box figure img:nth-of-type(1) {
  display: block;
}

.contact .icon-box figure img:nth-of-type(2) {
  display: none;
}

.contact .icon-box:hover figure img:nth-of-type(1),
.contact .icon-box.active figure img:nth-of-type(1) {
  display: none;
}

.contact .icon-box:hover figure img:nth-of-type(2),
.contact .icon-box.active figure img:nth-of-type(2) {
  display: block;
}

.contact .footer {
  margin-top: 20px;
  border-top: 1px solid #505152;
  padding: 1em 0;
}

.contact .footer p {
  font-size: 13px;
  color: #b48261;
  line-height: 1.5;
  padding: 0;
}

.contact .footer a {
  color: #d3a186;
  font-weight: bolder;
}

.contact .footer-qrcode {
  width: 40%;
  min-width: 90px;
}

.contact-phone {
  background: #b48261;
  border-top: 5px solid #d3a186;
}

.contact-phone p {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
}

.contact-phone .btn-phone {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px 0;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
}

.contact-phone .btn-phone span {
  font-size: 25px;
}

.contact-phone .btn-phone .img-1 {
  margin: 5px 0 10px 0;
  width: 22px;
}

.contact-phone .btn-phone .img-2 {
  margin: 10px 0 7px 0;
  width: 55px;
}

.contact-phone .btn-phone:hover {
  background-color: #ffffff0a;
}

.modal-title {
  color: #b48261;
}

@media (max-width: 1200px) {
  .contact {
    border-top: 3px solid #d3a186;
  }

  .contact li h3 {
    line-height: 1.5;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: bolder;
  }

  .contact li p,
  .contact li a {
    color: #6f6f6f;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 1px;
  }

  .contact li a {
    display: inline-block;
  }

  .contact .community-contact {
    justify-content: center;
  }

  .contact .community-contact a {
    margin-right: 10px;
    margin-left: 10px;
  }
}

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;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
}

/* 漢堡選單 */
.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 2.5px;
  background: #b48362;
  border-radius: 25%;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}

.hamburger.active .line:nth-child(1) {
  transform: translateY(11.2px) rotate(45deg);
}

.hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 992px) {
  .hamburger {
    display: block;
  }
}

.scrolltop {
  position: fixed;
  bottom: -20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: url("../image/title-img-3.png");
  border-radius: 50%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.scrolltop:hover {
  width: 70px;
  height: 70px;
}

.scrolltop:hover span {
  color: #d3a186;
}

.scrolltop span {
  color: #b48261;
  font-weight: bolder;
  transition: all 0.3s ease-in-out;
}

.scrolltop.active {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #666 transparent;
}

@media (max-width: 576px) {
  .scrolltop.active {
    bottom: 110px;
    visibility: visible;
    opacity: 1;
  }
}

#index .index-banner {
  background: linear-gradient(#00000000, #00000000), url("../image/index-img/banner.jpg") no-repeat center center/cover scroll;
  height: 100vh;
  position: relative;
}

#index .text-item {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
}

#index .text-item h1 {
  text-align: center;
  color: #716f75;
  font-weight: 500;
  font-size: 6rem;
  position: relative;
  z-index: 1;
}

#index .text-item h1::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -70px;
  background-size: 157px 140px;
  background-image: url("../image/title-img.png");
  width: 157px;
  height: 140px;
  z-index: 2;
}

#index .text-item h2 {
  color: #716f75;
  font-size: 3rem;
  letter-spacing: 0.5px;
  margin-top: 20px;
  padding: 20px 0;
  border-bottom: 3px solid #d6b478;
  display: flex;
  align-items: center;
  display: inline-block;
  border-right: 0.05em solid;
  overflow: hidden;
  white-space: nowrap;
  animation: typing 4s steps(6) 1.2s infinite, caret 1s steps(1) infinite;
}

@keyframes typing {
  0% {
    width: 0;
  }

  40% {
    width: 18.5rem;
  }

  100% {
    width: 18.5rem;
  }
}

@keyframes caret {
  50% {
    border-right: transparent;
  }
}

#index .text-item-2 h3 {
  color: #565656;
  font-size: 2.8rem;
  padding: 30px 0;
  line-height: 1.3;
}

#index .text-item-2 h3::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  background-size: 142px 125px;
  background-image: url("../image/title-img.png");
  width: 142px;
  height: 125px;
  z-index: 2;
}

#index .text-item-2 p {
  color: #716f75;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.3;
  padding-top: 10px;
}

#index .btn-a {
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  background: #d5b376;
  display: block;
  width: 100%;
  padding: 25px 40px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

#index .btn-a:hover {
  background: #ccb07b;
  box-shadow: 0px 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

#index .img-item {
  position: relative;
}

#index .img-item .water {
  position: absolute;
  bottom: 6rem;
  right: 0;
  width: 608px;
  height: 513px;
  z-index: 0;
}

#index .img-item .product {
  position: relative;
  bottom: 0;
  height: 100vh;
  z-index: 2;
  left: 28%;
}

#index .bg-index {
  background: #eff0f2;
}

#index .bg-index h4 {
  color: #bf9d62;
  font-size: 3rem;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 50px;
}

#index .bg-index span {
  padding: 30px 0;
  display: block;
  font-size: 33px;
  letter-spacing: 1px;
  text-align: center;
  color: #97989a;
  font-style: italic;
  position: relative;
}

#index .bg-index span::before,
#index .bg-index span::after {
  content: "";
  position: absolute;
  top: 50px;
  background: #bf9d62;
  width: 30px;
  height: 2.5px;
  z-index: 0;
}

#index .bg-index span::before {
  left: 40%;
}

#index .bg-index span::after {
  right: 40%;
}

#index .bg-index .bg-box {
  background: #bf9d62;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  height: 100%;
  width: 90%;
  margin: 0 5%;
}

#index .bg-index .bg-box h3,
#index .bg-index .bg-box p {
  color: #fff;
}

#index .bg-index .bg-box h3 {
  letter-spacing: 3px;
  font-size: 22px;
  font-weight: 600;
  padding: 30px 0 20px;
}

#index .bg-index .bg-box p {
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: 17px;
  padding: 20px;
  text-align: center;
}

#index .bg-index .bg-box img {
  width: 100px;
}

#index .bg-index .bg-box-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  width: 90%;
  margin: 0 5%;
}

#index .bg-index .btn-a-w {
  font-size: 20px;
  letter-spacing: 1px;
  color: #d5b376;
  background: #fff;
  display: block;
  width: 100%;
  padding: 25px 40px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-bottom: 4px solid #ddd;
  margin: 50px 0 20px;
}

#index .bg-index .btn-a-w:hover {
  background: #fff;
  box-shadow: 0px 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

#index .video-content .items {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

#index .video-content .items::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #bf9e66;
  width: 100%;
  height: 2px;
  z-index: 1;
}

#index .video-content h5 {
  font-weight: 600;
  color: #bf9e66;
  font-size: 2.4rem;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  background: #fff;
  display: inline-bock;
  z-index: 2;
  padding: 20px;
}

#index .video-content h4 {
  color: #8b8b8e;
  font-size: 2.8rem;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  background: #fff;
  display: inline-bock;
  z-index: 2;
  padding: 20px 20px 20px;
}

#index .share-content .items {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

#index .share-content .items::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #bf9e66;
  width: 100%;
  height: 2px;
  z-index: 1;
}

#index .share-content h5 {
  font-weight: 600;
  color: #bf9e66;
  font-size: 2.4rem;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  background: #fff;
  display: inline-bock;
  z-index: 2;
  padding: 20px;
}

#index .share-content .share-box {
  width: 100%;
}

#index .share-content .share-box .img-box {
  position: relative;
}

#index .share-content .share-box .img-box p {
  position: absolute;
  background: #000000d3;
  color: #fff;
  font-size: 16px;
  bottom: 5px;
  left: 5px;
  padding: 8px 15px;
  border-radius: 10px;
}

#index .share-content .share-box .text-p {
  padding-top: 5px;
}

#index .share-content .share-box .text-p p {
  font-size: 18px;
  color: #888;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}

#index .share-content .owl-nav button.owl-prev,
#index .share-content .owl-nav button.owl-next {
  outline: none;
}

#index .share-content .carousel-control-prev-icon,
#index .share-content .carousel-control-next-icon {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #bf9d62;
  border-radius: 50%;
  background-size: 60% 60%;
}

#index .share-content .carousel-control-prev-icon:focus,
#index .share-content .carousel-control-next-icon:focus {
  outline: none !important;
}

#index .share-content .carousel-control-prev-icon {
  left: -65%;
}

#index .share-content .carousel-control-next-icon {
  right: -65%;
}

#index .share-content .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #dab981;
  position: relative;
  bottom: -30px;
}

#index .share-content .btn-a-w {
  font-size: 20px;
  letter-spacing: 1px;
  color: #d5b376;
  background: #eee;
  display: block;
  width: 100%;
  margin: 20px auto;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-bottom: 4px solid #ddd;
}

#index .share-content .btn-a-w:hover {
  background: #fff;
  box-shadow: 0px 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

#index .ig-content .items {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

#index .ig-content .items::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #bf9e66;
  width: 100%;
  height: 2px;
  z-index: 1;
}

#index .ig-content h5 {
  font-weight: 600;
  color: #bf9e66;
  font-size: 2.4rem;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  background: #fff;
  display: inline-bock;
  z-index: 2;
  padding: 20px;
}

#index .ig-content h4 {
  color: #8b8b8e;
  font-size: 22px;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  padding-bottom: 30px;
}

#index .ig-content .bg-box {
  background: #eff0f2;
  height: 300px;
  width: 100%;
}

#index .ig-content .carousel-control-prev-icon,
#index .ig-content .carousel-control-next-icon {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #bf9d62;
  border-radius: 50%;
  background-size: 60% 60%;
}

#index .ig-content .carousel-control-prev-icon {
  left: -65%;
}

#index .ig-content .carousel-control-next-icon {
  right: -65%;
}

#index .ig-content .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #dab981;
  position: relative;
  bottom: -30px;
}

@media (max-width: 1200px) {

  #index .ig-content .carousel-control-prev-icon,
  #index .ig-content .carousel-control-next-icon {
    display: none;
  }

  #index .ig-content .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #dab981;
    position: relative;
    bottom: -30px;
  }

  #index .bg-index {
    background: #eff0f2;
  }

  #index .bg-index h4 {
    color: #bf9d62;
    font-size: 3rem;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 50px;
  }

  #index .bg-index span {
    padding: 30px 0;
    display: block;
    font-size: 33px;
    letter-spacing: 1px;
    text-align: center;
    color: #97989a;
    font-style: italic;
    position: relative;
  }

  #index .bg-index span::before,
  #index .bg-index span::after {
    content: "";
    position: absolute;
    top: 50px;
    background: #bf9d62;
    width: 30px;
    height: 2.5px;
    z-index: 0;
  }

  #index .bg-index span::before {
    left: 38%;
  }

  #index .bg-index span::after {
    right: 38%;
  }

  #index .bg-index .bg-box {
    background: #bf9d62;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    height: 100%;
    width: 100%;
  }

  #index .bg-index .bg-box h3,
  #index .bg-index .bg-box p {
    color: #fff;
  }

  #index .bg-index .bg-box h3 {
    letter-spacing: 3px;
    font-size: 22px;
    font-weight: 600;
    padding: 30px 0 20px;
  }

  #index .bg-index .bg-box p {
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 17px;
    padding: 20px;
    text-align: center;
  }

  #index .bg-index .bg-box img {
    width: 100px;
  }

  #index .text-item-2 h3 {
    color: #565656;
    font-size: 3rem;
    padding: 30px 0;
    line-height: 1.3;
  }

  #index .text-item-2 h3::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    background-size: 142px 125px;
    background-image: url("../image/title-img.png");
    width: 142px;
    height: 125px;
    z-index: 2;
  }

  #index .text-item-2 p {
    color: #716f75;
    font-size: 1.8rem;
    letter-spacing: 2px;
    line-height: 1.3;
    padding-top: 10px;
  }

  #index .img-item {
    position: relative;
  }

  #index .img-item .water {
    position: absolute;
    bottom: 6rem;
    right: 0;
    width: 608px;
    height: 513px;
    z-index: 0;
  }

  #index .img-item .product {
    position: relative;
    bottom: 0;
    height: 100vh;
    z-index: 2;
    left: 8%;
  }
}

@media (max-width: 992px) {
  #index .text-item {
    width: 60%;
  }

  #index .text-item h1 {
    font-size: 5rem;
  }

  #index .text-item h1::before {
    content: "";
    top: -70px;
    left: -60px;
    background-size: 137px 120px;
    width: 137px;
    height: 120px;
  }

  #index .text-item h2 {
    font-size: 3rem;
    animation: typing 4s steps(6) 1.2s infinite, caret 1s steps(1) infinite;
  }

  @keyframes typing {
    0% {
      width: 0;
    }

    40% {
      width: 18.4rem;
    }

    100% {
      width: 18.4rem;
    }
  }

  #index .text-item-2 h3 {
    color: #565656;
    font-size: 3rem;
    padding: 30px 0;
    line-height: 1.3;
  }

  #index .text-item-2 h3::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    background-size: 142px 125px;
    background-image: url("../image/title-img.png");
    width: 142px;
    height: 125px;
    z-index: 2;
  }

  #index .text-item-2 p {
    color: #716f75;
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1.3;
    padding-top: 10px;
  }

  #index .btn-a {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    background: #d5b376;
    display: block;
    width: 100%;
    padding: 25px 40px;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }

  #index .btn-a:hover {
    background: #ccb07b;
    box-shadow: 0px 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
  }

  #index .img-item {
    position: relative;
  }

  #index .img-item .water {
    position: absolute;
    bottom: 6rem;
    right: 0;
    width: 608px;
    height: 513px;
    z-index: 0;
  }

  #index .img-item .product {
    position: relative;
    bottom: 0;
    height: 100vh;
    z-index: 2;
    left: 35%;
  }

  #index .bg-index {
    background: #eff0f2;
  }

  #index .bg-index h4 {
    color: #bf9d62;
    font-size: 3rem;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 50px;
  }

  #index .bg-index span {
    padding: 30px 0;
    display: block;
    font-size: 33px;
    letter-spacing: 1px;
    text-align: center;
    color: #97989a;
    font-style: italic;
    position: relative;
  }

  #index .bg-index span::before,
  #index .bg-index span::after {
    content: "";
    position: absolute;
    top: 50px;
    background: #bf9d62;
    width: 30px;
    height: 2.5px;
    z-index: 0;
  }

  #index .bg-index span::before {
    left: 33%;
  }

  #index .bg-index span::after {
    right: 33%;
  }

  #index .bg-index .bg-box {
    background: #bf9d62;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    height: 100%;
    width: 100%;
  }

  #index .bg-index .bg-box h3,
  #index .bg-index .bg-box p {
    color: #fff;
  }

  #index .bg-index .bg-box h3 {
    letter-spacing: 3px;
    font-size: 22px;
    font-weight: 600;
    padding: 30px 0 20px;
  }

  #index .bg-index .bg-box p {
    letter-spacing: 1px;
    line-height: 1.4;
    font-size: 17px;
    padding: 20px;
    text-align: center;
  }

  #index .bg-index .bg-box img {
    width: 100px;
  }

  #index .ig-content .carousel-control-prev-icon {
    left: 0;
  }

  #index .ig-content .carousel-control-next-icon {
    right: 0;
  }
}

@media (max-width: 768px) {
  #index .text-item {
    width: 60%;
  }

  #index .text-item h1 {
    font-size: 4rem;
  }

  #index .text-item h1::before {
    content: "";
    top: -70px;
    left: -60px;
    background-size: 137px 120px;
    width: 137px;
    height: 120px;
  }

  #index .text-item h2 {
    font-size: 2.5rem;
    padding: 15px 0;
    margin-top: 10px;
    animation: typing 4s steps(6) 1.2s infinite, caret 1s steps(1) infinite;
  }

  @keyframes typing {
    0% {
      width: 0;
    }

    40% {
      width: 15.4rem;
    }

    100% {
      width: 15.4rem;
    }
  }

  #index .bg-index {
    background: #eff0f2;
  }

  #index .bg-index h4 {
    font-size: 2.5rem;
    letter-spacing: 2px;
    padding-top: 50px;
    line-height: 1.2;
  }

  #index .bg-index span {
    padding: 30px 0;
    display: block;
    font-size: 33px;
    letter-spacing: 1px;
  }

  #index .bg-index span::before,
  #index .bg-index span::after {
    content: "";
    position: absolute;
    top: 50px;
    background: #bf9d62;
    width: 30px;
    height: 2.5px;
    z-index: 0;
  }

  #index .bg-index span::before {
    left: 27%;
  }

  #index .bg-index span::after {
    right: 27%;
  }

  #index .bg-index .bg-box {
    background: #bf9d62;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    height: 100%;
    width: 90%;
  }

  #index .bg-index .bg-box h3,
  #index .bg-index .bg-box p {
    color: #fff;
  }

  #index .bg-index .bg-box h3 {
    letter-spacing: 3px;
    font-size: 22px;
    font-weight: 600;
    padding: 30px 0 20px;
  }

  #index .bg-index .bg-box p {
    letter-spacing: 1px;
    line-height: 1.4;
    font-size: 17px;
    padding: 20px;
    text-align: center;
  }

  #index .bg-index .bg-box img {
    width: 100px;
  }

  #index .img-item {
    position: relative;
  }

  #index .img-item .water {
    position: absolute;
    bottom: 6rem;
    right: 0;
    background-size: 588px 483px;
    width: 588px;
    height: 483px;
    z-index: 0;
  }

  #index .img-item .product {
    position: relative;
    bottom: 0;
    height: 90vh;
    z-index: 2;
    left: 30%;
  }

  #index .ig-content h4,
  #index .share-content h4,
  #index .video-content h4 {
    font-size: 2.4rem;
  }

  #index .ig-content .text-items,
  #index .share-content .text-items,
  #index .video-content .text-items {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }

  #index .ig-content .text-items::before,
  #index .share-content .text-items::before,
  #index .video-content .text-items::before {
    display: none;
  }

  #index .ig-content h2,
  #index .share-content h2,
  #index .video-content h2 {
    font-size: 2.5rem;
    letter-spacing: 3px;
  }
}

@media (max-width: 576px) {
  #index .index-banner {
    background: linear-gradient(#00000000, #00000000), url("../image/index-img/banner-phone.jpg") no-repeat center center/cover scroll;
    height: 90vh;
  }

  #index .text-item {
    width: 100%;
    margin-top: 7rem;
  }

  #index .text-item h1 {
    font-size: 3.5rem;
    color: #fff;
    text-shadow: 0 0.1rem 0.5rem #000000ad;
  }

  #index .text-item h1::before {
    display: none;
  }

  #index .text-item h2 {
    font-size: 2.2rem;
    padding: 15px 0;
    margin-top: 5px;
    color: #fff;
    text-shadow: 0 0.1rem 0.5rem #000000ad;
    border-bottom: 3px solid #b48261;
    animation: typing 4s steps(6) 1.2s infinite, caret 1s steps(1) infinite;
  }

  @keyframes typing {
    0% {
      width: 0;
    }

    40% {
      width: 13.5rem;
    }

    100% {
      width: 13.5rem;
    }
  }

  #index .text-item-2 h3 {
    color: #565656;
    font-size: 2.2rem;
    padding: 30px 0;
  }

  #index .text-item-2 h3::before {
    content: "";
    top: -15px;
    left: -15px;
    background-size: 142px 125px;
    width: 142px;
    height: 125px;
    z-index: 2;
  }

  #index .text-item-2 p {
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 1.2;
    padding-top: 5px;
  }

  #index .btn-a {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 25px 0px;
    transition: all 0.3s ease-in-out;
  }

  #index .img-item {
    position: relative;
  }

  #index .img-item .water {
    position: absolute;
    bottom: 6rem;
    right: 0;
    width: 588px;
    height: 493px;
    z-index: 0;
  }

  #index .img-item .product {
    position: relative;
    bottom: 0;
    height: 90vh;
    z-index: 2;
    left: 5%;
  }

  #index .bg-index {
    background: #eff0f2;
  }

  #index .bg-index h4 {
    color: #bf9d62;
    font-size: 2.2rem;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 50px;
  }

  #index .bg-index span {
    padding: 20px 0;
    font-size: 20px;
  }

  #index .bg-index span::before,
  #index .bg-index span::after {
    content: "";
    top: 30px;
    height: 2px;
    z-index: 0;
  }

  #index .bg-index span::before {
    left: 25%;
  }

  #index .bg-index span::after {
    right: 25%;
  }

  #index .bg-index .btn-a-w {
    padding: 25px 0;
    margin: 50px 0 20px;
  }

  #index .ig-content .items,
  #index .video-content .share-content .items {
    padding: 20px 0;
  }

  #index .ig-content .items::before,
  #index .video-content .share-content .items::before {
    content: "";
    top: 50%;
    height: 2px;
    z-index: 1;
  }

  #index .ig-content h5,
  #index .video-content .share-content h5 {
    font-size: 2rem;
    z-index: 2;
    padding: 20px 20px;
  }
}

#product .product-banner {
  background: linear-gradient(#00000000, #00000000), url("../image/product-img/banner.jpg") no-repeat center center/cover scroll;
  height: 95vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

#product .product-text-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

#product .product-text-item h1 {
  color: #85adc6;
  font-weight: 500;
  font-size: 4.3rem;
  z-index: 1;
  letter-spacing: 1px;
}

#product .product-text-item h1::before {
  content: "";
  position: absolute;
  top: -45px;
  left: -25px;
  background-size: 140px 120px;
  background-image: url("../image/title-img.png");
  width: 140px;
  height: 120px;
  z-index: 2;
}

#product .product-text-item h2 {
  padding: 20px 0;
  color: #737373;
  font-size: 2.4rem;
  z-index: 1;
  line-height: 1.5;
  letter-spacing: 5px;
}

#product .product-text-item h2 .h2-border {
  border-bottom: 3px solid #b1d4e6;
  padding-bottom: 20px;
}

#product .product-text-item h2 .h2-italic {
  font-size: 3.5rem;
}

#product .product-text-item .icon-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

#product .product-text-item .icon-items img {
  padding-top: 20px;
  width: 90px;
}

#product .product-text-item h3 {
  text-align: center;
  font-size: 2.4rem;
  color: #72a3bd;
}

#product .product-sos .sos-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5em 0 20px 0;
}

#product .product-sos .sos-title img {
  width: 200px;
  padding: 10px;
  -webkit-filter: drop-shadow(2px 10px 7px rgba(0, 0, 0, 0.322));
}

#product .product-sos h2 {
  font-size: 3.6rem;
  font-style: italic;
  font-weight: 600;
  color: #4a4a4a;
}

#product .product-sos .icon-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 5px 0;
}

#product .product-sos .icon-items img {
  padding-top: 10px;
  width: 150px;
}

#product .product-sos .icon-border-1,
#product .product-sos .icon-border-2,
#product .product-sos .icon-border-3 {
  border-left: 2px solid #bfbfbf;
}

#product .product-sos h3 {
  font-size: 2.5rem;
  color: #6c6c6c;
  letter-spacing: 2px;
  font-weight: 600;
}

#product .product-technology {
  margin-top: 10em;
}

#product .product-technology h2 {
  color: #85adc6;
  font-size: 3.6rem;
  z-index: 1;
  line-height: 1.5;
  letter-spacing: 5px;
  text-align: center;
  font-weight: 600;
  padding-top: 20px;
}

#product .product-technology h3 {
  text-align: center;
  font-size: 2.5rem;
  color: #6c6c6c;
  letter-spacing: 2px;
  position: relative;
  padding-top: 15px;
}

#product .product-technology h3::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 24%;
  background-size: 150px 130px;
  background-image: url("../image/title-img.png");
  width: 150px;
  height: 130px;
  z-index: 2;
}

#product .product-technology .bg-product-technology {
  background: linear-gradient(0deg, #eef4f7a2 90%, #fff 50%), url("../image/product-img/technology-2.png") no-repeat center center/cover fixed;
  margin-top: 20px;
  position: relative;
}

#product .product-technology .people-img {
  vertical-align: middle;
  z-index: 2;
}

#product .product-technology .product-img {
  position: absolute;
  left: 15%;
  bottom: 0;
  width: 80px;
}

#product .product-technology .text-items-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 20px;
}

#product .product-technology .text-items {
  margin: 0;
  height: 100%;
  padding-top: 10px;
}

#product .product-technology .text-items h4 {
  color: #4e504e;
  font-size: 40px;
  letter-spacing: 5px;
  font-weight: 600;
}

#product .product-technology .text-items p {
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 1.3;
  padding: 20px 0 10px 0;
}

#product .video {
  padding: 40px 0;
}

#product .video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#product .video .video-container iframe,
#product .video .video-container object,
#product .video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#product .video .carousel-indicators {
  bottom: -50px;
}

#product .video .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #6abbe4;
}

#product .video .text-items {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

#product .video .text-items::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  background: #72a3bd;
  width: 100%;
  height: 2px;
  z-index: 1;
}

#product .video h2 {
  display: inline-block;
  font-size: 2.4rem;
  text-align: center;
  color: #72a3bd;
  letter-spacing: 5px;
  font-weight: 600;
  z-index: 2;
  background: #fff;
  padding: 20px 40px;
}

#product .product-content .text-item-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#product .product-content .text-item-2 h3,
#product .product-content .text-item-3 h3 {
  color: #85adc6;
  font-size: 5rem;
  font-family: Didoy;
  font-style: italic;
  padding: 0px 0;
  line-height: 1.3;
  position: relative;
  margin-bottom: 30px;
}

#product .product-content .text-item-2 h3::before,
#product .product-content .text-item-3 h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: #85adc6;
  z-index: 2;
}

#product .product-content .text-item-2 p,
#product .product-content .text-item-3 p {
  color: #716f75;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.3;
  padding-top: 10px;
}

#product .product-content .text-item-2 h4,
#product .product-content .text-item-3 h4 {
  color: #74a2bd;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.3;
  padding-top: 10px;
  font-weight: 600;
}

#product .product-content .text-item-2 h5,
#product .product-content .text-item-3 h5 {
  font-size: 2.5rem;
  letter-spacing: 5px;
  text-align: center;
}

#product .product-content .font-big {
  font-size: 2em;
}

#product .product-content .product-p-1,
#product .product-content .product-p-2 {
  text-align: center;
  color: #343434;
  line-height: 1.3;
  padding-top: 10px;
}

#product .product-content .product-p-1 {
  font-size: 1.8rem;
  letter-spacing: 5px;
}

#product .product-content .product-p-2 {
  font-size: 1.5rem;
  letter-spacing: 1px;
}

#product .product-content .product-4-img {
  width: 320px;
}

#product .product-certification h3 {
  font-size: 2.5rem;
  letter-spacing: 5px;
  display: inline-block;
  padding: 20px 10px;
  border-bottom: 3px solid #74a2bd;
  text-align: center;
}

#product .product-specification h3 {
  font-size: 2.5rem;
  letter-spacing: 2px;
  text-align: center;
  padding: 20px 0;
}

@media (max-width: 1200px) {
  #product .product-text-item h1 {
    font-size: 3.5rem;
  }

  #product .product-technology .text-items {
    margin-bottom: 10px;
  }

  #product .product-technology .text-items p {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.3;
    padding: 20px 0 10px 0;
  }
}

@media (max-width: 992px) {
  #product .product-text-item h1 {
    color: #85adc6;
    font-weight: 500;
    font-size: 3rem;
    z-index: 1;
    text-shadow: 0 0.1rem 10px #ffffffe0;
  }

  #product .product-text-item h1::before {
    content: "";
    position: absolute;
    top: -45px;
    left: -25px;
    background-size: 140px 120px;
    background-image: url("../image/title-img.png");
    width: 140px;
    height: 120px;
    z-index: 2;
  }

  #product .product-text-item h2 {
    padding: 20px 0;
    line-height: 1.3;
  }

  #product .product-text-item h2 .h2-italic {
    font-size: 3.5rem;
  }

  #product .product-text-item .icon-items img {
    padding-top: 20px;
    width: 90px;
  }

  #product .product-text-item h3 {
    text-shadow: 0 0.1rem 10px #ffffff;
  }

  #product .product-sos .sos-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5em 0 20px 0;
  }

  #product .product-sos .sos-title img {
    width: 200px;
    padding: 10px;
    -webkit-filter: drop-shadow(2px 10px 7px rgba(0, 0, 0, 0.322));
  }

  #product .product-sos h2 {
    font-size: 3.6rem;
    font-style: italic;
    font-weight: 600;
    color: #4a4a4a;
  }

  #product .product-sos .icon-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 5px 0;
  }

  #product .product-sos .icon-items img {
    padding-top: 10px;
    width: 110px;
  }

  #product .product-sos h3 {
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-weight: 600;
  }

  #product .product-technology {
    margin-top: 5em;
  }

  #product .product-technology h2 {
    color: #85adc6;
    font-size: 3rem;
    z-index: 1;
    line-height: 1.5;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 600;
    padding-top: 20px;
  }

  #product .product-technology h3 {
    text-align: center;
    font-size: 2rem;
    color: #6c6c6c;
    letter-spacing: 2px;
    position: relative;
    padding-top: 10px;
  }

  #product .product-technology h3::before {
    content: "";
    position: absolute;
    top: -40px;
    right: 9%;
    background-size: 150px 130px;
    background-image: url("../image/title-img.png");
    width: 150px;
    height: 130px;
    z-index: 2;
  }

  #product .product-technology .product-img {
    width: 70px;
  }

  #product .product-technology .text-items {
    padding-top: 5px;
  }

  #product .product-technology .text-items h4 {
    font-size: 30px;
    letter-spacing: 3px;
  }

  #product .product-technology .text-items p {
    font-size: 23px;
    letter-spacing: 1px;
    padding: 5px 0 10px 0;
  }

  #product .product-content .text-item-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  #product .product-content .text-item-2 h3,
  #product .product-content .text-item-3 h3 {
    margin-bottom: 20px;
  }

  #product .product-content .text-item-2 p,
  #product .product-content .text-item-3 p {
    font-size: 1.8rem;
    letter-spacing: 1px;
    line-height: 1.3;
    padding-top: 10px;
  }

  #product .product-content .text-item-2 h4,
  #product .product-content .text-item-3 h4 {
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1.3;
    padding-top: 10px;
  }

  #product .product-content .text-item-2 h5,
  #product .product-content .text-item-3 h5 {
    letter-spacing: 3px;
  }

  #product .product-content .product-p-1,
  #product .product-content .product-p-2 {
    text-align: center;
    color: #343434;
    line-height: 1.3;
    padding-top: 10px;
  }

  #product .product-content .product-p-1 {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }

  #product .product-content .product-4-img {
    width: 280px;
  }

  #product .product-certification h3 {
    letter-spacing: 3px;
  }

  #product .product-specification h3 {
    font-size: 2rem;
    letter-spacing: 2px;
    text-align: center;
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  #product .product-banner {
    background: linear-gradient(#00000000, #00000000), url("../image/product-img/banner-md.jpg") no-repeat center center/cover scroll;
  }

  #product .product-text-item h1 {
    font-size: 2.8rem;
    z-index: 1;
    text-shadow: 0 0.1rem 10px #ffffffe0;
  }

  #product .product-text-item h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    padding: 20px 0;
    line-height: 1.3;
  }

  #product .product-text-item h2 .h2-italic {
    font-size: 3rem;
  }

  #product .product-text-item .icon-items img {
    padding-top: 10px;
    width: 90px;
  }

  #product .product-text-item h3 {
    text-shadow: 0 0.1rem 10px #ffffff;
  }

  #product .product-sos .sos-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5em 0 20px 0;
  }

  #product .product-sos .sos-title img {
    width: 160px;
    padding: 10px;
    -webkit-filter: drop-shadow(2px 10px 7px rgba(0, 0, 0, 0.322));
  }

  #product .product-sos h2 {
    font-size: 3rem;
  }

  #product .product-sos .icon-items {
    margin: 5px 0;
    padding: 10px 0;
  }

  #product .product-sos .icon-items img {
    padding-top: 10px;
    width: 110px;
  }

  #product .product-sos .icon-border-1,
  #product .product-sos .icon-border-2,
  #product .product-sos .icon-border-3 {
    border-left: none;
  }

  #product .product-sos h3 {
    font-size: 2rem;
  }

  #product .product-technology {
    margin-top: 10em;
  }

  #product .product-technology h2 {
    color: #85adc6;
    font-size: 2.5rem;
    z-index: 1;
    line-height: 1.5;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 600;
    padding-top: 20px;
  }

  #product .product-technology h3 {
    font-size: 2rem;
    letter-spacing: 1px;
    padding-top: 10px;
  }

  #product .product-technology h3::before {
    content: "";
    top: -40px;
    right: 8%;
    background-size: 110px 120px;
    width: 110px;
    height: 120px;
  }

  #product .product-technology .text-items {
    margin: 0;
    height: 100%;
    padding-top: 10px;
  }

  #product .product-technology .text-items h4 {
    color: #4e504e;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 600;
  }

  #product .product-technology .text-items p {
    font-size: 20px;
    letter-spacing: 1;
    line-height: 1.3;
    padding: 10px 0;
  }

  #product .video {
    padding: 40px 0;
  }

  #product .video .text-items {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }

  #product .video .text-items::before {
    display: none;
  }

  #product .video h2 {
    font-size: 2.5rem;
    letter-spacing: 3px;
  }

  #product .product-content .text-item-3 {
    display: none;
  }

  #product .product-content .text-item-2 h3,
  #product .product-content .text-item-3 h3 {
    display: none;
  }

  #product .product-content .text-item-2 p,
  #product .product-content .text-item-3 p {
    display: none;
  }

  #product .product-content .text-item-2 h4,
  #product .product-content .text-item-3 h4 {
    display: none;
  }

  #product .product-content .text-item-2 h5,
  #product .product-content .text-item-3 h5 {
    display: none;
  }

  #product .product-content .text-item-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  #product .product-content .text-item-sm h3 {
    color: #85adc6;
    font-size: 5rem;
    font-family: Didoy;
    font-style: italic;
    padding: 0px 0;
    line-height: 1.3;
    position: relative;
    margin-bottom: 10px;
  }

  #product .product-content .text-item-sm h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #85adc6;
    z-index: 2;
  }

  #product .product-content .text-item-sm h5 {
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.2;
  }

  #product .product-content .text-item-sm p {
    color: #716f75;
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 1.3;
    padding-top: 0px;
  }

  #product .product-content .product-p-1,
  #product .product-content .product-p-2 {
    text-align: center;
    color: #343434;
    line-height: 1.3;
    padding-top: 10px;
  }

  #product .product-content .product-p-1 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  #product .product-content .product-p-2 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  #product .product-content .product-4-img {
    width: 220px;
  }

  #product .product-certification h3 {
    font-size: 2rem;
    letter-spacing: 2px;
    display: inline-block;
    padding: 20px 10px;
    border-bottom: 3px solid #74a2bd;
    text-align: center;
  }

  #product .product-specification h3 {
    font-size: 2rem;
    letter-spacing: 2px;
    text-align: center;
    padding: 20px 0;
  }
}

@media (max-width: 576px) {
  #product .product-banner {
    background: linear-gradient(#00000000, #00000000), url("../image/product-img/banner-sm.jpg") no-repeat center center/cover scroll;
  }

  #product .product-text-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
  }

  #product .product-text-item h1 {
    color: #618eaa;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 1px;
    text-shadow: 0 0.1rem 20px #ffffff;
  }

  #product .product-text-item h1::before {
    display: none;
  }

  #product .product-text-item h2 {
    color: #737373;
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: 1px;
  }

  #product .product-text-item h2 .h2-italic {
    font-size: 2rem;
  }

  #product .product-text-item .icon-items img {
    padding-top: 20px;
    width: 60px;
    -webkit-filter: drop-shadow(2px 10px 7px #3c55643d);
  }

  #product .product-text-item h3 {
    font-size: 1.3rem;
    color: #618eaa;
    font-weight: 600;
  }

  #product .video {
    padding: 40px 0;
  }

  #product .video h2 {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  #product .product-sos .sos-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5em 0 20px 0;
  }

  #product .product-sos .sos-title img {
    width: 140px;
    padding: 10px;
    -webkit-filter: drop-shadow(2px 10px 7px rgba(0, 0, 0, 0.322));
  }

  #product .product-sos h2 {
    font-size: 2.5rem;
  }

  #product .product-sos .icon-items {
    margin: 0;
  }

  #product .product-sos .icon-items img {
    padding-top: 5px;
    width: 100px;
  }

  #product .product-sos h3 {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }

  #product .product-technology {
    margin-top: 5em;
  }

  #product .product-technology h2 {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 1px;
    padding-top: 0;
  }

  #product .product-technology h3 {
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding-top: 5px;
  }

  #product .product-technology h3::before {
    display: none;
  }

  #product .product-technology .product-img {
    width: 60px;
  }

  #product .product-technology .text-items {
    margin: 0;
    height: 100%;
    padding-top: 5px;
  }

  #product .product-technology .text-items h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  #product .product-technology .text-items p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.3;
    padding: 10px 0;
  }

  #product .product-content .text-item-sm {
    justify-content: start;
    padding-left: 15px;
  }

  #product .product-content .text-item-sm h3 {
    font-size: 3.5rem;
    margin-bottom: 10px;
  }

  #product .product-content .text-item-sm h5 {
    color: #85adc6;
    font-size: 20px;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.2;
    font-weight: 600;
  }

  #product .product-content .text-item-sm p {
    color: #716f75;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2;
    padding-top: 5px;
  }

  #product .product-content .product-p-1,
  #product .product-content .product-p-2 {
    text-align: center;
    line-height: 1.3;
    padding-top: 10px;
  }

  #product .product-content .product-p-1 {
    color: #343434;
    font-size: 18px;
    letter-spacing: 1px;
  }

  #product .product-content .product-p-2 {
    color: #716f75;
    font-size: 17px;
    letter-spacing: 0px;
  }

  #product .product-content .product-4-img {
    width: 220px;
  }
}

#hyderogen .hyderogen-banner {
  background: linear-gradient(#ff000000, #ff000000), url("../image/hydrogen-img/hydrogen1.jpg") no-repeat top center/cover scroll;
  height: 95vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

#hyderogen .text-item {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
}

#hyderogen .text-item h1 {
  text-align: center;
  color: #716f75;
  font-weight: 500;
  font-size: 4.3rem;
  position: relative;
  letter-spacing: 5px;
  z-index: 1;
}

#hyderogen .text-item h1::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -35px;
  background-size: 110px 100px;
  background-image: url("../image/title-img.png");
  width: 110px;
  height: 100px;
  z-index: 2;
}

#hyderogen .text-item h2 {
  color: #716f75;
  font-size: 3rem;
  letter-spacing: 3px;
  margin-top: 20px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  display: inline-block;
}

#hyderogen .text-item .text-border-bottom {
  padding-bottom: 20px;
  border-bottom: 3px solid #74a2bd;
}

#hyderogen h3 {
  color: #74a2bd;
  text-align: center;
  font-weight: 600;
  font-size: 2.5em;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 10px 0;
}

#hyderogen p {
  text-align: center;
  color: #414141;
  font-weight: 400;
  font-size: 1.5em;
  letter-spacing: 1px;
  line-height: 1.5;
  padding-bottom: 2em;
}

#hyderogen .text-h3 {
  text-align: left;
}

#hyderogen .text-border-bottom {
  padding-bottom: 20px;
  border-bottom: 3px solid #74a2bd;
}

@media (max-width: 1200px) {
  #hyderogen .hyderogen-banner {
    background: linear-gradient(#ff000000, #ff000000), url("../image/hydrogen-img/hydrogen1-lg.jpg") no-repeat top center/cover scroll;
  }
}

@media (max-width: 992px) {
  #hyderogen .text-item {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
  }

  #hyderogen .text-item h1 {
    text-align: center;
    color: #716f75;
    font-weight: 500;
    font-size: 3.5rem;
    position: relative;
    letter-spacing: 3px;
    z-index: 1;
  }

  #hyderogen .text-item h1::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -35px;
    background-size: 110px 100px;
    background-image: url("../image/title-img.png");
    width: 110px;
    height: 100px;
    z-index: 2;
  }

  #hyderogen .text-item h2 {
    color: #716f75;
    font-size: 2.5rem;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    display: inline-block;
  }

  #hyderogen .text-item .text-border-bottom {
    padding-bottom: 20px;
    border-bottom: 3px solid #74a2bd;
  }

  #hyderogen h3 {
    color: #74a2bd;
    text-align: center;
    font-weight: 600;
    font-size: 2em;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 10px 0;
  }

  #hyderogen p {
    text-align: center;
    color: #414141;
    font-weight: 400;
    font-size: 1.4em;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-bottom: 2em;
  }

  #hyderogen .text-border-bottom {
    padding-bottom: 20px;
    border-bottom: 3px solid #74a2bd;
  }
}

@media (max-width: 768px) {
  #hyderogen .hyderogen-banner {
    background: linear-gradient(#ff000000, #ff000000), url("../image/hydrogen-img/hydrogen1-md.jpg") no-repeat top center/cover scroll;
  }

  #hyderogen .text-item {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
  }

  #hyderogen .text-item h1 {
    text-align: center;
    color: #716f75;
    font-weight: 500;
    font-size: 3rem;
    position: relative;
    letter-spacing: 1px;
    z-index: 1;
  }

  #hyderogen .text-item h1::before {
    display: none;
  }

  #hyderogen .text-item h2 {
    color: #716f75;
    font-size: 2.3rem;
    letter-spacing: 1px;
    margin-top: 0px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    display: inline-block;
  }

  #hyderogen .text-item .text-border-bottom {
    padding-bottom: 20px;
    border-bottom: 3px solid #74a2bd;
  }

  #hyderogen h3 {
    color: #74a2bd;
    text-align: center;
    font-weight: 600;
    font-size: 1.8em;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 10px 0;
  }

  #hyderogen p {
    text-align: center;
    color: #414141;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-bottom: 2em;
  }

  #hyderogen .text-h3 {
    text-align: center;
  }

  #hyderogen .text-border-bottom {
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media (max-width: 576px) {
  #hyderogen .hyderogen-banner {
    background: linear-gradient(#ff000000, #ff000000), url("../image/hydrogen-img/hydrogen-sm.jpg") no-repeat top center/cover scroll;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    height: 90vh;
  }

  #hyderogen .text-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10rem;
    right: 0;
  }

  #hyderogen .text-item h1 {
    font-size: 2.8rem;
    color: #fff;
    text-shadow: 0 0.1rem 0.5rem #000000ad;
  }

  #hyderogen .text-item h1::before {
    display: none;
  }

  #hyderogen .text-item h2 {
    color: #fff;
    font-size: 2.1rem;
    letter-spacing: 1px;
    text-shadow: 0 0.1rem 0.5rem #000000ad;
    margin-top: 0px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    display: inline-block;
  }

  #hyderogen .text-item .text-border-bottom {
    padding-bottom: 20px;
    border-bottom: 3px solid #74a2bd;
  }

  #hyderogen h3 {
    color: #74a2bd;
    text-align: center;
    font-weight: 600;
    font-size: 1.8em;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 10px 0;
  }

  #hyderogen p {
    text-align: left;
    color: #414141;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-bottom: 2em;
  }

  #hyderogen .text-h3 {
    text-align: center;
  }

  #hyderogen .text-border-bottom {
    padding-bottom: 10px;
    border-bottom: 3px solid #74a2bd;
  }
}

#guidebook .breadcrumb {
  background: transparent;
  padding: 0;
}

#guidebook .box {
  position: relative;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}

#guidebook .box:hover {
  transform: translateY(0px);
}

#guidebook .box a {
  transition: all 0.3s;
}

#guidebook .box a:hover {
  font-weight: bolder;
}

#guidebook .box h3 {
  color: #a16f54;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 10px;
  background: #ffffffe0;
}

#guidebook .box img {
  vertical-align: bottom;
}

#guidebook-content .card {
  background: #fff;
  border: none;
}

#guidebook-content h3 {
  color: #a16f54;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  padding: 5px 0 20px 0;
  text-align: left;
}

#guidebook-content h4 {
  color: #d4b5a2;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2;
  padding-top: 30px;
}

#guidebook-content h5 {
  color: #bb9580;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2;
  padding-top: 10px;
}

#guidebook-content p {
  color: #888;
  font-weight: 400;
  font-size: 20px;
  padding: 5px 0;
  line-height: 1.5;
}

@media (max-width: 576px) {
  #guidebook-content h3 {
    font-size: 22px;
    padding: 10px 0;
  }

  #guidebook-content h4 {
    font-size: 20px;
  }

  #guidebook-content h5 {
    font-size: 20px;
  }

  #guidebook-content p {
    font-size: 19px;
  }
}

#contact h3 {
  text-align: center;
  color: #a16f54;
  border-radius: 5px 0 0 5px;
  font-size: 22px;
  line-height: 1.3;
}

#contact .card {
  width: 100%;
  background: #a16f54;
  box-shadow: 0 0.2 0.5 1rem #00000025;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
  border: none;
}

#contact .card:hover {
  border-radius: 5px 5px 0 0;
  transform: translateY(-10px);
}

#contact .card p {
  font-size: 20px;
}

#contact .card a {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.5;
  padding: 40px 10px;
  border-radius: 5px;
  font-size: 16px;
}

#contact .card a span {
  font-size: 25px;
  color: #fff;
}

#contact .card a img {
  width: 26px;
  padding: 5px 0;
}

#contact .label-title {
  font-size: 18px;
  color: #d3a186;
}

#contact .form-control {
  border: 1px solid #d3a186;
  font-size: 15px;
}

#contact .form-control::-webkit-input-placeholder {
  color: #e7b59a;
}

#about .about {
  background: #f6f8fa;
}

#about .about h1 {
  line-height: 1.5;
  color: #4a4a4a;
  font-size: 2.4rem;
  font-weight: bolder;
  position: relative;
}

#about .about h1::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -5%;
  background-size: contain;
  background-image: url("../image/title-img.png");
  width: 90px;
  height: 80px;
  z-index: 2;
}

#about .about h1 .h1-border {
  padding-bottom: 85px;
  border-bottom: 2px solid #bf9d62;
}

#about .about h2 {
  line-height: 1.5;
  color: #4a4a4a;
  font-size: 2.4rem;
  font-weight: bolder;
  padding-left: 120px;
}

#about .about p {
  color: #888;
  font-weight: 400;
  font-size: 20px;
  padding: 5px 0;
  line-height: 1.5;
}

#about .about-bottom p {
  color: #888;
  font-weight: 400;
  font-size: 22px;
  padding: 5px 0;
  line-height: 1.5;
}

#about .about-bottom .p-border {
  padding-top: 40px;
  border-top: 2px solid #bf9d62;
}

#about .process h1 {
  text-align: center;
  color: #393939;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 2px;
}

#about .process h2 {
  color: #ccb488;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  padding-top: 30px;
}

#about .process p {
  color: #888;
  font-weight: 400;
  font-size: 20px;
  padding: 5px 0;
  line-height: 1.5;
}

#about .process .p-color,
#about .process .p-link {
  color: #bf9d62;
}

#about .process h3 {
  color: #393939;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

#about .process h3::after {
  content: "";
  position: absolute;
  top: -25%;
  right: -50%;
  width: 40px;
  height: 40px;
}

#about .process .h3-icon1::after {
  content: "";
  background: url("../image/about-img/about-2.png");
  background-size: contain;
}

#about .process .h3-icon2::after {
  content: "";
  background: url("../image/about-img/about-4.png");
  background-size: contain;
}

#about .process .h3-icon3::after {
  content: "";
  background: url("../image/about-img/about-3.png");
  background-size: contain;
}

@media (max-width: 576px) {

  #about .about h1,
  #about .about-bottom h1,
  #about .process h1 {
    font-size: 25px;
  }

  #about .about h1 .h1-border,
  #about .about-bottom h1 .h1-border,
  #about .process h1 .h1-border {
    padding-bottom: 60px;
  }

  #about .about p,
  #about .about-bottom p,
  #about .process p {
    font-size: 17px;
  }

  #about .about h2,
  #about .about-bottom h2,
  #about .process h2 {
    font-size: 22px;
  }

  #about .about h3,
  #about .about-bottom h3,
  #about .process h3 {
    font-size: 22px;
  }
}