/***----- style-common -----***/
/*---HEADER--CSS---*/
#header {
  background-color: #fff;
  padding: 24px 0;
  position: relative;
  z-index: 50;
}
@media (max-width: 1366px) {
  #header {
    padding: 16px 0;
  }
}
@media (max-width: 991px) {
  #header {
    padding: 10px 0;
  }
}
#header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .logo {
  display: inline-block;
}
@media (max-width: 1366px) {
  #header .logo {
    max-width: 80px;
  }
}
@media (max-width: 991px) {
  #header .logo {
    max-width: 50px;
  }
}
#header .header-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .headCart {
  margin-left: 30px;
}
@media (max-width: 1600px) {
  #header .headCart {
    margin-left: 16px;
  }
}
#header .headCart .cart-button {
  font-size: 26px;
  color: #e20814;
}
@media (max-width: 1600px) {
  #header .headCart .cart-button {
    font-size: 18px;
  }
}
#header .headUser {
  margin-left: 30px;
}
@media (max-width: 1600px) {
  #header .headUser {
    font-size: 16px;
    margin-left: 16px;
  }
}
#header .headUser .login-button {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1600px) {
  #header .headUser .login-button {
    width: 18px;
  }
}
#header .headMenu {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  #header .headMenu {
    width: calc(100vw - 40px);
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 100vh;
    z-index: 99;
    padding-top: 60px;
    left: -100%;
    overflow-y: auto;
  }
}
@media (max-width: 991px) {
  #header .headMenu.show {
    left: 0;
  }
}
#header .headMenu .menu-logo {
  display: none;
}
@media (max-width: 991px) {
  #header .headMenu .menu-logo {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
}
#header .headMenu .gNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  #header .headMenu .gNavi {
    display: block;
    text-align: center;
  }
}
#header .headMenu .gNavi > li {
  margin: 0 20px;
  position: relative;
}
@media (max-width: 1600px) {
  #header .headMenu .gNavi > li {
    margin: 0 15px;
  }
}
@media (max-width: 1300px) {
  #header .headMenu .gNavi > li {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  #header .headMenu .gNavi > li {
    margin: 0 0 20px 0;
  }
}
#header .headMenu .gNavi > li:last-child {
  margin-right: 0;
}
@media (min-width: 991px) {
  #header .headMenu .gNavi > li:hover .menu-sub {
    top: 100%;
    opacity: 1;
    z-index: 2;
    pointer-events: initial;
  }
}
#header .headMenu .gNavi > li > a {
  font-size: 20px;
  font-weight: 700;
  display: block;
  padding: 5px 0;
}
@media (max-width: 1600px) {
  #header .headMenu .gNavi > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  #header .headMenu .gNavi > li > a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #header .headMenu .gNavi > li > a {
    padding: 0;
  }
}
#header .headMenu .gNavi > li > a:hover {
  color: #e20814;
}
@media (max-width: 991px) {
  #header .headMenu .gNavi > li > a.active > i {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
#header .headMenu .gNavi > li > a > i {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 18px;
}
@media (max-width: 1600px) {
  #header .headMenu .gNavi > li > a > i {
    font-size: 14px;
  }
}
#header .headMenu .gNavi > li .menu-sub {
  padding: 6px 0;
  position: absolute;
  top: 130%;
  left: 0;
  width: 180px;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #ffd2d4;
  border: 1px solid #fdadb0;
  border-radius: 10px;
}
@media (max-width: 1600px) {
  #header .headMenu .gNavi > li .menu-sub {
    width: 140px;
  }
}
@media (max-width: 991px) {
  #header .headMenu .gNavi > li .menu-sub {
    height: 0;
    width: 100%;
    border-radius: 0;
    border: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 991px) {
  #header .headMenu .gNavi > li .menu-sub.show {
    position: inherit;
    height: auto;
    opacity: 1;
    z-index: 2;
    pointer-events: initial;
  }
}
#header .headMenu .gNavi > li .menu-sub li a {
  font-size: 16px;
  display: block;
  padding: 5px 10px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  #header .headMenu .gNavi > li .menu-sub li a {
    font-size: 14px;
  }
}
#header .headMenu .gNavi > li .menu-sub li a:hover {
  background-color: rgba(234, 29, 37, 0.5);
}
#header .btn-show-search {
  font-size: 18px;
  color: #e20814;
  margin-left: 30px;
  display: none;
}
@media (max-width: 1199px) {
  #header .btn-show-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#header .headSearch {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  width: 280px;
  margin-left: 30px;
}
@media (max-width: 1600px) {
  #header .headSearch {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  #header .headSearch {
    margin-left: 0;
    position: fixed;
    top: 0;
    padding: 20px 50px;
    width: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  #header .headSearch {
    padding: 10px 20px;
  }
}
@media (max-width: 1199px) {
  #header .headSearch.show {
    opacity: 1;
    pointer-events: inherit;
    z-index: 1;
  }
}
#header .headSearch .search-main {
  position: relative;
}
@media (max-width: 1199px) {
  #header .headSearch .search-main {
    max-width: 768px;
    margin: 0 auto;
  }
}
#header .headSearch .search-main .search-input {
  width: 100%;
  border-radius: 40px;
  height: 42px;
  border: 1px solid #e20814;
  padding: 5px 40px 5px 16px;
  font-size: 16px;
  font-family: "SVN-Gilroy";
  font-weight: 400;
}
@media (max-width: 1600px) {
  #header .headSearch .search-main .search-input {
    height: 38px;
  }
}
#header .headSearch .search-main .search-input:focus {
  outline: none;
}
#header .headSearch .search-main .search-input::-webkit-input-placeholder {
  color: #000;
}
#header .headSearch .search-main .search-input::-moz-placeholder {
  color: #000;
}
#header .headSearch .search-main .search-input:-ms-input-placeholder {
  color: #000;
}
#header .headSearch .search-main .search-input::-ms-input-placeholder {
  color: #000;
}
#header .headSearch .search-main .search-input::placeholder {
  color: #000;
}
#header .headSearch .search-main .search-button {
  position: absolute;
  right: 6px;
  top: 0;
  width: 40px;
  height: 42px;
  color: #e20814;
  font-size: 20px;
}
@media (max-width: 1600px) {
  #header .headSearch .search-main .search-button {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}
#header .btn-menu {
  display: none;
  width: 24px;
  height: 24px;
  font-size: 20px;
  color: #e20814;
  margin-left: 10px;
}
@media (max-width: 991px) {
  #header .btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991px) {
  .overlay-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
  }
}

@media (max-width: 991px) {
  .overlay-menu {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
  }
}

/*---FOOTER--CSS---*/
#footer {
  background-color: #fff;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  #footer {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-bottom: 32px;
  }
}
#footer .f-logo {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  #footer .f-logo {
    text-align: center;
  }
}
@media (max-width: 1600px) {
  #footer .f-logo img {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  #footer .f-logo img {
    max-width: 120px;
  }
}
#footer .company-stt {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  #footer .company-stt {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  #footer .company-stt {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  #footer .company-stt {
    text-align: center;
  }
}
#footer .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  #footer .social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 32px;
  }
}
#footer .social-list li {
  margin-right: 10px;
}
#footer .social-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f48e92;
  border-radius: 10px;
  color: #fff;
  font-size: 30px;
  width: 60px;
  height: 60px;
}
@media (max-width: 1600px) {
  #footer .social-list li a {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  #footer .social-list li a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
#footer .social-list li a:hover {
  background-color: #e20814;
}
#footer .f-title {
  font-size: 30px;
  font-weight: 700;
  color: #e20814;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  #footer .f-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  #footer .f-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  #footer .f-title {
    margin-bottom: 16px;
  }
}
#footer .f-title::before {
  content: "";
  width: 90px;
  background-color: #e20814;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#footer .info-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1600px) {
  #footer .info-line {
    margin-bottom: 18px;
  }
}
#footer .info-line:last-child {
  margin-bottom: 0;
}
#footer .info-line .icon {
  font-size: 24px;
  margin-right: 16px;
  padding-top: 4px;
}
@media (max-width: 1600px) {
  #footer .info-line .icon {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  #footer .info-line .icon {
    font-size: 16px;
    margin-right: 10px;
  }
}
#footer .info-line .text {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  #footer .info-line .text {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  #footer .info-line .text {
    font-size: 16px;
  }
}
#footer .fNavi li {
  margin-bottom: 32px;
}
@media (max-width: 1600px) {
  #footer .fNavi li {
    margin-bottom: 18px;
  }
}
@media (max-width: 1024px) {
  #footer .fNavi li {
    margin-bottom: 16px;
  }
}
#footer .fNavi li:last-child {
  margin-bottom: 0;
}
#footer .fNavi li a {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  #footer .fNavi li a {
    font-size: 18px;
  }
}
#footer .fNavi li a:hover {
  color: #e20814;
}
@media (max-width: 1024px) {
  #footer .fNavi li a {
    font-size: 16px;
  }
}
#footer .announced {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  #footer .announced {
    margin-top: 16px;
  }
}
@media (max-width: 1024px) {
  #footer .announced img {
    max-width: 170px;
  }
}

.contact-support {
  background-color: #e20814;
  padding: 40px 0;
  margin-bottom: 80px;
}
@media (max-width: 1600px) {
  .contact-support {
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  .contact-support {
    margin-bottom: 48px;
    padding: 24px 0;
  }
}
.contact-support .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .contact-support .wrap {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.contact-support .support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .contact-support .support-list {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
  }
}
.contact-support .support-list li {
  margin-right: 70px;
}
.contact-support .support-list li:last-child {
  margin-right: 0;
}
@media (max-width: 1600px) {
  .contact-support .support-list li {
    margin-right: 45px;
  }
}
@media (max-width: 991px) {
  .contact-support .support-list li {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .contact-support .support-list li {
    margin-right: 16px;
  }
}
.contact-support .support-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-support .support-list li a .support-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 12px;
}
@media (max-width: 1600px) {
  .contact-support .support-list li a .support-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .contact-support .support-list li a .support-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .contact-support .support-list li a .support-icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
}
.contact-support .support-list li a .support-text {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 1600px) {
  .contact-support .support-list li a .support-text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contact-support .support-list li a .support-text {
    font-size: 14px;
    font-weight: 500;
  }
}
.contact-support .contact-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .contact-support .contact-phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (max-width: 767px) {
  .contact-support .contact-phone {
    width: 100%;
  }
}
.contact-support .contact-phone .phone-number {
  height: 42px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  border-radius: 30px;
  padding: 5px 16px;
  border: none;
  color: #fff;
  font-weight: 400;
  width: 400px;
}
@media (max-width: 1600px) {
  .contact-support .contact-phone .phone-number {
    width: 300px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contact-support .contact-phone .phone-number {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 240px;
  }
}
@media (max-width: 767px) {
  .contact-support .contact-phone .phone-number {
    width: 100%;
  }
}
.contact-support .contact-phone .phone-number::-webkit-input-placeholder {
  color: #fff;
}
.contact-support .contact-phone .phone-number::-moz-placeholder {
  color: #fff;
}
.contact-support .contact-phone .phone-number:-ms-input-placeholder {
  color: #fff;
}
.contact-support .contact-phone .phone-number::-ms-input-placeholder {
  color: #fff;
}
.contact-support .contact-phone .phone-number::placeholder {
  color: #fff;
}
.contact-support .contact-phone .phone-label {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-left: 32px;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .contact-support .contact-phone .phone-label {
    margin-left: 24px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contact-support .contact-phone .phone-label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    display: block;
    margin-left: 0;
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .contact-support .contact-phone .phone-label {
    text-align: center;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@font-face {
  font-family: "SVN-Gilroy";
  font-weight: 400;
  src: url("../fonts/SVN-Gilroy-Regular.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-weight: 500;
  src: url("../fonts/SVN-Gilroy-Medium.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-weight: 600;
  src: url("../fonts/SVN-Gilroy-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-weight: 700;
  src: url("../fonts/SVN-Gilroy-Bold.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-weight: 800;
  src: url("../fonts/SVN-Gilroy-XBold.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Qalisha";
  font-weight: 400;
  src: url("../fonts/SVN-Qalisha-Signature-Script.otf") format("opentype");
}
body {
  font-family: "SVN-Gilroy", sans-serif, arial;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  word-break: break-word;
  word-wrap: break-word;
  white-space: normal;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body {
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
}

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

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
  border: none;
  background-color: transparent;
  padding: 0;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.wrap {
  width: 100%;
  max-width: 1650px;
  padding: 0 80px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wrap {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .wrap {
    padding: 0 20px;
  }
}

.text-danger {
  color: #e20814 !important;
}

.text-red {
  color: #ff0000;
}

.head-box {
  text-align: center;
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 1366px) {
  .head-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .head-box {
    margin-bottom: 40px;
  }
}
.head-box > *:last-child {
  margin-bottom: 0;
}
.head-box::after {
  content: "";
  width: 130px;
  height: 6px;
  background-color: #e20814;
  position: absolute;
  left: calc(50% - 65px);
  bottom: 0;
}
@media (max-width: 1366px) {
  .head-box::after {
    width: 100px;
    left: calc(50% - 50px);
    height: 4px;
  }
}
@media (max-width: 767px) {
  .head-box::after {
    width: 80px;
    left: calc(50% - 40px);
    height: 3px;
  }
}
.head-box.align-left {
  text-align: left;
}
.head-box.align-left::after {
  left: 0;
}
.head-box.align-right {
  text-align: right;
}
.head-box.align-right::after {
  right: 0;
  left: inherit;
}
.head-box .title-sub {
  font-weight: 500;
  text-transform: uppercase;
  color: #e20814;
  font-size: 32px;
  padding-bottom: 12px;
}
@media (max-width: 1366px) {
  .head-box .title-sub {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .head-box .title-sub {
    font-size: 18px;
  }
}
.head-box .head-title {
  font-weight: 800;
  font-size: 40px;
  padding-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .head-box .head-title {
    font-size: 32px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .head-box .head-title {
    font-size: 24px;
    padding-bottom: 12px;
  }
}
.head-box .head-text-desc {
  padding-bottom: 40px;
  font-size: 24px;
}
@media (max-width: 1366px) {
  .head-box .head-text-desc {
    font-size: 16px;
    padding-bottom: 24px;
  }
}

.btn {
  border-radius: 30px;
  font-weight: 500;
  line-height: 125%;
  display: inline-block;
}
.btn.btn-danger {
  background-color: #e20814;
  border-color: #e20814;
}
.btn.btn-danger:hover {
  border-color: #cb050d;
  background-color: #cb050d;
}
.btn.btn-readmore {
  font-size: 24px;
  padding: 10px 40px 14px;
}
@media (max-width: 1366px) {
  .btn.btn-readmore {
    font-size: 18px;
    padding: 8px 30px 10px;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e20814;
}

.form-contact {
  padding: 80px 0 200px;
}
@media (max-width: 991px) {
  .form-contact {
    padding: 40px 0 100px;
  }
}
@media (max-width: 767px) {
  .form-contact {
    padding-bottom: 80px;
  }
}
.form-contact .contact-wrap {
  background-color: #f5f7fd;
  min-height: 300px;
  -webkit-box-shadow: -2px 4px 6px rgba(0, 0, 0, 0.07);
          box-shadow: -2px 4px 6px rgba(0, 0, 0, 0.07);
  border-radius: 0 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .form-contact .contact-wrap {
    border-radius: 16px;
    padding: 24px 16px;
  }
}
.form-contact .contact-wrap::before {
  content: "";
  width: 300px;
  height: 60px;
  background-color: #f5f7fd;
  border-radius: 30px 30px 0 0;
  position: absolute;
  left: 0;
  top: -60px;
  -webkit-box-shadow: -2px 4px 6px rgba(0, 0, 0, 0.07);
          box-shadow: -2px 4px 6px rgba(0, 0, 0, 0.07);
  z-index: -1;
}
@media (max-width: 1199px) {
  .form-contact .contact-wrap::before {
    height: 40px;
    top: -40px;
    width: 240px;
  }
}
@media (max-width: 767px) {
  .form-contact .contact-wrap::before {
    display: none;
  }
}
.form-contact .contact-wrap .contact-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5.5%;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .form-contact .contact-wrap .contact-info {
    padding: 0;
  }
}
.form-contact .contact-wrap .contact-info .head-box {
  margin-bottom: 16px;
}
.form-contact .contact-wrap .contact-info .head-box::after {
  display: none;
}
.form-contact .contact-wrap .contact-info .head-box .head-title {
  font-family: "Montserrat";
  font-size: 36px;
}
@media (max-width: 1199px) {
  .form-contact .contact-wrap .contact-info .head-box .head-title {
    font-size: 22px;
  }
}
.form-contact .contact-wrap .contact-info .form-control {
  height: 60px;
  font-size: 18px;
  background-color: #e8edfc;
  border-radius: 12px;
  border: none;
  font-weight: 500;
  padding: 5px 20px;
}
@media (max-width: 1199px) {
  .form-contact .contact-wrap .contact-info .form-control {
    height: 46px;
  }
}
@media (max-width: 767px) {
  .form-contact .contact-wrap .contact-info .form-control {
    border-radius: 6px;
    font-size: 15px;
    padding: 5px 16px;
  }
}
.form-contact .contact-wrap .contact-info .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-contact .contact-wrap .contact-info .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-contact .contact-wrap .contact-info .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-contact .contact-wrap .contact-info .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-contact .contact-wrap .contact-info .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-contact .contact-wrap .contact-info .form-control:focus {
  outline: none;
}
.form-contact .contact-wrap .contact-info .textarea {
  height: 190px;
  resize: none;
}
@media (max-width: 1199px) {
  .form-contact .contact-wrap .contact-info .textarea {
    height: 150px;
  }
}
.form-contact .contact-wrap .contact-info .button-contact {
  padding-top: 90px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .form-contact .contact-wrap .contact-info .button-contact {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .form-contact .contact-wrap .contact-info .button-contact {
    padding-top: 32px;
    margin-bottom: 0;
  }
}
.form-contact .contact-wrap .contact-info .button-contact .btn-send {
  width: 215px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat";
  text-transform: uppercase;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .form-contact .contact-wrap .contact-info .button-contact .btn-send {
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
  }
}
.form-contact .contact-wrap .contact-thumb {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .form-contact .contact-wrap .contact-thumb {
    display: none;
  }
}
.form-contact .contact-wrap .contact-thumb .inner {
  margin-top: -60px;
}
.form-contact .contact-wrap .contact-thumb .inner img {
  max-height: 100%;
}

.control-side {
  position: fixed;
  bottom: 160px;
  right: 0;
  display: none;
  z-index: 49;
}
@media (max-width: 767px) {
  .control-side {
    bottom: 40px;
  }
}
.control-side li {
  margin-bottom: 10px;
}
.control-side li:last-child {
  margin-bottom: 0;
}
.control-side li .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
}
@media (max-width: 1199px) {
  .control-side li .btn {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .control-side li .btn {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

.mission-area {
  padding: 75px 0;
}
@media (max-width: 1366px) {
  .mission-area {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .mission-area {
    padding: 30px 0;
  }
}
.mission-area .mission-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.mission-area .mission-list li {
  width: 22.5%;
  background-color: #f9f9f9;
  padding: 40px 24px;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 1366px) {
  .mission-area .mission-list li {
    width: 23%;
    padding: 32px 16px;
  }
}
@media (max-width: 991px) {
  .mission-area .mission-list li {
    width: 47.5%;
    margin: 16px 0;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .mission-area .mission-list li {
    width: 100%;
    margin: 0 0 16px 0;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .mission-area .mission-list li:last-child {
    margin-bottom: 0;
  }
}
.mission-area .mission-list li:hover {
  -webkit-box-shadow: 3px 6px 9px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 6px 9px rgba(0, 0, 0, 0.3);
}
.mission-area .mission-list li .mission-icon {
  margin-bottom: 18px;
}
@media (max-width: 1366px) {
  .mission-area .mission-list li .mission-icon img {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .mission-area .mission-list li .mission-icon img {
    max-width: 70px;
  }
}
.mission-area .mission-list li .mission-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .mission-area .mission-list li .mission-name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .mission-area .mission-list li .mission-name {
    font-size: 18px;
  }
}
.mission-area .mission-list li .mission-text {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .mission-area .mission-list li .mission-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .mission-area .mission-list li .mission-text {
    font-size: 16px;
  }
}

.certification-area {
  margin-bottom: 245px;
}
@media (max-width: 1366px) {
  .certification-area {
    margin-bottom: 150px;
  }
}
@media (max-width: 1199px) {
  .certification-area {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .certification-area {
    margin-bottom: 60px;
  }
}
.certification-area .certification-group {
  margin-bottom: 130px;
}
@media (max-width: 1199px) {
  .certification-area .certification-group {
    margin-bottom: 60px;
  }
}
.certification-area .certification-group:last-child {
  margin-bottom: 0;
}
.certification-area .certification-group .row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1199px) {
  .certification-area .certification-group .row-40 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.certification-area .certification-group .row-40 [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .certification-area .certification-group .row-40 [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.certification-area .certification-group .frame-items {
  background-color: #f5f7fd;
  border-radius: 20px;
  padding: 10px;
}
@media (max-width: 1199px) {
  .certification-area .certification-group .frame-items {
    border-radius: 12px;
  }
}
.certification-area .certification-group .frame-items .inner {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e20814;
}
@media (max-width: 1199px) {
  .certification-area .certification-group .frame-items .inner {
    border-radius: 12px;
  }
}
.certification-area .certification-group .certification-label {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #e20814;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  margin-top: 70px;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 1199px) {
  .certification-area .certification-group .certification-label {
    font-size: 22px;
    border-radius: 12px;
    margin-top: 50px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .certification-area .certification-group .certification-label {
    margin-top: 4px;
    height: auto;
    padding: 8px;
    font-size: 18px;
  }
}
.certification-area .certification-group .certification-title {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .certification-area .certification-group .certification-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .certification-area .certification-group .certification-title {
    margin-bottom: 24px;
  }
}
.certification-area .certification-group .certification-title .title-name {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  border-radius: 20px;
  background-color: #e20814;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 1199px) {
  .certification-area .certification-group .certification-title .title-name {
    font-size: 30px;
    border-radius: 12px;
    height: 90px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .certification-area .certification-group .certification-title .title-name {
    height: auto;
    padding: 8px;
    font-size: 20px;
  }
}

.advantage-area {
  padding: 140px 0 100px;
}
@media (max-width: 1366px) {
  .advantage-area {
    padding: 80px 0 60px;
  }
}
@media (max-width: 991px) {
  .advantage-area {
    padding: 50px 0 40px;
  }
}
.advantage-area .head-box {
  margin-bottom: 50px;
}
.advantage-area .swiper-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.advantage-area .swiper-advantage .swiper-pagination {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: initial;
  text-align: right;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .advantage-area .swiper-advantage .swiper-pagination {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .advantage-area .swiper-advantage .swiper-pagination {
    margin-bottom: 16px;
  }
}
.advantage-area .swiper-advantage .swiper-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.advantage-area .swiper-advantage .advantage-thumb {
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  .advantage-area .swiper-advantage .advantage-thumb {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .advantage-area .swiper-advantage .advantage-thumb {
    margin-bottom: 16px;
  }
}
.advantage-area .swiper-advantage .advantage-thumb .inner {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
.advantage-area .swiper-advantage .advantage-thumb .inner .in {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.advantage-area .swiper-advantage .advantage-thumb .inner .in img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantage-area .swiper-advantage .text {
  font-size: 31px;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: justify;
}
@media (max-width: 1366px) {
  .advantage-area .swiper-advantage .text {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .advantage-area .swiper-advantage .text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .advantage-area .swiper-advantage .text {
    font-size: 16px;
  }
}

.technology-introduce {
  padding: 80px 0 70px;
}
@media (max-width: 991px) {
  .technology-introduce {
    padding: 40px 0 30px;
  }
}
.technology-introduce .head-box {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .technology-introduce .head-box {
    margin-bottom: 30px;
  }
}
.technology-introduce .technology-desc {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .technology-introduce .technology-desc {
    margin-bottom: 60px;
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .technology-introduce .technology-desc {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .technology-introduce .technology-desc {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.technology-introduce .technology-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.technology-introduce .technology-list li {
  width: 44%;
  padding: 32px;
  border-radius: 30px;
  -webkit-box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-bottom: 70px;
}
@media (max-width: 1366px) {
  .technology-introduce .technology-list li {
    width: 47%;
  }
}
@media (max-width: 1199px) {
  .technology-introduce .technology-list li {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .technology-introduce .technology-list li {
    width: 48.5%;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 32px;
    -webkit-box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.15);
            box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  .technology-introduce .technology-list li {
    width: 100%;
  }
}
.technology-introduce .technology-list li:hover {
  -webkit-box-shadow: -6px 6px 8px rgba(0, 0, 0, 0.15);
          box-shadow: -6px 6px 8px rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.05);
}
.technology-introduce .technology-list li .technology-thumb {
  height: 270px;
  border-radius: 30px 30px 0 0;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .technology-introduce .technology-list li .technology-thumb {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .technology-introduce .technology-list li .technology-thumb {
    border-radius: 16px 16px 0 0;
    height: 180px;
  }
}
@media (max-width: 991px) {
  .technology-introduce .technology-list li .technology-thumb {
    height: 140px;
  }
}
.technology-introduce .technology-list li .technology-thumb img {
  border-radius: 30px 30px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .technology-introduce .technology-list li .technology-thumb img {
    border-radius: 16px 16px 0 0;
  }
}
.technology-introduce .technology-list li .technology-title {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 1366px) {
  .technology-introduce .technology-list li .technology-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .technology-introduce .technology-list li .technology-title {
    font-size: 20px;
  }
}
.technology-introduce .technology-list li .text {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1366px) {
  .technology-introduce .technology-list li .text {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .technology-introduce .technology-list li .text {
    font-size: 16px;
  }
}

/***----- style-page -----***/
/***----- home-page -----***/
.home-page .swiper-home-banner {
  padding-bottom: 75px;
}
@media (max-width: 1366px) {
  .home-page .swiper-home-banner {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .home-page .swiper-home-banner {
    padding-bottom: 16px;
  }
}
.home-page .swiper-home-banner .swiper-pagination {
  position: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0;
}
.home-page .about-compnay {
  padding: 75px 0;
}
@media (max-width: 1366px) {
  .home-page .about-compnay {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .home-page .about-compnay {
    padding: 30px 0;
  }
}
.home-page .about-compnay .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.home-page .about-compnay .about-info {
  width: 37%;
}
@media (max-width: 991px) {
  .home-page .about-compnay .about-info {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .home-page .about-compnay .about-info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.home-page .about-compnay .about-info .head-box {
  margin-bottom: 55px;
}
@media (max-width: 1366px) {
  .home-page .about-compnay .about-info .head-box {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .home-page .about-compnay .about-info .head-box {
    margin-bottom: 30px;
  }
}
.home-page .about-compnay .about-info .text-desc {
  font-size: 22px;
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .home-page .about-compnay .about-info .text-desc {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.home-page .about-compnay .about-thumb {
  width: 56.5%;
}
@media (max-width: 991px) {
  .home-page .about-compnay .about-thumb {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .home-page .about-compnay .about-thumb {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 24px;
  }
}
.home-page .science-area {
  padding: 75px 0;
}
@media (max-width: 1366px) {
  .home-page .science-area {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .home-page .science-area {
    padding: 30px 0;
  }
}
.home-page .science-area .quote-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .home-page .science-area .quote-icon {
    display: none;
  }
}
.home-page .science-area .quote-icon .icon {
  width: 110px;
  height: 110px;
  border: 1px solid #e20814;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 24px;
  color: #e20814;
  font-size: 150px;
  line-height: 0;
  font-family: "arial";
  font-weight: 700;
  border-radius: 16px;
  position: absolute;
  top: -185px;
}
@media (max-width: 1366px) {
  .home-page .science-area .quote-icon .icon {
    width: 80px;
    height: 80px;
    font-size: 120px;
    padding-bottom: 16px;
    top: -130px;
  }
}
.home-page .science-area .science-list {
  grid-gap: 5.5%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.5% 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1366px) {
  .home-page .science-area .science-list {
    grid-gap: 4%;
  }
}
@media (max-width: 767px) {
  .home-page .science-area .science-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.home-page .science-area .science-list li {
  background-color: #f9f9f9;
  border-radius: 30px;
  border: 1px solid #e20814;
  padding: 38px 84px 38px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1366px) {
  .home-page .science-area .science-list li {
    padding: 24px 50px 24px 24px;
  }
}
@media (max-width: 991px) {
  .home-page .science-area .science-list li {
    padding: 24px 16px;
    border-radius: 20px;
  }
}
.home-page .science-area .science-list li .rate-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .home-page .science-area .science-list li .rate-star {
    margin-bottom: 20px;
  }
}
.home-page .science-area .science-list li .rate-star .star {
  margin-right: 10px;
  display: block;
}
@media (max-width: 991px) {
  .home-page .science-area .science-list li .rate-star .star {
    max-width: 30px;
    margin-right: 6px;
  }
}
.home-page .science-area .science-list li .rate-star .star:last-child {
  margin-right: 0;
}
.home-page .science-area .science-list li:nth-child(even) {
  padding: 38px 32px 38px 84px;
}
@media (max-width: 1366px) {
  .home-page .science-area .science-list li:nth-child(even) {
    padding: 24px 24px 24px 50px;
  }
}
@media (max-width: 991px) {
  .home-page .science-area .science-list li:nth-child(even) {
    padding: 24px 16px;
  }
}
.home-page .science-area .science-list li .science-text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 32px;
}
@media (max-width: 1366px) {
  .home-page .science-area .science-list li .science-text {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.home-page .science-area .science-list li .science-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-page .science-area .science-list li .science-user .science-thumb {
  width: 166px;
  height: 166px;
  border-radius: 50%;
  background-color: #fff;
  border: 8px solid #fff;
}
@media (max-width: 1366px) {
  .home-page .science-area .science-list li .science-user .science-thumb {
    width: 120px;
    height: 120px;
    border-width: 6px;
  }
}
@media (max-width: 991px) {
  .home-page .science-area .science-list li .science-user .science-thumb {
    width: 80px;
    height: 80px;
    border-width: 4px;
  }
}
.home-page .science-area .science-list li .science-user .science-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.home-page .science-area .science-list li .science-user .science-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}
@media (max-width: 1366px) {
  .home-page .science-area .science-list li .science-user .science-info {
    padding-left: 16px;
  }
}
@media (max-width: 991px) {
  .home-page .science-area .science-list li .science-user .science-info {
    padding-left: 8px;
  }
}
.home-page .science-area .science-list li .science-user .science-info .science-name {
  text-transform: uppercase;
  font-size: 24px;
  color: #e20814;
  margin-bottom: 12px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .home-page .science-area .science-list li .science-user .science-info .science-name {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .home-page .science-area .science-list li .science-user .science-info .science-name {
    font-size: 16px;
  }
}
.home-page .science-area .science-list li .science-user .science-info .science-desc {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .home-page .science-area .science-list li .science-user .science-info .science-desc {
    font-size: 16px;
  }
}
.home-page .application-area {
  padding: 75px 0;
}
@media (max-width: 1366px) {
  .home-page .application-area {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .home-page .application-area {
    padding: 30px 0;
  }
}
.home-page .application-area .application-thumb {
  text-align: center;
}
.home-page .filter-technology {
  padding: 75px 0;
}
@media (max-width: 1366px) {
  .home-page .filter-technology {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .home-page .filter-technology {
    padding: 30px 0;
  }
}
.home-page .filter-technology .head-box {
  margin-bottom: 30px;
}
.home-page .filter-technology .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.home-page .filter-technology .col-slider {
  width: 53%;
}
@media (max-width: 991px) {
  .home-page .filter-technology .col-slider {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.home-page .filter-technology .col-slider .slider-inner {
  position: relative;
  overflow: hidden;
  height: 810px;
}
@media (max-width: 767px) {
  .home-page .filter-technology .col-slider .slider-inner {
    height: initial;
    overflow: inherit;
  }
}
.home-page .filter-technology .col-slider .swiper-technology {
  padding-right: 8%;
}
@media (max-width: 767px) {
  .home-page .filter-technology .col-slider .swiper-technology {
    padding-right: 0;
  }
}
.home-page .filter-technology .col-slider .swiper-pagination {
  top: 25%;
}
@media (max-width: 767px) {
  .home-page .filter-technology .col-slider .swiper-pagination {
    bottom: initial;
    top: initial;
    position: initial;
  }
}
.home-page .filter-technology .col-slider .swiper-slide {
  padding: 10px;
  height: auto !important;
}
@media (max-width: 767px) {
  .home-page .filter-technology .col-slider .swiper-slide {
    padding: 4px;
  }
}
.home-page .filter-technology .col-slider .technology-items {
  background-color: #f9f9f9;
  border-radius: 16px;
  padding: 5px;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  height: 184px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .home-page .filter-technology .col-slider .technology-items {
    height: auto;
    border-radius: 8px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.home-page .filter-technology .col-slider .technology-items .technology-thumb {
  width: 43%;
  height: 170px;
}
@media (max-width: 767px) {
  .home-page .filter-technology .col-slider .technology-items .technology-thumb {
    height: 150px;
    width: 100%;
  }
}
.home-page .filter-technology .col-slider .technology-items .technology-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .home-page .filter-technology .col-slider .technology-items .technology-thumb img {
    border-radius: 8px;
  }
}
.home-page .filter-technology .col-slider .technology-items .technology-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 20px 8px 24px;
}
@media (max-width: 767px) {
  .home-page .filter-technology .col-slider .technology-items .technology-info {
    padding: 8px 6px 8px;
    width: 100%;
  }
}
.home-page .filter-technology .col-slider .technology-items .technology-info .technology-name {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .home-page .filter-technology .col-slider .technology-items .technology-info .technology-name {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.home-page .filter-technology .col-slider .technology-items .technology-info .technology-text {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-page .filter-technology .col-slider .technology-items .technology-info .technology-text {
    font-size: 14px;
  }
}
.home-page .filter-technology .col-info {
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991px) {
  .home-page .filter-technology .col-info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 24px;
  }
}
.home-page .filter-technology .col-info .technology-wrap {
  max-width: 530px;
  width: 100%;
}
.home-page .filter-technology .col-info .technology-desc {
  font-size: 22px;
  text-align: justify;
}
@media (max-width: 1366px) {
  .home-page .filter-technology .col-info .technology-desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home-page .filter-technology .col-info .technology-desc {
    font-size: 16px;
  }
}
.home-page .product-area {
  padding: 75px 0 200px;
  font-family: "Montserrat";
}
@media (max-width: 1366px) {
  .home-page .product-area {
    padding: 50px 0 120px;
  }
}
@media (max-width: 767px) {
  .home-page .product-area {
    padding: 30px 0 80px;
  }
}
.home-page .product-area .product-list {
  grid-gap: 10%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10% 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1600px) {
  .home-page .product-area .product-list {
    grid-gap: 6%;
  }
}
@media (max-width: 991px) {
  .home-page .product-area .product-list {
    grid-gap: 4%;
  }
}
@media (max-width: 767px) {
  .home-page .product-area .product-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 32px;
  }
}
.home-page .product-area .product-list li .product-thumb {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .home-page .product-area .product-list li .product-thumb {
    margin-bottom: 32px;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 991px) {
  .home-page .product-area .product-list li .product-thumb {
    border-radius: 20px;
    margin-bottom: 24px;
  }
}
.home-page .product-area .product-list li .product-thumb .thumb {
  height: 32vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px 10% 4%;
}
@media (min-width: 1900px) {
  .home-page .product-area .product-list li .product-thumb .thumb {
    height: 580px;
  }
}
@media (max-width: 767px) {
  .home-page .product-area .product-list li .product-thumb .thumb {
    height: auto;
  }
}
.home-page .product-area .product-list li .product-thumb .thumb img {
  max-height: 100%;
  max-width: 100%;
}
.home-page .product-area .product-list li .product-thumb .product-name {
  padding: 10px 0;
  font-size: 70px;
  color: #fff;
  background-color: #e20814;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .home-page .product-area .product-list li .product-thumb .product-name {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .home-page .product-area .product-list li .product-thumb .product-name {
    font-size: 32px;
  }
}
.home-page .product-area .product-list li .product-desc {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .home-page .product-area .product-list li .product-desc {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .home-page .product-area .product-list li .product-desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home-page .product-area .product-list li .product-desc {
    margin-bottom: 16px;
  }
}
.home-page .product-area .product-list li .product-price {
  font-weight: 700;
  color: #e20814;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  line-height: 100%;
}
@media (max-width: 1600px) {
  .home-page .product-area .product-list li .product-price {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .home-page .product-area .product-list li .product-price {
    font-size: 24px;
  }
}
.home-page .parallax-banner {
  height: 45vw;
  background: transparent;
}
@media (min-width: 1900px) {
  .home-page .parallax-banner {
    height: 750px;
  }
}
.home-page .comment-area .swiper-pagination {
  position: initial;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .home-page .comment-area .swiper-pagination {
    padding-top: 16px;
  }
}
.home-page .comment-area .comment-wrap {
  padding: 140px 0 60px;
  position: relative;
}
@media (max-width: 991px) {
  .home-page .comment-area .comment-wrap {
    padding: 65px 0 35px;
  }
}
.home-page .comment-area .comment-wrap::after, .home-page .comment-area .comment-wrap::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}
.home-page .comment-area .comment-wrap::before {
  background-image: url("../img/common/comment-quote-icon-top.png");
  background-position: 0 20px;
  background-size: 26% auto;
}
.home-page .comment-area .comment-wrap::after {
  background-image: url("../img/common/comment-quote-icon-bottom.png");
  background-position: 100% 100%;
  background-size: 12% auto;
}
.home-page .comment-area .comment-wrap .comment-inner {
  position: relative;
  z-index: 5;
}
.home-page .comment-area .comment-items {
  width: 100%;
  height: 21vw;
  background: url("../img/common/comment-frame.png") no-repeat;
  background-size: contain;
  padding: 13% 18% 19% 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (min-width: 1800px) {
  .home-page .comment-area .comment-items {
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .home-page .comment-area .comment-items {
    height: 33vw;
  }
}
@media (max-width: 767px) {
  .home-page .comment-area .comment-items {
    height: 66vw;
  }
}
.home-page .comment-area .comment-items .comment-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  font-family: "Montserrat";
}
@media (max-width: 1366px) {
  .home-page .comment-area .comment-items .comment-text {
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 991px) {
  .home-page .comment-area .comment-items .comment-text {
    -webkit-line-clamp: 3;
  }
}
.home-page .comment-area .comment-items .comment-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-page .comment-area .comment-items .comment-user .user-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-page .comment-area .comment-items .comment-user .user-inner .user-thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e20814;
}
.home-page .comment-area .comment-items .comment-user .user-inner .user-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.home-page .comment-area .comment-items .comment-user .user-inner .user-info {
  padding-left: 10px;
}
.home-page .comment-area .comment-items .comment-user .user-inner .user-info .author-name {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-page .comment-area .comment-items .comment-user .user-inner .user-info .author-city {
  line-height: 120%;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-page .comment-area .comment-items .comment-user .user-inner .user-info .rate-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #f7c800;
  font-size: 14px;
}
.home-page .comment-area .comment-items .comment-user .user-inner .user-info .rate-star i {
  margin-right: 4px;
}
.home-page .news-area {
  padding: 50px 0 80px;
}
@media (max-width: 991px) {
  .home-page .news-area {
    padding: 25px 0 40px;
  }
}
.home-page .news-area .news-list {
  grid-gap: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .home-page .news-area .news-list {
    grid-gap: 24px;
  }
}
@media (max-width: 767px) {
  .home-page .news-area .news-list {
    grid-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-page .news-area .news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-page .news-area .news-list li .news-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10%;
}
@media (max-width: 991px) {
  .home-page .news-area .news-list li .news-info {
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .home-page .news-area .news-list li .news-info {
    padding-right: 10px;
  }
}
.home-page .news-area .news-list li .news-info .post-date {
  margin-bottom: 6px;
}
.home-page .news-area .news-list li .news-info .post-date .date {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 1px 12px;
  border-radius: 4px;
  background-color: #e20814;
}
@media (max-width: 767px) {
  .home-page .news-area .news-list li .news-info .post-date .date {
    font-size: 12px;
  }
}
.home-page .news-area .news-list li .news-info .news-title {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1366px) {
  .home-page .news-area .news-list li .news-info .news-title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .home-page .news-area .news-list li .news-info .news-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home-page .news-area .news-list li .news-info .news-title {
    font-size: 14px;
  }
}
.home-page .news-area .news-list li .news-info .news-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-page .news-area .news-list li .news-info .news-title a {
    -webkit-line-clamp: 2;
  }
}
.home-page .news-area .news-list li .news-info .news-title a:hover {
  color: #e20814;
}
.home-page .news-area .news-list li .news-info .news-desc {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-page .news-area .news-list li .news-info .news-desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home-page .news-area .news-list li .news-info .news-desc {
    font-size: 14px;
  }
}
.home-page .news-area .news-list li .news-info .readmore {
  display: inline-block;
  padding: 1px 15px 2px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .home-page .news-area .news-list li .news-info .readmore {
    font-size: 14px;
  }
}
.home-page .news-area .news-list li .news-thumb {
  height: 100%;
  width: 42%;
  max-height: 262px;
}
@media (max-width: 767px) {
  .home-page .news-area .news-list li .news-thumb {
    width: 40%;
  }
}
.home-page .news-area .news-list li .news-thumb a {
  display: block;
}
.home-page .news-area .news-list li .news-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
}
@media (max-width: 767px) {
  .home-page .news-area .news-list li .news-thumb img {
    border-radius: 12px;
  }
}

/***----- warranty-page -----***/
.warranty-page .form-label {
  font-weight: 500;
  font-size: 20px;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 1366px) {
  .warranty-page .form-label {
    font-size: 18px;
  }
}
.warranty-page .req {
  color: #e20814;
}
.warranty-page .form-control {
  height: 75px;
  border: 1px solid #1b1b1b;
  font-size: 22px;
  font-weight: 500;
  padding: 5px 24px;
  border-radius: 15px;
}
@media (max-width: 1366px) {
  .warranty-page .form-control {
    font-size: 18px;
    height: 60px;
    border-radius: 10px;
    padding: 5px 16px;
  }
}
@media (max-width: 767px) {
  .warranty-page .form-control {
    height: 50px;
    border-radius: 8px;
  }
}
.warranty-page .warranty-form {
  padding: 150px 0;
}
@media (max-width: 1366px) {
  .warranty-page .warranty-form {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .warranty-page .warranty-form {
    padding: 60px 0;
  }
}
.warranty-page .warranty-form .head-box .head-title {
  font-size: 50px;
  line-height: 1.3;
}
@media (max-width: 1366px) {
  .warranty-page .warranty-form .head-box .head-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .warranty-page .warranty-form .head-box .head-title {
    font-size: 30px;
  }
}
.warranty-page .warranty-form .form-group {
  grid-gap: 6.5%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.5% 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
}
@media (max-width: 1366px) {
  .warranty-page .warranty-form .form-group {
    grid-gap: 4%;
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .warranty-page .warranty-form .form-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.warranty-page .form-button {
  text-align: center;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .warranty-page .form-button {
    padding-top: 50px;
  }
}
.warranty-page .form-button .btn-register {
  width: 280px;
  height: 60px;
  content: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .warranty-page .form-button .btn-register {
    height: 50px;
    font-size: 20px;
    border-radius: 10px;
  }
}

/***----- about-page -----***/
.about-page .about-banner {
  position: relative;
}
@media (max-width: 767px) {
  .about-page .about-banner .banner-img img {
    min-height: 250px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about-page .about-banner .banner-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-page .about-banner .banner-wrap .banner-inner {
  display: inline-block;
}
.about-page .about-banner .banner-wrap .banner-inner .title-label {
  font-size: 2vw;
  color: #fff;
  padding: 3px 20px;
  background-color: #e20814;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 32px;
  display: inline-block;
}
@media (min-width: 1920) {
  .about-page .about-banner .banner-wrap .banner-inner .title-label {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .about-page .about-banner .banner-wrap .banner-inner .title-label {
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 6px;
  }
}
.about-page .about-banner .banner-wrap .banner-inner .banner-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 6vw;
  font-family: "SVN-Qalisha";
}
@media (min-width: 1920) {
  .about-page .about-banner .banner-wrap .banner-inner .banner-label {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .about-page .about-banner .banner-wrap .banner-inner .banner-label {
    font-size: 40px;
  }
}
.about-page .about-banner .banner-wrap .banner-inner .banner-label::after {
  display: block;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: #fff;
  margin-left: 24px;
  margin-top: 20px;
}
.about-page .about-banner .banner-wrap .banner-inner .banner-title {
  font-size: 3.5vw;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 1920) {
  .about-page .about-banner .banner-wrap .banner-inner .banner-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .about-page .about-banner .banner-wrap .banner-inner .banner-title {
    font-size: 24px;
  }
}
.about-page .about-area {
  padding: 150px 0 70px;
}
@media (max-width: 1366px) {
  .about-page .about-area {
    padding: 100px 0 50px;
  }
}
@media (max-width: 991px) {
  .about-page .about-area {
    padding: 60px 0 30px;
  }
}
.about-page .about-area .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.about-page .about-area .about-thumb {
  width: 47%;
}
@media (max-width: 1366px) {
  .about-page .about-area .about-thumb {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .about-page .about-area .about-thumb {
    width: 100%;
    margin-bottom: 24px;
  }
}
.about-page .about-area .about-thumb .swiper-about-banner .swiper-slide img {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .about-page .about-area .about-thumb .swiper-about-banner .swiper-slide img {
    border-radius: 10px;
  }
}
.about-page .about-area .about-thumb .swiper-about-banner .swiper-pagination {
  position: initial;
  padding: 32px 0 0;
}
@media (max-width: 1366px) {
  .about-page .about-area .about-thumb .swiper-about-banner .swiper-pagination {
    padding-top: 24px;
  }
}
@media (max-width: 991px) {
  .about-page .about-area .about-thumb .swiper-about-banner .swiper-pagination {
    padding-top: 16px;
  }
}
.about-page .about-area .about-info {
  width: 45.8%;
}
@media (max-width: 1366px) {
  .about-page .about-area .about-info {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .about-page .about-area .about-info {
    width: 100%;
  }
}
.about-page .about-area .about-info .text {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 32px;
}
@media (max-width: 1366px) {
  .about-page .about-area .about-info .text {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .about-page .about-area .about-info .text {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.about-page .history-area {
  padding: 70px 0 80px;
}
@media (max-width: 991px) {
  .about-page .history-area {
    padding: 35px 0 40px;
  }
}
.about-page .history-area .head-box {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .about-page .history-area .head-box {
    margin-bottom: 30px;
  }
}
.about-page .history-area .history-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6;
  border-radius: 30px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .about-page .history-area .history-list li {
    border-radius: 12px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 576px) {
  .about-page .history-area .history-list li {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.about-page .history-area .history-list li:last-child {
  margin-bottom: 0;
}
.about-page .history-area .history-list li:nth-child(even) .history-thumb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 576px) {
  .about-page .history-area .history-list li:nth-child(even) .history-thumb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-page .history-area .history-list li:nth-child(even) .history-info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 75px;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .about-page .history-area .history-list li:nth-child(even) .history-info {
    padding-left: 16px;
  }
}
@media (max-width: 576px) {
  .about-page .history-area .history-list li:nth-child(even) .history-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about-page .history-area .history-list li .history-thumb {
  width: 39%;
}
@media (max-width: 576px) {
  .about-page .history-area .history-list li .history-thumb {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-page .history-area .history-list li .history-thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page .history-area .history-list li .history-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 24px;
  padding-bottom: 16px;
  padding-right: 75px;
}
@media (max-width: 1199px) {
  .about-page .history-area .history-list li .history-info {
    padding-right: 16px;
    padding-top: 16px;
  }
}
@media (max-width: 576px) {
  .about-page .history-area .history-list li .history-info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 16px !important;
  }
}
.about-page .history-area .history-list li .history-info .history-year {
  display: inline-block;
  min-width: 170px;
  text-align: center;
  font-size: 40px;
  padding: 2px 30px 3px;
  border-radius: 15px;
  background-color: #e20814;
  color: #fff;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .about-page .history-area .history-list li .history-info .history-year {
    font-size: 20px;
    min-width: initial;
    border-radius: 6px;
    margin-bottom: 10px;
  }
}
.about-page .history-area .history-list li .history-info .text {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .about-page .history-area .history-list li .history-info .text {
    font-size: 16px;
  }
}
.about-page .gallery-thumb {
  padding: 75px 0;
}
@media (max-width: 991px) {
  .about-page .gallery-thumb {
    padding: 40px 0;
  }
}
.about-page .gallery-thumb .items {
  overflow: hidden;
}
.about-page .gallery-thumb .items img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page .gallery-thumb .items img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.about-page .distinctive-area {
  padding-top: 75px;
}
@media (max-width: 991px) {
  .about-page .distinctive-area {
    padding-top: 40px;
  }
}
.about-page .distinctive-area .head-box {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .about-page .distinctive-area .head-box {
    margin-bottom: 30px;
  }
}
.about-page .distinctive-area .distinctive-list {
  position: relative;
  z-index: 5;
  grid-gap: 18%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18% 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 130px;
  margin-bottom: -50px;
}
@media (max-width: 1366px) {
  .about-page .distinctive-area .distinctive-list {
    grid-gap: 12%;
    row-gap: 100px;
  }
}
@media (max-width: 991px) {
  .about-page .distinctive-area .distinctive-list {
    grid-gap: 6%;
    row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .about-page .distinctive-area .distinctive-list {
    grid-gap: 30px;
    row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: -10px;
  }
}
.about-page .distinctive-area .distinctive-list li {
  font-size: 36px;
  font-weight: 500;
  background: url("../img/common/water-drop.png") no-repeat;
  min-height: 290px;
  padding-top: 140px;
}
@media (max-width: 1366px) {
  .about-page .distinctive-area .distinctive-list li {
    padding-top: 100px;
    font-size: 30px;
    background-size: 150px auto;
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .about-page .distinctive-area .distinctive-list li {
    padding-top: 60px;
    font-size: 24px;
    background-size: 100px auto;
  }
}
@media (max-width: 767px) {
  .about-page .distinctive-area .distinctive-list li {
    padding-top: 30px;
    font-size: 18px;
    background-size: 60px auto;
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  .about-page .distinctive-area .distinctive-list li:nth-child(even) {
    background-position: 100% 0%;
  }
}

/***----- technology-page -----***/
.technology-page .technology-banner {
  position: relative;
}
@media (max-width: 767px) {
  .technology-page .technology-banner .banner-img img {
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.technology-page .technology-banner .banner-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.technology-page .technology-banner .head-box {
  margin-top: 20%;
}
@media (max-width: 767px) {
  .technology-page .technology-banner .head-box {
    margin-top: 25%;
  }
}
.technology-page .technology-banner .head-box::after {
  width: 11vw;
  background-color: #fff;
  height: 5px;
}
@media (min-width: 1920px) {
  .technology-page .technology-banner .head-box::after {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .technology-page .technology-banner .head-box::after {
    width: 90px;
    height: 3px;
  }
}
.technology-page .technology-banner .head-box .head-title {
  color: #fff;
  font-size: 3.8vw;
  font-weight: 600;
}
@media (min-width: 1920px) {
  .technology-page .technology-banner .head-box .head-title {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .technology-page .technology-banner .head-box .head-title {
    font-size: 30px;
  }
}
.technology-page .technology-filter {
  padding: 180px 0;
}
@media (max-width: 1366px) {
  .technology-page .technology-filter {
    padding: 120px 0;
  }
}
@media (max-width: 1024px) {
  .technology-page .technology-filter {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .technology-page .technology-filter {
    padding: 60px 0;
  }
}
.technology-page .technology-filter .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.technology-page .technology-filter .technology-info {
  width: 52%;
}
@media (max-width: 1024px) {
  .technology-page .technology-filter .technology-info {
    width: 60%;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .technology-page .technology-filter .technology-info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.technology-page .technology-filter .technology-info .head-box {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .technology-page .technology-filter .technology-info .head-box {
    margin-bottom: 24px;
  }
}
.technology-page .technology-filter .technology-info .text {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  text-align: justify;
}
@media (max-width: 1366px) {
  .technology-page .technology-filter .technology-info .text {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .technology-page .technology-filter .technology-info .text {
    font-size: 18px;
  }
}
.technology-page .technology-filter .technology-thumb {
  width: 39.6%;
}
@media (max-width: 1024px) {
  .technology-page .technology-filter .technology-thumb {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .technology-page .technology-filter .technology-thumb {
    width: 100%;
  }
}
.technology-page .results-area {
  padding: 100px 0 200px;
}
@media (max-width: 1366px) {
  .technology-page .results-area {
    padding: 50px 0 100px;
  }
}

/***----- product-page -----***/
.product-page .product-overview {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .product-page .product-overview {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .product-page .product-overview {
    padding: 40px 0;
  }
}
.product-page .product-overview .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-page .product-overview .overview-info {
  width: 45%;
  max-width: 540px;
}
@media (max-width: 767px) {
  .product-page .product-overview .overview-info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.product-page .product-overview .overview-info .product-ctg {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5vw;
  margin-bottom: 8px;
}
@media (min-width: 1900px) {
  .product-page .product-overview .overview-info .product-ctg {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .product-page .product-overview .overview-info .product-ctg {
    font-size: 22px;
  }
}
.product-page .product-overview .overview-info .product-code {
  font-weight: 800;
  font-size: 3.5vw;
  text-transform: uppercase;
  margin-bottom: 48px;
}
@media (min-width: 1900px) {
  .product-page .product-overview .overview-info .product-code {
    font-size: 70px;
  }
}
@media (max-width: 1366px) {
  .product-page .product-overview .overview-info .product-code {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .product-page .product-overview .overview-info .product-code {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.product-page .product-overview .overview-info .price-box {
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .product-page .product-overview .overview-info .price-box {
    margin-bottom: 24px;
  }
}
.product-page .product-overview .overview-info .product-price {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.2vw;
  color: #f60000;
}
@media (min-width: 1900px) {
  .product-page .product-overview .overview-info .product-price {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .product-page .product-overview .overview-info .product-price {
    font-size: 30px;
  }
}
.product-page .product-overview .overview-info .price-note {
  font-style: italic;
  font-size: 22px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .product-page .product-overview .overview-info .price-note {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product-page .product-overview .overview-info .price-note {
    font-size: 14px;
  }
}
.product-page .product-overview .overview-info .btn {
  border-radius: 50px;
  height: 65px;
  font-size: 2vw;
  font-weight: 700;
  padding: 3px 16px;
  line-height: 120%;
}
@media (min-width: 1366px) {
  .product-page .product-overview .overview-info .btn {
    font-size: 28px;
  }
}
@media (max-width: 1366px) {
  .product-page .product-overview .overview-info .btn {
    height: 55px;
  }
}
@media (max-width: 991px) {
  .product-page .product-overview .overview-info .btn {
    height: 45px;
    font-size: 18px;
  }
}
.product-page .product-overview .overview-info .btn-gray {
  background-color: #f5f7fd;
  border: 1px solid #979797;
}
.product-page .product-overview .overview-info .btn-gray:hover {
  background-color: #e2e9fd;
}
.product-page .product-overview .overview-info .button-group {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1366px) {
  .product-page .product-overview .overview-info .button-group {
    margin-bottom: 24px;
  }
}
.product-page .product-overview .overview-info .button-group .btn {
  width: 46%;
}
@media (max-width: 1366px) {
  .product-page .product-overview .overview-info .button-group .btn {
    width: 48%;
  }
}
.product-page .product-overview .overview-thumb {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .product-page .product-overview .overview-thumb {
    width: 100%;
  }
}
.product-page .product-overview .overview-thumb .thumb {
  padding-bottom: 94%;
  position: relative;
  height: 0;
}
.product-page .product-overview .overview-thumb .thumb .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 10%;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .product-page .product-overview .overview-thumb .thumb .inner {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
  }
}
.product-page .technical-area {
  padding: 100px 0 60px;
}
@media (max-width: 1366px) {
  .product-page .technical-area {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .product-page .technical-area {
    padding: 40px 0 30px;
  }
}
.product-page .technical-area .technical-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-page .technical-area .technical-thumb {
  width: 55.6%;
}
@media (max-width: 991px) {
  .product-page .technical-area .technical-thumb {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .product-page .technical-area .technical-thumb {
    max-width: 100%;
  }
}
.product-page .technical-area .technical-thumb img {
  border-radius: 8%;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  .product-page .technical-area .technical-thumb img {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  }
}
.product-page .technical-area .technical-info {
  width: 42%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .product-page .technical-area .technical-info {
    width: 100%;
    max-width: 100%;
    padding-top: 32px;
  }
}
.product-page .technical-area .technical-info .technical-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 1366px) {
  .product-page .technical-area .technical-info .technical-model {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .product-page .technical-area .technical-info .technical-model {
    font-size: 20px;
  }
}
.product-page .technical-area .technical-info .technical-model .label {
  margin-right: 48px;
}
@media (max-width: 1366px) {
  .product-page .technical-area .technical-info .technical-model .label {
    margin-right: 32px;
  }
}
.product-page .technical-area .technical-info .group-technical {
  margin-bottom: 24px;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media (max-width: 1366px) {
  .product-page .technical-area .technical-info .group-technical {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product-page .technical-area .technical-info .group-technical {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.product-page .technical-area .technical-info .group-technical .technical-name {
  font-size: 24px;
  font-weight: 500;
  margin-right: 12px;
  display: block;
}
@media (max-width: 1366px) {
  .product-page .technical-area .technical-info .group-technical .technical-name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .product-page .technical-area .technical-info .group-technical .technical-name {
    font-size: 18px;
  }
}
.product-page .technical-area .technical-info .group-technical .technical-text {
  display: inline-block;
  padding-top: 4px;
}
.product-page .product-introduction {
  padding: 60px 0 100px;
}
@media (max-width: 1366px) {
  .product-page .product-introduction {
    padding: 30px 0 50px;
  }
}
@media (max-width: 991px) {
  .product-page .product-introduction {
    padding: 30px 0 40px;
  }
}
.product-page .product-introduction .head-box {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .product-page .product-introduction .head-box {
    margin-bottom: 30px;
  }
}
.product-page .product-introduction .head-box .head-title {
  text-transform: inherit;
}
.product-page .product-introduction .introduction-box {
  padding-bottom: 16px;
}
.product-page .product-introduction .introduction-box .text {
  font-size: 32px;
  margin-bottom: 32px;
  text-align: justify;
}
@media (max-width: 1366px) {
  .product-page .product-introduction .introduction-box .text {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .product-page .product-introduction .introduction-box .text {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.product-page .product-introduction .introduction-box .text:first-child {
  font-weight: 700;
}
.product-page .product-introduction .readmore {
  font-size: 24px;
  color: #e20814;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 991px) {
  .product-page .product-introduction .readmore {
    font-size: 16px;
  }
}
.product-page .product-introduction .readmore:hover i {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.product-page .product-introduction .readmore i {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.product-page .videos-product {
  padding: 100px 0 120px;
}
@media (max-width: 1366px) {
  .product-page .videos-product {
    padding: 50px 0 60px;
  }
}
@media (max-width: 991px) {
  .product-page .videos-product {
    padding: 40px 0px;
  }
}
.product-page .feature-area {
  padding: 120px 0;
}
@media (max-width: 1366px) {
  .product-page .feature-area {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .product-page .feature-area {
    padding: 40px 0;
  }
}
.product-page .feature-area .feature-list {
  grid-gap: 11%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 11% 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 50px;
}
@media (max-width: 1366px) {
  .product-page .feature-area .feature-list {
    grid-gap: 8%;
  }
}
@media (max-width: 991px) {
  .product-page .feature-area .feature-list {
    grid-gap: 24px;
  }
}
@media (max-width: 767px) {
  .product-page .feature-area .feature-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-page .feature-area .feature-list li {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 40px 32px 50px;
}
@media (max-width: 991px) {
  .product-page .feature-area .feature-list li {
    padding: 24px 16px 24px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .product-page .feature-area .feature-list li {
    padding: 16px;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
.product-page .feature-area .feature-list li:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.product-page .feature-area .feature-list li .feature-thumb {
  border-radius: 40px 40px 0 0;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  height: 300px;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .product-page .feature-area .feature-list li .feature-thumb {
    height: 250px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .product-page .feature-area .feature-list li .feature-thumb {
    border-radius: 20px 20px 0 0;
    height: 150px;
    padding: 10px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .product-page .feature-area .feature-list li .feature-thumb {
    border-radius: 12px 12px 0 0;
  }
}
.product-page .feature-area .feature-list li .feature-thumb img {
  max-height: 100%;
}
.product-page .feature-area .feature-list li .feature-name {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .product-page .feature-area .feature-list li .feature-name {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .product-page .feature-area .feature-list li .feature-name {
    font-size: 16px;
  }
}
.product-page .faq-area {
  padding: 120px 0 200px;
}
@media (max-width: 1366px) {
  .product-page .faq-area {
    padding: 80px 0 150px;
  }
}
@media (max-width: 991px) {
  .product-page .faq-area {
    padding: 50px 0 100px;
  }
}
@media (max-width: 991px) {
  .product-page .faq-area .head-box {
    margin-bottom: 30px;
  }
}
.product-page .faq-area .faq-list li {
  border-bottom: 1px solid #bbb;
  padding: 16px 0;
}
@media (max-width: 1366px) {
  .product-page .faq-area .faq-list li {
    padding: 12px 0;
  }
}
@media (max-width: 991px) {
  .product-page .faq-area .faq-list li {
    padding: 10px 0;
  }
}
.product-page .faq-area .faq-list li .faq-head {
  padding: 16px 40px 16px 0;
  font-size: 32px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .product-page .faq-area .faq-list li .faq-head {
    font-size: 24px;
    padding: 12px 32px 12px 0;
  }
}
@media (max-width: 991px) {
  .product-page .faq-area .faq-list li .faq-head {
    font-size: 16px;
    padding: 10px 24px 10px 0;
  }
}
.product-page .faq-area .faq-list li .faq-head[aria-expanded=true]::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.product-page .faq-area .faq-list li .faq-head::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  right: 0;
  top: calc(50% - 22px);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 1366px) {
  .product-page .faq-area .faq-list li .faq-head::after {
    top: calc(50% - 14px);
  }
}
@media (max-width: 991px) {
  .product-page .faq-area .faq-list li .faq-head::after {
    top: calc(50% - 10px);
  }
}
.product-page .faq-area .faq-list li .faq-body {
  color: #333;
}
.product-page .faq-area .faq-list li .faq-body p {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .product-page .faq-area .faq-list li .faq-body p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product-page .faq-area .faq-list li .faq-body p {
    font-size: 14px;
  }
}
.product-page .faq-area .faq-list li .faq-body p:last-child {
  margin-bottom: 0;
}
.product-page .warranty-policy {
  padding: 75px 0 100px;
}
@media (max-width: 1366px) {
  .product-page .warranty-policy {
    padding: 50px 0 60px;
  }
}
@media (max-width: 991px) {
  .product-page .warranty-policy {
    padding: 35px 0 40px;
  }
}
.product-page .warranty-policy .head-box {
  margin-bottom: 16px;
}
.product-page .warranty-policy .head-box::after {
  display: none;
}
.product-page .warranty-policy .policy-guide {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .product-page .warranty-policy .policy-guide {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .product-page .warranty-policy .policy-guide {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product-page .warranty-policy .policy-guide {
    font-size: 16px;
  }
}
.product-page .warranty-policy .warranty-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 130px 0 180px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media (max-width: 1366px) {
  .product-page .warranty-policy .warranty-list {
    padding: 80px 0 100px;
  }
}
@media (max-width: 991px) {
  .product-page .warranty-policy .warranty-list {
    padding: 50px 0 70px;
  }
}
@media (max-width: 767px) {
  .product-page .warranty-policy .warranty-list {
    padding: 50px 0 30px;
  }
}
.product-page .warranty-policy .warranty-list li {
  width: 23%;
}
@media (max-width: 1366px) {
  .product-page .warranty-policy .warranty-list li {
    width: 23.5%;
  }
}
@media (max-width: 767px) {
  .product-page .warranty-policy .warranty-list li {
    width: 48.5%;
    margin-bottom: 40px;
  }
}
.product-page .warranty-policy .warranty-list li .warranty-year {
  line-height: 110%;
  margin: 0 auto 40px;
  width: 244px;
  height: 283px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: url("../img/common/frame-warranty.png") no-repeat 0 0;
  background-size: contain;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .product-page .warranty-policy .warranty-list li .warranty-year {
    width: 200px;
    height: 232px;
    font-size: 40px;
  }
}
@media (max-width: 1366px) {
  .product-page .warranty-policy .warranty-list li .warranty-year {
    width: 170px;
    height: 197px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .product-page .warranty-policy .warranty-list li .warranty-year {
    width: 120px;
    height: 140px;
    font-size: 30px;
  }
}
.product-page .warranty-policy .warranty-list li .warranty-year .year-label {
  font-size: 46px;
  padding-top: 8px;
}
@media (max-width: 1600px) {
  .product-page .warranty-policy .warranty-list li .warranty-year .year-label {
    font-size: 36px;
  }
}
@media (max-width: 1366px) {
  .product-page .warranty-policy .warranty-list li .warranty-year .year-label {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .product-page .warranty-policy .warranty-list li .warranty-year .year-label {
    font-size: 20px;
    padding-top: 2px;
  }
}
.product-page .warranty-policy .warranty-list li .warranty-year .month-label {
  font-size: 40px;
}
@media (max-width: 1600px) {
  .product-page .warranty-policy .warranty-list li .warranty-year .month-label {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .product-page .warranty-policy .warranty-list li .warranty-year .month-label {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .product-page .warranty-policy .warranty-list li .warranty-year .month-label {
    font-size: 16px;
  }
}
.product-page .warranty-policy .warranty-list li .warranty-cont {
  height: 150px;
  border-radius: 22px;
  background-color: #eb1d24;
  padding: 6px;
}
@media (max-width: 1600px) {
  .product-page .warranty-policy .warranty-list li .warranty-cont {
    height: 130px;
  }
}
@media (max-width: 1366px) {
  .product-page .warranty-policy .warranty-list li .warranty-cont {
    height: 110px;
  }
}
@media (max-width: 991px) {
  .product-page .warranty-policy .warranty-list li .warranty-cont {
    height: 80px;
    border-radius: 14px;
    padding: 4px;
  }
}
.product-page .warranty-policy .warranty-list li .warranty-cont .inner {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 4px solid #fff;
  background-color: #ff0000;
  height: 100%;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 110%;
}
@media (max-width: 1600px) {
  .product-page .warranty-policy .warranty-list li .warranty-cont .inner {
    font-size: 40px;
  }
}
@media (max-width: 1366px) {
  .product-page .warranty-policy .warranty-list li .warranty-cont .inner {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .product-page .warranty-policy .warranty-list li .warranty-cont .inner {
    font-size: 24px;
    border-radius: 12px;
    border-width: 2px;
  }
}
.product-page .warranty-policy .guarantee-box {
  background-color: #fbfbfb;
  border-radius: 30px;
  padding: 60px;
}
@media (max-width: 991px) {
  .product-page .warranty-policy .guarantee-box {
    padding: 32px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .product-page .warranty-policy .guarantee-box {
    padding: 24px 16px;
    border-radius: 16px;
  }
}
.product-page .warranty-policy .guarantee-box .guarantee-title {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 1366px) {
  .product-page .warranty-policy .guarantee-box .guarantee-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .product-page .warranty-policy .guarantee-box .guarantee-title {
    font-size: 30px;
  }
}
.product-page .warranty-policy .guarantee-box .guarantee-steps {
  max-width: 1050px;
  margin: 0 auto;
  width: 100%;
}
.product-page .warranty-policy .guarantee-box .guarantee-steps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 40px;
}
.product-page .warranty-policy .guarantee-box .guarantee-steps li:last-child {
  margin-bottom: 0;
}
.product-page .warranty-policy .guarantee-box .guarantee-steps li .steps-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ff0000;
  color: #fff;
  font-size: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  margin-right: 32px;
}
@media (max-width: 1366px) {
  .product-page .warranty-policy .guarantee-box .guarantee-steps li .steps-number {
    width: 50px;
    height: 50px;
    margin-right: 24px;
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .product-page .warranty-policy .guarantee-box .guarantee-steps li .steps-number {
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .product-page .warranty-policy .guarantee-box .guarantee-steps li .steps-number {
    margin-right: 10px;
  }
}
.product-page .warranty-policy .guarantee-box .guarantee-steps li .steps-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
}
@media (max-width: 1366px) {
  .product-page .warranty-policy .guarantee-box .guarantee-steps li .steps-info {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product-page .warranty-policy .guarantee-box .guarantee-steps li .steps-info {
    font-size: 16px;
  }
}
.product-page .warranty-policy .guarantee-box .guarantee-steps li .steps-info .steps-label {
  display: block;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 1366px) {
  .product-page .warranty-policy .guarantee-box .guarantee-steps li .steps-info .steps-label {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .product-page .warranty-policy .guarantee-box .guarantee-steps li .steps-info .steps-label {
    font-size: 22px;
  }
}