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

@font-face {
  font-family: "BeVietnamPro";
  font-weight: 300;
  src: url("../fonts/BeVietnamPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 400;
  src: url("../fonts/BeVietnamPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 500;
  src: url("../fonts/BeVietnamPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 600;
  src: url("../fonts/BeVietnamPro-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 700;
  src: url("../fonts/BeVietnamPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 800;
  src: url("../fonts/BeVietnamPro-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 900;
  src: url("../fonts/BeVietnamPro-Black.ttf") format("truetype");
}
@font-face {
  font-family: "bahnschrift";
  src: url("../fonts/bahnschrift.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Photograph";
  src: url("../fonts/Fz-Photograph.ttf") format("truetype");
}
body {
  font-family: "BeVietnamPro", sans-serif, arial;
  background-color: #fff;
  color: #474747;
  font-weight: 400;
  font-size: 16px;
  word-break: break-word;
  word-wrap: break-word;
  white-space: normal;
  line-height: 1.6;
  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: #333;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.wrap {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.section-pagination {
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  left: 0;
  bottom: 0;
}
.section-pagination::after {
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  background-color: #fff;
  display: block;
}
.section-pagination .pagination-number {
  font-size: 35px;
  font-weight: 700;
  font-family: "bahnschrift";
}
@media (max-width: 767px) {
  .section-pagination .pagination-number {
    font-size: 24px;
  }
}

/***----- style-page -----***/
/***----- home-page -----***/
.section-01 {
  background: url("../img/secsion-1-bg.webp") no-repeat 50% 50%;
  position: relative;
  padding-top: 45px;
  color: #fff;
  min-height: 990px;
  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;
  background-size: cover;
}
@media (max-width: 991px) {
  .section-01 {
    min-height: 900px;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .section-01 {
    padding-top: 24px;
    min-height: 640px;
    height: auto;
  }
}
.section-01::before {
  content: "";
  width: 100%;
  height: 430px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(141, 24, 17)), color-stop(13%, rgba(143, 24, 17, 0.97)), color-stop(30%, rgba(150, 24, 19, 0.89)), color-stop(45%, rgba(161, 25, 21, 0.75)), color-stop(62%, rgba(178, 25, 25, 0.55)), color-stop(76%, rgba(198, 26, 30, 0.31)), color-stop(90%, rgba(224, 28, 36, 0)), to(rgba(224, 28, 36, 0)));
  background: linear-gradient(to bottom, rgb(141, 24, 17) 0%, rgba(143, 24, 17, 0.97) 13%, rgba(150, 24, 19, 0.89) 30%, rgba(161, 25, 21, 0.75) 45%, rgba(178, 25, 25, 0.55) 62%, rgba(198, 26, 30, 0.31) 76%, rgba(224, 28, 36, 0) 90%, rgba(224, 28, 36, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .section-01::before {
    height: 250px;
  }
}
.section-01 .section-top {
  position: relative;
  z-index: 2;
}
.section-01 .list-logo {
  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-bottom: 24px;
}
.section-01 .list-logo li {
  padding: 0 15px;
}
.section-01 .list-logo li a {
  display: block;
}
.section-01 .company-name {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .section-01 .company-name {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .section-01 .company-name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-01 .company-name {
    font-size: 16px;
  }
}
.section-01 .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .section-01 .section-title {
    margin-bottom: 24px;
  }
}
.section-01 .section-title-text {
  font-size: 76px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 24px;
  position: relative;
}
@media (max-width: 1199px) {
  .section-01 .section-title-text {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .section-01 .section-title-text {
    font-size: 48px;
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .section-01 .section-title-text {
    font-size: 32px;
  }
}
.section-01 .section-title-text::after {
  position: absolute;
  width: 90%;
  content: "";
  bottom: 0;
  left: 5%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.05)), color-stop(1%, rgba(255, 255, 255, 0.05)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 1%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.05) 100%);
}
@media (max-width: 991px) {
  .section-01 .section-title-text::after {
    height: 3px;
  }
}
.section-01 .secsion-stt {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  font-style: italic;
  line-height: 130%;
}
@media (max-width: 1199px) {
  .section-01 .secsion-stt {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .section-01 .secsion-stt {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-01 .secsion-stt {
    font-size: 18px;
  }
}
.section-01 .secsion-thumb-product {
  text-align: center;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .section-01 .secsion-thumb-product img {
    max-width: 65%;
  }
}
.section-01 .secsion-bottom {
  padding: 32px 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(224, 28, 36, 0)), to(rgb(141, 24, 17)));
  background: linear-gradient(to bottom, rgba(224, 28, 36, 0) 0%, rgb(141, 24, 17) 100%);
  width: 100%;
}
@media (max-width: 1199px) {
  .section-01 .secsion-bottom {
    padding: 24px 30px;
  }
}
@media (max-width: 991px) {
  .section-01 .secsion-bottom {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .section-01 .secsion-bottom {
    padding: 8px 12px;
  }
}
.section-01 .secsion-bottom .secsion-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.section-01 .secsion-bottom .secsion-contact li {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .section-01 .secsion-bottom .secsion-contact li {
    padding: 0 16px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-01 .secsion-bottom .secsion-contact li {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .section-01 .secsion-bottom .secsion-contact li {
    font-size: 14px;
  }
}
.section-01 .secsion-bottom .secsion-contact li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
}
@media (max-width: 1199px) {
  .section-01 .secsion-bottom .secsion-contact li .icon {
    max-width: 45px;
    max-height: 48px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .section-01 .secsion-bottom .secsion-contact li .icon {
    max-width: 32px;
    max-height: 40px;
    margin-right: 4px;
  }
}
@media (max-width: 767px) {
  .section-01 .secsion-bottom .secsion-contact li .icon {
    max-width: 24px;
    max-height: 32px;
  }
}

.section-02 {
  background: url("../img/secsion-2-bg.webp") no-repeat 100% 50%;
  background-size: cover;
  position: relative;
  min-height: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
@media (max-width: 991px) {
  .section-02 {
    background-position: 90% 50%;
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  .section-02 {
    display: block;
    background-position: 50% 50%;
  }
}
.section-02 .section-information {
  position: relative;
  padding-left: 70px;
  width: 61%;
  padding-right: 24px;
  padding-top: 70px;
}
@media (max-width: 1366px) {
  .section-02 .section-information {
    padding-left: 50px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .section-02 .section-information {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 60px;
  }
}
.section-02 .section-information .section-name {
  font-size: 70px;
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .section-02 .section-information .section-name {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .section-02 .section-information .section-name {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-02 .section-information .section-name {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.section-02 .section-information .section-name .name-inner {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .section-02 .section-information .section-name .name-inner {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.section-02 .section-information .section-name .name-inner::after {
  content: "";
  width: calc(100% - 80px);
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(52%, rgba(255, 255, 255, 0.79)), to(rgba(141, 24, 17, 0.6)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.79) 52%, rgba(141, 24, 17, 0.6) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .section-02 .section-information .section-name .name-inner::after {
    width: 100%;
    height: 3px;
  }
}
.section-02 .section-information .section-name .name-inner .name-label {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #FFFFFF), to(#E01C24));
  background: linear-gradient(to bottom, #FFFFFF 40%, #E01C24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-02 .section-information .section-name .name-inner .name-text {
  display: inline-block;
  font-weight: 900;
  padding-left: 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #FFFFFF), to(#E01C24));
  background: linear-gradient(to bottom, #FFFFFF 40%, #E01C24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-02 .section-information .form-group {
  font-size: 37px;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  .section-02 .section-information .form-group {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .section-02 .section-information .form-group {
    margin-bottom: 32px;
    font-size: 18px;
  }
}
.section-02 .section-information .form-group .form-label {
  font-weight: 700;
  line-height: 115%;
  display: block;
}
@media (max-width: 991px) {
  .section-02 .section-information .form-group .form-label {
    line-height: 130%;
  }
}
.section-02 .section-information .form-group .section-text {
  line-height: 115%;
}
@media (max-width: 991px) {
  .section-02 .section-information .form-group .section-text {
    line-height: 130%;
  }
}
.section-02 .section-information .section-pagination {
  width: calc(100% - 94px);
  left: 70px;
}
@media (max-width: 1366px) {
  .section-02 .section-information .section-pagination {
    left: 50px;
    width: calc(100% - 70px);
  }
}
@media (max-width: 767px) {
  .section-02 .section-information .section-pagination {
    left: 0;
    width: calc(100% - 48px);
    left: 24px;
  }
}
.section-02 .secsion-people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 39%;
}
@media (max-width: 767px) {
  .section-02 .secsion-people {
    width: 100%;
    padding-left: 32%;
  }
}

.section-03 {
  background-color: #fff;
}
.section-03 .section-head {
  background-color: #E01C24;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media (max-width: 1366px) {
  .section-03 .section-head {
    padding: 20px;
  }
}
.section-03 .section-head-info {
  width: 36.7%;
  padding-right: 20px;
  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: 767px) {
  .section-03 .section-head-info {
    width: 100%;
  }
}
.section-03 .section-head-info .list-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .section-03 .section-head-info .list-logo {
    margin-bottom: 16px;
  }
}
.section-03 .section-head-info .list-logo li {
  padding: 0 8px;
}
.section-03 .section-head-info .section-head-title {
  color: #fff;
  font-size: 74px;
  font-family: "Montserrat";
  font-weight: 900;
  font-style: italic;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .section-03 .section-head-info .section-head-title {
    font-size: 5.5vw;
  }
}
@media (max-width: 767px) {
  .section-03 .section-head-info .section-head-title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section-03 .section-head-info .section-head-title br {
    display: none;
  }
}
.section-03 .section-head-thumb {
  width: 63.3%;
}
@media (max-width: 767px) {
  .section-03 .section-head-thumb {
    width: 100%;
  }
}
.section-03 .section-body {
  padding: 32px 20px;
}
@media (max-width: 1366px) {
  .section-03 .section-body {
    padding: 24px 16px;
  }
}
@media (max-width: 767px) {
  .section-03 .section-body {
    padding: 16px;
  }
}
.section-03 .section-body .section-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section-03 .section-body .section-box {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.section-03 .section-body .section-box:last-child {
  margin-bottom: 0;
}
.section-03 .section-body .section-box-thumb {
  width: 265px;
}
@media (max-width: 991px) {
  .section-03 .section-body .section-box-thumb {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .section-03 .section-body .section-box-thumb {
    width: 100%;
    display: none;
  }
}
.section-03 .section-body .section-box-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-03 .section-body .section-box-cont {
  width: calc(100% - 295px);
  border: 3px solid #E01C24;
  padding: 10px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .section-03 .section-body .section-box-cont {
    width: calc(100% - 216px);
    padding: 10px 16px;
  }
}
@media (max-width: 767px) {
  .section-03 .section-body .section-box-cont {
    width: 100%;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    border-width: 2px;
  }
}
.section-03 .section-body .section-box-cont .section-box-info {
  width: 55%;
}
@media (max-width: 767px) {
  .section-03 .section-body .section-box-cont .section-box-info {
    width: 100%;
  }
}
.section-03 .section-body .section-box-cont .section-box-info .section-box-title {
  font-size: 56px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: italic;
  color: #e01d25;
}
@media (max-width: 991px) {
  .section-03 .section-body .section-box-cont .section-box-info .section-box-title {
    font-size: 32px;
  }
}
.section-03 .section-body .section-box-cont .section-box-info .section-box-title .title {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.section-03 .section-body .section-box-cont .section-box-info .section-box-title .title::after {
  position: absolute;
  width: 100%;
  height: 3px;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(224, 29, 37)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(224, 29, 37) 100%);
}
.section-03 .section-body .section-box-cont .section-box-info .section-box-text {
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 8px;
}
@media (max-width: 1366px) {
  .section-03 .section-body .section-box-cont .section-box-info .section-box-text {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .section-03 .section-body .section-box-cont .section-box-info .section-box-text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-03 .section-body .section-box-cont .section-box-info .section-box-text {
    font-size: 16px;
  }
}
.section-03 .section-body .section-box-cont .section-box-info .section-box-text:last-child {
  margin-bottom: 0;
}
.section-03 .section-body .section-box-cont .section-box-img {
  width: 41%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .section-03 .section-body .section-box-cont .section-box-img {
    width: 100%;
  }
}
.section-03 .section-body .section-box-cont .section-box-img .img-madein {
  width: 26%;
  padding-bottom: 20px;
}
.section-03 .section-body .section-box-cont .section-box-img .thumbnail {
  width: 72%;
  padding-left: 2%;
}
.section-03 .section-footer .section-pagination {
  position: relative;
  color: #fff;
  background-color: #E01C24;
  border-radius: 38px 38px 0 0;
  padding: 10px 32px 6px;
}
.section-03 .section-footer .section-pagination::after {
  display: none;
}
.section-03 .section-footer .section-pagination .pagination-number {
  line-height: 100%;
  display: block;
}

.section-04 {
  padding: 30px 32px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .section-04 {
    padding: 24px 16px;
  }
}
.section-04::before {
  position: absolute;
  width: 100%;
  content: "";
  background: url("../img/section-04-bg.png") no-repeat 100% 0 #e01c24;
  height: 330px;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .section-04::before {
    height: 240px;
    background-size: 240px;
  }
}
.section-04::after {
  position: absolute;
  width: 100%;
  content: "";
  background-color: #e01c24;
  height: 270px;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .section-04::after {
    height: 180px;
  }
}
.section-04 .section-header {
  position: relative;
  z-index: 5;
}
.section-04 .section-header .list-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.section-04 .section-header .list-logo li {
  padding: 0 10px;
}
.section-04 .section-header .list-logo li:first-child {
  padding-left: 0;
}
.section-04 .section-header .section-title {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section-04 .section-header .section-title {
    margin-bottom: 32px;
  }
}
.section-04 .section-header .section-title .title {
  display: inline-block;
  position: relative;
  line-height: 100%;
  font-size: 58px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 900;
  font-style: italic;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .section-04 .section-header .section-title .title {
    font-size: 24px;
  }
}
.section-04 .section-header .section-title .title::after {
  content: "";
  width: calc(100% - 50px);
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(224, 29, 37)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(224, 29, 37) 100%);
}
@media (max-width: 991px) {
  .section-04 .section-header .section-title .title::after {
    height: 3px;
  }
}
.section-04 .section-achievements {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section-04 .section-achievements {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: 32px;
  }
}
.section-04 .section-achievements .items {
  color: #fff;
  position: relative;
  height: 100%;
}
.section-04 .section-achievements .items:hover .items-thumb img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.section-04 .section-achievements .items .items-thumb {
  height: 100%;
}
.section-04 .section-achievements .items .items-thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.section-04 .section-achievements .items .items-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 35px 18px 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 35, 23, 0)), color-stop(9%, rgba(39, 35, 23, 0.18)), color-stop(47%, rgba(39, 35, 23, 0.64)), color-stop(71%, rgba(39, 35, 23, 0.91)), to(rgb(39, 35, 23)));
  background: linear-gradient(to bottom, rgba(39, 35, 23, 0) 0%, rgba(39, 35, 23, 0.18) 9%, rgba(39, 35, 23, 0.64) 47%, rgba(39, 35, 23, 0.91) 71%, rgb(39, 35, 23) 100%);
}
@media (max-width: 991px) {
  .section-04 .section-achievements .items .items-info {
    padding: 24px 8px 8px;
  }
}
.section-04 .section-achievements .items .items-info .items-title {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(162, 174, 197)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(162, 174, 197) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 120%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-04 .section-achievements .items .items-info .items-title {
    font-size: 18px;
  }
}
.section-04 .section-achievements .items .items-info .items-text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-04 .section-achievements .items .items-info .items-text {
    font-size: 14px;
  }
}
.section-04 .section-achievements .items .items-info .items-list-text li {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-04 .section-achievements .items .items-info .items-list-text li:last-child {
  margin-bottom: 0;
}
.section-04 .section-achievements .items .items-info .items-list-text li::before {
  content: "";
  display: block;
  min-width: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(162, 174, 197)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(162, 174, 197) 0%, rgb(255, 255, 255) 100%);
  margin-right: 8px;
}
.section-04 .section-achievements .achievements-big {
  width: 33.7%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-04 .section-achievements .achievements-big {
    width: 100%;
    margin-bottom: 8px;
  }
}
.section-04 .section-achievements .achievements-big .items .items-info {
  min-height: 170px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .section-04 .section-achievements .achievements-big .items .items-info {
    min-height: 130px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section-04 .section-achievements .achievements-big .items .items-info .items-title {
  font-size: 43px;
}
@media (max-width: 991px) {
  .section-04 .section-achievements .achievements-big .items .items-info .items-title {
    font-size: 28px;
  }
}
.section-04 .section-achievements .achievements-sub {
  width: 66.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .section-04 .section-achievements .achievements-sub {
    width: 100%;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.section-04 .section-achievements .achievements-sub .thumb-row {
  height: calc(50% - 10px);
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-04 .section-achievements .achievements-sub .thumb-row {
    height: calc(50% - 5px);
  }
}
@media (max-width: 767px) {
  .section-04 .section-achievements .achievements-sub .thumb-row {
    height: auto;
    margin-bottom: 8px;
  }
}
.section-04 .section-achievements .achievements-sub .thumb-row img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-04 .section-achievements .achievements-sub .sub-col-1 {
  width: 53%;
  padding-left: 20px;
  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: 991px) {
  .section-04 .section-achievements .achievements-sub .sub-col-1 {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .section-04 .section-achievements .achievements-sub .sub-col-1 {
    padding-left: 0;
    width: 100%;
  }
}
.section-04 .section-achievements .achievements-sub .sub-col-2 {
  width: 47%;
  padding-left: 20px;
  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: 991px) {
  .section-04 .section-achievements .achievements-sub .sub-col-2 {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .section-04 .section-achievements .achievements-sub .sub-col-2 {
    padding-left: 0;
    width: 100%;
  }
}
.section-04 .section-footer {
  position: relative;
  z-index: 5;
}
.section-04 .section-footer .section-pagination {
  position: relative;
}

.section-05 {
  background-color: #E01C24;
  padding: 20px 32px;
  color: #fff;
  position: relative;
}
@media (max-width: 1199px) {
  .section-05 {
    padding: 16px 24px;
  }
}
.section-05::after {
  content: "";
  width: 428px;
  height: 425px;
  position: absolute;
  right: -100px;
  bottom: -170px;
  background: url("../img/ellipse-icon.webp") no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .section-05::after {
    width: 270px;
    height: 270px;
    right: -80px;
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  .section-05::after {
    width: 180px;
    height: 180px;
    right: -60px;
    bottom: -35px;
  }
}
.section-05 .secsion-title {
  font-size: 48px;
  font-family: "Montserrat";
  font-weight: 900;
  font-style: italic;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .section-05 .secsion-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section-05 .secsion-title {
    font-size: 24px;
  }
}
.section-05 .secsion-title::after {
  width: 50%;
  content: "";
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(224, 29, 37)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(224, 29, 37) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .section-05 .secsion-title::after {
    height: 3px;
    width: 80%;
  }
}
.section-05 .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  position: relative;
  z-index: 5;
  margin-bottom: 16px;
}
.section-05 .product-list li {
  width: 25%;
  padding: 8px 30px;
}
@media (max-width: 1199px) {
  .section-05 .product-list li {
    padding: 8px 16px;
  }
}
@media (max-width: 991px) {
  .section-05 .product-list li {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .section-05 .product-list li {
    width: 50%;
  }
}
.section-05 .product-list li a {
  display: block;
}
.section-05 .product-list li a:hover .product-thumb img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.section-05 .product-list li .product-thumb {
  max-width: 224px;
  border-radius: 8px;
  background-color: #fff;
  height: 206px;
  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;
  margin-bottom: 8px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .section-05 .product-list li .product-thumb {
    height: auto;
  }
}
.section-05 .product-list li .product-thumb img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  max-width: 100%;
  max-height: 100%;
}
.section-05 .product-list li .product-name {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 1199px) {
  .section-05 .product-list li .product-name {
    font-size: 16px;
  }
}
.section-05 .section-footer .section-pagination {
  position: relative;
  width: calc(100% - 310px);
}
@media (max-width: 991px) {
  .section-05 .section-footer .section-pagination {
    width: calc(100% - 180px);
  }
}
@media (max-width: 991px) {
  .section-05 .section-footer .section-pagination {
    width: calc(100% - 110px);
  }
}

.section-06 {
  background-color: #E01C24;
  padding: 20px 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .section-06 {
    padding: 16px;
  }
}
.section-06 .secsion-title {
  font-size: 48px;
  font-family: "Montserrat";
  font-weight: 900;
  font-style: italic;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .section-06 .secsion-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section-06 .secsion-title {
    font-size: 24px;
  }
}
.section-06 .secsion-title .title {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
.section-06 .secsion-title .title::after {
  width: 100%;
  content: "";
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(224, 29, 37)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(224, 29, 37) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .section-06 .secsion-title .title::after {
    height: 3px;
  }
}
.section-06 .project-list {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .section-06 .project-list {
    margin-bottom: 8px;
  }
}
.section-06 .project-list li {
  width: 20%;
  padding: 0 6px;
}
@media (max-width: 991px) {
  .section-06 .project-list li {
    width: 33.33%;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .section-06 .project-list li {
    width: 50%;
    margin-bottom: 24px;
  }
}
.section-06 .project-list li:nth-child(even) {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .section-06 .project-list li:nth-child(even) {
    margin-top: 0;
  }
}
.section-06 .project-list li .project-thumb {
  margin-bottom: 8px;
  text-align: center;
}
.section-06 .project-list li .project-name {
  font-size: 29px;
  font-weight: 600;
  text-align: center;
  display: block;
}
@media (max-width: 991px) {
  .section-06 .project-list li .project-name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-06 .project-list li .project-name {
    font-size: 16px;
  }
}
.section-06 .section-statistical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .section-06 .section-statistical {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.section-06 .section-statistical .statistical-thumb {
  width: 59.5%;
}
@media (max-width: 991px) {
  .section-06 .section-statistical .statistical-thumb {
    width: 100%;
    margin-bottom: 16px;
  }
}
.section-06 .section-statistical .statistical-thumb img {
  border-top: 1px solid #293030;
  -webkit-box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.5);
}
.section-06 .section-statistical .statistical-info {
  width: 40.5%;
  padding-left: 24px;
  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 (max-width: 991px) {
  .section-06 .section-statistical .statistical-info {
    width: 100%;
    padding-left: 0;
  }
}
.section-06 .section-statistical .statistical-info .box-info {
  background-color: #313939;
  padding: 24px 32px;
  border: 2px solid #707070;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  -webkit-box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.5);
  line-height: 130%;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .section-06 .section-statistical .statistical-info .box-info {
    font-size: 16px;
    line-height: 150%;
  }
}
.section-06 .section-statistical .statistical-info .box-pagination .section-pagination {
  position: relative;
}
.section-06 .section-statistical .statistical-info .box-pagination .section-pagination .pagination-number {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.section-07 {
  background: url("../img/section-07-bg.webp") no-repeat 50% 0;
  background-size: cover;
  min-height: 990px;
  padding: 60px 65px 24px;
  color: #fff;
  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: 1199px) {
  .section-07 {
    padding: 40px 40px 24px;
  }
}
@media (max-width: 991px) {
  .section-07 {
    padding: 30px 20px 24px;
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  .section-07 {
    padding: 16px;
    min-height: 500px;
  }
}
.section-07 .section-title {
  font-size: 110px;
  font-weight: 900;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #e01c24;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .section-07 .section-title {
    font-size: 8.5vw;
  }
}
.section-07 .value-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;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .section-07 .value-list {
    padding: 0;
  }
}
.section-07 .value-list li {
  width: 35%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section-07 .value-list li {
    width: 45%;
    margin-bottom: 24px;
  }
}
.section-07 .value-list li .value-box {
  padding: 12px 16px;
  border-radius: 16px;
  border: 2px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 140, 144)), color-stop(41%, rgb(228, 68, 74)), to(rgb(224, 28, 36)));
  background: linear-gradient(to bottom, rgb(236, 140, 144) 0%, rgb(228, 68, 74) 41%, rgb(224, 28, 36) 100%);
}
@media (max-width: 767px) {
  .section-07 .value-list li .value-box {
    padding: 8px;
    border-radius: 8px;
    border-width: 1px;
  }
}
.section-07 .value-list li .value-name {
  font-size: 39px;
  font-weight: 900;
  display: block;
  line-height: 130%;
}
@media (max-width: 1199px) {
  .section-07 .value-list li .value-name {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-07 .value-list li .value-name {
    font-size: 16px;
  }
}
.section-07 .value-list li .value-text {
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .section-07 .value-list li .value-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-07 .value-list li .value-text {
    font-size: 14px;
  }
}
.section-07 .section-footer .section-ceo {
  text-align: center;
}
.section-07 .section-footer .section-ceo .ceo-label {
  font-size: 12px;
  display: block;
  font-style: italic;
  margin-bottom: 12px;
}
.section-07 .section-footer .section-ceo .ceo-name {
  font-size: 52px;
  font-family: "Photograph";
  display: block;
  line-height: 100%;
}
@media (max-width: 767px) {
  .section-07 .section-footer .section-ceo .ceo-name {
    font-size: 32px;
  }
}
.section-07 .section-footer .section-pagination {
  position: relative;
}

.section-08 {
  background: url("../img/section-08-bg.webp") no-repeat 0 0 #7e100b;
  background-size: 100% auto;
  min-height: 630px;
  color: #fff;
}
@media (max-width: 767px) {
  .section-08 {
    background-size: 150% auto;
    background-position: 100% 0;
    padding-top: 200px;
  }
}
.section-08 .wrap-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .section-08 .wrap-contact {
    padding-top: 40px;
  }
}
.section-08 .wrap-contact .contact-left {
  width: 50%;
  padding: 8px 40px 24px 60px;
  border-right: 2px solid #BD0306;
}
@media (max-width: 1024px) {
  .section-08 .wrap-contact .contact-left {
    padding: 8px 24px 16px 32px;
  }
}
@media (max-width: 767px) {
  .section-08 .wrap-contact .contact-left {
    width: 100%;
    padding: 8px 16px 16px;
  }
}
.section-08 .wrap-contact .contact-left .address-title {
  font-size: 41px;
  margin-bottom: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .section-08 .wrap-contact .contact-left .address-title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .section-08 .wrap-contact .contact-left .address-title {
    font-size: 24px;
  }
}
.section-08 .wrap-contact .contact-left .address-items {
  margin-bottom: 16px;
}
.section-08 .wrap-contact .contact-left .address-items:last-child {
  margin-bottom: 0;
}
.section-08 .wrap-contact .contact-left .address-items .address-name {
  font-weight: 900;
  font-size: 31px;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .section-08 .wrap-contact .contact-left .address-items .address-name {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .section-08 .wrap-contact .contact-left .address-items .address-name {
    font-size: 16px;
  }
}
.section-08 .wrap-contact .contact-left .address-items .address-cont {
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 22px;
  font-style: italic;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(188, 19, 19)), color-stop(14%, rgba(188, 18, 18, 0.95)), color-stop(32%, rgba(190, 17, 17, 0.83)), color-stop(59%, rgba(192, 15, 15, 0.62)), color-stop(85%, rgba(196, 13, 13, 0.34)), to(rgba(201, 10, 10, 0.2)));
  background: linear-gradient(to right, rgb(188, 19, 19) 10%, rgba(188, 18, 18, 0.95) 14%, rgba(190, 17, 17, 0.83) 32%, rgba(192, 15, 15, 0.62) 59%, rgba(196, 13, 13, 0.34) 85%, rgba(201, 10, 10, 0.2) 100%);
}
@media (max-width: 1024px) {
  .section-08 .wrap-contact .contact-left .address-items .address-cont {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-08 .wrap-contact .contact-left .address-items .address-cont {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.section-08 .wrap-contact .contact-left .address-items .address-cont p {
  margin-bottom: 2px;
}
.section-08 .wrap-contact .contact-left .address-items .address-cont p:last-child {
  margin-bottom: 0;
}
.section-08 .wrap-contact .contact-right {
  width: 50%;
  padding: 0 40px 24px;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .section-08 .wrap-contact .contact-right {
    padding: 0 24px 16px;
  }
}
@media (max-width: 767px) {
  .section-08 .wrap-contact .contact-right {
    width: 100%;
    padding: 0 16px 16px;
  }
}
.section-08 .wrap-contact .contact-right .secsion-stt {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  line-height: 130%;
  padding-top: 520px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .section-08 .wrap-contact .contact-right .secsion-stt {
    font-size: 16px;
    padding-top: 380px;
  }
}
@media (max-width: 991px) {
  .section-08 .wrap-contact .contact-right .secsion-stt {
    font-size: 14px;
    padding-top: 300px;
  }
}
@media (max-width: 767px) {
  .section-08 .wrap-contact .contact-right .secsion-stt {
    padding-top: 24px;
  }
}
.section-08 .wrap-contact .contact-right .contact-box .contact-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .section-08 .wrap-contact .contact-right .contact-box .contact-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .section-08 .wrap-contact .contact-right .contact-box .contact-title {
    font-size: 18px;
  }
}
.section-08 .wrap-contact .contact-right .contact-box .contact-title .title {
  display: inline-block;
  padding-top: 20px;
  position: relative;
}
.section-08 .wrap-contact .contact-right .contact-box .contact-title .title::before {
  content: "";
  width: 70%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.section-08 .wrap-contact .contact-right .contact-box .text {
  margin-bottom: 6px;
  font-size: 19px;
  line-height: 130%;
}
@media (max-width: 1024px) {
  .section-08 .wrap-contact .contact-right .contact-box .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-08 .wrap-contact .contact-right .contact-box .text {
    font-size: 14px;
  }
}
.section-08 .wrap-contact .contact-right .contact-box .text:last-child {
  margin-bottom: 0;
}
.section-08 .secsion-footer {
  padding-bottom: 16px;
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .section-08 .secsion-footer {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .section-08 .secsion-footer {
    padding-left: 16px;
  }
}
.section-08 .secsion-footer .section-pagination {
  position: relative;
  width: 32%;
}
@media (max-width: 767px) {
  .section-08 .secsion-footer .section-pagination {
    width: calc(100% - 16px);
  }
}

.section-09 {
  background: url("../img/section-09-bg.webp") no-repeat 0 0;
  background-size: 100% auto;
  min-height: 570px;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .section-09 {
    background-size: 150% auto;
  }
}
.section-09 .list-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 50px 0 50px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .section-09 .list-logo {
    margin-bottom: 32px;
    padding: 24px 16px 0 16px;
  }
}
.section-09 .list-logo li {
  padding-right: 16px;
}
@media (max-width: 767px) {
  .section-09 .list-logo li img {
    max-height: 14px;
  }
}
.section-09 .flag-japan {
  position: absolute;
  right: 100px;
  width: 110px;
  height: 160px;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 5px 7px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 7px 5px rgba(0, 0, 0, 0.4);
  top: 0;
  background-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;
}
@media (max-width: 1199px) {
  .section-09 .flag-japan {
    right: 80px;
    width: 100px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .section-09 .flag-japan {
    padding: 10px;
    width: 70px;
    height: 80px;
    right: 16px;
  }
}
.section-09 .secsion-title {
  padding: 0 45px;
  font-size: 69px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 75px;
}
@media (max-width: 1199px) {
  .section-09 .secsion-title {
    font-size: 50px;
    margin-bottom: 50px;
    padding: 0 32px;
  }
}
@media (max-width: 991px) {
  .section-09 .secsion-title {
    font-size: 40px;
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .section-09 .secsion-title {
    font-size: 32px;
  }
}
.section-09 .section-list {
  padding: 0 65px;
  grid-gap: 28px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .section-09 .section-list {
    grid-gap: 16px;
    padding: 0 32px;
  }
}
@media (max-width: 991px) {
  .section-09 .section-list {
    padding: 0 16px;
    grid-gap: 10px;
  }
}
@media (max-width: 767px) {
  .section-09 .section-list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-09 .section-list li {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #fff;
  -webkit-box-shadow: 7px 10px 7px rgba(0, 0, 0, 0.5);
          box-shadow: 7px 10px 7px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 24px 22px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 28, 36)), color-stop(15%, rgb(202, 22, 30)), color-stop(38%, rgb(168, 14, 23)), color-stop(62%, rgba(143, 8, 17, 0.95)), color-stop(84%, rgb(129, 5, 14)), to(rgb(124, 4, 13)));
  background: linear-gradient(to bottom, rgb(224, 28, 36) 0%, rgb(202, 22, 30) 15%, rgb(168, 14, 23) 38%, rgba(143, 8, 17, 0.95) 62%, rgb(129, 5, 14) 84%, rgb(124, 4, 13) 100%);
}
@media (max-width: 1199px) {
  .section-09 .section-list li {
    padding: 16px 16px 10px;
  }
}
@media (max-width: 991px) {
  .section-09 .section-list li {
    border-radius: 6px;
    padding: 12px;
  }
}
.section-09 .section-list li:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 237, 240)), to(rgb(163, 176, 197)));
  background: linear-gradient(to bottom, rgb(236, 237, 240) 0%, rgb(163, 176, 197) 100%);
  color: #000;
}
.section-09 .section-list li:last-child .text {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .section-09 .section-list li:last-child .text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-09 .section-list li:last-child .text {
    font-size: 14px;
  }
}
.section-09 .section-list li .thumb {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .section-09 .section-list li .thumb {
    margin-bottom: 16px;
  }
}
.section-09 .section-list li .thumb img {
  width: 100%;
  height: 156px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .section-09 .section-list li .thumb img {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .section-09 .section-list li .thumb img {
    height: 100px;
  }
}
.section-09 .section-list li .title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 150%;
}
@media (max-width: 1199px) {
  .section-09 .section-list li .title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-09 .section-list li .title {
    font-size: 16px;
  }
}
.section-09 .section-list li .text {
  font-size: 29px;
  line-height: 130%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .section-09 .section-list li .text {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .section-09 .section-list li .text {
    font-size: 16px;
  }
}
.section-09 .section-pagination {
  position: relative;
  border-radius: 50px 50px 0 0;
  width: 100%;
  background-color: #E01C24;
  padding: 20px 50px 12px;
}
.section-09 .section-pagination .pagination-number {
  line-height: 100%;
  display: block;
}
.section-09 .section-pagination::after {
  display: none;
}

.section-10 {
  background-color: #282F30;
  color: #fff;
}
.section-10 .team-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  position: relative;
}
.section-10 .team-wrap .team-thumb {
  position: relative;
  min-height: 500px;
  width: 50%;
}
@media (max-width: 767px) {
  .section-10 .team-wrap .team-thumb {
    width: 100%;
    min-height: auto;
  }
}
.section-10 .team-wrap .team-thumb .thumb img {
  width: 100%;
}
.section-10 .team-wrap .team-thumb .team-title {
  text-align: center;
  padding: 0 16px;
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
}
.section-10 .team-wrap .team-thumb .team-title .title {
  display: inline-block;
  position: relative;
  font-size: 29px;
  font-weight: 900;
  font-style: italic;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFFFFF), to(#E01C24));
  background: linear-gradient(to bottom, #FFFFFF 20%, #E01C24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 8px;
  line-height: 140%;
}
@media (max-width: 991px) {
  .section-10 .team-wrap .team-thumb .team-title .title {
    font-size: 18px;
  }
}
.section-10 .team-wrap .team-thumb .team-title .title::after {
  width: 90%;
  left: 5%;
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(224, 28, 26, 0.8)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(224, 28, 26, 0.8) 100%);
  height: 3px;
  bottom: 0;
}
.section-10 .team-info {
  border-left: 2px solid rgba(92, 109, 112, 0.3);
  width: 50%;
  padding: 48px 32px;
  position: relative;
  background-color: #3E4546;
}
@media (max-width: 991px) {
  .section-10 .team-info {
    padding: 24px 16px 48px;
  }
}
@media (max-width: 767px) {
  .section-10 .team-info {
    width: 100%;
    border-left: 0;
    padding-bottom: 80px;
    padding-top: 0;
  }
}
.section-10 .team-info::before {
  position: absolute;
  content: "";
  width: 200px;
  left: 0;
  top: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(40, 47, 48)), to(rgb(62, 69, 70)));
  background: linear-gradient(to right, rgb(40, 47, 48) 0%, rgb(62, 69, 70) 100%);
}
@media (max-width: 767px) {
  .section-10 .team-info::before {
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(40, 47, 48)), to(rgb(62, 69, 70)));
    background: linear-gradient(to bottom, rgb(40, 47, 48) 0%, rgb(62, 69, 70) 100%);
  }
}
.section-10 .team-info .text {
  position: relative;
  z-index: 5;
  margin-bottom: 24px;
  font-size: 24px;
  font-style: italic;
  line-height: 130%;
}
@media (max-width: 1199px) {
  .section-10 .team-info .text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-10 .team-info .text {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section-10 .team-info .text {
    font-size: 14px;
  }
}
.section-10 .team-info .text:last-child {
  margin-bottom: 0;
}
.section-10 .section-pagination {
  position: absolute;
  bottom: 10px;
  left: 45px;
  right: 45px;
  width: auto;
}
@media (max-width: 767px) {
  .section-10 .section-pagination {
    right: 16px;
    left: 16px;
  }
}

.section-11 {
  padding: 30px 0 16px;
  position: relative;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(124, 4, 13)), color-stop(20%, rgb(129, 5, 14)), color-stop(40%, rgb(143, 8, 17)), color-stop(60%, rgb(168, 14, 23)), color-stop(80%, rgb(202, 22, 30)), to(rgb(224, 28, 36)));
  background: linear-gradient(to right, rgb(124, 4, 13) 0%, rgb(129, 5, 14) 20%, rgb(143, 8, 17) 40%, rgb(168, 14, 23) 60%, rgb(202, 22, 30) 80%, rgb(224, 28, 36) 100%);
}
@media (max-width: 1199px) {
  .section-11 {
    padding: 24px 0 16px;
  }
}
.section-11::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/section-11-mount.webp") no-repeat 50% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.section-11 .section-wrap {
  position: relative;
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .section-11 .section-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .section-11 .section-wrap {
    padding: 0 16px;
  }
}
.section-11 .section-title {
  font-size: 38px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .section-11 .section-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .section-11 .section-title {
    font-size: 18px;
  }
}
.section-11 .section-title .title {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}
.section-11 .section-title .title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  width: 96%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(224, 28, 36)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(224, 28, 36) 100%);
}
.section-11 .partner-list {
  padding: 5px;
  width: 100%;
  background-color: #293030;
  max-width: 1000px;
  margin: 0 auto 40px;
  grid-gap: 6px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6px 1fr 6px 1fr 6px 1fr 6px 1fr;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1199px) {
  .section-11 .partner-list {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .section-11 .partner-list {
    -ms-grid-columns: 1fr 6px 1fr 6px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-11 .partner-list li {
  background-color: #3e4546;
  padding: 4px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #666e71;
}
.section-11 .section-footer {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .section-11 .section-footer {
    padding: 0;
  }
}
.section-11 .section-footer .section-pagination {
  position: relative;
}
.section-11 .section-footer .section-madein {
  margin-left: 24px;
}

.section-12 {
  background: url("../img/section-12-bg.webp") no-repeat 100% 0 #e01c24;
  background-size: 100% auto;
  padding: 42px 32px 16px;
}
@media (max-width: 767px) {
  .section-12 {
    padding: 16px 16px 16px;
    background-size: 150% auto;
  }
}
.section-12 .list-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-12 .list-logo li {
  padding-right: 16px;
}
@media (max-width: 767px) {
  .section-12 .list-logo li img {
    max-height: 14px;
  }
}
.section-12 .section-body {
  padding: 370px 20px 0;
}
@media (max-width: 1199px) {
  .section-12 .section-body {
    padding: 370px 0 0;
  }
}
@media (max-width: 991px) {
  .section-12 .section-body {
    padding-top: 250px;
  }
}
@media (max-width: 767px) {
  .section-12 .section-body {
    padding-top: 200px;
  }
}
.section-12 .section-body .section-title {
  border-left: 5px solid #fff;
  padding-left: 16px;
  color: #fff;
  margin-bottom: 32px;
  border-left-width: 3px;
}
.section-12 .section-body .section-title-bold {
  font-size: 76px;
  font-weight: 700;
  display: block;
  line-height: 120%;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .section-12 .section-body .section-title-bold {
    font-size: 50px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .section-12 .section-body .section-title-bold {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-12 .section-body .section-title-bold {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.section-12 .section-body .section-title-sub {
  font-size: 71px;
  font-weight: 300;
  display: block;
  line-height: 90%;
}
@media (max-width: 1199px) {
  .section-12 .section-body .section-title-sub {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .section-12 .section-body .section-title-sub {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-12 .section-body .section-title-sub {
    font-size: 26px;
  }
}
.section-12 .section-body .plan-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;
}
.section-12 .section-body .plan-list li {
  padding: 16px 20px;
  margin-bottom: 16px;
  width: 46%;
  border-radius: 16px;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgb(163, 176, 197)), to(rgb(236, 237, 240)));
  background: linear-gradient(to right, rgb(163, 176, 197) 0%, rgb(236, 237, 240) 100%);
}
@media (max-width: 1199px) {
  .section-12 .section-body .plan-list li {
    width: 48%;
    border-radius: 10px;
    padding: 10px 12px;
  }
}
@media (max-width: 767px) {
  .section-12 .section-body .plan-list li {
    width: 100%;
  }
}
.section-12 .section-body .plan-list li:nth-child(2), .section-12 .section-body .plan-list li:nth-child(3) {
  border: 2px solid #707070;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(124, 4, 13)), color-stop(20%, rgb(129, 5, 14)), color-stop(40%, rgb(143, 8, 17)), color-stop(60%, rgb(168, 14, 23)), color-stop(80%, rgb(202, 22, 30)), to(rgb(224, 28, 36)));
  background: linear-gradient(to right, rgb(124, 4, 13) 0%, rgb(129, 5, 14) 20%, rgb(143, 8, 17) 40%, rgb(168, 14, 23) 60%, rgb(202, 22, 30) 80%, rgb(224, 28, 36) 100%);
}
.section-12 .section-body .plan-list li .plan-number {
  font-size: 27px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .section-12 .section-body .plan-list li .plan-number {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-12 .section-body .plan-list li .plan-number {
    font-size: 20px;
  }
}
.section-12 .section-body .plan-list li .plan-text {
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .section-12 .section-body .plan-list li .plan-text {
    font-size: 18px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .section-12 .section-body .plan-list li .plan-text {
    font-size: 16px;
  }
}
.section-12 .section-footer {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .section-12 .section-footer {
    padding: 0;
  }
}
.section-12 .section-footer .section-pagination {
  position: relative;
}

.section-13 {
  background: url("../img/section-13-circle.webp") #E01C24 no-repeat 0 100%;
  padding: 32px 58px 16px;
  color: #fff;
}
@media (max-width: 1199px) {
  .section-13 {
    padding: 24px 32px 16px;
    background-size: 250px auto;
  }
}
@media (max-width: 767px) {
  .section-13 {
    padding: 24px 16px 16px;
  }
}
.section-13 .section-title {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .section-13 .section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .section-13 .section-title {
    margin-bottom: 16px;
  }
}
.section-13 .section-title .title {
  padding-bottom: 16px;
  font-size: 35px;
  font-weight: 900;
  font-style: italic;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .section-13 .section-title .title {
    font-size: 24px;
  }
}
.section-13 .section-title .title::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.section-13 .section-static-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .section-13 .section-static-1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-13 .section-static-1 {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.section-13 .section-static-1 .thumbnail {
  width: 44.2%;
  background-color: #313939;
  border: 1px solid #707070;
  -webkit-box-shadow: 16px 8px 7px rgba(0, 0, 0, 0.5);
          box-shadow: 16px 8px 7px rgba(0, 0, 0, 0.5);
  margin-left: 16px;
}
@media (max-width: 991px) {
  .section-13 .section-static-1 .thumbnail {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .section-13 .section-static-1 .thumbnail {
    width: 100%;
    -webkit-box-shadow: 8px 4px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 8px 4px 3px rgba(0, 0, 0, 0.3);
    margin-left: 0;
  }
}
.section-13 .section-static-1 .thumbnail .thumb {
  position: relative;
  left: -16px;
  top: -16px;
}
@media (max-width: 767px) {
  .section-13 .section-static-1 .thumbnail .thumb {
    left: 0;
    top: 0;
  }
}
.section-13 .section-static-1 .static-year {
  padding-left: 16px;
  color: #fff;
  padding-top: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-13 .section-static-1 .static-year {
    padding-left: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 24px;
  }
}
.section-13 .section-static-1 .static-year .text-number {
  display: block;
  font-size: 95px;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .section-13 .section-static-1 .static-year .text-number {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .section-13 .section-static-1 .static-year .text-number {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .section-13 .section-static-1 .static-year .text-number {
    font-size: 45px;
  }
}
.section-13 .section-static-1 .static-year .text-year {
  font-size: 72px;
  display: block;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .section-13 .section-static-1 .static-year .text-year {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .section-13 .section-static-1 .static-year .text-year {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section-13 .section-static-1 .static-year .text-year {
    font-size: 30px;
  }
}
.section-13 .section-static-1 .static-year .text-sub {
  font-size: 25px;
  display: block;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .section-13 .section-static-1 .static-year .text-sub {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-13 .section-static-1 .static-year .text-sub {
    font-size: 18px;
  }
}
.section-13 .section-static-1 .mapthumb {
  padding-right: 16px;
  background-color: #313939;
  border: 1px solid #707070;
  position: relative;
  width: 28%;
}
@media (max-width: 767px) {
  .section-13 .section-static-1 .mapthumb {
    width: 100%;
  }
}
.section-13 .section-static-1 .mapthumb .static-info {
  position: absolute;
  right: 16px;
  top: 16px;
  font-weight: 700;
}
.section-13 .section-static-1 .mapthumb .static-info .number {
  line-height: 130%;
  margin-bottom: 16px;
  font-size: 62px;
  background: -webkit-gradient(linear, left top, right top, from(#a3b0c5), to(#FFFFFF));
  background: linear-gradient(to right, #a3b0c5 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px) {
  .section-13 .section-static-1 .mapthumb .static-info .number {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .section-13 .section-static-1 .mapthumb .static-info .number {
    font-size: 30px;
  }
}
.section-13 .section-static-1 .mapthumb .static-info .text {
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#a3b0c5), to(#FFFFFF));
  background: linear-gradient(to right, #a3b0c5 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px) {
  .section-13 .section-static-1 .mapthumb .static-info .text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-13 .section-static-1 .mapthumb .static-info .text {
    font-size: 16px;
  }
}
.section-13 .section-static-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section-13 .section-static-2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .section-13 .section-static-2 {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.section-13 .section-static-2 .static-client {
  color: #fff;
  width: 315px;
}
@media (max-width: 1199px) {
  .section-13 .section-static-2 .static-client {
    width: 230px;
  }
}
@media (max-width: 991px) {
  .section-13 .section-static-2 .static-client {
    width: auto;
  }
}
@media (max-width: 767px) {
  .section-13 .section-static-2 .static-client {
    width: 100%;
    text-align: center;
    padding-bottom: 24px;
  }
}
.section-13 .section-static-2 .static-client .static-number {
  font-size: 72px;
  font-weight: 700;
  display: block;
  line-height: 100%;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .section-13 .section-static-2 .static-client .static-number {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .section-13 .section-static-2 .static-client .static-number {
    font-size: 35px;
  }
}
.section-13 .section-static-2 .static-client .static-label {
  font-size: 36px;
  line-height: 130%;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .section-13 .section-static-2 .static-client .static-label {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .section-13 .section-static-2 .static-client .static-label {
    font-size: 18px;
    line-height: 150%;
  }
}
.section-13 .section-static-2 .static-thumbnail {
  width: 31%;
  position: relative;
  margin-right: 32px;
}
@media (max-width: 991px) {
  .section-13 .section-static-2 .static-thumbnail {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .section-13 .section-static-2 .static-thumbnail {
    width: 100%;
  }
}
.section-13 .section-static-2 .static-thumbnail::after {
  content: "";
  position: absolute;
  top: 32px;
  right: -16px;
  width: 100%;
  background-color: #313939;
  border: 1px solid #707070;
  -webkit-box-shadow: 16px 8px 7px rgba(0, 0, 0, 0.5);
          box-shadow: 16px 8px 7px rgba(0, 0, 0, 0.5);
  height: calc(100% - 32px);
}
@media (max-width: 767px) {
  .section-13 .section-static-2 .static-thumbnail::after {
    -webkit-box-shadow: 10px 5px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 10px 5px 3px rgba(0, 0, 0, 0.3);
    right: -10px;
    top: 16px;
    height: calc(100% - 24px);
  }
}
.section-13 .section-static-2 .static-thumbnail .thumb {
  position: relative;
  display: block;
  z-index: 5;
  margin-bottom: 16px;
}
.section-13 .section-static-2 .static-thumbnail .thumb img {
  width: 100%;
  background-color: #293030;
  padding: 8px;
}
.section-13 .section-static-2 .static-rate {
  width: 28%;
  background-color: #313939;
  border: 1px solid #707070;
  -webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 8px 6px rgba(0, 0, 0, 0.5);
  padding: 16px 24px;
}
@media (max-width: 991px) {
  .section-13 .section-static-2 .static-rate {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .section-13 .section-static-2 .static-rate {
    width: 100%;
  }
}
.section-13 .section-static-2 .static-rate .thumb {
  text-align: center;
  margin-bottom: 16px;
}
.section-13 .section-static-2 .static-rate .thumb img {
  border-radius: 4px;
}
.section-13 .section-static-2 .static-rate .static-number {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  background: -webkit-gradient(linear, left top, right top, from(#a3b0c5), to(#FFFFFF));
  background: linear-gradient(to right, #a3b0c5 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px) {
  .section-13 .section-static-2 .static-rate .static-number {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .section-13 .section-static-2 .static-rate .static-number {
    font-size: 28px;
  }
}
.section-13 .section-static-2 .static-rate .static-label {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  background: -webkit-gradient(linear, left top, right top, from(#a3b0c5), to(#FFFFFF));
  background: linear-gradient(to right, #a3b0c5 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px) {
  .section-13 .section-static-2 .static-rate .static-label {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-13 .section-static-2 .static-rate .static-label {
    font-size: 16px;
  }
}
.section-13 .section-pagination {
  position: relative;
}

.section-14,
.section-15 {
  background: url("../img/section-14-bg.webp") no-repeat 50% 0;
  background-size: cover;
  position: relative;
  min-height: 990px;
  padding: 55px 70px 16px;
  color: #fff;
  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: 1199px) {
  .section-14,
  .section-15 {
    padding: 40px 35px 16px;
  }
}
@media (max-width: 767px) {
  .section-14,
  .section-15 {
    padding: 24px 16px 16px;
    min-height: 850px;
  }
}
.section-14 .product-thumb,
.section-15 .product-thumb {
  text-align: center;
  margin-top: -30%;
  margin-bottom: 24px;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .section-14 .product-thumb,
  .section-15 .product-thumb {
    margin-bottom: 16px;
    margin-top: -20%;
  }
}
.section-14 .product-tag,
.section-15 .product-tag {
  position: absolute;
  right: 0;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(126, 16, 11)), to(rgb(224, 28, 36)));
  background: linear-gradient(to right, rgb(126, 16, 11) 0%, rgb(224, 28, 36) 100%);
  font-size: 44px;
  font-weight: 700;
  padding: 0 32px 0 16px;
  border-radius: 11px 0 0 11px;
  right: 0;
  top: 68px;
}
@media (max-width: 1199px) {
  .section-14 .product-tag,
  .section-15 .product-tag {
    top: 55px;
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .section-14 .product-tag,
  .section-15 .product-tag {
    font-size: 24px;
    top: 32px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .section-14 .product-tag,
  .section-15 .product-tag {
    position: relative;
    top: 0;
    border-radius: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
  }
}
.section-14 .section-body,
.section-15 .section-body {
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .section-14 .section-body,
  .section-15 .section-body {
    padding: 0;
  }
}
.section-14 .section-body .product-name,
.section-15 .section-body .product-name {
  margin-bottom: 16px;
}
.section-14 .section-body .product-name .product-title,
.section-15 .section-body .product-name .product-title {
  position: relative;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 4px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#E01C24), color-stop(70%, #FFFFFF));
  background: linear-gradient(to right, #E01C24 0%, #FFFFFF 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 160%;
}
@media (max-width: 1199px) {
  .section-14 .section-body .product-name .product-title,
  .section-15 .section-body .product-name .product-title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .section-14 .section-body .product-name .product-title,
  .section-15 .section-body .product-name .product-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .section-14 .section-body .product-name .product-title,
  .section-15 .section-body .product-name .product-title {
    font-size: 24px;
  }
}
.section-14 .section-body .product-name .product-title::after,
.section-15 .section-body .product-name .product-title::after {
  height: 8px;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(224, 28, 36)), color-stop(90%, rgba(91, 97, 99, 0.05)));
  background: linear-gradient(to right, rgb(224, 28, 36) 0%, rgba(91, 97, 99, 0.05) 90%);
}
@media (max-width: 1199px) {
  .section-14 .section-body .product-name .product-title::after,
  .section-15 .section-body .product-name .product-title::after {
    height: 5px;
  }
}
@media (max-width: 767px) {
  .section-14 .section-body .product-name .product-title::after,
  .section-15 .section-body .product-name .product-title::after {
    height: 3px;
  }
}
.section-14 .section-body .product-label,
.section-15 .section-body .product-label {
  font-size: 29px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .section-14 .section-body .product-label,
  .section-15 .section-body .product-label {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .section-14 .section-body .product-label,
  .section-15 .section-body .product-label {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-14 .section-body .product-label,
  .section-15 .section-body .product-label {
    font-size: 16px;
  }
}
.section-14 .section-body .product-bold,
.section-15 .section-body .product-bold {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 130%;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .section-14 .section-body .product-bold,
  .section-15 .section-body .product-bold {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .section-14 .section-body .product-bold,
  .section-15 .section-body .product-bold {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-14 .section-body .product-bold,
  .section-15 .section-body .product-bold {
    font-size: 20px;
  }
}
.section-14 .section-body .section-list,
.section-15 .section-body .section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.section-14 .section-body .section-list li,
.section-15 .section-body .section-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .section-14 .section-body .section-list li,
  .section-15 .section-body .section-list li {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .section-14 .section-body .section-list li,
  .section-15 .section-body .section-list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section-14 .section-body .section-list li,
  .section-15 .section-body .section-list li {
    margin-bottom: 12px;
  }
}
.section-14 .section-body .section-list li .items,
.section-15 .section-body .section-list li .items {
  padding: 16px 50px 16px 16px;
  font-size: 25px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, from(rgb(224, 28, 36)), color-stop(90%, rgba(91, 97, 99, 0.05)));
  background: linear-gradient(to right, rgb(224, 28, 36) 0%, rgba(91, 97, 99, 0.05) 90%);
  line-height: 110%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .section-14 .section-body .section-list li .items,
  .section-15 .section-body .section-list li .items {
    padding: 12px 32px 12px 12px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-14 .section-body .section-list li .items,
  .section-15 .section-body .section-list li .items {
    font-size: 16px;
    padding: 8px 24px 8px 8px;
  }
}
@media (max-width: 767px) {
  .section-14 .section-body .section-list li .items,
  .section-15 .section-body .section-list li .items {
    font-weight: 500;
    font-size: 15px;
  }
}
.section-14 .section-body .section-list li .items::before,
.section-15 .section-body .section-list li .items::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  display: inline-block;
  margin-right: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1199px) {
  .section-14 .section-body .section-list li .items::before,
  .section-15 .section-body .section-list li .items::before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .section-14 .section-body .section-list li .items::before,
  .section-15 .section-body .section-list li .items::before {
    margin-right: 8px;
  }
}
.section-14 .section-footer,
.section-15 .section-footer {
  min-height: 250px;
}
@media (max-width: 767px) {
  .section-14 .section-footer,
  .section-15 .section-footer {
    height: auto;
  }
}
.section-14 .section-footer .text,
.section-15 .section-footer .text {
  font-size: 23px;
  margin-bottom: 24px;
  line-height: 130%;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .section-14 .section-footer .text,
  .section-15 .section-footer .text {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .section-14 .section-footer .text,
  .section-15 .section-footer .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-14 .section-footer .text,
  .section-15 .section-footer .text {
    font-size: 14px;
  }
}
.section-14 .section-footer .text:last-child,
.section-15 .section-footer .text:last-child {
  margin-bottom: 0;
}

.section-15 .product-thumb {
  margin-top: -25%;
  padding-left: 120px;
}

.section-16 {
  color: #fff;
  padding: 50px 50px 24px;
  background-color: #E01C24;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .section-16 {
    padding: 32px 24px 16px;
  }
}
@media (max-width: 767px) {
  .section-16 {
    padding: 32px 16px 16px;
  }
}
.section-16 .section-head {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .section-16 .section-head {
    margin-bottom: 32px;
  }
}
.section-16 .section-head .section-title {
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 16px;
}
@media (max-width: 1199px) {
  .section-16 .section-head .section-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .section-16 .section-head .section-title {
    font-size: 22px;
  }
}
.section-16 .section-head .section-title::after {
  content: "";
  height: 4px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .section-16 .section-head .section-title::after {
    height: 3px;
  }
}
.section-16 .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.section-16 .news-list.cols-3 li:nth-child(1), .section-16 .news-list.cols-3 li:nth-child(3) {
  width: 36.5%;
}
@media (max-width: 767px) {
  .section-16 .news-list.cols-3 li:nth-child(1), .section-16 .news-list.cols-3 li:nth-child(3) {
    width: 100%;
  }
}
.section-16 .news-list.cols-3 li:nth-child(2) {
  width: 27%;
}
@media (max-width: 767px) {
  .section-16 .news-list.cols-3 li:nth-child(2) {
    width: 100%;
  }
}
.section-16 .news-list.cols-3 li a {
  height: 340px;
}
@media (max-width: 991px) {
  .section-16 .news-list.cols-3 li a {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .section-16 .news-list.cols-3 li a {
    height: 200px;
  }
}
.section-16 .news-list.cols-2 li:nth-child(1) {
  width: 38%;
}
@media (max-width: 767px) {
  .section-16 .news-list.cols-2 li:nth-child(1) {
    width: 100%;
  }
}
.section-16 .news-list.cols-2 li:nth-child(2) {
  width: 62%;
}
@media (max-width: 767px) {
  .section-16 .news-list.cols-2 li:nth-child(2) {
    width: 100%;
  }
}
.section-16 .news-list.cols-2 li a {
  height: 300px;
}
@media (max-width: 991px) {
  .section-16 .news-list.cols-2 li a {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .section-16 .news-list.cols-2 li a {
    height: 200px;
  }
}
.section-16 .news-list li {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.section-16 .news-list li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.section-16 .news-list li a:hover .news-thumb img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.section-16 .news-list li .news-thumb {
  height: 100%;
}
.section-16 .news-list li .news-thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.section-16 .news-list li .news-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 32px 12px 14px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat";
  line-height: 130%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 35, 23, 0)), color-stop(9%, rgba(39, 35, 23, 0.18)), color-stop(47%, rgba(39, 35, 23, 0.64)), color-stop(71%, rgba(39, 35, 23, 0.91)), to(rgb(39, 35, 23)));
  background: linear-gradient(to bottom, rgba(39, 35, 23, 0) 0%, rgba(39, 35, 23, 0.18) 9%, rgba(39, 35, 23, 0.64) 47%, rgba(39, 35, 23, 0.91) 71%, rgb(39, 35, 23) 100%);
}
@media (max-width: 991px) {
  .section-16 .news-list li .news-info {
    font-size: 14px;
  }
}
.section-16 .section-pagination {
  margin-top: 24px;
  position: relative;
}
@media (max-width: 1199px) {
  .section-16 .section-pagination {
    margin-top: 12px;
  }
}