*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.4;
  font-family: "LatoRegular", sans-serif;
}

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;
}

button {
  border: 0;
}
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "LatoRegular";
  src: url("../../file/css/fonts/Lato-Regular.eot");
  src: local("../../file/css/fonts/FSAlbert Regular"), local("../../file/css/fonts/Lato-Regular"), url("../../file/css/fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../../file/css/fonts/Lato-Regular.woff2") format("woff2"), url("../../file/css/fonts/Lato-Regular.woff") format("woff"), url("../../file/css/fonts/Lato-Regular.ttf") format("truetype"), url("../../file/css/fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LatoBold";
  src: url("../../file/css/fonts/Lato-Bold.eot");
  src: local("../../file/css/fonts/FSAlbert Regular"), local("../../file/css/fonts/Lato-Bold"), url("../../file/css/fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../../file/css/fonts/Lato-Bold.woff2") format("woff2"), url("../../file/css/fonts/Lato-Bold.woff") format("woff"), url("../../file/css/fonts/Lato-Bold.ttf") format("truetype"), url("../../file/css/fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes scale1 {
  0% {
    transform: scale(1);
  }
  50% {
    box-shadow: 0px 5px 15px 15px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes turn {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes movement {
  0% {
    display: none;
  }
  25% {
    display: block;
    left: 0%;
  }
  50% {
    left: 6%;
  }
  75% {
    left: 12%;
  }
  100% {
    left: 18%;
  }
}
@keyframes moveRigt {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveRigtMobile {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes nope {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-7px) rotateY(-10deg);
  }
  18.5% {
    transform: translateX(6px) rotateY(8deg);
  }
  31.5% {
    transform: translateX(-4px) rotateY(-6deg);
  }
  43.5% {
    transform: translateX(3px) rotateY(4deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes nopeY {
  0% {
    transform: translateY(0);
  }
  6.5% {
    transform: translateY(-4px) rotateX(-10deg);
  }
  18.5% {
    transform: translateY(4px) rotateX(8deg);
  }
  31.5% {
    transform: translateY(-2px) rotateX(-6deg);
  }
  43.5% {
    transform: translateY(2px) rotateX(4deg);
  }
  50% {
    transform: translateY(0);
  }
}
@keyframes heartBeat {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  to {
    transform: scale(1.02);
  }
}
@keyframes btnAnimationTransition {
  0% {
    transform: translate3d(15px);
  }
  50% {
    box-shadow: 0px 5px 15px 15px rgba(0, 0, 0, 0.1);
    transform: translate3d(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(15px);
  }
}
@keyframes tableShow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 0;
    transform: translateX(-10rem);
  }
}
@keyframes moveOutRight {
  0% {
    opacity: 1;
    transform: translateX(0rem);
  }
  80% {
    transform: translateX(-3rem);
  }
  100% {
    opacity: 0;
    transform: translateX(-10rem);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(-5rem);
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes moveOutBottom {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  25% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.02;
  }
  100% {
    opacity: 0;
    transform: translateY(5rem);
  }
}
.bg-banner {
  background-image: url(../../file/image/bg-banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  .bg-banner {
    background-size: cover;
  }
}

.bg-schedule {
  background-color: #F7F8FB;
  background-repeat: no-repeat;
  background-size: cover;
}

.animate-movement {
  animation: movement 0.8s ease-in;
}

.animation-password {
  animation-name: heartBeat;
  animation: heartBeat 0.66s alternate;
  animation-iteration-count: 2;
}

/*D-FLEX*/
.flex-row-center {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-column-center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.flex-sb-center {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-end-md-center {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .flex-end-md-center {
    justify-content: center;
  }
}

.flex-start-sm-colmn {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .flex-start-sm-colmn {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .flex-start-sm-colmn {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

.flex-end-sm-colmn {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .flex-end-sm-colmn {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
}

.flex-centr-lg-colmn {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .flex-centr-lg-colmn {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.flex-colmn-end-md-cntr {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .flex-colmn-end-md-cntr {
    align-items: center;
  }
}

@media (max-width: 500px) {
  .flex-sm-center {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.flex-center-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-start-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.dn {
  display: none;
}

.p-relative {
  position: relative;
}

.p-fixed {
  position: fixed;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-mt-2 {
    margin-top: 2rem;
  }
}

.pt-sm {
  padding-top: 2rem;
}

.pt-md {
  padding-top: 3rem;
}

.pt-lg {
  padding-top: 4rem;
}

.pt-xl {
  padding-top: 5rem;
}

.pb-sm {
  padding-bottom: 2rem;
}

.pb-md {
  padding-bottom: 3rem;
}

.pb-lg {
  padding-bottom: 4rem;
}

.pb-xl {
  padding-bottom: 5rem;
}

.p-sm {
  padding: 2rem;
}

.p-md {
  padding: 3rem;
}

.p-lg {
  padding: 4rem;
}

.p-xl {
  padding: 5rem;
}

.p-news {
  padding: 0 1.5rem;
}

.mt-xxs {
  margin-top: 0.5rem !important;
}

.mt-xs {
  margin-top: 1rem !important;
}

.mt-sm {
  margin-top: 2rem !important;
}

.mt-md {
  margin-top: 3rem !important;
}

.mt-lg {
  margin-top: 4rem !important;
}

.mt-xl {
  margin-top: 5rem !important;
}

.mt-20 {
  margin-top: 20px;
}

.ml-xxs {
  margin-left: 0.5rem !important;
}

.ml-xs {
  margin-left: 1rem !important;
}

.ml-xss {
  margin-left: 1.5rem !important;
}

.ml-sm {
  margin-left: 2rem !important;
}

.ml-md {
  margin-left: 3rem !important;
}

.ml-lg {
  margin-left: 4rem !important;
}

.ml-xl {
  margin-left: 5rem !important;
}

.mb-xxs {
  margin-bottom: 0.5rem !important;
}

.mb-xs {
  margin-bottom: 1rem !important;
}

.mb-sm {
  margin-bottom: 2rem !important;
}

.mb-md {
  margin-bottom: 3rem !important;
}

.mb-lg {
  margin-bottom: 4rem !important;
}

.mb-xl {
  margin-bottom: 5rem !important;
}

.mr-xxs {
  margin-right: 0.5rem !important;
}

.mr-xs {
  margin-right: 1rem !important;
}

.mr-sm {
  margin-right: 2rem !important;
}

.mr-md {
  margin-right: 3rem !important;
}

.mr-lg {
  margin-right: 4rem !important;
}

.mr-xl {
  margin-right: 5rem !important;
}

.my-xxs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-xs {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-sm {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-md {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-lg {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-xl {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-xxs {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-xs {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-sm {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-md {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-lg {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-xl {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.m-xxs {
  margin: 0.5rem !important;
}

.m-xs {
  margin: 1rem !important;
}

.m-sm {
  margin: 2rem !important;
}

.m-md {
  margin: 3rem !important;
}

.m-lg {
  margin: 4rem !important;
}

.m-xl {
  margin: 5rem !important;
}

.bg-dark {
  background-color: #414650 !important;
}

.bg-black {
  background-color: #222222 !important;
}

.bg-dark-box {
  background-color: #3A3E47 !important;
}

.color-white {
  color: #fff !important;
}

.color-menu {
  color: #F88F25;
}

.color-white {
  color: #fff;
}
.color-white:hover {
  color: #fff;
}

.color-navy-blue {
  color: #232B76;
}
.color-navy-blue:hover {
  color: #232B76;
}

.color-navy-blue-2 {
  color: #042164;
}
.color-navy-blue-2:hover {
  color: #042164;
}

.color-blue {
  color: #009FE3;
}
.color-blue:hover {
  color: #009FE3;
}

.color-blue-2 {
  color: #1490DF;
}
.color-blue-2:hover {
  color: #1490DF;
}

.color-black-3 {
  color: #333333;
}
.color-black-3:hover {
  color: #333333;
}

.bg-white {
  background-color: #fff;
}

.color-black {
  color: #000 !important;
}

.bg-navy-blue {
  background-color: #232B76;
}

.bg-navy-blue-2 {
  background-color: #042164;
}

.bg-yellow-lg {
  background: linear-gradient(180deg, rgb(255, 205, 44) 0%, rgb(255, 148, 10) 100%);
}

.bg-orange-lg {
  background: #F88F25;
}

.bg-red-lg {
  background: #9E1E21;
}

.bg-blue-light {
  background-color: #F7F8FB;
}

.bg-blue-light-2 {
  background-color: #E2F3FC;
}

.bg-blue {
  background-color: #009FE3;
}

.bg-gray-light-2 {
  background-color: #F5F5F5;
}

.border-btn-navyblue {
  border: 2px solid #232B76;
}

.border-btn-white {
  border: 2px solid #fff;
}

.border-btn-blue {
  border: 2px solid #009FE3;
}

.btn-animation-1:hover {
  animation: scale 0.5s ease-in-out;
}

.btn-animation-2:hover {
  animation-name: heartBeat;
  animation: heartBeat 0.7s alternate;
  animation-iteration-count: 2;
}

.btn-animation-nope:hover {
  animation: nope 1s ease-in;
}

.btn-banner {
  font-size: 1.3em;
  font-family: "LatoBold", sans-serif;
  text-align: center;
  display: inline-block;
  max-width: 350px;
  width: 100%;
  border-radius: 29px;
  padding: 12px 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-banner:hover {
  color: #fff;
}

.btn-register {
  font-size: 16px;
  font-family: "LatoBold", sans-serif;
  text-align: center;
  display: inline-block;
  max-width: 200px;
  width: 100%;
  border-radius: 6px;
  padding: 8px 20px;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #E9500E;
  justify-content: center;
  transition: all 0.5s;
}
.btn-register:hover {
  color: #fff;
  transform: scale(1.04);
}

.btn-speaker-date {
  font-size: 17px;
  font-family: "LatoBold", sans-serif;
  text-align: center;
  display: inline-block;
  width: 275px;
  height: 47px;
  border-radius: 25px;
  padding: 12px;
  cursor: pointer;
  background-color: #fff;
  color: #9E1E21;
  border: 2px solid #9E1E21;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-speaker-date:hover {
  color: #9E1E21;
}
.btn-speaker-date--active {
  transition: all 0.5s ease-in;
  background-color: #9E1E21;
  color: #fff;
  border: 2px solid #9E1E21;
}
.btn-speaker-date--active:hover {
  color: #fff;
}

.btn-bio {
  font-size: 15px;
  font-family: "LatoBold", sans-serif;
  text-align: center;
  display: inline-block;
  border-radius: 16px;
  text-align: center;
  padding: 5px 25px;
  transition: all 0.5s ease-in-out;
  background-color: #F88F25;
}
.btn-bio:hover {
  box-shadow: 0px 0px 20px rgba(20, 144, 223, 0.38);
}

.btn-card-time {
  font-size: 17px;
  font-family: "LatoBold", sans-serif;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0px 0px 20px rgba(20, 144, 223, 0.38);
  width: 252px;
  height: 48px;
  border-radius: 29px;
  transition: transform 0.5s;
  position: absolute;
  bottom: -17px;
  padding: 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-card-time {
    left: 50%;
    transform: translate(-50%, 0px);
  }
}
.btn-card-time:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-30px);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-card-time:hover {
    left: 50%;
    transform: translate(-50%, 0px);
  }
}

.btn-schedule {
  font-size: 17px;
  font-family: "LatoBold", sans-serif;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 29px;
  transition: box-shadow 0.2s ease-in, transform 0.3s ease-in-out;
  cursor: pointer;
}
.btn-schedule--active {
  transition: all 0.5s ease-in;
  background-color: #fff;
  color: #232B76;
  border: 2px solid #fff;
}
.btn-schedule:hover {
  box-shadow: 0px 0px 20px rgba(20, 144, 223, 0.38);
  transform: scale(1.03);
}

.btn-login {
  font-size: 17px;
  font-family: "LatoBold", sans-serif;
  text-align: center;
  width: 252px;
  height: 48px;
  padding: 0.9rem 0.5rem;
  border-radius: 29px;
  box-shadow: 0px 0px 20px rgba(20, 144, 223, 0.38);
  background-color: #F88F25;
  color: #fff;
}
.btn-login:hover {
  color: #fff;
}

.btn-back-home {
  font-size: 14px;
  font-family: "LatoBold", sans-serif;
  text-align: center;
  padding: 0.6rem;
  border-radius: 29px;
  height: 34px;
  transition: all 0.3s;
  box-shadow: 0px 0px 20px rgba(255, 72, 100, 0.2196078431);
  width: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9E1E21;
  border: 2px solid #9E1E21;
}
.btn-back-home:hover {
  transform: scale(1.03);
  color: #9E1E21;
}

.btn-upcoming-register {
  font-size: 13px;
  font-family: "LatoBold", sans-serif;
  text-align: center;
  padding: 0.7rem;
  width: 107px;
  height: 37px;
  display: inline-block;
  box-shadow: 0px 0px 20px rgba(20, 144, 223, 0.38);
  border-radius: 29px;
  transition: transform 0.4s cubic-bezier(0, 1, 0, 0);
}
.btn-upcoming-register:hover {
  transform: scale(1.03);
}

.btn-coming-soon {
  font-size: 13px;
  font-family: "LatoBold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 0.6rem;
  border-radius: 29px;
  width: 266px;
  height: 37px;
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0, 1, 0, 0);
  border: solid 1px;
}
.btn-coming-soon:hover {
  transform: scale(1.03);
}

.btn-upcoming-calendar {
  font-size: 13px;
  font-family: "LatoBold", sans-serif;
  text-align: center;
  padding: 0.7rem;
  width: 145px;
  height: 37px;
  display: inline-block;
  box-shadow: 0px 0px 20px rgba(20, 144, 223, 0.38);
  border-radius: 29px;
  transition: transform 0.4s cubic-bezier(0, 1, 0, 0);
}
.btn-upcoming-calendar:hover {
  transform: scale(1.03);
}

.btn-calendar {
  width: 180px !important;
  height: 30px !important;
  font-size: 13px !important;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #F88F25 !important;
  padding: 10px 12px !important;
  display: table !important;
  text-align: center;
  border: 0 !important;
  border-radius: 29px !important;
  box-shadow: 0px 0px 20px rgba(20, 144, 223, 0.38) !important;
  transition: transform 0.4s ease-in;
}
.btn-calendar:hover {
  transform: scale(1.03);
  font-size: 13px;
}
@media (max-width: 460px) {
  .btn-calendar {
    width: 260px;
  }
}

.addeventatc .addeventatc_icon {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-banner {
    font-family: "LatoBold", sans-serif;
  }
}
.card-thakyou {
  max-width: 440px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1411764706);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
}
@media (max-width: 1600px) {
  .card-thakyou {
    font-size: 14px;
    padding: 1.5rem;
    max-width: 440px;
  }
}
.card-thakyou__icon {
  width: 72px;
  height: 72px;
  font-size: 2.5em;
  color: #fff;
  border-radius: 100%;
}
.card-thakyou__title {
  font-size: 1.6em;
  font-family: "GraphieBold", sans-serif;
  margin: 0.8rem 0 1rem 0;
  text-align: center;
  color: #F88F25;
}
.card-thakyou__desciription {
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 1.5rem;
}
.card-thakyou__btn-pst {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 335px;
}
@media (max-width: 766px) {
  .card-thakyou__btn-pst {
    flex-direction: column;
  }
}
.card-thakyou__date {
  color: #333333;
  font-family: "GraphieBold", sans-serif;
  font-size: 19px;
}
.card-thakyou__buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 340px;
  margin-top: 1.5rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-time {
    max-width: 365px;
  }
}
.form-group {
  position: relative;
}
.form-group textarea {
  width: 100%;
  max-width: inherit;
}
@media (min-width: 1600px) {
  .form-group textarea {
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  .form-group select {
    padding: 0;
  }
}

.form-card__icon {
  position: absolute;
  top: 7px;
  left: 7.5px;
  color: #999999;
  width: 20px;
}
.form-card__input {
  max-width: 155px;
  width: 100%;
  height: 34px;
  background-color: #fff;
  border-radius: 7px;
  font-size: 1em;
  color: #666666;
  padding: 0 0 0 2rem;
  border: 1.1px solid #CBD6E2;
  appearance: auto;
}
.form-card__input::-ms-expand {
  display: none;
}
@media (min-width: 1600px) {
  .form-card__input {
    max-width: 170px;
  }
}
@media (max-width: 1199px) {
  .form-card__input {
    max-width: 98px;
  }
}
@media (max-width: 991px) {
  .form-card__input {
    max-width: 150px;
  }
}
.form-card__input-flag {
  max-width: 155px;
  width: 100%;
  height: 31px;
  background-color: #fff;
  border-radius: 7px;
  font-size: 1em;
  color: #666666;
  padding: 0 0 0 2rem;
  border: 1.1px solid #CBD6E2;
  appearance: auto;
}
.form-card__input-flag::-ms-expand {
  display: none;
}
@media (min-width: 1600px) {
  .form-card__input-flag {
    max-width: 170px;
  }
}
@media (max-width: 1199px) {
  .form-card__input-flag {
    max-width: 98px;
  }
}
@media (max-width: 991px) {
  .form-card__input-flag {
    max-width: 150px;
    min-width: 45px;
  }
}

/* [ REGISTER CHECKBOX  START ] */
.checkbox-label {
  position: relative;
  margin: auto;
  cursor: pointer;
  font-size: 13px;
  clear: both;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-label .form-card__span {
  position: absolute;
  top: -2px;
  left: 0px;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border-radius: 4px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 1px solid #707070;
}

.checkbox-label input:checked ~ .form-card__span {
  background-color: #F88F25;
  border-radius: 4px;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 1px solid #F88F25;
}

.checkbox-label .form-card__span::after {
  position: absolute;
  content: "";
  left: 8px;
  top: 8px;
  height: 0px;
  width: 0px;
  border-radius: 4px;
  border: solid #232B76;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.checkbox-label input:checked ~ .form-card__span::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

/* For Ripple Effect */
.checkbox-label .form-card__span::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 0px;
  height: 0px;
  border-radius: 5px;
  border: 2px solid #fff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.checkbox-label input:checked ~ .form-card__span::before {
  left: -3px;
  top: -3px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  z-index: 999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

/* [ REGISTER CHECKBOX  END ] */
#video-detaile {
  z-index: 999998;
}

.modal-province-close {
  color: #C90D0D;
  background-color: #fff;
  position: absolute;
  right: 11px;
  top: 0;
}
.modal-province-close span {
  font-size: 24px;
}
.modal__item a {
  color: #333333;
  font-size: 18px;
}
.modal__dialog {
  position: relative;
}
.modal__content {
  border-radius: 15px;
}
.modal__close {
  padding: 1px 0px !important;
  background-color: #F88F25 !important;
  border-radius: 100%;
  width: 25px !important;
  height: 26px !important;
  margin: 0 !important;
  opacity: 1 !important;
  font-weight: 300 !important;
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal__close span {
  font-size: 23px;
  line-height: 24px;
  color: #fff;
}
.modal__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 500px) {
  .modal__header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.modal__header__img {
  width: 110px;
  height: 110px;
  margin-right: 1rem;
  border-radius: 50%;
}
.modal__header__title {
  font-size: 1.3em;
  color: #9E1E21;
  font-family: "GraphieBold", sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 500px) {
  .modal__header__title {
    text-align: center;
    margin-top: 0.5rem;
  }
}
.modal__header__detail {
  font-size: 0.9em;
  margin-bottom: 0.8rem;
  color: #333333;
}
@media (max-width: 500px) {
  .modal__header__detail {
    text-align: center;
  }
}
.modal__header__detail span {
  display: block;
}
@media (max-width: 500px) {
  .modal__header__detail span {
    display: inline;
  }
}
.modal__body__text {
  font-size: 0.9em;
  margin-bottom: 0.8rem;
  color: #333333;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal__close {
    padding: 2px 4px 4px 3px !important;
  }
  .modal__close span {
    font-size: 30px;
  }
}
@media (min-width: 991px) {
  .modal-video__dialog {
    max-width: 900px;
  }
}
@media (min-width: 1600px) {
  .modal-video__dialog {
    max-width: 1300px;
  }
}
.modal-video__content {
  background-color: transparent;
  border: none;
}
.modal-video__header {
  border: none;
}
.modal-video__body {
  padding: 0;
  background-color: transparent;
  border: none;
}
.modal-video__close {
  position: absolute;
  right: 1px;
  top: -2px;
  width: 20px;
  background-color: rgb(217, 75, 13);
  border-radius: 50%;
  padding: 0 1.2rem 0 0.5rem;
}
@media (min-width: 1600px) {
  .modal-video__close {
    right: -4px;
    top: -4px;
  }
}
.modal-video__close span {
  font-size: 20px;
  color: #fff;
}

.slide__mobile {
  display: none;
}
@media (max-width: 767px) {
  .slide__mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .slide__desktop {
    display: none;
  }
}
.slide__image-vision {
  height: calc(100vh - 100px);
  width: 100%;
}
@media (min-width: 1600px) {
  .slide__image-vision {
    height: calc(100vh - 120px);
  }
}
@media (min-width: 1800px) {
  .slide__image-vision {
    height: calc(100vh - 130px);
  }
}
@media (max-width: 768px) {
  .slide__image-vision {
    height: calc(100vh - 500px);
  }
}
@media (max-width: 767px) {
  .slide__image-vision {
    height: calc(100vh - 550px);
    width: auto;
  }
}
@media (max-width: 360px) {
  .slide__image-vision {
    height: calc(100vh - 425px);
  }
}
.slide__image {
  height: calc(100vh - 100px);
  width: 100%;
}
@media (min-width: 1600px) {
  .slide__image {
    height: calc(100vh - 120px);
  }
}
@media (min-width: 1800px) {
  .slide__image {
    height: calc(100vh - 130px);
  }
}
@media (max-width: 768px) {
  .slide__image {
    height: calc(100vh - 500px);
  }
}
@media (max-width: 767px) {
  .slide__image {
    height: calc(100vh - 550px);
  }
}
@media (max-width: 360px) {
  .slide__image {
    height: calc(100vh - 425px);
  }
}
.slide__blur {
  position: absolute;
  width: 440px;
  height: calc(100vh - 100px);
  left: 0;
  top: 0px;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(#f5f5f5)) 0% 0% no-repeat padding-box;
  background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 1600px) {
  .slide__blur {
    height: calc(100vh - 130px);
  }
}
@media (max-width: 768px) {
  .slide__blur {
    height: calc(100vh - 500px);
  }
}
@media (max-width: 767px) {
  .slide__blur {
    width: 100%;
    max-width: 300px;
    height: calc(100vh - 550px);
  }
}
@media (max-width: 360px) {
  .slide__blur {
    height: calc(100vh - 425px);
  }
}
.slide__blur-vision {
  position: absolute;
  width: 440px;
  height: calc(100vh - 100px);
  left: 0;
  top: 0px;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(#f5f5f5)) 0% 0% no-repeat padding-box;
  background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 1600px) {
  .slide__blur-vision {
    height: calc(100vh - 130px);
    width: 560px;
  }
}
@media (max-width: 768px) {
  .slide__blur-vision {
    height: calc(100vh - 500px);
  }
}
@media (max-width: 767px) {
  .slide__blur-vision {
    width: 100%;
    max-width: 400px;
    height: calc(100vh - 550px);
  }
}
.slide__point {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 0.6rem;
  cursor: pointer;
}
.slide__subtitle {
  background-color: rgba(217, 75, 13, 0.8784313725);
  color: #fff;
  width: auto;
  padding: 0.8rem 2rem 0.8rem 3rem;
  font-family: "LatoBold", sans-serif;
  font-size: 39px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  position: absolute;
  top: 15%;
  z-index: 998 !important;
  animation: tableShow 1.2s linear 0.5s;
}
@media (min-width: 1600px) {
  .slide__subtitle {
    font-size: 45px;
  }
}
@media (min-width: 1800px) {
  .slide__subtitle {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .slide__subtitle {
    animation: none;
  }
}
@media (max-width: 767px) {
  .slide__subtitle {
    font-size: 18px;
    padding: 0.8rem 2rem 0.8rem 2rem;
  }
}
.slide__info {
  position: absolute;
  left: 18%;
  top: 45%;
  transform: translateX(-50%);
  color: #000;
  font-size: 20px;
  z-index: 98;
  animation: movement 0.8s linear 0.5s;
}
@media (min-width: 1600px) {
  .slide__info {
    left: 16%;
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .slide__info {
    transform: none;
    left: 6%;
    animation: none;
  }
}
@media (max-width: 767px) {
  .slide__info {
    font-size: 14px;
    top: 37%;
  }
}
.slide__link {
  color: #fff;
  background-color: #D94B0D;
  width: 100%;
  max-width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem;
  border-radius: 7px;
  font-size: 23px;
  font-family: "LatoBold", sans-serif;
  position: absolute;
  left: 5.5%;
  bottom: 17%;
  transition: all 0.4s linear;
  z-index: 98;
}
.slide__link:hover {
  color: #fff;
  transform: scale(1.05);
  background-color: #000;
}
@media (min-width: 1600px) {
  .slide__link {
    max-width: 280px;
    font-size: 27px;
    bottom: 25%;
    padding: 0.7rem;
  }
}
@media (max-width: 767px) {
  .slide__link {
    max-width: 163px;
    font-size: 19px;
  }
}

@media screen and (max-width: 991px) and (orientation: landscape) {
  .slide__image {
    height: auto;
  }
}
.swiper-slide {
  display: flex !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 22px !important;
}

.slide__suggest {
  cursor: grab;
}

.swiper-slide {
  width: 100% !important;
  max-width: 277px !important;
  margin-right: 0 !important;
}
@media (min-width: 1600px) {
  .swiper-slide {
    max-width: 323px !important;
  }
}
@media (max-width: 767px) {
  .swiper-slide {
    justify-content: center;
    max-width: 320px !important;
  }
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  margin-right: 0 !important;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  position: absolute;
  background-color: #fff;
  top: 87px;
  right: 5%;
  z-index: 99999988;
}
@media (max-width: 767px) {
  .navbar-collapse {
    right: 0;
  }
}

.nav-link {
  padding: 0.8rem 0 !important;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-collapse {
  width: 245px;
}
@media (max-width: 767px) {
  .navbar-collapse {
    width: 100%;
    height: calc(100vh - 85px);
  }
}

.nav-item {
  border-bottom: 1px solid rgba(128, 128, 128, 0.3882352941);
  margin: 0 1.5rem;
}
.nav-item:last-child {
  border-bottom: none;
}

.search-btn__mobile {
  padding: 0.8rem 0 !important;
}

.nav-mobile__info {
  margin: 0 1.5rem 0.9rem;
}
.nav-mobile__link {
  color: #000;
  display: block;
  margin-bottom: 0.2rem;
}

.nav-mobile__hidden {
  display: none;
}

.slide__arrow-icon-left,
.slide__arrow-icon {
  width: 35px;
}

.navbar-toggler {
  padding: 0.25rem 0.35rem;
}

.navbar-arrow_rotate {
  transform: rotate(180deg);
}

.mobile-arrow__rotate {
  transform: rotate(180deg);
  transition: all 0.4s linear;
}

.mobile-arrow {
  transition: all 0.4s linear;
}

.swiper-details {
  max-width: 420px !important;
}
@media (min-width: 1600px) {
  .swiper-details {
    max-width: 610px !important;
  }
}

.slide-products {
  max-width: 420px !important;
  justify-content: center !important;
}
@media (min-width: 1600px) {
  .slide-products {
    max-width: 565px !important;
  }
}

.products-btn-arrow {
  width: 12px;
  display: block !important;
  right: 22px !important;
}

.carousel-indicators .active {
  background-color: #D94B0D;
}

@media (min-width: 1600px) {
  .arrow-left {
    left: 2px !important;
    right: auto !important;
  }
}

@media (min-width: 1600px) {
  .arrow-right {
    right: 30px !important;
    left: auto !important;
  }
}

.nav_mirror {
  width: 100%;
  height: 100px;
}
@media (max-width: 991px) {
  .nav_mirror {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nav_mirror {
    display: none;
  }
}

.header {
  width: 100%;
  min-height: 100px;
  margin: auto 0;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  z-index: 99;
  top: 0;
  transition: top 0.3s;
}
@media (min-width: 1600px) {
  .header {
    min-height: 130px;
  }
}
@media (max-width: 991px) {
  .header {
    position: static;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header {
    position: static;
  }
}
.header__flag-img {
  width: 100%;
  max-width: 35px;
  margin-right: 0.2rem;
}
.header .header__language {
  animation: auto;
  appearance: auto;
  font-size: 16px;
  font-family: "LatoBold", sans-serif;
  color: #232B76;
}
@media (max-width: 360px) {
  .header .header__language {
    font-size: 14px;
  }
}
.header__detail {
  background-color: #fff;
  position: absolute;
  top: 100px;
  width: 100%;
  padding-bottom: 1rem;
  z-index: 998;
}
@media (min-width: 1600px) {
  .header__detail {
    top: 130px;
  }
}
.header__detail-hide {
  display: none;
}
.header__detail-pstn {
  width: 100%;
  max-width: 125px;
  border-radius: 12px;
  position: relative;
  margin: 0 0.4rem;
}
@media (min-width: 1600px) {
  .header__detail-pstn {
    max-width: 135px;
    margin: 0 0.5rem;
  }
}
.header__detail-group {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .header__detail-group {
    padding: 0 0 0 4rem;
  }
}
@media (min-width: 1800px) {
  .header__detail-group {
    padding: 0 0 0 12.5rem;
  }
}
.header__detail-img {
  width: 100%;
  transition: all 0.3s;
}
.header__detail-img:hover {
  filter: brightness(0.6);
}
.header__detail-info {
  color: #fff;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 1;
  text-align: center;
}
.header__products {
  background-color: #fff;
  position: absolute;
  top: 100px;
  width: 100%;
  padding-bottom: 1rem;
  z-index: 998;
}
@media (min-width: 1600px) {
  .header__products {
    top: 130px;
  }
}
.header__products-hide {
  display: none;
}
.header__products-pstn {
  width: 100%;
  max-width: 125px;
  border-radius: 12px;
  position: relative;
  margin: 0 0.4rem;
}
@media (min-width: 1600px) {
  .header__products-pstn {
    max-width: 135px;
    margin: 0 0.5rem;
  }
}
.header__products-group {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .header__products-group {
    padding: 0 0 0 4rem;
  }
}
@media (min-width: 1800px) {
  .header__products-group {
    padding: 0 0 0 12.5rem;
  }
}
.header__products-img {
  width: 100%;
  transition: all 0.3s;
}
.header__products-img:hover {
  filter: brightness(0.6);
}
.header__products-info {
  color: #fff;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 1;
  text-align: center;
}
.header .nav-desktop {
  width: 100%;
}
@media (max-width: 991px) {
  .header .nav-desktop {
    display: none;
  }
}
.header .nav-desktop__icon-info {
  position: absolute;
  color: #fff;
  font-size: 11px;
  z-index: 33;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "LatoBold", sans-serif;
}
.header .nav-desktop__icon-group {
  position: relative;
}
.header .nav-desktop__icon-group:hover .nav-desktop__right-logo {
  animation: turn 1s linear infinite;
}
.header .nav-desktop__pstn {
  padding: 0;
}
.header .nav-desktop__logo-left, .header .nav-desktop__logo-right {
  width: 130px;
  transition: all 0.5s linear;
}
.header .nav-desktop__logo-left:hover, .header .nav-desktop__logo-right:hover {
  transform: scale(1.05);
}
@media (min-width: 1600px) {
  .header .nav-desktop__logo-left, .header .nav-desktop__logo-right {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .header .nav-desktop__logo-left, .header .nav-desktop__logo-right {
    width: 100%;
    max-width: 120px;
  }
}
.header .nav-desktop__right-logo {
  width: 100%;
  max-width: 50px;
}
@media (max-width: 767px) {
  .header .nav-desktop__right-logo {
    max-width: 55px;
    min-width: 45px;
  }
}
.header .nav-desktop__flag {
  position: absolute;
  top: 5px;
  width: 24px;
  left: 6.8px;
}
@media (max-width: 767px) {
  .header .nav-desktop__flag {
    display: none;
  }
}
.header .nav-desktop__list {
  display: flex;
  align-items: center;
}
.header .nav-desktop__list__item {
  float: left;
  margin: 0 11px;
}
@media (min-width: 1400px) {
  .header .nav-desktop__list__item {
    margin: 0 14px;
  }
}
@media (max-width: 1199px) {
  .header .nav-desktop__list__item {
    margin: 0 8px;
  }
}
.header .nav-desktop__list__link {
  font-size: 13px;
  font-family: "LatoBold", sans-serif;
  transition: all 0.4s;
  color: #000;
  padding-bottom: 0.3rem;
  border-bottom: 1.5px solid transparent;
  cursor: pointer;
}
@media (min-width: 1400px) {
  .header .nav-desktop__list__link {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .header .nav-desktop__list__link {
    font-size: 15.6px;
  }
}
@media (max-width: 1199px) {
  .header .nav-desktop__list__link {
    font-size: 12px;
  }
}
.header .nav-desktop__list__link:hover {
  color: #ED713B;
  padding-bottom: 0.3rem;
  border-bottom: 1.5px solid #ED713B;
}
.header .nav-desktop__active {
  color: #ED713B;
  padding-bottom: 0.3rem;
  border-bottom: 1.5px solid #ED713B;
}
.header .nav-desktop__dark-switch {
  width: 55px;
  height: 30px;
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
.header .nav-desktop__dark-input {
  width: 0;
  height: 0;
  opacity: 0;
}
.header .nav-desktop__dark-input:checked + .nav-desktop__dark-slider:before {
  transform: translateX(24px);
  background: white url(../../file/image/night-mode.png);
  background-repeat: no-repeat;
  background-position: center;
}
.header .nav-desktop__dark-input:checked + .nav-desktop__dark-slider {
  background-color: #E6E8EB;
}
.header .nav-desktop__dark-round {
  border-radius: 50px;
}
.header .nav-desktop__dark-round::before {
  border-radius: 50%;
}
.header .nav-desktop__dark-slider {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #E6E8EB;
}
.header .nav-desktop__dark-slider::before {
  top: 0;
  bottom: 0;
  width: 27px;
  left: 2.5px;
  content: "";
  height: 26px;
  margin: auto 0;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: white url(../../file/image/sun.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFBA00;
}
.header .nav-mobile {
  display: none;
  width: 100%;
}
@media (max-width: 991px) {
  .header .nav-mobile {
    display: block;
    padding: 0.5rem;
  }
}
.header .nav-mobile__logo-left, .header .nav-mobile__logo-right {
  width: 100%;
  max-width: 110px;
}
@media (max-width: 360px) {
  .header .nav-mobile__logo-left, .header .nav-mobile__logo-right {
    width: 100%;
    max-width: 110px;
  }
}
.header .nav-mobile__logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 460px) {
  .header .nav-mobile__logos {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.header .nav-mobile__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav-mobile__pstn {
  display: flex;
  align-items: center;
}
.header .nav-mobile__relative {
  position: relative;
}
.header .nav-mobile__hr {
  width: 30px;
  /* max-width: 46px; */
  margin: 0.4rem 0;
  display: block;
  background-color: #000;
  color: #fff;
  height: 3px;
}
@media (max-width: 767px) {
  .header .nav-mobile__hr:first-child {
    margin: 0 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .header .nav-mobile__hr:last-child {
    margin: 0 0;
  }
}
.header .nav-mobile__checkbox {
  display: none;
}
.header .nav-mobile__checkbox:checked ~ .nav-mobile__background {
  transform: scale(100);
}
.header .nav-mobile__checkbox:checked ~ .nav-mobile__nav {
  transform: translateX(0);
  visibility: initial;
  opacity: 1;
}
.header .nav-mobile__button {
  position: fixed;
  top: 1.5rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #9E1E21;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 12;
  text-align: center;
}
.header .nav-mobile__background {
  position: fixed;
  top: 1.5rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background-image: radial-gradient(#4364FF, #62B6FF);
  z-index: 10;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.header .nav-mobile__nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 11;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-in, transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.header .nav-mobile__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  list-style: none;
}
.header .nav-mobile__item {
  margin: 1rem;
  counter-increment: list;
}
.header__mt {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .header__mt {
    margin-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header__mt {
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .mr-mobile {
    margin-right: 1rem;
  }
}

.footer {
  width: 100%;
  min-height: 365px;
  background-color: #414650;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 1600px) {
  .footer {
    min-height: 380px;
  }
}
@media (max-width: 1023px) {
  .footer {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 2rem 2rem 5.5rem;
  }
}
.footer__img {
  width: 100%;
  max-width: 150px;
  margin: 0 0 0 0.5rem;
  transition: all 0.5s linear;
}
.footer__img:hover {
  transform: scale(1.04);
}
@media (min-width: 1600px) {
  .footer__img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .footer__img {
    display: none;
  }
}
.footer__info {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .footer__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .footer__pstn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer__middle-title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0.4rem;
}
@media (min-width: 1600px) {
  .footer__middle-title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .footer__middle-title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 17px;
  }
}
.footer__info-group {
  margin: 0 3.3rem 0 0;
  min-width: 165px;
}
@media (min-width: 1600px) {
  .footer__info-group {
    min-width: 200px;
  }
}
@media (max-width: 1199px) {
  .footer__info-group {
    min-width: 120px;
    margin: 0 1rem;
  }
}
@media (max-width: 767px) {
  .footer__info-group {
    margin: 0 0 1rem;
  }
}
.footer__hr {
  width: 100%;
  max-width: 190px;
  height: 1.5px;
  background-color: #aea8a8;
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .footer__hr {
    background-color: transparent;
    margin-bottom: 0.3rem;
  }
}
.footer__middle-text {
  display: block;
  font-size: 12px;
  color: #fff;
  margin-bottom: 0.6rem;
  transition: all 0.5s;
}
@media (min-width: 1600px) {
  .footer__middle-text {
    font-size: 15px;
  }
}
.footer__middle-text:hover {
  color: #f55610;
}
@media (max-width: 767px) {
  .footer__middle-text {
    font-size: 14px;
  }
}
.footer__gray {
  width: 100%;
  height: 1.5px;
  background-color: #aea8a8;
  margin-top: 2rem;
}
@media (min-width: 1600px) {
  .footer__gray {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .footer__gray {
    display: none;
  }
}
.footer__btm {
  font-size: 12px;
  display: flex;
  color: #fff;
  justify-content: center;
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .footer__btm {
    padding: 0;
    flex-direction: column;
  }
}
.footer__btm-gcme {
  margin: 0 2rem;
  transition: all 0.5s;
}
@media (min-width: 1600px) {
  .footer__btm-gcme {
    font-size: 15px;
  }
}
.footer__btm-gcme:hover {
  color: #f55610;
}
@media (max-width: 767px) {
  .footer__btm-gcme {
    margin: 0 0 0.5rem;
  }
}
.footer__social {
  display: flex;
  align-items: center;
}
.footer__social-title {
  font-size: 14px;
  color: #fff;
  margin: 0.7rem 0 0.55rem 0.8rem;
}
@media (max-width: 767px) {
  .footer__social-title {
    margin: 0.2rem 0 0.2rem 0.8rem;
  }
}
.footer__social-icon {
  margin: 0 0.5rem;
  width: 20px;
}
.footer__social-icon:hover {
  box-shadow: rgba(0, 0, 0, 0.7) 0px 5px 15px;
}
@media (max-width: 1023px) {
  .footer__mobile {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .footer__mobile {
    order: 2;
    position: absolute;
    bottom: 20px;
    padding: 0;
    left: 31px;
    width: 100%;
    max-width: 300px;
  }
}

.footer-hg {
  min-height: 300px !important;
}
@media (min-width: 1600px) {
  .footer-hg {
    min-height: 300px !important;
  }
}
@media (max-width: 1023px) {
  .footer-hg {
    min-height: 485px !important;
  }
}

.kvk {
  position: fixed;
  bottom: 0;
  min-height: 50px;
  width: 100%;
  background-color: #414650;
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999999998;
}
@media (min-width: 1600px) {
  .kvk {
    padding: 0.7rem 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .kvk {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.kvk__info {
  font-size: 13px;
  color: #fff;
}
@media (max-width: 767px) {
  .kvk__info {
    text-align: center;
  }
}
.kvk__dn {
  display: none;
}
.kvk__btn {
  width: 100%;
  max-width: 100px;
  margin-left: 2rem;
  background-color: blue;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
  border-radius: 7px;
  cursor: pointer;
}
.kvk__btn:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .kvk__btn {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.banner {
  padding: 5em 0 4.5em 0;
}
@media (max-width: 1400px) {
  .banner {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .banner {
    font-size: 12px;
  }
}
.banner__subtitle {
  font-size: 2.15em;
  color: #9E1E21;
}
@media (max-width: 766px) {
  .banner__subtitle {
    text-align: center;
  }
}
.banner__date {
  font-size: 1.8em;
  color: #9E1E21;
}
@media (max-width: 766px) {
  .banner__date {
    text-align: center;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .speakers__title, .btn-banner, .btn-speaker-date, .webinar-info__title,
.time-by-city__title, .upcoming-events__title, .teaser__info__title, .schedule__title {
    font-weight: bold;
  }
  .banner__subtitle, .banner__title {
    font-weight: bold;
  }
}
.contact {
  height: calc(100vh - 100px);
  background-image: url(../../file/image/contact-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media (min-width: 1600px) {
  .contact {
    height: calc(100vh - 130px);
  }
}
@media (max-width: 768px) {
  .contact {
    height: calc(100vh - 500px);
  }
}
@media (max-width: 767px) {
  .contact {
    height: calc(100vh - 550px);
    background-size: cover;
  }
}
@media (max-width: 360px) {
  .contact {
    height: calc(100vh - 370px);
  }
}
.contact__blur {
  position: absolute;
  width: 440px;
  height: calc(100vh - 80px);
  left: 0;
  top: 0px;
  z-index: 9;
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(#f5f5f5)) 0% 0% no-repeat padding-box;
  background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 1600px) {
  .contact__blur {
    height: calc(100vh - 100px);
  }
}
@media (max-width: 768px) {
  .contact__blur {
    height: calc(100vh - 500px);
  }
}
@media (max-width: 767px) {
  .contact__blur {
    width: 100%;
    max-width: 400px;
  }
}
.contact__subtitle {
  background-color: rgba(217, 75, 13, 0.8784313725);
  color: #fff;
  width: auto;
  padding: 0.8rem 2rem 0.8rem 3rem;
  font-family: "LatoBold", sans-serif;
  font-size: 39px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  position: absolute;
  top: 15%;
  z-index: 98;
}
@media (min-width: 1600px) {
  .contact__subtitle {
    font-size: 45px;
  }
}
@media (min-width: 1800px) {
  .contact__subtitle {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .contact__subtitle {
    font-size: 25px;
  }
}
.contact__info {
  position: absolute;
  left: 3%;
  top: 45%;
  color: #000;
  font-size: 20px;
  z-index: 98;
}
@media (min-width: 1600px) {
  .contact__info {
    left: 3%;
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  .contact__info {
    transform: none;
    left: 6%;
  }
}
.contact__btm-text {
  color: #000;
  font-size: 20px;
  padding: 5rem 0;
}
@media (min-width: 1600px) {
  .contact__btm-text {
    padding: 7rem 0;
  }
}
.contact-form {
  background-color: #fff;
  padding: 8rem 0 6rem;
  position: relative;
}
@media (max-width: 991px) {
  .contact-form {
    padding: 3rem 0;
  }
}
.contact-form__card {
  width: 100%;
  padding: 2.5rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .contact-form__card {
    padding: 0.5rem;
  }
}
.contact-form__pstn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  box-shadow: 2px 10px 28px #DADCE0;
}
@media (min-width: 1600px) {
  .contact-form__pstn {
    max-width: 1000px;
  }
}
@media (max-width: 991px) {
  .contact-form__pstn {
    padding: 0 0 0 2rem;
  }
}
@media (max-width: 767px) {
  .contact-form__pstn {
    flex-direction: column;
    padding: 2rem 2rem 0;
  }
}
.contact-form__img {
  width: 100%;
  max-width: 370px;
  height: 330px;
}
@media (min-width: 1600px) {
  .contact-form__img {
    max-width: 430px;
    height: 355px;
  }
}
@media (max-width: 991px) {
  .contact-form__img {
    max-width: 323px;
  }
}
@media (max-width: 767px) {
  .contact-form__img {
    height: auto;
  }
}

.contact-form-card {
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  padding: 2rem 1rem;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contact-form-card {
    margin: 0rem 0 4rem 0;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 991px), (-ms-high-contrast: none) and (max-width: 991px) {
  .contact-form-card {
    margin: 5rem 0 2rem 0;
  }
}
.contact-form-card__title {
  font-size: 1.6em;
  font-family: "GraphieBold", sans-serif;
  text-align: center;
  color: #F88F25;
  margin-bottom: 1rem;
}
.contact-form-card__date {
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 0.5rem;
}
.contact-form-card__border {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  margin-bottom: 0.8rem;
}
.contact-form-card__inputs {
  width: 215px;
  height: 27px;
  background-color: #F5F8FA;
  border-radius: 7px;
  font-size: 1em;
  color: #666666;
  padding: 0 0 0 0.7rem;
  border: 1.1px solid #CBD6E2;
  appearance: auto;
  margin-bottom: 0.6rem;
}
.contact-form-card__inputs::-ms-expand {
  display: none;
}
@media (min-width: 1600px) {
  .contact-form-card__inputs {
    width: 235px;
  }
}
@media (max-width: 991px) {
  .contact-form-card__inputs {
    width: 100%;
  }
}
.contact-form-card__input {
  max-width: 155px;
  width: 100%;
  height: 33px;
  background-color: #F5F8FA;
  border-radius: 7px;
  font-size: 1em;
  color: #666666;
  padding: 0 0 0 2rem;
  border: 1.1px solid #CBD6E2;
  appearance: auto;
}
.contact-form-card__input::-ms-expand {
  display: none;
}
@media (min-width: 1600px) {
  .contact-form-card__input {
    max-width: 170px;
  }
}
@media (max-width: 1199px) {
  .contact-form-card__input {
    max-width: 98px;
  }
}
@media (max-width: 991px) {
  .contact-form-card__input {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .contact-form-card__input {
    padding: 0;
  }
}
.contact-form-card__label {
  font-size: 14px;
  margin-bottom: 0.2rem;
  color: #33475B;
}
.contact-form-card__pstn {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contact-form-card__pstn {
    flex-direction: column;
  }
}
.contact-form-card__lang {
  background-image: url(./file/image/en-flag.png);
}
.contact-form-card__textarea {
  width: 100%;
  min-height: 162px !important;
  padding: 12px 12px;
  border-radius: 7px;
  font-size: 1em;
  color: #666666;
  background-color: #F5F5F5;
  resize: vertical;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contact-form-card select {
    padding-left: 1.8rem;
  }
}
@-moz-document url-prefix() {
  .contact-form-card select {
    padding-left: 0rem;
    text-indent: 14px;
  }
}
@supports (-webkit-touch-callout: none) {
  .contact-form-card select {
    padding-left: 0rem;
    text-indent: 32px;
  }
}
.contact-form-card__icon {
  position: absolute;
  top: 7px;
  left: 7.5px;
  color: #999999;
  width: 20px;
}
.contact-form-card__checkboxs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-form-card__text {
  font-size: 13px;
  color: #666666;
  margin-left: 1.5rem;
  display: block;
}
.contact-form-card__text a {
  color: #2BC6FF;
}
.contact-form-card__text a:hover {
  color: #2BC6FF;
  text-decoration: underline;
}
.contact-form-card__description {
  font-size: 10px;
  color: #666666;
  margin-bottom: 1rem;
}

.contact-address__pstn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -16%;
  left: 50%;
  transform: translate(-50%);
  z-index: 998;
}
@media (min-width: 1600px) {
  .contact-address__pstn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .contact-address__pstn {
    flex-wrap: wrap;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.contact-address__box {
  background-color: #fff;
  border-radius: 15px;
  padding: 1rem 1.7rem;
  width: 100%;
  max-width: 300px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 1.7rem;
  min-width: 260px;
  min-height: 148px;
  transition: all 0.5s;
}
@media (min-width: 1600px) {
  .contact-address__box {
    max-width: 300px;
  }
}
.contact-address__box:hover {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .contact-address__box {
    max-width: 270px;
    margin-bottom: 2rem;
  }
}
.contact-address__icon {
  margin-bottom: 0.7rem;
  width: 37px;
}
.contact-address__title {
  font-family: "LatoBold", sans-serif;
  font-size: 17px;
  margin-bottom: 0.7rem;
}
.contact-address__info {
  font-size: 13px;
}

.iframe__embed {
  width: 100%;
}
@media (min-width: 1600px) {
  .iframe__embed {
    height: 600px;
  }
}

.main {
  position: relative;
}

.our-products {
  padding: 4rem 0;
  background-color: #fff;
}
@media (min-width: 1600px) {
  .our-products {
    padding: 5rem 0 7rem;
  }
}
@media (max-width: 767px) {
  .our-products {
    padding: 3rem 0;
  }
}
.our-products__title {
  color: #000;
  font-family: sans-serif;
  font-family: "LatoBold", sans-serif;
  font-size: 30px;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media (min-width: 1400px) {
  .our-products__title {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1600px) {
  .our-products__title {
    font-size: 40px;
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .our-products__title {
    padding: 0 0 0 5rem;
  }
}
@media (max-width: 767px) {
  .our-products__title {
    padding: 0 0 0 1rem;
    font-size: 25px;
  }
}
.our-products__pstn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .our-products__pstn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: scroll;
    flex-wrap: nowrap;
  }
}
.our-products__box {
  width: 100%;
  max-width: 246px;
  background-color: #fff;
  margin: 0 1rem;
  transition: all 0.4s linear;
  border-radius: 25px;
}
@media (min-width: 1400px) {
  .our-products__box {
    max-width: 255px;
    margin: 0px 2rem;
  }
}
@media (min-width: 1600px) {
  .our-products__box {
    max-width: 260px;
    margin: 0px 2rem;
  }
}
@media (max-width: 1199px) {
  .our-products__box {
    margin: 0 1rem 1rem;
  }
}
@media (max-width: 767px) {
  .our-products__box {
    min-width: 200px;
  }
}
.our-products__box:hover .our-products__subtitle {
  color: #d94b0d;
}
.our-products__img {
  border-radius: 25px;
  width: 100%;
  transition: all 0.4s linear;
  box-shadow: transparent;
}
.our-products__img:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: scale(1.04);
  filter: brightness(1.25);
}
.our-products__subtitle {
  color: #000;
  font-size: 20px;
  font-family: sans-serif;
  margin-top: 1.4rem;
  font-family: "LatoBold", sans-serif;
  display: flex;
}
@media (min-width: 1600px) {
  .our-products__subtitle {
    font-size: 25px;
  }
}

.sales {
  padding: 5rem 0 10.5rem;
  background-color: #fff;
}
@media (min-width: 1600px) {
  .sales {
    padding: 7rem 0 12.5rem;
  }
}
@media (max-width: 767px) {
  .sales {
    padding: 5rem 0 0rem;
  }
}
.sales__pstn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sales__pstn {
    flex-direction: column;
  }
}
.sales__map {
  width: 100%;
  max-width: 500px;
  margin: 2rem auto 0;
}
.sales__box {
  width: 100%;
  max-width: 520px;
  background-color: #E6E8EB;
  border-radius: 35px;
  margin: 0 1rem;
  padding: 2.5rem 2.2rem;
  min-height: 500px;
  background-color: #E6E8EB;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
@media (min-width: 1600px) {
  .sales__box {
    margin: 0 1.7rem;
    min-height: 550px;
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .sales__box {
    min-height: 435px;
  }
}
@media (max-width: 767px) {
  .sales__box {
    max-width: 360px;
    margin: 0 auto 3rem;
    min-height: 400px;
  }
}
.sales__box:hover {
  transform: scale(0.97);
}
.sales__bg {
  background-image: url(../../file/image/timeline.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sales__title {
  color: #000;
  font-family: sans-serif;
  font-family: "LatoBold", sans-serif;
  margin-bottom: 1.5rem;
  font-size: 30px;
  transition: all 0.5s;
}
@media (min-width: 1600px) {
  .sales__title {
    font-size: 37px;
  }
}
@media (max-width: 767px) {
  .sales__title {
    font-size: 25px;
  }
}
.sales__info {
  color: #000;
  margin-bottom: 1.5rem;
}
@media (min-width: 1600px) {
  .sales__info {
    font-size: 18px;
  }
}
.sales__btn {
  background-color: #F55610;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  padding: 0.4rem;
  border-radius: 8px;
  font-family: sans-serif;
  font-family: "LatoBold", sans-serif;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
}
.sales__btn:hover {
  background-color: rgb(199, 67, 9);
  color: #fff;
}
@media (min-width: 1600px) {
  .sales__btn {
    max-width: 230px;
    font-size: 17px;
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .sales__btn {
    max-width: inherit;
  }
}

.support {
  width: 100%;
  max-width: 1000px;
  background-color: #F55610;
  border-radius: 25px;
  padding: 2.5rem 4rem 2.5rem;
  margin: 0 auto;
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: all 0.4s linear;
}
.support:hover .support__box-img {
  transform: translateY(-8px);
}
@media (min-width: 1600px) {
  .support {
    max-width: 1260px;
    padding: 3rem 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .support {
    background-color: transparent;
    padding: 2rem 1rem 0;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    bottom: auto;
  }
}
.support__pstn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .support__pstn {
    flex-direction: column;
  }
}
.support__box {
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .support__box {
    background-color: #F55610;
    padding: 1.2rem 0.5rem;
    border-radius: 15px;
    margin-bottom: 4rem;
  }
}
.support__box-img {
  width: 50px;
  margin-right: 0.4rem;
  transition: all 0.4s linear;
}
.support__box-img:hover {
  transform: translateY(0px) !important;
}
@media (min-width: 1600px) {
  .support__box-img {
    width: 65px;
    margin-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .support__box-img {
    margin-right: 1rem;
  }
}
.support__box-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.support__box-title {
  color: #fff;
  font-size: 24px;
  font-family: sans-serif;
  font-family: "LatoBold", sans-serif;
}
@media (min-width: 1600px) {
  .support__box-title {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .support__box-title {
    font-size: 16px;
  }
}
.support__box-btn {
  background-color: #fff;
  width: 100%;
  max-width: 200px;
  border-radius: 8px;
  color: #F55610;
  font-family: sans-serif;
  font-family: "LatoBold", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
  margin-top: 0.8rem;
  cursor: pointer;
}
@media (min-width: 1600px) {
  .support__box-btn {
    max-width: 230px;
    font-size: 19px;
  }
}
.support__box-btn:hover {
  animation: nopeY 1.5s linear;
  color: #F55610;
  background-color: #d5d0d0;
}

.news {
  background-color: #E6E8EB;
}
.news__group {
  width: 100%;
  max-width: 1200px;
  background-color: #E6E8EB;
  padding: 2rem 1.5rem;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1600px) {
  .news__group {
    max-width: 1380px;
    padding: 2rem 1.5rem 3rem;
  }
}
.news__flex {
  display: flex;
  align-items: center;
}
.news__title {
  color: #000;
  font-family: "LatoBold", sans-serif;
  font-size: 30px;
  margin-bottom: 1.6rem;
  font-weight: 700;
  padding: 0 1.5rem;
}
@media (min-width: 1600px) {
  .news__title {
    font-size: 40px;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .news__title {
    font-size: 25px;
  }
}
.news__pstn {
  display: flex;
  align-items: flex-start;
  width: 1050px;
}
.news__scroll {
  width: 100%;
  height: auto;
  overflow: scroll;
  outline: none;
}
.news__box {
  width: 234px;
  margin: 0 1.5rem;
  background-color: #fff;
  border: 0.5px solid rgba(65, 70, 80, 0.4274509804);
  border-radius: 17px;
  transition: all 0.5s;
}
@media (min-width: 1600px) {
  .news__box {
    width: 260px;
  }
}
.news__box:hover .news__img {
  filter: brightness(1.18);
  box-shadow: rgba(0, 0, 0, 0.087) 0px 5px 15px;
}
.news__img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: all 0.5s;
  height: 230px;
}
@media (min-width: 1600px) {
  .news__img {
    height: 240px;
  }
}
.news__info {
  color: #000;
  font-size: 13px;
  margin-top: 0.6rem;
  margin-bottom: 0.5rem;
  padding: 0.3rem;
  line-height: 1.2;
  min-height: 43px;
  text-align: center;
  border-radius: 5px;
}
@media (min-width: 1600px) {
  .news__info {
    font-size: 14.5px;
  }
}
.news__btn {
  background-color: #F55610;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  padding: 0.45rem;
  color: #fff;
  font-family: sans-serif;
  font-family: "LatoBold", sans-serif;
  cursor: pointer;
  border-radius: 8px;
  margin: 0 auto 1rem;
}
.news__btn:hover {
  animation: nopeY 1.5s linear;
  color: #fff;
  background-color: rgb(199, 67, 9);
}
.wp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  right: 1%;
  z-index: 999998;
  width: 100%;
  max-width: 65px;
  border-radius: 10px;
  background-color: #fff;
  padding: 0.4rem 0.4rem 0.2rem;
  cursor: pointer;
  bottom: 5%;
}
.wp__icon {
  width: 100%;
  max-width: 35px;
}
.wp__info {
  color: #60D66A;
  font-size: 11.5px;
  margin-top: 0.2rem;
}

.mission {
  height: calc(100vh - 80px);
  background-image: url(../../file/image/mission-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1600px) {
  .mission {
    height: calc(100vh - 100px);
  }
}
@media (min-width: 1800px) {
  .mission {
    height: calc(100vh - 100px);
  }
}
@media (max-width: 768px) {
  .mission {
    height: calc(100vh - 500px);
  }
}
@media (max-width: 767px) {
  .mission {
    height: calc(100vh - 400px);
  }
}
.mission__blur {
  position: absolute;
  width: 440px;
  height: calc(100vh - 80px);
  left: 0;
  top: 0px;
  z-index: 9;
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(#f5f5f5)) 0% 0% no-repeat padding-box;
  background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 1600px) {
  .mission__blur {
    height: calc(100vh - 100px);
  }
}
@media (max-width: 768px) {
  .mission__blur {
    height: calc(100vh - 500px);
  }
}
@media (max-width: 767px) {
  .mission__blur {
    width: 100%;
    max-width: 400px;
  }
}
.mission__subtitle {
  background-color: rgba(217, 75, 13, 0.8784313725);
  color: #fff;
  width: auto;
  padding: 0.8rem 2rem 0.8rem 3rem;
  font-family: "LatoBold", sans-serif;
  font-size: 39px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  position: absolute;
  top: 15%;
  z-index: 98;
}
@media (min-width: 1600px) {
  .mission__subtitle {
    font-size: 45px;
  }
}
@media (min-width: 1800px) {
  .mission__subtitle {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .mission__subtitle {
    font-size: 25px;
  }
}
.mission__info {
  position: absolute;
  left: 3%;
  top: 45%;
  color: #000;
  font-size: 20px;
  z-index: 98;
}
@media (min-width: 1600px) {
  .mission__info {
    left: 3%;
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  .mission__info {
    transform: none;
    left: 6%;
  }
}
.mission__btm-text {
  color: #000;
  font-size: 20px;
  padding: 5rem 0;
}
@media (min-width: 1600px) {
  .mission__btm-text {
    padding: 7rem 0;
  }
}

.about {
  position: relative;
}
.about__info {
  position: absolute;
  left: 18%;
  top: 45%;
  transform: translateX(-50%);
  color: #000;
  font-size: 20px;
  z-index: 98;
  animation: movement 0.8s linear 0.5s;
}
@media (min-width: 1600px) {
  .about__info {
    left: 16%;
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .about__info {
    transform: none;
    left: 6%;
    animation: none;
  }
}
@media (max-width: 767px) {
  .about__info {
    font-size: 12px;
    left: 3%;
  }
}
.about__subtitle {
  background-color: rgba(217, 75, 13, 0.8784313725);
  color: #fff;
  width: auto;
  padding: 0.8rem 2rem 0.8rem 3rem;
  font-family: "LatoBold", sans-serif;
  font-size: 39px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  position: absolute;
  top: 15%;
  right: 0;
  z-index: 988 !important;
  animation: tableShow 1.2s linear 0.5s;
}
@media (min-width: 1600px) {
  .about__subtitle {
    font-size: 45px;
  }
}
@media (min-width: 1800px) {
  .about__subtitle {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .about__subtitle {
    animation: none;
  }
}
@media (max-width: 767px) {
  .about__subtitle {
    font-size: 20px;
  }
}
.about__video {
  width: 100%;
}
.about__video-player {
  width: 100%;
  max-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.2rem;
}
.about__video-bg {
  position: absolute;
  top: 48%;
  transform: translate(-50% -50%);
  left: 50%;
  background-color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__blur {
  position: absolute;
  width: 440px;
  height: -webkit-fill-available;
  left: 0;
  top: 0px;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(#f5f5f5)) 0% 0% no-repeat padding-box;
  background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 1600px) {
  .about__blur {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .about__blur {
    height: -webkit-fill-available;
  }
}
@media (max-width: 767px) {
  .about__blur {
    width: 100%;
    max-width: 200px;
  }
}
.about__btm-text {
  color: #000;
  font-size: 16px;
  padding: 5rem 0;
  z-index: 9999999999998;
}
@media (min-width: 1600px) {
  .about__btm-text {
    padding: 7rem 0;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about__btm-text {
    padding: 4rem 0.5rem 4rem;
  }
}
.about__embed {
  width: 100%;
  height: 500px;
}
@media (min-width: 1600px) {
  .about__embed {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .about__embed {
    width: 80%;
    height: 200px;
    margin: 10%;
  }
}

.about-mobile {
  height: calc(100vh - 80px);
  background-image: url(../../file/image/mission-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: none;
}
@media (min-width: 1600px) {
  .about-mobile {
    height: calc(100vh - 100px);
  }
}
@media (min-width: 1800px) {
  .about-mobile {
    height: calc(100vh - 100px);
  }
}
@media (max-width: 768px) {
  .about-mobile {
    height: calc(100vh - 500px);
  }
}
@media (max-width: 767px) {
  .about-mobile {
    height: calc(100vh - 400px);
  }
}
.about-mobile__blur {
  position: absolute;
  width: 440px;
  height: calc(100vh - 80px);
  left: 0;
  top: 0px;
  z-index: 9;
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(#f5f5f5)) 0% 0% no-repeat padding-box;
  background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 1600px) {
  .about-mobile__blur {
    height: calc(100vh - 100px);
  }
}
@media (max-width: 768px) {
  .about-mobile__blur {
    height: calc(100vh - 500px);
  }
}
@media (max-width: 767px) {
  .about-mobile__blur {
    width: 100%;
    max-width: 400px;
  }
}
.about-mobile__subtitle {
  background-color: rgba(217, 75, 13, 0.8784313725);
  color: #fff;
  width: auto;
  padding: 0.8rem 2rem 0.8rem 3rem;
  font-family: "LatoBold", sans-serif;
  font-size: 39px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  position: absolute;
  top: 10%;
  z-index: 98;
}
@media (min-width: 1600px) {
  .about-mobile__subtitle {
    font-size: 45px;
  }
}
@media (min-width: 1800px) {
  .about-mobile__subtitle {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .about-mobile__subtitle {
    font-size: 25px;
    top: 3%;
  }
}
.about-mobile__info {
  position: absolute;
  left: 3%;
  top: 45%;
  color: #000;
  font-size: 20px;
  z-index: 98;
}
@media (min-width: 1600px) {
  .about-mobile__info {
    left: 3%;
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  .about-mobile__info {
    transform: none;
    left: 6%;
  }
}
@media (max-width: 767px) {
  .about-mobile__info {
    top: 9%;
  }
}
.about-mobile__btm-text {
  color: #000;
  font-size: 20px;
  padding: 5rem 0;
}
@media (min-width: 1600px) {
  .about-mobile__btm-text {
    padding: 7rem 0;
  }
}

.products-end {
  padding: 2rem 0;
}
.products-end__pstn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 1600px) {
  .products-end__pstn {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .products-end__pstn {
    flex-direction: column;
    align-items: center;
  }
}
.products-end__arrow {
  width: 35px;
}
@media (min-width: 1600px) {
  .products-end__arrow {
    width: 45px;
  }
}
.products-end__slide {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .products-end__slide {
    justify-content: center;
  }
}
.products-end__arrow-left {
  width: 100%;
  max-width: 35px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -23px;
}
@media (min-width: 1600px) {
  .products-end__arrow-left {
    min-width: 40px;
  }
}
.products-end__arrow-right {
  width: 100%;
  max-width: 35px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 1600px) {
  .products-end__arrow-right {
    min-width: 40px;
  }
}
.products-end__img {
  width: 100%;
  max-width: 290px;
  margin: 0 0 0 0;
  border-radius: 24px;
}
@media (min-width: 1600px) {
  .products-end__img {
    min-width: 430px;
    margin: 0px 4.5rem 0 7rem;
  }
}
@media (max-width: 767px) {
  .products-end__img {
    max-width: 220px;
  }
}
.products-end__box {
  margin-left: 3rem;
}
@media (min-width: 1600px) {
  .products-end__box {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .products-end__box {
    margin-left: 1rem;
  }
}
.products-end__title {
  font-family: "LatoBold", sans-serif;
  font-size: 21px;
  margin-bottom: 1rem;
}
@media (min-width: 1600px) {
  .products-end__title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .products-end__title {
    margin-top: 2rem;
  }
}
.products-end__mat {
  font-size: 14px;
  list-style: disc;
}
@media (min-width: 1600px) {
  .products-end__mat {
    font-size: 18.3px;
  }
}
.products-end__mat::marker {
  margin: 0;
}
.products-end__btm {
  background-color: #2B2E34;
  width: 100%;
  padding: 0.6rem 0.2rem 0.6rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
@media (min-width: 1600px) {
  .products-end__btm {
    padding: 0.7rem 0.5rem;
  }
}
.products-end__logo {
  width: 100%;
  max-width: 150px;
}
@media (min-width: 1600px) {
  .products-end__logo {
    max-width: 195px;
  }
}
.products-end__icon {
  width: 100%;
  max-width: 29px;
  margin-right: 0.2rem;
  animation: moveRigtMobile 0.7s linear;
}
@media (min-width: 1600px) {
  .products-end__icon {
    animation: moveRigt 0.7s linear;
  }
}
@media (max-width: 767px) {
  .products-end__icon {
    animation: none;
  }
}
@media (min-width: 1600px) {
  .products-end__icon {
    min-width: 34px;
  }
}
.products-end__icon-hide {
  display: none;
}
.products-end__weight {
  width: 100%;
  max-width: 35px;
  z-index: 2;
  position: relative;
}
@media (min-width: 1600px) {
  .products-end__weight {
    min-width: 38px;
  }
}

.products-agenda {
  padding: 0 0 2rem;
}
.products-agenda__border {
  width: 100%;
  max-width: 900px;
  border: 1px solid #51575E;
  border-radius: 20px;
  padding: 1.5rem 3rem;
  margin: 1rem auto 0;
}
@media (min-width: 1600px) {
  .products-agenda__border {
    max-width: 1290px;
    padding: 1.5rem 4rem;
  }
}
@media (max-width: 767px) {
  .products-agenda__border {
    padding: 1.5rem 1rem;
  }
}
.products-agenda__btns {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .products-agenda__btns {
    flex-direction: column;
  }
}
.products-agenda__btn {
  background-color: #E6E8EB;
  color: #2B2E34;
  font-size: 16px;
  width: auto;
  padding: 0.3rem 1rem;
  margin-right: 1rem;
  font-family: "LatoBold", sans-serif;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.4s linear;
}
@media (max-width: 767px) {
  .products-agenda__btn {
    margin: 0 auto 1rem;
  }
}
.products-agenda__btn-active {
  color: #fff;
  background-color: #E9500E;
}
.products-agenda__btn:hover {
  transform: scale(1.05);
}
.products-agenda__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 1.3rem;
}
.products-agenda__title {
  font-family: "LatoBold", sans-serif;
  font-size: 17px;
}
@media (min-width: 1600px) {
  .products-agenda__title {
    font-size: 18px;
  }
}
.products-agenda__colors {
  display: flex;
  align-items: center;
}
.products-agenda__option {
  font-family: "LatoBold", sans-serif;
  font-size: 15px;
}
@media (min-width: 1600px) {
  .products-agenda__option {
    font-size: 16px;
  }
}
.products-agenda__color {
  width: 100%;
  max-width: 55px;
  margin-left: 0.4rem;
  cursor: pointer;
}
@media (min-width: 1600px) {
  .products-agenda__color {
    max-width: 59px;
  }
}

.agenda {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .agenda {
    max-width: 1200px;
  }
}
.agenda__img {
  width: 100%;
  max-width: 900px;
}
@media (min-width: 1600px) {
  .agenda__img {
    max-width: 1200px;
  }
}
.agenda__group-none {
  display: none;
}
@media (max-width: 767px) {
  .agenda__group {
    width: 800px;
  }
}
@media (max-width: 767px) {
  .agenda__scroll {
    overflow-x: scroll;
    width: 100%;
    max-width: 800px;
  }
}
.agenda__snd {
  width: auto;
}
@media (max-width: 767px) {
  .agenda__mbl {
    width: 800px;
  }
}
.agenda__technical {
  width: 100%;
  margin-top: 4rem;
}
.agenda__hr {
  width: 100%;
  height: 0.7px;
  background-color: #fff;
  margin: 0.4rem 0;
}
.agenda__pdf {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.agenda__pdf-icon {
  width: 85px;
  margin-right: 1rem;
}
.agenda__pdf-subtitle {
  margin-bottom: 1rem;
}
.agenda__pdf-btn {
  color: #E9500E;
  border: 1.3px solid #E9500E;
  padding: 0.3rem;
  width: 100%;
  border-radius: 5px;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "LatoBold", sans-serif;
  transition: all 0.4s linear;
}
.agenda__pdf-btn:hover {
  background-color: #E9500E;
  color: #fff;
}
.agenda__bg-gray {
  background-color: #E6E8EB;
}
.agenda__row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.agenda__col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #51575E;
  text-align: center;
  min-height: 70px;
  font-family: "LatoBold", sans-serif;
}
.agenda__col:first-of-type {
  width: 200px;
  color: #fff;
  font-size: 14px;
  border-right: 1px solid #fff;
}
@media (min-width: 1600px) {
  .agenda__col:first-of-type {
    min-width: 258px;
    font-size: 15px;
  }
}
.agenda__col:nth-of-type(2) {
  width: 200px;
  color: #fff;
  font-size: 14px;
  border-right: 1px solid #fff;
}
@media (min-width: 1600px) {
  .agenda__col:nth-of-type(2) {
    min-width: 258px;
    font-size: 15px;
  }
}
.agenda__col:nth-of-type(3) {
  width: 100px;
  color: #fff;
  font-size: 14px;
  border-right: 1px solid #fff;
}
@media (min-width: 1600px) {
  .agenda__col:nth-of-type(3) {
    min-width: 129px;
    font-size: 15px;
  }
}
.agenda__col:nth-of-type(4) {
  width: 100px;
  color: #fff;
  font-size: 14px;
  border-right: 1px solid #fff;
}
@media (min-width: 1600px) {
  .agenda__col:nth-of-type(4) {
    min-width: 129px;
    font-size: 15px;
  }
}
.agenda__col:nth-of-type(5) {
  width: 100px;
  color: #fff;
  font-size: 14px;
  border-right: 1px solid #fff;
}
@media (min-width: 1600px) {
  .agenda__col:nth-of-type(5) {
    min-width: 129px;
    font-size: 15px;
  }
}
.agenda__col:nth-of-type(6) {
  width: 200px;
  color: #fff;
  font-size: 14px;
}
@media (min-width: 1600px) {
  .agenda__col:nth-of-type(6) {
    min-width: 258px;
    font-size: 15px;
  }
}
.agenda__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.agenda__flex span {
  width: 50%;
}
.agenda__body-row {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "LatoBold", sans-serif;
}
.agenda__body-col:first-of-type {
  width: 100px;
  color: #000;
  font-size: 13px;
  border-right: 1px solid #fff;
  padding: 0.5rem 0;
}
@media (min-width: 1600px) {
  .agenda__body-col:first-of-type {
    min-width: 129px;
    font-size: 14px;
  }
}
.agenda__body-col:nth-of-type(2) {
  width: 100px;
  color: #000;
  font-size: 13px;
  border-right: 1px solid #fff;
  padding: 0.5rem 0;
}
@media (min-width: 1600px) {
  .agenda__body-col:nth-of-type(2) {
    min-width: 129px;
    font-size: 14px;
  }
}
.agenda__body-col:nth-of-type(3) {
  width: 200px;
  color: #000;
  font-size: 13px;
  border-right: 1px solid #fff;
  padding: 0.5rem 0;
}
@media (min-width: 1600px) {
  .agenda__body-col:nth-of-type(3) {
    min-width: 258px;
    font-size: 14px;
  }
}
.agenda__body-col:nth-of-type(4) {
  width: 100px;
  color: #000;
  font-size: 13px;
  border-right: 1px solid #fff;
  padding: 0.5rem 0;
}
@media (min-width: 1600px) {
  .agenda__body-col:nth-of-type(4) {
    min-width: 129px;
    font-size: 14px;
  }
}
.agenda__body-col:nth-of-type(5) {
  width: 100px;
  color: #000;
  font-size: 13px;
  border-right: 1px solid #fff;
  padding: 0.5rem 0;
}
@media (min-width: 1600px) {
  .agenda__body-col:nth-of-type(5) {
    min-width: 129px;
    font-size: 14px;
  }
}
.agenda__body-col:nth-of-type(6) {
  width: 100px;
  color: #000;
  font-size: 13px;
  border-right: 1px solid #fff;
  padding: 0.5rem 0;
}
@media (min-width: 1600px) {
  .agenda__body-col:nth-of-type(6) {
    min-width: 129px;
    font-size: 14px;
  }
}
.agenda__body-col:nth-of-type(7) {
  width: 100px;
  color: #000;
  font-size: 13px;
  border-right: 1px solid #fff;
  padding: 0.5rem 0;
}
@media (min-width: 1600px) {
  .agenda__body-col:nth-of-type(7) {
    min-width: 129px;
    font-size: 14px;
  }
}
.agenda__body-col:nth-of-type(8) {
  width: 100px;
  color: #000;
  font-size: 13px;
  padding: 0.5rem 0;
}
@media (min-width: 1600px) {
  .agenda__body-col:nth-of-type(8) {
    min-width: 129px;
    font-size: 14px;
  }
}
.agenda__btm {
  display: flex;
  align-items: center;
}
.agenda__btm-img {
  width: 100%;
  max-width: 200px;
}

.products-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .products-group {
    overflow: scroll;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.products-group__box {
  position: relative;
  width: 100%;
  max-width: 153px;
  margin-right: 2rem;
  cursor: pointer;
  padding-bottom: 0.5rem;
}
@media (min-width: 1600px) {
  .products-group__box {
    min-width: 218px;
    margin-right: 3rem;
  }
}
@media (max-width: 767px) {
  .products-group__box {
    min-width: 150px;
  }
}
.products-group__box:last-child {
  margin-right: 0;
}
.products-group__box-active {
  border-bottom: 2px solid #E9500E;
}
.products-group__img {
  width: 100%;
}
.products-group__title {
  position: absolute;
  bottom: 8px;
  left: 5px;
  font-family: "LatoBold", sans-serif;
  font-size: 14px;
}
@media (max-width: 991px) {
  .products-group__title {
    font-size: 10.5px;
  }
}
@media (max-width: 767px) {
  .products-group__title {
    font-size: 12px;
  }
}

.products-img {
  overflow-x: scroll;
  width: 100%;
  max-width: 326px;
  height: auto;
  overflow: auto;
  outline: none;
  overflow-y: hidden;
  -ms-overflow-style: scroll;
  scrollbar-width: none;
  position: relative;
  margin: 0 auto;
}
.products-img::-webkit-scrollbar {
  display: none;
}
.products-img__group {
  display: flex;
  align-items: center;
}
.products-img__extend {
  width: 100%;
  max-width: 370px;
  position: relative;
}
.products-img__src {
  width: 100%;
  max-width: 289px;
  margin: 0 2rem 0 0.5rem;
}
@media (min-width: 1600px) {
  .products-img__src {
    min-width: 390px;
    margin: 0 2.3rem;
  }
}
@media (max-width: 767px) {
  .products-img__src {
    max-width: 220px;
  }
}

.form-pages {
  background-image: url("../../file/image/bg-form.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5em 0 4.5em 0;
  display: block;
  min-height: calc(100vh - 200px);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-pages {
    padding: 3em 0 4.5em 0;
  }
}

.products {
  padding: 5rem 0;
  background-color: #fff;
}
@media (min-width: 1600px) {
  .products {
    padding: 5rem 0 5rem;
  }
}
.products__title {
  color: #000;
  font-family: sans-serif;
  font-family: "LatoBold", sans-serif;
  font-size: 30px;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media (min-width: 1400px) {
  .products__title {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1600px) {
  .products__title {
    font-size: 40px;
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .products__title {
    padding: 0 0 0 5rem;
  }
}
@media (max-width: 767px) {
  .products__title {
    padding: 0 0 0 1rem;
  }
}
.products__pstn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .products__pstn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.products__box {
  width: 100%;
  max-width: 246px;
  background-color: #fff;
  margin: 0 1rem;
  transition: all 0.4s linear;
}
@media (min-width: 1400px) {
  .products__box {
    max-width: 255px;
    margin: 0px 2rem;
  }
}
@media (min-width: 1600px) {
  .products__box {
    max-width: 260px;
    margin: 0px 2rem;
  }
}
@media (max-width: 1199px) {
  .products__box {
    margin: 0 1rem 1rem;
  }
}
@media (max-width: 767px) {
  .products__box {
    min-width: 200px;
  }
}
.products__box:hover .products__subtitle {
  color: #d94b0d;
}
.products__img {
  box-shadow: transparent;
  border-radius: 25px;
  width: 100%;
  transition: all 0.4s linear;
}
.products__img:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: scale(1.04);
  filter: brightness(1.2);
}
.products__subtitle {
  color: #000;
  font-size: 20px;
  font-family: sans-serif;
  margin-top: 1.4rem;
  font-family: "LatoBold", sans-serif;
  display: flex;
}
.products__subtitle:hover {
  color: #d94b0d;
}
@media (min-width: 1600px) {
  .products__subtitle {
    font-size: 20.5px;
  }
}

.links {
  background-color: #E9500E;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7em;
}
.links__title {
  color: #fff;
  font-family: "LatoBold", sans-serif;
  font-size: 17px;
  transition: all 0.4s;
}
.links__title:hover {
  color: #000;
}
@media (max-width: 767px) {
  .links__title {
    font-size: 15px;
  }
}
.links__title-end {
  color: #fff;
  font-family: "LatoBold", sans-serif;
  font-size: 17px;
  transition: all 0.4s;
}
.links__title-end:hover {
  color: #000;
}
@media (max-width: 767px) {
  .links__title-end {
    font-size: 10px;
  }
}
.links__arrow {
  margin: 0 1rem;
  width: 20px;
}
@media (max-width: 767px) {
  .links__arrow {
    margin: 0 0.5rem;
  }
}

.products-in {
  padding: 4rem 0;
  background-color: #fff;
}
@media (min-width: 1600px) {
  .products-in {
    padding: 5rem 0 2.5rem;
  }
}
.products-in__title {
  color: #000;
  font-family: sans-serif;
  font-family: "LatoBold", sans-serif;
  font-size: 30px;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media (min-width: 1400px) {
  .products-in__title {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1600px) {
  .products-in__title {
    font-size: 40px;
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .products-in__title {
    padding: 0 0 0 5rem;
  }
}
@media (max-width: 767px) {
  .products-in__title {
    padding: 0 0 0 1rem;
  }
}
.products-in__pstn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .products-in__pstn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.products-in__box {
  width: 100%;
  max-width: 220px;
  background-color: #fff;
  margin: 0 1.4rem;
  transition: all 0.4s linear;
}
@media (min-width: 1400px) {
  .products-in__box {
    max-width: 230px;
    margin: 0px 2rem;
  }
}
@media (min-width: 1600px) {
  .products-in__box {
    max-width: 240px;
    margin: 0px 2rem;
  }
}
@media (max-width: 1199px) {
  .products-in__box {
    margin: 0 1rem 1rem;
  }
}
@media (max-width: 767px) {
  .products-in__box {
    min-width: 200px;
  }
}
.products-in__box:hover .products-in__subtitle {
  color: #d94b0d;
}
.products-in__img {
  border-radius: 25px;
  width: 100%;
  transition: all 0.4s linear;
  box-shadow: transparent;
}
.products-in__img:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: scale(1.04);
  filter: brightness(1.25);
}
.products-in__subtitle {
  color: #000;
  font-size: 16px;
  font-family: sans-serif;
  margin-top: 1.4rem;
  font-family: "LatoBold", sans-serif;
  display: flex;
}
.products-in__subtitle:hover {
  color: #d94b0d;
}
@media (min-width: 1600px) {
  .products-in__subtitle {
    font-size: 18px;
  }
}

.sales-page {
  padding: 3rem 0;
}
.sales-page__img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 2rem;
  display: table;
}
@media (min-width: 1600px) {
  .sales-page__img {
    max-width: 900px;
  }
}
@media (max-width: 1023px) {
  .sales-page__scroll {
    overflow: scroll;
    width: 100%;
    max-width: 1000px;
  }
}
.sales-page__mt {
  margin-top: 2rem;
}
.sales-page__region-btns {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .sales-page__region-btns {
    flex-wrap: wrap;
  }
}
.sales-page__region-btn {
  color: #fff;
  background-color: #C90D0D;
  font-family: "LatoBold", sans-serif;
  width: auto;
  padding: 0.5rem 0.7rem;
  font-size: 20px;
  margin: 0 0.5rem;
  display: table;
  cursor: pointer;
  transition: all 0.4s;
  min-width: 90px;
  text-align: center;
}
.sales-page__region-btn:hover {
  color: #fff;
  transform: scale(1.06);
}
@media (max-width: 991px) {
  .sales-page__region-btn {
    margin: 0 0.5rem 1rem;
  }
}
.sales-page__region-group {
  margin-bottom: 1rem;
}
.sales-page__region-info {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .sales-page__region-info {
    width: 925px;
  }
}
.sales-page__region-info-sm {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .sales-page__region-info-sm {
    width: 500px;
  }
}
.sales-page__hide {
  display: none;
}
.sales-page__province {
  min-width: 190px;
  max-width: 190px;
  border-top: 1px solid gray;
  margin: 0 1.3rem;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 0.35rem 0;
  cursor: pointer;
}
.sales-page__province-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sales-page__province-africa {
  min-height: 67px;
}
.sales-page__province-borderNone {
  border: none;
}