* {
  outline: none;
}
.main-container {}
.m10 {
  height: 0;
  margin-bottom: 10px;
}
.m20 {
  height: 0;
  margin-bottom: 20px;
}
.m40 {
  height: 0;
  margin-bottom: 40px;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-center-top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.br-mobile {
  display: none;
}
.part-1 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.part-3 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.part-3-left {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  background: url("../images/bg-2.jpg")#d1bad6;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.part-3-right {
  width: 50%;
  background: #f0f0f0;
  padding-bottom: 50px;
  overflow: hidden;
}
.part-3-right .content {
  padding-top: 60px;
  padding-left: 40px;
  width: 90%;
}
.part-1-left {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  background: url("../images/bg-1.jpg")#d1bad6;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}
.part-1-left .content {
  width: 100%;
  max-width: 720px;
  display: flex;
  justify-content: flex-end;
}
.part-1-right {
  width: 50%;
  background: #f0f0f0;
  padding-bottom: 20px;
}
.part-1-right .content {
  margin-top: 60px;
  width: 97%;
  max-width: 720px;
  padding-left: 20px;
}
.obj-2 {
  max-width: 220px;
  width: 50%;
  margin-bottom: 5px;
}
.obj-1 {
  width: 100%;
  max-width: 480px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 20px;
}
.obj-1 img, .obj-2 img, .obj-3 img, .feature-box-2 .img-box img {
  width: 100%;
  height: auto;
}
.text-s1 {
  font-size: 16px;
  color: #0a0509;
  letter-spacing: 2px;
  font-weight: 300;
	line-height: 1;
}
.feature-box {
  width: 90%;
  background: linear-gradient(90deg, rgba(233, 233, 233, 1) 0%, rgba(233, 233, 233, 0) 100%);
  padding: 4%;
  padding-top: 3%;
  padding-bottom: 2%;
  position: relative;
}
.obj-3 {
  width: 100px;
	margin-bottom: 5px;
}
ul {
  list-style: none;
  position: relative;
  padding-inline-start: 20px;
}
ul li::before {
  content: "．";
  position: absolute;
  left: 0px;
}
ul li {
  font-size: 14px;
  line-height: 2;
  color: #0a0509;
  letter-spacing: 1.5px;
}
.feature-box-2 {
  width: 90%;
  max-width: 480px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #0a0509;
}
.feature-box-2 .img-box img {
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.feature-box-2 .img-box {
  width: 28%;
}
.hr {
  height: 1px;
  width: 60%;
  opacity: .1;
  background: #271934;
}
.text-s1 img {
  margin-left: 10px;
	width: 26px;
	height: auto;
	display: inline;
}
@font-face {
  font-family: 'Linotype Didot';
  src: url('DidotLH-Roman.woff2') format('woff2'), url('DidotLH-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.price {
  font-family: 'Linotype Didot';
  font-size: 35px;
  letter-spacing: 3px;
  color: #000000;
	display: flex;
	   align-items:center;
}
.price span {
  vertical-align: 4px;
	margin-top: -7px;
}
.price img {
  height: auto;
  width: 30px;
  border-radius: 100%;
  overflow: hidden;
  border: 2.5px solid black;
  margin-left: 5px;
  margin-top: -4px;
	margin-right: 5px;
}
.obj-7 {
  position: relative;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  transition: all 1s;
}
.obj-7 img {
  max-width: 128px;
  height: auto;
}
.part-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.swiper-slide {
  opacity: .2;
  transition: all 1s;
}
.swiper-slide .text-s1 {
  opacity: 0;
  transition: all 1s;
	line-height: 1.5;
}
.swiper-slide-active {
  opacity: 1;
}
.swiper-slide-active .text-s1 {
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  opacity: 0;
}
.part-2-choose {
  display: flex;
  justify-content: center;
}
.obj7-btn-1 {
  opacity: 1;
}
.obj7-btn-2 {
  opacity: 0.3;
}
.playvideo {
     width: 280px;
    background: #000000;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2;
    text-decoration: none !important;
    color: #ffffff !important;
    letter-spacing: 1px;
    height: 55px;
    padding-top: 10px;
    padding-bottom: 11px;
    margin-bottom: 23px;
	position: relative;
}
a .playvideo {
  text-decoration: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.part-3-right .content a {
  text-decoration: none;
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.playvideo img {
  height: 70%;
  width: auto;
  margin-right: 15px;
}
.part-3-left {
  overflow: hidden;
  position: relative;
}
.part-3-left video {
  width: 120%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-layer{
	position: relative;
}
.btn-layer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.play-video a img{
	width: 100%;
	height: 100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/next.png") !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/pre.png") !important;
}
.swiper-pagination-box {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 50%;
}
.swiper-pagination-box-2 {
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 650px;
}
  .swiper-slide img {
    width: 60%;
	margin: 0 auto;
  }
  .swiper-slide .text-s1 {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
  .price {
    margin-bottom: 13px;
  }
.content_position_fs {
    padding-top: 194px;
}
@media only screen and (min-width: 1140px) {
  .part-1-right .content {
    height: 641px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .text-s1 {
    width: 100%;
  }
  .m10, .m20, .m40 {
    display: none;
  }
	  .feature-box-2 .img-box img {
    width: 80%;
    margin-bottom: 2vw;
	margin: 0 auto;
  }

}

@media only screen and (max-width:1280px) {
	.part-3-left video {
    width: auto;
    height: 100%;
	}
	
}

@media only screen and (max-width:1140px) {
	.content_position_fs {
    padding-top: 174px;
}
}
@media only screen and (max-width: 960px) {
  .text-s1 {
    font-size: 12px !important;
  }
  ul li {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 768px) {
.content_position_fs {
    padding-top: 114px!important;
}
}

@media only screen and (max-width: 750px) {
  .swiper-pagination-box-2 {
    width: 100%;
    max-width: 750px;
  }
  .part-3-left {
    display: none;
  }
  .playvideo {
    margin: 0 auto;
    margin-top: 5vw;
    margin-bottom: 6vw !important;
  }
  .part-3-left {
    width: 100%;
    height: 50vw;
  }
  .part-3-right {
    width: 100%;
    padding: 5%;
  }
  .part-3-right .content {
    padding: 0;
	 width: 100%;
  }
  .swiper-slide img {
    width: 70%;
  }
  .swiper-slide .text-s1 {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
  .fancybox-slide {
    padding: 5% !important;
  }
  .part-2 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .obj-7 {
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .swiper-slide .text-s1 {
    font-size: 4vw !important;
    padding-left: 5%;
    padding-right: 5%;
  }
  .obj-7 img {
    max-width: 30vw;
  }
  .part-1-left {
    width: 100%;
  }
  .part-1-right {
    width: 100%;
    padding-bottom: 8vw;
  }
  .feature-box-2 {
    width: 100%;
  }
  .feature-box-2 .img-box {
    width: 31%;
  }
  .feature-box-2 .img-box img {
    width: 80%;
    margin-bottom: 2vw;
	margin: 0 auto;
  }
  .feature-box-2 {
    font-size: 12px;
  }
  .part-1-right .content {
    margin-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
   /* height: 130vw;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .feature-box {
    width: 92%;
  }
  ul {
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
  }
  ul li {
    line-height: 1.7;
  }
  .obj-1 {
    margin-left: 0;
    max-width: 960px;
    width: 95%;
    margin-bottom: 40px;
  }
  .text-s1, ul li {
    font-size: 3.2vw;
  }
  .br-mobile {
    display: block;
  }
  .m10 {
    height: 0;
    margin-bottom: 1vw;
  }
  .m20 {
    height: 0;
    margin-bottom: 4vw;
  }
  .m40 {
    height: 0;
    margin-bottom: 8vw;
  }
}