@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.color-white {
  color: #FFFFFF;
}

.color-black {
  color: #000000;
}

.color-red {
  color: #E50019;
}

.color-orange {
  color: #FF9900;
}

.fw-100-thin {
  font-weight: 100;
}

.fw-200-extralight {
  font-weight: 200;
}

.fw-300-light {
  font-weight: 300;
}

.fw-400-regular {
  font-weight: 400;
}

.fw-500-medium {
  font-weight: 500;
}

.fw-600-semibold {
  font-weight: 600;
}

.fw-700-bold {
  font-weight: 700;
}

.fw-800-extrabold {
  font-weight: 800;
}

.fw-900-black {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.fz19 {
  font-size: 1.6rem;
  line-height: 2.9rem;
}
@media only screen and (max-width: 1440px) {
  .fz19 {
    font-size: 1.3rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .fz19 {
    line-height: 2.4rem;
  }
}

.show1080 {
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  .show1080 {
    display: block !important;
  }
}

.show850 {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show850 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
    width: 100%;
  }
}

@media only screen and (max-width: 1180px) {
  .hide1080 {
    display: none !important;
  }
}

@media only screen and (max-width: 850px) {
  .hide850 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #3E3E3E;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media only screen and (max-width: 1536px) {
  body {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 1440px) {
  body {
    font-size: 1.3rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  body {
    line-height: 2.4rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #3E3E3E;
  -webkit-transition: background 0.35s, color 0.35s, opacity 0.35s;
  transition: background 0.35s, color 0.35s, opacity 0.35s;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover {
  opacity: 1;
}

path {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

button {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: none;
}

.link-sp {
  pointer-events: none;
}

.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

/* Wrapper */
#wrapper {
  position: relative;
}
#wrapper #mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

/* Main */
main {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
main.blur {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.content-1600 {
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.content-1366 {
  width: 92%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.content-680 {
  width: 92%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.pt90 {
  padding-top: 90px;
}
@media only screen and (max-width: 1180px) {
  .pt90 {
    padding-top: 70px;
  }
}

.pad90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1180px) {
  .pad90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .pad90 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

#breadcrumb {
  position: relative;
  z-index: 8;
  padding: 30px 0 50px 0;
}
@media only screen and (max-width: 1180px) {
  #breadcrumb {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #breadcrumb {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#breadcrumb .breadcrumb ul li {
  position: relative;
  margin-right: 8px;
  padding-right: 13px;
}
@media only screen and (max-width: 750px) {
  #breadcrumb .breadcrumb ul li {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
#breadcrumb .breadcrumb ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#breadcrumb .breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb .breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #D9A60E;
}
@media only screen and (max-width: 750px) {
  #breadcrumb .breadcrumb ul li::after {
    top: 6px;
  }
}
#breadcrumb .breadcrumb ul li a {
  display: block;
}
#breadcrumb .breadcrumb ul li a:hover {
  text-decoration: underline;
}

.txthead-box.mb15 {
  margin-bottom: 15px;
}
.txthead-box.mb20 {
  margin-bottom: 20px;
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb30 {
    margin-bottom: 17px;
  }
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1440px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 20px;
  }
}
.txthead-box.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .txthead-box.mb50 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb50 {
    margin-bottom: 20px;
  }
}
.txthead-box.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1440px) {
  .txthead-box.mb80 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box.mb80 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb80 {
    margin-bottom: 15px;
  }
}
.txthead-box .fz50 {
  font-size: 4rem;
  line-height: 7rem;
}
@media only screen and (max-width: 1536px) {
  .txthead-box .fz50 {
    font-size: 3.5rem;
    line-height: 6.5rem;
  }
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz50 {
    font-size: 3rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .txthead-box .fz50 {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz50 {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz50 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.txthead-box .fz40 {
  font-size: 4rem;
  line-height: 5.5rem;
}
@media only screen and (max-width: 1536px) {
  .txthead-box .fz40 {
    font-size: 3.5rem;
    line-height: 7rem;
  }
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz40 {
    font-size: 3rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 1280px) {
  .txthead-box .fz40 {
    font-size: 2.5rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz40 {
    font-size: 2.3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz40 {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
.txthead-box .fz30 {
  font-size: 3rem;
  line-height: 4rem;
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz30 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 1280px) {
  .txthead-box .fz30 {
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz30 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz30 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.txthead-box .fz25 {
  font-size: 2.5rem;
  line-height: 3.5rem;
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz25 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz25 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.txthead-box .seperator {
  position: relative;
  padding-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .txthead-box .seperator {
    padding-bottom: 10px;
  }
}
.txthead-box .seperator::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  display: block;
  width: 115px;
  height: 3px;
  background-color: #E50019;
}
@media only screen and (max-width: 750px) {
  .txthead-box .seperator::after {
    width: 60px;
  }
}
.txthead-box .seperator-center {
  position: relative;
  padding-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .txthead-box .seperator-center {
    padding-bottom: 10px;
  }
}
.txthead-box .seperator-center::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  display: block;
  width: 200px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background-color: #E50019;
}
@media only screen and (max-width: 750px) {
  .txthead-box .seperator-center::after {
    width: 100px;
  }
}

.btn-box {
  display: table;
}
.btn-box.mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 1440px) {
  .btn-box.mt50 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.mt50 {
    margin-top: 15px;
  }
}
.btn-box.right {
  margin-left: auto;
}

.btn-box-customers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 0 0;
}

.box-border-customers {
  border: 1px solid #e50019;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.box-border-customers:hover {
  background-color: #f3bbbb !important;
  border: 1px solid #f3bbbb;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.btn {
  font-family: "Prompt", sans-serif;
  font-size: 1.9rem;
  line-height: 2.9rem;
  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 only screen and (max-width: 1440px) {
  .btn {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.btn.radius {
  height: 46px;
  border-radius: 23px;
}
@media only screen and (max-width: 750px) {
  .btn.radius {
    height: 42px;
    border-radius: 21px;
  }
}
.btn.close {
  width: 46px;
  border-radius: 100%;
}
.btn.white {
  color: #000000;
  background-color: #FFFFFF;
}
.btn.white-border-red {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #E50019;
}
.btn.red {
  color: #FFFFFF;
  background-color: #E50019;
}
.btn.red {
  color: #FFFFFF;
  background-color: #E50019;
}
.btn.black {
  color: #FFFFFF;
  background-color: #262626;
}
.btn.icon-left {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.icon-left .icon {
  margin-right: 20px;
}
.btn.icon-left .icon.small {
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  .btn.icon-left .icon img {
    width: auto;
    height: 10px;
  }
}
.btn.icon-left:hover {
  padding-left: 10px;
}
.btn.icon-right .icon {
  margin-left: 20px;
}
.btn.arrow-right-white {
  background-image: url("../images/commons/btn-arrow-half-right-white.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 9px 16px;
}
.btn.w-180 {
  width: 100%;
  max-width: 180px;
}
.btn.fw-180 {
  width: 300px;
}
.btn.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.btn.right {
  margin-left: auto;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
}
button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.center {
  text-align: center;
}

.btn-back {
  display: table;
  margin-top: -40px;
  margin-bottom: 35px;
}
.btn-back a {
  font-size: 1.7rem;
}

.btn-page {
  margin-top: 60px;
  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 only screen and (max-width: 1180px) {
  .btn-page {
    margin-top: 40px;
  }
}
.btn-page .button.disable a {
  opacity: 0.25;
  pointer-events: none;
}
.btn-page .button a {
  display: block;
}
.btn-page ul {
  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: 0 30px;
}
.btn-page ul li {
  margin: 0 7px;
}
.btn-page ul li a {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  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: 1px solid #8F8F8F;
  background-color: #FFFFFF;
  font-family: "Prompt", sans-serif;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-page ul li a:hover {
  opacity: 1;
  color: #E50019;
  border-color: #E50019;
}
.btn-page ul li a.current {
  color: #FFFFFF;
  border-color: #E50019;
  background-color: #E50019;
}

.bg-inner-left {
  position: relative;
  overflow: hidden;
}
.bg-inner-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 575px;
  height: 866px;
  background-image: url("../images/commons/bg-inner-left.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
@media only screen and (max-width: 1440px) {
  .bg-inner-left::before {
    width: 32.5%;
  }
}

.bg-inner-btm-right {
  position: relative;
  overflow: hidden;
}
.bg-inner-btm-right::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 7;
  width: 215px;
  height: 459px;
  background-image: url("../images/commons/bg-inner-btm-right.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}
@media only screen and (max-width: 1440px) {
  .bg-inner-btm-right::after {
    width: 12.5%;
  }
}

/* Article */
@media only screen and (max-width: 750px) {
  #article {
    padding-top: 70px;
  }
}
#article .article {
  position: relative;
  z-index: 8;
}
#article .article .article-list .latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1180px) {
  #article .article .article-list .latest {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 750px) {
  #article .article .article-list .latest {
    display: block;
    margin-bottom: 4%;
  }
}
#article .article .article-list .latest:hover {
  opacity: 1;
}
#article .article .article-list .latest:hover .cover {
  opacity: 0.8;
}
#article .article .article-list .latest:hover .cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#article .article .article-list .latest .cover {
  position: relative;
  z-index: 8;
  width: 43.7%;
  margin-top: 90px;
  margin-bottom: -25px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  #article .article .article-list .latest .cover {
    width: 49.7%;
    margin-top: 45px;
  }
}
@media only screen and (max-width: 750px) {
  #article .article .article-list .latest .cover {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#article .article .article-list .latest .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 750px) {
  #article .article .article-list .latest .cover img {
    height: auto;
  }
}
#article .article .article-list .latest .text {
  width: 56.3%;
  padding: 90px 190px 60px 85px;
  background-color: #F5F5F5;
  background-image: url("../images/news/latest-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  #article .article .article-list .latest .text {
    width: 50.3%;
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #article .article .article-list .latest .text {
    width: 100%;
    padding: 20px;
  }
}
#article .article .article-list .latest .text::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 7;
  width: 100px;
  height: 100%;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 750px) {
  #article .article .article-list .latest .text::after {
    display: none;
  }
}
#article .article .article-list .latest .text h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  color: #E50019;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1440px) {
  #article .article .article-list .latest .text h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 1180px) {
  #article .article .article-list .latest .text h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #article .article .article-list .latest .text h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 0;
  }
}
#article .article .article-list .latest .text .date {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #838485;
}
@media only screen and (max-width: 1440px) {
  #article .article .article-list .latest .text .date {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#article .article .article-list .latest .text .brief {
  margin-top: 20px;
  font-size: 1.9rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 1440px) {
  #article .article .article-list .latest .text .brief {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #article .article .article-list .latest .text .brief {
    margin-top: 10px;
    line-height: 2.4rem;
  }
}
#article .article .article-list .latest .text .btn-box {
  margin-top: 30px;
}
@media only screen and (max-width: 1180px) {
  #article .article .article-list .latest .text .btn-box {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #article .article .article-list .latest .text .btn-box {
    margin-top: 10px;
  }
}
#article .article .article-list .latest .text .btn-box .btn {
  font-size: 1.7rem;
}
@media only screen and (max-width: 1440px) {
  #article .article .article-list .latest .text .btn-box .btn {
    font-size: 1.6rem;
  }
}
#article .article .article-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-top: -2%;
}
@media only screen and (max-width: 750px) {
  #article .article .article-list ul {
    margin-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#article .article .article-list ul li {
  width: 23%;
  margin-left: 2%;
  margin-top: 2%;
}
@media only screen and (max-width: 850px) {
  #article .article .article-list ul li {
    width: 31.33%;
  }
}
@media only screen and (max-width: 750px) {
  #article .article .article-list ul li {
    width: 49%;
    margin-left: 0;
  }
}
#article .article .article-list ul li a {
  display: block;
  height: 100%;
  position: relative;
  padding-bottom: 50px;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 750px) {
  #article .article .article-list ul li a {
    padding-bottom: 35px;
  }
}
#article .article .article-list ul li a:hover {
  opacity: 1;
}
#article .article .article-list ul li a:hover .cover {
  opacity: 0.8;
}
#article .article .article-list ul li a:hover .cover img {
  -webkit-transform: scale(1 0.5);
  transform: scale(1 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#article .article .article-list ul li a:hover .brief h2 {
  color: #E50019;
}
#article .article .article-list ul li a .cover {
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#article .article .article-list ul li a .cover img {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#article .article .article-list ul li a .brief {
  position: relative;
  padding: 34px 20px 20px 20px;
}
#article .article .article-list ul li a .brief.pad20 {
  padding: 20px;
}
@media only screen and (max-width: 750px) {
  #article .article .article-list ul li a .brief.pad20 {
    padding: 15px;
  }
}
#article .article .article-list ul li a .brief .date {
  position: absolute;
  top: -17px;
  left: 0;
  z-index: 8;
  width: 160px;
  height: 34px;
  padding-right: 5px;
  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;
  clip-path: polygon(0 0, 100% 0%, 87.5% 100%, 0% 100%);
  background-color: #E50019;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #FFFFFF;
}
@media only screen and (max-width: 1180px) {
  #article .article .article-list ul li a .brief .date {
    width: 130px;
    padding-right: 10px;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
#article .article .article-list ul li a .brief h2 {
  min-height: 52px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1440px) {
  #article .article .article-list ul li a .brief h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #article .article .article-list ul li a .brief h2 {
    font-size: 1.6rem;
    min-height: auto;
  }
}
#article .article .article-list ul li a .brief p {
  font-size: 1.9rem;
  line-height: 2.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1440px) {
  #article .article .article-list ul li a .brief p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#article .article .article-list ul li a .btn-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 8;
}
@media only screen and (max-width: 750px) {
  #article .article .article-list ul li a .btn-box {
    left: 15px;
    bottom: 15px;
  }
}
#article .article .article-list ul li a .btn-box .btn {
  font-size: 1.7rem;
  line-height: 2.7rem;
}
@media only screen and (max-width: 1440px) {
  #article .article .article-list ul li a .btn-box .btn {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#article .article .article-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #article .article .article-flex {
    display: block;
  }
}
#article .article .article-flex .col-left {
  width: 100%;
  padding-right: 30px;
}
@media only screen and (max-width: 750px) {
  #article .article .article-flex .col-left {
    padding-right: 0;
  }
}
#article .article .article-flex .col-right {
  width: 260px;
  min-width: 260px;
  padding-left: 30px;
  border-left: 1px solid #BFBFBF;
}
@media only screen and (max-width: 850px) {
  #article .article .article-flex .col-right {
    width: 200px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 750px) {
  #article .article .article-flex .col-right {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    border-left: 0;
    display: none;
  }
}
#article .article .article-list-side ul li + li {
  margin-top: 25px;
}
#article .article .article-list-side ul li a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
}
#article .article .article-list-side ul li a:hover .cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#article .article .article-list-side ul li a .cover {
  margin-bottom: 10px;
  width: 100%;
  max-width: 160px;
  overflow: hidden;
}
#article .article .article-list-side ul li a .cover img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#article .article .article-list-side ul li a p {
  font-size: 1.7rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 1440px) {
  #article .article .article-list-side ul li a p {
    font-size: 1.6rem;
  }
}
#article .article .article-detail .date {
  font-size: 1.5rem;
  line-height: 3rem;
  color: #E50019;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
#article .article .article-detail .cover {
  width: 100%;
  max-width: 678px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1440px) {
  #article .article .article-detail .cover {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #article .article .article-detail .cover {
    margin-bottom: 20px;
  }
}
#article .article .article-detail .cover img {
  display: block;
  border: 1px solid #707070;
}
#article .article .article-detail .cover .button {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #article .article .article-detail .cover .button {
    margin-top: 15px;
  }
}
#article .article .article-detail .cover .button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#article .article .article-detail .cover .button ul li {
  margin-right: 30px;
}
#article .article .article-detail .cover .button ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#article .article .article-detail .cover .button ul li a:hover {
  color: #E50019;
}
#article .article .article-detail .cover .button ul li a:hover .icon svg path {
  fill: #E50019;
}
#article .article .article-detail .cover .button ul li a .icon {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#article .article .article-detail .text p + p {
  margin-top: 10px;
}
@media only screen and (max-width: 1440px) {
  #article .article .article-detail .text p + p {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #article .article .article-detail .text p + p {
    margin-top: 15px;
  }
}
#article .article .article-detail .text p + h2 {
  margin-top: 25px;
}
@media only screen and (max-width: 1440px) {
  #article .article .article-detail .text p + h2 {
    margin-top: 20px;
  }
}
#article .article .article-detail .text p + ul {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #article .article .article-detail .text p + ul {
    margin-top: 5px;
  }
}
#article .article .article-detail .text p + b {
  font-weight: bold !important;
}
#article .article .article-detail .text p b {
  font-weight: bold !important;
}
#article .article .article-detail .text h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #E50019;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  #article .article .article-detail .text h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1180px) {
  #article .article .article-detail .text h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #article .article .article-detail .text h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 5px;
  }
}
#article .article .article-detail .text ol {
  margin-left: 20px;
}
#article .article .article-detail .text ol + h2 {
  margin-top: 20px;
}
#article .article .article-detail .text ol li {
  list-style: decimal;
}
#article .article .article-detail .text ol li + li {
  margin-top: 10px;
}
#article .article .article-detail .text ol ul {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
}
#article .article .article-detail .text ol ul li + li {
  margin-top: 0;
}
#article .article .article-detail .text ul {
  margin-left: 20px;
}
#article .article .article-detail .text ul li {
  list-style: disc;
}
#article .article .article-detail .share {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  #article .article .article-detail .share {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #article .article .article-detail .share {
    margin-top: 20px;
  }
}
#article .article .article-detail .share p {
  margin-right: 25px;
}
@media only screen and (max-width: 750px) {
  #article .article .article-detail .share p {
    margin-right: 15px;
  }
}
#article .article .article-detail .share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#article .article .article-detail .share ul li {
  margin-right: 25px;
}
@media only screen and (max-width: 750px) {
  #article .article .article-detail .share ul li {
    margin-right: 10px;
  }
}
#article .article .article-detail .share ul li a {
  width: 30px;
  height: 30px;
  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;
}
#article .article .article-detail .share ul li a:hover svg path {
  fill: #E50019;
}

.page-inner header {
  background-color: rgb(38, 45, 133);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .header {
  height: 90px;
  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 only screen and (max-width: 1280px) {
  header .header {
    height: 75px;
  }
}
@media only screen and (max-width: 750px) {
  header .header {
    height: 70px;
  }
}
@media only screen and (max-width: 1536px) {
  header .header .left img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1280px) {
  header .header .left img {
    max-width: 180px;
  }
}
header .header .left a {
  display: block;
}
@media only screen and (max-width: 750px) {
  header .header .left a img {
    width: auto;
    height: 27px;
  }
}
header .header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .right .menu {
  margin-right: 30px;
}
@media only screen and (max-width: 1180px) {
  header .header .right .menu {
    display: none;
  }
}
header .header .right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .right .menu ul li + li {
  margin-left: 50px;
}
header .header .right .menu ul li a {
  display: block;
  color: #FFFFFF;
  padding: 55px 0 55px 0;
  font-size: 18px;
  text-align: left !important;
}
@media only screen and (max-width: 1280px) {
  header .header .right .menu ul li a {
    font-size: 14px;
    line-height: 20px;
    padding: 35px 0 35px 0;
  }
}
header .header .right .menu ul li a:hover {
  opacity: 1;
  color: #D9A60E;
}
header .header .right .menu ul li .content-menu {
  position: absolute;
  top: 104px;
  width: 265px;
  z-index: 9999;
  border-radius: 10px;
  background: #f5f5f5;
  visibility: hidden;
  opacity: 0;
  list-style-type: none;
  list-style-image: none;
  -webkit-box-shadow: 10px 6px 26px -15px #b5b3b5;
          box-shadow: 10px 6px 26px -15px #b5b3b5;
}
@media only screen and (max-width: 1280px) {
  header .header .right .menu ul li .content-menu {
    top: 85px;
  }
}
header .header .right .menu ul li .content-menu ul {
  display: block !important;
  padding: 15px 0 10px 0 !important;
  margin: 0 !important;
}
header .header .right .menu ul li .content-menu ul li {
  padding: 0 20px 5px 20px !important;
  margin: 0 !important;
  text-transform: uppercase;
}
header .header .right .menu ul li .content-menu ul li a {
  color: #000 !important;
  padding: 0 !important;
}
header .header .right .menu ul li .content-menu ul li a:hover {
  color: #D9A60E !important;
}
header .header .right .menu ul li:hover .content-menu {
  visibility: visible;
  opacity: 1;
  list-style-type: none;
  list-style-image: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
header .header .right .lang {
  margin-right: 30px;
}
@media only screen and (max-width: 1180px) {
  header .header .right .lang {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 750px) {
  header .header .right .lang {
    margin-right: 10px;
  }
}
header .header .right .lang a {
  width: 46px;
  height: 46px;
  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: 100%;
  border: 2px solid #C4C4C4;
  color: #FFFFFF;
  font-weight: 300;
}
@media only screen and (max-width: 1280px) {
  header .header .right .lang a {
    width: 35px;
    height: 35px;
  }
}
header .header .right .icon-top {
  margin-right: 40px;
  width: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .right .icon-top a {
  width: 35px;
  height: 35px;
  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: 100%;
  color: #FFFFFF;
  font-weight: 300;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 10px;
}
header .header .right .icon-top a:hover svg path {
  fill: #E50019;
}
header .header .right .icon-top img {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 750px) {
  header .header .right .icon-top {
    margin-right: 5px;
  }
}

.add-bg-header header {
  background-color: rgba(38, 45, 133, 0.9);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.bar-icon {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  border: 2px solid #C4C4C4;
  border-radius: 100%;
  padding-top: 7px;
}
@media only screen and (max-width: 1280px) {
  .bar-icon {
    width: 35px;
    height: 35px;
    padding-top: 8px;
  }
}
.bar-icon:hover {
  opacity: 1;
}
.bar-icon .bar1, .bar-icon .bar3 {
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
  margin: 6px auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1280px) {
  .bar-icon .bar1, .bar-icon .bar3 {
    margin: 0px auto;
  }
}
.bar-icon .bar2 {
  width: 14px;
  height: 2px;
  background-color: #FFFFFF;
  margin: 6px 13px 6px auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1280px) {
  .bar-icon .bar2 {
    width: 13px;
    margin: 4px 13px 4px auto;
  }
}
.bar-icon .bar3 {
  background-color: #C4C4C4 !important;
}

.open .bar1 {
  background-color: #FFFFFF !important;
  -webkit-transform: rotate(-45deg) translate(-6px, 5px);
  transform: rotate(-45deg) translate(-6px, 5px);
}
@media only screen and (max-width: 1280px) {
  .open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 3px);
            transform: rotate(-45deg) translate(-4px, 3px);
  }
}
@media only screen and (max-width: 750px) {
  .open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 3px);
            transform: rotate(-45deg) translate(-4px, 3px);
  }
}
.open .bar2 {
  opacity: 0;
  background-color: #FFFFFF !important;
}
.open .bar3 {
  background-color: #FFFFFF !important;
  -webkit-transform: rotate(45deg) translate(-6px, -5px);
  transform: rotate(45deg) translate(-6px, -5px);
}
@media only screen and (max-width: 750px) {
  .open .bar3 {
    -webkit-transform: rotate(45deg) translate(-3px, -3px);
            transform: rotate(45deg) translate(-3px, -3px);
    width: 20px;
  }
}

.active-mn-01 .mn-01,
.active-mn-02 .mn-02,
.active-mn-03 .mn-03,
.active-mn-04 .mn-04,
.active-mn-05 .mn-05,
.active-mn-06 .mn-06,
.active-mn-07 .mn-07 {
  color: #D9A60E !important;
}

.menu-responsive {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: -40%;
  left: 0;
  z-index: 14;
  width: 100%;
  padding-top: 90px;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 750px) {
  .menu-responsive {
    padding-top: 70px;
    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;
  }
}
.menu-responsive.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.menu-responsive .content {
  padding: 40px 0;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .content {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 750px) {
  .menu-responsive .sitemap-flex {
    padding: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .menu-responsive .sitemap-flex .col20 + .col20 {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #444;
  }
}
@media only screen and (max-width: 750px) {
  .menu-responsive .sitemap-flex .col20 + .col40 {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #444;
  }
}
@media only screen and (max-width: 750px) {
  .menu-responsive .sitemap-flex .col40 + .col20 {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #444;
  }
}
@media only screen and (max-width: 750px) {
  .menu-responsive .sitemap-flex ul li + li {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #444;
  }
}
.menu-responsive .sitemap-flex ul li a {
  color: #D9A60E;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 1280px) {
  .menu-responsive .sitemap-flex ul li a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .menu-responsive .sitemap-flex ul li a {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #FFFFFF;
    background-image: url("../images/commons/btn-arrow-half-right-white.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 9px 16px;
  }
}
.menu-responsive .sitemap-flex ul li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .sitemap-flex ul li ul {
    display: none;
  }
}
.menu-responsive .sitemap-flex ul li ul li a {
  color: #FFFFFF;
}

footer {
  padding: 70px 0 30px 0;
  background-color: #E6E6E6;
  background-image: url("../images/commons/footer-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 199px 296px;
}
@media only screen and (max-width: 1180px) {
  footer {
    padding-top: 4%;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    padding-bottom: 20px;
  }
}
footer .footer .banner-contact {
  margin-bottom: 50px;
  background-image: url("../images/commons/banner-contact-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-color: #E50019;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .footer .banner-contact:hover {
  background-color: #E50019;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1180px) {
  footer .footer .banner-contact {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .banner-contact {
    background-size: cover;
    margin-bottom: 6%;
  }
}
footer .footer .banner-contact .text h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1440px) {
  footer .footer .banner-contact .text h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 1180px) {
  footer .footer .banner-contact .text h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .banner-contact .text h2 {
    text-align: center;
  }
}
footer .footer .banner-contact .text p {
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  footer .footer .banner-contact .text p {
    text-align: center;
  }
}
footer .footer .banner-contact a {
  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;
  padding: 40px 60px;
  color: #FFFFFF;
}
@media only screen and (max-width: 750px) {
  footer .footer .banner-contact a {
    display: block;
    padding: 30px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .banner-contact a .btn-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
footer .footer .content h2 {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  footer .footer .content h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 1180px) {
  footer .footer .content h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .content h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 15px;
  }
}
footer .footer .content h2 span {
  display: inline-block;
  margin-left: 2px;
}
footer .footer .content h2 span img {
  margin-bottom: -6px;
}
@media only screen and (max-width: 1180px) {
  footer .footer .content h2 span img {
    width: 18px;
    height: auto;
    margin-bottom: -3px;
  }
}
footer .footer .content .branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  footer .footer .content .branch {
    display: block;
  }
}
footer .footer .content .branch .col {
  width: 45%;
  max-width: 580px;
}
@media only screen and (max-width: 750px) {
  footer .footer .content .branch .col {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .content .branch .col + .col {
    margin-top: 20px;
  }
}
footer .footer .content .branch .col h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  footer .footer .content .branch .col h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1180px) {
  footer .footer .content .branch .col h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .content .branch .col h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .content .branch .col p {
    font-size: 15px;
    text-align: left !important;
  }
}
footer .footer .content .branch .col p + p {
  margin-top: 8px;
}
@media only screen and (max-width: 750px) {
  footer .footer .content .branch .col p + p {
    margin-top: 0;
  }
}
footer .footer .content .branch .col p a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .footer .content .sitemap {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  footer .footer .content .sitemap {
    margin-top: 20px;
  }
}
footer .footer .content .sitemap .toggle-btn {
  color: #000000;
  font-weight: 500;
  padding-right: 26px;
  background-image: url("../images/commons/btn-arrow-half-down.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 16px 9px;
}
footer .footer .content .sitemap .toggle-btn.active {
  background-image: url("../images/commons/btn-arrow-half-up.svg");
}
footer .footer .content .sitemap .toggle-content {
  display: none;
  margin-top: 30px;
}
footer .footer .copyright {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #E50019;
  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 only screen and (max-width: 750px) {
  footer .footer .copyright {
    display: block;
  }
}
footer .footer .copyright p {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 750px) {
  footer .footer .copyright p {
    text-align: center;
  }
}
footer .footer .copyright p a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .footer .copyright .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  footer .footer .copyright .sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
}
footer .footer .copyright .sns li + li {
  margin-left: 10px;
}
footer .footer .copyright .sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer .copyright .sns li a:hover svg path {
  fill: #E50019;
}

.sitemap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .sitemap-flex {
    display: block;
  }
}
.sitemap-flex .col20 {
  width: 20%;
}
@media only screen and (max-width: 750px) {
  .sitemap-flex .col20 {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .sitemap-flex .col20 + .col20 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .sitemap-flex .col20 + .col40 {
    margin-top: 20px;
  }
}
.sitemap-flex .col40 {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .sitemap-flex .col40 {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .sitemap-flex .col40 + .col20 {
    margin-top: 20px;
  }
}
.sitemap-flex .col40 ul {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .sitemap-flex .col40 ul {
    width: 100%;
  }
}
.sitemap-flex .col40 ul li ul {
  width: 100%;
}
.sitemap-flex .col40 ul + ul {
  margin-top: 28px;
}
@media only screen and (max-width: 750px) {
  .sitemap-flex .col40 ul + ul {
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .sitemap-flex .col40 ul + ul li ul {
    margin-top: 0;
  }
}
.sitemap-flex ul li + li {
  margin-top: 12px;
}
@media only screen and (max-width: 750px) {
  .sitemap-flex ul li + li {
    margin-top: 5px;
  }
}
.sitemap-flex ul li a {
  display: table;
  color: #000000;
  font-weight: 500;
}
.sitemap-flex ul li a:hover {
  text-decoration: underline;
}
.sitemap-flex ul li ul {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  .sitemap-flex ul li ul {
    margin-top: 5px;
  }
}
.sitemap-flex ul li ul li + li {
  margin-top: 0px;
}
.sitemap-flex ul li ul li a {
  font-size: 15px;
  color: #3E3E3E;
  font-weight: normal;
  text-transform: uppercase;
}

/* MV */
#mv .mv .mv-slick {
  position: relative;
}
#mv .mv .mv-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .mv-slick .slick-arrow {
  position: absolute;
  right: 335px;
  bottom: 0;
  z-index: 8;
  display: block;
  width: 65px;
  height: 65px;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 16px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
}
@media only screen and (max-width: 1440px) {
  #mv .mv .mv-slick .slick-arrow {
    right: 135px;
  }
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-slick .slick-arrow {
    right: 0;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-slick .slick-arrow {
    width: 45px;
    height: 45px;
    background-size: 20px 13px;
  }
}
#mv .mv .mv-slick .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}
#mv .mv .mv-slick .slick-arrow.slick-prev {
  right: 400px;
  background-image: url("../images/commons/btn-arrow-left-red.svg");
}
@media only screen and (max-width: 1440px) {
  #mv .mv .mv-slick .slick-arrow.slick-prev {
    right: 200px;
  }
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-slick .slick-arrow.slick-prev {
    right: 65px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-slick .slick-arrow.slick-prev {
    right: 45px;
  }
}
#mv .mv .mv-slick .slick-arrow.slick-next {
  background-image: url("../images/commons/btn-arrow-right-red.svg");
}

/* About */
#about {
  background-image: url("../images/top/about-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 276px 459px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 850px) {
  #about {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #about {
    padding-bottom: 40px;
    background-image: none;
  }
}
#about .about {
  position: relative;
}
#about .about::before {
  content: "";
  position: absolute;
  top: 140px;
  left: -30px;
  z-index: 8;
  display: table;
  width: 3px;
  height: 115px;
  background-color: #E50019;
}
#about .about .left {
  position: absolute;
  bottom: 22rem;
  left: 0;
  z-index: 9;
  width: 43.77%;
}
@media only screen and (max-width: 750px) {
  #about .about .left img {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  #about .about .left {
    bottom: 23rem;
  }
}
@media only screen and (max-width: 1440px) {
  #about .about .left {
    bottom: 10rem;
  }
}
@media only screen and (max-width: 1280px) {
  #about .about .left {
    bottom: 11rem;
  }
}
@media only screen and (max-width: 1180px) {
  #about .about .left {
    bottom: 32rem;
  }
}
@media only screen and (max-width: 850px) {
  #about .about .left {
    bottom: inherit;
    top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .left {
    position: relative;
    width: 100%;
    bottom: inherit;
    top: 0;
  }
}
#about .about .right {
  width: 63.68%;
  height: 830px;
  margin-left: auto;
  padding-top: 107px;
  padding-bottom: 43px;
  padding-left: 14%;
  padding-right: 7.5%;
  background-image: url("../images/top/about-text-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}
@media only screen and (max-width: 1440px) {
  #about .about .right {
    padding-top: 100px;
    height: 700px;
  }
}
@media only screen and (max-width: 1180px) {
  #about .about .right {
    height: 815px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .right {
    width: 100%;
    height: auto;
    padding: 30px;
  }
}
#about .about .right .content {
  width: 100%;
  max-width: 600px;
}
#about .about .right .content p {
  font-size: 1.9rem;
  line-height: 2.9rem;
}
@media only screen and (max-width: 1440px) {
  #about .about .right .content p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .right .btn-box {
    margin-top: 15px;
  }
}

/* Product */
#pro {
  background-image: url("../images/top/pro-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#pro .pro .txthead-box {
  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;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #pro .pro .txthead-box {
    margin-bottom: 30px;
  }
}
#pro .pro .txthead-box .no {
  font-size: 12rem;
  color: #E50019;
  font-weight: 600;
  margin-right: 15px;
}
@media only screen and (max-width: 1440px) {
  #pro .pro .txthead-box .no {
    font-size: 9rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 1536px) {
  #pro .pro .txthead-box .no {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 1180px) {
  #pro .pro .txthead-box .no {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 750px) {
  #pro .pro .txthead-box .no {
    font-size: 5rem;
  }
}
#pro .pro .content .pro-list {
  margin-top: 60px;
}
@media only screen and (max-width: 1440px) {
  #pro .pro .content .pro-list {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #pro .pro .content .pro-list {
    margin-top: 25px;
  }
}
#pro .pro .content .pro-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.16%;
  margin-top: -2.16%;
}
@media only screen and (max-width: 750px) {
  #pro .pro .content .pro-list ul {
    margin-left: 0;
    margin-top: -2%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#pro .pro .content .pro-list ul li {
  width: 22.84%;
  margin-left: 2.16%;
  margin-top: 2.16%;
}
@media only screen and (max-width: 850px) {
  #pro .pro .content .pro-list ul li {
    width: 31.17%;
  }
}
@media only screen and (max-width: 750px) {
  #pro .pro .content .pro-list ul li {
    width: 49%;
    margin-top: 2%;
    margin-left: 0;
  }
}
#pro .pro .content .pro-list ul li a {
  display: block;
  background-color: #FFFFFF;
  height: 100%;
  padding: 35px 0;
  position: relative;
}
#pro .pro .content .pro-list ul li a:hover {
  opacity: 1;
  background-color: #E50019;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
#pro .pro .content .pro-list ul li a:hover::before {
  background-color: #FFFFFF;
}
#pro .pro .content .pro-list ul li a:hover .cover svg path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
#pro .pro .content .pro-list ul li a:hover .brief h3 {
  color: #FFFFFF;
}
#pro .pro .content .pro-list ul li a:hover .brief p {
  color: #FFFFFF;
}
#pro .pro .content .pro-list ul li a::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 8;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 3px;
  background-color: #E50019;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#pro .pro .content .pro-list ul li a .cover {
  display: table;
  margin-left: auto;
  margin-right: auto;
  height: 96px;
}
#pro .pro .content .pro-list ul li a .brief {
  margin-top: 15px;
}
#pro .pro .content .pro-list ul li a .brief h3 {
  font-size: 2rem;
  line-height: 3rem;
  color: #000000;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1440px) {
  #pro .pro .content .pro-list ul li a .brief h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 1180px) {
  #pro .pro .content .pro-list ul li a .brief h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#pro .pro .content .pro-list ul li a .brief p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #757575;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1440px) {
  #pro .pro .content .pro-list ul li a .brief p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

/* News */
#news {
  overflow: hidden;
  background-image: url("../images/top/news-bg-new.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px;
}
#news .news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #news .news {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #news .news {
    width: 100%;
  }
}
#news .news .col-left {
  width: 250px;
  min-width: 250px;
}
@media only screen and (max-width: 850px) {
  #news .news .col-left {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .col-left {
    padding: 0 4%;
  }
}
#news .news .col-right {
  width: 75%;
  padding-left: 40px;
}
@media only screen and (max-width: 850px) {
  #news .news .col-right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .col-right {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 850px) {
  #news .news .col-right .news-slick {
    padding-bottom: 105px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .col-right .news-slick {
    padding-bottom: 65px;
  }
}
#news .news .col-right .news-slick .slick-slide {
  margin: 0 20px;
}
@media only screen and (max-width: 750px) {
  #news .news .col-right .news-slick .slick-slide {
    margin: 0;
  }
}
#news .news .col-right .news-slick .slick-list {
  margin: 0 -20px;
}
@media only screen and (max-width: 750px) {
  #news .news .col-right .news-slick .slick-list {
    margin: 0;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .col-right .news-slick .item {
    padding: 0 10px;
  }
}
#news .news .col-right .news-slick .item a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: table;
  background-color: #F5F5F5;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
#news .news .col-right .news-slick .item a:hover {
  opacity: 1;
}
#news .news .col-right .news-slick .item a:hover .cover {
  opacity: 0.8;
}
#news .news .col-right .news-slick .item a:hover .cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#news .news .col-right .news-slick .item a:hover .brief h3 {
  color: #E50019;
}
#news .news .col-right .news-slick .item a .cover {
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#news .news .col-right .news-slick .item a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#news .news .col-right .news-slick .item a .brief {
  position: relative;
  padding: 35px 30px;
}
@media only screen and (max-width: 750px) {
  #news .news .col-right .news-slick .item a .brief {
    padding: 30px 15px 20px 15px;
  }
}
#news .news .col-right .news-slick .item a .brief .date {
  position: absolute;
  top: -17px;
  left: 0;
  z-index: 8;
  width: 160px;
  height: 34px;
  padding-right: 5px;
  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;
  clip-path: polygon(0 0, 100% 0%, 87.5% 100%, 0% 100%);
  background-color: #E50019;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #FFFFFF;
}
@media only screen and (max-width: 1180px) {
  #news .news .col-right .news-slick .item a .brief .date {
    width: 120px;
    padding-right: 10px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#news .news .col-right .news-slick .item a .brief h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  color: #000000;
  height: 80px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  #news .news .col-right .news-slick .item a .brief h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    height: 72px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1180px) {
  #news .news .col-right .news-slick .item a .brief h3 {
    font-size: 2rem;
    line-height: 3rem;
    height: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .col-right .news-slick .item a .brief h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    height: 48px;
  }
}
#news .news .col-right .news-slick .item a .brief p {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news .news .col-right .news-slick .slick-arrow {
  position: absolute;
  left: -340px;
  bottom: 10px;
  z-index: 8;
  display: block;
  width: 65px;
  height: 65px;
  margin: 0;
  padding: 0;
  background-color: #E50019;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 16px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
}
@media only screen and (max-width: 850px) {
  #news .news .col-right .news-slick .slick-arrow {
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .col-right .news-slick .slick-arrow {
    width: 45px;
    height: 45px;
    background-size: 20px 13px;
  }
}
#news .news .col-right .news-slick .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}
#news .news .col-right .news-slick .slick-arrow.slick-prev {
  background-image: url("../images/commons/btn-arrow-left-white.svg");
}
@media only screen and (max-width: 850px) {
  #news .news .col-right .news-slick .slick-arrow.slick-prev {
    left: -46px;
  }
}
#news .news .col-right .news-slick .slick-arrow.slick-prev.slick-disabled {
  opacity: 0.1;
  background-color: #000;
}
#news .news .col-right .news-slick .slick-arrow.slick-next {
  left: -274px;
  background-image: url("../images/commons/btn-arrow-right-white.svg");
}
@media only screen and (max-width: 850px) {
  #news .news .col-right .news-slick .slick-arrow.slick-next {
    right: -46px;
    left: 0;
  }
}
#news .news .col-right .news-slick .slick-arrow.slick-next.slick-disabled {
  opacity: 0.1;
  background-color: #000;
}

.box-detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 0 6rem 0;
}
@media only screen and (max-width: 750px) {
  .box-detail {
    display: block;
    margin: 0 0 2rem 0;
  }
}
.box-detail .box-detail-L {
  display: inline-block;
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .box-detail .box-detail-L {
    width: 100%;
    display: block;
  }
}
.box-detail .box-order-2 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 3;
          order: 2;
  float: right !important;
}
@media only screen and (max-width: 750px) {
  .box-detail .box-order-2 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
    float: unset !important;
    padding-bottom: 15px;
  }
}
.box-detail .box-detail-R {
  display: inline-block;
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .box-detail .box-detail-R {
    width: 100%;
    display: block;
  }
}

.box-detail-pad-text {
  padding: 0 5rem 0 5rem;
}
@media only screen and (max-width: 750px) {
  .box-detail-pad-text {
    padding: 2rem;
  }
}

#swal2-content span {
  font-size: 18px !important;
}

.swal2-confirm {
  font-size: 1.6rem !important;
}

.our-customers {
  margin: 8rem auto 2rem auto;
}
@media only screen and (max-width: 1280px) {
  .our-customers {
    margin: 0rem auto 0rem auto;
  }
}
.our-customers .logo-customers {
  padding: 2rem 0 0 0;
}
@media only screen and (max-width: 1536px) {
  .our-customers .logo-customers {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1180px) {
  .our-customers .logo-customers {
    width: 100%;
  }
}
.our-customers .logo-customers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.our-customers .logo-customers ul li {
  padding: 2rem 2rem;
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  .our-customers .logo-customers ul li {
    width: 20%;
  }
}
@media only screen and (max-width: 750px) {
  .our-customers .logo-customers ul li {
    width: 25%;
  }
}
@media only screen and (max-width: 568px) {
  .our-customers .logo-customers ul li {
    width: 33.3%;
    padding: 1rem 1rem;
  }
}
.our-customers .logo-customers ul li img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 5px solid #f5f5f5;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.our-customers .logo-customers ul li img:hover {
  border: 5px solid #e50019;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media only screen and (max-width: 1536px) {
  .our-customers .logo-customers ul li img {
    width: 185px;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .our-customers .logo-customers ul li img {
    width: 145px;
    height: 145px;
  }
}
@media only screen and (max-width: 1180px) {
  .our-customers .logo-customers ul li img {
    width: 100%;
    height: auto;
  }
}
.customers-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-banner-1 {
  position: relative;
}
.box-banner-1 .box-txt-1 {
  width: 456px;
  position: absolute;
  right: 25%;
  top: 31%;
}
.box-banner-1 .box-txt-1 img {
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .box-banner-1 .box-txt-1 {
    width: 390px;
  }
}
@media only screen and (max-width: 1536px) {
  .box-banner-1 .box-txt-1 {
    width: 365px;
  }
}
@media only screen and (max-width: 1440px) {
  .box-banner-1 .box-txt-1 {
    width: 350px;
  }
}
@media only screen and (max-width: 1280px) {
  .box-banner-1 .box-txt-1 {
    width: 315px;
  }
}
@media only screen and (max-width: 1180px) {
  .box-banner-1 .box-txt-1 {
    width: 285px;
  }
}
@media only screen and (max-width: 850px) {
  .box-banner-1 .box-txt-1 {
    width: 208px;
  }
}
.box-banner-1 .box-txt-2 {
  width: 705px;
  position: absolute;
  right: 12%;
  top: 37%;
}
.box-banner-1 .box-txt-2 img {
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .box-banner-1 .box-txt-2 {
    width: 600px;
  }
}
@media only screen and (max-width: 1536px) {
  .box-banner-1 .box-txt-2 {
    width: 570px;
  }
}
@media only screen and (max-width: 1440px) {
  .box-banner-1 .box-txt-2 {
    width: 535px;
  }
}
@media only screen and (max-width: 1280px) {
  .box-banner-1 .box-txt-2 {
    width: 485px;
  }
}
@media only screen and (max-width: 1180px) {
  .box-banner-1 .box-txt-2 {
    width: 435px;
  }
}
@media only screen and (max-width: 850px) {
  .box-banner-1 .box-txt-2 {
    width: 315px;
  }
}
.box-banner-1 .box-txt-3 {
  width: 425px;
  position: absolute;
  right: 26.5%;
  top: 55%;
}
.box-banner-1 .box-txt-3 img {
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .box-banner-1 .box-txt-3 {
    width: 360px;
  }
}
@media only screen and (max-width: 1536px) {
  .box-banner-1 .box-txt-3 {
    width: 340px;
    top: 56%;
  }
}
@media only screen and (max-width: 1440px) {
  .box-banner-1 .box-txt-3 {
    width: 325px;
  }
}
@media only screen and (max-width: 1280px) {
  .box-banner-1 .box-txt-3 {
    width: 295px;
  }
}
@media only screen and (max-width: 1180px) {
  .box-banner-1 .box-txt-3 {
    width: 258px;
  }
}
@media only screen and (max-width: 850px) {
  .box-banner-1 .box-txt-3 {
    width: 190px;
  }
}

.packaging-index {
  background-image: url(../images/top/bg-about-center-new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 8rem auto 0 auto;
}
.packaging-index .width-full {
  width: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  min-height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 820px) {
  .packaging-index .width-full {
    min-height: 650px;
  }
}
@media only screen and (max-width: 640px) {
  .packaging-index .width-full {
    padding: 5rem 3rem;
    min-height: auto;
  }
}
.packaging-index .group-text .packaging-text {
  font-size: 80px;
  text-transform: uppercase;
  color: #e50019;
  font-weight: 600;
  line-height: 90px;
}
@media only screen and (max-width: 820px) {
  .packaging-index .group-text .packaging-text {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .packaging-index .group-text .packaging-text {
    font-size: 45px;
    line-height: 50px;
  }
}
.packaging-index .group-text .packaging-text span {
  color: #000;
  font-size: 80px;
  text-transform: uppercase;
}
@media only screen and (max-width: 820px) {
  .packaging-index .group-text .packaging-text span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .packaging-index .group-text .packaging-text span {
    font-size: 45px;
  }
}
.packaging-index .group-text h2 {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  position: relative;
  padding-bottom: 10px;
  padding-top: 30px;
}
@media only screen and (max-width: 1536px) {
  .packaging-index .group-text h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 820px) {
  .packaging-index .group-text h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.packaging-index .group-text h2 span {
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 1536px) {
  .packaging-index .group-text h2 span {
    font-size: 23px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 820px) {
  .packaging-index .group-text h2 span {
    font-size: 20px;
    line-height: 25px;
  }
}
.packaging-index .group-text h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  display: block;
  width: 115px;
  height: 3px;
  background-color: #E50019;
}
.packaging-index .group-text p {
  color: #000;
  font-weight: 500;
  margin-top: 25px;
}

/* About */
#about-inner {
  background-image: url("../images/about/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1180px) {
  #about-inner {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 850px) {
  #about-inner {
    background-position: center left 15%;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner {
    padding-bottom: 60px;
  }
}
#about-inner .about-inner {
  position: relative;
  z-index: 8;
}
#about-inner .about-inner .content {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .content {
    width: 60%;
  }
}
@media only screen and (max-width: 850px) {
  #about-inner .about-inner .content {
    width: 100%;
  }
}
#about-inner .about-inner .content .intro {
  min-height: 116px;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .content .intro {
    min-height: auto;
  }
}
#about-inner .about-inner .content h2 {
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
  color: #E50019;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  #about-inner .about-inner .content h2 {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .content h2 {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .content h2 {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
#about-inner .about-inner .content .box-qoute {
  margin-top: 100px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0;
  background-image: url("../images/about/milestone/qoute-left.svg"), url("../images/about/milestone/qoute-right.svg");
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: 93px 120px, 93px 120px;
}
@media only screen and (max-width: 1440px) {
  #about-inner .about-inner .content .box-qoute {
    max-width: 900px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  #about-inner .about-inner .content .box-qoute {
    max-width: 1070px;
    padding: 35px 40px;
  }
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .content .box-qoute {
    max-width: 800px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .content .box-qoute {
    margin-top: 30px;
    padding: 35px 40px;
    background-size: 47px 75px, 47px 74px;
  }
}
#about-inner .about-inner .content .box-qoute p {
  font-size: 1.8rem;
  line-height: 3.5rem;
  text-align: center;
  color: #E50019;
}
@media only screen and (max-width: 1440px) {
  #about-inner .about-inner .content .box-qoute p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1280px) {
  #about-inner .about-inner .content .box-qoute p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .content .box-qoute p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.thumb-list {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .thumb-list {
    margin-top: 30px;
  }
}
.thumb-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7.33%;
}
@media only screen and (max-width: 750px) {
  .thumb-list ul {
    display: block;
    margin-left: 0;
  }
}
.thumb-list ul li {
  width: 26%;
  margin-left: 7.33%;
}
@media only screen and (max-width: 750px) {
  .thumb-list ul li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  .thumb-list ul li + li {
    margin-top: 40px;
  }
}
.thumb-list ul li a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
}
.thumb-list ul li a:hover {
  opacity: 1;
}
.thumb-list ul li a:hover .cover {
  opacity: 0.8;
}
.thumb-list ul li a:hover .cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.thumb-list ul li a .cover {
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 750px) {
  .thumb-list ul li a .cover {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
.thumb-list ul li a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.thumb-list ul li a h2 {
  margin-top: 20px;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #E50019;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .thumb-list ul li a h2 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 1180px) {
  .thumb-list ul li a h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .thumb-list ul li a h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

/* Milestone */
#milestone .slick-slide img {
  display: block;
  margin: 0 auto;
}
#milestone .milestone {
  position: relative;
  z-index: 8;
}
#milestone .milestone .milestone-timeline .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#milestone .milestone .milestone-timeline .content ul li {
  width: 12.5%;
}
#milestone .milestone .milestone-video {
  background-image: url("../images/about/milestone/milestone-video-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#milestone .milestone .milestone-video .box-video {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#milestone .milestone .milestone-video .box-video .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#milestone .milestone .milestone-video .box-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#milestone .milestone .milestone-video h2 {
  font-size: 2.6rem;
  line-height: 4.6rem;
  text-align: center;
  color: #E50019;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  #milestone .milestone .milestone-video h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1180px) {
  #milestone .milestone .milestone-video h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #milestone .milestone .milestone-video h2 {
    line-height: 3.5rem;
  }
}
#milestone .milestone .milestone-info {
  background-image: url("../images/about/milestone/info-bg.png");
  background-repeat: no-repeat;
  background-position: top 180px left;
  background-size: 277px 500px;
}
#milestone .milestone .milestone-info .content .box-img {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1180px) {
  #milestone .milestone .milestone-info .content .box-img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #milestone .milestone .milestone-info .content .box-img {
    margin-bottom: 20px;
  }
}
#milestone .milestone .milestone-info .content .box-img img {
  margin-left: auto;
  margin-right: auto;
}
#milestone .milestone .milestone-info .content .box-branch {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1180px) {
  #milestone .milestone .milestone-info .content .box-branch {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #milestone .milestone .milestone-info .content .box-branch {
    display: block;
    margin-top: 20px;
  }
}
#milestone .milestone .milestone-info .content .box-branch .col {
  width: 48.5%;
  padding: 35px;
  background-color: #F5F5F5;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #milestone .milestone .milestone-info .content .box-branch .col {
    width: 100%;
    padding: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #milestone .milestone .milestone-info .content .box-branch .col + .col {
    margin-top: 4%;
  }
}
#milestone .milestone .milestone-info .content .box-branch .col::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 7;
  width: 60px;
  height: 105px;
  background-color: #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#milestone .milestone .milestone-info .content .box-branch .col h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #E50019;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) {
  #milestone .milestone .milestone-info .content .box-branch .col h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #milestone .milestone .milestone-info .content .box-branch .col h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#milestone .milestone .milestone-info .content .box-branch .col .table table tr td {
  width: 100%;
  padding-top: 10px;
  padding-left: 12px;
  vertical-align: middle;
}
#milestone .milestone .milestone-info .content .box-branch .col .table table tr td:first-child {
  width: 18px;
  min-width: 18px;
  padding-left: 0;
}
#milestone .milestone .milestone-info .content .box-branch .col .table table tr td a:hover {
  opacity: 1;
  text-decoration: underline;
}
#milestone .milestone .milestone-info .content .box-qoute {
  margin-top: 100px;
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0;
  background-image: url("../images/about/milestone/qoute-left.svg"), url("../images/about/milestone/qoute-right.svg");
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: 93px 149px, 93px 148px;
}
@media only screen and (max-width: 1440px) {
  #milestone .milestone .milestone-info .content .box-qoute {
    max-width: 900px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  #milestone .milestone .milestone-info .content .box-qoute {
    max-width: 730px;
  }
}
@media only screen and (max-width: 1180px) {
  #milestone .milestone .milestone-info .content .box-qoute {
    max-width: 800px;
  }
}
@media only screen and (max-width: 750px) {
  #milestone .milestone .milestone-info .content .box-qoute {
    margin-top: 30px;
    padding: 35px 40px;
    background-size: 47px 75px, 47px 74px;
  }
}
#milestone .milestone .milestone-info .content .box-qoute p {
  font-size: 1.8rem;
  line-height: 3.5rem;
  text-align: center;
  color: #E50019;
}
@media only screen and (max-width: 1440px) {
  #milestone .milestone .milestone-info .content .box-qoute p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1280px) {
  #milestone .milestone .milestone-info .content .box-qoute p {
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1180px) {
  #milestone .milestone .milestone-info .content .box-qoute p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #milestone .milestone .milestone-info .content .box-qoute p {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
}
#milestone .milestone .milestone-info .content .box-flex {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1440px) {
  #milestone .milestone .milestone-info .content .box-flex {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #milestone .milestone .milestone-info .content .box-flex {
    margin-top: 30px;
    display: block;
  }
}
#milestone .milestone .milestone-info .content .box-flex .text {
  width: 47.8%;
}
@media only screen and (max-width: 750px) {
  #milestone .milestone .milestone-info .content .box-flex .text {
    width: 100%;
  }
}
#milestone .milestone .milestone-info .content .box-flex .text p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #milestone .milestone .milestone-info .content .box-flex .text p + p {
    margin-top: 15px;
  }
}
#milestone .milestone .milestone-info .content .box-flex .img {
  width: 47.8%;
}
@media only screen and (max-width: 750px) {
  #milestone .milestone .milestone-info .content .box-flex .img {
    width: 100%;
    margin-top: 20px;
  }
}
#milestone .milestone .milestone-info .content .box-flex .img img {
  margin-left: auto;
  margin-right: auto;
}

/* Cer */
@media only screen and (max-width: 750px) {
  #cer {
    padding-top: 70px;
  }
}
#cer .cer {
  position: relative;
  z-index: 8;
}
#cer .cer .content .img-center-cer {
  display: block;
  margin: 0 auto 5rem auto;
}
#cer .cer .content .box-cer-ul .text ul {
  margin-top: 20px;
}
#cer .cer .content .box-cer-ul .text ul li {
  position: relative;
  padding: 10px 0 10px 20px;
  border-top: 1px solid #BFBFBF;
}
#cer .cer .content .box-cer-ul .text ul li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 8;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #E50019;
}
#cer .cer .content .box {
  margin-top: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F5F5F5;
  padding: 35px;
}
@media only screen and (max-width: 1440px) {
  #cer .cer .content .box {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 1180px) {
  #cer .cer .content .box {
    margin-top: 0;
  }
}
@media only screen and (max-width: 850px) {
  #cer .cer .content .box {
    display: block;
    padding: 20px;
  }
}
#cer .cer .content .box .img {
  width: 61.18%;
}
@media only screen and (max-width: 1180px) {
  #cer .cer .content .box .img {
    width: 50%;
  }
}
@media only screen and (max-width: 850px) {
  #cer .cer .content .box .img {
    width: 100%;
  }
}
#cer .cer .content .box .img img {
  margin-top: -175px;
}
@media only screen and (max-width: 1180px) {
  #cer .cer .content .box .img img {
    margin-top: 0;
  }
}
#cer .cer .content .box .img p {
  font-size: 2rem;
  line-height: 3rem;
  color: #E50019;
  margin-top: 20px;
}
@media only screen and (max-width: 1440px) {
  #cer .cer .content .box .img p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #cer .cer .content .box .img p {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#cer .cer .content .box .text {
  width: 35%;
}
@media only screen and (max-width: 1180px) {
  #cer .cer .content .box .text {
    width: 46%;
  }
}
@media only screen and (max-width: 850px) {
  #cer .cer .content .box .text {
    width: 100%;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 750px) {
  #cer .cer .content .box .text {
    margin-top: 10px;
  }
}
#cer .cer .content .box .text p {
  font-size: 1.9rem;
  line-height: 2.9rem;
}
@media only screen and (max-width: 1440px) {
  #cer .cer .content .box .text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #cer .cer .content .box .text p {
    line-height: 2.4rem;
  }
}
#cer .cer .content .box .text ul {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #cer .cer .content .box .text ul {
    margin-top: 15px;
  }
}
#cer .cer .content .box .text ul li {
  position: relative;
  padding: 10px 0 10px 20px;
  border-top: 1px solid #BFBFBF;
}
#cer .cer .content .box .text ul li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 8;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #E50019;
}
@media only screen and (max-width: 1440px) {
  #cer .cer .content .box .text ul li::before {
    width: 8px;
    height: 8px;
  }
}
#cer .cer .content .research {
  margin-top: 90px;
}
@media only screen and (max-width: 1440px) {
  #cer .cer .content .research {
    margin-top: 60px;
  }
}
#cer .cer .content .research .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #cer .cer .content .research .flex {
    display: block;
  }
}
#cer .cer .content .research .flex .col {
  width: 48.5%;
}
@media only screen and (max-width: 750px) {
  #cer .cer .content .research .flex .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #cer .cer .content .research .flex .col + .col {
    margin-top: 20px;
  }
}
#cer .cer .content .research .flex .col p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #cer .cer .content .research .flex .col p + p {
    margin-top: 15px;
  }
}

/* Quality */
#quality .quality {
  position: relative;
  z-index: 8;
}
#quality .quality .row.with-bg {
  background-image: url("../images/about/milestone/milestone-video-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#quality .quality .row .img img {
  margin-left: auto;
  margin-right: auto;
}
#quality .quality .row .text {
  margin-top: 40px;
}
@media only screen and (max-width: 1180px) {
  #quality .quality .row .text {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #quality .quality .row .text {
    margin-top: 15px;
  }
}
#quality .quality .row .text + .img {
  margin-top: 90px;
}
@media only screen and (max-width: 1180px) {
  #quality .quality .row .text + .img {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #quality .quality .row .text + .img {
    margin-top: 40px;
  }
}
#quality .quality .row .text p {
  font-size: 1.9rem;
  line-height: 2.9rem;
}
@media only screen and (max-width: 1440px) {
  #quality .quality .row .text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #quality .quality .row .text p {
    line-height: 2.4rem;
  }
}
#quality .quality .row .text p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1180px) {
  #quality .quality .row .text p + p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #quality .quality .row .text p + p {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .page-inner #pro {
    padding-top: 70px;
  }
}

/* Product */
#pro-detail {
  background-image: url("/assets/images/about/milestone/milestone-video-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#pro-detail .pro-detail {
  border-bottom: 1px solid #e0e0e0;
}
#pro-detail .pro-detail .content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
}
@media only screen and (max-width: 850px) {
  #pro-detail .pro-detail .content .flex {
    display: block;
  }
}
#pro-detail .pro-detail .content .flex .img {
  width: 100%;
  position: relative;
  z-index: 8;
}
#pro-detail .pro-detail .content .flex .img img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  #pro-detail .pro-detail .content .flex .img {
    width: 100%;
  }
}
#pro-detail .pro-detail .content .flex .img .gall-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pro-detail .pro-detail .content .flex .img .gall-slick-nav {
  margin-top: 20px;
}
#pro-detail .pro-detail .content .flex .img .gall-slick-nav .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pro-detail .pro-detail .content .flex .img .gall-slick-nav .slick-slide {
  margin: 0 7px;
}
#pro-detail .pro-detail .content .flex .img .gall-slick-nav .slick-list {
  margin: 0 -7px;
}
#pro-detail .pro-detail .content .flex .img .gall-slick-nav .slick-track {
  margin: 0;
}
#pro-detail .pro-detail .content .flex .img .gall-slick-nav .item:hover {
  cursor: pointer;
  opacity: 0.8;
}
#pro-detail .pro-detail .content .flex .text {
  width: 100%;
  min-height: 100%;
  margin: 55px auto 0 auto;
  padding: 0;
  position: relative;
  max-width: 1146px;
}
@media only screen and (max-width: 850px) {
  #pro-detail .pro-detail .content .flex .text {
    width: 100%;
    padding: 40px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #pro-detail .pro-detail .content .flex .text {
    padding: 20px;
  }
}
#pro-detail .pro-detail .content .flex .text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 7;
  width: 80px;
  height: 100%;
}
@media only screen and (max-width: 850px) {
  #pro-detail .pro-detail .content .flex .text::after {
    display: none;
  }
}
#pro-detail .pro-detail .content .flex .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 92% 100%, 0 100%);
}
#pro-detail .pro-detail .content .flex .text p {
  position: relative;
  z-index: 9;
  font-size: 1.9rem;
  line-height: 3rem;
}
@media only screen and (max-width: 1536px) {
  #pro-detail .pro-detail .content .flex .text p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 1440px) {
  #pro-detail .pro-detail .content .flex .text p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#pro-detail .pro-detail .content .flex .text p + p {
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  #pro-detail .pro-detail .content .flex .text p + p {
    margin-top: 5px;
  }
}
#pro-detail .pro-detail .content .flex .text h2 {
  font-size: 2.3rem;
  line-height: 3rem;
  font-weight: 300;
  color: #E50019;
  margin-bottom: 5px;
  padding-top: 25px;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) {
  #pro-detail .pro-detail .content .flex .text h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1180px) {
  #pro-detail .pro-detail .content .flex .text h2 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #pro-detail .pro-detail .content .flex .text h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 0;
  }
}
#pro-detail .pro-detail .content .flex .slick-slide img {
  display: block;
  margin: 0 auto;
  border: 1px solid #d8d8d8;
}
#pro-detail .pro-detail .content .flex .box-vdo {
  display: none;
  width: 43%;
}
#pro-detail .pro-detail .content .flex .box-vdo video {
  width: 100%;
  height: 800px;
}
#pro-detail .pro-detail .content .flex ol, #pro-detail .pro-detail .content .flex ul {
  list-style: disc;
  margin: 0 0 0 30px;
  padding: 0;
}
#pro-detail .pro-detail .content .flex li {
  list-style: disc;
}
#pro-detail .pro-detail .content .flex .btn-vdo {
  padding-top: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
#pro-detail .pro-detail .content .flex .btn-vdo a {
  padding: 5px 10px;
  border-radius: 30px;
  margin-left: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 750px) {
  #pro-detail .pro-detail .content .flex .btn-vdo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    text-align: left;
    margin: 0 5px 10px 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #666;
  }
}
#pro-detail .pro-detail .content .flex .btn-vdo img {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
}
@media only screen and (max-width: 750px) {
  #pro-detail .pro-detail .content .flex .btn-vdo img {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #pro-detail .pro-detail .content .flex .btn-vdo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#pro-detail-form {
  background-image: url(../images/about/milestone/info-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 277px 500px;
}

.form .form-row + .form-row {
  margin-top: 10px;
}
.form .form-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .form .form-row.flex {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .form .form-row.flex .col + .col {
    margin-top: 10px;
  }
}
.form .form-row.flex .col.w50 {
  width: 48.5%;
}
@media only screen and (max-width: 750px) {
  .form .form-row.flex .col.w50 {
    width: 100%;
  }
}
.form .form-row .attachments {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.form .form-row .attachments .ttl p {
  font-weight: 500;
}
.form .form-row .attachments .ttl p span {
  color: #E50019;
}
.form .form-row .attachments .field p {
  color: #E50019;
  margin-bottom: 5px;
}
.form .form-row .attachments .field p a {
  color: #E50019;
  text-decoration: underline;
}
.form .form-row .notice {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.form .form-row .policy {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.form .form-row .policy .ttl {
  margin-bottom: 10px;
}
.form .form-row .policy .ttl p {
  font-weight: 500;
}
.form .form-button {
  margin-top: 40px;
}
@media only screen and (max-width: 1440px) {
  .form .form-button {
    margin-top: 30px;
  }
}
.form .form-button.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .form .form-button.flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.form .form-button.flex .btn {
  margin-right: 15px;
}
@media only screen and (max-width: 750px) {
  .form .form-button.flex .btn {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.textbox {
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 18px;
  line-height: 28px;
  background-color: #F5F5F5;
  border: 1px solid #E5E5E5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: #666;
}
@media only screen and (max-width: 1440px) {
  .textbox {
    font-size: 16px;
    line-height: 26px;
  }
}

textarea.textbox {
  height: 100px;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.chkbox-btn {
  display: table;
  position: relative;
  padding-left: 30px;
  margin-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 1440px) {
  .chkbox-btn {
    line-height: 26px;
    font-size: 13px;
  }
}

.chkbox-btn:last-child {
  margin-right: 0;
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox {
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #CECECE;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 750px) {
  .chkbox {
    top: 4px;
  }
}

.chkbox-btn:hover input ~ .chkbox {
  background-color: #FFF;
}

.chkbox-btn input:checked ~ .chkbox {
  background-color: #FFFFFF;
}

.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

.chkbox-btn .chkbox:after {
  top: 0;
  left: 6px;
  width: 5px;
  height: 12px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Service */
#service {
  background-image: url("../images/service/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1180px) {
  #service {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 850px) {
  #service {
    background-position: center left 25%;
  }
}
@media only screen and (max-width: 750px) {
  #service {
    padding-bottom: 60px;
  }
}
#service .service {
  position: relative;
  z-index: 8;
}
#service .service .content {
  width: 100%;
}
@media only screen and (max-width: 850px) {
  #service .service .content {
    width: 100%;
  }
}
#service .service .content .intro {
  min-height: 116px;
}
@media only screen and (max-width: 1180px) {
  #service .service .content .intro {
    min-height: auto;
  }
}

/* Contact */
#contact {
  background-image: url("../images/contact/contact-bg.jpg");
  background-repeat: no-repeat;
  background-position: top 90px right;
  background-size: 50%;
}
@media only screen and (max-width: 850px) {
  #contact {
    background-image: none;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  #contact {
    padding-top: 70px;
  }
}
#contact .contact {
  position: relative;
  z-index: 8;
}
@media only screen and (max-width: 850px) {
  #contact .contact {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #contact .contact .txthead-box {
    padding-left: 4%;
    padding-right: 4%;
  }
}
#contact .contact .content .contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  #contact .contact .content .contact-flex {
    display: block;
  }
}
#contact .contact .content .contact-flex .col-left {
  width: 50%;
}
@media only screen and (max-width: 850px) {
  #contact .contact .content .contact-flex .col-left {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
#contact .contact .content .contact-flex .col-left h2 {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 500;
  color: #E50019;
}
@media only screen and (max-width: 1440px) {
  #contact .contact .content .contact-flex .col-left h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 1180px) {
  #contact .contact .content .contact-flex .col-left h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .contact-flex .col-left h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#contact .contact .content .contact-flex .col-left .branch {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .contact-flex .col-left .branch {
    margin-top: 10px;
  }
}
#contact .contact .content .contact-flex .col-left .branch ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .contact-flex .col-left .branch ul {
    display: block;
  }
}
#contact .contact .content .contact-flex .col-left .branch ul li {
  width: 50%;
  padding-right: 50px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .contact-flex .col-left .branch ul li {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .contact-flex .col-left .branch ul li + li {
    margin-top: 10px;
  }
}
#contact .contact .content .contact-flex .col-left .branch ul li h3 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #E50019;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1440px) {
  #contact .contact .content .contact-flex .col-left .branch ul li h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .contact-flex .col-left .branch ul li h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 0;
  }
}
#contact .contact .content .contact-flex .col-left .channels {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .contact-flex .col-left .channels {
    margin-top: 15px;
  }
}
#contact .contact .content .contact-flex .col-left .channels ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 568px) {
  #contact .contact .content .contact-flex .col-left .channels ul {
    display: block;
  }
}
#contact .contact .content .contact-flex .col-left .channels ul li {
  display: inline-block;
  width: 50%;
}
@media only screen and (max-width: 568px) {
  #contact .contact .content .contact-flex .col-left .channels ul li {
    width: 100%;
  }
}
#contact .contact .content .contact-flex .col-left .channels ul li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 1440px) {
  #contact .contact .content .contact-flex .col-left .channels ul li + li {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .contact-flex .col-left .channels ul li + li {
    margin-top: 0;
  }
}
#contact .contact .content .contact-flex .col-left .channels ul li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#contact .contact .content .contact-flex .col-left .channels ul li .box .icon {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
}
#contact .contact .content .contact-flex .col-left .channels ul li a:hover {
  text-decoration: underline;
}
#contact .contact .content .contact-flex .col-left .sns {
  margin-top: 15px;
}
@media only screen and (max-width: 1440px) {
  #contact .contact .content .contact-flex .col-left .sns {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .contact-flex .col-left .sns {
    margin-top: 5px;
  }
}
#contact .contact .content .contact-flex .col-left .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact .contact .content .contact-flex .col-left .sns ul li {
  margin-right: 15px;
}
#contact .contact .content .contact-flex .col-left .sns ul li a {
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  border-radius: 20px;
  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;
}
#contact .contact .content .contact-flex .col-left .sns ul li a:hover svg path {
  fill: #E50019;
}
#contact .contact .content .contact-flex .col-right {
  width: 50%;
  padding-left: 50px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .content .contact-flex .col-right {
    padding-left: 4%;
  }
}
@media only screen and (max-width: 850px) {
  #contact .contact .content .contact-flex .col-right {
    width: 100%;
    padding: 5% 4%;
    margin-top: 40px;
    background-image: url("../images/contact/contact-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .contact-flex .col-right .form .form-button {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .contact-flex .col-right .form .form-button .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Careers */
#careers {
  background-image: url("../images/careers/careers-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px;
}
@media only screen and (max-width: 750px) {
  #careers {
    background-image: none;
    padding-top: 70px;
  }
}
#careers .careers {
  position: relative;
  z-index: 8;
}
#careers .careers .content .careers-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #careers .careers .content .careers-flex {
    display: block;
  }
}
#careers .careers .content .careers-flex .col-left {
  width: 45%;
  max-width: 600px;
}
@media only screen and (max-width: 850px) {
  #careers .careers .content .careers-flex .col-left {
    width: 30%;
  }
}
@media only screen and (max-width: 750px) {
  #careers .careers .content .careers-flex .col-left {
    width: 100%;
    max-width: 100%;
  }
}
#careers .careers .content .careers-flex .col-left .careers-list ul li {
  border-bottom: 1px solid #E1E1E1;
}
#careers .careers .content .careers-flex .col-left .careers-list ul li:first-child {
  border-top: 1px solid #E1E1E1;
}
#careers .careers .content .careers-flex .col-left .careers-list ul li a {
  display: block;
  padding: 12px 35px 12px 0;
  background-image: url("../images/careers/btn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 11px 20px;
}
@media only screen and (max-width: 750px) {
  #careers .careers .content .careers-flex .col-left .careers-list ul li a {
    background-size: 8px 12px;
  }
}
#careers .careers .content .careers-flex .col-left .careers-list ul li a.current {
  color: #E50019;
  background-image: url("../images/careers/btn-arrow-right-red.svg");
}
#careers .careers .content .careers-flex .col-left .careers-list ul li a h2 {
  font-size: 1.9rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 1440px) {
  #careers .careers .content .careers-flex .col-left .careers-list ul li a h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#careers .careers .content .careers-flex .col-left .careers-list ul li a .date {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #949494;
}
#careers .careers .content .careers-flex .col-right {
  width: 50%;
}
@media only screen and (max-width: 850px) {
  #careers .careers .content .careers-flex .col-right {
    width: 65%;
  }
}
@media only screen and (max-width: 750px) {
  #careers .careers .content .careers-flex .col-right {
    width: 100%;
    margin-top: 8%;
  }
}
#careers .careers .content .careers-flex .col-right .box-white {
  width: 100%;
  padding: 30px 50px 50px 50px;
  background-color: #FFFFFF;
  position: relative;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1180px) {
  #careers .careers .content .careers-flex .col-right .box-white {
    padding: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #careers .careers .content .careers-flex .col-right .box-white {
    padding: 20px;
  }
}
#careers .careers .content .careers-flex .col-right .box-white .careers-des.hide {
  display: none;
}
#careers .careers .content .careers-flex .col-right .box-white .careers-des .des h3 {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #E50019;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  #careers .careers .content .careers-flex .col-right .box-white .careers-des .des h3 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 1180px) {
  #careers .careers .content .careers-flex .col-right .box-white .careers-des .des h3 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #careers .careers .content .careers-flex .col-right .box-white .careers-des .des h3 {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
#careers .careers .content .careers-flex .col-right .box-white .careers-des .des p + p {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #careers .careers .content .careers-flex .col-right .box-white .careers-des .des p + p {
    margin-top: 5px;
  }
}
#careers .careers .content .careers-flex .col-right .box-white .careers-des .des ul {
  margin-left: 20px;
  margin-top: 5px;
}
#careers .careers .content .careers-flex .col-right .box-white .careers-des .des ul li {
  list-style: disc;
}
#careers .careers .content .careers-flex .col-right .box-white .careers-des .des ul + p {
  margin-top: 15px;
}
#careers .careers .content .careers-flex .col-right .box-white .careers-form {
  display: none;
}
#careers .careers .content .careers-flex .col-right .box-white .careers-form.show {
  display: block;
}
#careers .careers .content .careers-flex .col-right .box-white .careers-form .form {
  display: block;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #careers .careers .content .careers-flex .col-right .box-white .careers-form .form {
    margin-top: 20px;
  }
}