 

.sk-buy-now-btn--locate {
    color: #fff;
    background-color: #25b1e6;
    border-color: #19a4d9;
}

.sk-buy-now-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.header-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 120px;
}

.inner-1280 {
  position: relative;
  display: block;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.inner-1280.sec4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-1280.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-1280.banner-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-1280.banner-inner.disable {
  display: none;
}

.header-nav {
  display: block;
  height: 100%;
  background-color: #00a1e4;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.35);
}

.header-nav.mobile {
  display: none;
}

.brand {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container {
  height: 100%;
  max-width: 100%;
}

.nav-floatright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.main-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin: 10px 1px;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
}

.nav-link.w--current {
  color: #fff;
}

.line {
  width: 1px;
  height: 13px;
  background-color: #0a78a6;
}

.sub-nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 11px;
  padding-left: 11px;
  background-image: url('../images/icon1_1icon1.jpg');
  background-position: 0% 50%;
  background-size: 5px 5px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13.5px;
  letter-spacing: 3.5px;
  text-decoration: none;
}

.sub-main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #0a78a6;
}

.sub-sub-nav {
  padding: 10px;
  background-color: #0b447e;
}

.sub-sub-nav.langbg {
  background-color: #4cbbce;
}

.link-block {
  padding-right: 10px;
  padding-left: 10px;
}

.link {
  padding-right: 7px;
  padding-left: 7px;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
}

.sec1-bg {
  position: relative;
  height: 940px;
}

.scroll-link {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -4%;
  z-index: 10;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00a1e4;
  text-align: center;
  text-decoration: none;
}

.text-block {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: -42%;
  right: 0%;
  bottom: auto;
  width: 1px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.sec2-bg {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #e8eff2;
}

.heading-txt {
  color: #000;
  font-size: 72px;
  line-height: 85px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.heading-blk {
  text-align: center;
}

.heading-txt2 {
  color: #07b0ec;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 3px;
}

.heading-txt3 {
  margin-top: 10px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
  text-indent: 0px;
}

.heading-txt3.training {
  display: block;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-3 {
  width: 3px;
  height: 100px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.sec2-slider {
  height: 100%;
  background-color: transparent;
}

.disable {
  display: none;
}

.left-arrow {
  background-image: url('../images/arrow2_1arrow2.png');
  background-position: 50% 50%;
  background-size: 31px;
  background-repeat: no-repeat;
}

.right-arrow {
  background-image: url('../images/arrow3_1arrow3.png');
  background-position: 50% 50%;
  background-size: 31px;
  background-repeat: no-repeat;
}

.slide-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blue-ball1 {
  position: absolute;
  width: 515px;
  height: 515px;
  border-radius: 1000px;
  background-color: rgba(0, 161, 228, 0.15);
}

.blue-ball1.ball2 {
  background-color: rgba(107, 144, 158, 0.15);
}

.slide-img-blk {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: 540px;
  min-height: 540px;
  min-width: 540px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.air-bg-img {
  position: relative;
  z-index: 1;
  width: 78%;
  height: 100%;
}

.air-bg-img.air0 {
  background-image: url('../images/FTXA.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size:contain;
  width:85%;
}

.air-bg-img.air1 {
  background-image: url('../images/air01.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size:contain;
}

.air-bg-img.air2 {
  background-image: url('../images/air02.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.air-bg-img.air3 {
  background-image: url('../images/air03.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask {
  margin-right: auto;
  margin-left: auto;
}

.slide-dsc-blk {
  margin-right: 25px;
  margin-left: 25px;
}

.slide-title {
  margin-bottom: 5px;
  color: #07658c;
  font-size: 36px;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.slide-logo {
  height: 40px;
}

.slide-logo.slidelogo1 {
  background-image: url('../images/logo2.png');
  background-position: 0% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
}

.slide-logo.slidelogo2 {
  background-image: url('../images/logo3.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-2 {
  color: #07b0ec;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.5px;
}

.text-block-3 {
  margin-top: 10px;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.text-block-4 {
  font-family: 'Gotham book', sans-serif;
  color: #16a8e5;
  font-size: 12px;
  letter-spacing: 0.2px;
  text-indent: 0px;
}

.more-arrow-link {
  margin-top: 12px;
  padding: 12px 46px;
  background-image: url('../images/arrow1.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.sec2-bg2 {
  padding-top: 115px;
  padding-bottom: 115px;
  /* background-color: #e1ecf0; */
  background-color: #f7f6fa;
}

.sec2-bg3 {
  padding-top: 115px;
  padding-bottom: 115px;
  background-color: #e8eff2;
}

.sec3-bg {
  height: auto;
  padding-top: 55px;
}

.sec3-bg1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 790px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Banner1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  position: absolute;
}

._360-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 295px;
  height: 81px;
  margin-right: auto;
  margin-left: auto;
  background-color: #00a1e4;
  background-image: url('../images/360img.jpg');
  background-position: 50% 50%;
  background-size: 295px 81px;
  background-repeat: no-repeat;
}

._360-link.disable {
  display: none;
}

.sec4-bg {
  height: 789px;
  background-image: url('../images/afterSaleBanner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec5-bg {
  padding-top: 100px;
  padding-bottom: 350px;
}

.sec5-imgbg {
  position: relative;
  width: 100%;
  height: 614px;
}

.sec5-imgbg.imgbg-01 {
  background-image: url('../images/安裝And-維修.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec5-imgbg.imgbg-03 {
  background-image: url('../images/銷售-and-設計-.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec5-imgbg.imgbg-04 {
  background-image: url('../images/報讀.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.image-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.image-3 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.text-block-6 {
  position: absolute;
  right: 30px;
  bottom: 35px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
}

.text-block-7 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-family: Gotham, sans-serif;
  color: rgba(10, 91, 118, 0.15);
  font-size: 90px;
  line-height: 75px;
  letter-spacing: 0.2px;
}

.sec5-link {
  width: 100%;
  text-decoration: none;
}

.sec5-link:hover {
  opacity: 0.9;
}

.sec5-row {
  max-width: 1000px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
}

.footer-sec {
  position: relative;
  z-index: 999;
}

.footer-blk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #141f3b;
}
.asfooter-col {vertical-align:top}

.text-block-8 {
  color: #8798af;
  font-size: 12px;
  letter-spacing: 1px;
}

.link-2 {
  margin-right: 10px;
  border-right: 1px none #8798af;
  color: #8798af;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-3 {
  margin-left: 10px;
  color: #8798af;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}

.image-4 {
  position: relative;
}

.div-block-4 {
  width: 1px;
  height: 10px;
  background-color: #8798af;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-link {
  position: absolute;
  right: 40px;
  bottom: 92px;
}

.nav-menu {
  height: 100%;
  float: none;
}

.banner-bg {
  width: 100%;
  height: 600px;
}

.banner-bg.envir-banner {
  background-image: url('../images/banner4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-bg.course-banner {
  background-image: url('../images/banner25.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-bg.course3-banner {
  background-image: url('../images/daikin-web_courseJoin_banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-bg.product-banner {
  background-image: linear-gradient(9097deg, #eaedf2, #e6e9ed 31%, rgba(240, 243, 247, 0) 56%), url('../images/banner9.jpg');
  background-position: 0px 0px, 37% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner-bg.shoplocation-banner {
  height: 290px;
  padding-top: 136px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.banner-bg.career-banner {
  background-image: url('../images/banner14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-bg.contact-banner {
  background-image: url('../images/banner15.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-bg.guide-banner {
  background-image: url('../images/banner21.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-bg.rvrv-banner {
  background-image: url('../images/banner30.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-bg.spare-banner {
  background-image: url('../images/banner27.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-bg.about-banner {
  background-image: url('../images/banner24.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-bg.tour-banner {
  background-image: url('../images/banner4c.jpg');
  background-position:center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-bg.tvc-banner {
  background-image: url('../images/adv_20200519.jpg');
  background-position:50% 40%;
  background-size:100% auto;
  background-repeat: no-repeat;
}

.banner-bg.news-banner {
  background-image: url('../images/adv_20200519.jpg');
  background-position:50% 40%;
  background-size:100% auto;
  background-repeat: no-repeat;
}

.banner-bg.banner-slider {
  background-color: #cce9f8;
}

.banner-bg.promotion-banner {
/*  background-image: url('../images/banner34.jpg');   background-position: 50% 50%; */
  background-image: url("/images/92edit.jpg");
  background-position: 40% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-txt-blk {
  color: #00a1e4;
}

.text-block-9 {
  margin-bottom: 5px;
  color: #07658c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-block-10 {
  margin-bottom: 10px;
  color: #07658c;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-block-11 {
  max-width: 600px;
  color: #00a1e4;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.text-block-11.product-banner {
  max-width: 290px;
}

.content-sec {
  position: relative;
}

.tab-blk {
  position: relative;
  top: -75px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.06);
}

.tab-blk.course-tab {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.tab-blk.product-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
  .tab-blk.product-tab .line-blue:last-child {display:none;}
.tab-blk.career-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.tab-blk.rvrv-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.tab-linkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #00a1e4;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.tab-linkbox.w--current {
  background-color: #00a1e4;
  color: #fff;
}

.tab-linkbox._20percent-w {
  width:14.2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-linkbox._20percent-w.current {
  background-color: #00a1e4;
  color: #fff;
}

.tab-linkbox._33precent-w {
  width: 33.33%;
}

.tab-linkbox._33precent-w.current {
  background-color: #00a1e4;
  color: #fff;
}

.tab-linkbox._25precent-dd-w {
  position: relative;
  width: 100%;
  padding: 0px;
}

.tab-linkbox._50percent-w {
  width: 50%;
}

.tab-linkbox._16percent-w {
  width: 16.6%;
}

.tab-linkbox._16percent-w.current {
  background-color: #00a1e4;
  color: #fff;
}

.line-blue {
  width: 1px;
  height: 100%;
  min-width: 1px;
  background-color: #00a1e4;
}

.content-bg {
  position: relative;
  padding-top: 45px;
  padding-bottom: 30px;
}

.content-bg.dis-bg {
  padding-bottom: 0px;
}

.content-bg.envir-bg {
  padding-bottom: 85px;
}

.content-bg.course-salesdesign-bg {
  padding-bottom: 0px;
}

.content-bg.course-join-bg {
  padding-bottom: 350px;
}

.content-bg.product-bg {
  padding-bottom: 85px;
  background-color: #f8f7f4;
}

.content-bg.p-details-bg {
  padding-top: 200px;
  padding-bottom: 0px;
  background-color: #fff;
}

.content-bg.after {
  padding-bottom: 250px;
}

.content-bg.bking {
  padding-bottom: 60px;
}

.content-bg.showroom {
  padding-bottom: 300px;
}

.content-bg.greybg {
  padding-bottom: 400px;
  background-color: #f8f7f4;
}

.content-bg.rvrv1 {
  padding-bottom: 150px;
}

.content-bg.rvrv2 {
  padding-bottom: 400px;
}

.content-bg.p-compare {
  padding-top: 200px;
  padding-bottom: 220px;
  background-color: #0b447e;
}

.content-bg.about-bg {
  padding-bottom: 250px;
}

.content-bg.media-bg {
  padding-bottom: 85px;
}

.content-heading {
  text-align: center;
}

.content-heading.after-heading {
  display: none;
}

.content-heading.about {
  margin-top: 60px;
}

.content-heading.m-top-45 {
  margin-top: 45px;
}

.content-heading.m-top-45.hide {
  display: none;
}

.text-block-12 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  color: #00a1e4;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-block-12.txt11 {
  font-size: 28px;
}

.text-block-12.left {
  text-align: left;
}

.div-block-6 {
  display: block;
  width: 46px;
  height: 6px;
  margin: 12px auto;
  background-color: #08428e;
}

.div-block-6.left {
  float: left;
}

.text-block-13 {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.text-block-13.tour-introtxt {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-13.career-intro {
  display: block;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-13.about {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.discover-blk {
  margin-top: 100px;
}

.dis-dsc-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.dis-dsc-blk.reverse {
  opacity: 0;
}

.dis-dsc-blk.blue-dsc {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 1;
}

.dis-dsc-blk.blue-dsc.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.dis-dsc-blk.career-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.dis-img-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dis-img-blk.rvrv3 {
  width: 180px;
  height: 180px;
  min-height: 180px;
  min-width: 180px;
  margin-top: 80px;
  border: 5px solid #e0e0e0;
  border-radius: 1000px;
}

.dis-img-blk.rvrv3.livingimg1 {
  margin-top: 0px;
  background-image: url('../images/img173.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dis-img-blk.rvrv3.bedrm-img {
  margin-top: 0px;
  background-image: url('../images/img176.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dis-img-blk.rvrv3.kitchen-img {
  margin-top: 0px;
  background-image: url('../images/img175.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dis-dsc {
  position: relative;
  width: 48%;
  padding-bottom: 15px;
}

.dis-dsc.blue-bg {
  padding-top: 47px;
  padding-bottom: 47px;
  padding-left: 30px;
  background-color: #00a1e4;
}

.dis-dsc.blue-bg._62w {
  width: 62%;
  padding-left: 50px;
  background-image: url('../images/earthBg-01.png');
  background-position: 93% 570%;
  background-size: 260px;
  background-repeat: no-repeat;
}

.dis-dsc.rvrv3 {
  width: 70%;
  margin-left: 80px;
}

.dis-dsc.rvrv3.double {
  margin-right: 80px;
  margin-left: 0px;
}

.text-block-15 {
  display: inline-block;
  padding-right: 15px;
  background-color: #fff;
  color: #00a1e4;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-block-15.white {
  background-color: #00a1e4;
  color: #fff;
}

.text-block-15.white._24pt {
  font-size: 24px;
}

.text-block-15._18pt {
  font-size: 18px;
  line-height: 24px;
}

.text-block-15.rvrv1-title {
  font-size: 54px;
  line-height: 54px;
}

.text-block-15.rvrv1-title.no1 {
  color: #ef3a3a;
}

.text-block-15.rvrv1-title.no3 {
  color: #f1ad36;
}

.text-block-15.rvrv1-title.no4 {
  color: #4dcfc4;
}

.text-block-15.rvrv3 {
  font-size: 26px;
}

.text-block-15.rvrv3.double {
  padding-right: 0px;
  padding-left: 15px;
}

.text-block-16 {
  padding-right: 100px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.text-block-16.career-txt {
  padding-right: 20px;
  padding-bottom: 38px;
}

.text-block-16.rvrv1-content {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}

.more-btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.image-6 {
  float: right;
}

.image-6.second {
  float: left;
}

.dsc-title {
  width: 100%;
  margin-bottom: 20px;
  clear: both;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/line_1line.png');
  background-position: 50% 50%;
  background-size: auto 8px;
  background-repeat: no-repeat;
}

.dsc-title.double {
  text-align: right;
}

.content-dis {
  padding-top: 100px;
  padding-bottom: 450px;
  background-color: #e8f3f7;
}

.story-box {
  margin-top: 45px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.story-link {
  color: #000;
  text-decoration: none;
}

.text-block-17 {
  display: inline-block;
  margin-top: 15px;
  padding-right: 30px;
  background-image: url('../images/icon3_1icon3.png');
  background-position: 100% 50%;
  background-size: 20px 14px;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.image-7 {
  display: block;
}

.pop-discover01 {
  background-color: #d4ecf6;
}

.pop-padding {
  padding-top: 100px;
  padding-bottom: 150px;
}

.pop-content-bg {
  position: relative;
  padding: 60px 65px 95px;
  background-color: #fff;
}

.pop-content-bg.career {
  padding: 85px 65px 200px;
}

.image-8 {
  display: block;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-18 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-block-19 {
  display: inline-block;
  padding-right: 15px;
  background-color: #fff;
  color: #00a1e4;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.5px;
}

.image-9 {
  float: right;
}

.example {
  position: relative;
  width: 465px;
  margin-right: 5px;
  margin-left: 5px;
}

.exampleblk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-10 {
  margin-top: 25px;
  clear: both;
}

.div-block-11 {
  margin-top: 125px;
}

.div-block-11.heatpump {
  margin-top: 175px;
}

.text-block-20 {
  margin-right: 20px;
  color: #00a1e4;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-block-21 {
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-12.other {
  margin-top: 60px;
}

.controlblk {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-22 {
  margin-top: 14px;
  padding-left: 48px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.control-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-11 {
  width: 465px;
}

.div-block-13 {
  margin-right: 15px;
}

.link-4 {
  margin-top: 70px;
  margin-right: 10px;
  padding: 13px 20px;
  float: right;
  background-color: #00a1e4;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.pop-close {
  position: absolute;
  top: -24px;
  right: -24px;
}

.pop-close2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -30px;
  display: block;
  width: 64px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pop-discover02 {
  background-color: #d4ecf6;
}

.div-block-15 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-15.benefit {
  margin-top: 115px;
}

.div-block-15.media-details-blk {
  padding-bottom: 120px;
}

.pop-discover03 {
  background-color: #d4ecf6;
}

.italic-text {
  font-style: normal;
}

.environmental-blk {
  margin-top: 20px;
}

.image-12 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.dsc-pt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dsc-pt.blue-bg-pt {
  margin-top: 10px;
  padding-right: 50px;
}

.image-13 {
  margin-right: 15px;
}

.div-block-17 {
  width: 8px;
  height: 8px;
  min-height: 8px;
  min-width: 8px;
  margin-top: 5px;
  margin-right: 10px;
  background-color: #08428e;
}

.text-block-24 {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.text-block-24.green-txt {
  color: #fff600;
}

.image-14 {
  position: absolute;
  top: 20px;
  right: 25px;
}

.image-15 {
  margin-right: 10px;
}

.link-5 {
  color: #fff600;
  line-height: 17px;
  text-decoration: none;
}

.recycle-link-blk {
  position: relative;
  z-index: 1;
  margin-top: 25px;
}

.image-16 {
  position: absolute;
  right: 32px;
  bottom: 37px;
}

.media-list-blk {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e1e1e1;
}

.media-img-blk {
  width: 300px;
  height: 300px;
  min-height: 300px;
  min-width: 300px;
  border: 0px solid #e1e1e1;
}

.media-img-blk.media-bg-img {
  background-image: url('../images/Daikin-Expertise-Training-Brochure-0.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.media-img-blk.media-bg-img4 {
  background-image: url('../images/IMG_8858_R1-1280x853.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.media-img-blk.media-bg-img5 {
  background-image: url('../images/img250.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.media-list-dsc {
  padding-right: 75px;
  padding-left: 75px;
  text-align: left;
}

.media-list-date {
  margin-bottom: 15px;
  color: #b8b8b8;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.media-list-title {
  margin-bottom: 15px;
  color: #00a1e4;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.media-list-c {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.media-list-link {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.media-blk {
  padding-bottom: 280px;
}

.pop-meda {
  background-color: #d4ecf6;
}

.media-details-date {
  margin-bottom: 12px;
  color: #b5b5b5;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.media-details-title {
  margin-bottom: 25px;
  color: #00a1e4;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.media-details-conten {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.media-details-slider {
  height: 100%;
  margin-bottom: 75px;
  border: 0px solid #e2e2e2;
  background-color: transparent;
}

.media-details-slide {
  height: 610px;
}

.media-lightbox-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 610px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow-2 {
  left: -18px;
  width: 36px;
  background-image: url('../images/img32_1img32.png');
  background-position: 0px 50%;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}

.right-arrow-2 {
  right: -18px;
  width: 36px;
  background-image: url('../images/img31_1img31.png');
  background-position: 100% 50%;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}

.tvc-blk {
  padding-bottom: 250px;
}

.tvc-each-blk {
  position: relative;
  display: block;
  width: 300px;
  height: 169px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tvc-each-blk.tvc-bg-img1 {
  background-image: url('../images/tvc_R32.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tvc-each-blk.tvc-bg-img2 {
  background-image: url('../images/tvc-ppt_420_DAMA.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tvc-each-blk.tvc-bg-img3 {
  background-image: url('../images/tvc-AppleProRes422.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tvc-each-blk.tvc-bg-img4 {
  background-image: url('../images/tvc-2016.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tvc-each-blk.tvc-bg-img5 {
  background-image: url('../images/7color-kun.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tvc-each-blk.tvc-bg-img6 {
  background-image: url('../images/tvc_2014.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tvc-each-blk.tvc-bg-img7 {
  background-image: url('../images/tvc_2013.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tvc-each-blk.tvc-bg-img8 {
  background-image: url('../images/tvc_2012.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tvc-each-blk.tvc-bg-img9 {
  background-image: url('../images/tvc_2011.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tvc-each-blk.tvc-bg-img10 {
  background-image: url('../images/tvc_2010.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tvc-each-blk.tvc-bg-img11 {
  background-image: url('../images/tvc_2009.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tvc-each-blk.tvc-bg-img12 {
  background-image: url('../images/unnamed.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tvc-each-blk.tvc-bg-img13 {
  background-image: url('../images/mcdull.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tvc-each-blk.tvc-bg-img14 {
  background-image: url('../images/savemore.jpg');
  background-position: 21% 50%;
  background-size: 320px;
  background-repeat: no-repeat;
}

.tvc-white-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.3);
  opacity: 0;
}

.tvc-row-blk {
  margin-top: 12px;
}

.tvc-dsc {
  max-width: 300px;
  margin-top: 10px;left:0;right:0;
  margin-right:auto;margin-left:auto;
}

.tvc-title {
  margin-bottom: 5px;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.5px;
}

.tvc-txt {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.5px;
}

.tvc-each-lightbox {
  vertical-align:top;
  display: inline-block;
  width: 33%;
  margin-right: auto;
  margin-left: auto;
  padding: 44px 10px;
  text-decoration: none;
}

.tour-blk {
  padding-bottom: 300px;
}

.tour-intro {
  display: block;
  max-width: 550px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #e1e1e1;
  background-color: #e8f3f7;
}

.tour-intro.disable {
  display: none;
}

.text-block-25 {
  margin-bottom: 5px;
  padding-left: 20px;
  background-image: url('../images/img34_1img34.png');
  background-position: 0px 4px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.text-block-26 {
  margin-bottom: 20px;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.5px;
}

.div-block-18 {
  margin-right: 50px;
  margin-left: 160px;
}

.tour-form {
  display: block;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-27 {
  margin-bottom: 50px;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.tour-each-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tour-each-field.showroom {
  margin-top: 40px;
}

.label {
  width: 170px;
  min-width: 170px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.label.radio-label {
  width: auto;
  min-width: auto;
}

.txt-field {
  margin-bottom: 0px;
}

.txt-field.date-form {
  background-image: url('../images/img35_1img35.png');
  background-position: 98% 50%;
  background-size: 29px 27px;
  background-repeat: no-repeat;
}

.tour-select {
  width: 80px;
  margin-bottom: 0px;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.5px;
}

.form-radio {
  margin-right: 40px;
  margin-bottom: 0px;
}

.radio-button {
  width: 15px;
  height: 15px;
  margin-top: 2px;
}

.text-block-28 {
  margin-bottom: 35px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.div-block-19 {
  display: block;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-20 {
  display: block;
  width: 80%;
  height: 1px;
  margin: 55px auto;
  background-color: #00a1e4;
}

.submit-btn {
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px 60px;
  font-size: 20px;
  font-weight: 700;
}

.reset-btn {
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px 60px;
  background-color: #bbb;
  font-size: 20px;
  font-weight: 700;
}

.form-btn-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21.half {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-21.address-dd {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner-white-bg {
  display: none;
}

.repair-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  display: block;
  width: 48%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-24 {
  width: 48%;
}

.div-block-25 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-bottom: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-29 {
  width: 40%;
  margin-right: 20px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.text-block-30 {
  color: #00a1e4;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.image-19 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.course-blk {
  padding-bottom: 65px;
}

.course-step-blk {
  height: 600px;
  background-color: #08428e;
  background-image: url('../images/banner6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.text-block-31 {
  color: #fff;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.course-4step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.course-2step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.course-each-step {
  display: block;
  max-width: 236px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.course-step-img {
  margin-bottom: 10px;
}

.course-step-title {
  color: #00a1e4;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.div-block-27 {
  display: block;
  width: 30px;
  height: 4px;
  margin: 8px auto;
  background-color: #00a1e4;
}

.course-step-c {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.arrow-course {
  position: relative;
  margin-top: 21%;
  margin-right: 5px;
  margin-left: 5px;
}

.image-20 {
  position: relative;
  margin-top: 10%;
  margin-right: 5px;
  margin-left: 5px;
}

.course-repair-blk {
  padding-bottom: 220px;
}

.course-each-blk {
  margin-top: 60px;
}

.course-each-blk.four-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.course-each-blk.four-blk.m-btm360 {
  margin-bottom: 360px;
}

.course-each-intro {
  margin-bottom: 50px;
  text-align: center;
}

.image-21 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-block-32 {
  color: #00a1e4;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.course-intro-line {
  display: block;
  width: 40px;
  height: 6px;
  margin: 15px auto 13px;
  background-color: #08428e;
}

.text-block-33 {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.div-block-29 {
  margin-top: 20px;
}

.text-block-34 {
  color: #00a1e4;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-31 {
  display: block;
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e1e1e1;
  background-color: #f8f7f4;
}

.course-one-row {
  width: 100%;
  text-align: center;
}

.text-block-35 {
  display: inline-block;
  margin-left: -10px;
  padding: 3px 15px 3px 20px;
  background-color: #c6c6c6;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-block-35.checkcourse {
  font-size: 20px;
}

.bulb-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-22 {
  position: relative;
}

.course-line {
  height: 18px;
  margin-top: 30px;
  background-image: url('../images/img60.png');
  background-position: 50% 50%;
  background-size: 1279px 18px;
  background-repeat: no-repeat;
}

.text-block-36 {
  margin-bottom: 18px;
  color: #00a1e4;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-33 {
  width: 8px;
  height: 8px;
  min-height: 8px;
  min-width: 8px;
  margin-top: 3px;
  margin-right: 13px;
  background-color: #08428e;
}

.text-block-37 {
  display: inline-block;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.5px;
}

.course-two-pt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-34 {
  max-width: 360px;
  padding-right: 5px;
  padding-left: 5px;
}

.image-23 {
  margin-top: -3px;
  margin-left: 2px;
}

.div-block-35 {
  width: 48%;
  border: 1px solid #e1e1e1;
  background-color: #f8f7f4;
}

.text-block-38 {
  margin-bottom: 20px;
  color: #00a1e4;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.div-block-36 {
  padding: 50px 50px 60px;
}

.repair-blue-bg {
  position: relative;
  width: 100%;
  height: 515px;
  background-color: #08428e;
  background-image: url('../images/img56.jpg');
  background-position: 120% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.repair-blue-bg.salesdesign-blue-bg {
  background-image: url('../images/img62.jpg');
  background-size: contain;
}

.div-block-38 {
  position: relative;
  left: 94px;
  top: 43px;
  width: 560px;
  padding-top: 90px;
  padding-bottom: 85px;
  padding-left: 45px;
  float: left;
  background-color: #00a1e4;
}

.div-block-38.salesdesign-blue-blk {
  padding-top: 85px;
  padding-bottom: 30px;
}

.div-block-39 {
  position: relative;
  width: 50%;
  padding-top: 45px;
  padding-bottom: 35px;
  padding-left: 50px;
  background-color: #00a1e4;
}

.div-block-39.blueline {
  border-right: 1px solid #08428e;
}

.div-block-39.blueline.guide {
  padding-left: 35px;
}

.div-block-39.guide {
  padding-left: 35px;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.link-block-3 {
  position: relative;
  padding: 17px 60px 17px 30px;
  background-color: #08428e;
  background-image: url('../images/img59_1img59.png');
  background-position: 90% 50%;
  background-size: 34px 14px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.link-block-3:hover {
  opacity: 0.9;
}

.link-block-3.method-btn {
  margin-top: 15px;
}

.link-block-3.join-next-step {
  margin-top: 30px;
  padding-right: 30px;
  float: right;
  background-image: none;
}

.link-block-3.join-next-step.join2 {
  float: left;
}

.link-block-3.join-next-step.join2.reset {
  margin-left: 20px;
  background-color: #3b3b3b;
}

.link-block-3.join-next-step.join2.reset.add-join-reset {
  margin-right: 20px;
}

.link-block-3.join-next-step.join2.error {
  margin-top: 0px;
  margin-left: 10px;
}

.link-block-3.join-next-step.join2.error.opbtn {
  height: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-3.join-next-step.join2.add-join {
  background-color: #00a1e4;
  background-image: none;
  background-size: auto;
}

.text-block-39 {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.text-block-40 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.div-block-41 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 6px;
  height: 100%;
  background-color: #fff;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-24 {
  margin-right: 45px;
}

.method-blk {
  margin-top: 80px;
  margin-bottom: 80px;
}

.method-title {
  color: #00a1e4;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.method-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-41 {
  color: #00a1e4;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-block-42 {
  margin-top: 15px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.div-block-43 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 6px;
  height: 100%;
  background-color: #00a1e4;
}

.div-block-43.add-join {
  background-color: #08428e;
}

.text-block-44 {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-block-44.sub-shoplist {
  color: #00a1e4;
  font-size: 15px;
}

.text-block-44.sub-shoplist {
  color: #00a1e4;
  font-size: 15px;
}

.text-block-45 {
  margin-top: 10px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.text-block-45.shoplist {
  margin-top: 20px;
}

.text-block-45.shoplist.subshoplist {
  margin-top: 5px;
  padding-bottom: 23px;
  border-bottom: 1px solid #dbdbdb;
}

.text-block-45.shoplist.subshoplist {
  margin-top: 5px;
}

.method-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-bar {
  height: 61px;
  background-image: url('../images/course-bar.png');
  background-position: 50% 50%;
  background-size: 896px 100%;
  background-repeat: no-repeat;
}

.course-bar.bar2 {
  background-image: url('../images/course-bar2.png');
  background-size: 896px 100%;
}

.course-bar.bar3 {
  background-image: url('../images/course-bar3.png');
  background-size: 896px 100%;
}

.course-bar-txt {
  width: 250px;
  color: #b2b2b2;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.5px;
}

.course-bar-txt.bar-txt1 {
  width: 255px;
  text-align: right;
}

.course-bar-txt.bar-txt1.current {
  color: #00a1e4;
}

.course-bar-txt.bar-txt1.join1 {
  position: relative;
  left: 18px;
}

.course-bar-txt.bar-txt1.join1.crrent {
  color: #00a1e4;
}

.course-bar-txt.bar-txt1.join2 {
  position: relative;
  left: 18px;
}

.course-bar-txt.bar-txt1.join3 {
  position: relative;
  left: 18px;
  color: #00a1e4;
}

.course-bar-txt.bar-txt2 {
  width: 330px;
  text-align: right;
}

.course-bar-txt.bar-txt2.join1.step2 {
  position: relative;
  left: 53px;
  padding-right: 10px;
}

.course-bar-txt.bar-txt2.join2 {
  position: relative;
  left: 53px;
}

.course-bar-txt.bar-txt2.join2.current {
  color: #00a1e4;
}

.course-bar-txt.bar-txt2.join2.current.step2 {
  padding-right: 10px;
}

.course-bar-txt.bar-txt2.join3 {
  color: #00a1e4;
}

.course-bar-txt.bar-txt2.join3.step2 {
  position: relative;
  left: 53px;
  padding-right: 10px;
}

.course-bar-txt.bar-txt3 {
  width: 310px;
  text-align: right;
}

.course-bar-txt.bar-txt3.join3 {
  color: #00a1e4;
}

.course-bar-txt-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-joni {
  margin-top: 40px;
}

.form-course-blk {
  margin-top: 100px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.must-txt {
  margin-bottom: 15px;
  color: #8a8a8a;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.must-txt.booking {
  margin-bottom: 25px;
}

.text-span {
  color: #00a1e4;
}

.join-pop {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0.35);
}

.div-block-55 {
  position: relative;
  display: block;
  width: 980px;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 50px;
  border-radius: 22px;
  background-color: #e8f3f7;
  box-shadow: 6px 6px 14px 0 rgba(0, 0, 0, 0.25);
}

.text-block-47 {
  color: #27424e;
  font-size: 27px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-block-48 {
  margin-left: 10px;
  color: #27424e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.join-pop-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.join-pop-each {
  margin-top: 40px;
  margin-bottom: 40px;
}

.join-pop-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #00a1e4;
}

.join-pop-year {
  width: 15%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.join-pop-year.details {
  border-right-style: none;
}

.join-pop-date {
  width: 65%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  border-right: 2px solid #127ca8;
  border-left: 2px solid #127ca8;
}

.join-pop-time {
  width: 20%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.join-pop-whitetxt {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.join-pop-whitetxt.bluetxt {
  color: #00a1e4;
}

.join-pop-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 2px solid #00a1e4;
  background-color: #fff;
}

.join-pop-d-date {
  width: 65%;
  border-right: 2px solid #00a1e4;
  border-left: 2px solid #00a1e4;
}

.join-d-date {
  padding: 15px 25px;
}

.join-d-date.grey {
  background-color: #ececec;
}

.join-pop-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.join2-company {
  margin-top: 15px;
  margin-bottom: 45px;
}

.text-block-50 {
  color: #00a1e4;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.image-30 {
  display: block;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  text-align: center;
}

.div-block-56 {
  margin-top: 15px;
}

.join2-cpy-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.join2-cpy-field.half {
  position: relative;
  width: 48%;
}

.join2-cpy-field.half.bking-half.warranty-half {
  width: 50%;
}

.join2-cpy-field.security {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.join2-cpy-field.security.register {
  margin-top: 15px;
}

.join2-cpy-field.error-field {
  margin-top: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.join2-cpy-field.error-field.career-field {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.join2-cpy-field.textarea-radio {
  margin-top: -20px;
}

.join2-cpy-field.address-3 {
  width: 100%;
}

.join2-label {
  width: 120px;
  min-width: 120px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.join2-label.security {
  width: 65px;
  min-width: 65px;
  margin-top: 0px;
}

.join2-label.profile {
  width: auto;
  min-width: auto;
}

.join2-label.nomargin {
  margin-top: 0px;
}

.text-span-3 {
  color: #00a1e4;
}

.join2-input {
  margin-bottom: 0px;
}

.join2-input.eng-name {
  margin-left: 15px;
}

.join2-input.security {
  max-width: 250px;
  margin-right: 13px;
}

.join2-input.date-img {
  background-image: url('../images/img35_1img35.png');
  background-position: 97% 50%;
  background-size: 29px 27px;
  background-repeat: no-repeat;
}

.join2-input.half {
  width: 48%;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-57.upload {
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkbox-field {
  margin-right: 30px;
  margin-bottom: 0px;
}

.checkbox-field.other {
  margin-right: 0px;
}

.checkbox-label {
  width: 50px;
  min-width: 50px;
  margin-bottom: 3px;
  color: #000;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.checkbox-label.guide-checkbox {
  width: auto;
  min-width: auto;
}

.checkbox {
  width: 15px;
  height: 15px;
  margin-top: 2px;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-span-4 {
  color: #8a8a8a;
}

.text-field {
  width: 100%;
  margin-top: -8px;
  margin-bottom: 0px;
}

.join2-agreement {
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-block-54 {
  color: #000;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.link-6 {
  color: #00a1e4;
  text-decoration: none;
}

.radio-button-2 {
  width: 15px;
  height: 15px;
  margin-right: 12px;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-field {
  margin-right: 30px;
}

.checkbox-2 {
  width: 15px;
  height: 15px;
  margin-top: 1px;
  margin-right: 12px;
}

.link-block-6 {
  margin-left: 13px;
}

.div-block-61 {
  margin-top: -25px;
}

.div-block-61.appointment {
  margin-top: 25px;
}

.div-block-61.padding {
  margin-top: -15px;
}

.div-block-62 {
  min-width: 120px;
}

.text-block-55 {
  color: #000;
  font-size: 15px;
}

.text-block-55.confirm-join3 {
  margin-top: 10px;
  margin-right: 15px;
}

.text-block-56 {
  margin-bottom: 30px;
  color: #00a1e4;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.media-sub-tab {
  width: 200px;
  min-width: 200px;
  padding-right: 30px;
  padding-left: 30px;
  border-left: 5px solid #00a1e4;
  background-color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.13);
}

.media-sub-tab-link {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.media-sub-tab-link.w--current {
  background-image: url('../images/img59_1img59.png');
  background-position: 100% 50%;
  background-size: 34px 14px;
  background-repeat: no-repeat;
  color: #00a1e4;
  font-weight: 700;
}

.div-block-63 {
  width: 100%;
  height: 1px;
  background-color: #dfdbdb;
}

.div-block-63.hide {
  display: none;
}

.media-sub-content {
  width: 100%;
  margin-left: 50px;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-blk {
  padding-bottom: 200px;
}

.product-sub-tab {
  width: 230px;
  min-width: 230px;
  background-color: #fff;
}

.product-sub-content {
  position: relative;
  width: 100%;
  margin-left: 80px;
}

.product-sub-content.no-tab {
  display: block;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-sub-tab-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a1e4;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.product-sub-tab-title.moblie-sub-tab {
  display: none;
}

.product-sub-tab-title.desktop-sub-tab {
  background-color: #00a1e4;
}

.div-block-66 {
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.product-filter-blk {
  padding: 18px 35px;
}

.filter-title {
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.filter-txt {
  color: #000;
  letter-spacing: 0.5px;
}

.filter-line {
  width: 100%;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #dfdbdb;
}

.product-heading {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-block-57 {
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
}

.text-block-58 {
  color: #000;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.5px;
}

.remark-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 35px;
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . . .";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.remark-each {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.remark-each.disable {
  display: none;
}

.remark-icon {
  margin-right: 10px;
}

.remark-txt {
  color: #000;
  letter-spacing: 0.5px;
}

.product-row {
  margin-bottom: 35px;
}

.product-linkbox {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-decoration: none;
}

.product-img {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.product-img.p-img1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/product_inverter_split_indoor_FTXS50FVMA8.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-img.p-img2 {
  background-image: url('../images/product_inverter_multi_spilt_indoor_CDKS25EA.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-img.p-img3 {
  background-image: url('../images/product_inverter_multi_spilt_indoor_FFQ25BV1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-name-blk {
  padding: 10px;
  border-top: 1px solid hsla(0, 0%, 60%, 0.17);
  color: #000;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.5px;
}

.product-code-txt {
  color: #00a1e4;
}

.remark-absolute {
  position: absolute;
  top: 15px;
  right: 15px;
}

.p-img-bg {
  display: block;
  width: 270px;
  height: 210px;
  min-height: 210px;
  min-width: 270px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  text-align: center;
}

.remark-icon2 {
  margin-left: 8px;
}

.p-details-name {
  padding-right: 145px;
  color: #000;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.image-33 {
  margin-right: 15px;
  margin-bottom: 30px;
}

.p-details-code-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-details-icon-img {
  margin-right: 7px;
  margin-left: 7px;
}

.p-details-linkbox {
  padding: 13px 20px 13px 57px;
  border: 1px solid #00a1e4;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.p-details-linkbox:hover {
  color: #00a1e4;
}

.p-details-linkbox.compare {
  position: absolute;
  top: 0px;
  right: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #00a1e4;
  background-image: url('../images/img247_1img247.png');
  background-position: 16px 50%;
  background-size: 29px 24px;
  background-repeat: no-repeat;
  color: #fff;
}

.p-details-linkbox.compare:hover {
  opacity: 0.9;
}

.p-details-linkbox.compare.details {
  position: relative;
  right: 0px;
}

.p-details-linkbox.back {
  position: absolute;
  top: 0px;
  right: 40px;
  background-image: url('../images/img92_1img92.png');
  background-position: 17px 50%;
  background-size: 21px 18px;
  background-repeat: no-repeat;
}

.p-details-linkbox.back.compareback {
  top: 30px;
  right: 90px;
}

.p-details-linkbox.back.compareback_invert {
  top: 30px;
  right: 90px;
}

.p-details-blk {
  position: relative;
  padding-right: 40px;
  padding-bottom: 65px;
  padding-left: 40px;
}

.p-details-main-blk {
  margin-top: 50px;
  margin-bottom: 50px;
}

.p-details-main-bg {
  display: block;
  width: 800px;
  height: 400px;
  min-height: 400px;
  min-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.p-details-main-bg.p-d-img1 {
  background-image: url('../images/img90.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-details-main-bg.p-d-img2 {
  background-image: url('../images/RXZ25-35-50NV1B.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-68 {
  display: block;
  width: 70%;
  height: 1px;
  margin: 15px auto;
  background-color: #dcdcdc;
}

.p-d-main-slider {
  display: block;
  height: 100%;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide {
  width: 33.33%;
  height: auto;
}

.p-d-slide-img {
  display: block;
  width: 130px;
  height: 130px;
  min-height: 130px;
  min-width: 130px;
  margin-right: auto;
  margin-left: auto;
}

.p-d-slide-img.slide-img1 {
  display: block;
  background-image: url('../images/img90.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.p-d-slide-img.slide-img3 {
  background-image: url('../images/RXZ25-35-50NV1B.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.left-arrow-3 {
  width: 25px;
  height: auto;
  background-image: url('../images/img93_1img93.png');
  background-position: 50% 50%;
  background-size: 14px 22px;
  background-repeat: no-repeat;
}

.right-arrow-3 {
  width: 22px;
  height: auto;
  background-image: url('../images/img94_1img94.png');
  background-position: 50% 50%;
  background-size: 14px 22px;
  background-repeat: no-repeat;
}

.mask-2 {
  height: auto;
  margin-right: 30px;
  margin-left: 30px;
}

.pd-function-icon.remote {
  margin-top: 40px;
}

.text-block-59 {
  color: #00a1e4;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.function-icon-blk {
  display: block;
  max-width: 800px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-details-tab {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-details-tab-link {
  margin-right: -1px;
  padding: 12px 70px;
  border: 1px solid #00a1e4;
  background-color: transparent;
  color: #00a1e4;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.p-details-tab-link.w--current {
  background-color: #00a1e4;
  color: #fff;
}

.tabs-content {
  margin-top: -1px;
  padding-top: 50px;
  padding-bottom: 180px;
  background-color: #00a1e4;
}

.details-tab {
  display: block;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.details-tab.intro {
  max-width: 800px;
}

.details-tab.support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spec-each {
  margin-bottom: 15px;
}

.spec-title {
  margin-bottom: -1px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 45px;
  background-color: #ddf5ff;
  background-image: url('../images/img91_1img91.png');
  background-position: 15px 50%;
  background-size: 19px 17px;
  background-repeat: no-repeat;
  color: #00a1e4;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.5px;
}

.spec-title:hover {
  background-color: #fff;
}

.spec-each-pt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #ddf5ff;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0.5px;
}

.spec-pt-title {
  width: 140px;
  min-width: 140px;
  font-weight: 700;
}

.spec-pt-data {
  font-weight: 700;
}

.column-2 {
  padding-right: 15px;
  padding-left: 15px;
}

.div-block-69 {
  width: 8px;
  height: 8px;
  min-height: 8px;
  min-width: 8px;
  margin-top: 9px;
  margin-right: 10px;
  border-radius: 1000px;
  background-color: #ddf5ff;
}

.intro-txt {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0.5px;
}

.intro-pt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.support-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 32px 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #ddf5ff;
  color: #00a1e4;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.support-link:hover {
  background-color: #fff;
}

.image-34 {
  height: 45px;
  margin-right: 15px;
}

.mouse-over-menu {
  position: relative;
  top: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  min-width: 950px;
  padding-right: 30px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.image-36 {
  position: absolute;
}

.image-37 {
  position: absolute;
  left: -35px;
  top: -8px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.mouseover-submenu {
  max-width: 225px;
  min-width: 225px;
  border-right: 1px solid #eee;
}

.mouseover-sub-linkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/img103_1img103.png');
  background-position: 85% 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  color: #00a1e4;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.mouseover-sub-linkbox:hover {
  background-color: #00a1e4;
  color: #fff;
}

.mouseover-sub-linkbox.w--open {
  background-color: #00a1e4;
  background-image: url('../images/img103_1img103.png');
  background-size: 9px 14px;
  color: #fff;
}

.div-block-70 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: #eee;
}

.mouseover-subsub-menu {
  min-width: 340px;
  padding: 25px 40px;
}

.sub-sub-product-link {
  position: relative;
  display: block;
  padding-left: 13px;
  background-image: url('../images/img102_1img102.png');
  background-position: 0px 10px;
  background-size: 5px 5px;
  background-repeat: no-repeat;
  color: #000;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.sub-sub-product-link:hover {
  color: #00a1e4;
  text-decoration: underline;
}

.mouseover-dd {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 16.66%;
  min-width: 225px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mouseover-dd.disable {
  display: none;
}

.dropdown-list-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 340px;
  height: 0px;
  min-width: 340px;
  padding-bottom: 25px;
}

.dropdown-list-2.w--open {
  position: absolute;
  left: 224px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 360px;
  min-height: 360px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.dropdown-list-2.comm {
  top: -60px;
}

.dropdown-list-2.vrv {
  top: -240px;
}

.dropdown-list-2.chiller {
  top: -288px;
}

.dropdown-list-2.chiller.w--open {
  top: -300px;
}

.dropdown-list-2.center {
  top: -180px;
}

.mouseover-residential {
  position: relative;
  display: block;
}

.preview-img-blk {
  display: none;
  width: 300px;
  min-height: 240px;
  min-width: 300px;
  margin: 25px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preview-img-blk.img1 {
  background-image: url('../images/img90.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.preview-bg-img {
  display: none;
  height: 100%;
  min-height: 240px;
  min-width: 300px;
  background-image: url('../images/img90.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.preview-bg-img2 {
  display: none;
  height: 100%;
  min-height: 240px;
  min-width: 300px;
  background-image: url('../images/product_inverter_multi_spilt_indoor_FFQ25BV1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mouseover-commercial {
  display: block;
}

.mouseover-vrv {
  display: block;
}

.mouseover-chiller {
  display: block;
}

.tab-link-dd {
  width: 20%;
  height: 100%;
}

.tablink-ddlist {
  background-color: #fff;
}

.tablink-ddlist.w--open {
  overflow: auto;
  max-height: 500px;
  max-width: 100%;
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.23);
}

.tablink-ddlist-link {
  width: 100%;
  padding: 15px 25px;
  border-bottom: 1px solid #eee;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.tablink-ddlist-link:hover {
  background-image: url('../images/img105.png');
  background-position: 0px 50%;
  background-size: 5px 100%;
  background-repeat: no-repeat;
  color: #00a1e4;
  font-weight: 700;
}

.tablink-ddlist-link.title {
  border-bottom-style: none;
  background-color: #00a1e4;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.productlink-sub {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00a1e4;
  text-decoration: none;
}

.productlink-sub.w--current {
  background-color: #00a1e4;
  color: #fff;
}

.productlink-sub.product2-tab {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.productlink-sub.product2-tab.w--current {
  background-image: none;
  background-size: auto;
}

.productlink-sub.product1-tab {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.productlink-sub.product1-tab.w--current {
  background-image: none;
  background-size: auto;
}

.productlink-sub.product3-tab {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.productlink-sub.product3-tab.w--current {
  background-image: none;
  background-size: auto;
}

.productlink-sub.product4-tab1 {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.productlink-sub.product4-tab1.w--current {
  background-image: none;
  background-size: auto;
}

.productlink-sub.product5-tab {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.productlink-sub.product5-tab.w--current {
  background-image: none;
}

.dropdown-4 {
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-toggle-4 {
  padding: 0px;
}

.dropdown-list-4 {
  left: 0px;
  width: 950px;
  margin-top: -2px;
}

.dropdown-list-4.w--open {
  left: -417px;
  top: 81px;
}

.aftersales-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.aftersales-row.disable {
  display: none;
}

.after-icon1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.after-icon1-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-62 {
  color: #00a1e4;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.login-label {
  min-width: 135px;
  margin-bottom: 0px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.login-label.security {
  min-width: 75px;
}

.login-blk {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-blk.security {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.forget-pw {
  position: absolute;
  right: 0px;
  bottom: -25px;
  display: block;
  margin-top: 10px;
  color: #00a1e4;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.text-field-2 {
  margin-bottom: 0px;
}

.text-field-2.security {
  margin-left: 20px;
}

.link-block-7 {
  min-height: 31px;
  min-width: 31px;
  margin-left: 15px;
}

.login-btn {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 150px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 30px 15px 36px;
  background-color: #08428e;
  color: #fff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.login-btn.second {
  left: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 150px;
  background-color: #08428e;
  text-align: center;
}

.div-block-72 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 6px;
  height: 100%;
  background-color: #00a1e4;
}

._15pt-txt {
  color: #000;
  font-size: 15px;
  letter-spacing: 0.5px;
}

._15pt-txt.login {
  text-align: center;
}

.text-span-5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-38 {
  margin-top: 1px;
  margin-right: 10px;
}

.div-block-74 {
  margin-top: 30px;
  padding-right: 22px;
  padding-left: 22px;
}

.login-col {
  padding-right: 30px;
  padding-bottom: 70px;
  padding-left: 20px;
}

.register-heading {
  margin-bottom: 30px;
  text-align: center;
}

.image-39 {
  margin-bottom: 15px;
}

.div-block-75 {
  margin-top: 45px;
}

.register-individual-form {
  margin-bottom: 15px;
  border-top: 1px solid #00a1e4;
}

.select-field {
  max-width: 80px;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.5px;
}

.select-field.error {
  max-width: 145px;
  margin-right: 12px;
}

.select-field-2 {
  margin-bottom: 0px;
  color: #000;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.radio-button-field-2 {
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 0px;
}

.div-block-76 {
  margin-bottom: 20px;
}

.radio-button-label {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.radio-button-3 {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 5px;
}

.aftersales-footer {
  margin-bottom: 215px;
}

.as-footer-address {
  padding-top: 50px;
  padding-bottom: 15px;
  background-color: #e1ecf0;
}

.as-footer-row {
  margin-bottom: 35px;
}

.as-footer-icon {
  width: 43px;
  margin-right: 7px;
}

.as-footer-address-title {
  margin-bottom: 8px;
  color: #00a1e4;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.as-footer-16pt {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.as-each-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-77 {
  margin-top: 10px;
}

.text-span-6 {
  font-weight: 700;
}

.text-block-63 {
  margin-bottom: 10px;
  color: #000;
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.blue-color {
  color: #00a1e4;
}

.as-footer-world {
  height: 426px;
  background-image: url('../images/banner11.jpg');
  background-position: 50% 50%;
  background-size: 2000px 100%;
  background-repeat: no-repeat;
}

.world-title {
  color: #00a1e4;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.div-block-78 {
  width: 25px;
  height: 3px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #00a1e4;
}

.world-link {
  display: inline-block;
  padding-left: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/img122_1img122.png');
  background-position: 0px 50%;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.text-block-64 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.world-col {
  padding-right: 0px;
  padding-left: 0px;
}

.world-row {
  margin-bottom: 20px;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.after-sub-tab-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.after-sub-tab {
  min-width: 230px;
  margin-right: 20px;
}

.after-sub-tab-content {
  position: relative;
  width: 100%;
  padding: 25px 40px;
  border: 1px solid #e1e1e1;
  background-color: #e8f3f7;
}

.after-sub-tab-content.error {
  display: block;
  max-width: 675px;
  min-height: 550px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
}

.after-sub-tab-content.faq {
  margin-top: 60px;
  padding-top: 35px;
}

.after-sub-tab-content.career {
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.after-sub-tab-content.confirmation {
  padding-top: 40px;
  padding-bottom: 40px;
}

.after-sub-tab-content.renewal-blk {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  background-color: #e8f3f7;
}

.after-sub-tab-content.white {
  border-style: none;
  background-color: transparent;
}

.after-sub-tab-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-bottom: 4px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8f3f7;
  color: #00a1e4;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.after-sub-tab-link.after-link2 {
  background-image: url('../images/img114_1img114.png');
  background-position: 40px 50%;
  background-size: 43px 43px;
  background-repeat: no-repeat;
}

.after-sub-tab-link.after-link2.w--current {
  background-color: #00a1e4;
  background-image: url('../images/img114-over_1img114-over.png');
  color: #fff;
}

.after-sub-tab-link.after-link3 {
  background-image: url('../images/img115_1img115.png');
  background-position: 40px 50%;
  background-size: 47px 47px;
  background-repeat: no-repeat;
}

.after-sub-tab-link.after-link3.w--current {
  background-color: #00a1e4;
  background-image: url('../images/img115-over_1img115-over.png');
  color: #fff;
}

.after-sub-tab-link.after-link3.current {
  background-color: #00a1e4;
  background-image: url('../images/img115-over_1img115-over.png');
  color: #fff;
}

.after-sub-tab-link.after-link4 {
  background-image: url('../images/img116_1img116.png');
  background-position: 34px 50%;
  background-size: 56px 33px;
  background-repeat: no-repeat;
}

.after-sub-tab-link.after-link4.w--current {
  background-color: #00a1e4;
  background-image: url('../images/img116-over_1img116-over.png');
  color: #fff;
}

.after-sub-tab-link.after-link4.current {
  background-color: #00a1e4;
  background-image: url('../images/img116-over_1img116-over.png');
  color: #fff;
}

.image-40 {
  position: absolute;
  top: 0px;
  right: -12px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}

.text-block-65 {
  margin-bottom: 25px;
  color: #00a1e4;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-block-65.small {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #00a1e4;
  font-size: 20px;
}

.select-field-3 {
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}

.select-field-3.edit-address {
  width: 180px;
}

.select-field-3.edit-address.register {
  margin-right: 25px;
}

.select-field-3.address-dd-menu {
  margin-right: 20px;
}

.questionmark {
  position: relative;
  margin-left: 10px;
  color: #000;
  text-decoration: none;
}

.buy-bking-blk {
  max-width: 650px;
}

.image-41 {
  min-height: 32px;
  min-width: 31px;
}

.div-block-83 {
  width: 15px;
  min-width: 15px;
}

.question-hover {
  position: absolute;
  left: 35px;
  top: 0px;
  z-index: 999;
  display: none;
  min-width: 150px;
  border: 1px solid #000;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.question-hover.warranty-q-img1 {
  top: -100px;
  min-height: 203px;
  min-width: 210px;
}

.question-hover.warranty-q-img2 {
  left: -205px;
  top: -60px;
  min-height: 193px;
  min-width: 200px;
}

.question-hover.warranty-q-img2.img4 {
  left: -242px;
  display: none;
}

.question-hover.warranty-q-img3 {
  left: -205px;
  top: -60px;
  min-height: 193px;
  min-width: 200px;
}

.question-hover.warranty-q-img3.img5 {
  left: -242px;
}

.bking-blk {
  margin-top: 15px;
}

.bking-blk.edit-blk {
  margin-top: 25px;
}

.bking-blk.edit-blk.error {
  margin-top: 15px;
}

.bking-blk.edit-confirm {
  padding-top: 80px;
  padding-bottom: 80px;
}

.after-sub-tab-dd {
  display: none;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.renewal-blk {
  margin-top: 15px;
  margin-bottom: 55px;
}

.grid-whitebg {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  padding: 6px 25px;
  background-color: #fff;
}

.grid-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #00a1e4;
}

.grid-bluebg {
  width: 100%;
  height: 100%;
  padding: 6px 20px;
  background-color: rgba(153, 218, 244, 0.65);
}

.grid-bluebg.white {
  background-color: #fff;
}

.grid-blue2-bg {
  width: 100%;
  height: 100%;
  padding: 6px 20px;
  background-color: #d8ebf2;
}

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

.text-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00a1e4;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.gri-col-half {
  width: 48%;
  height: 100%;
}

.text-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00a1e4;
  font-size: 13.5px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-block-70.black {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
}

.grid-sub-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-col {
  padding-right: 0px;
  padding-left: 0px;
}

.renewal-row.mobile {
  display: none;
}

.text-block-71 {
  margin-top: 8px;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.div-block-87 {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #c2c2c2;
}

.div-block-87.renewal {
  margin-top: -25px;
  margin-bottom: 30px;
}

.image-42 {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.text-block-72 {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-span-7 {
  color: #00a1e4;
  font-weight: 700;
}

.button {
  position: relative;
  display: inline-block;
  max-width: auto;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 40px;
  background-color: #00a1e4;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.button.register {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-91 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-block-75 {
  color: #00a1e4;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-block-76 {
  margin-top: 15px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-block-77 {
  color: #00a1e4;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}

.image-44 {
  margin-bottom: 12px;
}

.div-block-92 {
  position: relative;
  width: 18%;
  text-align: center;
}

._w-step-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-45 {
  width: 35px;
  margin-top: 82px;
}

.text-block-78 {
  color: #00a1e4;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-block-79 {
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.text-block-80 {
  color: #00a1e4;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.error-result {
  margin-top: 70px;
}

.error-result-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  min-height: 65px;
  min-width: 65px;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #00a1e4;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}

.result-name {
  margin-left: 10px;
  color: #00a1e4;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scrollbar {
  position: relative;
  overflow: auto;
  max-height: 550px;
  max-width: 360px;
  min-height: 550px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
}

.scrollbar.comparescrollbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 45px;
  box-shadow: none;
}

.scrollbar.tabmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-height: auto;
  max-width: 950px;
  min-height: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
}

.faq-blk {
  display: block;
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}

.faq-qna {
  margin-bottom: 25px;
}

.faq-question {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #08428e;
  text-decoration: none;
}

.faq-question.rvrv2-q {
  padding-right: 45px;
}

.question-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  min-height: 50px;
  min-width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a1e4;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.question-blk.ans-blk {
  background-color: #50ccff;
}

.questiontxt-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-right: 18px;
  margin-left: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.questiontxt-blk.anstxt {
  color: #000;
}

.questiontxt-blk.anstxt.wifi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-ans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.div-block-97 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-46 {
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  margin-top: 1px;
  margin-right: 3px;
  margin-left: 3px;
}

.text-block-81 {
  display: inline-block;
}

.partner-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 85px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-8 {
  position: relative;
}

.image-47 {
  position: absolute;
  right: -120px;
  bottom: 20px;
}

.showroom-intro {
  position: relative;
  top: -120px;
  z-index: 1;
  display: block;
  max-width: 590px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 60px;
  background-color: #00a1e4;
  opacity: 0;
}

.text-block-82 {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.5px;
}

.floorplan-bg {
  position: relative;
  display: block;
  width: 665px;
  height: 505px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/img136.png');
  background-position: 50% 50%;
  background-size: 665px 505px;
  background-repeat: no-repeat;
}

.fp-linkbox {
  position: relative;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.fp-linkbox.fplink1 {
  position: absolute;
  top: 151px;
  right: 136px;
}

.fp-linkbox.fplink2 {
  position: absolute;
  left: 24px;
  bottom: 145px;
}

.fp-linkbox.fplink3 {
  position: absolute;
  left: 120px;
  top: 241px;
}

.fp-linkbox.fplink4 {
  position: absolute;
  right: 263px;
  bottom: 100px;
}

.fp-linkbox.fplink5 {
  position: absolute;
  right: 360px;
  bottom: 125px;
}

.fp-mouseover {
  position: absolute;
  z-index: 99;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #00a1e4;
  background-color: #00a1e4;
}

.fp-mouseover.fp-mo-01 {
  left: 43px;
  bottom: -2px;
}

.fp-mo-img {
  width: 164px;
  height: 109px;
  background-image: url('../images/img133.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-98 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-83 {
  margin-right: 10px;
}

.image-49 {
  position: absolute;
  left: -9px;
  top: auto;
  bottom: auto;
}

.sr-360-blk {
  position: relative;
  display: block;
  width: 950px;
  height: 550px;
  margin: 180px auto 130px;
  background-image: url('../images/360icon.png'), url('../images/banner2.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 132px 132px, cover;
  background-repeat: no-repeat, no-repeat;
}

.sr-360-blk.disable {
  display: none;
}

.image-50 {
  position: absolute;
  left: 0px;
  top: -42px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.showroom-form {
  display: block;
  max-width: 750px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-84 {
  margin-bottom: 60px;
  color: #000;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.div-blueblk {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px;
  background-color: #00a1e4;
  background-image: url('../images/img137_1img137.png');
  background-position: 15px 41%;
  background-size: 19px 17px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.div-w-430 {
  display: block;
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-101 {
  margin-bottom: 40px;
}

.div-block-102 {
  width: 100%;
  height: 1px;
  background-color: #00a1e4;
}

.button-2 {
  display: block;
  width: 100%;
  max-width: 225px;
  margin-top: 85px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #00a1e4;
  background-color: #fff;
  color: #00a1e4;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.button-2:hover {
  background-color: #00a1e4;
  color: #fff;
}

.button-2.submit {
  display: inline-block;
  margin-top: 0px;
  margin-right: 15px;
  padding: 16px 80px;
  border-style: none;
  background-color: #00a1e4;
  color: #fff;
}

.button-2.reset {
  display: inline-block;
  margin-top: 0px;
  margin-left: 15px;
  padding-right: 80px;
  padding-left: 80px;
  border-style: none;
  background-color: #bbb;
  color: #fff;
}

.text-block-85 {
  margin-left: 15px;
  color: #000;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.location-dist {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.close-img {
  display: none;
}

.close-img-sub {
  display: none;
}

.proshop-pin {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.proshop-pin.hide {
  display: none;
}

.chungyuen-pin {
  position: absolute;
  right: 100px;
  bottom: 0px;
}

.chungyuen-pin.hide {
  display: none;
}

.career-blk {
  display: block;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 250px;
}

.career-result {
  margin-top: 70px;
}

.career-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-row.title {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00a1e4;
}

.career-row.result {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee1e2;
  text-decoration: none;
}

.career-row.careerpage {
  display: block;
  margin-top: 50px;
  padding-right: 0px;
  padding-left: 0px;
}

.career-date {
  width: 15%;
}

.career-area {
  width: 20%;
}

.career-post {
  width: 25%;
}

.career-title {
  width: 35%;
}

.career-title-txt {
  display: block;
  padding-right: 25px;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.career-title-txt.title {
  font-size: 17px;
}

.image-52 {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.job-found {
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.5px;
}

.text-block-86 {
  margin-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.text-block-87 {
  color: #00a1e4;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.op-details {
  margin-top: 30px;
}

.op-details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e0e0e0;
}

.text-block-88 {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.text-block-88.bullet {
  padding-left: 15px;
  background-image: url('../images/img122_1img122.png');
  background-position: 0px 7px;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}

.div-block-104 {
  width: 70%;
}

.div-block-105 {
  width: 30%;
}

.button-3 {
  display: block;
  max-width: 210px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 40px;
  background-color: #00a1e4;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-span-8 {
  color: #00a1e4;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.link-7 {
  color: #000;
  text-decoration: none;
}

.button-4 {
  position: relative;
  padding: 15px 25px;
  background-color: #00a1e4;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.career-lightbox {
  position: relative;
  display: block;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.career-lightbox.img1 {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.career-lightbox.img2 {
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.career-lightbox.img3 {
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.career-mask {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.text-block-89 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.div-w-550 {
  display: block;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.textarea-3 {
  min-height: 120px;
}

.div-block-106 {
  display: block;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.guide-form {
  position: relative;
  z-index: 1;
  margin-top: 45px;
}

.guide-form-blk {
  position: relative;
  display: block;
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 0px;
  background-color: #fff;
}

.image-53 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -19px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-w-820 {
  display: block;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-90 {
  margin-bottom: 25px;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.5px;
}

.div-block-107 {
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
  background-color: #dcdcdc;
}

.guide-search-btn {
  position: relative;
  top: 206px;
  display: block;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 60px 13px 102px;
  background-color: #185771;
  background-image: url('../images/img150_1img150.png');
  background-position: 39% 50%;
  background-size: 31px 33px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.guide-form-bg {
  position: relative;
  height: 486px;
  margin-top: -320px;
  margin-bottom: 140px;
  background-image: url('../images/img148.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-91 {
  margin-bottom: 25px;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.5px;
}

.guide-result {
  display: block;
  max-width: 920px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-92 {
  padding-left: 18px;
  background-image: url('../images/img149_1img149.jpg');
  background-position: 0px 6px;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.div-block-108 {
  padding-right: 35px;
}

.rvrv1-blk {
  display: block;
  max-width: 920px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.rvrv2-blk {
  display: block;
  max-width: 900px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.rvrv2-toggle {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 1px solid #e1e1e1;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.text-block-93 {
  color: #00a1e4;
  font-size: 27px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.div-block-109 {
  display: block;
  width: 50px;
  height: 6px;
  margin: 12px auto 29px;
  background-color: #08428e;
}

.text-block-94 {
  color: #000;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.image-54 {
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.rvrv2-hide {
  display: none;
  margin-top: 60px;
  margin-bottom: 50px;
}

.rvrv2-old-bg {
  display: block;
  width: auto;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 25px;
  background-color: #f6f6f6;
}

.rvrv2-old-bg.new {
  background-color: #d2ecf6;
}

.text-block-95 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.rvrv2-img {
  position: relative;
  display: block;
  width: 320px;
  height: 200px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.rvrv2-img.img1 {
  background-image: url('../images/img159.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rvrv2-img.img2 {
  background-image: url('../images/img160.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rvrv2-img.img3 {
  background-image: url('../images/img161.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rvrv2-img.img4 {
  background-image: url('../images/img162.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rvrv2-img.img5 {
  background-image: url('../images/img163.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rvrv2-img.img6 {
  background-image: url('../images/img164.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-111 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 25px;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.text-block-96 {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.div-block-112 {
  position: absolute;
  top: -15px;
  right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53px;
  height: 53px;
  min-height: 53px;
  min-width: 53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #00a1e4;
}

.text-block-97 {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.5px;
}

.rvrv2-faq {
  margin-top: 60px;
}

.image-55 {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.text-block-98 {
  color: #00a1e4;
  font-size: 27px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.div-block-113 {
  margin-bottom: 50px;
}

.image-56 {
  position: absolute;
  top: 0px;
  right: 20px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}

.rvrv2-ans {
  position: relative;
  display: none;
  padding: 30px 30px 40px;
  border: 1px solid #e1e1e1;
}

.text-block-99 {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.link-8 {
  color: #000;
}

.image-57 {
  position: absolute;
  top: -34px;
  right: 19px;
}

.rvrv3-tab {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.rvrv3-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #e8f8ff;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-column-span: none;
  column-span: none;
}

.rvrv3-tab-link.w--current {
  background-color: #00a1e4;
  color: #fff;
}

.rvrv3-tab-link.kitchen {
  background-image: url('../images/img170_1img170.png');
  background-position: 50% 35%;
  background-size: 64px;
  background-repeat: no-repeat;
}

.rvrv3-tab-link.kitchen.w--current {
  background-image: url('../images/img170-over_1img170-over.png');
}

.rvrv3-tab-link.bedroom {
  background-image: url('../images/img169_1img169.png');
  background-position: 50% 33%;
  background-size: 63px;
  background-repeat: no-repeat;
}

.rvrv3-tab-link.bedroom.w--current {
  background-image: url('../images/img169-over_1img169-over.png');
}

.rvrv3-tab-link.livingroom {
  background-image: url('../images/img167_1img167.png');
  background-position: 50% 34%;
  background-size: 64px;
  background-repeat: no-repeat;
}

.rvrv3-tab-link.livingroom.w--current {
  background-image: url('../images/img167-over_1img167-over.png');
}

.rvrv3-tab-link.diinn {
  background-image: url('../images/img168_1img168.png');
  background-position: 50% 32%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.rvrv3-tab-link.diinn.w--current {
  background-image: url('../images/img168-over_1img168-over.png');
}

.rvrv3-tab-link.bathrm {
  background-image: url('../images/img171_1img171.png');
  background-position: 50% 35%;
  background-size: 64px;
  background-repeat: no-repeat;
}

.rvrv3-tab-link.bathrm.w--current {
  background-image: url('../images/img171-over_1img171-over.png');
}

.rvrv3-tab-link.coatrm {
  background-image: url('../images/img172_1img172.png');
  background-position: 50% 35%;
  background-size: 62px;
  background-repeat: no-repeat;
}

.rvrv3-tab-link.coatrm.w--current {
  background-image: url('../images/img172-over_1img172-over.png');
}

.tabs-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rvrv3-tab-content {
  display: block;
  margin-top: 55px;
}

.text-block-100 {
  color: #00a1e4;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.div-block-114 {
  display: block;
  width: 35px;
  height: 6px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #08428e;
}

.rvrv3-each-pt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rvrv3-each-pt.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.text-block-101 {
  margin-top: -15px;
  color: #00a1e4;
  font-size: 19px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0.5px;
}

.rvrv3-tri-pt {
  padding-left: 25px;
  background-image: url('../images/img91_1img91.png');
  background-position: 0px 3px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.rvrv3-tri-pt.hide {
  display: none;
}

.div-block-115 {
  margin-top: 15px;
}

.text-span-9 {
  font-size: 10px;
}

.rvrv4-tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: transparent;
  color: #00a1e4;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.rvrv4-tab-link.w--current {
  background-color: transparent;
  background-image: url('../images/img177_1img177.png');
  background-position: 50% 100%;
  background-size: 48px 6px;
  background-repeat: no-repeat;
}

.rvrv4-tab-link.hide {
  display: none;
}

.tabs-menu-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.rvrv4-blk {
  margin-top: 50px;
}

.rvrv4-each {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rvrv4-name {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.rvrv4-details {
  min-width: 75%;
  padding-bottom: 5px;
  border-bottom: 1px solid #bfbfbf;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.rvrv4-address {
  margin-bottom: 5px;
  padding-left: 30px;
  background-image: url('../images/img178_1img178.png');
  background-position: 3px 3px;
  background-size: 12px 19px;
  background-repeat: no-repeat;
}

.rvrv4-tel {
  margin-bottom: 5px;
  padding-left: 30px;
  background-image: url('../images/img179_1img179.png');
  background-position: 2px 3px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.rvrv4-tel.hide {
  display: none;
}

.rvrv4-hour {
  margin-bottom: 5px;
  padding-left: 30px;
  background-image: url('../images/img183_1img183.png');
  background-position: 0px 2px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.rvrv4-name-blk {
  width: 25%;
  min-width: 25%;
  padding-right: 15px;
}

.rvrv4-sub-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 140px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8f8ff;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.rvrv4-sub-tab-link.w--current {
  background-color: #00a1e4;
  color: #fff;
}

.tabs-menu-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs {
  display: block;
  max-width: 95%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.tabs-content-2 {
  padding-top: 60px;
}

.rvrv4-fax {
  margin-bottom: 5px;
  padding-left: 30px;
  background-image: url('../images/img180_1img180.png');
  background-position: 0px 4px;
  background-size: 19px 14px;
  background-repeat: no-repeat;
}

.rvrv4-person {
  margin-bottom: 5px;
  padding-left: 30px;
  background-image: url('../images/img181_1img181.png');
  background-position: 0px 3px;
  background-size: 18px 17px;
  background-repeat: no-repeat;
}

.rvrv4-mail {
  margin-bottom: 5px;
  padding-left: 30px;
  background-image: url('../images/img182_1img182.png');
  background-position: 0px 5px;
  background-size: 18px 12px;
  background-repeat: no-repeat;
}

.search-click {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8f8ff;
}

.footer-pop-privacy {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.div-block-116 {
  width: 500px;
}

.div-block-117 {
  width: 500px;
}

.div-block-118 {
  min-width: 500px;
}

.div-block-119 {
  position: relative;
  width: auto;
  min-width: auto;
}

.div-block-120 {
  position: relative;
  overflow: auto;
  max-height: 500px;
  max-width: 800px;
  min-height: 500px;
  min-width: 800px;
  padding: 25px;
  background-color: #d4ecf6;
  box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.29);
  color: #000;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.div-block-120.disclaimer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-102 {
  margin-bottom: 15px;
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-block-103 {
  color: #000;
  letter-spacing: 0.5px;
}

.div-block-121 {
  margin-top: 15px;
}

.text-block-104 {
  margin-bottom: 5px;
  padding-left: 20px;
}

.text-block-105 {
  padding-left: 40px;
}

.text-block-106 {
  margin-bottom: 5px;
}

.link-block-9 {
  position: absolute;
  top: -23px;
  right: -23px;
  z-index: 1;
}

.footer-pop-disclaimer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.div-block-122 {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.p-compare-blk {
  padding: 30px 50px 125px;
  background-color: #fff;
}

.div-block-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  margin-bottom: 55px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.compare-row1 {
  display: inline-block;
  width: 285px;
  min-width: 285px;
}

.compare-row1.product-compare-row {
  border-right: 1px none #000;
  border-bottom: 1px solid #00a1e4;
}

.compare-img-blk {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 185px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.compare-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a1e4;
}

.compare-code.product-codecompare {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.compare-h-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 38px;
  padding-right: 25px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 161, 228, 0.16);
  background-color: #d4ecf6;
  color: #00a1e4;
  letter-spacing: 0.5px;
}

.compare-h-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a1e4;
}

.text-block-107 {
  padding-left: 50px;
  background-image: url('../images/img91_1img91.png');
  background-position: 15px 2px;
  background-size: 19px 17px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-block-108 {
  padding-right: 10px;
  padding-left: 10px;
}

.compare-white-h-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 38px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eee;
  border-right: 1px solid #00a1e4;
  background-color: #fff;
  color: #000;
  text-align: center;
  letter-spacing: 0.5px;
}

.link-block-10 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  max-width: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.compare-img1 {
  width: 100%;
  height: 120px;
  margin-top: 17px;
  background-image: url('../images/FTXZ25-50NV1B_F.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-110 {
  color: #000;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.member-login {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 75px;
}

.member-register {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
}

.div-block-125 {
  display: block;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-126 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: -25px;
}

.div-block-127 {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 75px;
  background-color: #e0e0e0;
}

.warranty-title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a1e4;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.warranty-type-txt {
  width: 20%;
}

.warranty-type-txt.join {
  width: 15%;
}

.warranty-type-txt.warranty {
  width: 15%;
}

.warranty-model-txt {
  width: 30%;
}

.warranty-model-txt.warranty {
  width: 25%;
}

.warranty-expire-txt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.warranty-expire-txt.deadline {
  color: #ff3d3d;
}

.warranty-expire-txt.join {
  width: 20%;
}

.warranty-repair-txt {
  width: 25%;
}

.warranty-repair-txt.join {
  width: 20%;
}

.warranty-repair-txt.join.del-btn {
  width: 15%;
}

.warraty-content-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6fdff;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.warrany-row-dd {
  position: relative;
  width: 100%;
  margin-top: 5px;
  margin-bottom: -5px;
  text-decoration: none;
}

.pop-plan {
  position: relative;
  margin-left: 15px;
}

.repair-btn {
  margin-right: 0px;
  padding: 5px 9px;
  border-radius: 5px;
  background-color: #00a1e4;
  color: #fff;
  line-height: 22px;
  text-decoration: none;
}

.repair-btn:hover {
  opacity: 0.9;
}

.repair-btn.renewal {
  margin-left: 10px;
  background-color: #ff3d3d;
}

.repair-btn.renewal.del-btn {
  margin-left: 0px;
}

.text-block-111 {
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-128 {
  position: relative;
}

.image-58 {
  position: relative;
  top: 0px;
  right: 0px;
  display: block;
  width: 10px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-129 {
  width: 1px;
  height: 32px;
  min-width: 1px;
  margin-right: 2%;
  margin-left: 2%;
  background-color: #00a1e4;
}

.warrany-row-list {
  display: none;
  margin-top: -6px;
  margin-bottom: 12px;
  padding: 15px 20px;
  background-color: #eef7fa;
  color: #000;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.5px;
}

.link-block-11 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f6fdff;
}

.link-block-11:hover {
  -webkit-filter: brightness(106%);
  filter: brightness(106%);
}

.div-block-130 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid rgba(212, 236, 246, 0.79);
}

.div-block-131 {
  position: absolute;
  left: 41px;
  top: -83px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  width: 330px;
  height: 400px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-60 {
  position: relative;
}

.image-61 {
  position: relative;
  left: 1px;
  bottom: -86px;
}

.form-block {
  margin-top: 70px;
}

.form-block.margin-25 {
  margin-top: 25px;
}

.warranty-tab-link {
  padding-top: 16px;
  padding-bottom: 15px;
  background-color: transparent;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.warranty-tab-link.w--current {
  background-color: #00a1e4;
  color: #fff;
  font-weight: 700;
}

.tabs-content-3 {
  border-top: 1px none #00a1e4;
}

.tab-pane-tab-1-3 {
  padding: 20px 30px;
  border-top: 2px solid #00a1e4;
}

.tabs-menu-7 {
  z-index: 1;
}

.tab-pane-tab-2 {
  padding: 20px 30px;
  border-top: 2px solid #00a1e4;
}

.warranty-pop-add {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.div-block-132 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  min-height: 120px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #00a1e4;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.div-block-132.width-xs {
  width: 600px;
}

.text-block-112 {
  margin-left: 15px;
}

.warranty-title-mobile {
  display: none;
}

.div-block-133 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-mask {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/banner1-mask.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-114 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-block-115 {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.div-block-134 {
  max-width: 380px;
}

.tour-slider {
  margin-top: 35px;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.slide-2 {
  text-align: center;
}

.icon-4 {
  color: #00a1e4;
}

.icon-5 {
  color: #00a1e4;
}

.login-or {
  position: relative;
  top: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #00a1e4;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.dd-hover {
  position: absolute;
  left: 225px;
  top: 0px;
  overflow: auto;
  width: 100%;
  height: 360px;
  min-height: 360px;
  min-width: 340px;
  padding: 25px;
  background-color: #fff;
}

.dd-hover.w--open {
  left: 224px;
  width: 100%;
  height: 360px;
  min-width: 340px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
}

.image-63 {
  position: absolute;
  top: auto;
  right: 32px;
  bottom: auto;
  display: none;
}

.mouseover-sub-txt-first {
  padding-right: 40px;
  padding-left: 10px;
}

.div-block-135 {
  margin-bottom: 25px;
  padding: 25px;
  background-color: #f6fdff;
}

.upload-btn {
  position: relative;
  margin-left: 0px;
  padding: 11px 20px;
  border-radius: 5px;
  background-color: #00a1e4;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.upload-btn.air-photo {
  margin-left: 0px;
}

.upload-btn.upload-warranty {
  margin-left: 10px;
}

.f-icon-blk {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 4px;
  margin-left: 3px;
}

.text-block-116 {
  position: relative;
  left: 0px;
  right: 0px;
  padding: 5px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.div-block-136 {
  position: absolute;
  left: -22px;
  right: 0px;
  bottom: 40px;
  display: none;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
}

.slide-3 {
  background-image: url('../images/banner37.jpg');
  background-position:55% 50%;
  background-size: 2000px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-3.sr-slide-banner1 {
  background-image: url('../images/Banner1.jpg');
  background-size: cover;
}

.slide-3.sr-slide-banner2 {
  background-image: url('../images/Banner2_1.jpg');
  background-size: cover;
}

.div-block-139 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #00a1e4;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.5px;
}

.link-block-13 {
  text-decoration: none;
}

.div-block-140 {
  position: relative;
  display: block;
  width: 980px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-141 {
  margin-top: 70px;
}

.div-block-142 {
  border-bottom: 2px solid #00a1e4;
}

.text-block-117 {
  display: inline-block;
  padding: 15px 30px;
  background-color: #00a1e4;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.div-block-143 {
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: rgba(0, 0, 0, 0.15);
}

.text-block-118 {
  margin-right: 10px;
  color: #00a1e4;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.div-block-144 {
  width: 150px;
  height: 1px;
  background-color: #00a1e4;
}

.div-block-145 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-14 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 5px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-15 {
  position: relative;
  top: 20px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 30px;
  float: right;
  background-color: #08428e;
  text-align: center;
  text-decoration: none;
}

.search-blk {
  position: relative;
  z-index: 100000;
}

.search_linkbox {
  position: fixed;
  top: 212px;
  right: -10px;
  padding: 30px 20px 30px 11px;
  border-right: 17px none #08428e;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: none;
  opacity: 0.85;
  text-decoration: none;
}

.div-block-146 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-147 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search_desc {
  font-family: 'Gotham book', sans-serif;
  font-weight: 500;
}

.div-block-149 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #00a1e4;
  text-align: center;
}

.div-block-150 {
  margin-left: 15px;
}

.search_close_linkbox {
  position: absolute;
  top: 4px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.search-3 {
  margin-bottom: 0px;
  border-bottom: 1px none #c2c2c2;
}

.search-3.blk2 {
  width: 80%;
}

.search-input-3 {
  height: 60px;
  margin-top: 10px;
  padding-right: 115px;
  padding-left: 115px;
  border-style: none;
  background-color: transparent;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.search-input-3.blk2 {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 15px;
  text-align: left;
}

.search-button-3 {
  display: none;
}

.search_result_blk {
  display: block;
  max-width: 550px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.search_result_blk.blk2 {
  padding-right: 20px;
  padding-left: 20px;
}

.search_blk2 {
  position: fixed;
  top: 0px;
  right: -450px;
  display: block;
  overflow: auto;
  width: 450px;
  height: 100%;
  padding-left: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
}

.search_price {
  margin-top: 3px;
  font-family: 'Gotham book', sans-serif;
  font-weight: 400;
}

.search_result_linkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.search_result_linkbox:hover {
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.27);
}

.div-block-151 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  max-width: 80px;
  min-height: 80px;
  min-width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-151.img1 {
  background-image: url('../images/FTKC25TV1N_FTKC35TV1N.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.div-block-151.img2 {
  background-image: url('../images/product_inverter_multi_spilt_indoor_FFQ25BV1.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.div-block-151.img3 {
  background-image: url('../images/product_inverter_multi_spilt_indoor_CDKS25EA.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.div-block-152 {
  position: relative;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #c2c2c2;
}

.div-block-152.blk2 {
  width: 90%;
  padding-right: 0px;
  padding-left: 0px;
}

.image-66 {
  margin-bottom: 5px;
}

.details-tab-link {
  margin-left: -1px;
  padding: 15px 22px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #00a1e4;
  background-color: transparent;
  color: #00a1e4;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.details-tab-link.w--current {
  background-color: #00a1e4;
  color: #fff;
}

.div-block-153 {
  position: relative;
  margin-top: 45px;
}

.tabs-menu-9 {
  border-bottom: 1px solid #00a1e4;
}

.text-block-120 {
  color: #00a1e4;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.div-block-154 {
  height: 1px;
  background-color: #08428e;
}

.link-block-16 {
  display: none;
}

.div-block-155 {
  opacity: 0;
}

.div-block-156 {
  opacity: 0;
}

.div-block-157 {
  opacity: 0.57;
}

.div-block-158 {
  max-width: 950px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-171 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-172 {
  margin-top: 10px;
}

.div-block-173 {
  position: relative;
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-174 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-175 {
  height: 100%;
  background-image: url('../images/gallery_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.div-block-175:hover {
  opacity: 0.7;
}

.div-block-175.srimg2 {
  background-image: url('../images/gallery_4.jpg');
  background-size: cover;
}

.div-block-175.srimg3 {
  background-image: url('../images/gallery_5.jpg');
  background-size: cover;
}

.div-block-175.srimg4 {
  background-image: url('../images/gallery_6.jpg');
  background-size: cover;
}

.div-block-175.srimg5 {
  background-image: url('../images/gallery_7.jpg');
  background-size: cover;
}

.div-block-175.srimg6 {
  background-image: url('../images/gallery_8.jpg');
  background-size: cover;
}

.div-block-175.srimg7 {
  background-image: url('../images/gallery_9.jpg');
  background-size: cover;
}

.div-block-175.srimg8 {
  background-image: url('../images/gallery_10.jpg');
  background-size: cover;
}

.div-block-175.srimg-360 {
  background-image: url('../images/gallery_18.jpg');
  background-size: cover;
}

.link-block-17 {
  display: inline-block;
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 0px;
  background-color: transparent;
}

.gallery3-blk {
  position: relative;
}

.caption {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.5px;
}

.tabs-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.div-block-177 {
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #00a1e4;
}

.text-block-123 {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.text-block-123.star {
  margin-top: 10px;
}

.text-block-124 {
  color: #00a1e4;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.5px;
}

.suggest-blk {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #f8f7f4;
}

.div-block-178 {
  max-width: 230px;
  margin-bottom: 4px;
  border-left: 7px solid #00a1e4;
  background-color: #08428e;
}

.div-block-179 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px 15px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/img246_1img246.png');
  background-position: 18px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.logout-btn {
  position: static;
  top: auto;
  right: 0px;
  bottom: auto;
  min-width: 35px;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.text-block-125 {
  width: 132px;
  padding-right: 10px;
}

.product-compare-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #8a8a8a;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.product-compare-link:hover {
  opacity: 0.9;
}

.product-compare-link.added {
  background-color: #fff;
  color: #08428e;
  font-size: 13px;
}

.product-compare-blk {
  position: relative;
  background-color: #fff;
  text-align: center;
}

.image-68 {
  position: relative;
  bottom: 2px;
  display: none;
  width: 25px;
  margin-right: 5px;
}

.div-block-180 {
  display: block;
  width: 100%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.div-block-181 {
  display: block;
  width: 270px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-182 {
  position: relative;
  display: block;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-183 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-126 {
  margin-bottom: 15px;
  color: #08428e;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.image-70 {
  max-height: 100%;
}

.footer-pop-terms {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.div-block-184 {
  position: relative;
  overflow: auto;
  max-height: 500px;
  max-width: 800px;
  min-height: 500px;
  min-width: 800px;
  padding: 25px;
  background-color: #d4ecf6;
  box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.29);
  color: #000;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.footer-pop-warranty {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.home-slider-banner {
  height: 940px;
}

.slide-7 {
  background-image: url('../images/indexBanner_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-sub-blk {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 360px;
  max-width: 950px;
  background-color: #fff;
}

.product-3part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-series-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 225px;
  max-width: 225px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-series-name {
  overflow: auto;
  width: 320px;
  min-height: auto;
  padding: 25px;
  text-align: left;
}

.product-preview {
  width: 400px;
}

.div-block-186 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-128 {
  margin-top: 30px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
}

.bold-text-2 {
  color: #00a1e4;
  font-size: 20px;
  line-height: 22px;
}

.link-block-18 {
  margin-top: 80px;
}

.text-block-129 {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.lostpasswords-blk {
  margin-top: 100px;
  padding-top: 16vh;
  padding-bottom: 16vh;
}

.backbutton_style3 {
  display: block;
  width: 100%;
  max-width: 225px;
  margin-top: 85px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #00a1e4;
  background-color: #019dde;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.backbutton_style3:hover {
  background-color: #fff;
  color: #04a2e4;
}

.div-block-188 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.bak.hide {
  display: none;
}

.shop-map-blk {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 625px;
  margin-bottom: 327px;
  padding-top: 220px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-menu-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-menu-12.scrollbar {
  min-height: 813px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: none;
}

.tabs-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shoptitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a1e4;
  background-image: url('../images/CY_Logo.png');
  background-position: 9% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.shoptitle_left_emtpy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a1e4;
  background-position: 9% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}
.shoptitle.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 70px;
  background-color: #00a1e4;
  background-image: url('../images/img139_1img139.png');
  background-position: 9% 50%;
  background-size: 38px;
  background-repeat: no-repeat;
}

.shoptitle.cylogo {
  min-height: 60px;
  padding-left: 120px;
  background-image: url('../images/CY_Logo_1.png');
  background-position: 9% 52%;
  background-size: 80px;
}

.shoptitle.cylogo {
  padding-left: 120px;
  background-image: url('../images/CY_Logo_1.png');
  background-position: 9% 52%;
  background-size: 80px;
}

.text-block-131 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.tab-pane-tab-1-4 {
  width: 100%;
}

.shopmap {
  height: 811px;
}

.tabs-content-4 {
  width: 80%;
}

.tab-link-tab-4 {
  width: 100%;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #fff;
}

.tab-link-tab-4.w--current {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #fff;
}

.text-block-132 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #00a1e4;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.shoptabpanel {
  height: auto;
}

.shoptitle2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a1e4;
  background-image: url('../images/proshopLogo.png');
  background-position: 8% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.shoptitle2.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 70px;
  background-color: #00a1e4;
  background-image: url('../images/proshopLogo.png');
  background-position: 8% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.shop-banner-white-bg {
  display: none;
}

.shoptitle3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a1e4;
}

.shoptitle3.w--current {
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 70px;
  background-color: #00a1e4;
}

.text-block-133 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.shoptitle4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a1e4;
  background-image: url('../images/img140_1img140.png');
  background-position: 9% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.shoptitle4.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  background-color: #00a1e4;
  background-image: url('../images/img140_1img140.png');
  background-position: 9% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.forcerotate {
  display: none;
}

.showroom_slide_main {
  width: 100%;
  height: 100%;
  max-height: 668px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.showroom_slide_thumbnail {
  width: 100%;
  max-height: 120px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.showroom_thumbnail_img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.hide {
  display: none;
}

.icon-6 {
  color: #00a1e4;
  font-size: 14px;
  line-height: 14px;
}

.icon-7 {
  color: #00a1e4;
  font-size: 14px;
  line-height: 14px;
}

.right-arrow-6 {
  width: 20px;
}

.left-arrow-6 {
  width: 20px;
}

.slide-nav-4 {
  padding-top: 55px;
}

.mask-3 {
  margin-right: 20px;
  margin-left: 20px;
}

.loginout_m {
  display: none;
  max-width: 230px;
  margin-bottom: 4px;
  border-left: 7px solid #00a1e4;
  background-color: #08428e;
}

.gmap_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.gmap_menu {
  width: 20%;
  max-height: 550px;
  max-width: 360px;
  min-height: 813px;
}

.gmap_menu.scrollbar {
  margin-right: 0px;
  margin-left: 0px;
  box-shadow: none;
}

.gmap_map {
  width: 80%;
}

.each-district {
  padding-top: 20px;
  padding-bottom: 15px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #dbdbdb;
}

.each-district.no-border {
  border-bottom-style: none;
}

.each-district.shoplist-map-margin {
  padding-right: 20px;
  padding-left: 20px;
}

.dropdown-list-7 {
  display: none;
  background-color: #fff;
}

.dropdown-list-7.w--open {
  position: relative;
  margin-bottom: 20px;
  background-color: transparent;
}

.gmap-link {
  color: #000;
  text-decoration: none;
}

.location-sub-dd {
  z-index: 10;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  border-top-width: 1px;
  border-top-color: #dbdbdb;
  border-right-width: 1px;
  border-right-color: #dbdbdb;
  border-left-width: 1px;
  border-left-color: #dbdbdb;
}

.location-sub-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.location-dist-2 {
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.gmap_info_txt {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.gmap_info_txt.shoplist {
  margin-top: 20px;
}

.gmap_info_txt.shoplist.subshoplist {
  margin-top: 5px;
  padding-bottom: 23px;
  border-bottom: 1px solid #dbdbdb;
}

.gmap_info_txt.shoplist.subshoplist {
  margin-top: 5px;
}

.gmap_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-189 {
  height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-48 {
  width: 100%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #dcdcdc;
}

.div-block-190 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gmap_th {
  width: 90%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #dbdbdb;
}

.gmap_inner {
  height: 811px;
}

.div-block-191 {
  width: 50%;
}

.shop-map-blk-2 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 625px;
  margin-bottom: 327px;
  padding-top: 220px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.warranty-gift-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1ebed;
}

.warranty-gift-row.hide-underline {
  border-bottom-style: none;
}

.div-block-192 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-193 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.radio-button-field-3 {
  padding-right: 40px;
}

.text-block-135 {
  padding-top: 5px;
  color: #00a1e4;
  font-weight: 700;
}

.div-block-194 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-136 {
  font-weight: 700;
}

.warranty_gift_inner {
  margin-bottom: 25px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #f6fdff;
}

.regulation-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

.link-regulation {
  color: #000;
  text-decoration: none;
}

.link-regulation:hover {
  color: #797979;
}

.text-block-137 {
  padding-left: 5px;
  font-weight: 700;
}

.link-block-19 {
  color: #333;
  text-decoration: none;
}

.link-block-19:hover {
  color: #616161;
}

.image-71 {
  width: 340px;
}

.warranty-gift-img {
  width: 340px;
  height: 140px;
  background-image: url('../images/warranty_gift1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.warranty-gift-img:hover {
  opacity: 0.7;
}

.warranty-gift-img.img2 {
  background-image: url('../images/warranty_gift2.jpg');
}

.regulation-lightbox {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(29, 54, 65, 0.82);
}

.regulation-lightbox.hide {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.regulation-lightbox-padding {
  padding-top: 100px;
  padding-bottom: 150px;
}

.regulation-lightbox-content-bg {
  position: relative;
  padding: 95px 100px;
  background-color: #fff;
}

.regulation-lightbox-content-bg.career {
  padding: 85px 65px 200px;
}

.lightbox-scrollbar {
  position: relative;
  overflow: auto;
  max-height: 500px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.lightbox-scrollbar.comparescrollbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 45px;
  box-shadow: none;
}

.lightbox-scrollbar.tabmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-height: auto;
  max-width: 950px;
  min-height: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
}

.lightbox-title {
  margin-bottom: 25px;
  color: #00a1e4;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.lightbox-content {
  padding-right: 20px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.lightbox-title-inner {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-title-inner.benefit {
  margin-top: 115px;
}

.lightbox-title-inner.media-details-blk {
  padding-bottom: 120px;
}

.warranty-gift-title {
  font-weight: 700;
}

.warranty-gift-cate {
  padding-top: 5px;
  color: #00a1e4;
  font-weight: 700;
}

.image-72 {
  min-height: 1px;
}

.div-block-195 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-196 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-197 {
  width: 70%;
}

.div-block-198 {
  width: 100%;
}

.text-block-138 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-199 {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-200 {
  width: 100%;
}

.text-block-139 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.imggift {
  width: 425px;
  min-height: 1px;
}

.renewal_tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.renewal_td {
  width: 20%;
  padding: 15px 20px;
}

.renewal_td.ededed {
  background-color: #ededed;
}

.renewal_td.f9f8f8 {
  background-color: #f9f8f8;
}

.renewal_td.e2f4fb {
  background-color: #e2f4fb;
}

.renewal_td.f9f1f7 {
  background-color: #f9f1f7;
}

.renewal_td.fdfafc {
  background-color: #fdfafc;
}

.f5fbfd {
  background-color: #f5fbfd;
}

.grid {
  grid-auto-flow: row dense;
  grid-column-gap: 1px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.renewal_m {
  display: none;
}

.text-block-140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-9 {
  color: #3ca4d8;
  text-decoration: none;
}

.link-9:hover {
  color: #3ca4d8;
}

.div-block-202 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-203 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="newpoduct-line"] {
  height: 1px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="delay0-fadedown1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="onloadfadein"] {
  opacity: 0;
  -webkit-transform: translate(-61px, 0px);
  -ms-transform: translate(-61px, 0px);
  transform: translate(-61px, 0px);
}

html.w-mod-js *[data-ix="onload-slideleft"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="onload-slideright"] {
  opacity: 0;
  -webkit-transform: translate(80px, 0px);
  -ms-transform: translate(80px, 0px);
  transform: translate(80px, 0px);
}

/* Luar add START */
.last-row-center .w-row:last-child {text-align:center;}
.last-row-center .w-row:last-child .w-col {
  display:inline-block;float:none;text-align:left;
}

.last-row-center2 .w-row {text-align:center;}
.last-row-center2 .w-row .w-col {
  display:inline-block;float:none;text-align:left;
}

.tooltip {
  display:inline-block;width:15px;height:15px;border-radius:8px;
  position:relative;vertical-align:top;background-color:#00a1e4;
  top:3px;
}
.tooltip:before {
  content:"!";position:absolute;text-align:center;top:-2px;box-sizing:border-box;
  width:100%;height:100%;
  color:#fff;font-weight:bold;font-size:12px;
}
.tooltip-label {
  width:200px; padding:5px;
  background-color:#00a1e4;
  color:#fff;
}
.w-form-label-inline {display:inline;}
#office-contact .div-block-77 {width:calc(100% - 60px);}
/* Luar add END */

@media (max-width: 1600px) {
	.banner-bg.tvc-banner,
	.banner-bg.news-banner {
		background-size:150% auto;
	}
}
@media (max-width: 1180px) {
  .sub-nav-link {padding-right:0;letter-spacing:2px;}
}
@media (max-width: 1100px) {
  .nav-link {padding-left:15px;padding-right:15px;}
}
@media (max-width: 1050px) {
  .sub-nav-link {letter-spacing:0.5px;}
  .nav-link {padding-left:10px;padding-right:10px;}
}
@media (max-width: 991px) {
  .header-section {
    position: fixed;
  }
  .header {
    height: 80px;
  }
  .inner-1280 {
    max-width: 95%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .inner-1280.sec4 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .inner-1280.header-inner {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .header-nav {
    display: none;
    background-color: #00a1e4;
  }
  .header-nav.mobile {
    display: block;
  }
  .brand {
    padding-right: 25px;
    padding-left: 25px;
  }
  .nav-floatright {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main-nav {
    bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #48c0f1;
  }
  .nav-link {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px;
    text-align: left;
  }
  .nav-link:hover {
    background-color: hsla(0, 0%, 100%, 0.85);
    color: #00a1e4;
  }
  .line {
    width: 95%;
    height: 1px;
    background-color: rgba(10, 120, 166, 0.26);
  }
  .sub-nav-link {
    width: 95%;
    margin-left: 20px;
    padding: 10px 0px 10px 13px;
    font-size: 14px;
    text-align: left;
  }
  .sub-nav-link.w--current {
    color: #fff;
  }
  .sub-main-nav {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom-style: none;
    background-color: #00a1e4;
  }
  .sub-sub-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .link-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .link {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sec1-bg {
    height: 600px;
    background-size: auto 100%;
  }
  .scroll-link {
    bottom: -6%;
    max-width: 500px;
  }
  .heading-txt {
    font-size: 55px;
    line-height: 65px;
  }
  .heading-txt2 {
    font-size: 35px;
    line-height: 45px;
  }
  .slide-blk {
    width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }
  .slide-blk.slide-blk2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .blue-ball1 {
    width: 485px;
    height: 485px;
  }
  .slide-img-blk {
    width: 500px;
    height: 500px;
    min-height: 500px;
    min-width: 500px;
  }
  .air-bg-img.air1 {
    background-size: 100%;
  }
  .air-bg-img.air3 {
    background-size: cover;
  }
  .slide-title {
    font-size: 32px;
  }
  .slide-logo.slidelogo1 {
    background-position: 50% 50%;
  }
  .slide-logo.slidelogo2 {
    background-position: 50% 50%;
  }
  .text-block-2 {
    font-size: 26px;
  }
  .sec4-bg {
    height: 680px;
    background-image: linear-gradient(129deg, #dfe6ec, hsla(0, 0%, 100%, 0.19)), url('../images/afterSaleBanner.jpg');
    background-position: 0px 0px, 20% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .sec5-imgbg {
    height: 400px;
  }
  .text-block-6 {
    right: 5px;
    bottom: 15px;
  }
  .footer-sec {
    z-index: 999;
  }
  .top-link {
    right: 10px;
  }
  .nav-menu {
    height: 100vh;
    padding-bottom: 195px;
    background-color: transparent;
  }
  .nav-menu.scrollbar {
    position: absolute;
    max-height: 100vh;
    max-width: 1000px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .menu-button {
    padding-top: 25px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .icon {
    color: #fff;
    font-size: 30px;
  }
  .image-5 {
    width: 420px;
  }
  .banner-bg {
    height: 550px;
  }
  .banner-bg.envir-banner {
    background-size: cover;
  }
  .banner-bg.course-banner {
    background-position: 63% 50%;
    background-size: cover;
  }
  .banner-bg.course3-banner {
    background-position: 50% 50%;
    background-size: auto;
  }
  .banner-bg.product-banner {
    background-image: linear-gradient(9097deg, #eaedf2, #e6e9ed 47%, rgba(240, 243, 247, 0) 86%), url('../images/banner9.jpg');
    background-position: 0px 0px, 24% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .banner-bg.shoplocation-banner {
    background-size: cover;
  }
  .banner-bg.shoplocation-banner.hide_tablet {
    display: none;
  }
  .banner-bg.career-banner {
    background-size: cover;
  }
  .banner-bg.contact-banner {
    background-position: 81% 0%;
    background-size: cover;
  }
  .banner-bg.guide-banner {
    background-size: cover;
  }
  .banner-bg.rvrv-banner {
    background-size: cover;
  }
  .banner-bg.spare-banner {
    background-position: 31% 50%;
    background-size: cover;
  }
  .banner-bg.about-banner {
    background-position: 53% 50%;
    background-size: cover;
  }
  .banner-bg.tour-banner {
    background-size: cover;
  }
  .banner-bg.tvc-banner {
  	/*background-image:url(../images/adv_20200519_mobile.jpg);*/
  	background-position:50% 55%;
    background-size:cover;
  }
  .banner-bg.news-banner {
    /*background-image:url(../images/adv_20200519_mobile.jpg);*/
    background-position:50% 55%;
    background-size:cover;
  }
  .banner-bg.banner-slider {
    height: 400px;
  }
  .banner-bg.slider-member {
    height: 400px;
  }
  .text-block-10 {
    font-size: 38px;
  }
  .text-block-11 {
    font-size: 16px;
  }
  .text-block-11.product-banner {
    max-width: 290px;
  }
  .tab-blk {
    display: none;
  }
  .tab-blk.product-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tab-blk.rvrv-tab {
    display: none;
  }
  .content-bg.p-details-bg {
    padding-top: 170px;
  }
  .content-heading.after-heading {
    display: block;
    margin-bottom: 35px;
  }
  .content-heading.after-heading.hide {
    display: none;
  }
  .text-block-12.txt11 {
    font-size: 26px;
  }
  .text-block-13.tour-introtxt {
    width: 100%;
  }
  .dis-dsc-blk {
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dis-dsc-blk.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .dis-dsc-blk.career-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dis-dsc-blk.rvrv1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .dis-img-blk {
    width: 90%;
    margin-top: 30px;
  }
  .dis-dsc {
    width: 90%;
  }
  .dis-dsc.blue-bg {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .dis-dsc.blue-bg._62w {
    width: 100%;
  }
  .text-block-15 {
    font-size: 28px;
  }
  .text-block-15.rvrv1-title {
    font-size: 45px;
  }
  .text-block-16 {
    padding-right: 55px;
  }
  .text-block-16.rvrv1-content {
    font-size: 30px;
  }
  .image-6 {
    position: relative;
    bottom: 15px;
  }
  .story-link {
    margin-bottom: 25px;
  }
  .text-block-17 {
    margin-top: 11px;
  }
  .pop-content-bg {
    padding-right: 40px;
    padding-left: 40px;
  }
  .image-9 {
    float: right;
  }
  .example {
    margin-bottom: 55px;
  }
  .exampleblk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-10 {
    position: relative;
    margin-top: 10px;
  }
  .div-block-11 {
    margin-top: 70px;
  }
  .controlblk {
    width: 100%;
  }
  .pop-close {
    right: 27px;
  }
  .story-col {
    text-align: center;
  }
  .dropdown {
    width: 100%;
  }
  .dropdown-toggle {
    width: 100%;
    padding: 0px;
  }
  .icon-2 {
    color: #08428e;
  }
  .dropdown-list {
    background-color: #fff;
  }
  .dd-link {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    font-size: 16px;
    letter-spacing: 3px;
  }
  .dd-link.w--current {
    color: #00a1e4;
  }
  .media-list-dsc {
    padding-right: 40px;
    padding-left: 40px;
  }
  .media-details-slide {
    height: 400px;
  }
  .media-lightbox-bg {
    height: 400px;
  }
  .tvc-each-blk {
    width: 220px;
    height: 124px;
  }
  .tvc-dsc {
    max-width: 220px;
  }
  .tvc-each-lightbox {
    width: 33%;
  }
  .div-block-21.type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-25 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-18 {
    margin-top: 10px;
  }
  .text-block-29 {
    width: 100%;
  }
  .text-block-31 {
    font-size: 35px;
  }
  .course-step-title {
    font-size: 24px;
  }
  .arrow-course {
    width: 36px;
  }
  .image-20 {
    width: 35px;
  }
  .text-block-36 {
    font-size: 26px;
  }
  .repair-blue-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-38 {
    left: 0px;
    top: 0px;
  }
  .div-block-39 {
    padding-left: 30px;
  }
  .div-block-42 {
    margin-top: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-24 {
    width: 100px;
    margin-right: 30px;
  }
  .method-row {
    width: 100%;
  }
  .text-block-41 {
    font-size: 28px;
  }
  .method-col {
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }
  .div-block-49 {
    width: auto;
    height: 120px;
    min-width: auto;
  }
  .course-bar {
    display: block;
    height: 70px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    background-size: 100%;
  }
  .course-bar.bar2 {
    background-size: 100%;
  }
  .course-bar.bar3 {
    background-size: 100%;
  }
  .course-bar-txt.bar-txt1.join1 {
    left: 26px;
  }
  .course-bar-txt.bar-txt2.join1.step2 {
    padding-right: 0px;
  }
  .course-bar-txt.bar-txt2.join2.current.step2 {
    padding-right: 0px;
  }
  .course-bar-txt.bar-txt2.join3.step2 {
    padding-right: 0px;
  }
  .course-bar-txt-blk {
    width: 100%;
    max-width: 800px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .div-block-55 {
    width: 95%;
  }
  .text-block-47 {
    font-size: 24px;
  }
  .join2-label {
    width: 100px;
    min-width: 100px;
  }
  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .radio-button-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-62 {
    min-width: 100px;
  }
  .text-block-56.after {
    font-size: 24px;
  }
  .media-sub-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 650px;
    max-width: 650px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left-style: none;
    box-shadow: none;
  }
  .media-sub-tab-link {
    width: 50%;
    padding-right: 50px;
    padding-left: 50px;
    border-bottom: 3px solid #e1e1e1;
    text-align: center;
  }
  .media-sub-tab-link.w--current {
    border-bottom: 3px solid #00a1e4;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-block-63 {
    display: none;
  }
  .media-sub-content {
    margin-top: 25px;
    margin-left: 0px;
  }
  .div-block-64 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .product-sub-tab {
    width: 100%;
    min-width: 100%;
  }
  .product-sub-content {
    max-width: 780px;
    margin-top: 40px;
    margin-left: 0px;
  }
  .div-block-65 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-sub-tab-title.moblie-sub-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product-sub-tab-title.desktop-sub-tab {
    display: none;
  }
  .product-filter-blk {
    display: none;
  }
  .remark-blk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .product-row {
    display: block;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-img-bg {
    width: 220px;
    min-width: 220px;
  }
  .p-details-name {
    padding-right: 140px;
  }
  .p-details-linkbox.compare {
    left: 0px;
    top: 0px;
    right: auto;
  }
  .p-details-linkbox.back.compareback {
    right: 50px;
  }
  .p-details-linkbox.back.compareback_invert {
    right: 50px;
  }
  .p-details-main-bg {
    width: 100%;
    min-width: 100%;
  }
  .p-details-tab-link {
    padding-right: 55px;
    padding-left: 55px;
  }
  .image-35 {
    position: absolute;
    top: 22px;
    right: 33px;
    bottom: 0px;
    width: 18px;
  }
  .productlink-sub.product2-tab {
    padding-left: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .productlink-sub.product2-tab.w--current {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .productlink-sub.product1-tab {
    padding-left: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .productlink-sub.product1-tab.w--current {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .productlink-sub.product3-tab {
    padding-left: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .productlink-sub.product3-tab.w--current {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .productlink-sub.product4-tab1 {
    padding-left: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .productlink-sub.product4-tab1.w--current {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .after-icon1-blk {
    margin-bottom: 35px;
  }
  .login-btn.second {
    position: relative;
    margin-bottom: 35px;
  }
  .as-footer-address-title {
    font-size: 18px;
    line-height: 22px;
  }
  .as-footer-16pt {
    font-size: 15px;
    line-height: 20px;
  }
  .text-block-63 {
    font-size: 18px;
    line-height: 28px;
  }
  .after-sub-tab-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .after-sub-tab {
    display: none;
  }
  .after-sub-tab-dd {
    z-index: 10;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .dropdown-toggle-5 {
    width: 100%;
    padding-left: 40px;
    background-color: #00a1e4;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .dropdown-list-5 {
    background-color: #e8f3f7;
  }
  .dropdown-list-5.w--open {
    background-color: rgba(72, 192, 241, 0.95);
  }
  .after-sub-tab-list-link {
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 93.3%, 0.43);
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .after-sub-tab-list-link.w--current {
    color: #fff;
  }
  .renewal-blk {
    position: relative;

  }
  .grid-whitebg {
    padding-right: 15px;
    padding-left: 15px;
  }
  .image-42 {
    width: 80px;
    height: 80px;
  }
  .scrollbar.tabmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-width: 100%;
  }
  .image-47 {
    right: -108px;
    bottom: 16px;
  }
  .sr-360-blk {
    width: 95%;
    height: 450px;
  }
  .showroom-form {
    max-width: 95%;
  }
  .career-row.careerpage {
    display: block;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .career-lightbox {
    width: 250px;
    height: 250px;
  }
  .rvrv2-blk {
    max-width: 95%;
  }
  .rvrv2-old-bg {
    max-width: 100%;
  }
  .rvrv2-img {
    width: 95%;
  }
  .rvrv3-tab-link {
    width: 16%;
    height: 130px;
  }
  .rvrv3-each-pt {
    max-width: 95%;
  }
  .rvrv4-sub-tab-link {
    display: inline-block;
    width: 15%;
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }
  .tabs-menu-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .dropdown-toggle-6 {
    padding: 0px;
  }
  .dropdown-5 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .rvrv-header-link {
    padding-left: 32px;
    color: #000;
    letter-spacing: 3.5px;
  }
  .dropdown-list-9 {
    background-color: #fff;
  }
  .div-block-117 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-120 {
    max-width: 95%;
    min-width: 95%;
  }
  .link-block-9 {
    right: 10px;
  }
  .compare-row1 {
    width: 230px;
    min-width: 230px;
  }
  .compare-h-38 {
    min-height: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-108 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .compare-white-h-38 {
    min-height: 45px;
  }
  .div-block-125 {
    max-width: 100%;
  }
  .pop-plan {
    margin-left: 10px;
  }
  .repair-btn.renewal {
    margin-left: 2px;
  }
  .div-block-131 {
    left: -140px;
    top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-61 {
    left: 148px;
    bottom: -6px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .div-block-132 {
    max-width: 100%;
  }
  .text-block-114 {
    font-size: 30px;
  }
  .text-block-115 {
    font-size: 15px;
  }
  .div-block-134 {
    max-width: 350px;
  }
  .slide-3 {
    background-size: cover;
  }
  .div-block-140 {
    width: 100%;
  }
  .div-block-152 {
    width: 80%;
  }
  .div-block-158 {
    max-width: 100%;
  }
  .link-block-17 {
    min-height: 80px;
    min-width: 80px;
    margin-bottom: 10px;
  }
  .div-block-178 {
    width: 100%;
    max-width: 100%;
  }
  .div-block-181 {
    width: 220px;
  }
  .div-block-183 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-184 {
    max-width: 95%;
    min-width: 95%;
  }
  .home-slider-banner {
    height: 600px;
  }
  .div-block-187 {
    opacity: 1;
  }
  .shop-map-blk {
    margin-top: 300px;
    margin-bottom: 291px;
    padding-top: 0px;
  }
  .tabs-menu-12.scrollbar {
    width: 100%;
    height: 65vh;
    max-height: 1200px;
    max-width: 1200px;
    min-height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-width: 1px;
    border-color: #00a1e4;
    border-bottom-style: solid;
  }
  .tabs-5 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shoptitle {
    background-position: 3% 50%;
  }
  .shoptitle.w--current {
    background-position: 3% 50%;
  }
  .shoptitle.cylogo {
    background-position: 4% 52%;
  }
  .shoptitle.cylogo {
    background-position: 4% 52%;
  }
  .shopmap {
    height: 50vh;
  }
  .tabs-content-4 {
    width: 100%;
    height: 50vh;
  }
  .shoptitle2 {
    background-position: 3% 50%;
  }
  .shoptitle3 {
    background-image: none;
  }
  .shoptitle4 {
    background-position: 3% 50%;
  }
  .shoptitle4.w--current {
    background-position: 3% 50%;
  }
  .showroom_slide_main {
    max-height: 520px;
    max-width: 768px;
  }
  .loginout_m {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .sub-sub-sub-nav {
    width: 50%;
    padding: 10px 15px;
  }
  .sub-sub-sub-nav.langbg {
    padding: 15px 0px;
    background-color: #48c0f1;
  }
  .gmap_wrapper {
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .gmap_menu.scrollbar {
    width: 100%;
    max-width: 1000px;
  }
  .gmap_map {
    width: 100%;
  }
  .gmap_th {
    width: 94%;
  }
  .gmap_inner {
    height: 50vh;
  }
  .shop-map-blk-2 {
    margin-bottom: 244px;
    padding-top: 0px;
  }
  .warranty-gift-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-192 {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-193 {
    width: 100%;
  }
  .div-block-194 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .regulation-lightbox-content-bg {
    padding-right: 40px;
    padding-left: 40px;
  }
  .lightbox-scrollbar.tabmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-width: 100%;
  }
  .radio-button-label-3 {
    padding-right: 20px;
  }
  .text-block-140 {
    font-size: 13px;
  }
  .div-block-202 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 800px) {
	.banner-bg.tvc-banner,
	.banner-bg.news-banner {
		background-size:200% auto;
	}
  
}
@media (max-width: 767px) {

.footer_logo{
  width : 120px;
}
 

  .header {
    height: 70px;
  }
  .inner-1280.sec4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .inner-1280.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inner-1280.compare-mobile {
    max-width: 100%;
  }
  .sec1-bg {
    height: 420px;
  }
  .scroll-link {
    bottom: -9%;
    max-width: 85%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .heading-txt {
    font-size: 48px;
    line-height: 50px;
  }
  .heading-txt2 {
    font-size: 30px;
  }
  .left-arrow {
    width: 50px;
  }
  .right-arrow {
    width: 50px;
  }
  .slide-blk {
    width: 350px;
  }
  .blue-ball1 {
    width: 320px;
    height: 320px;
  }
  .slide-img-blk {
    width: 350px;
    height: 350px;
    min-height: 350px;
    min-width: 350px;
  }

  .air-bg-img.air0 {
    background-size: 100%;
  }

  .air-bg-img.air1 {
    background-size: 100%;
  }
  .air-bg-img.air3 {
    background-size: cover;
  }
  .slide-title {
    font-size: 26px;
    line-height: 32px;
  }
  .text-block-2 {
    font-size: 22px;
    line-height: 32px;
  }
  .sec3-bg1 {
    height: 600px;
    background-size: auto 100%;
  }
  .sec4-bg {
    height: 650px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfe6ec), to(hsla(0, 0%, 100%, 0.45))), url('../images/afterSaleBanner.jpg');
    background-image: linear-gradient(180deg, #dfe6ec, hsla(0, 0%, 100%, 0.45)), url('../images/afterSaleBanner.jpg');
    background-position: 0px 0px, 40% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .sec5-imgbg {
    height: 300px;
  }
  .text-block-6 {
    right: 20px;
    bottom: 35px;
  }
  .footer-blk {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-menu {
    padding-bottom: 185px;
  }
  .menu-button {
    padding-top: 20px;
  }
  .banner-bg {
    height: 450px;
  }
  .banner-bg.course-banner {
    background-position: 55% 50%;
  }
  .banner-bg.course3-banner {
    background-position: 48% 30%;
    background-size: auto 550px;
  }
  .banner-bg.product-banner {
    background-image: linear-gradient(9097deg, #eaedf2, #e6e9ed 7%, rgba(240, 243, 247, 0) 88%), url('../images/banner9.jpg');
    background-position: 0px 0px, 19% 0%;
    background-repeat: repeat, no-repeat;
  }
  .banner-bg.career-banner {
    background-position: 46% 50%;
  }
  .banner-bg.contact-banner {
    background-size: auto 100%;
  }
  .banner-bg.about-banner {
    background-position: 50% 50%;
  }
  .banner-bg.after-sale, .banner-bg.after-sale .banner-bg.banner-slider {
    height:640px;
  }
  .banner-bg.after-sale .slide-3 {
    background-position:center top;
  }
  .text-block-11 {
    max-width: 350px;
  }
  .text-block-11.product-banner {
    max-width: 290px;
  }
  .tab-blk.career-tab {
    width: 90%;
  }
  .text-block-12 {
    font-size: 26px;
  }
  .text-block-12.txt11 {
    font-size: 24px;
  }
  .dis-dsc-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dis-dsc-blk.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .dis-dsc-blk.reverse.rvrv1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .dis-dsc-blk.rvrv1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dis-img-blk {
    width: 90%;
    margin-top: 30px;
  }
  .dis-img-blk.rvrv3 {
    margin-top: 0px;
    margin-bottom: -40px;
  }
  .dis-dsc {
    width: 90%;
  }
  .dis-dsc.blue-bg {
    padding-left: 20px;
  }
  .dis-dsc.blue-bg._62w {
    background-position: 93% 210%;
  }
  .dis-dsc.rvrv3 {
    width: 100%;
    margin-left: 0px;
  }
  .text-block-15 {
    font-size: 26px;
  }
  .text-block-15.rvrv3.double {
    padding-right: 15px;
    padding-left: 0px;
    text-align: left;
  }
  .image-6 {
    width: auto;
    height: 70px;
  }
  .image-6.second {
    float: right;
  }
  .dsc-title.double {
    text-align: left;
  }
  .pop-content-bg {
    padding-right: 30px;
    padding-left: 30px;
  }
  .pop-content-bg.career {
    padding-right: 50px;
    padding-left: 50px;
  }
  .image-9 {
    width: 35px;
  }
  .example {
    width: auto;
    max-width: 450px;
  }
  .image-10 {
    margin-top: 20px;
  }
  .text-block-20 {
    margin-bottom: 4px;
  }
  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-22 {
    padding-left: 0px;
  }
  .control-1 {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-4 {
    font-size: 18px;
  }
  .div-block-14 {
    margin-top: 15px;
  }
  .image-14 {
    display: none;
  }
  .link-5 {
    font-size: 13px;
    line-height: 15px;
  }
  .media-list-blk {
    padding-right: 15px;
    padding-bottom: 45px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .media-img-blk {
    width: 100%;
    min-width: 100%;
  }
  .media-list-dsc {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .media-list-date {
    margin-bottom: 10px;
  }
  .media-list-title {
    font-size: 22px;
    line-height: 28px;
  }
  .media-details-title {
    font-size: 24px;
  }
  .media-details-slide {
    height: 300px;
  }
  .media-lightbox-bg {
    height: 300px;
  }
  .tvc-each-blk {
    display: block;
    width: 420px;
    height: 236px;
    margin-right: auto;
    margin-left: auto;
  }
  .tvc-row-blk {
    margin-top: 60px;
  }
  .tvc-dsc {
    max-width: 420px;
  }
  .tvc-each-lightbox {
    width: 100%;
    margin-bottom: 35px;
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .tour-intro {
    max-width: 400px;
  }
  .div-block-18 {
    margin-left: 96px;
  }
  .label {
    width: 120px;
    min-width: 120px;
  }
  .div-block-20 {
    width: 100%;
  }
  .repair-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-23 {
    width: 50%;
    margin-bottom: 15px;
  }
  .div-block-24 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .image-18 {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .course-step-blk {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .course-4step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course-2step {
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-20 {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .course-each-blk {
    display: block;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .course-each-blk.four-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-21 {
    width: 60px;
  }
  .div-block-31 {
    margin-bottom: 15px;
  }
  .text-block-35 {
    font-size: 20px;
    line-height: 24px;
  }
  .text-block-36 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .div-block-32 {
    height: auto;
    margin-bottom: 14px;
  }
  .div-block-34 {
    margin-bottom: 25px;
  }
  .div-block-35 {
    width: 100%;
    margin-bottom: 30px;
  }
  .repair-blue-bg {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-block-38 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .div-block-39 {
    width: 100%;
  }
  .div-block-39.blueline {
    border-bottom: 1px solid #08428e;
    border-right-style: none;
  }
  .div-block-40 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-3.join-next-step.join2.error {
    margin-left: 0px;
  }
  .image-25 {
    width: 60px;
  }
  .image-26 {
    width: 60px;
  }
  .image-27 {
    width: 80px;
  }
  .method-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-41 {
    font-size: 26px;
  }
  .method-col {
    width: 100%;
  }
  .course-bar {
    max-width: 440px;
    background-position: 0px 50%;
    background-size: auto 60px;
  }
  .course-bar.bar2 {
    background-position: 68% 50%;
    background-size: cover;
  }
  .course-bar.bar3 {
    background-position: 131% 50%;
    background-size: cover;
  }
  .course-bar-txt.bar-txt1.join1 {
    left: 0px;
    text-align: center;
  }
  .course-bar-txt.bar-txt1.join1.crrent {
    text-align: center;
  }
  .course-bar-txt.bar-txt1.join2.current {
    display: none;
  }
  .course-bar-txt.bar-txt1.join3 {
    display: none;
  }
  .course-bar-txt.bar-txt2.join1 {
    display: none;
  }
  .course-bar-txt.bar-txt2.join2 {
    left: 0px;
    text-align: center;
  }
  .course-bar-txt.bar-txt2.join2.current {
    text-align: center;
  }
  .course-bar-txt.bar-txt2.join3 {
    display: none;
  }
  .course-bar-txt.bar-txt3.join1 {
    display: none;
  }
  .course-bar-txt.bar-txt3.join2 {
    display: none;
  }
  .course-bar-txt.bar-txt3.join3 {
    text-align: center;
  }
  .course-bar-txt-blk {
    max-width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-55 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .text-block-47 {
    font-size: 20px;
    line-height: 28px;
  }
  .text-block-50 {
    font-size: 26px;
  }
  .join2-cpy-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .join2-cpy-field.half.bking-half {
    width: 100%;
  }
  .join2-cpy-field.half.bking-half.warranty-half {
    width: 100%;
  }
  .join2-cpy-field.security {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .join2-cpy-field.error-field {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .join2-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .join2-input.eng-name {
    margin-top: 10px;
    margin-left: 0px;
  }
  .join2-input.security {
    margin-bottom: 10px;
  }
  .div-block-57.bking-or {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-58.guide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-span-4 {
    margin-left: 10px;
  }
  .text-field {
    width: auto;
  }
  .link-block-6 {
    margin-top: 7px;
    margin-left: 0px;
  }
  .div-block-62 {
    min-width: auto;
  }
  .media-sub-tab {
    width: 450px;
    max-width: 450px;
  }
  .media-sub-tab-link {
    font-size: 16px;
  }
  .image-32 {
    max-width: 85%;
    margin-bottom: 20px;
  }
  .product-sub-content {
    padding-top: 15px;
  }
  .product-sub-tab-title.moblie-sub-tab {
    font-size: 16px;
  }
  .remark-blk {
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .remark-each {
    margin-bottom: 5px;
  }
  .product-row {
    max-width: 480px;
    margin-bottom: 0px;
  }
  .product-linkbox {
    width: 100%;
  }
  .p-img-bg {
    width: 100%;
    height: 280px;
    min-height: 280px;
    min-width: 100%;
  }
  .p-details-name {
    font-size: 28px;
  }
  .p-details-linkbox.compare {
    left: 0px;
    top: 0px;
  }
  .p-details-linkbox.compare.details {
    position: relative;
    display: block;
    margin-top: 30px;
  }
  .p-details-linkbox.back.compareback {
    right: 30px;
  }
  .p-details-linkbox.back.compareback_invert {
    right: 30px;
  }
  .p-details-main-bg {
    height: 300px;
    min-height: 300px;
  }
  .p-d-main-slider {
    max-width: 250px;
  }
  .slide {
    width: 100%;
  }
  .p-details-tab-link {
    padding-right: 28px;
    padding-left: 28px;
  }
  .aftersales-row {
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .after-icon1-blk {
    margin-bottom: 30px;
  }
  .text-block-62 {
    font-size: 26px;
  }
  .login-label {
    min-width: auto;
    margin-bottom: 5px;
  }
  .login-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .forget-pw {
    position: relative;
    bottom: 0px;
    display: block;
    margin-top: 5px;
    text-align: right;
  }
  .text-field-2.security {
    max-width: 92%;
    margin-top: 5px;
    margin-left: 0px;
  }
  .link-block-7 {
    position: absolute;
    right: 0px;
    bottom: 3px;
    margin-top: 5px;
    margin-left: 0px;
  }
  .login-btn {
    position: relative;
    left: 0px;
  }
  .login-btn.second {
    right: 0px;
  }
  .div-block-73 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-38 {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .login-col {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
  }
  .select-field.error {
    max-width: 100%;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .as-each-address {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-77 {
    margin-top: 12px;
  }
  .as-footer-world {
    background-position: 0px 50%;
  }
  .div-block-80 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-65 {
    font-size: 22px;
  }
  .div-block-83 {
    min-height: 10px;
  }
  .question-hover.warranty-q-img1 {
    left: -215px;
  }
  .text-block-70 {
    line-height: 24px;
  }
  .renewal-row.desktop {
    display: none;
  }
  .renewal-row.mobile {
    display: block;
    margin-bottom: 15px;
  }
  .text-block-75 {
    font-size: 22px;
  }
  .div-block-92 {
    width: 100%;
  }
  ._w-step-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-45 {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .scrollbar {
    max-height: 400px;
    min-height: 400px;
  }
  .image-47 {
    position: relative;
    right: 7px;
    bottom: 0px;
    max-width: 120px;
  }
  .image-48 {
    position: relative;
    left: 5px;
    max-width: 200px;
  }
  .showroom-intro {
    max-width: 90%;
    padding-right: 35px;
    padding-left: 35px;
  }
  .text-block-82 {
    font-size: 16px;
    line-height: 28px;
  }
  .showroom-floorplan {
    position: relative;
    margin-top: -70px;
    padding-top: 0px;
  }
  .floorplan-bg {
    width: 460px;
    height: 460px;
    background-size: 100%;
  }
  .fp-linkbox.fplink1 {
    top: 129px;
  }
  .fp-linkbox.fplink2 {
    left: 6px;
    bottom: 162px;
  }
  .fp-linkbox.fplink3 {
    left: 80px;
    top: 222px;
  }
  .fp-linkbox.fplink4 {
    right: 177px;
    bottom: 124px;
  }
  .fp-linkbox.fplink5 {
    right: 253px;
    bottom: 126px;
  }
  .sr-360-blk {
    height: 400px;
    margin-top: 100px;
    margin-bottom: 70px;
    background-size: 132px 132px, auto 100%;
  }
  .text-block-84 {
    margin-bottom: 35px;
    font-size: 28px;
  }
  .career-row.careerpage {
    max-width: 100%;
  }
  .image-52 {
    top: auto;
    bottom: auto;
  }
  .career-lightbox {
    width: 400px;
    margin-bottom: 10px;
  }
  .div-w-550 {
    max-width: 90%;
  }
  .text-block-93 {
    font-size: 24px;
  }
  .rvrv2-old-bg {
    max-width: 450px;
    margin-bottom: 10px;
  }
  .rvrv3-tab-link {
    display: inline-block;
    width: 30%;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .tabs-menu-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .rvrv3-each-pt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rvrv3-each-pt.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rvrv3-tab-txt {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .rvrv4-tab-link {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 26px;
  }
  .tabs-menu-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rvrv4-sub-tab-link {
    width: 30%;
    margin-bottom: 10px;
  }
  .tabs-menu-6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .div-block-120 {
    max-height: 75vh;
    min-height: 75vh;
  }
  .text-block-102 {
    font-size: 25px;
  }
  .p-compare-blk {
    padding-right: 10px;
    padding-left: 10px;
  }
  .compare-row1 {
    width: 134px;
    min-width: 134px;
  }
  .compare-img-blk {
    padding-right: 10px;
    padding-left: 10px;
  }
  .compare-h-38 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-107 {
    padding-left: 35px;
    background-position: 8px 1px;
  }
  .text-block-108 {
    width: 100px;
    font-size: 12px;
  }
  .text-block-110 {
    font-size: 12px;
  }
  .member-login {
    padding-bottom: 15px;
  }
  .div-block-126 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .div-block-127 {
    margin-top: 65px;
    margin-bottom: 60px;
  }
  .warranty-title-row {
    display: none;
  }
  .warranty-type-txt {
    width: 100%;
  }
  .warranty-type-txt.join {
    width: 100%;
  }
  .warranty-type-txt.warranty {
    width: 100%;
  }
  .warranty-model-txt {
    width: 100%;
  }
  .warranty-model-txt.warranty {
    width: 100%;
  }
  .warranty-expire-txt {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .warranty-expire-txt.join {
    width: 100%;
  }
  .warranty-repair-txt {
    width: 100%;
    margin-top: 10px;
  }
  .warranty-repair-txt.join {
    width: 100%;
    margin-top: 0px;
  }
  .warranty-repair-txt.join.del-btn {
    width: 100%;
  }
  .warraty-content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 24px;
  }
  .div-block-129 {
    display: none;
  }
  .tab-pane-tab-1-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tab-pane-tab-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-132.width-xs {
    width: 500px;
  }
  .warranty-title-mobile {
    display: block;
    color: #00a1e4;
  }
  .div-block-134 {
    max-width: 300px;
  }
  .left-arrow-4 {
    max-width: 35px;
  }
  .right-arrow-4 {
    max-width: 35px;
  }
  .slide-3 {
    background-position: 67% 50%;
  }
  .search-input-3 {
    padding-right: 105px;
    padding-left: 105px;
    font-size: 16px;
  }
  .search_blk2 {
    width: 400px;
  }
  .div-block-152 {
    width: 90%;
  }
  .details-tab-link {
    display: none;
    margin-top: -1px;
    margin-left: 0px;
    border-bottom-style: solid;
    text-align: center;
  }
  .div-block-153 {
    margin-top: 70px;
  }
  .tabs-menu-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom-style: none;
  }
  .link-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #fff;
    background-color: #00a1e4;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
  }
  .div-block-158 {
    margin-top: 40px;
  }
  .link-block-17 {
    width: 75px;
    height: 75px;
    min-height: 75px;
    min-width: 75px;
  }
  .caption {
    font-size: 16px;
  }
  .product-compare-link {
    width: 100%;
  }
  .div-block-181 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .div-block-183 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-184 {
    max-height: 75vh;
    min-height: 75vh;
  }
  .home-slider-banner {
    height: 420px;
  }
  .shop-map-blk {
    margin-top: 226px;
    margin-bottom: 212px;
  }
  .tabs-5 {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .shoptitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-position: 4% 50%;
  }
  .shoptitle.w--current {
    background-position: 4% 50%;
  }
  .shoptitle.cylogo {
    background-position: 5% 52%;
  }
  .shoptitle.cylogo {
    background-position: 5% 52%;
  }
  .shopmap {
    height: 80vh;
  }
  .shoptitle2 {
    background-position: 4% 50%;
  }
  .shoptitle4.w--current {
    background-position: 5% 50%;
  }
  .showroom_slide_main {
    max-height: 390px;
    max-width: 568px;
  }
  .gmap_wrapper {
    margin-top: 70px;
  }
  .gmap_th {
    width: 95%;
  }
  .gmap_inner {
    height: 80vh;
  }
  .shop-map-blk-2 {
    margin-bottom: 177px;
  }
  .div-block-192 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-193 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .radio-button-field-3 {
    padding-left: 0px;
  }
  .div-block-194 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-136 {
    padding-top: 10px;
  }
  .warranty_gift_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .warranty-gift-img {
    width: 568px;
    height: 176px;
  }
  .regulation-lightbox-content-bg {
    padding: 60px 30px 80px;
  }
  .regulation-lightbox-content-bg.career {
    padding-right: 50px;
    padding-left: 50px;
  }
  .lightbox-scrollbar {
    max-height: 400px;
    min-height: 400px;
  }
  .lightbox-title {
    font-size: 24px;
  }
  .radio-button-label-2 {
    padding-right: 20px;
  }
  .radio-button-label-3 {
    padding-right: 20px;
  }
  .warranty-gift-title {
    padding-top: 10px;
  }
  .imggift {
    width: 100%;
  }
  .renewal_tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .renewal_td {
    width: 100%;
  }
  .renewal_td.e2f4fb.renewal_desktop {
    display: none;
  }
  .renewal_td.f9f1f7.renewal_desktop {
    display: none;
  }
  .renewal_td.renewal_desktop {
    display: none;
  }
  .div-block-201 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .renewal_m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-202 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tab-blk.product-tab {
    flex-wrap: wrap;
    top:-105px;
  }
  .tab-blk.product-tab .line-blue {display:none;}
  .tab-blk.product-tab .tab-link-dd {
    width:33.33%;
  }
  .tab-blk.product-tab .tab-link-dd:nth-child(1),
  .tab-blk.product-tab .tab-link-dd:nth-child(3),
  .tab-blk.product-tab .tab-link-dd:nth-child(5) {
    border-bottom:1px solid #00a1e4;
  }

  .tab-blk.product-tab .tab-link-dd:nth-child(1),
  .tab-blk.product-tab .tab-link-dd:nth-child(3),
  .tab-blk.product-tab .tab-link-dd:nth-child(7),
  .tab-blk.product-tab .tab-link-dd:nth-child(9) {
    border-right:1px solid #00a1e4;
  }

  .tab-blk.product-tab .tab-link-dd .tab-linkbox {
    font-size:16px;
  }

  .tab-blk.product-tab .tablink-ddlist {display:none;}
}
@media (max-width: 700px) {
  .slide-3 {
    background-image:url(../images/banner37_mobile.jpg);
  }
}
@media (max-width: 479px) {
  .header {
    height: 60px;
  }
  .inner-1280.footer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .inner-1280.banner-inner {
    padding-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .brand {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sub-nav-link {
    width: 90%;
  }
  .sec1-bg {
    height: 350px;
  }
  .scroll-link {
    bottom: -13%;
  }
  .text-block {
    font-size: 14px;
  }
  .heading-txt {
    font-size: 32px;
    line-height: 45px;
  }
  .heading-txt2 {
    font-size: 26px;
    line-height: 32px;
  }
  .heading-txt3.training {
    width: auto;
  }
  .left-arrow {
    width: 25px;
    background-size: 20px;
  }
  .right-arrow {
    width: 25px;
    background-size: 20px;
  }
  .slide-blk {
    width: 230px;
  }
  .blue-ball1 {
    width: 200px;
    height: 200px;
  }
  .slide-img-blk {
    width: 230px;
    height: 230px;
    min-height: 230px;
    min-width: 230px;
  }
  .slide-title {
    font-size: 22px;
  }
  .sec2-bg2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .sec2-bg3 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .sec3-bg1 {
    height: 500px;
  }
  .image {
    max-width: 100px;
  }
  .sec4-bg {
    height: 450px;
    background-image: linear-gradient(153deg, #dfe6ec, hsla(0, 0%, 100%, 0.51)), url('../images/afterSaleBanner.jpg');
    background-position: 0px 0px, 40% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .text-block-8 {
    margin-bottom: 5px;
    line-height: 15px;
  }
  .nav-menu {
    padding-bottom: 175px;
  }
  .menu-button {
    padding-top: 15px;
    padding-bottom: 14px;
  }
  .banner-bg {
    position: relative;
  }
  .banner-bg.envir-banner {
    background-image: url('../images/banner4.jpg');
    background-position: 50% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .banner-bg.course-banner {
    background-position: 77% 50%;
  }
  .banner-bg.course3-banner {
    background-position: 67% 50%;
    background-size: auto 560px;
  }
  .banner-bg.product-banner {
    background-image: url('../images/banner9.jpg');
    background-position: 49% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .banner-bg.shoplocation-banner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
    background-position: 0px 0px;
  }
  .banner-bg.career-banner {
    background-position: 50% 50%;
  }
  .banner-bg.rvrv-banner {
    background-position: 76% 50%;
  }
  .banner-bg.spare-banner {
    background-position: 64% 50%;
  }
  .banner-bg.about-banner {
    background-position: 69% 50%;
  }
  .banner-bg.tour-banner {
    background-position: 58% 50%;
  }
  .banner-bg.tvc-banner {
    height: 240px;
    background-position:50% 70%;
    background-size:200% auto;
    background-repeat: no-repeat;
  }
  .banner-bg.news-banner {
    height: 240px;
    background-position:50% 70%;
    background-size:200% auto;
    background-repeat: no-repeat;
  }
  .banner-bg.banner-slider {
    height: 320px;
  }
  .banner-bg.slider-member {
    height: 320px;
  }
  .banner-bg.promotion-banner {
    height: 240px;
    background-size: 820px;
  }
  .banner-txt-blk {
    text-align: center;
  }
  .text-block-9 {
    color: #fff;
  }
  .text-block-10 {
    color: #fff;
    font-size: 32px;
  }
  .text-block-11 {
    max-width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
  }
  .content-bg.media-bg {
    padding-top: 20px;
  }
  .text-block-12.txt11 {
    font-size: 22px;
    line-height: 26px;
  }
  .dis-dsc {
    padding-bottom: 45px;
  }
  .dis-dsc.blue-bg._62w {
    padding-left: 26px;
    background-position: 50% 130%;
  }
  .text-block-15 {
    font-size: 24px;
  }
  .text-block-15.white._24pt {
    font-size: 22px;
  }
  .text-block-16 {
    padding-right: 0px;
  }
  .pop-content-bg {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pop-content-bg.career {
    padding-right: 35px;
    padding-left: 35px;
  }
  .text-block-18 {
    font-size: 22px;
  }
  .text-block-19 {
    font-size: 22px;
  }
  .exampleblk {
    margin-top: 35px;
  }
  .text-block-22 {
    padding-left: 0px;
  }
  .control-1 {
    margin-top: 40px;
  }
  .pop-close {
    left: 0px;
    top: -24px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .div-block-14 {
    padding-left: 0px;
  }
  .dsc-pt.blue-bg-pt {
    padding-right: 17px;
  }
  .link-5 {
    font-size: 11px;
    line-height: 13px;
  }
  .media-list-blk {
    margin-top: 40px;
  }
  .media-img-blk {
    height: 280px;
    min-height: 280px;
  }
  .media-list-dsc {
    padding-right: 5px;
    padding-left: 5px;
  }
  .media-details-title {
    font-size: 22px;
    line-height: 26px;
  }
  .media-details-slide {
    height: 250px;
  }
  .media-lightbox-bg {
    height: 250px;
  }
  .tvc-each-blk {
    width: 280px;
    height: 158px;
  }
  .tvc-row-blk {
    margin-top: 50px;
  }
  .tvc-dsc {
    max-width: 280px;
  }
  .tvc-each-lightbox {
    width: 350%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tour-intro {
    max-width: 320px;
  }
  .div-block-18 {
    margin-left: 50px;
  }
  .tour-each-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tour-each-field.ampm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .label {
    width: auto;
    min-width: auto;
    margin-bottom: 3px;
  }
  .tour-select.people {
    width: 100%;
  }
  .submit-btn {
    width: 70%;
    text-align: center;
  }
  .reset-btn {
    width: 70%;
    margin-top: 15px;
    text-align: center;
  }
  .form-btn-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-white-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .text-block-30 {
    font-size: 26px;
  }
  .text-block-31 {
    font-size: 28px;
  }
  .arrow-course {
    margin-top: 19%;
  }
  .text-block-32 {
    font-size: 26px;
  }
  .text-block-36 {
    font-size: 22px;
  }
  .text-block-38 {
    font-size: 22px;
  }
  .div-block-36 {
    padding-right: 40px;
    padding-bottom: 45px;
    padding-left: 40px;
  }
  .repair-blue-bg {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div-block-38 {
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 27px;
  }
  .div-block-42 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-24 {
    margin-bottom: 10px;
  }
  .method-row {
    width: 100%;
  }
  .text-block-41 {
    font-size: 24px;
  }
  .div-block-49 {
    margin-right: 10px;
  }
  .course-bar {
    max-width: 310px;
    background-position: -58px 50%;
  }
  .course-bar.bar2 {
    height: 60px;
    background-position: 66% 50%;
  }
  .course-bar.bar3 {
    height: 60px;
    background-position: 122% 50%;
  }
  .course-bar-txt-blk {
    margin-bottom: 10px;
  }
  .div-block-55 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-50 {
    font-size: 24px;
  }
  .join2-cpy-field.half {
    width: 100%;
  }
  .div-block-57 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkbox-field {
    margin-bottom: 5px;
  }
  .div-block-58 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-59 {
    margin-top: 10px;
  }
  .text-field {
    margin-top: 0px;
  }
  .image-31 {
    width: 150px;
  }
  .media-sub-tab {
    max-width: 100%;
  }
  .media-sub-tab-link {
    padding: 15px 10px;
  }
  .image-32 {
    margin-bottom: 10px;
  }
  .product-sub-content {
    padding-top: 60px;
  }
  .product-row {
    max-width: 420px;
  }
  .p-details-name {
    padding-right: 130px;
    font-size: 25px;
  }
  .p-details-code-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-67 {
    margin-left: 0px;
  }
  .p-details-linkbox.back.details {
    top: -69px;
    right: 15px;
  }
  .p-details-linkbox.back.compareback_invert {
    top: 20px;
    right: 0px;
    background-image: url('../images/backArrow_invert.png');
    background-position: 31px 45%;
    background-size: auto 13px;
  }
  .p-details-blk {
    padding-right: 15px;
    padding-left: 15px;
  }
  .p-details-main-bg {
    height: 200px;
    min-height: 200px;
  }
  .p-details-tab-link {
    padding-right: 15px;
    padding-left: 15px;
    border-bottom-style: none;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  .details-tab.support {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .support-link {
    margin-bottom: 10px;
  }
  .after-icon1-blk {
    margin-bottom: 30px;
  }
  .text-block-62 {
    font-size: 24px;
  }
  .text-field-2.security {
    max-width: 85%;
  }
  .select-field.error {
    max-width: 100%;
  }
  .world-link {
    margin-bottom: 5px;
  }
  .world-row {
    margin-bottom: 0px;
  }
  .div-block-80 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .after-sub-tab-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .after-sub-tab-content.error {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .grid-whitebg {
    padding-right: 5px;
    padding-left: 5px;
  }
  .text-block-75 {
    font-size: 20px;
  }
  .error-result {
    margin-top: 60px;
  }
  .error-result-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-94 {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    font-size: 30px;
  }
  .result-name {
    margin-top: 15px;
    margin-left: 0px;
  }
  .scrollbar {
    top: -100px;
    max-height: 250px;
    min-height: 250px;
  }
  .scrollbar.comparescrollbar {
    margin-top: 100px;
  }
  .scrollbar.tabmenu {
    top: 0px;
    margin-top: 10px;
  }
  .partner-blk {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .link-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-47 {
    right: 0px;
    bottom: 50px;
    margin-bottom: -66px;
    padding-bottom: 0px;
  }
  .image-48 {
    left: 0px;
  }
  .showroom-intro {
    padding-right: 25px;
    padding-left: 25px;
  }
  .text-block-82 {
    line-height: 24px;
  }
  .showroom-floorplan {
    position: relative;
  }
  .floorplan-bg {
    width: 300px;
    height: 320px;
  }
  .fp-linkbox.fplink1 {
    top: 88px;
    right: 62px;
  }
  .fp-linkbox.fplink2 {
    bottom: 102px;
  }
  .fp-linkbox.fplink3 {
    left: 58px;
    top: 155px;
  }
  .fp-linkbox.fplink4 {
    right: 113px;
    bottom: 83px;
  }
  .fp-linkbox.fplink5 {
    right: 176px;
    bottom: 79px;
  }
  .div-blueblk {
    font-size: 16px;
  }
  .button-2.submit {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .button-2.reset {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .career-row.title {
    display: none;
  }
  .career-row.result {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .career-date {
    width: 100%;
  }
  .career-area {
    width: 100%;
  }
  .career-post {
    width: 100%;
  }
  .career-title {
    width: 100%;
  }
  .image-52 {
    right: 15px;
    bottom: 10px;
  }
  .op-details-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-104 {
    width: 100%;
  }
  .div-block-105 {
    width: 100%;
  }
  .div-block-106 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rvrv2-ans {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-57 {
    top: -45px;
  }
  .rvrv3-tab-link {
    font-size: 15px;
  }
  .rvrv4-tab-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .tabs-menu-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rvrv4-each {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rvrv4-details {
    min-width: 100%;
  }
  .rvrv4-name-blk {
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .rvrv4-sub-tab-link {
    width: 29%;
    font-size: 15px;
  }
  .div-block-123 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .compare-row1 {
    width: 160px;
    min-width: 160px;
  }
  .compare-h-38 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-block-107 {
    font-size: 15px;
  }
  .text-block-108 {
    font-size: 13px;
    letter-spacing: 0px;
  }
  .div-block-129 {
    width: auto;
    height: 1px;
    min-height: 1px;
    min-width: auto;
  }
  .warranty-tab-link {
    padding-right: 25px;
    padding-left: 25px;
  }
  .tabs-menu-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-132.width-xs {
    width: 280px;
  }
  .div-block-133 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-115 {
    line-height: 24px;
  }
  .div-block-134 {
    max-width: 95%;
    text-align: center;
  }
  .icon-4 {
    font-size: 20px;
  }
  .icon-5 {
    font-size: 20px;
  }
  .left-arrow-4 {
    max-width: 20px;
  }
  .right-arrow-4 {
    max-width: 20px;
  }
  .upload-btn.upload-warranty {
    margin-top: 5px;
    margin-left: 0px;
  }
  .tabs-menu-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .search_linkbox {
    top: auto;
    right: -10px;
    bottom: 74px;
    padding: 24px 20px 11px 21px;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 0px;
  }
  .div-block-146 {
    width: 55px;
  }
  .div-block-147 {
    display: none;
  }
  .search_close_linkbox {
    top: -6px;
    right: 0px;
    margin-right: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .search-3 {
    width: 85%;
  }
  .search-input-3 {
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: left;
  }
  .search_result_blk {
    margin-top: 20px;
  }
  .search_blk2 {
    width: 100%;
  }
  .image-65 {
    margin-right: 0px;
  }
  .text-block-120 {
    font-size: 22px;
  }
  .link-block-16 {
    font-size: 18px;
  }
  .link-block-17 {
    margin-right: 6px;
    margin-left: 6px;
  }
  .text-block-123 {
    line-height: 22px;
  }
  .home-slider-banner {
    height: 350px;
  }
  .left-arrow-5 {
    width: 35px;
  }
  .right-arrow-5 {
    width: 35px;
  }
  .div-block-186 {
    padding-top: 140px;
  }
  .shop-map-blk {
    height: 500px;
    margin-top: 0px;
    margin-bottom: 51px;
    padding-top: 162px;
  }
  .tabs-menu-12.scrollbar {
    top: auto;
    height: 50vh;
  }
  .tabs-5 {
    margin-top: 0px;
  }
  .shoptitle {
    background-position: 7% 50%;
  }
  .shoptitle.w--current {
    background-position: 9% 50%;
  }
  .shoptitle.cylogo {
    background-position: 10% 52%;
  }
  .shoptitle.cylogo {
    background-position: 10% 52%;
  }
  .shopmap {
    height: 40vh;
  }
  .tabs-content-4 {
    height: 40vh;
  }
  .shoptitle2 {
    background-position: 8% 50%;
  }
  .shop-banner-white-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .shoptitle4.w--current {
    background-position: 8% 50%;
  }
  .forcerotate {
    position: fixed;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00a1e4;
  }
  .noselect {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
    text-decoration: none;
  }
  .text-block-134 {
    color: #fff;
  }
  .showroom_slide_main {
    max-height: 220px;
    max-width: 320px;
    background-color: transparent;
  }
  .gmap_wrapper {
    margin-top: 60px;
  }
  .gmap_menu.scrollbar {
    height: 50vh;
    min-height: auto;
    margin-top: 100px;
  }
  .gmap_inner {
    height: 40vh;
  }
  .shop-map-blk-2 {
    height: 500px;
    margin-top: 0px;
    margin-bottom: 209px;
  }
  .warranty-gift-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .radio-button-field-3 {
    padding-right: 20px;
  }
  .warranty_gift_inner {
    padding-right: 0px;
    padding-left: 0px;
  }
  .warranty-gift-img {
    height: 104px;
  }
  .regulation-lightbox-content-bg {
    padding: 100px 20px 0px;
  }
  .regulation-lightbox-content-bg.career {
    padding-right: 35px;
    padding-left: 35px;
  }
  .lightbox-scrollbar {
    top: -100px;
    max-height: 250px;
    min-height: 250px;
  }
  .lightbox-scrollbar.comparescrollbar {
    margin-top: 100px;
  }
  .lightbox-scrollbar.tabmenu {
    top: 0px;
    margin-top: 10px;
  }
  .lightbox-title {
    margin-bottom: 110px;
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 360px) {
	.banner-bg.tvc-banner, 
	.banner-bg.news-banner {
		background-position:50% 85%;
	}
  .tab-blk.product-tab .tab-link-dd .tab-linkbox {
    font-size:12px;
  }
}
#w-node-aeca131c896d-735dfc2e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-5dc52da58824-735dfc2e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c4927fe071e2-325dfc50 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c4927fe071f6-325dfc50 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-f3e6ecfd7918-325dfc61 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f3e6ecfd792c-325dfc61 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-35bf63cdd647-c25dfc72 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-35bf63cdd65b-c25dfc72 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-9827a896806d-165dfdaf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9827a8968081-165dfdaf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c4927fe071e2-1a5dfdb3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c4927fe071f6-1a5dfdb3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/gotham-book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
