@charset "UTF-8";
@font-face {
  font-family: "NS";
  src: url("../fonts/NanumSquareR.otf") format("opentype");
}
@font-face {
  font-family: "NSEB";
  src: url("../fonts/NanumSquareEB.otf") format("opentype");
}
:root {
  --baseFont: "NS", sans-serif;
  --baseColor: #010000;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--baseFont);
  font-size: 16px;
  line-height: 1.5;
  color: var(--baseColor);
}
.ebfont {
  font-family: "NSEB" !important;
}
body,
.headerCol {
  min-width: 1300px;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
a,
.btn {
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
p {
  margin-top: 3px;
  margin-bottom: 1rem;
}
.container {
  --gutter-x: 1.5rem;
  --gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.row {
  --gutter-x: 1.5rem;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --gutter-x: 0;
}
.g-0,
.gy-0 {
  --gutter-y: 0;
}
.g-1,
.gx-1 {
  --gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --gutter-y: 3rem;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.order-first {
  order: -1;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-last {
  order: 6;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-center {
  text-align: center;
}
/***** table css start ***********/
table {
  width: 100%;
  border-collapse: collapse;
}
th {
  background: #231f1f;
  color: white;
  font-weight: 400;
  border-top: 0 !important;
}
td,
th {
  padding: 12px;
  border-top: 2px solid #c6c6c8;
  text-align: center;
  font-size: 23px;
}
.container {
  width: 1300px;
}
.bannerContent {
  width: 1300px;
}
.col-xxl {
  flex: 1 0 0%;
}
.row-cols-xxl-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-xxl-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-xxl-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-xxl-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-xxl-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-xxl-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-xxl-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-xxl-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-xxl-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-xxl-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-xxl-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-xxl-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-xxl-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-xxl-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-xxl-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-xxl-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-xxl-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-xxl-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-xxl-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-xxl-12 {
  flex: 0 0 auto;
  width: 100%;
}
.g-xxl-0,
.gx-xxl-0 {
  --gutter-x: 0;
}
.g-xxl-0,
.gy-xxl-0 {
  --gutter-y: 0;
}
.g-xxl-1,
.gx-xxl-1 {
  --gutter-x: 0.25rem;
}
.g-xxl-1,
.gy-xxl-1 {
  --gutter-y: 0.25rem;
}
.g-xxl-2,
.gx-xxl-2 {
  --gutter-x: 0.5rem;
}
.g-xxl-2,
.gy-xxl-2 {
  --gutter-y: 0.5rem;
}
.g-xxl-3,
.gx-xxl-3 {
  --gutter-x: 1rem;
}
.g-xxl-3,
.gy-xxl-3 {
  --gutter-y: 1rem;
}
.g-xxl-4,
.gx-xxl-4 {
  --gutter-x: 1.5rem;
}
.g-xxl-4,
.gy-xxl-4 {
  --gutter-y: 1.5rem;
}
.g-xxl-5,
.gx-xxl-5 {
  --gutter-x: 3rem;
}
.g-xxl-5,
.gy-xxl-5 {
  --gutter-y: 3rem;
}
.headerCol {
  background-color: white;
  color: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  height: 90px;
}
.navigation {
  padding-left: 40px;
}
.navigation > ul > li {
  display: inline-block;
  padding: 0 15px;
}
.navigation > ul > li > a {
  color: black;
  padding: 31px 15px 19px;
  display: block;
  position: relative;
  font-size: 18px;
}
.navigation > p {
  font-size: 18px;
}
.navigation > ul > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  border-bottom: 3px solid #f26709;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.navigation > ul > li:hover > a::before,
.navigation > ul > li > a.active::before,
.navigation > ul > li.activeMenu > a::before {
  left: 0%;
  right: 0%;
}
.mMenuDD,
.navMenuDD {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #ee6723;
  padding: 35px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  max-height: calc(100vh - 70px);
  overflow: hidden;
}
.mMenuDD2 {
  height: 300px;
  width: 100%;
  background-color: #ee6723;
  padding: 35px 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  margin-top: 90px;
  font-size: 18px;
  color: #fff;
  list-style-type: none;
}
.navigation > ul > li.activeMenu .mMenuDD,
.headerRightOptions > ul > li.fullMenu .navMenuDD {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  height: 260px;
}
html.openNav .navBackDrop,
html.fullNavCol .navBackDrop {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.navBackDrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.navDDCol {
  position: relative;
}
.navDDCol::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
}
.ddLinks > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.ddLinks > ul > li + li {
  margin-left: 100px;
}
.ddLinks > ul > li > a {
  color: blackfff;
  font-size: 18px;
  display: inline-block;
}
.menuLogo {
  text-align: center;
  padding-bottom: 50px;
}
.menuLogo > a {
  display: inline-block !important;
}
.navMenuDD {
  padding: 60px 0;
  top: 0;
  max-height: 100vh;
}
.fullMenuCol .searchInputCol {
  padding: 0;
  max-width: 744px;
  margin: 20px auto 0;
}
.fullMenuCol .searchInputCol .form-control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: black;
}
.fullMenuCol .searchInputIcon > img {
  filter: invert(1);
}
.fullMenuCol .shareMdlCol {
  padding: 0;
}
.fullMenuCol .footerLinks > ul > li {
  font-size: 13px;
  color: #a0a0a0;
}
.fullMenuCol {
  position: relative;
}
.fullMenuClose {
  position: absolute;
  right: 0;
  top: 0;
}
.fullMenuClose > img {
  filter: invert(1);
  width: 15px;
}
/********* button css **************/
.btnLight {
  background-color: black;
  display: block;
  color: white;
  font-size: 30px;
  padding: 18px 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  border-radius: 50px;
  z-index: 2;
  height: 70px;
  border: 1px solid black;
}
.btnLight::before,
.btn_primary::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  z-index: -1;
  opacity: 0;
}
.btnLight::before {
  background-color: #e7e7e7;
  border-radius: 50px;
}
.btnLight:hover::before,
.btn_primary:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}
.btnLight:hover,
.btn_primary:hover {
  color: var(--baseColor);
}
.btn_primary {
  background-color: white;
  display: block;
  color: black;
  font-size: 25px;
  padding: 22px 15px;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 2;
  height: 70px;
  border: 1px solid white;
}
.btn_primary::before {
  background-color: white;
  border-radius: 0;
}
/********* custom css **********/
.sectionSpace {
  padding: 140px 0;
}
.sectionSpaceLg {
  padding: 180px 0;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.xxlTitle {
  font-size: 80px;
  margin: 0 0 10px;
  font-weight: normal;
  line-height: 1.2;
}
.xlTitle {
  font-size: 54px;
  margin: 0 0 10px;
  font-weight: normal;
  line-height: 1.5;
}
.lgTitle2 {
  font-size: 48px;
  margin: 0;
  font-weight: normal;
  line-height: 1.5;
}
.lgTitle {
  font-size: 42px;
  margin: 0 0 0px;
  font-weight: normal;
  line-height: 1.5;
}
.mdTitle2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.mdTitle {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.smTitle {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.xlText {
  font-size: 33px;
}
.lgText {
  font-size: 25px;
}
.mdText1 {
  font-size: 20px;
}
.mdText {
  font-size: 18px;
  color: #838383;
}
.darkBg {
  background-color: white;
  color: black;
}
.text-white {
  color: white !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
:focus-visible {
  outline: -webkit-focus-ring-color auto 0;
}
.mb-3 {
  margin-bottom: 30px;
}
.mt-0 {
  margin-top: 0 !important;
}
.pt-2 {
  padding-top: 30px;
}
.mr-2 {
  margin-right: 20px;
}
.ml-2 {
  margin-left: 20px;
}
.mr-1 {
  margin-right: 10px;
}
.ml-1 {
  margin-left: 10px;
}
.spaceTopStyle {
  padding-top: 80px;
}
.text-uppercase {
  text-transform: uppercase;
}
.primaryClr {
  color: #e60012;
}
/*********************************/
.subTitle {
  margin: 0;
}
.subTitle,
.bannerContent > p {
  font-size: 28px;
  font-weight: normal;
}
.bannerContent h1 {
  font-size: 84px;
  margin: 10px 0;
  line-height: 1;
  font-weight: normal;
}
.bannerContent {
  padding: 180px 88px;
  position: absolute;
  left: 0;
  top: 0;
  /*max-width: 1420px;*/
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.bannerContent h5.subTitle {
  font-size: 28px;
  margin: 10px 0;
  font-weight: 500;
}
.arrowLink {
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: white;
  line-height: 1;
  font-weight: 600;
}
.arrowLink::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 12px;
  background-image: url("../images/arrow-right.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.bannerSection {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: blackeec;
  background-image: url("../images/banner-img.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.bannerWrapper .arrowLink::before {
  display: none;
}
.bannerLinks {
  padding-top: 50px;
}
.bannerLinks > ul > li {
  display: inline-block;
}
.bannerLinks > ul > li + li {
  padding-left: 50px;
}
.bannerWrapper .mainStoreInfoCard,
.bannerWrapper .msCard1 img {
  border-radius: 0;
}
.bannerWrapper .msSwiper {
  padding-bottom: 0;
}
.bannerWrapper {
  position: relative;
}
.bannerWrapper
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 100px;
}
.swiperStyle .swiper-pagination-bullet {
  background: black;
  width: 13px;
  height: 13px;
  border: 2px solid black;
}
.swiperStyle .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
}
.swiper.navSwiper {
  height: 680px;
  padding: 0 60px;
}
.swiper.navSwiper::before,
.swiper.navSwiper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  background-color: white;
  z-index: 2;
}
.swiper.navSwiper::before {
  left: 0;
}
.swiper.navSwiper::after {
  right: 0;
}
.swiperNavSlider .swiper-button-next,
.swiperNavSlider .swiper-button-prev {
  color: black;
}
.swiperNavSlider .swiper-button-next::after,
.swiperNavSlider .swiper-button-prev::after {
  font-size: 45px;
}
.cardStyle1 {
  padding: 30px;
}
.cs1Title {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 5px;
  min-height: 60px;
  padding-top:48px;
}
.cs1ImgCol {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.cs1ImgCol img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.btnOutlineLight {
  border: 1px solid black;
  display: block;
  padding: 12px 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.btnOutlineLight::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  background-color: black;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  z-index: -1;
  opacity: 0;
}
.btnOutlineLight:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}
.btnOutlineLight:hover {
  color: var(--baseColor);
}
.swiperNavSlider .swiper-horizontal > .swiper-pagination-bullets,
.swiperNavSlider .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiperNavSlider .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper.navSwiper {
  height: 720px;
  padding: 0 60px 50px;
}
.navTabContent {
  position: relative;
}
.navTabContent::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #3c3c3c;
}
.swiper.navSwiper .swiper-slide {
  height: calc(50% - 15px);
}
.menuLbl {
  font-size: 18px;
  margin: 0;
}
.menuLeftCol > ul > li {
  display: block;
}
.menuLeftCol > ul > li + li {
  padding-top: 15px;
}
.menuLbl + ul {
  padding-top: 40px;
}
.menuLeftCol > ul > li > a {
  color: #808080;
  font-size: 18px;
  display: inline-block;
}
.menuLeftCol > ul > li > a.active {
  color: black;
}
.modalSelect {
  max-width: 360px;
}
select.formSelect {
  outline: none;
  display: block;
  width: 100%;
  padding: 10px 35px 10px 12px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 12px;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.formSelect option {
  color: white;
}
.modelSlider {
  padding-top: 37px;
}
.ourModel .cs1Title > span {
  font-size: 28px;
  max-width: 270px;
  line-height: 1.1;
  display: block;
}
.cardStyle1.cs1Style {
  padding: 40px;
  background-color: white;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  border: 1px solid transparent;
}
.cardStyle1.cs1Style:hover {
  border-color: #333;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
.cardStyle1.cs1Style .btnOutlineLight {
  padding: 17px 20px;
}
.cardStyle1.cs1Style .cs1ImgCol {
  height: 200px;
}
.modelSwiper .swiper-horizontal > .swiper-pagination-bullets,
.modelSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.modelSwiper .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.modelSwiper {
  padding-bottom: 80px;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.windShieldCol {
  padding: 20px 0 160px;
}
.mainStoreInfoCard {
  position: relative;
}
.msCard1 img {
  display: block;
  border-radius: 50px;
  width: 100%;
  height: 880px;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100vh;
}
.msContentCol {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px 20px 60px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: black;
}
.msContentCol h4 {
  font-size: 32px;
  margin: 0 0 6px;
}
.readMoreLink {
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
}
.mainStoreInfoCard {
  border-radius: 50px;
  overflow: hidden;
}
.msSwiper {
  padding-bottom: 70px;
}
.swiperStyle.msSwiper .swiper-pagination-bullet {
  background: white;
  border-color: white;
}
.bannerWrapper .swiperStyle.msSwiper .swiper-pagination-bullet {
  background: white;
  border-color: black;
}
.swiperStyle.msSwiper
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
}
.cs2ContentCol {
  padding: 32px 35px 40px;
  background-color: #404040;
  height: 300px;
}
.cs2ContentCol h5 {
  font-size: 24px;
  margin: 0 0 30px;
  font-weight: normal;
}
.cs2ContentCol h5 > a {
  display: inline-block;
}
.dBlock {
  display: block;
}
.smText {
  font-size: 13px;
}
.iconList > li + li {
  margin-top: 20px;
}
.iconList > li {
  padding-left: 30px;
  position: relative;
}
.iconList .listIcon {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  text-align: center;
}
.cs2ImgCol {
  position: relative;
  overflow: hidden;
  background-color: #c9c9c9;
  border-radius: 26px 26px 0 0;
}
.grandOpenTag {
  display: inline-block;
  font-size: 37px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 35px;
  color: white;
  line-height: 1;
}
.cs2ImgCol img {
  display: block;
  height: 276px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 26px 26px 0 0;
}
.cardStyle2 {
  color: black;
  border-radius: 26px;
  overflow: hidden;
}
.newStoreInfoContent .swiper-wrapper {
  padding-bottom: 70px;
}
.swiperStyle.newStoreInfoContent .swiper-pagination-bullet {
  background: white;
  border-color: white;
}
.newStoreInfoContent
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.headerRightOptions > ul > li {
  display: inline-block;
}
.headerRightOptions a,
.headerRightOptions a img {
  display: block;
}
.headerRightOptions > ul > li + li {
  padding-left: 15px;
}
.smSubTitle {
  font-size: 25px;
  font-weight: normal;
  margin: 0;
}
.bold {
  font-weight: bold;
}
.titleCol {
  padding-bottom: 45px;
}
.eaImgCol a,
.eaImgCol a > img {
  display: block;
}
.eaImgCol a > img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}
.btnOutlineDark {
  border: 1px solid white;
  display: inline-block;
  padding: 12px 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.btnOutlineDark.viewMoreBtn {
  text-align: left;
  min-width: 300px;
  padding: 17px 20px;
}
.eaContent {
  padding-bottom: 50px;
}
.btnOutlineDark.viewMoreBtn::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  padding-top: 10px;
}
.btnOutlineDark::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  background-color: white;
  z-index: -1;
}
.btnOutlineDark:hover::before {
  left: 0;
  right: 0;
}
.btnOutlineDark:hover {
  color: black;
}
.arrowLink.arrowLink2 {
  color: white;
}
.rcImgCol img {
  display: block;
}
.rcContentCol {
  padding: 35px 0;
}
.rcContentCol h4 {
  margin: 0 0 25px;
  font-size: 18px;
}
.rcContentCol .arrowLink.arrowLink2 {
  font-size: 14px;
  padding-right: 13px;
  padding-top: 4px;
  border-bottom: 0.5px solid;
}
.rcContentCol p {
  font-size: 16px;
}
.rcImgCol img {
  width: 100%;
  height: 274px;
  -o-object-fit: cover;
  object-fit: cover;
}
.shareCol > ul > li {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.shareCol > ul > li + li {
  padding-left: 15px;
}
.footerSection {
  background-color: #313131;
  color: white;
}
.shareCol > ul > li img {
  display: block;
}
.footerTopCol {
  padding: 10px 0;
}
.shareMdlCol {
  padding: 0 0 100px;
}
.topTrigger {
  display: inline-block;
}
.topTrigger span,
.topTrigger img {
  display: inline-block;
  vertical-align: middle;
}
.topTrigger span + img {
  padding-left: 10px;
}
.footertitle {
  margin: 0 0 10px;
}
.footerLinks > ul > li {
  font-size: 14px;
}
.footerLinks > ul > li + li {
  padding-top: 15px;
}
.footerLinks {
  padding-top: 100px;
}
.shareBtmCol {
  height: 70px;
  padding: 0px 0 88px;
  text-align: center;
  background-color: blackfff;
  color: white;
  font-size: 16px;
}
.socialpanel {
  height: 60px;
  border-bottom: 1px solid #ddd;
}
.footerLogo {
  padding-bottom: 36px;
}
.shareBtmCol p {
  line-height: 1.8;
}
.logoCol img {
  display: block;
}
.formStyle {
  margin-top: 44px;
}
/******** network page ********/
.innerPageBanner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  background-color: white;
  background-image: url("../images/banner-img.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  margin-top: 66px;
  position: relative;
}
.networkBanner {
  background-image: url("../images/network-banner.jpg");
}
.networkTopCol {
  padding: 18px 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
}
.filterTrigger {
  display: inline-block;
}
.filterTrigger > span {
  display: inline-block;
  vertical-align: middle;
}
.filterTrigger > span + span {
  padding-left: 5px;
}
.filterTrigger > span > img {
  display: block;
  padding-bottom: 2px;
}
.hlt {
  color: #3178d3;
}
.networkContent {
  padding: 50px 0 120px;
}
.filterSiderBar {
  width: 330px;
}
.filterInputCol .form-group {
  position: relative;
  margin-bottom: 47px;
}
.locationSearchOptions .inputStyle {
  padding-right: 60px;
}
.srchIcon {
  right: 2px;
  position: absolute;
  background-color: black;
  padding: 5px;
  display: flex;
  top: 2px;
  bottom: 2px;
  width: 50px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
}
.srchIcon > img {
  width: 20px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.actDDSearch .srchIcon,
.srchIcon:hover {
  background-color: white;
}
.actDDSearch .srchIcon > img,
.srchIcon:hover > img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.inputStyle {
  padding: 10px 10px 10px 45px;
  font-size: 16px;
  border: 2px solid #9b9498;
  min-height: 48px;
}
.inputIcon {
  position: absolute;
  left: 15px;
  top: 11px;
}
.inputIcon > img {
  height: 25px;
  object-fit: cover;
  opacity: 0.5;
}
.filterOptStyle {
  padding-top: 35px;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 35px;
}
.filterTitle > h4 {
  margin: 0;
  font-size: 21px;
  padding-bottom: 30px;
}
.radioStyle .radio-label {
  position: relative;
  padding-left: 44px;
  display: block;
  color: #9b9498;
  font-size: 16px;
}
.radioStyle input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radioStyle input[type="radio"] + .radio-label:before {
  content: "";
  background: blackfff;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -2px;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  left: 0;
}
.radioStyle input[type="radio"]:checked + .radio-label:before {
  background-color: white;
  box-shadow: inset 0 0 0 4px blackfff;
}
.radioStyle input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #b4b4b4;
}
.radioOptions > ul > li {
  display: block;
}
.radioOptions > ul > li + li {
  margin-top: 25px;
}
.cs3ContentCol h5 {
  font-size: 25px;
  margin: 0;
  color: white;
}
.cs3ContentCol h5 > a {
  display: inline-block;
}
.networkCardSection {
  padding-left: 20px;
}
.customCol {
  margin-bottom: 60px;
}
.networkCardStyle {
  background-color: #e6e6e6;
  border-radius: 30px;
  padding: 28px 20px;
  margin-left: 41px;
  height: 100%;
}
.networkCardImg > img {
  width: 138px;
  height: 138px;
  object-fit: cover;
  border-radius: 26px;
}
.cs3ContentCol > p {
  color: #9b9498;
  font-size: 17px;
  font-weight: 600;
}
.networkCardStyle .iconList > li + li {
  margin-top: 20px;
}
.networkCardStyle .iconList > li {
  color: #9b9498;
}
.networkCardStyle .iconList .listIcon > img {
  width: 18px;
}
.listTopSpace {
  margin-top: 20px;
}
.networkCardStyle .iconList > li {
  color: #9b9498;
  font-size: 13px;
  font-weight: 600;
}
.networkCardStyle .iconList > li span.mdText {
  color: white;
  font-size: 14px;
}
.paginationCol {
  text-align: center;
  padding-top: 23px;
}
.paginationCol > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.paginationCol > ul > li + li {
  margin-left: 5px;
}
.paginationCol a.page-link {
  width: 30px;
  height: 30px;
  display: block;
  background-color: transparent;
  line-height: 1.5;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #b4b4b4;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.paginationCol a.page-link:hover {
  background-color: white;
  border-color: #ee6723;
  color: black;
}
.paginationCol > ul > li > a.preIcon,
.paginationCol > ul > li > a.nextIcon {
  display: block;
}
.paginationCol > ul > li > a.preIcon {
  margin: 10px 5px 0 0;
}
.paginationCol > ul > li > a.nextIcon {
  margin: 10px 0 0 5px;
}
.preIcon > span,
.nextIcon > span {
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px 6px;
}
.preIcon > span > img,
.nextIcon > span > img {
  width: 12px;
  height: 12px;
  opacity: 0.4;
}
/******** network-child page ********/
.innerPageBanner.networkBlogBanner {
  background-image: none;
  min-height: auto;
  padding: 136px 0 66px;
}
.bannerLinkCol {
  padding-right: 48px;
}
.bannerLinkCol > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.bannerLinkCol > ul > li + li {
  margin-left: 50px;
}
.bannerLinkCol > ul > li > a {
  color: black;
  font-size: 27px;
}
.networkBlogContent {
  padding: 116px 0 0;
}
.aboveImgCol {
  width: 370px;
  height: 370px;
}
.aboveImgCol > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.networkBlogInner .smTitle {
  font-size: 35px;
  margin-bottom: 15px;
}
.networkBlogInner .mapContent {
  border: 0;
  padding: 0;
}
.contactInnerCol {
  border-top: 1px solid #bfbfbf;
  padding-top: 40px;
  margin-top: 30px;
}
.storeviewInner {
  background-image: url("../images/ms-img-2.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  padding: 71px 0 68px;
  position: relative;
  max-width: 1252px;
  margin: 0 auto;
}
.storeviewInner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.storeviewContent {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
}
.storeviewContent .mainStoreInfo {
  margin-top: 20px;
}
.storeviewContent
  .swiperStyle.msSwiper
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
  border-color: black;
}
.storeviewContent .swiperStyle.msSwiper .swiper-pagination-bullet {
  background: #6f6f6f;
  border-color: #6f6f6f;
  opacity: 1;
  margin: 0 10px;
}
.storeviewContent .mainStoreInfoCard {
  border-radius: 30px;
}
.storeviewContent .msCard1 img {
  height: 400px;
  border-radius: 30px;
  min-height: auto;
}
.storeviewSec {
  margin-top: 103px;
}
.SNSContent {
  margin: 80px 0 67px;
}
.SNSCol {
  background-image: url(../images/sns-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 93px 50px 90px;
  border-radius: 25px;
  position: relative;
}
.SNSCol::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 25px;
}
.SNSInnerSec {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}
.SNSInnerSec h3.smTitle {
  margin: 0;
  padding-bottom: 20px;
}
.SNSInnerSec > p {
  margin-bottom: 0;
  padding-bottom: 58px;
}
.socialIcon > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.socialIcon > ul > li + li {
  margin-left: 38px;
}
.socialIcon > ul > li > a {
  display: block;
  width: 80px;
  height: 80px;
}
.socialIcon > ul > li > a > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(1);
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.socialIcon > ul > li > a > img:hover,
.socialIcon > ul > li > a.active img {
  filter: inherit;
}
.SNSInnerSec .btnCol {
  max-width: 466px;
  margin: 72px auto 0;
}
.contactSec {
  padding-bottom: 105px;
}
.mapSec {
  margin-right: 54px;
}
.mapSec iframe {
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 18px;
}
.mapSubText {
  padding-bottom: 25px;
}
.mapContent > h4 {
  margin-bottom: 40px;
}
.listStyle {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: white;
  font-weight: 600;
  width: 140px;
}
.listStyle span.listIcon {
  position: absolute;
  left: 0;
  top: 0;
}
.listStyle span.listIcon > img {
  width: 18px;
  height: 18px;
  object-fit: cover;
}
.listStyleText {
  color: #9b9498;
  font-size: 16px;
}
.listStyle > a {
  display: inline-block;
  border-bottom: 2px solid;
  line-height: 1;
}
.mapContent {
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
/****** certification-page start *******/
.certificationBanner {
  background-image: url(../images/certification-banner.jpg);
}
.formSection {
  max-width: 1173px;
  margin: 0 auto;
}
.cardBoxStyle {
  background-color: #f6f6f6;
  padding: 100px 200px 85px;
  margin: 130px auto 0;
}
.formInputCol {
  margin-bottom: 100px;
}
.formInputCol .form-control {
  background-color: transparent;
  font-size: 31px;
  border: 0;
  border-bottom: 2px solid #373737;
  border-radius: 0;
  color: #373737;
  padding: 0px 0 5px 15px;
  line-height: 1;
}
.formInputCol .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8c8c8c;
}
.formInputCol .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8c8c8c;
}
.formInputCol .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8c8c8c;
}
.formInputCol .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8c8c8c;
}
.cardBoxStyle .btnCol {
  max-width: 420px;
  margin: 0 auto;
}
.modelStyle .formInputCol .form-control {
  font-size: 16px;
  border-bottom: 1px solid #999;
  padding: 10px;
}
/*********** franchise-page start *******/
.franchiseBanner {
  background-image: url(../images/franchise-banner.jpg);
  display: block;
  padding-top: 0;
  overflow: hidden;
}
.csWidth {
  max-width: 920px;
}
/*********** ppf start *******/
.ppfBanner {
  background-image: url(../images/ppf.jpg);
}
/*********** downloadcenter-page start *******/
.downloadcenterBanner {
  background-image: url(../images/downloadcenter.jpg);
}
.downloadFormCol {
  max-width: 755px;
}
.select-box {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  color: #60666d;
  padding-right: 15px;
}
.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
  border-bottom: 2px solid white;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  color: black;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 40px 10px 15px;
  background-color: white;
  line-height: 1;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  background-color: black;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 8%);
}
.select-box__list > li + li {
  border-top: 1px solid #b7b7b7;
}
.select-box__option {
  display: block;
  color: #7d7d7d;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 30px;
  background-color: white;
}
.select-box__option:hover,
.select-box__option:focus {
  color: black;
  background-color: white;
}
@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
.searchInputCol {
  position: relative;
  padding-left: 15px;
}
.searchInputCol .form-control {
  border: 0;
  border-bottom: 2px solid white;
  border-radius: 0;
  font-size: 18px;
  padding-right: 50px;
}
.searchInputCol .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8c8c8c;
}
.searchInputCol .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8c8c8c;
}
.searchInputCol .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8c8c8c;
}
.searchInputCol .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8c8c8c;
}
.searchInputIcon {
  position: absolute;
  right: 8px;
  top: 8px;
  line-height: 1;
}
.searchInputIcon > img {
  width: 22px;
}
.downloadContent {
  padding-top: 30px;
}
.cardStyle3 {
  background-color: #f8f8f8;
  padding: 80px 40px;
  margin-top: 70px;
}
.csTagStyle {
  margin-bottom: 45px;
}
.csTagStyle > span {
  background-color: white;
  color: black;
  font-size: 18px;
  display: inline-block;
  line-height: 1.3;
  padding: 8px 12px 3px;
  text-transform: uppercase;
}
.titleLink {
  display: inline-block;
}
.cardStyle3 p.mdText1 {
  color: #949494;
  padding: 40px 0 20px;
}
.csDatePicker {
  font-size: 20px;
  color: #949494;
  display: block;
}
.paginationStyle2 {
  text-align: center;
  padding-top: 100px;
}
.paginationStyle2 > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.paginationStyle2 > ul > li + li {
  margin-left: 30px;
}
.paginationStyle2 > ul > li > a {
  color: white;
  display: block;
  width: 20px;
  height: 30px;
  font-size: 18px;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.paginationStyle2 > ul > li > a.active,
.paginationStyle2 > ul > li > a:hover {
  border-color: white;
  font-weight: 600;
}
.paginationStyle2 > ul > li > a.next_icon {
  border: 0;
}
.paginationStyle2 > ul > li > a.next_icon > img {
  filter: invert(1);
  width: 7px;
}
.bb-0 {
  border-bottom: 0 !important;
}
/*********** media-page start *******/
.mediaBanner {
  background-image: url(../images/franchise-banner.jpg);
}
.mediaContent .cardStyle3 {
  padding: 0;
  margin-top: 50px;
}
.cardStyle3Img {
  height: 302px;
  width: 100%;
}
.cardStyle3Img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cardStyle3Text {
  padding: 40px;
}
/******** terms page ***********/
.termsText > h4 {
  margin-bottom: 50px;
}
.dropboxCol .dropbox-dropin-btn {
  padding: 10px 10px 10px 45px !important;
  font-size: 16px !important;
  border: 2px solid #9b9498 !important;
  min-height: 48px !important;
  height: 48px !important;
  background: black !important;
  border-radius: 0.25rem !important;
  display: block !important;
  font-weight: 400 !important;
  box-sizing: inherit !important;
  -webkit-box-sizing: inherit !important;
  -moz-box-sizing: inherit !important;
}
.dropboxCol .dropin-btn-status {
  display: none !important;
}
/*********** model css start ************/
.modelStyle {
  display: none;
  position: fixed;
  padding-top: 100px;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.modelStyle .model-content {
  position: relative;
  max-width: 500px;
  margin: 130px auto 0;
  background-color: black;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 5px;
  padding: 16px;
  text-align: center;
}
.modelStyle .formInputCol {
  margin-bottom: 20px;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.modelStyle .close {
  position: absolute;
  font-size: 28px;
  color: white;
  cursor: pointer;
  right: 10px;
  top: 0;
}
.close:hover,
.close:focus {
  text-decoration: none;
}
.modelStyle .cardBoxStyle {
  padding: 15px;
}
.modelStyle .btn_primary {
  height: 64px;
  font-size: 20px;
  padding: 20px 15px;
}
.modelStyle .modal-body h4 {
  padding-bottom: 20px;
  font-size: 24px;
  color: #6b6b6b;
  font-weight: 600;
  margin-top: 15px;
}
.modelStyle form > h5 {
  font-size: 18px;
}
/*********** event-page start *******/
.eventBanner {
  background-image: url(../images/event-banner.jpg);
}
.tabLinksStyle > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.tabLinksStyle > ul > li + li {
  margin-left: 16px;
}
.tabLinksStyle > ul > li > a {
  display: block;
  font-size: 18px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  line-height: 1;
  padding: 7px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.tabLinksStyle > ul > li > a.active,
.tabLinksStyle > ul > li > a:hover {
  border-bottom: 2px solid #000;
  color: black;
}
.searchInputCol.outlineInput .form-control {
  border: 1px solid black;
  padding: 7px 60px 7px 7px;
  border-radius: 10px;
}
.searchInputCol.outlineInput .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.searchInputCol.outlineInput .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.searchInputCol.outlineInput .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.searchInputCol.outlineInput .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.searchInputCol.outlineInput {
  padding: 0;
  width: 360px;
}
.outlineInput span.searchInputIcon {
  top: 50%;
  right: 20px;
  margin-top: 4px;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.gridViewStyle {
  padding: 30px 40px;
  border-bottom: 1px solid #bfbfbf;
}
.gridViewImg {
  width: 488px;
}
.gridViewStyle .cardStyle3 {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.gridViewStyle .csTagStyle {
  margin-bottom: 40px;
}
ul.tagListStyle {
  margin-top: 55px;
}
.tagListStyle > li {
  display: inline-block;
  vertical-align: middle;
}
.tagListStyle > li + li {
  margin-left: 10px;
}
.tagListStyle > li > a {
  display: block;
  background-color: #eeeeee;
  line-height: 1;
  color: white;
  font-size: 18px;
  padding: 12px 10px 4px;
  border: 1px solid;
}
.gridViewStyle .csTagStyle > span {
  border-radius: 10px;
}
.gridViewStyle .cardStyle3 p.mdText1 {
  padding: 20px 0 0;
}
.gridViewImg > img {
  width: 100%;
  height: 294px;
  object-fit: cover;
}
/*********** event-detail-page start *******/
.breadcrumbSec {
  border-bottom: 1px solid #bfbfbf;
  padding-top: 50px;
}
.breadcrumbList > ul > li {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
}
.breadcrumbList > ul > li + li {
  margin-left: 12px;
}
.breadcrumbList > ul > li.breadcrumIcon > img {
  width: 8px;
}
.eventDetailSection {
  padding: 0 70px;
}
.eventDetailTabCol .tabLinksStyle > ul > li + li {
  margin-left: 8px;
}
.eventDetailTabCol .tabLinksStyle > ul > li > a {
  font-size: 20px;
  padding: 12px 12px 5px;
  font-weight: 300;
}
.eventDetailTabCol h4.title {
  font-size: 58px;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
  padding: 55px 0 40px;
  border-bottom: 1px solid;
}
.eventDetailgridViewStyle .gridViewImg {
  width: 100%;
}
.eventDetailgridViewStyle .gridViewImg > img {
  height: 696px;
  margin-bottom: 60px;
}
.eventDetailgridViewStyle {
  padding-top: 100px;
}
.eventDetailgridViewStyle .cardStyle3 {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.eventDetailgridViewStyle p.xlText {
  padding: 30px 0;
}
.eventDetailgridViewStyle ul.tagListStyle {
  margin-top: 100px;
}
.eventDetailgridViewStyle .tagListStyle > li > a {
  font-size: 23px;
}
.btnDetailCol {
  margin-top: 100px;
}
.btnDetailCol .btn_primary {
  max-width: 260px;
  margin: 0 auto;
  font-size: 20px;
  height: 60px;
  padding: 18px 15px;
}
/*********** autofilm css start **********/
.tableStyle tbody > tr:nth-child(1) > td {
  border-top: 0;
}
.tableStyle tfoot {
  background-color: #e6e6e6;
}
.viewMoreCard .rcCard {
  position: relative;
}
.viewMoreCard .rcContentCol {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 20px;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}
.viewMoreCard .rcContentCol h4 {
  margin: 0;
  font-size: 27px;
}
.viewMoreCard .arrowLink {
  padding-right: 0;
  border-bottom: 2px solid;
}
.viewMoreCard .arrowLink::before {
  display: none;
}
.autofilmModelSlider .cs1Title {
  font-size: 28px;
  max-width: 270px;
  line-height: 1.1;
}
.bannerCol {
  margin-top: 69px;
  padding-top: 300px;
  position: relative;
}
.bannerHeading {
  font-size: 275px;
  color: #272727;
  position: absolute;
  line-height: 1;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}
.bannerImgCol {
  position: relative;
  padding-top: 110px;
  text-align: center;
}
.bannerCardCol {
  margin-top: -130px;
}
.counterCardCol {
  text-align: center;
  padding: 30px;
  min-height: 355px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.csBgDark {
  background-color: #262626;
}
.csBgLight {
  background-color: #404040;
}
.counterCardText > h2 {
  font-size: 152px;
  font-weight: 300;
  color: #838383;
  line-height: 1.1;
  margin: 0;
  display: block;
}
.counterCardText > p {
  margin: 0;
  font-size: 20px;
  color: #838383;
  margin-top: -30px;
}
.containerMd {
  max-width: 1120px;
  margin: 0 auto;
}
.containerLg {
  max-width: 1200px;
  margin: 0 auto;
}
.criteriaText {
  padding: 0 20px;
  position: relative;
}
.criteriaText::before,
.criteriaText::after {
  content: "";
  position: absolute;
  width: 112px;
  height: 71px;
}
.criteriaText::before {
  left: -50px;
  top: -50px;
  background-image: url(../images/quote-left.png);
}
.criteriaText::after {
  right: 0;
  bottom: -40px;
  background-image: url(../images/quote-right.png);
}
.criteriaText > p {
  font-size: 41px;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
.criteriaCol > img {
  margin-top: 130px;
  width: 100%;
  height: 510px;
  object-fit: cover;
}
.couterCardmd .counterCardText > h2 {
  font-size: 111px;
}
.couterCardmd .counterCardText > p {
  margin-top: 0;
}
.cardSectionCol > p {
  color: #838383;
  font-size: 16px;
  max-width: 1150px;
  margin: 0 auto;
  font-weight: 300;
}
.filmProSec {
  padding-top: 160px;
}
.filmProSecLeft > h4 {
  font-size: 34px;
  padding-top: 10px;
  margin-bottom: 0;
}
.filmProSecRight {
  padding-left: 50px;
}
.diagramImg {
  margin-top: -70px;
}
.diagramImg > img {
  width: 100%;
  max-width: 1094px;
}
.diagramContent .titleCol {
  max-width: 420px;
  margin-left: auto;
}
.aboveBanner .msSwiper {
  padding-bottom: 0;
}
.aboveBanner .mainStoreInfoCard {
  border-radius: 0;
}
.aboveBanner .msCard1 img {
  border-radius: 0;
  height: 1150px;
}
.aboveBannerContent {
  position: absolute;
  left: 0;
  top: 180px;
  max-width: 1400px;
  right: 0;
  margin: 0 auto;
}
.aboveBanner .swiperStyle.msSwiper .swiper-pagination-bullet {
  background: #fff;
  border-color: #fff;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  opacity: 0.6;
}
.aboveBanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent !important;
  border: 2px solid;
  opacity: 1 !important;
}
.aboveBanner
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 50px;
}
.aboveBanner .msCard1 {
  position: relative;
}
.aboveBanner .msCard1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 65%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 65%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 65%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='white00000', endColorstr='white000', GradientType=0);
}
.autoCardStyle1 h4.mdText1 {
  margin-top: 0;
  padding-bottom: 40px;
  color: #a89b82;
  font-weight: 400;
}
.autoCardStyle1 > p {
  line-height: 2.2;
}
.autoCardRight {
  padding-right: 50px;
}
.autoCardLeft {
  padding-left: 50px;
}
.autoCardStyle1Img > img {
  max-width: 400px;
  height: 580px;
  object-fit: cover;
}
.rowCol1 {
  margin-top: 60px;
}
.rowCol2 {
  margin-top: 200px;
}
.autoFilmCard {
  padding-top: 200px;
}
.autoCardStyle2Img {
  height: 438px;
  width: 100%;
}
.autoCardStyle2Img > img {
  max-width: 710px;
  height: 100%;
  object-fit: cover;
}
.autoCardStyle2 {
  height: 100%;
  border-bottom: 1px solid #efefef;
}
.autoCardStyle2 span.mdText1 {
  display: block;
  font-weight: 600;
  padding-bottom: 20px;
}
.autoCardStyle2 h2.mdTitle {
  padding: 30px 0;
}
.autoFilmCounterBanner {
  position: relative;
}
.autoFilmCounter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  max-width: 1400px;
  margin: 0 auto;
}
.autoFilmCounterBanner > img {
  width: 100%;
  height: 870px;
  object-fit: cover;
}
.autoFilmCounterText {
  text-align: center;
}
.autoFilmCounterText > h4 {
  color: black;
  font-size: 76px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
.autoFilmCounterText > span {
  display: block;
  color: black;
  font-size: 13px;
}
.autoFilmCounterText > span.lightText {
  color: #b0b0b0;
}
.viewMoreCard a.arrowLink.arrowLink2.text-white {
  padding-right: 0;
}
.modalSelect option {
  background-color: black !important;
  font-size: 16px !important;
  color: black !important;
  padding: 5px !important;
  min-height: 40px !important;
  line-height: 2px;
}
option:hover {
  background-color: yellow;
}
.locationColMain {
  position: relative;
}
.checkStyle .check-label {
  position: relative;
  padding-left: 44px;
  display: block;
  color: #9b9498;
  font-size: 16px;
}
.checkListMain .checkStyle .check-label {
  padding-left: 30px;
  font-size: 13px;
  padding-top: 3px;
}
.checkStyle .check-label .small {
  font-size: 11px;
}
.checkStyle input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.checkStyle input[type="checkbox"] + .check-label:before {
  content: "";
  background: blackfff;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -2px;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  left: 0;
}
.checkListMain .checkStyle input[type="checkbox"] + .check-label:before {
  width: 24px;
  height: 24px;
}
.checkStyle input[type="checkbox"]:checked + .check-label::before {
  background-color: white;
  background-image: url("../images/check-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  border-color: transparent;
}
.checkStyle input[type="checkbox"]:focus + .check-label:before {
  outline: none;
  border-color: white;
}
.locationTriggerCol {
  display: block;
  position: relative;
  padding: 10px 50px 6px;
  border: 2px solid #9b9498;
  border-radius: 4px;
  min-height: 48px;
  cursor: pointer;
}
.locationTriggerCol .checkIcon {
  position: absolute;
  right: 0;
  background-color: black;
  padding: 5px;
  display: flex;
  top: 0;
  bottom: 0;
  width: 50px;
  align-items: center;
  justify-content: center;
}
.locationTriggerCol .checkIcon > img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.actDD .locationTriggerCol .checkIcon {
  background-color: white;
}
.actDD .locationTriggerCol .checkIcon > img {
  -webkit-filter: none;
  filter: none;
}
.locationTriggerCol .inputIcon {
  left: 0;
  position: absolute;
  background-color: white;
  padding: 5px;
  display: flex;
  top: 0;
  bottom: 0;
  width: 50px;
  align-items: center;
  justify-content: center;
}
.locationTriggerCol .inputIcon > img {
  opacity: 1;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
  height: 20px;
}
.inputIcon.special {
  background-color: black;
}
.locationTriggerCol .inputIcon.special > img {
  opacity: 1;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  height: 20px;
}
.actDD .locationTriggerCol .inputIcon {
  background-color: transparent;
}
.actDD .locationTriggerCol .inputIcon > img {
  opacity: 0.5;
  -webkit-filter: none;
  filter: none;
}
.locationTrigger {
  font-size: 15px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 12px;
  line-height: 28px;
}
.checkListMain li {
  padding: 10px 0;
}
.checkListMain > ul {
  column-count: 2;
}
.checkListMain {
  background-color: black;
  padding: 10px;
  border: 1px solid #9b9498;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity 300ms ease-in-out 0s;
  -o-transition: opacity 300ms ease-in-out 0s;
  transition: opacity 300ms ease-in-out 0s;
}
.locationColMain.actDD .checkListMain {
  opacity: 1;
  pointer-events: initial;
}
.locationTrigger > span::after {
  content: ",";
}
.locationTrigger > span:last-child::after {
  content: "";
}
.locationTrigger > span {
  display: inline-block;
  font-size: 14px;
  padding: 5px 5px 0;
}
/***********************************/
.mainStoreInfo.swiperSliderInfo {
  max-width: 1024px;
  margin: 0 auto;
}
.swiperSliderInfo .mainStoreInfoCard {
  border-radius: 35px;
}
.swiperSliderInfo .msCard1 img {
  height: 768px;
  min-height: auto;
  border-radius: 35px;
}
.storeviewContent
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
}
/***********************************
 *********** media start
**********************************/
.navigation > ul > li {
  padding: 2px 10px 10px;
}
.navigation {
  padding-left: 20px;
}
.sectionSpace {
  padding: 70px 0;
}
.sectionSpaceLg {
  padding: 70px 0;
}
.networkCardImg > img {
  width: 120px;
  height: 120px;
}
.bannerHeading {
  font-size: 250px;
}
.radio-label.active {
  color: white;
}
.sizebig {
  font-size: 35px !important;
  color: #313131;
  margin-bottom: 15px;
}
.bottomsub {
  border-bottom: 2px solid #f36709;
}
.subtext {
  text-align: center;
  font-size: 20px;
  color: #313131;
  margin-bottom: 35px;
}
.panel1 {
  padding-top: 20px;
}
.panel2 {
  padding-top: 20px;
}
.socialright {
  width: 360px;
  height: 60px;
  float: right;
}
.eachicon {
  width: 40px;
  height: 40px;
  float: right;
  margin: 10px 0px 10px 10px;
}
.items {
  width: 33.333%;
  text-align: center;
}
.itemsauto {
  width: 33.333%;
  text-align: left;
}
.itemsauto img {
  margin: 0 auto;
  display: block;
}
.goview {
  margin-top: 20px;
  margin-bottom: 50px;
  width: 100px;
  padding: 5px 10px;
  font-size: 17px;
  display: inline-block;
  background-color: #fff;
  height: 35px;
  border: 1px solid grey;
  line-height: 25px;
  border-radius: 20px;
}
.goview2 {
  margin-top: 0px;
  margin-bottom: 10px;
  width: 100px;
  padding: 5px 10px;
  font-size: 17px;
  display: inline-block;
  background-color: #fff;
  height: 35px;
  border: 1px solid grey;
  line-height: 25px;
  border-radius: 20px;
}
.panletitle {
  font-size: 22px;
  color: #313131;
}
.paneldesc {
  font-size: 18px;
  color: #313131;
}
.panletitleleft {
  margin-top: 20px;
  font-size: 23px;
  color: #313131;
  text-align: left;
  padding-left: 28px;
  display: block;
}
.paneldescleft {
  font-size: 18px;
  color: #313131;
  text-align: left;
  padding-left: 28px;
  display: block;
  margin-top: 30px;
  height: 75px;
}
.bottoma {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 70px;
}
.goview4 {
  margin-top: 0px;
  margin: 10px auto 50px;
  width: 100px;
  padding: 5px 10px;
  font-size: 17px;
  display: inline-block;
  background-color: #fff;
  height: 35px;
  border: 1px solid grey;
  line-height: 25px;
  border-radius: 20px;
  text-align: center;
  display: block;
}
.greyed {
  filter: grayscale(1);
}
.greyed:hover {
  filter: grayscale(0) !important;
}
.showactivepanel {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  height: 260px;
}
#main_slide .btn-detail,
#main_slide .btn-reserve {
  width: 240px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
  float: left;
}
#main_slide .btn-action-group {
  position: absolute;
  bottom: 100px;
  left: 150px;
}
#main_slide .btn-detail {
  background: #000;
  color: #fff;
}
#main_slide .btn-reserve {
  margin-left: 20px;
  background: #fff;
  color: #000;
}
#sub-main-slide .btn-more {
  width: 240px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
  float: left;
}
#sub-main-slide .btn-action-group {
  position: absolute;
  bottom: 100px;
  left: 150px;
}
#sub-main-slide .btn-more {
  background: #000;
  color: #fff;
}
.related-content {
  color: #000;
  background: #ffffff;
  width: 100%;
  margin: 0;
  margin-top: -3px;
}
#main_section_03_list {
  margin: 0 auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.bx-wrapper .bx-controls-direction a {
  color: #fff;
}
#main_section_01_list .col-auto {
  flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  max-width: 20%;
  margin-right: auto;
  margin-left: auto;
}
#main_section_01_list .col-auto img {
  width: 100%;
}
.bx-wrapper .bx-controls {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: -35px auto 15px;
  z-index: 2;
  justify-content: center;
}
.main .contents {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* font-size:0; line-height:0; box-sizing: border-box; */
  position: relative;
  line-height: 1;
}
.main .contents:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  transition: all 1s ease-out;
  transform-origin: 50% 50%;
}
.main .contents .fp-tableCell {
  padding-top: 4%;
  box-sizing: border-box;
}
.main .contents .vTbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 218px;
  top: 26px;
  text-align: left;
  z-index: 2;
  padding: 3rem 4rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.vTbox .mT {
  font-weight: 400;
  font-size: 100px;
  line-height: 1;
  transition: all 0.5s ease-out;
  transform-origin: 50% 50%;
}
.vTbox .mBul {
  font-weight: bold;
  font-size: 58px;
}
.mTit {
  font-weight: 900;
  font-size: 80px;
}
.vTbox .sT {
  font-weight: 300;
  font-size: 24px;
}
.vTbox .sT strong {
  font-weight: 700;
}
.vTbox p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
}
.mTit small {
  font-weight: 700;
}
.mTxt {
  font-size: 27px;
}
.sTxt {
  font-size: 20px;
}
.main section {
  line-height: 1.4;
}
.myVideo {
  /*position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%;*/
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-image:
        /* our video */ ;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  overflow: hidden;
  /* padding-top:37px; */
}
.scroll {
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 30px;
  z-index: 9;
}
.scroll img {
  position: relative;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-name: scrollDown;
  animation-timing-function: linear;
  animation-direction: alternate;
}
#fullpage {
  -webkit-overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
@keyframes scrollDown {
  from {
    top: 0;
  }
  to {
    top: 10px;
  }
}
.search-result {
  overflow-y: scroll;
  height: 810px;
}
span.spacer {
  width: 11px;
  display: inline-block;
}
.mMenuDD2 .title {
  font-size: 50px;
  line-height: 60px;
}
.mMenuDD2 .title img {
  vertical-align: middle;
}
.mMenuDD2 p {
  font-size: 17px;
}
.mMenuDD2 .col-10 {
  margin-left: -124px;
}
.mMenuDD2 .ddLinks {
  padding-top: 70px;
}
.banner img {
  max-width: 100%;
  margin: auto;
  display: block;
  padding: 30px;
}
a.certi {
  padding: 10px 0 0;
  float: left;
  width: 300px;
  height: 50px;
  float: left;
}
.paginationCol > ul > li.active a {
  border-color: #ee6723 !important;
}
.row.header {
  border-top: 2px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  margin-top: 30px;
  height: 50px;
  font-size: 22px;
}
.tableh {line-height:50px;height:50px;color:#1f1f1f !important;}
.gubun {width:20%;float:left;  text-align:left;color:#9b9c9b;}
.juso {width:60%;float:left;  text-align: center;color:#1f1f1f;}
.dater {width:20%;float:left;  text-align: center;color:#9b9c9b;}
.row.values {
  border-bottom: 1px solid #bdbdbd;
 line-height:30px;
 padding:25px 0;
  height: 80px;
  font-size: 18px;
}
.tableh {line-height:50px;height:50px;padding-left:10px;font-size:18px;}
.gubun {width:12%;float:left;  text-align:left;}
.juso {width:68%;float:left;  text-align: center;}
.dater {width:20%;float:left;  text-align: center;}
.vv {vertical-align: middle; float:left; font-size:18px;}
.row.eventspanel {height:300px;border-bottom:1px solid #9b9c9b;}
.eventd{float:left;width:750px;height:300px;padding:25px;}
.eventi{float:left;width:450px;padding-top:25px;}
.eventsm{font-size:25px;padding-top:40px;height:70px;width:100%;max-lines: 2;}
.eventsub1{font-size:17px;padding-top:20px;color:#aaa;}
.eventsub2{font-size:17px;padding-top:10px;color:#aaa;}
.containers{width:970px;padding:0 35px;float:right;}
.containerr{width:330px;padding-left:82px;font-size:56px;float:left;padding-top:18px;}
.vv2 {padding:10px 20px 50px 20px; border-bottom:1px solid #bdbdbd; min-height:250px;}
a.btn.titlelink{ padding:10px 20px; background-color:#ee6723;color:white;border-radius:5px;}
.lp {padding-left:97px;}
.lpp {padding-left:68px;}
.lpc {padding-left:90px;}
.lpd {padding-left:20px;}
.items img{max-width:98%;padding:1%;}