:root {
  --black: #333;
  --white: #fff;
  --gray-white: #f9f8f7;
  --footer-color: #1c1919;
  --dark-blue: #434760;
  --black-2: black;
  --gray-4: #ccc;
  --gray-2: #eee;
  --gray: #f9f9f9;
  --gray-3: #f7f7f7;
  --blac-2: #484848;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  z-index: 90;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-link {
  border-bottom: 1px solid #3330;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 0 2px;
  font-size: 16px;
  font-weight: 300;
}

.menu-link:hover {
  border-bottom-width: 1px;
  border-bottom-color: var(--black);
}

.menu-link.w--current {
  color: var(--black);
}

.navbar {
  background-color: var(--gray-white);
  width: 100%;
  box-shadow: 0 0 5px #0003;
}

.head-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 2%;
  display: flex;
}

.brand {
  order: -1;
}

.head-right {
  order: 1;
  margin-top: 5px;
}

.dropdown-toggle {
  border-bottom: 1px solid #0000;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 0 2px;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-toggle:hover {
  border-bottom-width: 1px;
  border-bottom-color: var(--black);
}

.dropdown-list {
  z-index: 1;
  width: 100%;
}

.dropdown-list.w--open {
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 83px 0 auto;
}

.div-block {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 13px;
  display: flex;
}

.sub-menu-link {
  color: var(--white);
  border-bottom: 1px solid #fff0;
  margin-left: 25px;
  margin-right: 25px;
  padding: 0 0 2px;
}

.sub-menu-link:hover {
  border-bottom-color: var(--white);
}

.sub-menu-link.w--current {
  color: var(--white);
  text-decoration: none;
}

.overflow-x {
  margin-top: 83px;
  position: relative;
  overflow: hidden;
}

.hero-slider {
  width: 100%;
  height: 90vh;
}

.left-arrow {
  background-image: url('../images/chevron-left-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 0;
  display: flex;
  inset: 50% auto auto 30px;
}

.slide {
  width: 100%;
  overflow: hidden;
}

.slide._1 {
  background-image: url('../images/hero-banner-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-arrow {
  background-image: url('../images/chevron-right-solid.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  inset: 50% 30px auto auto;
}

.body {
  font-family: Helveticaneueltpro, sans-serif;
  font-size: 16px;
}

.drop-arrow {
  width: 10px;
  margin-left: 10px;
}

.lang-drop-trigger {
  border-bottom: 1px solid #0000;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 0 2px;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.lang-drop-trigger:hover {
  border-bottom-width: 1px;
  border-bottom-color: var(--black);
}

.dropdown-toggle-2 {
  margin-left: 25px;
  margin-right: 25px;
  padding: 0;
  display: flex;
}

.dropdown-list-2 {
  background-color: var(--black);
  margin-top: 15px;
}

.dropdown-list-2.w--open {
  background-color: var(--gray-white);
  box-shadow: 0 0 5px #0003;
}

.lang-link {
  text-align: center;
  padding: 5px 15px;
  font-weight: 700;
}

.search-btn {
  background-image: url('../images/icon-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 25px;
}

.search-btn.m {
  display: none;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1600px;
  padding-left: 5%;
  padding-right: 5%;
}

.container.pt-100 {
  padding-top: 46px;
}

.container.pt-100.pb-50 {
  padding-bottom: 50px;
}

.container.pt-100.pb-100, .container.pb-100 {
  padding-bottom: 100px;
}

.container.pt-50 {
  padding-top: 50px;
}

.container.pt-50.pb-50 {
  padding-bottom: 50px;
}

.highlights-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.highlights-item-row {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.highlights-item-pic {
  width: 465px;
  min-width: 465px;
  height: 465px;
  overflow: hidden;
}

.highlights-item-pic._1 {
  background-image: url('../images/highlights-pic1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.highlights-item-pic._2 {
  background-image: url('../images/highlights-pic2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.highlights-item-pic._3 {
  background-image: url('../images/highlights-pic3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.highlights-item-pic.news-pic-1 {
  background-image: url('../images/news-pic-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.highlights-item-contents {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 100px;
  display: flex;
}

.highlights-item-contents.left {
  margin-left: 0;
  margin-right: 100px;
}

.highlights-item-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

.highlights-item-des {
  max-width: 400px;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.highlights-item-des.news {
  max-width: none;
  padding-right: 5%;
}

.more-btn-1 {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/btn-arrow-white.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 15px 10% 15px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.more-btn-1:hover {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  background-image: url('../images/btn-arrow.svg');
}

.btn-arrow {
  background-image: url('../images/btn-arrow-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 15px;
  height: 15px;
  margin-left: 40px;
}

.our-products-slider {
  background-color: #ddd0;
  height: 440px;
  margin-top: 50px;
}

.right-arrow-2 {
  background-color: #333c;
  background-image: url('../images/chevron-right-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  inset: 50% 15px auto auto;
}

.left-arrow-2 {
  background-color: #333c;
  background-image: url('../images/chevron-left-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 0;
  display: flex;
  inset: 50% auto auto 15px;
}

.our-products-item {
  width: 34%;
  margin-left: 1px;
  margin-right: 1px;
  overflow: hidden;
}

.slide-bg {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-bg.product-1 {
  background-image: url('../images/products-signa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-bg.product-2 {
  background-image: url('../images/products-mechancal.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-bg.product-3 {
  background-image: url('../images/products-prestige.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-bg.product-4 {
  background-image: url('../images/AH7CZ27X1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-bg.product-5 {
  background-image: url('../images/AM3981X1_retouched-R.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-products-layer {
  z-index: 1;
  text-transform: uppercase;
  background-color: #33333380;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
}

.our-products-link {
  color: var(--white);
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 54px;
  line-height: 60px;
  text-decoration: none;
  overflow: hidden;
}

.section-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 700;
  line-height: 60px;
}

.video-section, .video {
  width: 100%;
}

.soical-head {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.soical-link-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.soical-link-block.mt-0 {
  margin-top: 0;
}

.soical-icon {
  height: 35px;
}

.soical-icon.mail {
  width: 30px;
  height: auto;
}

.gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.gallery-block-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31%;
  display: flex;
}

.gallery-block-big {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.gallery-block-big.g-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.gallery-bg {
  width: 100%;
  height: 100%;
}

.gallery-bg.g-1 {
  background-image: url('../images/gallery-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-bg.g-2 {
  background-image: url('../images/gallery-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-bg.g-3 {
  background-image: url('../images/gallery-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-bg.g-4 {
  background-image: url('../images/gallery-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-bg.g-5 {
  background-image: url('../images/gallery-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-bg.g-6 {
  background-image: url('../images/gallery-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-bg.g-7 {
  background-image: url('../images/gallery-7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-bg.g-8 {
  background-image: url('../images/gallery-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-bg.g-9 {
  background-image: url('../images/gallery-9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-bg.g-10 {
  background-image: url('../images/gallery-10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-bg.g-11 {
  background-image: url('../images/gallery-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-bg.g-12 {
  background-image: url('../images/gallery-12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-block-sm {
  width: 47%;
  height: 190px;
  overflow: hidden;
}

.gallery-block-sm.g-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.gallery-block-col-2 {
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15%;
  display: flex;
}

.gallery-block-sm-2 {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.gallery-block-sm-2.g-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer-section-block {
  justify-content: space-between;
  display: flex;
}

.section-link-block {
  width: 50%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.sec-bg {
  width: 100%;
  height: 100%;
}

.sec-bg.about {
  background-image: url('../images/footer-sec-pic-about.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-bg.contact {
  background-image: url('../images/footer-sec-pic-contact.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-link-content {
  z-index: 1;
  background-color: #3c3747b3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-link-title {
  color: var(--white);
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.div-block-2 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.more-btn-2 {
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  background-color: #33333380;
  background-image: url('../images/btn-arrow-white.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 15px 20% 15px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.more-btn-2:hover {
  color: var(--black);
  background-color: #ffffff80;
  background-image: url('../images/btn-arrow.svg');
}

.footer {
  background-color: var(--footer-color);
  background-image: url('../images/footer-pic.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 70px 5% 30px;
  display: flex;
  position: relative;
}

.footer-half {
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-menu {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-menu-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-menu-title {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.footer-menu-link {
  color: var(--white);
  font-weight: 300;
  text-decoration: none;
}

.footer-col {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 33%;
  display: flex;
}

.copyright-tx {
  color: var(--white);
  order: 1;
  font-size: 14px;
  font-weight: 300;
}

.footer-copyright {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.footer-link-tx {
  color: var(--white);
  text-decoration: none;
}

.top-btn {
  z-index: 10;
  background-color: var(--dark-blue);
  color: var(--white);
  order: -1;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: 10px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 5% 5% auto;
  transform: translate(0, -25px)rotate(45deg);
}

.text-block {
  transform: rotate(-45deg);
}

.page-top {
  position: absolute;
  inset: 0% 0% auto;
}

.page-banner-section {
  background-color: var(--black-2);
  height: 650px;
  position: relative;
  overflow: hidden;
}

.page-banner-bg {
  width: 100%;
  height: 100%;
  position: relative;
}

.page-banner-bg.find-your-watch {
  background-image: url('../images/ban-product-found.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-bg.mechanical {
  background-image: url('../images/ban-mechanical.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-bg.about {
  background-image: url('../images/ban-about-us.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-bg.instructions {
  background-image: url('../images/ban-insructions.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-bg.contact {
  background-image: url('../images/ban-contact.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-bg.customer-service {
  background-image: url('../images/ban-customer-service.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-bg.news {
  background-image: url('../images/366746788_670228868464168_7396188827492185120_n.png');
      background-position: 84%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-content {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: -4% auto 0% 5%;
}

.page-banner-tx {
  color: var(--white);
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
	
}



.drop-down-select {
  background-color: #000c;
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  inset: auto 0% 0%;
}

.drop-select-block {
  margin-left: 0;
  margin-right: 0;
}

.drop-select-btn {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #f3f3f300;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: auto;
  min-width: 170px;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
}

.drop-select-list.w--open {
  background-color: #fffc;
  box-shadow: 0 0 5px #0003;
}

.drop-link-item {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
}

.drop-link-item:hover {
  color: var(--white);
  background-color: #434760cc;
}

.dropdown-bar {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-contents-section.gray {
  background-color: var(--gray-4);
}

.watch-list-block {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.watch-list-block.mt-50 {
  margin-top: 50px;
}

.watch-list-block.pt-50 {
  padding-top: 50px;
}

.watch-list-item {
  color: var(--black);
  border: 1px solid #eee0;
  width: 22%;
  margin-bottom: 50px;
  padding: 20px;
  text-decoration: none;
}

.watch-list-item:hover {
  border: 1px solid var(--gray-2);
  box-shadow: 0 0 3px #0003;
}

.watch-list-item-pic {
  background-color: var(--gray);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.watch-list-item-title {
  border-bottom: 2px solid var(--black);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.watch-item-cate {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.watch-item-model {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.link-block {
  border: 2px solid var(--black);
  background-image: url('../images/watch-item-link-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 30px;
  height: 30px;
}

.link-block:hover {
  background-color: var(--black);
  background-image: url('../images/btn-arrow-white.svg');
}

.watch-pic {
  width: 100%;
  max-width: 200px;
}

.th-slide {
  background-color: var(--white);
  width: 100%;
  height: 150px;
}

.sm-watch-item {
  width: 33%;
  padding-bottom: 0;
  padding-right: 0;
}

.sm-watch-item.a3b001x1-1 {
  background-image: url('../images/A3B001X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.sm-watch-item.a3b001x1-2 {
  background-image: url('../images/AL4537X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.watch-main-slide {
  background-color: #fff0;
  width: 100%;
}

.main-watch-item {
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.main-watch-item.a3b001x1-1 {
  background-image: url('../images/A3B001X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.main-watch-item.a3b001x1-2 {
  background-image: url('../images/AL4537X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.sm-slide-item {
  width: 25%;
}

.sm-slide-item._1 {
  background-image: url('../images/A3B001X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.sm-slide-item._2 {
  background-image: url('../images/AL4537X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.sm-slide-item._3 {
  background-image: url('../images/AL4555X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.main-slide._1 {
  background-image: url('../images/A3B001X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.main-slide._2 {
  background-image: url('../images/AL4537X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.main-slide._3 {
  background-image: url('../images/AL4555X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.watch-thumbnail-item {
  width: 33%;
}

.watch-thumbnail-item.a3b001x1-1 {
  cursor: pointer;
  background-image: url('../images/A3B001X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.a3b001x1-2 {
  background-image: url('../images/A3B003X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.a3b001x1-3 {
  background-image: url('../images/A3B005X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.a3b001x1-4 {
  background-image: url('../images/A3B007X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.a3b001x1-5 {
  background-image: url('../images/A3B009X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.a3b001x1-6 {
  background-image: url('../images/A3B011X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.a3b001x1-7 {
  background-image: url('../images/A3B013X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4537x1-1 {
  cursor: pointer;
  background-image: url('../images/AL4537X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4537x1-2 {
  cursor: pointer;
  background-image: url('../images/AL4539X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4537x1-3 {
  cursor: pointer;
  background-image: url('../images/AL4541X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4537x1-4 {
  cursor: pointer;
  background-image: url('../images/AL4543X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4537x1-5 {
  cursor: pointer;
  background-image: url('../images/AL4545X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4537x1-6 {
  cursor: pointer;
  background-image: url('../images/AL4547X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4537x1-7 {
  cursor: pointer;
  background-image: url('../images/AL4549X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4537x1-8 {
  cursor: pointer;
  background-image: url('../images/AL4551X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4537x1-9 {
  cursor: pointer;
  background-image: url('../images/AL4553X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4555x1-1 {
  cursor: pointer;
  background-image: url('../images/AL4555X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4555x1-2 {
  cursor: pointer;
  background-image: url('../images/AL4557X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4555x1-3 {
  cursor: pointer;
  background-image: url('../images/AL4559X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4555x1-4 {
  cursor: pointer;
  background-image: url('../images/AL4561X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4555x1-5 {
  cursor: pointer;
  background-image: url('../images/AL4563X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4555x1-6 {
  cursor: pointer;
  background-image: url('../images/AL4565X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4555x1-7 {
  cursor: pointer;
  background-image: url('../images/AL4567X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4555x1-8 {
  cursor: pointer;
  background-image: url('../images/AL4569X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4555x1-9 {
  cursor: pointer;
  background-image: url('../images/AL4571X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4573x1-1 {
  cursor: pointer;
  background-image: url('../images/AL4573X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4573x1-2 {
  cursor: pointer;
  background-image: url('../images/AL4575X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4573x1-3 {
  cursor: pointer;
  background-image: url('../images/AL4577X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4573x1-4 {
  cursor: pointer;
  background-image: url('../images/AL4579X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4573x1-5 {
  cursor: pointer;
  background-image: url('../images/AL4581X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4573x1-6 {
  cursor: pointer;
  background-image: url('../images/AL4583X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4573x1-7 {
  cursor: pointer;
  background-image: url('../images/AL4585X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4573x1-8 {
  cursor: pointer;
  background-image: url('../images/AL4587X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4589x1-1 {
  cursor: pointer;
  background-image: url('../images/AL4589X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4589x1-2 {
  cursor: pointer;
  background-image: url('../images/AL4591X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4589x1-3 {
  cursor: pointer;
  background-image: url('../images/AL4593X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4589x1-4 {
  cursor: pointer;
  background-image: url('../images/AL4595X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4589x1-5 {
  cursor: pointer;
  background-image: url('../images/AL4597X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4589x1-6 {
  cursor: pointer;
  background-image: url('../images/AL4599X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4437x1-1 {
  cursor: pointer;
  background-image: url('../images/AL4437X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4437x1-2 {
  cursor: pointer;
  background-image: url('../images/AL4439X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4437x1-3 {
  cursor: pointer;
  background-image: url('../images/AL4441X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4437x1-4 {
  cursor: pointer;
  background-image: url('../images/AL4443X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4437x1-5 {
  cursor: pointer;
  background-image: url('../images/AL4445X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.al4437x1-6 {
  cursor: pointer;
  background-image: url('../images/AL4447X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-slider {
  background-color: #ddd0;
  width: 100%;
  height: 120px;
  margin-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.watch-main-slider {
  background-color: #ddd0;
  width: 100%;
}

.watch-main-item {
  width: 100%;
  overflow: hidden;
}

.watch-main-item._1 {
  background-image: url('../images/A3B001X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-item._2 {
  background-image: url('../images/AL4537X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-item._3 {
  background-image: url('../images/AL4555X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.slide-arrow-left {
  background-image: url('../images/th-slide-arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  width: 30px;
  height: 100%;
}

.slide-arrow-right {
  background-image: url('../images/th-slide-arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  width: 30px;
  height: 100%;
}

.watch-main-nav, .watch-th-nav {
  opacity: 0;
}

.watch-main-link {
  width: 100%;
  height: 100%;
}

.watch-main-link.a3b001x1-1 {
  background-image: url('../images/A3B001X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.a3b001x1-3 {
  background-image: url('../images/A3B005X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.a3b001x1-2 {
  background-image: url('../images/A3B003X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.a3b001x1-4 {
  background-image: url('../images/A3B007X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.a3b001x1-5 {
  background-image: url('../images/A3B009X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.a3b001x1-6 {
  background-image: url('../images/A3B011X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.a3b001x1-7 {
  background-image: url('../images/A3B013X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4537x1-1 {
  background-image: url('../images/AL4537X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4537x1-2 {
  background-image: url('../images/AL4539X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4537x1-3 {
  background-image: url('../images/AL4541X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4537x1-4 {
  background-image: url('../images/AL4543X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4537x1-5 {
  background-image: url('../images/AL4545X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4537x1-6 {
  background-image: url('../images/AL4547X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4537x1-7 {
  background-image: url('../images/AL4549X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4537x1-8 {
  background-image: url('../images/AL4551X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4537x1-9 {
  background-image: url('../images/AL4553X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4555x1-1 {
  background-image: url('../images/AL4555X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4555x1-2 {
  background-image: url('../images/AL4557X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4555x1-3 {
  background-image: url('../images/AL4559X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4555x1-4 {
  background-image: url('../images/AL4561X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4555x1-5 {
  background-image: url('../images/AL4563X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4555x1-6 {
  background-image: url('../images/AL4565X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4555x1-7 {
  background-image: url('../images/AL4567X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4555x1-8 {
  background-image: url('../images/AL4569X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4555x1-9 {
  background-image: url('../images/AL4571X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4573x1-1 {
  background-image: url('../images/AL4573X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4573x1-2 {
  background-image: url('../images/AL4575X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4573x1-3 {
  background-image: url('../images/AL4577X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4573x1-4 {
  background-image: url('../images/AL4579X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4573x1-5 {
  background-image: url('../images/AL4581X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4573x1-6 {
  background-image: url('../images/AL4583X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4573x1-7 {
  background-image: url('../images/AL4585X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4573x1-8 {
  background-image: url('../images/AL4587X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4589x1-1 {
  background-image: url('../images/AL4589X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4589x1-2 {
  background-image: url('../images/AL4591X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4589x1-3 {
  background-image: url('../images/AL4593X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4589x1-4 {
  background-image: url('../images/AL4595X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4589x1-5 {
  background-image: url('../images/AL4597X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4589x1-6 {
  background-image: url('../images/AL4599X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4437x1-1 {
  background-image: url('../images/AL4437X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4437x1-2 {
  background-image: url('../images/AL4439X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4437x1-3 {
  background-image: url('../images/AL4441X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4437x1-4 {
  background-image: url('../images/AL4443X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4437x1-5 {
  background-image: url('../images/AL4445X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.watch-main-link.al4437x1-6 {
  background-image: url('../images/AL4447X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.hero-model-banner-section {
  height: 650px;
  position: relative;
  overflow: hidden;
}

.hero-model-banner-bg {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-model-banner-bg.find-your-watch {
  background-image: url('../images/ban-product-found.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-model-banner-bg.mechanical {
  background-image: url('../images/ban-mechanical.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-model-banner-bg._1 {
  background-image: url('../images/ban-hero-model.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-model-contents {
  flex-flow: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-mode-title-tx {
  text-align: center;
  text-transform: uppercase;
  font-size: 58px;
  font-weight: 700;
  line-height: 68px;
}

.hero-mode-title-sub-tx {
  text-align: center;
  margin-top: 15px;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

.hero-model-midline {
  background-color: var(--black);
  width: 1px;
  height: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.hero-mode-des {
  text-align: center;
  max-width: 1000px;
  margin-bottom: 70px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.hero-mode-des.mb-0 {
  margin-bottom: 0;
}

.hero-mode-des.align-left {
  text-align: left;
}

.video-2 {
  margin-bottom: 100px;
}

.hero-model-row-contents {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 100px;
  display: flex;
}

.hero-model-row {
  display: flex;
}

.hero-model-row-pic {
  width: 465px;
  min-width: 465px;
  height: 465px;
}

.hero-model-row-pic._1 {
  background-image: url('../images/highlights-pic1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.hero-model-row-pic._2 {
  background-image: url('../images/highlights-pic2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.hero-model-row-pic._3 {
  background-image: url('../images/highlights-pic3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.hero-model-row-pic.hero-pic-1 {
  background-image: url('../images/hero-model-pic-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-model-row-pic.hero-pic-2 {
  background-image: url('../images/hero-model-pic-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-model-row-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 100px;
  display: flex;
}

.hero-model-row-content.left {
  margin-left: 0;
  margin-right: 100px;
}

.hero-model-row-des {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.right-arrow-2 {
  width: 20px;
}

.div-block-6 {
  width: 100%;
  height: auto;
}

.pdd_thumbnail_img {
  cursor: pointer;
  width: 31%;
  height: auto;
  margin-left: 7px;
  margin-right: 7px;
}

.pdd_slide_thumbnail-2 {
  background-color: #0000;
  width: 550px;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
  transform: translate(-35%)translate(0, 120%)rotate(90deg);
}

.left-arrow-2 {
  width: 20px;
  font-size: 20px;
}

.icon-3 {
  color: #000;
  margin-top: auto;
  margin-bottom: auto;
  top: 0%;
  bottom: 0%;
}

.icon-3:hover {
  opacity: .5;
}

.hide {
  display: none;
}

.icon-2 {
  color: #0e0e0e;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  font-size: 20px;
}

.icon-2:hover {
  opacity: .5;
}

.pdd_thumbnail_p {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  transform: rotate(270deg);
}

.pdd_thumbnail_p:hover {
  opacity: .7;
}

.pdd_thumbnail_p._1 {
  cursor: pointer;
  background-image: url('../images/product-detail-pic-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pdd_thumbnail_p._1:hover {
  opacity: .7;
}

.pdd_thumbnail_p._4 {
  background-image: url('../images/v15_exhitbition_details_12.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.pdd_thumbnail_p._2 {
  background-image: url('../images/v15_exhitbition_details_08.jpg'), linear-gradient(#fff, #fff);
}

.pdd_thumbnail_p._5 {
  background-image: url('../images/lion-5-s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pdd_thumbnail_p._3 {
  background-image: url('../images/v15_exhitbition_details_10.jpg'), linear-gradient(#fff, #fff);
}

.pdd_thumbnail_p._2 {
  cursor: pointer;
  background-image: url('../images/hero-model-pic-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pdd_thumbnail_p._2:hover {
  opacity: .7;
}

.pdd_thumbnail_p._3 {
  cursor: pointer;
  background-image: url('../images/hero-model-pic-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pdd_thumbnail_p._3:hover {
  opacity: .7;
}

.pdd_thumbnail_p._4 {
  cursor: pointer;
  background-image: url('../images/gallery-12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pdd_thumbnail_p._4:hover {
  opacity: .7;
}

.pdd_thumbnail_p._5 {
  cursor: pointer;
  background-image: url('../images/gallery-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pdd_thumbnail_p._5:hover {
  opacity: .7;
}

.pdd_thumbnail_p._0 {
  cursor: pointer;
  background-image: url('../images/AL4537X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pdd_thumbnail_p._0:hover {
  opacity: .7;
}

.v-slider {
  width: 50%;
  margin-top: 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.product-spec-section {
  background-color: var(--gray-3);
}

.spec-bar-block {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.spec-block-title {
  font-weight: 500;
  line-height: 22px;
}

.spec-block-tdata {
  font-weight: 300;
  line-height: 22px;
}

.spiec-bar-item {
  border: 1px solid var(--gray-4);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  display: flex;
}

.spiec-block-midline {
  background-color: var(--black);
  width: 1px;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.spec-data-block {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 70px;
  display: flex;
}

.spec-data-item {
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  margin-bottom: 7px;
  display: flex;
}

.spec-data-item-title {
  min-width: 180px;
  font-weight: 500;
  line-height: 27px;
}

.spec-data-item-des {
  font-weight: 300;
  line-height: 27px;
}

.share-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.share-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  display: flex;
}

.share-links.mt-0 {
  margin-top: 0;
}

.guides-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.guide-btn {
  border: 1px solid var(--black);
  color: var(--black);
  text-transform: uppercase;
  background-image: url('../images/btn-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 70px 15px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.guide-btn:hover {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/btn-arrow-white.svg');
}

.guide-btn.mt-30 {
  margin-top: 30px;
}

.black-arrow {
  background-image: url('../images/watch-item-link-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 15px;
  height: 15px;
  margin-left: 40px;
}

.section-title-xl {
  text-align: center;
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
}

.full-size-section {
  width: 100%;
  height: 640px;
  position: relative;
}

.full-size-section.about-1 {
  background-image: url('../images/about-bg-1.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-3 {
  width: 100%;
}

.product-model-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.product-detail-content {
  width: 35%;
}

.product-title-cate {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.product-title-model {
  text-transform: uppercase;
  margin-bottom: 70px;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.product-sub-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.product-title-line {
  background-color: var(--black);
  width: 50px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-row {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.back-btn {
  color: var(--black);
  background-image: url('../images/th-slide-arrow-left.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  padding-left: 15px;
  font-weight: 700;
  text-decoration: none;
}

.tx-link {
  color: var(--black);
  text-decoration: none;
}

.tx-link:hover {
  color: var(--dark-blue);
}

.tx-link.underline {
  text-decoration: underline;
}

.care-point-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.care-point-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-bottom: 70px;
  display: flex;
}

.care-watch-title {
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.care-watch-des {
  text-align: center;
  max-width: 400px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.care-watch-icon {
  height: 80px;
}

.related-watch {
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.related-watch-item {
  justify-content: center;
  width: 25%;
  display: flex;
	padding-top: 12px;
}

.related-watch-item._1 {
  background-image: url('../images/AL4537X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 85%;
	padding-top: 12px;
}

.product-main-pic-block {
  justify-content: center;
  
  width: 40%;
  margin-left: 20%;
  margin-right: 5%;
  display: flex;
  overflow: hidden;
}

.product-main-pic {
  width: 100%;
  max-width: 500px;
}

.related-watch-pic {
  width: 100%;
}

.base-metal {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.table {
  width: 100%;
  overflow: scroll;
}

.table.battery {
  border: 1px solid var(--black);
}

.th {
  color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  line-height: 30px;
  display: flex;
}

.td {
  width: 25%;
  min-width: 150px;
  padding: 5px 30px;
}

.td.gray {
  background-color: var(--gray-2);
}

.tr {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  line-height: 30px;
  display: flex;
}

.tr.gray {
  background-color: var(--gray-2);
}

.tr.last {
  border-bottom-width: 0;
}

.water-resistance-block {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.water-re-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  margin-bottom: 50px;
  display: flex;
}

.td-2 {
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 15px 3%;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.td-2.first {
  border-bottom: 1px solid var(--white);
  border-right-color: var(--white);
  background-color: var(--blac-2);
  color: var(--white);
}

.td-2.first.last-row {
  border-bottom-width: 0;
}

.td-2.tx-red {
  color: red;
}

.td-2.first-2 {
  border-left: 1px solid var(--black);
}

.td-2.gray {
  background-color: var(--gray-2);
}

.th-td-2 {
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: var(--black);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 15px 3%;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.th-td-2.first {
  border-right-color: var(--white);
  border-bottom-color: var(--white);
  background-color: var(--blac-2);
  color: var(--white);
}

.th-td-2.first.last-row, .th-td-2.last-row {
  border-bottom-width: 0;
}

.key-tx-block {
  align-self: flex-start;
  margin-top: 30px;
}

.key-tx {
  font-size: 16px;
  line-height: 27px;
}

.key-tx.mb-15 {
  margin-bottom: 15px;
}

.ox-icon {
  height: 25px;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.hero-mode-sub-title {
  text-align: center;
  max-width: 1000px;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 30px;
}

.hero-mode-sub-title.mb-0 {
  margin-bottom: 0;
}

.hero-mode-sub-title.align-left {
  text-align: left;
}

.page-title-tx {
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.page-title-tx.align-center {
  text-align: center;
}

.page-sub-title-tx {
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.case-measurements {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.case-measurements-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  margin-bottom: 50px;
  display: flex;
}

.case-measu-pic {
  height: 250px;
}

.case-measu-num-tx {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
  margin-top: 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.case-measu-part-title {
  text-align: center;
  text-transform: uppercase;
  max-width: 400px;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.page-contents {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 30px;
}

.page-contents.mb-0 {
  margin-bottom: 0;
}

.page-contents.align-left {
  text-align: left;
}

.page-contents-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.page-contents-title.mb-0 {
  margin-bottom: 0;
}

.page-contents-title.align-left {
  text-align: left;
}

.page-contents-block {
  flex-flow: column;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-contents-list {
  padding-left: 20px;
  font-size: 16px;
  line-height: 30px;
}

.page-contents-list.mb-30 {
  margin-bottom: 30px;
}

.page-contents-sub-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.page-contents-sub-title.mb-0 {
  margin-bottom: 0;
}

.page-contents-sub-title.align-left {
  text-align: left;
}

.informations-block {
  background-color: var(--gray-3);
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 25px 30px;
  display: flex;
}

.info-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
}

.info-title.mb-0 {
  margin-bottom: 0;
}

.info-title.align-left {
  text-align: left;
}

.info-des {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.info-des.mb-0 {
  margin-bottom: 0;
}

.info-des.align-left {
  text-align: left;
}

.submit-btn {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  margin-left: 15px;
  padding: 10px 20px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.submit-btn:hover {
  background-color: var(--white);
  color: var(--black);
}

.submit-btn.submit-disenabled {
  border-color: var(--gray-2);
  background-color: var(--gray-2);
  cursor: not-allowed;
}

.th-td-3 {
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: var(--black);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 200px;
  padding: 15px 3%;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.th-td-3.first {
  border-right-color: var(--white);
  border-bottom-color: var(--white);
  background-color: var(--blac-2);
  color: var(--white);
}

.th-td-3.first.last-row, .th-td-3.last-row {
  border-bottom-width: 0;
}

.td-3 {
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  min-width: 200px;
  padding: 15px 3%;
  line-height: 24px;
  display: flex;
}

.td-3.first {
  border-bottom: 1px solid var(--white);
  border-right-color: var(--white);
  background-color: var(--blac-2);
  color: var(--white);
}

.td-3.first.last-row {
  border-bottom-width: 0;
}

.td-3.tx-red {
  color: red;
}

.td-3.first-2 {
  border-left: 1px solid var(--black);
}

.page-banner-section-2 {
  background-color: var(--black-2);
  height: 380px;
  position: relative;
  overflow: hidden;
}

.page-info-tx-sub-title {
  text-align: center;
  max-width: 1000px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.page-info-tx {
  text-align: center;
  max-width: 1000px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.page-info-tx.mb-0 {
  margin-bottom: 0;
}

.page-info-tx.align-left {
  text-align: left;
}

.full-size-sec-contents {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 5% 0 60%;
}

.full-size-sec-contents-tx {
  color: var(--white);
  max-width: 500px;
  font-weight: 300;
  line-height: 30px;
}

.offical-web-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.offical-web-item {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image {
  height: 38px;
  margin-bottom: 30px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-label {
  font-weight: 500;
  line-height: 30px;
}

.form-select {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  min-width: 250px;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 50px;
  font-weight: 300;
  line-height: 30px;
}

.submit-btn-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  margin-top: 15px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

.submit-btn-2:hover {
  background-color: var(--white);
  color: var(--black);
}

.image-2 {
  margin-right: 15px;
}

.contact-select-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 100px;
  display: flex;
}

.contact-select-item {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.contact-address-block {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 50px;
  display: flex;
}

.contact-address-country {
  font-size: 24px;
    font-weight: 700;
    line-height: 31px;
}

.contact-address-midline {
  background-color: var(--black);
  width: 1px;
  margin-left: 100px;
  margin-right: 100px;
}

.contact-country-title {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.contact-address-com-name {
margin-top: 15px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.contact-address-country-info {
  margin-bottom: 15px;
  line-height: 24px;
}

.highlights-item-date {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.news-list {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.news-item {
  width: 49%;
  margin-bottom: 50px;
  display: flex;
}

.news-item-pic {
  width: 250px;
  min-width: 250px;
  height: 322px;
  overflow: hidden;
}

.news-item-pic._1 {
  background-image: url('../images/highlights-pic1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.news-item-pic._2 {
  background-image: url('../images/highlights-pic2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.news-item-pic._3 {
  background-image: url('../images/highlights-pic3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.news-item-pic.news-pic2 {
  background-image: url('../images/news-pic-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.news-item-content {
  flex-flow: column;
 
  align-items: flex-start;
  width: 100%;
  margin-left: 30px;
  display: flex;
}

.news-item-content.left {
  margin-left: 0;
  margin-right: 100px;
}

.news-item-date {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.news-item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.news-contents {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.news-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

.news-date {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.news-pic {
  width: 100%;
  margin-bottom: 30px;
}

.news-p {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.news-sub-title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.news-des {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.back-btn-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  align-self: flex-end;
  margin-bottom: 15px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.back-btn-2:hover {
  background-color: var(--white);
  color: var(--black);
}

.news-list-sec-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.hero-model-banner-section-copy {
  position: relative;
}

.video-area {
  width: 100%;
}

.video-cover {
  width: 100%;
  height: 210px;
}

.video-cover._1 {
  background-image: url('../images/news-pic-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-cover.a3b001x1 {
  background-image: url('../images/video-A3B001X1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-cover.al4541x1 {
  background-image: url('../images/video-AL4541X1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-cover.au4029x1 {
  background-image: url('../images/video-AU4029X1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-cover.a4b009x1 {
  background-image: url('../images/video-A4B009X1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-cover.a4b001x1 {
  background-image: url('../images/video-A4B001X1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-cover.al4485x1 {
  background-image: url('../images/video-AL4485X1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-tab-list-item {
  text-align: center;
  background-color: #ddd0;
  width: 31%;
  margin-bottom: 30px;
  padding: 0;
}

.video-tab-list-item.w--current {
  background-color: #fff0;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1280px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-title {
  background-color: var(--footer-color);
  color: var(--white);
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 35px 5%;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.video-title-midline {
  background-color: var(--white);
  width: 1px;
  height: 20px;
  margin-left: 30px;
  margin-right: 30px;
}

.video-tab-cate {
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 500;
}

.video-tab-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.footer-menu-title-link {
  text-decoration: none;
}

.image-3 {
  height: 35px;
}

.footer-soical-icon {
  height: 30px;
}

.footer-soical-icon.mail {
  width: 30px;
  height: auto;
}

.footer-sub-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.th-td {
  background-color: var(--black);
  width: 25%;
  min-width: 150px;
  padding: 10px 30px;
  font-weight: 500;
}

.div-block-12 {
  margin-left: 15px;
}

.div-block-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tx-sm {
  font-size: 14px;
}

.checkbox {
  margin-top: 6px;
}

.search-bar {
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
}

.search-input {
  color: var(--white);
  background-color: #fff0;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
}

.search-form {
  border-bottom: 1px solid #ffffff4d;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search-bar-btn {
  background-image: url('../images/icon-search-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 40px;
}

.form-block {
  width: 100%;
  max-width: 900px;
  margin-bottom: 0;
  padding: 10px 5% 15px;
}

.news-item-des {
  margin-top: 15px;
	padding-bottom: 15px;
  padding-right: 5%;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.news-item-des.news {
  max-width: none;
  padding-right: 5%;
}

.video-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.product-main-slide {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.product-main-slide-item {
  vertical-align: middle;
  width: 100%;
}

.product-main-slide-item._1 {
  background-image: url('../images/A3B001X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.product-main-slide-item._2 {
  background-image: url('../images/AL4537X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.product-main-slide-item._3 {
  background-image: url('../images/AL4555X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.product-main-slide-item.product-pic-1 {
  background-image: url('../images/AL4537X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-main-slide-item.product-pic-2 {
  background-image: url('../images/product-detail-pic-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-main-slide-item.product-pic-3 {
  background-image: url('../images/hero-model-pic-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-main-slide-item.product-pic-4 {
  background-image: url('../images/hero-model-pic-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-main-slide-item.product-pic-5 {
  background-image: url('../images/gallery-12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-main-slide-item.product-pic-6 {
  background-image: url('../images/gallery-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-main-slide-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 100%;
}

.image-6 {
  width: 100%;
  max-width: 700px;
}

.div-block-11-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-block {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.table-block.mb-30 {
  margin-bottom: 30px;
}

.hero-slider-pic {
  width: 100%;
  height: 100%;
}

.hero-slider-pic._1 {
  background-image: url('../images/hero-banner-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.highlights-item-bg {
  width: 100%;
  height: 100%;
}

.highlights-item-bg._1 {
  background-image: url('../images/highlights-pic1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.highlights-item-bg._2 {
  background-image: url('../images/highlights-pic2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.highlights-item-bg._3 {
  background-image: url('../images/highlights-pic3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.highlights-item-bg.news-pic-1 {
  background-image: url('../images/news-pic-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-15 {
  position: relative;
}

.news-item-bg {
  width: 100%;
  height: 100%;
}

.news-item-bg.news-1 {
  background-image: url('../images/news-pic-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.band-btn {
  border: 1px solid var(--black);
  color: var(--black);
  text-transform: uppercase;
  background-image: url('../images/btn-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 10px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 15px 20% 15px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.band-btn:hover {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/btn-arrow-white.svg');
}

.band-btn.mt-30 {
  margin-top: 30px;
}

.list-link {
  color: #333;
  text-decoration: underline;
}

.hero-slide-video {
  width: 100%;
  height: 100%;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.find-select-form {
  margin-bottom: 0;
}

.find-select-form-css {
  display: none;
}

html.w-mod-js [data-ix="scroll-bot-top"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="scroll-left-right"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="scroll-right-left"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="load-zooom-out"] {
  transform: scale(1.2);
}

html.w-mod-js [data-ix="scroll-scale-op-0-100"] {
  opacity: 0;
  transform: scale(1.2);
}

@media screen and (min-width: 1920px) {
  .menu-link, .dropdown-toggle {
    margin-left: 27px;
    margin-right: 27px;
  }

  .container {
    max-width: 1680px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.pt-100 {
    padding-top: 150px;
  }

  .container.pt-100.pb-100, .container.pb-100 {
    padding-bottom: 150px;
  }

  .container.pt-50 {
    padding-top: 100px;
  }

  .container.pt-50.pb-50 {
    padding-bottom: 100px;
  }

  .highlights-item-row {
    width: 100%;
  }

  .our-products-link {
    font-size: 60px;
  }

  .gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gallery-block-big {
    height: 520px;
  }

  .gallery-block-sm, .gallery-block-sm-2 {
    height: 250px;
  }

  .footer {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .footer-menu {
    width: 80%;
    margin-left: 20%;
  }

  .copyright-tx {
    color: var(--white);
    font-size: 15px;
    font-weight: 300;
  }

  .pdd_slide_thumbnail-2 {
    width: 650px;
  }

  .v-slider {
    width: 43%;
    margin-top: 30px;
  }

  .base-metal {
    max-width: 1200px;
  }

  .news-item-pic {
    width: 300px;
    min-width: 300px;
    height: 300px;
  }

  .news-item-date {
    font-size: 20px;
    line-height: 28px;
  }

  .news-item-title {
    font-size: 30px;
    line-height: 55px;
  }
}

@media screen and (max-width: 991px) {
  .menu-link {
    color: var(--white);
    text-align: center;
    border-bottom-color: #fff9;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-link.w--current {
    color: var(--white);
  }

  .head-container {
    padding: 20px 5%;
  }

  .dropdown-toggle {
    color: var(--white);
    text-align: center;
    border-bottom-color: #fff9;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 5%;
  }

  .dropdown-toggle.w--open {
    border-bottom-color: #ffffff80;
  }

  .dropdown-list.w--open {
    background-color: #fffc;
    flex-flow: column;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .div-block {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sub-menu-link {
    color: var(--black);
    margin: 10px 5%;
    padding-bottom: 0;
  }

  .overflow-x {
    margin-top: 70px;
  }

  .hero-slider {
    height: 50vh;
  }

  .drop-arrow {
    display: none;
  }

  .dropdown-toggle-2 {
    color: var(--white);
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 5%;
  }

  .dropdown-list-2.w--open {
    background-color: #fffc;
    margin-top: 0;
    position: relative;
  }

  .lang-link {
    padding: 15px 5%;
  }

  .search-btn {
    display: none;
  }

  .search-btn.m {
    margin-right: 30px;
    display: block;
  }

  .nav-menu {
    background-color: #000c;
    flex-flow: wrap;
    justify-content: center;
  }

  .dropdown {
    width: 100%;
  }

  .container.pt-100 {
    padding-top: 70px;
  }

  .container.pt-100.pb-100 {
    padding-bottom: 70px;
  }

  .container.pb-100 {
    padding-bottom: 75px;
  }

  .highlights-item-row {
    flex-flow: column;
  }

  .highlights-item-pic {
    width: 100%;
    min-width: auto;
    height: 400px;
  }

  .highlights-item-contents {
    margin-top: 15px;
    margin-left: 0;
  }

  .highlights-item-contents.left {
    order: 1;
  }

  .highlights-item-title {
    font-size: 36px;
    line-height: 40px;
  }

  .highlights-item-des {
    max-width: none;
    font-size: 18px;
  }

  .our-products-slider {
    margin-top: 30px;
  }

  .our-products-item {
    width: 100%;
  }

  .section-title {
    font-size: 66px;
    line-height: 70px;
  }

  .soical-link-block, .gallery {
    margin-top: 30px;
  }

  .gallery-block-col {
    width: 66%;
  }

  .gallery-block-col-2 {
    width: 30%;
  }

  .section-link-title {
    font-size: 60px;
    line-height: 60px;
  }

  .footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
  }

  .footer-half {
    justify-content: center;
    width: 100%;
  }

  .footer-menu {
    margin-top: 50px;
  }

  .page-banner-section {
    height: 450px;
  }

  .page-banner-content {
    left: 10%;
    right: 5%;
  }

  .page-banner-content.find-watch {
    align-items: flex-start;
    top: 40%;
  }

  .page-banner-tx {
    font-size: 54px;
    line-height: 60px;
  }

  .drop-down-select {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-bar {
    grid-row-gap: 20px;
  }

  .watch-list-block.pt-50 {
    padding-top: 25px;
  }

  .watch-list-item {
    width: 30%;
  }

  .hero-model-banner-section {
    height: 450px;
  }

  .hero-mode-title-tx {
    font-size: 42px;
    line-height: 50px;
  }

  .hero-mode-title-sub-tx {
    font-size: 22px;
  }

  .hero-mode-des {
    margin-bottom: 40px;
  }

  .hero-model-row-contents {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 50px;
  }

  .hero-model-row-pic {
    width: 300px;
    min-width: 300px;
    height: 300px;
  }

  .hero-model-row-content {
    margin-left: 25px;
  }

  .hero-model-row-content.left {
    margin-right: 25px;
  }

  .hero-model-row-des {
    font-size: 14px;
    line-height: 24px;
  }

  .pdd_thumbnail_img {
    margin-left: 5px;
    margin-right: 5px;
  }

  .pdd_slide_thumbnail-2 {
    width: 450px;
  }

  .v-slider {
    width: 60%;
    margin-top: 0;
    top: 10%;
  }

  .spiec-bar-item {
    width: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .spec-data-block {
    margin-top: 30px;
  }

  .spec-data-item {
    width: 100%;
  }

  .guides-block {
    flex-flow: wrap;
    margin-top: 30px;
  }

  .section-title-xl {
    font-size: 60px;
    line-height: 70px;
  }

  .full-size-section.about-1 {
    background-position: 20%;
  }

  .product-detail-content {
    width: 100%;
  }

  .product-title-cate {
    font-size: 48px;
    line-height: 50px;
  }

  .product-title-model {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 40px;
  }

  .product-sub-title {
    font-size: 18px;
    line-height: 22px;
  }

  .care-point-item {
    width: 45%;
  }

  .care-watch-des {
    margin-top: 5px;
    line-height: 24px;
  }

  .product-main-pic-block {
    width: 75%;
    margin-bottom: 30px;
    margin-left: 25%;
  }

  .related-watch-pic {
    max-width: 120px;
  }

  .base-metal {
    margin-top: 15px;
  }

  .table {
    overflow: scroll;
  }

  .td {
    padding-left: 15px;
    padding-right: 15px;
  }

  .water-resistance-block {
    margin-bottom: 15px;
  }

  .water-re-item {
    width: 47%;
    margin-bottom: 30px;
  }

  .td-2, .th-td-2 {
    min-width: 250px;
  }

  .page-title-tx {
    font-size: 54px;
  }

  .page-sub-title-tx {
    margin-top: 0;
    font-size: 30px;
  }

  .case-measurements-item {
    width: 70%;
    margin-bottom: 30px;
  }

  .case-measu-num-tx {
    margin-top: 15px;
  }

  .info-title {
    font-size: 18px;
    line-height: 22px;
  }

  .full-size-sec-contents {
    left: 50%;
  }

  .contact-select-block {
    margin-bottom: 50px;
  }

  .contact-address-block {
    flex-flow: column;
    align-items: flex-start;
  }

  .contact-address-country {
    font-size: 30px;
    line-height: 30px;
  }

  .contact-address-midline {
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .contact-address-com-name {
    font-size: 22px;
  }

  .highlights-item-date {
    margin-bottom: 15px;
  }

  .news-item {
    width: 100%;
  }

  .news-title {
    font-size: 40px;
    line-height: 50px;
  }

  .news-des {
    font-size: 16px;
  }

  .news-list-sec-title {
    font-size: 54px;
    line-height: 60px;
  }

  .video-tab-list-item {
    width: 30%;
  }

  .video-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .image-3 {
    height: 25px;
  }

  .th-td {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    order: 1;
    padding: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .menu-button.w--open {
    background-color: var(--black-2);
  }

  .head-menu-drop {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .div-block-14 {
    order: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-main-slide-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .image-6 {
    max-width: 300px;
  }

  .table-block.mb-30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .container.pt-100 {
    padding-top: 50px;
  }

  .container.pt-100.pb-100, .container.pb-100 {
    padding-bottom: 50px;
  }

  .highlights-item-title {
    font-size: 28px;
    line-height: 30px;
  }

  .highlights-item-des {
    font-size: 16px;
  }

  .highlights-item-des.news {
    padding-right: 0%;
  }

  .section-title {
    font-size: 48px;
    line-height: 50px;
  }

  .footer-section-block {
    flex-flow: column;
  }

  .section-link-block {
    width: 100%;
  }

  .section-link-title {
    font-size: 48px;
    line-height: 50px;
  }

  .footer-copyright {
    margin-top: 70px;
  }

  .page-banner-section {
    height: 350px;
  }

  .page-banner-bg.mechanical {
    background-position: 20%;
  }

  .page-banner-bg.about {
    background-position: 10%;
  }

  .page-banner-tx {
    font-size: 48px;
  }

  .drop-select-btn {
    min-width: 120px;
  }

  .watch-list-block.pt-50 {
    padding-top: 15px;
  }

  .watch-list-item {
    width: 48%;
  }

  .hero-model-banner-section {
    height: 350px;
  }

  .hero-mode-title-tx {
    font-size: 36px;
    line-height: 40px;
  }

  .hero-mode-title-sub-tx {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-mode-des {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-model-row {
    flex-flow: wrap;
  }

  .hero-model-row-pic {
    order: -1;
    width: 100%;
    min-width: auto;
    margin-bottom: 15px;
  }

  .hero-model-row-content {
    margin-left: 0;
  }

  .pdd_thumbnail_img {
    margin-left: 3px;
    margin-right: 3px;
  }

  .pdd_slide_thumbnail-2 {
    width: 400px;
  }

  .spec-block-title {
    min-width: 100px;
    font-size: 14px;
  }

  .spec-block-tdata {
    font-size: 14px;
  }

  .spiec-bar-item {
    justify-content: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .guides-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .guide-btn.mt-30.w--current {
    margin-top: 15px;
  }

  .section-title-xl {
    font-size: 48px;
    line-height: 50px;
  }

  .full-size-section {
    height: 540px;
  }

  .full-size-section.about-1 {
    background-position: 10%;
  }

  .product-title-cate {
    font-size: 42px;
  }

  .product-title-model {
    font-size: 30px;
  }

  .care-point-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .care-watch-title {
    margin-top: 15px;
  }

  .care-watch-des {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
  }

  .care-watch-icon {
    height: 70px;
  }

  .base-metal {
    flex-flow: column;
  }

  .td {
    font-size: 14px;
    line-height: 28px;
  }

  .td-2, .th-td-2, .key-tx {
    font-size: 14px;
  }

  .ox-icon {
    height: 20px;
  }

  .page-title-tx {
    margin-bottom: 25px;
    font-size: 48px;
    line-height: 50px;
  }

  .page-sub-title-tx {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .case-measurements-item {
    width: 100%;
  }

  .page-contents {
    font-size: 14px;
    line-height: 28px;
  }

  .page-contents-title {
    font-size: 20px;
  }

  .page-contents-list {
    font-size: 14px;
    line-height: 28px;
  }

  .page-contents-sub-title, .info-title {
    font-size: 16px;
  }

  .info-des, .submit-btn {
    font-size: 14px;
    line-height: 22px;
  }

  .page-banner-section-2 {
    height: 300px;
  }

  .page-info-tx-sub-title {
    font-size: 22px;
    line-height: 30px;
  }

  .full-size-sec-contents {
    left: 5%;
  }

  .full-size-sec-contents-tx {
    color: var(--white);
    background-color: #000000b3;
    padding: 30px 5%;
  }

  .offical-web-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .contact-select-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 30px;
  }

  .contact-address-block {
    margin-bottom: 30px;
  }

  .contact-address-midline {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .contact-address-com-name {
    margin-top: 5px;
  }

  .news-item {
    margin-bottom: 30px;
  }

  .news-item-title {
    font-size: 18px;
    line-height: 28px;
  }

  .news-title {
    font-size: 32px;
    line-height: 40px;
  }

  .news-date {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .news-pic {
    margin-bottom: 15px;
  }

  .news-list-sec-title {
    font-size: 48px;
    line-height: 50px;
  }

  .video-tab-list-item {
    width: 47%;
    margin-bottom: 5px;
  }

  .tabs-menu {
    margin-top: 30px;
  }

  .th-td {
    font-size: 14px;
    line-height: 24px;
  }

  .news-item-des {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-11-copy {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .band-btn.mt-30.w--current {
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
	
	
	.page-banner-content {
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
    display: flex
;
    position: absolute;
    inset: -4% auto 0% 5%;
}
	
	
  .hero-slider {
    height: 35vh;
  }

  .left-arrow {
    width: 15px;
    height: 15px;
    left: 15px;
  }

  .right-arrow {
    width: 15px;
    height: 15px;
    right: 15px;
  }

  .container.pt-100 {
    padding-top: 30px;
  }

  .container.pt-100.pb-100 {
    padding-bottom: 30px;
  }

  .container.pb-100 {
    padding-bottom: 25px;
  }

  .highlights-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .highlights-item-pic {
    height: 322px;
  }

  .highlights-item-title {
    font-size: 24px;
    line-height: 30px;
  }

  .highlights-item-des {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .more-btn-1 {
    background-position: 85%;
    background-size: 10px;
    margin-top: 15px;
    padding-right: 20%;
    font-size: 12px;
  }

  .section-title {
    font-size: 32px;
    line-height: 40px;
  }

  .soical-link-block {
    margin-top: 20px;
  }

  .soical-icon {
    height: 25px;
  }

  .gallery-block-col {
    width: 100%;
  }

  .gallery-block-big {
    height: 300px;
  }

  .gallery-block-sm {
    width: 46%;
    height: 150px;
  }

  .gallery-block-col-2 {
    width: 100%;
  }

  .gallery-block-sm-2 {
    height: 250px;
  }

  .section-link-block {
    height: 400px;
  }

  .section-link-title {
    font-size: 42px;
  }

  .more-btn-2 {
    background-size: 10px;
    padding-right: 25%;
  }

  .footer-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .footer-menu-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-menu-title {
    font-size: 16px;
  }

  .footer-menu-link {
    font-size: 14px;
  }

  .footer-col {
    width: 100%;
  }

  .copyright-tx {
    font-size: 12px;
    line-height: 16px;
  }

  .footer-copyright {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 50px;
  }

  .page-banner-section {
    height: 300px;
  }

  .page-banner-bg.find-your-watch {
    background-position: 50%;
  }

  .page-banner-bg.mechanical {
    background-position: 40%;
  }

  .page-banner-bg.about {
    background-position: 65%;
  }

  .page-banner-bg.instructions {
    background-position: 43%;
  }

  .page-banner-bg.contact {
    background-position: 65%;
  }

  .page-banner-content.find-watch {
           top: 13%;
  }

  .page-banner-tx {
    font-size: 36px;
    line-height: 42px;
	  text-shadow: 2px 2px 4px #00000099;
  }

  .drop-select-btn {
    font-size: 12px;
  }

  .watch-list-block.pt-50 {
    padding-top: 0;
  }

  .watch-list-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .watch-thumbnail-slider {
    margin-top: 15px;
  }

  .slide-arrow-left, .slide-arrow-right {
    background-size: auto 12px;
  }

  .hero-model-banner-section {
    height: 300px;
  }

  .hero-mode-title-tx {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-model-row-pic {
    height: 250px;
  }

  .hero-model-row-pic._3 {
    order: -1;
  }

  .pdd_slide_thumbnail-2 {
    width: 100%;
    transform: translate(0%)translate(0)rotate(0);
  }

  .icon-3 {
    margin-left: auto;
  }

  .pdd_thumbnail_p {
    transform: rotate(0);
  }

  .pdd_thumbnail_p._4, .pdd_thumbnail_p._2, .pdd_thumbnail_p._5, .pdd_thumbnail_p._3 {
    transform: none;
  }

  .v-slider {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
    position: relative;
  }

  .spec-bar-block {
    margin-top: 15px;
  }

  .spiec-bar-item {
    width: 100%;
  }

  .spec-data-block {
    margin-top: 15px;
  }

  .spec-data-item {
    flex-flow: column;
  }

  .spec-data-item-des {
    font-size: 14px;
    line-height: 22px;
  }

  .guide-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .guide-btn.mt-30 {
    margin-top: 15px;
  }

  .section-title-xl {
    font-size: 32px;
    line-height: 40px;
  }

  .product-title-cate {
    font-size: 36px;
    line-height: 40px;
  }

  .product-title-model {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .product-sub-title {
    font-size: 16px;
  }

  .care-watch-icon {
    height: 60px;
  }

  .related-watch-item {
    width: 33%;
  }

  .product-main-pic-block {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .water-re-item {
    width: 100%;
  }

  .page-title-tx {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
  }

  .page-sub-title-tx, .page-contents-title {
    font-size: 18px;
    line-height: 24px;
  }

  .page-contents-sub-title {
    font-size: 14px;
  }

  .td-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .page-banner-section-2 {
    height: 250px;
  }

  .page-info-tx-sub-title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .page-info-tx {
    font-size: 14px;
    line-height: 24px;
  }

  .image {
    height: 30px;
    margin-bottom: 20px;
  }

  .form-label, .form-select {
    font-size: 14px;
  }

  .contact-address-country {
    font-size: 24px;
  }

  .contact-address-com-name {
    font-size: 18px;
    line-height: 24px;
  }

  .contact-address-country-info {
    font-size: 14px;
  }

  .news-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .news-item-pic {
    width: 100%;
  }

  .news-item-content {
    margin-top: 15px;
    margin-left: 0;
  }

  .news-item-date {
    margin-bottom: 5px;
  }

  .news-title {
    font-size: 28px;
    line-height: 30px;
  }

  .news-date {
    font-size: 16px;
    line-height: 24px;
  }

  .news-sub-title {
    font-size: 18px;
    line-height: 24px;
  }

  .news-des {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .news-list-sec-title {
    font-size: 36px;
    line-height: 40px;
  }

  .video-tab-list-item {
    width: 100%;
    margin-bottom: 0;
  }

  .video-title {
    flex-flow: column;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 22px;
  }

  .video-title-midline {
    width: 50%;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-soical-icon {
    height: 24px;
  }

  .news-item-des {
    margin-top: 10px;
    padding-right: 0%;
    font-size: 14px;
  }

  .image-4 {
    height: 30px;
  }

  .text-block-2 {
    font-size: 42px;
    line-height: 50px;
  }

  .product-main-slide {
    height: 350px;
  }

  .table-block.mb-30 {
    margin-bottom: 15px;
  }

  .band-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .band-btn.mt-30 {
    margin-top: 15px;
  }
}


@font-face {
  font-family: 'Helveticaneueltpro';
  src: url('../fonts/HelveticaNeueLTPro-Lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro';
  src: url('../fonts/HelveticaNeueLTPro-Blk.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro';
  src: url('../fonts/HelveticaNeueLTPro-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro';
  src: url('../fonts/HelveticaNeueLTPro-UltLtEx.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro';
  src: url('../fonts/HelveticaNeueLTPro-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro';
  src: url('../fonts/HelveticaNeueLTPro-UltLt.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro';
  src: url('../fonts/HelveticaNeueLTPro-Md.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}