html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 55.5%;
}
@media (min-width: 30em) {
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: Helvetica, Arial, sans-serif;
  width: 100%;
  background-color: #f5f5f5;
  position: static;
  z-index: 1;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
a {
  text-decoration: none;
}
h1 {
  font-weight: 300;
  font-size: 5rem;
}
.main-heading {
  color: #ed1c24;
  text-align: center;
  font-weight: 400;
  font-size: 3rem;
  margin: 0;
  letter-spacing: 0.5rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (min-width: 30em) {
  .main-heading {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 48em) {
  .main-heading {
    font-size: 5rem;
    margin-bottom: 4rem;
  }
}
.page {
  margin-top: 10rem;
}
@media (min-width: 48em) {
  .page {
    margin-top: 16rem;
  }
}
.clr-black {
  color: #000 !important;
}
.primary-clr {
  color: #ed1c24;
}
.b-line {
  border-bottom: 1px solid #ed1c24;
}
.b-b-line {
  border-bottom: 1px solid #000;
}
.list-sty-n {
  list-style: none;
}
.overflow-visi {
  overflow: visible !important;
}
.order-minus {
  order: -1;
}
.icon-sm {
  width: 8px !important;
}
.icon-md {
  width: 16px !important;
}
.icon-lg {
  width: 20px;
}
@media (min-width: 48em) {
  .mob {
    display: none;
  }
}
@media (max-width: 48em) {
  .desktop {
    display: none;
  }
}
.dis-none {
  display: none;
}
.base-text {
  padding-top: 1rem;
  font-size: 1rem;
}
.accordion {
  cursor: pointer;
}
.dis-inline {
  display: inline-block !important;
}
.fz-xs {
  font-size: 1rem;
}
.bg-white {
  background-color: #fff !important;
}
.fw-100 {
  font-weight: 100;
}
.read-more {
  color: #ed1c24;
  font-size: 1.35rem;
}
.read-more img {
  margin-left: 0.5rem;
}
.position-static {
  position: static !important;
}
.bevel,
.p-rel {
  position: relative;
}
.bevel {
  border-color: #fff;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}
.bevel:after,
.bevel:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
}
.bevel:after,
.bevel:before {
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  border-bottom: 20px solid #fff;
}
.bevel--base,
.bevel--base:after,
.bevel--base:before {
  border-color: #b04 !important;
}
.tl:before,
.tr:before {
  top: -20px;
  left: -20px;
  border-bottom: 20px solid #fff;
}
.tl:before {
  border-left: 20px solid transparent !important;
}
.tr:before {
  border-right: 20px solid transparent !important;
}
.bl:after,
.br:after {
  bottom: -20px;
  left: -20px;
  border-top: 20px solid #fff;
}
.bl:after {
  border-left: 20px solid transparent !important;
}
.br:after {
  border-right: 20px solid transparent !important;
}
.pa-0 {
  padding: 0;
}
.pl-0,
.pr-0,
.pt-0 {
  padding-bottom: 0;
}
.pt-0 {
  padding-top: 0;
}
.pt-xs {
  padding-top: 0.25rem;
}
.pt-s {
  padding-top: 0.5rem;
}
.pt-m {
  padding-top: 1rem;
}
.pt-l {
  padding-top: 2rem;
}
.pt-xl {
  padding-top: 4rem;
}
.pt-xxl {
  padding-top: 8rem;
}
.pt-xxxl {
  padding-top: 16rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-xs {
  padding-bottom: 0.25rem;
}
.pb-s {
  padding-bottom: 0.5rem;
}
.pb-m {
  padding-bottom: 1rem;
}
.pb-l {
  padding-bottom: 2rem;
}
.pb-xl {
  padding-bottom: 4rem;
}
.pb-xxl {
  padding-bottom: 8rem !important;
}
.pb-xxxl {
  padding-bottom: 16rem;
}
.plr-s {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.plr-m {
  padding-right: 1rem;
  padding-left: 1rem;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: 0.25rem;
}
.mb-s {
  margin-bottom: 0.5rem !important;
}
.mb-sm {
  margin-bottom: 0.75rem !important;
}
.mb-m {
  margin-bottom: 1rem !important;
}
.mb-l {
  margin-bottom: 2rem !important;
}
.mb-xl {
  margin-bottom: 4rem !important;
}
.mt-0 {
  margin-top: 0;
}
.mt-xs {
  margin-top: 0.25rem;
}
.mt-s {
  margin-top: 0.5rem;
}
.mt-m {
  margin-top: 1rem;
}
.mt-l {
  margin-top: 2rem;
}
.mt-xl {
  margin-top: 4rem;
}
.mt-xxl {
  margin-top: 8rem;
}
.mt-xxxl {
  margin-top: 16rem;
}
.mr-0 {
  margin-right: 0;
}
.mr-xs {
  margin-right: 0.25rem;
}
.mr-s {
  margin-right: 0.5rem;
}
.mr-m {
  margin-right: 1rem;
}
.mr-l {
  margin-right: 2rem;
}
.mrl-s {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.mrl-m {
  margin-right: 1rem;
  margin-left: 1rem;
}
.ma-0 {
  margin: 0;
}
.ma-xs {
  margin: 0.25rem;
}
.ma-s {
  margin: 0.5rem;
}
.ma-m {
  margin: 1rem;
}
.ma-l {
  margin: 2rem;
}
.ma-xl {
  margin: 4rem;
}
.ma-xxl {
  margin: 8rem;
}
.ma-xxxl {
  margin: 16rem;
}
.form-container {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15), -5px 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .form-container {
    margin-bottom: 4rem;
  }
}
.form-container__img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 115px;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
}
.form-container__text {
  font-size: 1.55rem;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
.form-container__content {
  padding: 0 1.25rem;
  padding-bottom: 0;
  padding-top: 1.5rem;
}
@media (min-width: 48em) {
  .form-container__content {
    padding: 0 2.25rem;
  }
}
.form-container__content .form label {
  font-size: 1.3rem;
  margin-top: 3rem;
  display: block;
}
.form-container__content .form label span {
  color: #ed1c24;
  padding-left: 0.5rem;
}
.form-container__content .form label input,
.form-container__content .form label textarea {
  display: block;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  width: 100%;
  padding: 0.9rem 1.5rem;
  margin-top: 0.6rem;
  outline: none !important;
  -webkit-user-select: text;
}
.form-container__content .form label input::-webkit-inner-spin-button,
.form-container__content .form label input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.form-container__content .attachment {
  position: relative;
  margin-bottom: 3rem;
}
.form-container__content .attachment #search-file {
  background-color: #ed1c24;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.1rem 2.5rem;
  color: #fff;
  font-weight: 100;
  font-size: 1.2rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #ed1c24;
}
.form-container__content .attachment .input-file {
  padding: 0.75rem 0.25rem;
}
.form-container__content
  .attachment
  input[type="file"]::-webkit-file-upload-button {
  border-color: #fff;
  background: transparent;
  outline: none !important;
  visibility: hidden;
  opacity: 0;
}
.form-container__content .robot-box {
  /* border: 1px solid #bfbfbf; */
  max-width: 25rem;
  display: flex;
  padding: 1rem;
  justify-content: center;
  margin: 0rem auto 5rem;
  border-radius: 4px;
  transform: none !important;
}
.form-container__content .robot-box label {
  display: flex;
  align-items: center;
  margin: 0;
}
.form-container__content .robot-box label input {
  width: 2.5rem;
  vertical-align: middle;
  margin: 0;
}
.form-container__content .submit {
  border-top: 1px solid #bfbfbf;
  background-color: #f8f8f8;
  margin: 0 -1.25rem;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (min-width: 48em) {
  .form-container__content .submit {
    margin: 0 -2.25rem;
  }
}
.form-container__content .submit #submit {
  background-color: #ed1c24;
  color: #fff;
  padding: 0.85rem 5rem;
  border: 1px solid #ed1c24;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 100;
  margin-top: 1.25rem;
  margin-bottom: 2rem;
}
.btn-hidden {
  border: none;
}
.btn-hidden,
.div {
  background-color: transparent;
}
.div {
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
}
.play-layer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.45);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
}
.play-layer .play-icon {
  width: 18% !important;
  margin: auto;
}
.cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
}
.cards .card {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width: 320px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in;
  color: #000;
  margin: 2.5rem 0;
  height: auto;
  position: relative;
}
.cards .card:hover {
  color: #fff;
}
.cards .card:hover .card__content {
  background: linear-gradient(90deg, #920200 0, #ed1c24);
  color: #fff;
}
.cards .card:hover .card__content .heading {
  color: #fff;
}
.cards .card:hover .icon {
  background-image: url(../img/images/icon/i-arrow-right-white.svg);
}
.cards .card:hover .date {
  color: #fff;
}
.cards .card__img {
  width: 100%;
  max-height: 160px;
  display: block;
  position: relative;
}
.cards .card__img img {
  width: 100%;
}
.cards .card__content {
  background-color: #fff;
  padding: 1.25rem 3.25rem 1.25rem 3rem;
  height: 210px;
}
.cards .card__content .heading {
  font-size: 1.85rem;
  font-weight: 600;
}
.cards .card__content .heading,
.cards .card__content .paragraph {
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  text-align:left;
}
.cards .card__content .paragraph {
  font-size: 1.6rem;
  font-weight: 100;
  margin-top: 1rem;
  line-height: 1.35;
  min-height: 5rem;

}
.cards .card__content .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cards .card__content .date {
  color: #ed1c24;
  font-style: italic;
  font-size: 1.2rem;
}
.cards .card__content .icon {
  background-image: url(../img/images/icon/i-arrow-right-red.svg);
  background-size: cover;
  background-position: left right;
  height: 10px;
  width: 10px;
  margin-right: -2rem;
  padding: 0.5rem;
  position: absolute;
  right: 15%;

}
.info-card {
  margin-bottom: 1rem;
  margin-bottom: 3.5rem;
  position: relative;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.15));
}
.info-card__heading {
  padding: 1.5rem 3rem;
  background: #920200;
  background: linear-gradient(90deg, #920200 0, #ed1c24);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#920200",endColorstr="#ed1c24",GradientType=1);
  -webkit-clip-path: polygon(
    10% 0,
    100% 0,
    100% 29%,
    100% 100%,
    0 100%,
    0 100%,
    0 75%
  );
  clip-path: polygon(10% 0, 100% 0, 100% 29%, 100% 100%, 0 100%, 0 100%, 0 75%);
  color: #fff;
  font-weight: 400;
  font-size: 1.85rem;
  letter-spacing: 0.05rem;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-card__heading img {
  cursor: pointer;
}
.info-card__content {
  position: relative;
  background-color: #fff;
  padding: 1.5rem 2.5rem;
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 100;
  -webkit-clip-path: polygon(50% 0, 100% 0, 101% 91%, 88% 101%, 0 100%, 0 0);
  clip-path: polygon(50% 0, 100% 0, 101% 91%, 88% 101%, 0 100%, 0 0);
  z-index: 10;
}
@media (min-width: 48em) {
  .info-card__content {
    max-width: 30rem;
  }
}
.info-card__content a {
  color: #ed1c24;
  display: block;
  margin-top: 1rem;
}
.info-card__content a img {
  margin-left: 0.6rem;
}
.info-card .contact-info .icon-sm {
  width: 1.1rem;
  margin-right: 1rem;
}
.info-card .right-bottom-cut {
  -webkit-clip-path: polygon(
    10% 0,
    100% 0,
    100% 29%,
    90% 100%,
    0 100%,
    0 100%,
    0 75%
  );
  clip-path: polygon(10% 0, 100% 0, 100% 29%, 90% 100%, 0 100%, 0 100%, 0 75%);
}
.page-contact-us .info-card__content {
  -webkit-clip-path: polygon(50% 0, 100% 0, 101% 67%, 89% 101%, 0 100%, 0 0);
  clip-path: polygon(50% 0, 100% 0, 101% 67%, 89% 101%, 0 100%, 0 0);
}
.year-selection {
  border: 1px solid #bfbfbf;
  margin: 0 auto;
  width: 120px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 3rem;
}
.year-selection select {
  border: none;
  width: 100%;
  padding: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: transparent;
  position: relative;
  z-index: 3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.year-selection select:active,
.year-selection select:focus {
  outline: none;
  box-shadow: none;
}
.year-selection img {
  position: absolute;
  right: 10px;
  top: 40%;
  z-index: 1;
}
.pagination {
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0 !important;
  justify-content: center;
  margin-top: 5rem !important;
}
.pagination__item {
  background-color: #f8f8f8;
  margin: 0 0.125rem;
}
.pagination__item a {
  padding: 1rem 1.6rem;
  color: #000;
  display: inline-block;
  font-size: 1.5rem;
}
.pagination .active {
  background-color: #ed1c24;
}
.pagination .active a {
  color: #fff;
}
.hide {
  display: none !important;
}
.tc {
  text-align: center;
}
.bg-grey-arrow-layer {
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
  background-size: cover;
  background-position: top;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
}
.graphic-layer,
.graphic-layer-2,
.graphic-layer-3,
.graphic-layer-4,
.graphic-layer-5,
.john {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 1700px;
  background-image: url(../img/images/other-page/white-angle.png);
  background-position: top;
  background-size: cover;
}
@media (min-width: 480px) { 
  .john {
      height: 1700px;
  }
}
.graphic-layer {
  height: 160%;
}
.graphic-layer-2 {
  height: 100%;
}
.graphic-layer-3 {
  height: 130%;
}
.graphic-layer-4 {
  height: 1650px;
}
.graphic-layer-5 {
  height: 188%;
  background-image: url(../img/images/graphic/white-angle-full.png);
}
.bg-grey-arrow-layer__content-us {
  background-image: url(../img/images/other-page/img-cover-contact-bg.jpg);
}
@media (min-width: 48em) {
  .bg-grey-arrow-layer__content-us {
    position: fixed;
  }
}
.bg-grey-arrow-layer__career {
  background-image: url(../img/images/other-page/img-cover-career-bg.jpg);
}
.john-2 {
  height: 170%;
}
.bg-white-layer {
  width: 100%;
  height: 70vh;
  position: absolute;
  right: 0;
  left: 0;
}
@media (min-width: 48em) {
  .parallel-effect {
    position: fixed;
  }
}
#scroll {
  position: fixed;
  right: 5%;
  bottom: 8%;
  cursor: pointer;
  display: none;
  width: 35px;
  height: 35px;
  z-index: 16;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 48em) {
  #scroll {
    width: 45px;
    height: 45px;
  }
}
#scroll img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.8;
}
#scroll img:hover {
  opacity: 1;
}
.event {
  margin-top: 12rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.event__head {
  border: 1px solid #ccc;
  border-bottom: 3px solid #ed1c24;
  padding: 0.75rem 1.75rem;
  font-size: 1.3rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.event__head p {
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  margin: 0;
}
.event__head span {
  color: #ed1c24;
}
.event .slide {
  margin-top: 0;
}
.event .slide img {
  width: 100%;
}
.event .swiper-container .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 10px !important;
}
@media (min-width: 30em) {
  .event .swiper-container .swiper-pagination {
    bottom: 20px !important;
  }
}
.event .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
}
.event .pb-xxl {
  padding-bottom: 4rem !important;
}
@media (min-width: 48em) {
  .event .pb-xxl {
    padding-bottom: 8rem !important;
  }
}
.event__details {
  padding: 2.5rem 2rem;
}
@media (min-width: 30em) {
  .event__details {
    padding: 2.5rem 4rem;
  }
}
@media (min-width: 48em) {
  .event__details {
    padding: 2.5rem 6rem;
  }
}
.event-name {
  font-size: 2.2rem;
  font-weight: 700;
}
.event .date {
  color: #ed1c24;
  font-style: italic;
  margin: 1.4rem 0 2rem;
  display: block;
  font-size: 1.5rem;
}
.event-date,
.event-venue {
  font-size: 1.8rem;
  font-weight: 400;
}
.event-venue {
  margin-top: 0.5rem;
}
.event .paragraph {
  font-size: 1.85rem;
  line-height: 1.65;
  font-weight: 100;
  margin-bottom: 2rem;
}
.event .paragraph a {
  color: #ed1c24;
}
.upcoming-events {
  margin: 7rem 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media (min-width: 48em) {
  .upcoming-events {
    text-align: left;
  }
}
.upcoming-events__head {
  border: 1.5px solid #eee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 1rem 2rem;
  font-size: 2.2rem;
  font-weight: 700;
}
.upcoming-events__body {
  padding: 1.5rem 2rem;
  border-top: 3px solid #ed1c24;
}
@media (min-width: 30em) {
  .upcoming-events__body {
    padding: 1.5rem 4rem;
  }
}
.upcoming-events__body .cards {
  width: 100%;
  justify-content: center;
}
@media (min-width: 75em) {
  .upcoming-events__body .cards {
    justify-content: flex-start;
  }
}
/* .upcoming-events__body .card {
  max-width: 320px;
  min-width: 280px;
} */
@media (min-width: 30em) {
  /* .upcoming-events__body .card {
    max-width: 340px;
    width: 30%;
  } */
}
@media (min-width:664px) {
  .upcoming-events__body .card {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
/* @media (min-width: 65em) {
  .upcoming-events__body .card:not(:last-child) {
    margin-right: 5rem;
  } */
}

.graphic-top {
  background: #fff;
  background-position: top, 50%;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
}
@media (min-width: 62em) {
  .graphic-top {
    -webkit-clip-path: none;
    clip-path: none;
    height: 60vh;
    background-image: url(../img/images/graphic/gray-angle-top.png);
    background-color: transparent;
  }
}
.graphic-bottom {
  background: url(../img/images/graphic/gray-angle-bottom.png);
  background-position: top, bottom;
  background-size: cover;
  height: 1260px;
  right: 0;
  left: 0;
  margin-top: -32rem;
  z-index: 5;
}
@media (min-width: 30em) {
  .graphic-bottom {
    margin-top: -26rem;
  }
}
@media (min-width: 48em) {
  .graphic-bottom {
    margin-top: -18rem;
  }
}
@media (min-width: 62em) {
  .graphic-bottom {
    height: 1260px;
    padding-top: 630px;
    margin-top: 0;
  }
}
@media (min-width: 62em) {
  .white-layer {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    -webkit-clip-path: polygon(50% 60%, 100% 4%, 100% 100%, 0 100%, 0 4%);
    clip-path: polygon(50% 60%, 100% 4%, 100% 100%, 0 100%, 0 4%);
  }
}
.white-layer-2 {
  background-color: #fff;
  margin-top: 9.5rem;
  position: relative;
  padding-top: 26rem;
}
@media (min-width: 62em) {
  .white-layer-2 {
    margin-top: 300px;
  }
}
.pa {
  position: absolute;
  z-index: 16;
  top: 0;
  left: 0;
  right: 0;
}
.pa .footer {
  margin-top: 0;
}
.graphic-top-layer {
  background-position: top;
  background-repeat: no-repeat;
  top: -70px;
  right: 0;
  left: 0;
  padding-bottom: 16rem;
  z-index: 8;
  padding-top: 6.4rem;
}
@media (min-width: 48em) {
  .graphic-top-layer {
    padding-top: 10rem;
  }
}
@media (min-width: 62em) {
  .graphic-top-layer {
    background-image: url(../img/images/graphic/white-angle-front.png);
    position: absolute;
    padding-top: 16rem;
    height: 1470px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (min-width: 48em) {
  .row {
    justify-content: space-between;
  }
}
.row__column-25 {
  width: 320px;
}
@media (min-width: 48em) {
  .row__column-25 {
    width: 30%;
  }
}
@media (min-width: 62em) {
  .row__column-25 {
    width: 25%;
  }
}
.row__column-75 {
  width: 100%;
}
@media (min-width: 48em) {
  .row__column-75 {
    width: 65%;
  }
}
.content-layer {
  background-color: #fff;
  border-top: 1.75rem solid #ed1c24;
  margin-top: 10vh;
  border-radius: 5px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1), 3px -3px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .content-layer {
    margin-bottom: 5rem;
  }
}
@media (min-width: 62em) {
  .content-layer {
    margin-top: 12vh;
  }
}
@media (min-width: 75em) {
  .content-layer {
    margin-top: 15vh;
  }
}
.content-layer__wrapper {
  padding: 2rem 1.5rem;
}
@media (min-width: 30em) {
  .content-layer__wrapper {
    padding: 2rem 4rem;
  }
}
@media (min-width: 48em) {
  .content-layer__wrapper {
    padding: 2rem 6rem;
  }
}
@media (min-width: 62em) {
  .content-layer__wrapper {
    padding: 2rem 8rem;
  }
}
@media (min-width: 75em) {
  .content-layer__wrapper {
    padding: 2rem 10rem;
  }
}
.content-layer .sub-heading {
  font-size: 1.5rem;
  font-weight: 600;
}
.content-layer .paragraph {
  font-size: 1.5rem;
  font-weight: 100;
  margin: 2.5rem 0;
  line-height: 1.4;
}
.content-layer ul {
  font-weight: 300;
  margin: 2.5rem 0;
  padding-left: 3rem;
}
.content-layer ul li {
  line-height: 1.4;
  font-size: 1.5rem;
}
.wrapper {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  position: relative;
}
@media (min-width: 48em) {
  .wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.site-header {
  background-color: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  padding: 0.7rem 0;
  z-index: 99;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 48em) {
  .site-header {
    background-color: transparent;
    box-shadow: none;
  }
}
.site-header__bg {
  background-color: #fff !important;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.site-header .mob-nav-icon {
  height: 17.5px;
  position: absolute;
  right: 18px;
  top: 14px;
  width: 22px;
  z-index: 9;
}
.site-header .mob-nav-icon:before {
  content: " ";
  top: 0;
  transform-origin: 0 0;
  transition: transform 0.3s ease-out;
}
.site-header .mob-nav-icon:before,
.site-header .mob-nav-icon__middle {
  background-color: #ed1c24;
  height: 3px;
  left: 0;
  position: absolute;
  width: 22px;
}
.site-header .mob-nav-icon__middle {
  top: 7px;
  transform-origin: 0 50%;
  transition: all 0.3s ease-out;
}
.site-header .mob-nav-icon:after {
  background-color: #ed1c24;
  bottom: 0;
  content: " ";
  height: 3px;
  left: 0;
  position: absolute;
  transform-origin: 0 100%;
  transition: transform 0.3s ease-out;
  width: 22px;
}
.site-header .mob-nav-icon--close-x:before {
  transform: rotate(45deg) scaleX(1.2);
  width: 21px;
}
.site-header .mob-nav-icon--close-x .mob-nav-icon__middle {
  opacity: 0;
  transform: scaleX(0);
}
.site-header .mob-nav-icon--close-x:after {
  transform: rotate(-45deg) scaleX(1.2) translateY(-0.6px);
  bottom: -3px;
  width: 21px;
}
.main-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
.main-nav__logo {
  /* width: 160px; */
  width: 305px;
  cursor: pointer;
}

/* edit new */
.main-nav__logo .icon-cierra {
  width: 200px;
}
.main-nav__logo .icon-scg {
  width: 80px;
  margin-bottom: 9px;
}
.grid-about-us.grid-news-event {
  max-height: 1400px !important;
}

@media (min-width: 800px) {
  .main-nav__logo {
    /* width: 180px; */
  }
}
@media (min-width: 48em) {
  .main-nav__links {
    width: 65%;
  }
}
@media (min-width: 62em) {
  .main-nav__links {
    width: 60%;
  }
}
@media (min-width: 48em) {
  .main-nav__links .mob-nav-icon {
    display: none;
  }
}
.main-nav__links-items {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  list-style: none;
  margin: 0 -18px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-align: left;
  top: 50px;
  z-index: 20;
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 48em) {
  .main-nav__links-items {
    display: flex;
    flex-direction: row;
    margin: 0;
    position: static;
    text-align: center;
    background-color: transparent;
    box-shadow: none;
  }
}
.main-nav__links-items .item {
  position: relative;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .main-nav__links-items .item {
    border-bottom: 1.3px solid #bfbfbf;
    padding: 1.8rem 36px 1.8rem 48px;
    letter-spacing: 0.1rem;
  }
}
@media (min-width: 48em) {
  .main-nav__links-items .item:hover a {
    color: #ed1c24;
  }
}
.main-nav__links-items .item .sub-items {
  background-color: hsla(0, 0%, 80%, 0.2);
  border-top: 1px solid #bfbfbf;
  display: none;
  list-style: none;
  margin-left: -30px;
  margin-right: -18px;
  margin-top: 1.8rem;
  margin: 0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .main-nav__links-items .item .sub-items {
    box-shadow: inset 0 8px 10px hsla(0, 0%, 75%, 0.25);
    padding: 1.5rem 0;
    padding-left: 7rem;
  }
}
@media (min-width: 48em) {
  .main-nav__links-items .item .sub-items {
    background-color: #fff;
    padding: 1.5rem 0.5rem;
    border: none;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 230px;
    left: -16px;
    padding: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  }
}
.main-nav__links-items .item .sub-item {
  padding: 1.5rem 0;
}
@media (min-width: 48em) {
  .main-nav__links-items .item .sub-item {
    padding-left: 1.2rem;
    padding: 1rem 0;
  }
}
.main-nav__links-items .item .sub-item:hover {
  background-color: #f8f8f8;
}
.main-nav__links-items .item .sub-item:hover a {
  color: #ed1c24;
}
.main-nav__links-items .item .sub-item a {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  color: #000;
}
@media (min-width: 48em) {
  .main-nav__links-items .item .sub-item a {
    font-size: 1.4rem;
    padding-left: 1.2rem;
  }
}
.main-nav__links-items .item .sub-item a:hover {
  color: #ed1c24;
}
.main-nav__links-items .item .icon-sm {
  margin-left: 0.6rem;
}
.main-nav__links-items a {
  color: #000;
  font-size: 1.3rem;
  font-weight: 500;
  transition: transform 0.3s ease-out;
}
.main-nav__links-items .sub-links {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease-out;
}
@media (max-width: 767px) {
  .main-nav__links-items .sub-links {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 62em) {
  .main-nav__links-items .sub-links:hover .sub-items {
    display: block;
  }
}
.main-nav__links-items .sub-links__product {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-right: 1rem;
  width: 100%;
}
@media (max-width: 767px) {
  .main-nav__links-items .sub-links__product {
    margin-bottom: 1.8rem;
    padding-left: 48px;
    padding-right: 36px;
  }
}
@media (min-width: 48em) {
  .main-nav__links-items .sub-links__product {
    padding-right: 0;
  }
}
.main-nav__links-items #search {
  width: 1.5rem;
  display: none;
}
@media (min-width: 48em) {
  .main-nav__links-items #search {
    display: block;
  }
}
.main-nav__links-items .item-search {
  background-color: #ed1c24;
  order: -1;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
}
@media (min-width: 48em) {
  .main-nav__links-items .item-search {
    background-color: transparent;
    order: 1;
    width: 20px;
    padding-bottom: 0;
  }
}
.main-nav__links-items .item-search__drop-down {
  align-items: center;
  display: flex;
  justify-content: space-between;
  /* width: 100%; */
}
@media (min-width: 48em) {
  .main-nav__links-items .item-search__drop-down {
    background-color: #fff;
    position: absolute;
    display: none;
    width: 250px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    right: -8px;
    top: 100%;
    align-items: center;
  }
}
.main-nav__links-items .item-search__drop-down input {
  color: #fff;
  letter-spacing: 0.1rem;
  word-spacing: 1rem;
  font-size: 1.5rem;
  font-weight: 100;
  outline: none !important;
  padding: 1.1rem;
  padding-left: 0;
  vertical-align: middle;
  width: 100%;
  background-color: #ed1c24;
  border: none;
}
@media (min-width: 48em) {
  .main-nav__links-items .item-search__drop-down input {
    width: 220px;
    color: #000;
    /* margin-top: -1rem; */
    padding: 1.1rem;
    background-color: #fff;
  }
}
.main-nav__links-items .item-search__drop-down input:-ms-input-placeholder,
.main-nav__links-items .item-search__drop-down input::-ms-input-placeholder {
  color: #fff;
}
.main-nav__links-items .item-search__drop-down input::placeholder {
  color: #fff;
}
@media (min-width: 48em) {
  .main-nav__links-items .item-search__drop-down input:-ms-input-placeholder,
  .main-nav__links-items .item-search__drop-down input::-ms-input-placeholder {
    color: #000;
  }
  .main-nav__links-items .item-search__drop-down input::placeholder {
    color: #000;
  }
}
.main-nav__links-items .item-search__drop-down img {
  /* display: inline-block; */
  margin-right: 0.7rem;
  margin-top: 0.5rem;
}
@media (min-width: 48em) {
  .main-nav__links-items .item-search__drop-down img {
    /* margin-top: 1rem; */
  }
}
.com-name {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 48em) {
  .com-name {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
}
.com-name span {
  vertical-align: super;
  font-size: 0.8rem;
  margin-right: 1rem;
}
.footer {
  background-color: #fff;
  border-top: 1.4px solid #e6e6e6;
  font-size: 1.4rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 48em) {
  .footer-row {
    flex-direction: row;
    align-items: center;
  }
}
.footer-row__column {
  margin-top: 2.5rem;
}
.footer-row .logo {
  /* width: 14rem; */
  width: 23rem;
  margin: 2.2rem -1rem 0;
}

.footer-row .logo .icon-cierra {
  width: 140px;
}

.footer-row .logo .icon-scg {
  width: 70px;
  margin-bottom: 2px;
}

.footer-row .heading {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
}
.footer-row .col-1 {
  width: 250px;
}
.footer-row .col-1 p {
  line-height: 1.5;
}
.footer-foot {
  background-color: #000;
  color: #fff;
  padding: 0.8rem 0 2rem;
  font-weight: 100;
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-foot .wrapper {
    margin-left: -18px;
  }
}
@media (min-width: 48em) {
  .footer-foot .plr-m {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 48em) {
  .footer-foot .pt-l {
    padding-top: 0;
  }
}
.footer-foot .footer-row__column {
  margin-top: 0;
}
.footer-foot .order {
  order: -1;
}
@media (min-width: 48em) {
  .footer-foot .order {
    order: 1;
  }
}
.footer-foot .links {
  display: flex;
  flex-direction: column;
  margin-right: -1.8rem;
  text-align: center;
}
@media (min-width: 48em) {
  .footer-foot .links {
    flex-direction: row;
    align-items: center;
  }
}
.footer-foot .links a {
  color: #fff;
  border-bottom: 1px solid #eee;
  padding: 1.2rem;
}
@media (min-width: 48em) {
  .footer-foot .links a {
    border-bottom: none;
    padding: 0.1rem 2rem;
  }
}
.footer-foot .links .logo-icon {
  width: 125px;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .footer-foot .links .logo-icon {
    width: 90px;
  }
}
@media (min-width: 48em) {
  .footer-foot .border-lr {
    border-left: 1.5px solid #ed1c24;
    border-right: 1.5px solid #ed1c24;
    padding: 0 2rem;
  }
}
.footer .contact-info span {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.footer .contact-info span img {
  width: 12px;
  height: 12px;
  margin-right: 1rem;
}
.footer .get-direction {
  display: flex;
  align-items: center;
}
.footer .get-direction a {
  color: #ed1c24;
  margin-right: 1rem;
}
.footer .get-direction img {
  width: 10px;
  height: 10px;
}
.footer .get-touch {
  display: flex;
  width: 100px;
}
.footer .get-touch a {
  width: 50px;
  display: flex;
}
.footer .get-touch a img {
  width: 20px;
  height: 20px;
}
.footer .subcriber-email {
  position: relative;
  margin-top: 1.25rem;
  width: 285px;
}
.footer .subcriber-email__input {
  border: 1px solid #ed1c24;
  padding: 0.9rem;
  width: 100%;
}
.footer .subcriber-email__input::-webkit-input-placeholder {
  color: #000;
}
.footer .subcriber-email__icon {
  position: absolute;
  top: 22%;
  width: 16px;
  right: 5%;
}
.index-page {
  background: url(../img/images/index/red-gradient.png),
    url(../img/images/index/img-banner-01-01-bg.jpg);
    height: 100vh;
    width: 100vw;
    position: fixed;
    background-size: cover;
}
@media (min-width: 62em) {
  .index .graphic-top-layer {
    margin-top: 6.5rem;
  }
}
@media (min-width: 62em) {
  .index .event-name,
  .index .event-text {
    width: 70%;
  }
}
@media (max-width: 62em) {
  .index .slide__img img {
    width: 100%;
  }
}
.index .grey-layer {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 100%, 0 100%, 0 0, 50% 11%);
  clip-path: polygon(100% 0, 100% 100%, 50% 100%, 0 100%, 0 0, 50% 11%);
  margin-top: 7rem;
  padding-top: 5rem;
  padding-bottom: 15rem;
  background-color: #f5f5f5;
}
@media (min-width: 48em) {
  .index .grey-layer {
    -webkit-clip-path: polygon(
      100% 0,
      100% 100%,
      50% 100%,
      0 100%,
      0 0,
      50% 11%
    );
    clip-path: polygon(100% 0, 100% 100%, 50% 100%, 0 100%, 0 0, 50% 11%);
    margin-top: 10rem;
  }
}
@media (min-width: 62em) {
  .index .grey-layer {
    -webkit-clip-path: polygon(
      100% 0,
      100% 100%,
      50% 100%,
      0 100%,
      0 0,
      50% 40%
    );
    clip-path: polygon(100% 0, 100% 100%, 50% 100%, 0 100%, 0 0, 50% 40%);
    padding-bottom: 20rem;
    padding-top: 30rem;
  }
}
.index .section-about-us {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.index .section-about-us .heading {
  font-size: 5.75rem !important;
  color: #ed1c24;
  font-size: 4rem;
  font-weight: 100;
  letter-spacing: 0.25rem;
  margin: 0;
}
.index .section-about-us .text {
  font-size: 1.75rem;
  font-weight: 100;
  line-height: 1.45;
  text-align: left;
}
.index .section-about-us .link {
  font-size: 1.3rem;
}
.index .direction-icon {
  margin: 6rem 0;
  display: block;
  margin-top: 11rem;
}
.index .section-products {
  margin-top: -32.5rem;
  position: relative;
}
@media (min-width: 62em) {
  .index .section-products {
    margin-top: -60rem;
  }
}
.index .section-products .swiper-container {
  margin-top: 9rem;
}
@media (min-width: 62em) {
  .index .section-products .swiper-container {
    margin-top: 12rem;
  }
}
.index
  .section-products
  .swiper-container.content-swiper-container.swiper-container-horizontal {
  padding-bottom: 6.5rem;
}
.index .section-products .background-swiper-container .slide {
  margin-top: -1rem;
}
.index .section-products .content-swiper-container {
  position: absolute;
  right: 0;
  left: 0;
  top: -9rem;
  z-index: 16;
}
@media (min-width: 62em) {
  .index .section-products .content-swiper-container {
    top: 12rem;
  }
}
@media (min-width: 62em) {
  .index .section-products .content-swiper-container .slide__content {
    margin-top: -20rem;
  }
}
.index .section-products .content-swiper-container .slide__img img {
  width: 100%;
  max-width: 300px;
}
@media (min-width: 30em) {
  .index .section-products .content-swiper-container .slide__img img {
    max-width: 475px;
  }
}
@media (min-width: 62em) {
  .index .section-products .content-swiper-container .slide__img img {
    max-width: 550px;
    padding-bottom: 30rem;
  }
}
@media (min-width: 75em) {
  .index .section-products .content-swiper-container .slide__img img {
    max-width: 88%;
    padding-bottom: 11rem;
  }
}
.index .section-products .event-name,
.index .section-products .event-text {
  color: #fff;
  border: none;
  font-weight: 100;
  max-width: 320px;
}
@media (min-width: 30em) {
  .index .section-products .event-name,
  .index .section-products .event-text {
    max-width: 480px;
  }
}
.index .section-products .event-text {
  font-size: 1.75rem;
  line-height: 1.7;
}
.index .section-products .layer {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 8;
  display: flex;
  top: 22px;
}
@media (min-width: 30em) {
  .index .section-products .layer {
    top: 13.5%;
  }
}
@media (min-width: 48em) {
  .index .section-products .layer {
    top: 10.5%;
  }
}
@media (min-width: 62em) {
  .index .section-products .layer {
    top: 6%;
  }
}
@media (min-width: 75em) {
  .index .section-products .layer {
    top: 9%;
  }
}
.index .section-products .layer .event-link {
  color: #ed1c24;
}
.index .section-products .layer img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.index .section-products .layer .upcoming-event {
  position: absolute;
  z-index: 9;
  top: 37.5%;
  right: 0;
  left: 0;
}
@media (min-width: 62em) {
  .index .section-products .layer .upcoming-event {
    top: 41%;
  }
}
@media (min-width: 75em) {
  .index .section-products .layer .upcoming-event {
    top: 38%;
  }
}
.index .section-products .layer .upcoming-event .main-heading {
  margin-top: 6rem;
}
.index .section-products .layer .upcoming-event .event-name {
  color: #ed1c24;
}
.index .section-products .layer .upcoming-event .swiper-container {
  margin-top: 0;
}
@media (min-width: 62em) {
  .index .section-products .layer .upcoming-event .swiper-container {
    margin-top: 8rem;
  }
}
.index .section-products .layer .upcoming-event .slide {
  flex-direction: column;
  align-content: unset;
}
@media (min-width: 62em) {
  .index .section-products .layer .upcoming-event .slide {
    flex-direction: row;
  }
}
.index .section-products .layer .upcoming-event .slide__content {
  order: 2;
}
@media (min-width: 62em) {
  .index .section-products .layer .upcoming-event .slide__img img {
    width: 75%;
  }
}
.index .section-products .event-link {
  color: #fff;
}
.index .section-products .slide__content {
  max-width: 385px;
}
.index .news-event {
  position: relative;
  z-index: 10;
}
.index .news-event .flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 62em) {
  .index .news-event .flex {
    margin-left: auto;
  }
}
.index .news-event .flex img {
  opacity: 0;
  width: 200px;
}
@media (min-width: 62em) {
  .index .news-event .flex img {
    opacity: 1;
    width: 100%;
  }
}
@media (min-width: 62em) {
  .index .news-event .flex div {
    align-self: flex-end;
  }
}
.index .news-event .main-heading {
  margin: 0;
  margin-right: 10rem;
  margin-top: 5rem;
}
.index .news-event .content {
  padding-top: 2rem;
}
@media (min-width: 62em) {
  .index .news-event .content {
    margin-top: 3rem;
  }
}
@media (min-width: 75em) {
  .index .news-event .content {
    margin-top: 10rem;
  }
}
.index .news-event .news-cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
@media (min-width: 62em) {
  .index .news-event .news-cards {
    margin: 0 auto;
    width: 80%;
  }
}
@media (min-width: 62em) {
  .index .news-event .news-cards .order {
    order: -1;
  }
  .index .news-event .news-cards .order .content {
    margin-left: 0 !important;
    margin-right: -8rem !important;
  }
}
.index .news-event .news-cards .card {
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 360px;
}
@media (min-width: 62em) {
  .index .news-event .news-cards .card {
    width: 85%;
    flex-direction: row;
    max-width: 100%;
    margin: 3rem 0;
  }
}
.index .news-event .news-cards .card:hover {
  color: #fff;
}
.index .news-event .news-cards .card:hover .content {
  background: linear-gradient(90deg, #920200 0, #ed1c24);
  color: #fff;
}
.index .news-event .news-cards .card:hover .content .heading {
  color: #fff;
}
.index .news-event .news-cards .card:hover .icon {
  background-image: url(../img/images/icon/i-arrow-right-white.svg);
}
.index .news-event .news-cards .card:hover .date {
  color: #fff;
}
.index .news-event .news-cards .card-item {
  flex: 1.3;
}
.index .news-event .news-cards .card-item img {
  width: 100%;
  border: 1px solid #ccc;
}
.index .news-event .news-cards .card-item .item-2 {
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
}
.index .news-event .news-cards .card-item .content {
  background-color: hsla(0, 0%, 100%, 0.9);
  position: relative;
  padding: 2rem 4rem;
  color: #000;
  -webkit-clip-path: polygon(
    9% 0,
    100% 0,
    100% 20%,
    100% 80%,
    91% 100%,
    20% 100%,
    0 100%,
    0 20%
  );
  clip-path: polygon(
    9% 0,
    100% 0,
    100% 20%,
    100% 80%,
    91% 100%,
    20% 100%,
    0 100%,
    0 20%
  );
  margin-top: -5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
@media (min-width: 62em) {
  .index .news-event .news-cards .card-item .content {
    margin-top: 0;
    margin-left: -9rem;
  }
}
.index .news-event .news-cards .card-item .content:after {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  right: 0;
}
.index .news-event .news-cards .card-item .content-2 {
  transform: translateX(20%);
}
.index .news-event .news-cards .card-item .heading {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
}
.index .news-event .news-cards .card-item .paragraph {
  font-size: 1.75rem;
  font-weight: 100;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
}
.index .news-event .news-cards .card-item .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .news-event .news-cards .card-item .date {
  color: #ed1c24;
  font-style: italic;
  font-size: 1.2rem;
}
.index .news-event .news-cards .card-item .icon {
  background-image: url(../img/images/icon/i-arrow-right-red.svg);
  background-size: cover;
  background-position: left right;
  height: 10px;
  width: 10px;
  padding: 0.5rem;
}
.index .news-event .news-cards .card .card-item-2 {
  flex: 1 !important;
}
.index .view-all {
  color: #ed1c24;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 10rem;
}
.index .view-all span {
  padding: 0 1.25rem;
  font-size: 1.3rem;
  font-weight: 100;
}
.index .section-innovation {
  background-color: #f5f5f5;
}
.index .section-innovation .main-heading {
  margin-top: 0;
  margin-bottom: 4rem;
  padding-top: 3rem;
  font-weight: 100;
}
.index .section-innovation .cards {
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (min-width: 62em) {
  .index .section-innovation .cards {
    max-width: 1150px;
  }
}
.index .section-innovation .cards .card {
  max-width: 325px;
  width: 100%;
  display: block;
}
.index .arrow-nav {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media (min-width: 62em) {
  .index .arrow-nav {
    margin-top: -200px;
  }
}
.index .swiper-button-next {
  background-image: url(../img/images/icon/i-arrowslide-right.svg);
  left: 15px;
}
.index .swiper-button-prev {
  background-image: url(../img/images/icon/i-arrowslide-left.svg);
}
.index .swiper-button-next,
.index .swiper-button-prev {
  width: 30px;
  background-size: 30px 50px;
  display: inline-block;
  margin-top: 0;
  position: relative;
}
@media (min-width: 62em) {
  .index .section-products .swiper-pagination {
    left: 47%;
  }
}
.up-coming-img {
  max-width: 475px;
}
@media (min-width: 62em) {
  .up-coming-img {
    max-width: unset;
  }
}
@media (min-width: 62em) {
  .index .grey-layer {
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 1800px;
    width: 100%;
  }
}
@media (min-width: 62em) {
  .flex-j {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}
.obj-fit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.obj-fit__img {
  -o-object-fit: cover;
  object-fit: cover;
}
.layers {
  overflow: hidden;
  position: relative;
}
.para {
  background-image: url(../img/images/index/img-banner-01-01-bg.jpg);
  background-size: cover;
  background-position: left right;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-layer {
  width: 100vw;
  height: 235rem;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.index-layer img {
  height: 100%;
  min-width: 1500px;
  top: 0;
}
.index-layer img,
.main-slide {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.main-slide {
  top: 30%;
  width: 100%;
}
.mob-hide {
  display: none;
}
@media (min-width: 62em) {
  .mob-hide {
    display: block;
  }
}
@media (min-width: 62em) {
  .desktop-hide {
    display: none;
  }
}
.section-products {
  position: relative;
  z-index: 1;
  margin-top: -60rem;
  height: 240rem;
}
.sub-layer {
  height: 100rem;
  min-width: 1500px;
  top: 40rem;
  z-index: 17;
}
.position-container,
.sub-layer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.position-container {
  z-index: 19;
  top: 7.75%;
}
.site-map__links {
  list-style: none;
}
@media (max-width: 30em) {
  .site-map__links {
    padding: 1.5rem !important;
  }
}
.site-map__links .item {
  border-bottom: 1px solid #e6e6e6;
  padding: 2rem 0;
}
.site-map__links .item a {
  color: #ed1c24;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
}
.site-map__links .sub-items {
  list-style: none;
  margin: 0;
  margin-top: 1.5rem;
}
.site-map__links .sub-items .sub-item {
  padding: 0.3rem 0;
}
.site-map__links .sub-items .sub-item a {
  display: flex;
  align-content: center;
  color: #000;
  text-transform: capitalize;
}
.site-map__links .sub-items .sub-item .com-name {
  padding: 0;
  margin: 0;
}
.privacy-policy {
  background-color: #f5f5f5;
  padding-bottom: 5rem;
}
.search-page .search-bar {
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 5rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-page .search-bar input {
  padding: 1.5rem;
  font-size: 1.6rem;
  font-weight: 100;
  outline: none !important;
  border: none;
  width: 100%;
  flex: 1;
}
.search-page .search-bar input:-ms-input-placeholder,
.search-page .search-bar input::-ms-input-placeholder {
  color: #ed1c24;
}
.search-page .search-bar input::placeholder {
  color: #ed1c24;
}
.search-page .search-bar img {
  margin: 0 1.75rem;
}
.search-page .search-sub-heading {
  display: flex;
  align-content: center;
  font-size: 1.5rem;
  color: #ed1c24;
}
.search-page .search-sub-heading .com-name {
  padding: 0;
  margin: 0;
}
.search-page .paragraph {
  margin-top: 1.25rem;
  margin-bottom: 3rem;
}
.page-news-event .main-heading {
  font-weight: 100;
}
.graphic-bottom .section-news-update .main-heading {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.graphic-bottom section[class*="section"] {
  margin-top: 1rem;
}
.graphic-bottom section[class*="section"] .main-heading {
  font-weight: 100;
  margin-bottom: 5.5rem;
}
.graphic-bottom section[class*="section"] .pagination {
  margin-top: 6.5rem !important;
}
.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 62em) {
  .slide {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }
}
.slide__content {
  min-width: 50%;
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 62em) {
  .slide__content {
    max-width: 350px;
    width: 350px;
    margin-top: 0;
    text-align: left;
  }
}
.slide__content .event-name {
  color: #ed1c24;
  font-size: 4.6rem;
  font-weight: 100 !important;
  border-bottom: 1px solid #ed1c24;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  letter-spacing: 0.25rem;
}
.slide__content .event-text {
  font-size: 1.65rem;
  font-weight: 300;
}
.slide__content .event-date {
  padding-top: 1.5rem;
  font-size: 1.75rem;
  font-weight: 100;
}
.slide__content .event-venue {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 100;
}
.slide__content .event-link {
  color: #ed1c24;
  display: flex;
  align-items: center;
  vertical-align: middle;
  font-size: 1.3rem;
  margin-top: 1rem;
  font-weight: 300;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 6rem;
}
@media (min-width: 62em) {
  .slide__content .event-link {
    justify-content: flex-start;
    margin-top: 1rem;
  }
}
.slide__content .event-link img {
  margin-left: 0.75rem;
}
.swiper-container {
  position: relative;
}
.swiper-container .swiper-pagination {
  bottom: -2px !important;
  left: 0;
  z-index: 18;
}
@media (min-width: 62em) {
  .swiper-container .swiper-pagination {
    text-align: left;
    bottom: 50px !important;
  }
}
.swiper-container .swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  border-radius: 0 !important;
  position: relative;
  width: 18px;
  height: 10.39px;
  background-color: #ed1c24;
  margin: 5.2px 0;
}
.swiper-container .swiper-pagination-bullet:after,
.swiper-container .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.swiper-container .swiper-pagination-bullet:before {
  bottom: 100%;
  border-bottom: 5.2px solid #ed1c24;
}
.swiper-container .swiper-pagination-bullet:after {
  top: 100%;
  width: 0;
  border-top: 5.2px solid #ed1c24;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #ed1c24;
}
.upcoming-event .cards {
  justify-content: space-around;
}
.upcoming-event .cards .card {
  width: 100%;
  max-width: 320px;
}
.upcoming-event .cards .card .heading {
  text-align: left;
}
.upcoming-event .cards .card .paragraph {
  padding: 0;
}
.upcoming-event .mob {
  display: block;
  width: 100%;
}
@media (min-width: 62em) {
  .upcoming-event .mob {
    display: none;
  }
}
.upcoming-event .desktop {
  display: none;
}
@media (min-width: 62em) {
  .upcoming-event .desktop {
    display: block;
  }
}
.upcoming-event .graphic-bottom {
  padding-top: 90rem;
  margin-top: -45rem;
}
@media (min-width: 30em) {
  .upcoming-event .graphic-bottom {
    margin-top: -30rem;
  }
}
@media (min-width: 600px) {
  .upcoming-event .graphic-bottom {
    margin-top: -25rem;
  }
}
@media (min-width: 48em) {
  .upcoming-event .graphic-bottom {
    margin-top: -20rem;
  }
}
@media (min-width: 62em) {
  .upcoming-event .graphic-bottom {
    height: 150rem;
    padding-top: 87rem;
    margin-top: 0;
  }
}
.upcoming-event .white-layer-2 {
  -webkit-clip-path: none !important;
  clip-path: none !important;
  margin-top: 40rem !important;
}
.upcoming-event .details {
  margin-top: -97rem;
  width: 100% !important;
}
@media (min-width: 30em) {
  .upcoming-event .details {
    margin-top: -95rem;
    width: 75%;
  }
}
.upcoming-event .layer {
  background-color: #fff;
  height: 510px;
  position: absolute;
  top: -500px;
  right: 0;
  left: 0;
  -webkit-clip-path: polygon(0 58%, 50% 85%, 100% 58%, 100% 100%, 0 100%);
  clip-path: polygon(0 58%, 50% 85%, 100% 58%, 100% 100%, 0 100%);
}
@media (min-width: 30em) {
  .upcoming-event .layer {
    -webkit-clip-path: polygon(0 50%, 50% 85%, 100% 50%, 100% 100%, 0 100%);
    clip-path: polygon(0 50%, 50% 85%, 100% 50%, 100% 100%, 0 100%);
  }
}
@media (min-width: 615px) {
  .upcoming-event .layer {
    -webkit-clip-path: polygon(0 40%, 50% 85%, 100% 40%, 100% 100%, 0 100%);
    clip-path: polygon(0 40%, 50% 85%, 100% 40%, 100% 100%, 0 100%);
  }
}
@media (min-width: 48em) {
  .upcoming-event .layer {
    -webkit-clip-path: polygon(0 30%, 50% 85%, 100% 30%, 100% 100%, 0 100%);
    clip-path: polygon(0 30%, 50% 85%, 100% 30%, 100% 100%, 0 100%);
    top: -560px;
    height: 565px;
  }
}
@media (min-width: 62em) {
  .upcoming-event .layer {
    -webkit-clip-path: polygon(0 20%, 50% 85%, 100% 20%, 100% 100%, 0 100%);
    clip-path: polygon(0 20%, 50% 85%, 100% 20%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 10%, 50% 85%, 100% 10%, 100% 100%, 0 100%);
    clip-path: polygon(0 10%, 50% 85%, 100% 10%, 100% 100%, 0 100%);
  }
}
.upcoming-event section.section-news-update {
  margin-bottom: 10rem;
}
.product-cat {
  background-image: url(../img/images/product/img-product-details-01-01.jpg);
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
}
.product-br {
  /*background-image: url(../img/images/product/img-product-details-02-01.jpg);*/
}
.product-fr {
  /*background-image: url(../img/images/product/img-product-details-03-01.jpg);*/
}
.product-co {
  /*background-image: url(../img/images/product/img-product-details-04-01.jpg);*/
}
.product-page .card {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 48em) {
  .product-page .card {
    margin-left: 0;
    margin-right: 0;
  }
}
.product-page .white-layer-2 {
  -webkit-clip-path: polygon(0 6%, 50% 12%, 100% 6%, 100% 100%, 0 100%);
  clip-path: polygon(0 6%, 50% 12%, 100% 6%, 100% 100%, 0 100%);
  z-index: 1;
  margin-top: -1rem;
  padding-bottom: 4rem;
}
@media (min-width: 30em) {
  .product-page .white-layer-2 {
    -webkit-clip-path: polygon(0 2%, 50% 15%, 100% 2%, 100% 100%, 0 100%);
    clip-path: polygon(0 2%, 50% 15%, 100% 2%, 100% 100%, 0 100%);
    z-index: 1;
  }
}
@media (min-width: 48em) {
  .product-page .white-layer-2 {
    -webkit-clip-path: polygon(0 0, 50% 22%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 22%, 100% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 62em) {
  .product-page .white-layer-2 {
    padding-bottom: 8rem;
    margin-top: -18rem;
  }
}
.product {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 62em) {
  .product {
    flex-direction: row;
    margin-top: 12rem;
    justify-content: space-between;
  }
}
.product__img {
  width: 50%;
}
.product__img img {
  width: 100%;
}
.product__img .mob {
  display: block;
}
@media (min-width: 62em) {
  .product__img .mob {
    display: none;
  }
}
.product__img .desktop {
  display: none;
}
@media (min-width: 62em) {
  .product__img .desktop {
    display: block;
  }
}
.product__detail {
  width: 100%;
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 30em) {
  .product__detail {
    max-width: 400px;
  }
}
@media (min-width: 62em) {
  .product__detail {
    width: 38%;
    text-align: left;
    margin-top: 0;
  }
}
.product .name {
  color: #ed1c24;
  border-bottom: 1px solid #ed1c24;
  font-size: 4.8rem;
  font-weight: 100;
  letter-spacing: 0.25rem;
  padding: 1.5rem 0;
}
.product .name span {
  vertical-align: super;
  font-size: 2.8rem;
}
.product .text {
  font-size: 2rem;
  font-weight: 100;
  padding: 2rem 0;
  line-height: 1.3;
}
.product .download {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media (min-width: 62em) {
  .product .download {
    margin-top: 0;
  }
}
.product .download__icon {
  width: 10rem;
  cursor: pointer;
}
.feature {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  flex-direction: column;
  text-align: center;
  padding-top: 66rem;
}
@media (min-width: 62em) {
  .feature {
    padding-top: 0;
    margin-top: -4rem;
  }
}
.feature .heading {
  color: #ed1c24;
  font-size: 4.25rem;
  font-weight: 100;
  letter-spacing: 0.4rem;
  margin: 0;
}
.feature ul {
  font-size: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  font-weight: 100;
}
@media (min-width: 350px) {
  .feature ul {
    margin: 4rem 0;
    font-size: 1.7rem;
  }
}
.feature ul li {
  display: flex;
  align-items: center;
  justify-content: left;
}
.feature ul li:before {
  content: "\2022";
  margin-right: 0.75rem;
  font-size: 2.5rem;
}
.details {
  margin: 0 auto;
}
@media (min-width: 600px) {
  .details {
    padding-top: 0;
  }
}
@media (min-width: 48em) {
  .details {
    padding-top: 14rem;
    width: 75%;
  }
}
.details .heading {
  color: #ed1c24;
  text-align: center;
  font-size: 4rem;
  font-weight: 100;
  letter-spacing: 0.25rem;
}
.details .paragraph,
.details ul {
  font-size: 1.75rem;
  padding: 0 1rem;
  font-weight: 100;
  line-height: 1.45;
}
@media (min-width: 30em) {
  .details .paragraph,
  .details ul {
    padding: 0 2rem;
  }
}
@media (min-width: 48em) {
  .details .paragraph,
  .details ul {
    padding: 0 4rem;
  }
}
@media (min-width: 62em) {
  .details .paragraph,
  .details ul {
    padding: 0 6rem;
  }
}
.details ul {
  list-style: none;
  margin-top: 3rem;
  margin-left: 0.5rem;
}
.details .img {
  text-align: center;
  margin: 5rem auto 10rem;
}
@media (min-width: 30em) {
  .details .img {
    margin: 7.5rem auto 15rem;
  }
}
@media (min-width: 48em) {
  .details .img {
    margin: 10rem auto 19rem;
    max-width: 810px;
  }
}
.details .img img {
  width: 100%;
}
@media (min-width: 30em) {
  .details .img img {
    width: 90%;
  }
}
.details .video {
  width: 100%;
  display: flex;
  margin: 10rem auto 19rem;
}
.details .video iframe {
  margin: auto;
  width: 90%;
}
.br .details {
  padding-top: 4em;
  margin-top: -8rem;
}
@media (min-width: 30em) {
  .br .details {
    padding-top: 12em;
  }
}
@media (min-width: 740px) {
  .br .details {
    padding-top: 8rem;
  }
}
@media (min-width: 48em) {
  .br .details {
    padding-top: 20rem;
  }
}
@media (min-width: 62em) {
  .br .details {
    padding-top: 28rem;
  }
}
.co .white-layer-2,
.fr .white-layer-2 {
  margin-top: -4rem;
}
@media (min-width: 48em) {
  .co .white-layer-2,
  .fr .white-layer-2 {
    margin-top: -16rem;
  }
}
@media (min-width: 75em) {
  .co .white-layer-2,
  .fr .white-layer-2 {
    margin-top: -22rem;
  }
}
@media (min-width: 30em) {
  .co .details,
  .fr .details {
    margin-top: 14rem;
  }
}
@media (min-width: 48em) {
  .co .details,
  .fr .details {
    margin-top: 8rem;
  }
}
.bg-about-us {
  background-image: url(../img/images/about-us/img-cover-aboutus-bg.jpg);
}
@media (min-width: 62em) {
  .about-us .graphic-top-layer,
  .index .graphic-top-layer {
    height: 1250px;
  }
}
@media (min-width: 75em) {
  .about-us .graphic-top-layer,
  .index .graphic-top-layer {
    height: 1470px;
  }
}
.about-us .section-map .heading,
.index .section-map .heading {
  color: #ed1c24;
  font-size: 3.5rem;
  text-align: center;
  font-weight: 100;
  margin-bottom: 5rem;
}
@media (min-width: 30em) {
  .about-us .section-map .heading,
  .index .section-map .heading {
    font-size: 5rem;
  }
}
.about-us .map img,
.index .map img {
  width: 100%;
}
.about-us .product {
  justify-content: center;
  align-items: center;
}
@media (min-width: 62em) {
  .about-us .product {
    justify-content: space-between;
    align-items: unset;
  }
}
.about-us .product .product__detail {
  max-width: 100%;
}
@media (min-width: 30em) {
  .about-us .product .product__detail {
    max-width: 90%;
  }
}
@media (min-width: 48em) {
  .about-us .product .product__detail {
    max-width: 75%;
  }
}
.about-us .product .product__detail .name {
  border: none;
}
.about-us .product .product__detail .text {
  background-color: #fff;
  border-top: 1px solid #ed1c24;
}
.toggle-text {
  height: 240px;
  overflow: hidden;
  box-shadow: none !important;
}
@media (min-width: 62em) {
  .toggle-text {
    height: 315px;
  }
}
#toggle-text {
  color: #ed1c24;
  font-size: 1.3rem;
  margin-top: 2rem;
  font-weight: 100;
  border: none;
  outline: none;
}
#toggle-text .icon-sm {
  width: 10px !important;
  margin-left: 0.4rem;
}
.rotate-icon {
  transform: rotate(180deg);
}
.about-us-text {
  background-color: #fff;
  padding: 0 2rem 2rem;
}
@media (min-width: 62em) {
  .about-us-text {
    margin-top: 3rem;
  }
}
@media (min-width: 62em) {
  .shadow {
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
  }
}
.map {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 8rem;
}
@media (min-width: 48em) {
  .map {
    margin-bottom: 0;
  }
}
.map .usa {
  top: 36%;
  left: 16%;
}
.map .norway {
  top: 23%;
  right: 47%;
}
.map .uk {
  top: 28%;
  right: 50.5%;
}
.map .switzerland {
  top: 35%;
  right: 47.5%;
}
.map .thailand {
  top: 50%;
  right: 25%;
}
.map .singapore {
  top: 57%;
  right: 23%;
}
.map .country {
  position: absolute;
}
.map .country .pop-up {
  position: absolute;
  left: 0;
  right: 0;
  width: 175px;
  bottom: 100%;
  display: none;
}
.map__dot-1,
.map__dot-2 {
  -webkit-clip-path: polygon(50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  clip-path: polygon(50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}
.map__dot-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 20px;
  width: 20px;
  margin-left: 88px;
  margin-top: 0.5rem;
  cursor: pointer;
}
.map__dot-1:hover,
.map__dot-2 {
  background: #ed1c24;
}
.map__dot-2 {
  height: 16px;
  width: 16px;
}
.map__dot-2:hover {
  background-color: #fff;
}
.map__dot-1:hover + .pop-up {
  display: block;
}
.about-us .obj-fit {
  overflow: hidden;
}
.about-us .obj-fit__img {
  width: 100%;
  min-width: 2250px;
  background-color: #f5f5f5;
  margin-top: -32.5rem;
  -webkit-clip-path: polygon(0 0, 50% 85%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 50% 85%, 100% 0, 100% 100%, 0 100%);
  height: 500px;
}
@media (min-width: 30em) {
  .about-us .obj-fit__img {
    margin-top: -22.55rem;
  }
}
@media (min-width: 48em) {
  .about-us .obj-fit__img {
    margin-top: -18rem;
  }
}
@media (min-width: 62em) {
  .about-us .obj-fit__img {
    height: 900px;
    -webkit-clip-path: polygon(0 0, 50% 70%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 70%, 100% 0, 100% 100%, 0 100%);
    margin-top: -6rem;
  }
}
@media (min-width: 62em) {
  .about-us .product__img {
    width: 50%;
  }
}
.about-us .product__detail {
  min-width: 35%;
}
.about-us .desktop {
  margin-top: 12.5vh;
}
@media (min-width: 75em) {
  .about-us .desktop {
    margin-top: 5rem;
  }
}
@media (min-width: 62em) {
  .section-maps {
    padding-top: 0;
  }
}
.section-maps .desktop-map {
  display: none;
}
@media (min-width: 48em) {
  .section-maps .desktop-map {
    display: block;
  }
}
@media (min-width: 48em) {
  .section-maps .mob-map {
    display: none;
  }
}
.section-maps .mob-map img {
  width: 100%;
  max-width: 450px;
}
.section-maps .country-options {
  display: inline-block;
  position: relative;
  background-color: #fff;
  margin-bottom: 4rem;
}
.section-maps .country-options select {
  background-color: transparent;
  position: relative;
  z-index: 2;
  border: 1px solid #bfbfbf;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.8rem;
  font-weight: 100;
  width: 280px;
  padding: 1rem 1.5rem;
  text-align: center;
  outline: none;
}
.section-maps .country-options .icon-sm {
  position: absolute;
  top: 45%;
  right: 6%;
  z-index: 1;
}
.card__content .heading a,
.card__content .paragraph a,
.content .heading a,
.content .paragraph a {
  pointer-events: none;
  cursor: default;
  color: currentColor;
}
.card__content .heading {
  height: 39px;
  overflow: hidden;
}
.index-grid {
  display: grid;
  -ms-grid-columns: minmax(1rem, 1fr) (minmax(150px, 60rem)) [2]
    minmax(1rem, 1fr);
  grid-template-columns: minmax(1rem, 1fr) repeat(2, minmax(150px, 60rem)) minmax(
      1rem,
      1fr
    );
  -ms-grid-rows: 90vh (minmax(-webkit-min-content, -webkit-max-content)) [8];
  -ms-grid-rows: 90vh (minmax(min-content, max-content)) [8];
  grid-template-rows: 90vh repeat(
      8,
      minmax(-webkit-min-content, -webkit-max-content)
    );
  grid-template-rows: 90vh repeat(8, minmax(min-content, max-content));
  overflow: hidden;
  display: -ms-grid;
  -ms-grid-columns: minmax(1rem, 1fr) minmax(160px, 60rem) minmax(160px, 60rem)
    minmax(1rem, 1fr);
  -ms-grid-rows: 80vh minmax(min-content, max-content);
}
@media (min-width: 75em) {
  .index-grid {
    -ms-grid-columns: minmax(1rem, 1fr) (minmax(60rem, 1fr)) [2]
      minmax(1rem, 1fr);
    grid-template-columns: minmax(1rem, 1fr) repeat(2, minmax(60rem, 1fr)) minmax(
        1rem,
        1fr
      );
    -ms-grid-column: minmax(1rem, 1fr) minmax(60rem, 1fr) minmax(60rem, 1fr)
      minmax(1rem, 1fr);
  }
}
.dis-ib {
  display: inline-block;
}
.row {
  display: initial;
}
.row img {
  width: 100%;
}
.row-1 {
  grid-row: 1 / span 3;
  grid-column: 1/-1;
  z-index: 2;
  overflow: hidden;
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}
@media (min-width: 62em) {
  .row-1 {
    margin-top: -5rem;
  }
}
.row-1 img {
  width: 101%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 100rem;
}
@media (min-width: 62em) {
  .row-1 img {
    min-width: 180rem;
    max-height: none;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / span 3;
  }
}
.row-mob {
  grid-row: 2 / span 1;
  grid-column: 1/-1;
  z-index: 12;
  margin-bottom: -1rem;
  margin-left: -1rem;
  margin-top: 25rem;
  position: relative;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}
@media (min-width: 30em) {
  .row-mob {
    margin-top: 35rem;
  }
}
@media (max-width: 325px) { 
  .row-mob img {
    margin-top: 12rem;

  }
}
.row-mob img {
  width: 102.5%;
  max-height: 100rem;
}
@media (min-width: 30em) {
  .row-mob img {
    max-height: 100rem;
  }
}
.row-2 {
  grid-row: 1 / span 1;
  grid-column: 2 / span 2;
  z-index: 2;
  top: 15rem;
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-column-align: end;
  -ms-grid-row-align: end;
}
@media (min-width: 62em) {
  .row-2 {
    top: 20rem;
  }
}
.row-2 .slide__img {
  max-width: 60rem;
}
.row-2 .swiper-pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
  text-align: initial;
}
@media (min-width: 62em) {
  .row-2 .swiper-pagination {
    justify-content: flex-start;
  }
}
.row-2 .swiper-container {
  width: 90%;
}
@media (min-width: 75em) {
  .row-2 .swiper-container {
    width: 100%;
  }
}
.row-3 {
  grid-row: 2 / span 1;
  grid-column: 2 / span 2;
  -ms-grid-row-align: end;
  align-self: center !important;
  z-index: 14;
  position: relative;
  margin-bottom: 10rem;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-row-align: end;
  margin-bottom: 10rem;
}

.row-3 .section-about-us {
  max-width: 75rem;
}
.row-4 {
  grid-row: 3 / span 1;
  grid-column: 2 / span 2;
  z-index: 13;
  margin-top: -55rem !important;
  position: relative;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-column-align: center;
  -ms-grid-row-align: center;
}
@media (min-width: 62em) {
  .row-4 {
    margin-top: 0 !important;
  }
}
.row-5 {
  grid-row: 4 / span 2;
  grid-column: 1/-1;
  transform: translateY(-35%);
  z-index: 1;
  position: relative;
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}
.row-5 .slide.obj-fit {
  display: initial;
  flex-direction: row;
}
.row-5 img {
  min-width: 150rem;
  height: 190rem;
  width: 100%;
  position: relative;
  top: 0;
}
.row-6 {
  grid-row: 5 / span 1;
  grid-column: 1/-1;
  z-index: 2;
  overflow: hidden;
  position: relative;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  margin-bottom:-3px ;
}
@media (min-width: 62em) {
  .row-6 {
    transform: translateY(-25rem);
     margin-bottom:0px ;
  }
}
.row-6 img {
  min-width: 180rem;
  width: 100%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.row-7 {
  grid-row: 4 / span 2;
  grid-column: 2 / span 2;
  z-index: 15;
  transform: translateY(-14rem);
  padding-bottom: 5rem;
  align-items: center;
  color: #fff;
  position: relative;
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-row-align: start;
}
@media (min-width: 62em) {
  .row-7 {
    transform: translateY(-20rem);
  }
}
.row-7 .event-link,
.row-7 .event-name {
  color: #fff;
  border: none;
}
.row-7 .event-text {
  line-height: 1.6;
}
.row-7 .slide {
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 30em) {
  .row-7 .slide {
    max-width: 400px;
  }
}
@media (min-width: 62em) {
  .row-7 .slide {
    max-width: 450px;
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 62em) {
  .row-7 .slide__content {
    min-width: 40%;
  }
}
.row-7 .slide__img {
  margin-right: auto;
}
.row-7 .slide__img img {
  max-width: 600px;
}
@media (min-width: 62em) {
  .row-7 .slide__img {
    padding-bottom: 6rem;
  }
}
.row-7 .arrow-nav {
  justify-content: center;
  margin-right: 2.5rem;
}
@media (min-width: 62em) {
  .row-7 .arrow-nav {
    justify-content: flex-start;
    margin-top: -150px;
    margin-right: 0rem;
  }
}
.row-7 .swiper-pagination {
  transform: translateY(9rem) translateX(0);
  padding-bottom: 12rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 62em) {
  .row-7 .swiper-pagination {
    transform: translateY(9rem);
  }
}
.row-7 .swiper-container {
  /* overflow: visible; */
  padding-bottom: 12rem;
}
@media (min-width: 62em) {
  .row-7 .swiper-container {
    overflow: hidden;
  }
}
.row-7 .swiper-pagination {
  text-align: left;
}
.row-7 .swiper-container {
  width: 90%;
}
@media (min-width: 75em) {
  .row-7 .swiper-container {
    width: 100%;
  }
}
.row-8 {
  grid-row: 5 / span 1;
  grid-column: 2 / span 2;
  -ms-grid-row-align: center;
  align-self: center;
  z-index: 20;
  margin-top: 35rem;
  position: relative;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-column-align: center;
}
@media (min-width: 62em) {
  .row-8 {
    padding-top: 0;
    padding-bottom: 32rem;
  }
}
.row-8 .section.upcoming-event {
  padding-top: 15rem;
}
@media (min-width: 62em) {
  .row-8 .section.upcoming-event {
    margin-top: 0;
  }
}
.row-8 .slide {
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 62em) {
  .row-8 .slide {
    flex-direction: row;
  }
}
@media (min-width: 62em) {
  .row-8 .slide__img {
    width: 45%;
  }
}
.row-8 .slide__content {
  width: 45%;
}
.row-8 .slide__content .event-name {
  width: 100%;
  border: none;
}
.row-9 {
  grid-row: 6 / span 1;
  grid-column: 1/-1;
  z-index: 16;
  background-color: #fff;
  position: relative;
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
@media (min-width: 62em) {
  .row-9 {
    margin-top: -25.5rem;
  }
}
.row-9 .news-event {
  margin-top: -15rem;
}
.row-9 .news-event .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 62em) {
  .row-9 .news-event {
    margin-top: -57rem;
  }
}
.row-9 .flex__item-1 {
  display: none;
}
@media (min-width: 62em) {
  .row-9 .flex__item-1 {
    display: block;
  }
}
.row-9 .flex__item-2 .main-heading {
  margin-right: 0;
}
@media (min-width: 62em) {
  .row-9 .flex__item-2 .main-heading {
    margin-right: 10rem;
  }
}
.row-9 .section-innovation .cards a.card {
  max-width: 300px;
}
@media (min-width: 30em) {
  .row-9 .section-innovation .cards a.card {
    max-width: 320px;
  }
}
.row-9 #content {
  background-color: #fff;
  margin-top: 4rem;
  padding-top: 6rem;
}
.row-9 #content .news-cards .card {
  margin: 0;
  margin-bottom: 3rem;
}
.row-10 {
  grid-row: 1 / span 2;
  grid-column: 1 / span 1;
  z-index: 0;
  position: relative;
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .index-grid .row-2 {
    top: 20rem !important;
  }
}
@supports (-ms-ime-align: auto) {
  .index-grid .row-2 {
    top: 20rem !important;
  }
}
@media (min-width: 62em) {
  .site-header .wrapper {
    padding: 0;
  }
}
@media (min-width: 62em) {
  .img-mob {
    display: none;
  }
}
.img-desktop {
  display: none;
}
@media (min-width: 62em) {
  .img-desktop {
    display: block;
  }
}
.grid-about-us,
.grid-news-event {
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) (minmax(160px, 60rem)) [2] minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) repeat(2, minmax(160px, 60rem)) minmax(
      0,
      1fr
    );
  -ms-grid-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-template-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-template-rows: minmax(min-content, max-content);
  overflow: hidden;
  display: -ms-grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(160px, 60rem) minmax(160px, 60rem)
    minmax(0, 1fr);
  -ms-grid-rows: minmax(min-content, max-content);
}
@media (min-width: 62em) {
  .grid-about-us,
  .grid-news-event {
    -ms-grid-columns: minmax(0, 1fr) (minmax(160px, 60rem)) [2] minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) repeat(2, minmax(160px, 60rem)) minmax(
        0,
        1fr
      );
    -ms-grid-columns: minmax(1rem, 1fr) minmax(160px, 60rem)
      minmax(160px, 60rem) minmax(1rem, 1fr);
  }
}
@media (min-width: 75em) {
  .grid-about-us,
  .grid-news-event {
    -ms-grid-columns: minmax(1rem, 1fr) (minmax(60rem, 1fr)) [2]
      minmax(1rem, 1fr);
    grid-template-columns: minmax(1rem, 1fr) repeat(2, minmax(60rem, 1fr)) minmax(
        1rem,
        1fr
      );
    -ms-grid-column: minmax(1rem, 1fr) minmax(60rem, 1fr) minmax(60rem, 1fr)
      minmax(1rem, 1fr);
  }
}
.grid-about-us img,
.grid-news-event img {
  width: 100%;
}
.grid-about-us .row--1 {
  grid-row: 1 / span 1;
  grid-column: 1/-1;
  z-index: 1;
  overflow: hidden;
  top: 0;
  bottom: 0;
  position: fixed;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}
.grid-about-us .row--1 img {
  min-width: 180rem;
  width: 100%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.grid-about-us .row--2 {
  grid-row: 1 / span 1;
  grid-column: 1/-1;
  z-index: 2;
  top: 0;
  overflow: hidden;
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}
@media (min-width: 62em) {
  .grid-about-us .row--2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
    margin-left: 0;
  }
}
.grid-about-us .row--2 img {
  max-height: 110rem;
  width: 101%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 650px) {
  .grid-about-us .row--2 img {
    max-height: 140rem;
  }
}
@media (min-width: 62em) {
  .grid-about-us .row--2 img {
    min-width: 180rem;
    max-height: none;
  }
}
.grid-about-us .row--mob {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / span 1;
  grid-column: 1/-1;
  z-index: 2;
  margin-bottom: -1rem;
}
.grid-about-us .row--mob img {
  width: 101%;
  max-height: 110rem;
}
@media (min-width: 48em) {
  .grid-about-us .row--mob img {
    max-height: 75rem;
  }
}
.grid-about-us .row--3 {
  grid-row: 1 / span 2;
  grid-column: 2 / span 2;
  z-index: 3;
  top: 7rem;
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.grid-about-us .row--3 .product__img {
  width: 100%;
}
@media (min-width: 62em) {
  .grid-about-us .row--3 {
    top: 5rem;
  }
}
@media (min-width: 62em) {
  .grid-about-us .row--3 .product {
    align-items: stretch;
  }
}
.grid-about-us .row--4 {
  grid-row: 3 / span 1;
  grid-column: 1/-1;
  z-index: 3;
  margin-top: -1rem;
  position: relative;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}
@media (min-width: 62em) {
  .grid-about-us .row--4 {
    background-color: #f5f5f5;
  }
}
.grid-about-us .row--4 .section-maps {
  margin-top: 18rem;
}
@media (min-width: 62em) {
  .grid-about-us .row--4 .section-maps {
    margin-top: -17rem;
  }
}
.grid-about-us .row--5 {
  grid-row: 4 / span 1;
  grid-column: 1/-1;
  z-index: 3;
  position: relative;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}
.grid-news-event .row {
  display: block;
}
.grid-news-event .row--2 {
  grid-row: 1 / span 1;
  grid-column: 1/-1;
  z-index: 2;
  overflow: hidden;
  margin-left: -1rem;
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}
@media (min-width: 62em) {
  .grid-news-event .row--2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
    margin-left: 0;
  }
}
.grid-news-event .row--2 img {
  max-height: 90rem;
  width: 101%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-49%);
}
@media (min-width: 30em) {
  .grid-news-event .row--2 img {
    max-height: 95rem;
  }
}
@media (min-width: 650px) {
  .grid-news-event .row--2 img {
    max-height: 110rem;
  }
}
@media (min-width: 48em) {
  .grid-news-event .row--2 img {
    max-height: 130rem;
  }
}
@media (min-width: 62em) {
  .grid-news-event .row--2 img {
    min-width: 180rem;
    max-height: none;
  }
}
@media (min-width: 1900px) {
  .grid-news-event .row--2 img {
    min-width: 105vw;
  }
}
.grid-news-event .row--mob {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3 / span 2;
  grid-column: 1/-1;
  z-index: 2;
  margin-bottom: -1rem;
}
@media (min-width: 992px) {
  .grid-news-event .row--mob {
      display: none;
  }
}
.grid-news-event .row--mob img {
  width: 101%;
  height: 76rem;
}
.grid-news-event .row--3 {
  grid-row: 1 / span 1;
  grid-column: 2 / span 2;
  z-index: 3;
  top: 10rem;
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
@media (min-width: 62em) {
  .grid-news-event .row--3 {
    top: 15rem;
  }
}
.grid-news-event .row--4 {
  grid-row: 3 / span 1;
  grid-column: 1/-1;
  z-index: 4;
  margin-top: -2rem;
  background-color: #f5f5f5;
  top: 1.9rem;
  padding-bottom: 35rem;
  top: 20rem;
  position: relative;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}
@media (min-width: 30em) {
  .grid-news-event .row--4 {
    top: 30rem;
  }
}
@media (min-width: 62em) {
  .grid-news-event .row--4 {
    background-color: #fff;
    padding-bottom: 0;
    top: 0;
  }
}
@media (min-width: 62em) {
  .grid-news-event .row--4 .wrapper {
    top: -65rem;
    margin-bottom: -50rem;
  }
}
.grid-news-event .row--4 .section-innovation {
  padding-top: 10rem;
}
.grid-news-event .swiper-pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
}
@media (min-width: 62em) {
  .grid-news-event .swiper-pagination {
    justify-content: flex-start;
  }
}
.grid-news-event .swiper-pagination {
  text-align: left;
}
.grid-news-event .swiper-container {
  width: 90%;
}
@media (min-width: 75em) {
  .grid-news-event .swiper-container {
    width: 100%;
  }
}
.grid-products {
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) (minmax(160px, 60rem)) [2] minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) repeat(2, minmax(160px, 60rem)) minmax(
      0,
      1fr
    );
  -ms-grid-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-template-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-template-rows: minmax(min-content, max-content);
  overflow: hidden;
  display: -ms-grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(160px, 60rem) minmax(160px, 60rem)
    minmax(0, 1fr);
  -ms-grid-rows: minmax(min-content, max-content);
}
@media (min-width: 62em) {
  .grid-products {
    -ms-grid-columns: minmax(0, 1fr) (minmax(160px, 60rem)) [2] minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) repeat(2, minmax(160px, 60rem)) minmax(
        0,
        1fr
      );
    -ms-grid-columns: minmax(1rem, 1fr) minmax(160px, 60rem)
      minmax(160px, 60rem) minmax(1rem, 1fr);
  }
}
@media (min-width: 75em) {
  .grid-products {
    -ms-grid-columns: minmax(1rem, 1fr) (minmax(60rem, 1fr)) [2]
      minmax(1rem, 1fr);
    grid-template-columns: minmax(1rem, 1fr) repeat(2, minmax(60rem, 1fr)) minmax(
        1rem,
        1fr
      );
    -ms-grid-column: minmax(1rem, 1fr) minmax(60rem, 1fr) minmax(60rem, 1fr)
      minmax(1rem, 1fr);
  }
}
.grid-products img {
  width: 100%;
}
.grid-products__row-2 {
  grid-row: 1 / span 2;
  grid-column: 1/-1;
  z-index: 2;
  overflow: hidden;
  margin-left: -1rem;
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}
@media (min-width: 62em) {
  .grid-products__row-2 {
    margin-top: -5rem;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
    margin-left: 0;
  }
}
.grid-products__row-2 img {
  max-height: 65%;
  width: 101%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 30em) {
  .grid-products__row-2 img {
    max-height: 115rem;
  }
}
@media (min-width: 650px) {
  .grid-products__row-2 img {
    max-height: 130rem;
  }
}
@media (min-width: 48em) {
  .grid-products__row-2 img {
    max-height: 140rem;
  }
}
@media (min-width: 62em) {
  .grid-products__row-2 img {
    min-width: 180rem;
    max-height: none;
  }
}
.grid-products__row-3 {
  grid-row: 1 / span 1;
  grid-column: 2 / span 2;
  z-index: 12;
  top: 10rem;
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
@media (min-width: 62em) {
  .grid-products__row-3 {
    top: 12rem;
  }
}
.grid-products__row-3 .product {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 62em) {
  .grid-products__row-3 .product {
    margin-top: 4rem;
  }
}

.grid-products__mob {
  grid-row: 3 / span 1;
  grid-column: 1/-1;
  z-index: 5;
  margin-bottom: -1rem;
  margin-left: -1rem;
  margin-top: -55rem;
  position: relative;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}
@media (min-width: 650px) {
  .grid-products__mob {
    margin-top: -45rem;
  }
}
@media (min-width: 48em) {
  .grid-products__mob {
    margin-top: -32rem; 
  }
}
.grid-products__mob img {
  width: 101%;
  max-height: 63rem;
}
.grid-products__row-4 {
  grid-row: 2 / span 1;
  grid-column: 2 / span 2;
  z-index: 6;
  transform: translateY(-6rem);
  position: relative;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
@media (min-width: 650px) {
  .grid-products__row-4 {
    transform: translateY(0);
  }
}
@media (min-width: 48em) {
  .grid-products__row-4 {
    transform: translateY(15rem);
  }
}
@media (min-width: 62em) {
  .grid-products__row-4 {
    transform: translateY(-12rem);
  }
}
.grid-products__row-5 {
  grid-row: 3 / span 1;
  grid-column: 1/-1;
  z-index: 6;
  background-color: #fff;
  margin-top: -0.2rem;
  position: relative;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  padding-top: 8rem;
}
@media (min-width: 62em) {
  .grid-products__row-5 {
    padding-top: 10rem;
  }
}
@media (min-width: 650px) {
  .grid-products__row-5 {
    padding-top: 20rem;
  }
}
@media (min-width: 48em) {
  .grid-products__row-5 {
    padding-top: 35rem;
  }
}
@media (min-width: 62em) {
  .grid-products__row-5 {
    padding-top: 0;
  }
}
.grid-products__row-5 .details {
  padding-top: 5rem;
}
/* .grid-products__row-5 .card {
  padding-bottom: 2rem;
} */
.grid-products__row-5 .upcoming-events__body .cards {
  justify-content: center;
}
@media (min-width: 48em) {
  .grid-products__row-5 .upcoming-events__body .cards {
    justify-content: flex-start;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .grid-products__row-4 {
    transform: translateY(0) !important;
  }
}
@media (-ms-high-contrast: none) and (min-width: 48em),
  screen and (-ms-high-contrast: active) and (min-width: 48em) {
  .grid-products__row-4 {
    transform: translateY(15rem) !important;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .grid-products .product__img {
    margin-top: -5rem;
  }
}
@supports (-ms-ime-align: auto) {
  .grid-products__row-4 {
    transform: translateY(2.5rem) !important;
  }
  @media (min-width: 48em) {
    .grid-products__row-4 {
      transform: translateY(15rem) !important;
    }
  }
  .grid-products .product__img {
    margin-top: -5rem;
  }
}
.page.page-career .row,
.page.page-contact-us .row {
  display: flex;
}
body {
  background-color: #fff;
}

select.form-control.tags.country-box {
  width: 100%;
  border: 1px solid #bfbfbf;
  padding: 0.9rem;
  background: #fff;
  margin-top: 0.6rem;
  border-radius: 4px;
  outline: none !important;
}


.page.page-career .info-card__content {
  max-width: 100%;
  max-height: 600px;
  overflow: auto;
  padding-right: 5rem;
}

.page.page-career .info-card__heading {
  padding: 1.5rem 5rem;
}

.grid-about-us .row.row--3 .product__img {
  width: 50%;
  max-width: 100%;
}

.index.index-grid .row-2 {
  top: 8rem;
}

@media (min-width: 62em) {
  .index.index-grid .row-2 .swiper-container .swiper-pagination {
    bottom: 0px !important;
    left: 13rem;
  }

  .index.index-grid .row-2 {
  top: 12rem;
}
}

.search-page .search-bar form {
  display: flex;
  align-items: center;
}

.search-result {
  min-height: 50vh;
}

.noresult {
  font-weight: bold;
}
@media (min-width: 992px) { 
  .row.row-4.section-about-us.dis-ib {
    align-self: center;
    margin-bottom: 10rem;
  }
  .index.index-grid .row.row-3 {
        grid-row: 3/span 1;
        top: -40rem;

  }
}
@media (min-width:1200px) {
  .row.row-4.section-about-us.dis-ib {
    align-self: center;
    margin-bottom: 0rem;
  }
    .index.index-grid .row.row-3 {
  }
}

@media (max-width: 991px) {
  .grid-products .product__img {
    width: 100%;
  }
}

@media (max-width: 414px) {
  .grid-about-us .row.row--3 .product__img {
    width: 100%;
    max-width: 100%;
  }
  .grid-about-us .row--3 {
    position: relative;
    z-index: 9;
  }
}


@media (min-width: 1280px) {
  .index .row-4.section-about-us.dis-ib .direction-icon {
    display: block;
    position: absolute;
    text-align: center;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
    top: -28rem;
  }
}



/*
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  { /* STYLES GO HERE */

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .index.index-grid .row.row-3 {
      top: -16rem !important;
}
    .row-4 {
      margin-top: -36rem !important;
    }
}

.textnewsheader {
  color: black;
}

.page.page-career .row {
   flex-direction: column;
 align-items: center;
}
.page.page-career .row__column-25,
.page.page-career .row__column-75 {
  width: 90%;
}

@media (min-width: 992px) {
  .index.index-grid .row.row-2 .slide__content {
    padding-left: 13rem;
  }
  .grid-about-us .product__detail {
    max-width: 100%;
    width: 50%;
}

  .about-us-text {
    margin-left: 13.5rem;
  }

  .page.page-career .row {
   flex-direction: row;
   align-items: flex-start;
}

.page.page-career .row__column-25,
.page.page-career .row__column-75 {
   width:48%;
}

}

.form-container__content .form label .phone-box {
  padding-left: 5rem;
}


.jbl {
  display: flex;
  justify-content: center;

}

.index-grid .upcoming-event .swiper-slide .slide__img a img {
    width: 100%;
    width: 390px;
    height: 455px;
    object-fit: cover;
}   

.index .news-event .news-cards .card-item {
    display: flex;
}

.index .news-event .news-cards .card-item img {
    height: 230px;
    object-fit: cover;
}

.recaptcha_from{
  display: block;
  text-align: center;
  color: #ED1C24;
  font-size: 14px;
}

@media (min-width: 992px) {
    .index-grid .row-8{
      margin-top: 0;
  }
}

@media (max-width: 768px) {
  .index-grid .row-7 .swiper-container .swiper-pagination{
    bottom: 45px !important;
  }
}

.index .news-event .news-cards .card-item{
  display: block;
}

.index .news-event .news-cards .card-item .heading{
  min-height: 50px;
}

.index .news-event .news-cards .card-item .paragraph{
  min-height: 40px;
}

@media (min-width: 991px) {
  .index .news-event .news-cards .card-item .content{
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
.index-grid .upcoming-event .swiper-slide .slide__img a img {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 420px) {
  .index .news-event .news-cards .card {
    max-width: 320px;
  }
}


.grid-news-event .parallel-effects {
  background-image: url(../img/images/other-page/img-cover-news-bg.jpg);
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.grid-products .upcoming-events__body .cards .card img{
  max-height: 165px;
}

.page-item {
  background-color: #f8f8f8;
  margin: 0 0.125rem;
  padding: 1rem 1.6rem;
  color: #000;
  display: inline-block;
  font-size: 1.5rem;
}

.page-item a {
  color: #000;
}

.pagination .active{
  color: #fff;
}
.iti-flag.pa{
  display: none;
}

@media(max-width: 768px) {
  .mob-ipad-home {
    display: block;
  }
  .desktop-home {
    display: none;
  }
}


@media(min-width: 769px) {
  .desktop-home {
    display: block;
  }
  .mob-ipad-home {
    display: none;
  }
}

/*@media (min-height: 657px) and (max-height:  657px) and (min-width: 1366px) and (max-width: 1366px) {*/
    /*.index.index-grid .row.row-3 {*/
    /*align-self: end !important;*/
    /*top: 0rem;*/
 /*}*/


 .pagination__item {
  background-color: rgba(188, 189, 189, 0.5);
  }

 @media (max-width: 480px) {
   .index-grid .row-2 .slide__content .event-name {
     font-size: 3.4rem;
   }
 }

@media (max-width: 320px) {
  .index-grid .row-2 .slide__content .event-name {
    font-size: 2.4rem;
  }
  .index-grid .row-2 .slide__content {
    margin-top: 0;
  }
}
