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

html {
  font-family: "Noto Sans TC", sans-serif !important;
  scroll-behavior: smooth;
}

.wrap {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.index-contact-top {
  background: #d1344f;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.index-contact-top .index-contact {
  color: #fff;
  padding: 5px 0;
}

.index-top {
  background: #fff;
}

.index-top .logo {
  width: 220px;
  margin: 2px auto;
}

.index-top .index-contact {
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.index-top .index-contact:hover {
  color: #569daf;
}

.index-top .index-contact span {
  color: #d1344f;
}

.bg-nav {
  background: #d1344f;
  z-index: 999;
  top: 4.5rem;
}

.bg-nav .logo {
  width: 220px;
  margin: 2px auto;
}

.bg-nav .index-contact {
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: #666;
}

.bg-nav .index-contact:hover {
  color: #569daf;
}

.bg-nav .index-contact span {
  color: #d1344f;
}

.bg-nav .bg-menu {
  width: 100%;
  background: #d1344f;
}

.bg-nav .nav-link {
  font-size: 17px;
  transition: all 0.2s ease-in-out;
  color: #ddd;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  padding: 25px 22px !important;
  margin: 0 6px;
}

.bg-nav .nav-link:hover,
.bg-nav .nav-link:focus {
  background: #cc4e63;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.bg-nav .nav-link.active {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.bg-nav .dropdown-menu {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.bg-nav .dropdown-menu .dropdown-item {
  transition: all 0.2s ease-in-out;
  background: #000000ab;
  border-radius: 0;
  padding: 20px 5px;
  color: #fff;
}

.bg-nav .dropdown-menu .dropdown-item:hover {
  background: #569daf;
}

@media (max-width: 1200px) {
  .bg-nav .index-contact {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .bg-nav {
    background: #fff;
    top: 25px;
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.15);
  }

  .bg-nav .nav-link {
    margin: 0px;
    border-bottom: 2px solid #00000025;
    padding: 20px !important;
    background: #d1344f;
  }

  .bg-nav .dropdown-menu {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }

  .bg-nav .dropdown-menu .dropdown-item {
    transition: all 0.2s ease-in-out;
    background: #000000ce;
    border-radius: 0;
    padding: 20px 30px;
  }
}

.bg-footer {
  background: #eee;
}

.bg-footer h3 {
  color: #333;
  font-size: 18px;
  padding: 20px 0;
  font-weight: 500;
}

.bg-footer ul {
  padding: 20px 0;
}

.bg-footer ul a {
  transition: all 0.3s ease-in-out;
  color: #888;
  display: block;
  font-size: 15px;
  padding: 15px 0;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
}

.bg-footer ul a:hover {
  color: #569daf;
}

.bg-footer ul span {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
}

.bg-footer p {
  color: #888;
  line-height: 1.3;
  font-weight: 300;
  font-size: 16px;
  padding: 20px 0;
}

.bg-footer .btn-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d1344f;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 15px 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.15);
}

.bg-footer .btn-footer:hover {
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.493);
}

.bg-footer .footer {
  border-top: 1px solid #ccc;
}

.bg-footer .footer p {
  padding: 10px 0;
  line-height: 1.3;
  font-size: 13px;
}

.bg-footer .footer a {
  transition: all 0.3s ease-in-out;
  color: #aaa;
  font-size: 13px;
  font-weight: 300;
}

.bg-footer .footer a:hover {
  color: #feb400;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .bg-footer ul a {
    font-weight: 400;
  }

  .bg-footer p {
    font-weight: 400;
  }

  .bg-footer .footer {
    text-align: center;
  }
}

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: #d1344f;
  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: 800px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #dddddde8;
  border-radius: 50%;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  filter: drop-shadow(12px 12px 7px #000000b3);
  transition: all 0.3s ease-in-out;
}

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

.scrolltop:hover span {
  color: #000000b3;
}

.scrolltop span {
  color: #000000;
  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;
}

.bg-banner {
  margin-top: 8.8em;
}

.bg-banner .carousel-1 {
  background: linear-gradient(to right, #00000000, #00000000), url("../image/index-img/banner.jpg") no-repeat center center/cover scroll;
  height: 85vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-banner .carousel-1 h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  padding: 50px 0 10px 0;
  text-align: left;
  line-height: 1.3;
  font-style: italic;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.582);
}

.bg-banner .carousel-1 p {
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.753);
  text-align: center;
  padding: 5px 0;
  font-weight: 300;
}

#index-content .title-items-1 {
  border-bottom: 2px solid #ccc;
  text-align: center;
  margin: 20px 0;
}

#index-content .title-items-1 h3 {
  padding: 20px;
  font-size: 2.8rem;
  color: #039fb1;
  font-weight: 500;
  letter-spacing: 3px;
}

#index-content #service {
  position: relative;
  margin-bottom: 10rem;
}

#index-content #service a {
  transition: all 0.3s ease-in-out;
  border-bottom: 5px solid transparent;
}

#index-content #service a img {
  transition: all 0.3s ease-in-out;
  padding: 10px;
  -webkit-filter: drop-shadow(2px 12px 7px rgba(0, 0, 0, 0.15));
}

#index-content #service a .service-p {
  border-radius: 80px;
  padding: 15px 0;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  background: linear-gradient(to right, #3e8ba3, #039fb1);
  color: #fff;
  font-size: 22px;
  padding: 20px 0;
  width: 60%;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}

#index-content #service a:hover img {
  transform: translateY(-10px);
}

#index-content #service a:hover .service-p {
  color: #fff;
  letter-spacing: 2px;
  background: linear-gradient(to right, #039fb1, #3e8ba3);
}

#index-content #service .bg-service {
  position: absolute;
  right: -2rem;
  bottom: -10rem;
  z-index: 0;
  width: 95%;
}

#index-content .contact-border-left {
  margin-top: 7rem;
  position: relative;
  border-left: 2px solid #f04e6ca6;
}

#index-content .contact-border-left .list-title h2 {
  color: #039fb1;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px;
}

#index-content .contact-border-left .list-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}

#index-content .contact-border-left .list-box .list-p {
  color: #464646;
  text-align: center;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1.2;
  z-index: 1;
  font-weight: 600;
  padding: 10px 0;
}

#index-content .contact-border-left .list-box .h-text {
  color: #838383;
  font-size: 24px;
}

#index-content .contact-border-left .list-box .arrow {
  font-size: 3em;
  color: #da2238;
  bottom: -5px;
  z-index: 2;
  position: relative;
}

#index-content .contact-border-left .list-box .arrow::before {
  content: "";
  width: 10px;
  height: 20px;
  background: #da2238;
  position: absolute;
  left: 33%;
  top: 0px;
}

#index-content .contact-border-left .bg-service {
  position: absolute;
  right: 2.5rem;
  top: -4rem;
  z-index: 0;
  width: 100px;
}

.bg-service-2 {
  background: linear-gradient(#00000000, #00000000), url("../image/index-img/bg-service.jpg") no-repeat center center/cover scroll;
  padding-top: 4rem;
}

.bg-service-2 .list-p-1,
.bg-service-2 .list-p-2,
.bg-service-2 .list-p-3,
.bg-service-2 .list-p-4 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.2;
  z-index: 2;
  font-weight: 500;
  padding-bottom: 3rem;
  position: relative;
}

.bg-service-2 .list-p-1::before,
.bg-service-2 .list-p-2::before,
.bg-service-2 .list-p-3::before,
.bg-service-2 .list-p-4::before {
  content: "";
  font-size: 5rem;
  color: #ffffff44;
  position: absolute;
  bottom: 1.8rem;
  left: -1rem;
  z-index: 1;
}

.bg-service-2 .list-p-1::before {
  content: "1";
}

.bg-service-2 .list-p-2::before {
  content: "2";
}

.bg-service-2 .list-p-3::before {
  content: "3";
}

.bg-service-2 .list-p-4::before {
  content: "4";
}

.bg-service-2 .service-img {
  position: absolute;
  left: 4rem;
  top: -5rem;
  z-index: 0;
  width: 80px;
}

.bg-service-2 .btn-index {
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
  -webkit-filter: drop-shadow(2px 12px 7px rgba(0, 0, 0, 0.15));
}

.bg-service-2 .btn-index img {
  transition: all 0.2s ease-in-out;
}

.bg-service-2 .btn-index:hover img {
  transform: translateY(-10px);
}

.bg-service-2 .btn-index:hover {
  -webkit-filter: drop-shadow(2px 6px 3px rgba(0, 0, 0, 0.15));
}

.bg-service-2 h3 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  padding: 0 0 4rem 3rem;
}

.bg-index-icon {
  background: linear-gradient(#00000000, #00000000), url("../image/index-img/bg-icon.jpg") no-repeat center center/cover scroll;
  padding-top: 5em;
}

.bg-index-icon span {
  color: #fff;
  line-height: 1.5;
  font-size: 23px;
  text-align: center;
  letter-spacing: 1px;
  display: block;
  padding: 10px 0;
  font-weight: 500;
}

.bg-index-icon p {
  color: #fff;
  line-height: 1.5;
  font-size: 23px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.45);
}

.bg-index-icon .items {
  padding: 10px 0;
}

.bg-index-icon .items img {
  width: 50%;
  margin: 0 auto;
}

.bg-index-icon .items p {
  color: #fff;
  line-height: 1.2;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
}

@media (max-width: 1200px) {
  .bg-banner .carousel-1 {
    height: 100vh;
  }

  #index-content .contact-border-left {
    border-left: none;
  }
}

@media (max-width: 992px) {
  .bg-banner {
    margin-top: 3.5em;
  }

  #index-content #service a {
    transition: all 0.3s ease-in-out;
    border-bottom: 5px solid transparent;
  }

  #index-content #service a img {
    transition: all 0.3s ease-in-out;
    padding: 10px;
    -webkit-filter: drop-shadow(2px 12px 7px rgba(0, 0, 0, 0.15));
  }

  #index-content #service a .service-p {
    border-radius: 80px;
    padding: 15px 0;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to right, #3e8ba3, #039fb1);
    color: #fff;
    font-size: 22px;
    padding: 20px 0;
    width: 80%;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
  }

  #index-content #service a:hover img {
    transform: translateY(-10px);
  }

  #index-content #service a:hover .service-p {
    color: #fff;
    letter-spacing: 2px;
    background: linear-gradient(to right, #039fb1, #3e8ba3);
  }

  #index-content #service .bg-service {
    position: absolute;
    right: -2rem;
    bottom: -10rem;
    z-index: 0;
    width: 95%;
  }

  .bg-index-icon {
    padding-top: 5em;
  }

  .bg-index-icon p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  #index-content #service {
    position: relative;
    margin-bottom: 4rem;
  }

  #index-content #service a {
    transition: all 0.3s ease-in-out;
    border-bottom: 5px solid transparent;
  }

  #index-content #service a img {
    transition: all 0.3s ease-in-out;
    padding: 0;
    -webkit-filter: drop-shadow(2px 12px 7px rgba(0, 0, 0, 0.15));
  }

  #index-content #service a .service-p {
    border-radius: 80px;
    padding: 15px 0;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to right, #3e8ba3, #039fb1);
    color: #fff;
    font-size: 22px;
    padding: 20px 0;
    width: 100%;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
  }

  #index-content #service .bg-service {
    position: s;
    right: 0rem;
    bottom: -6rem;
    z-index: 0;
  }

  #index-content .contact-border-left .list-title h2 {
    color: #039fb1;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding: 0 0 30px;
  }

  #index-content .contact-border-left .bg-service {
    right: 1rem;
    top: -2rem;
    width: 120px;
  }
}

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

  .bg-banner .carousel-1 h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    padding-top: 7rem;
    text-align: start;
    line-height: 1.3;
    font-style: italic;
    text-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.753);
  }

  .bg-banner .carousel-1 p {
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.712);
    text-align: center;
    padding: 5px 0;
    font-weight: 500;
  }

  #index-content #service {
    position: relative;
    margin-bottom: 6rem;
  }

  #index-content #service a {
    transition: all 0.3s ease-in-out;
    border-bottom: 5px solid transparent;
  }

  #index-content #service a img {
    transition: all 0.3s ease-in-out;
    padding: 0;
    -webkit-filter: drop-shadow(2px 12px 7px rgba(0, 0, 0, 0.15));
  }

  #index-content #service a .service-p {
    border-radius: 80px;
    padding: 15px 0;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to right, #3e8ba3, #039fb1);
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
  }

  .bg-service-2 {
    background: linear-gradient(#00000000, #00000000), url("../image/index-img/bg-service.jpg") no-repeat center center/cover scroll;
    padding-top: 4rem;
  }

  .bg-service-2 .list-p-1,
  .bg-service-2 .list-p-2,
  .bg-service-2 .list-p-3,
  .bg-service-2 .list-p-4 {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.2;
    z-index: 2;
    font-weight: 600;
    padding-bottom: 3rem;
    position: relative;
  }

  .bg-index-icon span {
    font-size: 15px;
    padding: 10px 0;
    letter-spacing: 0;
  }

  .bg-index-icon p {
    font-size: 15px;
  }

  .bg-index-icon .items {
    padding: 10px 0;
  }

  .bg-index-icon .items img {
    width: 70%;
  }

  .bg-index-icon .items p {
    font-size: 18px;
  }
}

.bg-about {
  margin-top: 8.8em;
  background: linear-gradient(to right, #15192c10, #15192c10), url("../image/about-img/about-banner.jpg") no-repeat center center/cover scroll;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

.bg-about .text-item {
  position: relative;
  padding-left: 3rem;
}

.bg-about .text-item::before {
  content: "";
  background-size: 120px 120px;
  background-image: url("../image/about-img/about-icon.png");
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  z-index: 1;
  top: -45px;
  left: -30px;
}

.bg-about .text-item h2 {
  color: #fff;
  font-weight: 500;
  font-size: 3.8rem;
  z-index: 3;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.45);
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  position: relative;
}

.bg-about .text-item .about-span {
  font-size: 2.2em;
  color: #fff;
  font-style: italic;
  letter-spacing: 5px;
  padding: 10px;
  display: block;
  z-index: 2;
  position: relative;
}

.bg {
  background: linear-gradient(to right, #00000000, #00000000), url("../image/about-img/bg.jpg") no-repeat bottom right/cover scroll;
  width: 100%;
  padding-top: 5rem;
}

.bg .about-img1 {
  position: absolute;
  right: 0;
  top: -2rem;
  width: 240px;
}

.bg .about-icon {
  padding: 10px;
}

.bg span {
  color: #059faf;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 0;
  letter-spacing: 1px;
  line-height: 1.2;
  display: block;
  text-align: center;
}

.bg p {
  color: #777;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 1px;
}

#about-content p {
  color: #777;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 1px;
}

#about-content p a {
  color: #b92335;
  font-style: italic;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid transparent;
}

#about-content p a:hover {
  color: #059faf;
  font-style: normal;
  border-bottom: 2px solid #059faf;
}

#about-content .bigger {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  padding: 30px 0 50px 0;
  color: #059faf;
}

@media (max-width: 992px) {
  .bg-about {
    margin-top: 3.5em;
  }

  .bg-about .text-item {
    position: relative;
  }

  .bg-about .text-item::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    top: -45px;
    left: -30px;
  }

  .bg-about .text-item h2 {
    color: #fff;
    font-weight: 600;
    font-size: 3.2rem;
    z-index: 3;
    text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.45);
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    position: relative;
  }

  .bg-about .text-item .about-span {
    font-size: 2.2em;
    color: #fff;
    font-style: italic;
    letter-spacing: 5px;
    padding: 10px;
    display: block;
    z-index: 2;
    position: relative;
  }

  .bg {
    background: linear-gradient(to right, #00000000, #00000000), url("../image/about-img/bg.jpg") no-repeat bottom right/cover scroll;
    width: 100%;
    padding-top: 5rem;
  }

  .bg .about-img1 {
    position: absolute;
    right: 0;
    top: 13rem;
    width: 200px;
  }

  .bg .about-icon {
    padding: 0px;
  }

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

  .bg p {
    color: #777;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 30px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
}

@media (max-width: 768px) {
  .bg-about {
    background: linear-gradient(to right, #00d7e696, #15192c10, #15192c10), url("../image/about-img/about-banner-phone.jpg") no-repeat center center/cover scroll;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
    position: relative;
  }

  .bg-about .text-item {
    position: relative;
    padding-left: 2rem;
  }

  .bg-about .text-item::before {
    content: "";
    background-size: 80px 80px;
    background-image: url("../image/about-img/about-icon.png");
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    z-index: 1;
    top: -20px;
    left: -10px;
  }

  .bg-about .text-item h2 {
    color: #fff;
    font-weight: 600;
    font-size: 3.2rem;
    z-index: 3;
    text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.45);
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    position: relative;
  }

  .bg-about .text-item .about-span {
    font-size: 2.2em;
    color: #fff;
    font-style: italic;
    letter-spacing: 5px;
    padding: 10px;
    display: block;
    z-index: 2;
    position: relative;
  }

  .bg {
    padding-top: 1rem;
  }

  .bg .about-img1 {
    position: absolute;
    right: 0;
    top: 15rem;
    width: 200px;
  }

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

@media (max-width: 576px) {
  .bg-about {
    background: linear-gradient(to right, #00d7e6a6, #15192c10), url("../image/about-img/about-banner-phone.jpg") no-repeat center center/cover scroll;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    position: relative;
  }

  .bg-about .text-item {
    position: relative;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-bottom: 0rem;
  }

  .bg-about .text-item::before {
    content: "";
    background-size: 80px 80px;
    background-image: url("../image/about-img/about-icon.png");
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 0;
  }

  .bg-about .text-item h2 {
    font-size: 2.3em;
  }

  .bg-about .text-item .about-span {
    font-size: 1.8em;
    letter-spacing: 2px;
    padding: 5px;
  }

  #about-content .bigger {
    font-size: 25px;
    line-height: 1.3;
  }
}

.bg-septic-tank-qa,
.bg-septic-tank,
.bg-rubbish {
  background: linear-gradient(to right, #a5d6e5, #6cb5c2);
  margin-top: 8.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
}

.bg-septic-tank-qa .text-item,
.bg-septic-tank .text-item,
.bg-rubbish .text-item {
  width: 100%;
  background: #63b7c5;
  padding: 20px 0 40px;
  position: relative;
}

.bg-septic-tank-qa .text-item .banner-img,
.bg-septic-tank .text-item .banner-img,
.bg-rubbish .text-item .banner-img {
  position: absolute;
  top: -9rem;
  right: 0;
  width: 60%;
  min-width: 800px;
  -webkit-filter: drop-shadow(2px 12px 7px rgba(0, 0, 0, 0.15));
}

.bg-septic-tank-qa .text-item h2,
.bg-septic-tank .text-item h2,
.bg-rubbish .text-item h2 {
  color: #fff;
  font-weight: 500;
  font-size: 3.8em;
  line-height: 1.2;
  z-index: 3;
}

.bg-septic-tank-qa .text-item h2 .border-line,
.bg-septic-tank .text-item h2 .border-line,
.bg-rubbish .text-item h2 .border-line {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.bg-septic-tank-qa .text-item h2::before,
.bg-septic-tank .text-item h2::before,
.bg-rubbish .text-item h2::before {
  position: absolute;
  top: -90px;
  content: "";
  background-size: 120px 120px;
  width: 120px;
  height: 120px;
}

.bg-septic-tank-qa .text-item .rubbish-h2::before,
.bg-septic-tank .text-item .rubbish-h2::before,
.bg-rubbish .text-item .rubbish-h2::before {
  content: "";
  background-image: url("../image/product-icon1.png");
}

.bg-septic-tank-qa .text-item .septic-tank-h2::before,
.bg-septic-tank .text-item .septic-tank-h2::before,
.bg-rubbish .text-item .septic-tank-h2::before {
  content: "";
  background-image: url("../image/product-icon2.png");
}

#product-content .reservation {
  padding: 5rem;
  background: linear-gradient(#ffffff, #f2fbfb);
}

#product-content .reservation .reservation-img {
  position: relative;
  left: -5rem;
}

#product-content .reservation .reservation-box {
  position: absolute;
  right: 0;
  bottom: 0;
}

#product-content .reservation .reservation-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #3e8ba3, #039fb1);
  border-radius: 80px;
  padding: 15px 0;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

#product-content .reservation .reservation-contact:hover {
  background: linear-gradient(to right, #039fb1, #039fb1);
}

#product-content .reservation .reservation-contact span {
  display: inline-block;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding: 0;
}

#product-content .reservation .reservation-contact .reservation-text {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

#product-content .reservation .contact-border-left {
  border-left: 2px solid #f04e6ca6;
}

#product-content .reservation .list-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}

#product-content .reservation .list-box .list-p {
  color: #464646;
  text-align: center;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1.2;
  z-index: 1;
  font-weight: 600;
  padding: 10px 0;
}

#product-content .reservation .list-box .h-text {
  color: #838383;
  font-size: 24px;
}

#product-content .reservation .list-box .arrow {
  font-size: 3em;
  color: #da2238;
  bottom: -5px;
  z-index: 2;
  position: relative;
}

#product-content .reservation .list-box .arrow::before {
  content: "";
  width: 10px;
  height: 20px;
  background: #da2238;
  position: absolute;
  left: 33%;
  top: 0px;
}

#product-content .map-box h4 {
  color: #666;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 20px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}

#product-content .map-box span {
  font-size: 16px;
}

#product-content .map-box p {
  color: #888;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}

#product-content .qa-box .qa-title {
  color: #f04e6b;
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 1px;
}

#product-content .qa-box .qa-title-img {
  width: 50px;
}

#product-content .qa-box h3 {
  color: #d2344d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
  padding-bottom: 10px;
  padding-top: 2rem;
}

#product-content .qa-box p {
  color: #727272;
  font-size: 20px;
  line-height: 1.8;
  z-index: 2;
  font-weight: 300;
}

#product-content .qa-box .introduction {
  font-size: 22px;
  line-height: 1.8;
  color: #3e3e3e;
  font-weight: 400;
}

#product-content .qa-box .qa-text-title {
  color: #56b9c6;
  text-align: center;
  display: block;
  font-size: 24px;
  font-weight: 500;
}

#product-content .qa-box h4 {
  color: #444;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 1px;
  z-index: 2;
}

#product-content .qa-box .service-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 18rem;
}

#product-content .qa-box .service-img-2 {
  position: absolute;
  top: -1rem;
  right: 0;
  z-index: 1;
  width: 30rem;
}

#product-content .qa-box .qa-title-box {
  background: #ee3454;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  font-weight: 500;
}

#product-content .qa-box .qa-border-right {
  border-right: 1px solid #dee2e6;
}

#product-content .product-contact .title-items {
  border-bottom: 2px solid #ccc;
  text-align: center;
  margin: 20px 0;
}

#product-content .product-contact .title-items h3 {
  padding: 20px;
  font-size: 35px;
  color: #569daf;
  font-weight: 500;
  letter-spacing: 3px;
}

#product-content .product-contact a {
  transition: all 0.2s ease-in-out;
}

#product-content .product-contact a img {
  transition: all 0.2s ease-in-out;
  transform: translateY(0);
}

#product-content .product-contact a:hover img {
  transform: translateY(-10px);
}

#product-content .product-contact .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #3e8ba3, #039fb1);
  border-radius: 80px;
  padding: 15px 0;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

#product-content .product-contact .contact:hover {
  background: linear-gradient(to right, #039fb1, #039fb1);
}

#product-content .product-contact .contact span {
  letter-spacing: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  display: inline-block;
}

#product-content .product-contact .contact p {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 0;
}

#product-content .product-contact .contact-text {
  color: #222;
  font-size: 30px;
  text-align: center;
  padding: 20px 0;
}

#product-content .product-contact .contact-text span {
  color: #d1344f;
}

#product-content .product-contact .contact-img {
  position: absolute;
  width: 650px;
  bottom: 40px;
  left: -20px;
}

@media (max-width: 1200px) {

  .bg-septic-tank-qa,
  .bg-septic-tank,
  .bg-rubbish {
    height: 50vh;
  }

  .bg-septic-tank-qa .text-item .banner-img,
  .bg-septic-tank .text-item .banner-img,
  .bg-rubbish .text-item .banner-img {
    top: -5rem;
    right: 0;
    width: 60%;
    min-width: 650px;
  }

  .bg-septic-tank-qa .text-item h2,
  .bg-septic-tank .text-item h2,
  .bg-rubbish .text-item h2 {
    font-size: 3.5em;
  }

  #product-content .reservation .reservation-img {
    left: 0;
    bottom: 50px;
  }

  #product-content .reservation .reservation-box {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  #product-content .reservation .contact-border-left {
    border-left: none;
  }

  #product-content .qa-box .qa-title {
    color: #f04e6b;
    font-weight: 600;
    font-size: 2.8rem;
    letter-spacing: 1px;
  }

  #product-content .qa-box .qa-title-img {
    width: 50px;
  }

  #product-content .qa-box h3 {
    color: #d2344d;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2px;
  }

  #product-content .qa-box p {
    color: #727272;
    font-size: 23px;
    line-height: 1.8;
    z-index: 2;
  }

  #product-content .qa-box .introduction {
    font-size: 26px;
    line-height: 1.8;
    color: #3e3e3e;
  }

  #product-content .qa-box .qa-text-title {
    color: #56b9c6;
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: 600;
  }

  #product-content .qa-box h4 {
    color: #444;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    padding: 10px 0;
    letter-spacing: 1px;
    z-index: 2;
  }

  #product-content .qa-box .service-img {
    position: static;
    top: 0;
    right: 0;
    z-index: 1;
    width: 60%;
  }

  #product-content .qa-box .service-img-2 {
    position: static;
    top: 20px;
    right: 0;
    z-index: 1;
    width: 30rem;
  }
}

@media (max-width: 992px) {

  .bg-septic-tank-qa,
  .bg-septic-tank,
  .bg-rubbish {
    margin-top: 3.5em;
    padding-top: 3rem;
  }

  .bg-septic-tank-qa .text-item .banner-img,
  .bg-septic-tank .text-item .banner-img,
  .bg-rubbish .text-item .banner-img {
    right: -8rem;
    width: 70%;
    min-width: 550px;
  }

  .bg-septic-tank-qa .text-item h2,
  .bg-septic-tank .text-item h2,
  .bg-rubbish .text-item h2 {
    font-size: 3.2em;
  }

  .bg-septic-tank-qa .text-item h2::before,
  .bg-septic-tank .text-item h2::before,
  .bg-rubbish .text-item h2::before {
    top: -70px;
    content: "";
    background-size: 90px 90px;
    width: 90px;
    height: 90px;
  }

  #product-content .reservation .reservation-img {
    left: 0;
    bottom: 40px;
    padding: 20px 0;
  }

  #product-content .reservation .reservation-box {
    position: static;
  }

  #product-content .qa-box .qa-title {
    color: #f04e6b;
    font-weight: 600;
    font-size: 2.2rem;
    letter-spacing: 1px;
  }

  #product-content .qa-box .qa-title-img {
    width: 50px;
  }

  #product-content .qa-box h3 {
    color: #d2344d;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2px;
  }

  #product-content .qa-box p {
    color: #727272;
    font-size: 23px;
    line-height: 1.8;
    z-index: 2;
  }

  #product-content .qa-box .introduction {
    font-size: 26px;
    line-height: 1.8;
    color: #3e3e3e;
  }

  #product-content .qa-box .qa-text-title {
    color: #56b9c6;
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: 600;
  }

  #product-content .qa-box h4 {
    color: #444;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    padding: 10px 0;
    letter-spacing: 1px;
    z-index: 2;
  }

  #product-content .qa-box .qa-border-right {
    border-right: none;
  }
}

@media (max-width: 768px) {

  .bg-septic-tank-qa,
  .bg-septic-tank,
  .bg-rubbish {
    height: 40vh;
    padding-top: 6rem;
  }

  .bg-septic-tank-qa .text-item .banner-img,
  .bg-septic-tank .text-item .banner-img,
  .bg-rubbish .text-item .banner-img {
    top: -2rem;
    right: -8rem;
    width: 60%;
    min-width: 400px;
  }

  .bg-septic-tank-qa .text-item h2,
  .bg-septic-tank .text-item h2,
  .bg-rubbish .text-item h2 {
    font-size: 3em;
  }

  .bg-septic-tank-qa .text-item h2::before,
  .bg-septic-tank .text-item h2::before,
  .bg-rubbish .text-item h2::before {
    top: -55px;
    content: "";
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
  }

  #product-content .qa-box .qa-title {
    color: #f04e6b;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  #product-content .qa-box .qa-title-img {
    width: 40px;
  }

  #product-content .qa-box h3 {
    color: #d2344d;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
    padding-bottom: 5px;
  }

  #product-content .qa-box p {
    color: #727272;
    font-size: 20px;
    line-height: 1.8;
    z-index: 2;
  }

  #product-content .qa-box .introduction {
    font-size: 22px;
    line-height: 1.5;
    color: #3e3e3e;
  }

  #product-content .qa-box .qa-text-title {
    color: #56b9c6;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: 600;
  }

  #product-content .qa-box h4 {
    color: #444;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    padding: 10px 0;
    letter-spacing: 1px;
    z-index: 2;
  }

  #product-content .qa-box .service-img {
    position: static;
    width: 80%;
  }

  #product-content .qa-box .service-img-2 {
    position: static;
    width: 30rem;
  }

  #product-content .product-contact .title-items {
    border-bottom: 2px solid #ccc;
    text-align: center;
    margin: 20px 0;
  }

  #product-content .product-contact .title-items h3 {
    padding: 20px;
    font-size: 35px;
    color: #569daf;
    font-weight: 500;
    letter-spacing: 3px;
  }

  #product-content .product-contact a {
    transition: all 0.2s ease-in-out;
  }

  #product-content .product-contact a img {
    transition: all 0.2s ease-in-out;
    transform: translateY(0);
  }

  #product-content .product-contact a:hover img {
    transform: translateY(-10px);
  }

  #product-content .product-contact .contact {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #3e8ba3, #039fb1);
    border-radius: 80px;
    padding: 15px 0;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
  }

  #product-content .product-contact .contact:hover {
    background: linear-gradient(to right, #039fb1, #039fb1);
  }

  #product-content .product-contact .contact span {
    letter-spacing: 2px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
  }

  #product-content .product-contact .contact p {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 0;
  }

  #product-content .product-contact .contact-text {
    color: #222;
    font-size: 30px;
    text-align: center;
    padding: 20px 0;
  }

  #product-content .product-contact .contact-text span {
    color: #d1344f;
  }

  #product-content .product-contact .contact-img {
    position: absolute;
    width: 650px;
    bottom: 40px;
    left: -20px;
  }

  #product-content .map-box h4 {
    color: #666;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px 0;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  #product-content .map-box span {
    font-size: 16px;
  }

  #product-content .map-box p {
    color: #888;
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (max-width: 576px) {

  .bg-septic-tank-qa,
  .bg-septic-tank,
  .bg-rubbish {
    margin-top: 3.5em;
    padding-top: 5rem;
  }

  .bg-septic-tank-qa .text-item .banner-img,
  .bg-septic-tank .text-item .banner-img,
  .bg-rubbish .text-item .banner-img {
    top: 4rem;
    right: -3rem;
    width: 70%;
    min-width: 300px;
  }

  .bg-septic-tank-qa .text-item h2,
  .bg-septic-tank .text-item h2,
  .bg-rubbish .text-item h2 {
    padding-left: 10px;
    font-size: 2.3em;
  }

  .bg-septic-tank-qa .text-item h2::before,
  .bg-septic-tank .text-item h2::before,
  .bg-rubbish .text-item h2::before {
    content: "";
    top: -55px;
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
  }
}

.bg-license {
  margin-top: 8.8em;
  background: linear-gradient(to right, #a5d6e588, #6cb5c288), url("../image/license-img/bg-license-banner.jpg") no-repeat center center/cover scroll;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-license .text-item {
  width: 100%;
  background: #63b7c5;
  padding: 60px 0;
  position: relative;
}

.bg-license .text-item .license-h2 {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 3.8em;
  line-height: 1.2;
  z-index: 3;
  display: block;
  text-align: center;
}

.bg-license .text-item .license-h2::before {
  position: absolute;
  top: -45px;
  left: 27%;
  content: "";
  background-size: 100px 169px;
  width: 100px;
  height: 169px;
  background-image: url("../image/license-img/license-icon-banner.png");
}


#license-content .bg-title h2,
#product-content .bg-title h2 {
  color: #f04e6b;
  padding: 0 0 30px;
  font-weight: 500;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 1px;
}

#license-content .title-items,
#product-content .title-items {
  border-bottom: 2px solid #ccc;
  text-align: center;
  margin: 20px 0;
}

#license-content .title-items h3,
#product-content .title-items h3 {
  padding: 20px;
  font-size: 35px;
  color: #569daf;
  font-weight: 500;
  letter-spacing: 3px;
}

.bg-license-1 {
  background: linear-gradient(#00000000, #00000000), url("../image/license-img/license1-title.jpg") no-repeat center center/cover scroll;
  height: 10vh;
}

@media (max-width: 1200px) {
  .bg-license {
    height: 50vh;
  }

  .bg-license .text-item {
    width: 100%;
    background: #63b7c5;
    padding: 60px 0;
    position: relative;
  }

  .bg-license .text-item .license-h2 {
    font-size: 3.5em;
  }

  .bg-license .text-item .license-h2::before {
    top: -30px;
    left: 25%;
    content: "";
    background-size: 80px 140px;
    width: 80px;
    height: 140px;
  }
}

@media (max-width: 992px) {
  .bg-license {
    margin-top: 3.5em;
    height: 50vh;
  }

  .bg-license .text-item {
    width: 100%;
    background: #63b7c5;
    padding: 60px 0;
    position: relative;
  }

  .bg-license .text-item .license-h2 {
    font-size: 3.2em;
  }

  .bg-license .text-item .license-h2::before {
    left: 20%;
    content: "";
    top: -30px;
    background-size: 80px 130px;
    width: 80px;
    height: 130px;
  }
}

@media (max-width: 768px) {
  .bg-license {
    margin-top: 3.5em;
    height: 40vh;
  }

  .bg-license .text-item {
    width: 100%;
    background: #63b7c5;
    padding: 30px 0;
    position: relative;
  }

  .bg-license .text-item .license-h2 {
    font-size: 3em;
  }

  .bg-license .text-item .license-h2::before {
    top: -25px;
    left: 15%;
    content: "";
    background-size: 60px 100px;
    width: 60px;
    height: 100px;
  }

  #license-content .title-items,
  #product-content .title-items {
    border-bottom: 2px solid #ccc;
    text-align: center;
    margin: 20px 0;
  }

  #license-content .title-items h3,
  #product-content .title-items h3 {
    padding: 20px;
    font-size: 30px;
    color: #569daf;
    font-weight: 500;
    letter-spacing: 2px;
  }
}

@media (max-width: 576px) {
  .bg-license {
    margin-top: 6em;
  }

  .bg-license .text-item {
    width: 100%;
    background: #63b7c5;
    padding: 40px 0;
    position: relative;
  }

  .bg-license .text-item .license-h2 {
    font-size: 2.3em;
  }

  .bg-license .text-item .license-h2::before {
    top: -20px;
    left: 10%;
    content: "";
    background-size: 50px 80px;
    width: 50px;
    height: 80px;
  }
}

.bg-job {
  margin-top: 8.8em;
  background: linear-gradient(to right, #a5d6e588, #6cb5c288), url("../image/index-img/banner.jpg") no-repeat center center/cover scroll;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}


.bg-job .job-h2 {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 3.8em;
  line-height: 1.2;
  z-index: 3;
  display: inline-block;
  text-align: center;
}

.bg-job .text-item .job-h2::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -130px;
  content: "";
  background-size: 100px 100px;
  width: 100px;
  height: 100px;
  background-image: url("../image/LOGOw.png");
}

@media (max-width: 576px) {
  .bg-job {
    margin-top: 6em;
  }


  .bg-job .text-item .job-h2 {
    font-size: 2.3em;
  }

}