.manuel {
  display: block;
  background-color: #dc2624;
  border-radius: 3px;
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
}

.manuel:hover {
  background-color: #fff;
  border: 1px solid #333;
}

.manuel a{
  display: block;
  padding: 10px;
  width: 100%;
  text-decoration: none;
  color:#fff;
}

.manuel a:hover{
  color:#dc2624;
}

.page {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 1080px;
}

.white {
  color: #fff;
}

.red {
  color: #c12a2a;
}

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

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

.text-right {
  text-align: right;
}

h3 {
  /* font-family: 'PingFangSC-Regular' */
}

.dinotBold {
  font-family: 'DINOT-Bold';
}

.dinotBlack {
  font-family: 'DINOT-Black';
}

.gothamBold {
  font-family: 'Gotham-Bold';
}

.fontSize60 h1 {
  line-height: 70px;
  margin-bottom: 20px;
  font-size: 60px;
  text-transform: uppercase;
}

.fontSize80 h1 {
  line-height: 100px;
  margin-bottom: 20px;
  font-size: 80px;
  text-transform: uppercase;
}

.fontSize18>h3 {
  font-size: 18px;
}

.fontSize40 h1 {
  line-height: 64px;
  margin-bottom: 20px;
  font-size: 60px;
}

.fontSize22>h3 {
  font-size: 22px;
}

.fontSize30>h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.fontSizeP>p {
  font-size: 18px;
  line-height: 25px;
}

.padding {
  padding: 80px 0;
}

.bold>h1 {
  font-weight: bold;
}

.clear {
  clear: both;
}

.PeBottom {
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 33px;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
}

.detailCuminiViewOne {
  background: url(../images/cumini/cumi1.jpg) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.Viewrelative {
  position: relative;
  box-sizing: border-box;
  height: 100%;
}

.detailCuminiViewFourteen .ViewThirteenPE {
  position: relative;
}

.detailCuminiViewOne .ViewCuminiPE,
.detailCuminiViewTwo .TwoViewControl,
.detailCuminiViewFourteen .TenViewControlSize {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

.detailCuminiViewTwo .TwoViewControl {
  top: 30%
}

.cuminViewOneTextSize .CpxViewenergy {
  padding: 80px 0 20px 0;
}

.cuminViewOneTextSize {
  margin-bottom: 50px;
}

.cuminiViewOneTextButton ul li:nth-of-type(1) {
  width: 210px;
  box-sizing: border-box;
  padding: 20px 40px;
  text-align: center;
  background: #D11E26;
  color: #FFF;
  line-height: 27px;
  cursor: pointer;
}

.cuminiViewOneTextButton ul {
  display: flex;
}

.cuminiViewOneTextButton ul li a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #FFF;
}

.cuminiViewOneTextButton ul li:nth-of-type(1) {
  margin-right: 10px;
}

.cuminiViewOneTextButton ul li:nth-of-type(2) {
  border: 1px solid #FFFFFF;
  width: 210px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 40px;
  margin-left: 10px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.cuminiViewOneTextButton ul li:nth-of-type(2) img {
  vertical-align: middle;
  margin-left: 10px;
}

.cuminiViewOneTextButton ul li:nth-of-type(2) a {
  color: #fff;
}

.detailCuminiViewTwo {
  background: url(../images/cumini/text.jpg) center center no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-top: -1px;
}

.detailCuminiViewThree {
  background-color: #000;
  margin-top: -2px;
}

.detailCuminiViewFour {
  background-color: #181818;
}

.detailCuminiViewFour ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 90px;
  padding: 103px 0;
  text-align: center;
}

.detailCuminiViewFour ul li {
  flex: 0 0 40%;
}

.detailCuminiViewFour ul li .laver {
  height: 200px;
}

.detailCuminiViewFour ul li span {
  display: block;
  margin: 20px 0;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 25px;
}

.detailCuminiViewFour ul li h3 {
  font-family: DINOT-Bold;
  font-size: 50px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
}

.detailCuminiViewFour ul li small {
  display: block;
  font-size: 14px;
  color: #5D5D60;
  text-align: center;
  line-height: 14px;
  margin-top: 20px;
}

.CuminiBiginViewList .CuminiBigin {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.CuminiBiginViewList .CuminiBigin .CuminiBigincenter {
  flex: 0 0 50%;
  overflow: hidden;
}

.CuminiBigincenter h3 {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 40px;
}

.CuminiBigincenter img {
  width: 100%;
}

.CuminiBigin .CuminiBigincenter:nth-of-type(1) h3 {
  padding-right: 60px;
  text-align: left;
  width: 580px;
  float: right;
}

.CuminiBigin .CuminiBigincenter:nth-of-type(4) h3 {
  padding-left: 100px;
  text-align: left;
}

.detailCuminiViewFive {
  background: url(../images/cumini/motor1.png) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  min-height: 1350px;
}

.detailCuminiViewFive .ViewControl h3 {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
}

.detailCuminiViewFive .ViewControl {
  padding: 80px 0;
}

.detailCuminiViewFive .ViewControl h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}

.detailCuminiViewFive .ViewControl h1 {
  margin-bottom: 0;
}

.detailCuminiViewFive .ViewControl p {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
}

.CuminiViewFiveBottom {
  position: absolute;
  bottom: -196px;
  height: 560px;
  width: 100%;
}

.CuminiViewFiveBottom h2 {
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  line-height: 25px;
}

.ViewFiveBottomThree ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  margin: 60px 0;
}

.ViewFiveBottomThree ul li {
  flex: 0 0 33.33%;
}

.ViewFiveBottomThree ul li .Bottomlaber img {
  width: 15%;
}

.ViewFiveBottomThree ul li .Bottomlaber h3 {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 25px;
  margin-top: 10px;
}

.ViewFiveBottomThree ul li .Bottomlaber h2 {
  /* font-family: DINOT-Bold; */
  font-size: 50px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
}

.detailCuminiViewSix {
  background: url(../images/cumini/controller.jpg) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.detailCuminiViewSix_big {
  background: url(../images/cumini/Six_big.png) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.detailCuminiViewSix .cuminiViewenergy {
  text-align: right;
  position: absolute;
  bottom: 165px;
  right: 0;
}

.detailCuminiViewSix h3,
.detailCuminiViewSeven h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}

.detailCuminiViewSix p {
  font-size: 18px;
}

.detailCuminiViewSeven {
  background: url(../images/cumini/continuation.png) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  margin-top: -2px;
}

.detailCuminiViewSeven p {
  font-size: 18px;
  line-height: 34px;
}

.SevenViewCode {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
  width: 100%;
  bottom: 0;
}

.SevenViewCode ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.SevenViewCode ul li h2 {
  /* font-family: 'DINOT-Black'; */
  font-size: 80px;
  color: #FFFFFF;
  font-weight: bold;
}

.SevenViewCode ul li p {
  font-size: 20px;
  color: #FFFFFF;
}

.SevenViewCode ul li {
  flex: 0 0 50%;
}

.SevenViewCode ul.replace h2 {
  font-size: 40px;
}

.SevenViewCode ul.replace li {
  flex: 1;
}

.SevenViewCode ul.ViewCodefirst li {
  flex: 0 0 50%;
}

.SevenViewCode ul.ViewCodefirst li {
  flex: 0 0 50%;
}

.SevenViewCode ul.ViewCodefirst li:nth-of-type(1) {
  flex: 1;
  text-align: left;
}

.SevenViewCode ul.ViewCodefirst li:nth-of-type(2) {
  flex: 1;
  text-align: right;
}

.SevenViewCode {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
  width: 100%;
  bottom: 100px;
}

.detailCuminiViewEight {
  background: url(../images/cumini/cushion.png) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.detailCuminiViewEight .cuminiViewenergy {
  padding: 374px 0;
}

.detailCuminiViewNine {
  background: url(../images/cumini/instrument.png) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.detailCuminiViewTen {
  background: url(../images/cumini/at3clock.png) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.detailCuminiViewTen .ViewTenpadding {
  padding: 389px 0;
}

.detailCuminiViewEleven {
  background: url(../images/cumini/wheel.jpg) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.detailCuminiViewThirteen {
  background-image: linear-gradient(0deg, #1E2837 0%, #100D0D 100%);
}

.detailCuminiViewThirteen ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 120px;
}

.detailCuminiViewThirteen ul li {
  flex: 1;
}

.detailCuminiViewThirteen ul li img {
  width: 100%;
}

.detailCuminiViewThirteen ul li h3 {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 25px;
  margin-top: 48px;
}

.detailCuminiViewThirteen ul li p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  margin-top: 14px;
}

.detailCuminiViewFourteen {
  background-color: #18181B;
  box-sizing: border-box;
}

.detailCuminiViewFourteen h3 {
  line-height: 40px;
}

.ViewFourteenTable .FourteenTableTop {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
  background: #121315;
}

.ViewFourteenTable .FourteenTableTop h2 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  padding-right: 80px;
}

.ViewFourteenTable .FourteenTableTop .teenTableRight,
.ViewFourteenTable .FourteenTableTop .teenTableRight img {
  width: 100%;
}

.FourteenBotoomTop {
  text-align: left;
  margin-top: -2px;
  margin-bottom: -2px;
}

.FourteenBotoomTop .teenTabBotoomleLeft,
.FourteenBotoomTop .teenTabBotoomleLeft img {
  width: 100%;
}

.FourteenBotoomTop .teenTabBotoomRight {
  width: 60%;
}

.FourteenBotoomTop .teenTabBotoomRight h2 {
  padding-left: 80px;
  text-align: left;
}

.ViewFourteenTable .teenTableLeft {
  width: 60%;
  height: 100%;
}

.DetailCuViewTen {
  background-image: linear-gradient(0deg, #1E2837 0%, #100D0D 100%);
  height: 1100px;
}

.swiper-Skip {
  position: relative;
  width: 100%;
}

.swiper-Skip-prev span {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #212121;
  position: absolute;
  bottom: 200px;
  left: 0;
  transform: scale(1);
  transition: all 0.5s ease-in;
}

.swiper-Skip-prev span::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  background: #fff;
  transform: rotate(45deg);
  top: 46px;
  left: 30px;
}

.swiper-Skip-prev span:hover::before,
.swiper-Skip-prev span:hover::after,
.swiper-Skip-next span:hover::before,
.swiper-Skip-next span:hover::after {
  background: #fff;
}

.swiper-Skip-prev span::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  background: #fff;
  transform: rotate(-45deg);
  left: 30px;
  top: 33px;
}

.swiper-Skip-next span::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  background: #fff;
  transform: rotate(135deg);
  top: 46px;
  left: 30px;
}

.swiper-Skip-next span::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  background: #fff;
  transform: rotate(-135deg);
  right: 30px;
  top: 33px;
}

.swiper-Skip-next span {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #212121;
  position: absolute;
  bottom: 200px;
  right: 0;
  transform: scale(1);
  transition: all 0.5s ease-in;
}

.CuTenViewControlBottom h1 {
  /* font-family: Gotham-Bold; */
  font-size: 60px;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
}

.CuTenViewControlBottom p {
  font-size: 30px;
  line-height: 30px;
}

.CuTenViewControlBottom {
  position: absolute;
  top: 0px;
  color: #fff;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 10px);
}

.CuTenViewImgCar {
  text-align: center;
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  margin-bottom: 50px;
  bottom: 0;
  z-index: 99;
  cursor: pointer;
}

.swiper-box {
  justify-content: center;
  display: flex;
}

.swiper-box img {
  width: 80%;
}

.CuTenViewImgCar ul {
  display: flex;
  position: relative;
  top: -120px;
  width: 1200px;
  overflow: hidden;
  justify-content: center;
}

.CuTenViewImgCar ul li {
  padding: 0px 30px;
  display: flex;
}

.CuTenViewImgCar ul li span {
  font-size: 18px;
  display: block;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #565863;
  transition: all 0.4s ease-in;
}

.swiper-Skip-next span:active,
.swiper-Skip-prev span:active {
  -webkit-animation: animaScale 0.5s ease-in-out;
          animation: animaScale 0.5s ease-in-out;
}

@-webkit-keyframes animaScale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.6);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes animaScale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.6);
  }

  100% {
    transform: scale(1);
  }
}

.CuTenViewImgCar ul li.active>span {
  color: #fff;
  transition: all 0.4s ease-in-out;
}

li.active span.new {
  background-color: red;
  border-radius: 30px;
  width: 60px;
  margin-left: 10px;
}

span.new {
  background-color: #7d7d7d;
  border-radius: 30px;
  width: 60px;
  margin-left: 10px;
  color: #ddd;
}

.ViewImgCarParter {
  width: 1200px;
  position: relative;
  top: 80px;
}

.ViewImgCarParter .prev {
  position: absolute;
  left: -40px;
}

.ViewImgCarParter .next {
  position: absolute;
  right: 0;
}

.specfeatures_attribute {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  top: 0px;
  border-radius: 30px;
  background-image: linear-gradient(180deg, #232323 0%, #393939 100%);
}

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

.specfeatures_attribute_view {
  margin-top: -30px;
}

.specfeatures_attribute_view ul li .viewList {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}

.container.ViewTwelvesPE {
  display: flex;
  width: 100%;
  justify-content: center;
}

.specfeatures_attribute_view ul li .viewList span:nth-of-type(1) {
  width: calc(1200px - 815px);
  display: block;
  height: 69px;
  border: 1px solid rgba(118, 118, 118, 1);
  line-height: 69px;
  padding-left: 31px;
  border-right: transparent;
  border-bottom: transparent;
  background-color: #2C2C2C;
}

.specfeatures_attribute_view ul li .viewList span:nth-of-type(2) {
  display: block;
  width: calc(1200px - 384px);
  height: 69px;
  border: 1px solid rgba(118, 118, 118, 1);
  line-height: 69px;
  padding-left: 31px;
  border-bottom: transparent;
  text-align: center;
  background-color: #2C2C2C;
}

.specfeatures_attribute_view ul li:nth-last-of-type(1) .viewList span {
  border-bottom: 1px solid rgba(118, 118, 118, 1);
}

.specfeatures_attribute_view ul span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: rgb(226, 226, 226, 1);
  line-height: 25px;
  color: #ffffff;
}

.specfeatures_attribute_view .viewListBack span.viewListBacksPaning {
  display: flex !important;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.specfeatures_attribute_view .viewListBack span.viewListBacksPaning h2:nth-of-type(1) {
  width: 55.3%;
  font-weight: bold;
  border-right: 1px solid rgba(118, 118, 118, 1);
  text-align: center;
  position: relative;
  right: 1.2em;
  font-size: 30px;
}

.specfeatures_attribute_view .viewListBack span.fp-table,
.specfeatures_attribute_view .viewListBack span.fp-table {
  background: #3C3C3C;
}

.specfeatures_attribute_view .viewListBack span.viewListBacksPaning h2:nth-of-type(2) {
  font-weight: bold;
  width: 50%;
  padding-left: 0em;
  text-align: center;
  font-size: 30px;
}

.specfeatures_attribute_view .viewListBack span.fontSize h2 {
  font-size: 18px !important;
}

.passability-tweteen-top {
  padding: 80px 0;
}

.passability-tweteen-top h3 {
  font-size: -webkit-xxx-large;
  letter-spacing: 5px;
  font-weight: bold;
  color: #fff;
  margin: 20px 0;
  line-height: 45px;
  font-size: 50px;
}

.passability-tweteen-top p {
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
  font-size: 26px;
}

.specfeatures_attribute ul li {
  flex: 0 0 33.333%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 160px;
  box-sizing: border-box;
}

.specfeatures_attribute ul li article {
  display: block;
  width: 260px;
  position: relative;
  left: 61px;
  top: 10px;
}

.specfeatures_attribute ul li span {
  font-size: 18px;
  color: #fff;
}

.specfeatures_attribute ul li label {
  width: 100%;
  display: block;
  padding-bottom: 10px;
  display: flex;
}

.specfeatures_attribute ul li label img {
  width: 10%;
}

.specfeatures_attribute ul li label img.icon9 {
  width: 6%;
}

.specfeatures_attribute ul li label>span {
  vertical-align: super;
  margin-left: 10px;
  font-size: 26px;
  white-space: nowrap;
}

.specfeatures_attribute ul li article>span {
  display: flex;
  line-height: 28px;
  margin-left: 34px;
  color: #818181;
  white-space: nowrap;
}

.detailCuminiViewFiveSix {
  background: #1A1A1A;
  padding: 80px 120px;
}

.attributeLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-top: -80px;
  text-align: center;
}

.attributeCumini {
  flex: 0 0 40%;
  position: relative;
  cursor: pointer;
}

.buteLabel {
  border-bottom: 2px solid #353535;
  margin-bottom: 80px;
  position: relative;
}

.attributeCumini.active::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 55%;
  background: #FF3B30;
  bottom: -43.5px;
  margin-left: -20px;
  transition: all 0.3s ease-in-out;
}

.attributeCumini p {
  position: absolute;
  font-size: 26px;
  color: #818181;
  line-height: 30px;
  bottom: -110px;
  left: -120px;
}

.DetailduViewThirteen {
  background: #0e0e0e;
}

.DetailduViewThirteen .duViewThirteenCenterLeft {
  flex: 0 0 50%;
  position: relative;
  top: -84px;
  right: -50px;
}

.duViewThirteenCenterLeft>img {
  width: 70%;
}

.duViewThirteenCenterright {
  flex: 0 0 60%;
}

.duViewThirteenCenterright h1 {
  /* font-family: 'Gotham-Bold'; */
}

.DetailduViewThirteen .duViewThirteenCenter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  top: 100px;
}

.duViewThirteenCenterright ul {
  padding: 120px 0 240px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.duViewThirteenCenterright p {
  margin-left: 0;
  font-size: 40px;
  line-height: 30px;
  text-align: left;
  font-size: 18px;
  color: #c6c6c6;
}

.duViewThirteenCenterright h3 {
  line-height: 40px;
}

.duViewThirteenCenterright h4 {
  margin-left: 0;
  line-height: 40px;
  text-align: left;
  position: relative;
  top: 60px;
  font-size: 30px;
  color: #b6b6b6;
}

.duViewThirteenCenterright ul li {
  flex: 0 0 25%;
  line-height: 35px;
  margin-bottom: 30px;
}

.duViewThirteenCenterright ul li img {
  width: 18%;
  cursor: pointer;
  display: block;
}

.duViewThirteenCenterright ul li span {
  font-size: 18px;
  color: #fff;
  display: block;
}

.videobox video::media-controls {
  display: none !important;
}

.videobox video::-webkit-media-controls {
  display: none !important;
}

.videobox video::-moz-media-controls {
  display: none !important;
}

.videobox video::-moz-media-controls {
  display: none !important;
}

.videobox video::-o-media-controls {
  display: none !important;
}

.videobox video::-webkit-media-controls {
  display: none !important;
}

.videobox video {
  margin: 0 auto;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.Viewrelatives {
  position: absolute;
  top: 0;
  z-index: 99;
  left: 50%;
  transform: translate(-50%, 0);
}

.TwoViewControl.scroll1 {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  transform: scale(1);
}

.TwoViewControl.scroll2 {
  transition: all 0.2s ease-in-out;
  opacity: 0.75;
  transform: scale(1.2);
}

.TwoViewControl.scroll3 {
  transition: all 0.2s ease-in-out;
  opacity: 0.35;
  transform: scale(0.2);
}

.TwoViewControl.scroll4 {
  transition: all 0.2s ease-in-out;
  opacity: 0.1;
  transform: scale(0.8);
}

.TwoViewControl.scroll5 {
  transition: all 0.2s ease-in-out;
  opacity: 1;
  transform: scale(1);
}

.TwoViewControl {
  transition: all 0.2s ease-in;
  transform: scale(1);
  opacity: 0.1;
}

.CuminiBigincenterImg {
  height: 640px;
  width: 1280px;
  overflow: hidden;
  position: relative;
}

.CuminiBigincenter img.bigget {
  transition: all 0.4s ease-in;
  transform: scale(1);
  cursor: pointer;
}

.CuminiBigincenter img.bigget:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.05);
  cursor: pointer;
}

.detailCuminiViewThirteen .fp-slidesNav {
  width: 600px;
  height: 400px;
  overflow: hidden;
  cursor: pointer;
}

.detailCuminiViewThirteen img.bigget {
  transition: all 0.3s ease-in;
  transform: scale(1);
  cursor: position
}

.detailCuminiViewThirteen img.bigget:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
  cursor: position
}

@-webkit-keyframes animations {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.05, 1.05);
  }

  100% {
    transform: scale(1.1, 1.1);
  }
}

@keyframes animations {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.05, 1.05);
  }

  100% {
    transform: scale(1.1, 1.1);
  }
}

.ViewEleven {
  position: relative;
  height: 100%;
}

.ViewEleven .TenViewControl {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 100%;
  transform: translate(-50%, 0);
  padding-bottom: 0;
}

.ViewEleven ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0;
}

.ViewEleven ul li {
  flex: 0 0 33.33%;
  position: relative;
}

.ViewEleven ul li h3 {
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  position: relative;
}

.ViewEleven ul li em {
  height: 3px;
  background: #D11E26;
  width: 42%;
  margin-left: 0px;
  bottom: -12px;
  display: block;
  margin: 12px auto;
}

.Brand_Persion_box {
  font-size: 22px;
  color: #FFFFFF;
  text-align: left;
  margin: 50px 0 -20px 0;
}

@media only screen and (max-device-width:769px) {
  .white {
    color: white;
  }

  .areEasyTop {
    padding: 2em 1.2em;
  }

  .areEasyTop h1,
  .ViewSeventeentipVoidTcMax h1 {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.1em;
    text-transform: uppercase;
    /* font-family: Gotham-Bold; */
  }

  .centerLeft h1,
  .centerLeft h3 {
    text-align: left !important;
  }

  .ViewOnetipVoidCuMini h1 {
    font-size: 2.4em;
    line-height: 1.2em;
    /* font-family: Gotham-Bold; */
  }

  .centerCenter {
    text-align: center;
  }

  .centerLeft {
    text-align: left;
  }

  .centerRight {
    text-align: right;
  }

  .areEasyTop h3,
  .ViewSeventeentipVoidTcMax h3 {
    font-size: 1.2em;
    font-weight: 900;
    line-height: 32px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .areEasyTop button {
    outline: none;
    border: none;
    background: #fff;
    width: 50%;
    height: 3em;
    line-height: 3em;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    margin: 1.2em auto auto auto;
    display: block;
  }

  .areEasyTop p,
  .ViewSeventeentipVoidTcMax p {
    font-size: 0.9em;
    color: #fff;
    line-height: 22px;
  }

  .ViewSeventeentipVoidTcMax p {
    font-size: 0.8em !important;
  }

  .PeBottomMobile {
    font-size: 0.75em;
    color: #fff;
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    z-index: 4;
    opacity: 0.5;
    line-height: 22px;
    padding: 0 0.5em;
  }

  .ViewOnetipVoidCuMini {
    width: 100%;
    background: url(../images/mobile/cumini/kv1.png) center center no-repeat;
    background-size: cover;
    height: 52em;
    padding-top: 4.5em;
    box-sizing: border-box;
    position: relative;
  }

  .ViewTwotipVoidCuMini {
    width: 100%;
    background: url(../images/mobile/cumini/cumini2.png) center center no-repeat;
    background-size: cover;
    height: 26.69em;
    padding-top: 4.5em;
    box-sizing: border-box;
    position: relative;
    margin-top: -2px;
  }

  .ViewTwotipVoidCuMini h1 {
    font-size: 2.2em;
    text-align: left;
    line-height: 1.5em;
    font-weight: normal;
  }

  .ViewTwotipVoidCuMini-1 {
    background: #121112;
  }

  .ViewFourtipVoidCuMini1 {
    background: #181818;
    height: 15.3em;
    box-sizing: border-box;
  }

  .areEasyTopVign {
    padding-right: 0;
  }

  .areEasyTopVign h1 {
    font-size: 1.8em;
  }

  .areEasyTopVign h3 {
    margin-top: 0.1em;
    position: relative;
    top: 0.2em;
  }

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

  .ViewFourtipVoidCuMini1 ul label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .ViewFourtipVoidCuMini1 ul li {
    flex: 1;
  }

  .ViewFourtipVoidCuMini1 ul label img {
    width: 16%;
  }

  .ViewFourtipVoidCuMini1 ul label p {
    margin: 0 0.4em;
    color: #fff;
  }

  .ViewFourtipVoidCuMini1 ul label span {
    font-size: 0.8em;
    color: #5D5D60;
    text-align: center;
    line-height: 14px;
    position: absolute;
    left: 3em;
    bottom: -1em;
  }

  .ViewFourtipVoidCuMini2 img,
  .ViewFourtipVoidCuMini4 img {
    width: 100%;
    margin-top: -2px;
    margin-bottom: -4px;
  }

  .ViewFourtipVoidCuMini3 {
    background: #181818;
    height: 15.3em;
    box-sizing: border-box;
    margin-top: -2px;
  }

  .ViewFourtipVoidCuMini3 .areEasyTop {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 15.3em;
    box-sizing: border-box
  }

  .ViewFourtipVoidCuMini3 .areEasyTop h2 {
    font-size: 1.25em;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.4em;
    font-weight: bold;
  }

  .ViewFvietipVoidCuMini {
    width: 100%;
    background: url(../images/mobile/cumini/cumin3.png) center center no-repeat;
    background-size: cover;
    height: 50em;
    box-sizing: border-box;
    position: relative;
    margin-top: -2px;
  }

  .areEasyTopMini {
    position: absolute;
    top: 65%;
    text-align: center;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
  }

  .areEasyTopMini ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 3.25em auto;
  }

  .areEasyTopMini ul li {
    flex: 1;
  }

  .areEasyTopMini ul li img {
    width: 30%;
    margin-bottom: 1em;
  }

  .areEasyTopMini ul li h3 {
    margin-top: 0em;
  }

  .ViewSixtipVoidCuMini {
    width: 100%;
    background: url(../images/mobile/cumini/cumin4.png) center center no-repeat;
    background-size: cover;
    height: 26.69em;
    box-sizing: border-box;
    position: relative;
    margin-top: -2px;
  }

  .ViewSixtipVoidCuMini_big {
    width: 100%;
    background: url(../images/mobile/cumini/mini_big.png) center center no-repeat;
    background-size: cover;
    height: 26.69em;
    box-sizing: border-box;
    position: relative;
    margin-top: -2px;
  }

  .centerCenter {
    padding: 2em 1em;
  }

  .ViewSeventipVoidCuMini {
    width: 100%;
    background: url(../images/mobile/cumini/cumin5.png) center center no-repeat;
    background-size: cover;
    height: 32em;
    box-sizing: border-box;
    position: relative;
    margin-top: -2px;
  }

  .ViewSeventipVoidCuMini ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 7em
  }

  .ViewSeventipVoidCuMini ul li {
    flex: 0 0 50%;
  }

  .ViewSeventipVoidCuMini ul li:nth-of-type(1) h1 {
    position: relative;
    top: 0.1em;
    left: 0.4em;
  }

  .ViewSeventipVoidCuMini ul li:nth-of-type(1) h3 {
    position: relative;
    top: -0.4em;
  }

  .ViewSeventipVoidCuMini ul li:nth-of-type(1) {
    position: relative;
    left: -4em;
  }

  .ViewSeventipVoidCuMini ul li:nth-of-type(2) {
    position: relative;
    right: -1em;
  }

  .ViewSeventipVoidCuMini ul li h1 {
    /* font-family: 'DINOT-Black'; */
    font-size: 2em;
    color: #FFFFFF;
    margin-bottom: -0.2em;
    line-height: 1em;
  }

  .ViewSeventipVoidCuMini ul li h1 sub {
    font-size: 0.4em;
    position: relative;
    bottom: 0.2em;
  }

  .ViewSeventipVoidCuMini ul li h3 {
    font-size: 1em;
    color: #FFFFFF;
    line-height: 30px;
  }

  .ViewNighttipVoidCuMini {
    background: #050509;
    height: 8.7em;
    box-sizing: border-box;
  }

  .ViewNighttipVoidCuMini ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .ViewNighttipVoidCuMini ul li {
    flex: 0 0 25%;
    border-right: 0.5px solid #787878;
  }

  .ViewNighttipVoidCuMini ul li:nth-of-type(1) {
    padding-right: 0.8em;
  }

  .ViewNighttipVoidCuMini ul li:nth-last-child(1) {
    border-right: none;
  }

  .ViewNighttipVoidCuMini ul li h2 {
    /* font-family: DINOT-Bold; */
    font-size: 1.4em;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.2em;
  }

  .ViewNighttipVoidCuMini ul li h3 {
    font-size: 1em;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    margin-top: 0.2em;
  }

  .ViewNinetipVoidCuMini {
    width: 100%;
    background: url(../images/mobile/cumini/cumin6.png) center center no-repeat;
    background-size: cover;
    height: 26.69em;
    box-sizing: border-box;
    position: relative;
    margin-top: -1px;
  }

  .ViewTentipVoidCuMini {
    width: 100%;
    background: url(../images/mobile/cumini/cumin7.png) center center no-repeat;
    background-size: cover;
    height: 26.69em;
    box-sizing: border-box;
    position: relative;
    margin-top: -1px;
  }

  .ViewTwelvetipVoidCuMini {
    width: 100%;
    background: url(../images/mobile/cumini/cumin8.png) center center no-repeat;
    background-size: cover;
    height: 33.8em;
    box-sizing: border-box;
    position: relative;
  }

  .ViewThirteentipVoidCuMini {
    width: 100%;
    background: url(../images/mobile/cumini/cumin9.png) center center no-repeat;
    background-size: cover;
    height: 41.5em;
    box-sizing: border-box;
    position: relative;
    margin-top: -1px;
  }

  .ViewtransformCenter {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -35%);
  }

  .ViewThirteentipVoidCuMini ul {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 3em;
  }

  .ViewThirteentipVoidCuMini ul li {
    flex: 0 0 33.33%;
    position: relative;
  }

  .ViewThirteentipVoidCuMini ul li h3 {
    font-size: 1.2em;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.2em;
    position: relative;
  }

  .ViewThirteentipVoidCuMini ul li h3::before {
    position: absolute;
    content: '';
    height: 3px;
    background: #D11E26;
    width: 70%;
    margin-left: -4px;
    bottom: -1em;
  }

  .ViewFourteentipVoidCuMini {
    width: 100%;
    background: url(../images/mobile/cumini/app.png) center center no-repeat;
    background-size: cover;
    height: 62em;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
  }

  .ViewFourteentipVoidCuMini .areEasyTop {
    position: absolute;
    bottom: 38%;
    text-align: center;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 50%);
  }

  .ViewFourteentipVoidCuMini img {
    position: absolute;
    bottom: 4em;
    width: 85%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .ViewFourteentipVoidCuMini img.ViewFourteentImg {
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }

  .ViewFifteentipVoidCuMini {
    background-color: #1a1a1a;
    margin-top: -1px;
  }

  .ViewFifteentipVoidCuMini img {
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 1em;
  }

  .ViewSixteentipVoidCuMini {
    background: #272727;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-top: -1px;
  }

  .ViewSixteentipVoidCuMini .VoidpointTop,
  .ViewSixteentipVoidCuMini .VoidpointBottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #121315;
  }

  .ViewSixteentipVoidCuMini .VoidpointTopImg img,
  .ViewSixteentipVoidCuMini .VoidpointBottomRight img {
    width: 100%;
  }

  .ViewSixteentipVoidCuMini .VoidpointTop .VoidpointTopLeft,
  .ViewSixteentipVoidCuMini .VoidpointBottom .VoidpointBottomImg {
    flex: 0 0 30%;
  }

  .ViewSixteentipVoidCuMini .VoidpointBottom {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .ViewSixteentipVoidCuMini h2 {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
  }

  .ViewSeventeentipVoidCuMini {
    background-image: linear-gradient(0deg, #1E2837 0%, #100D0D 100%);
    height: 26.69em;
    box-sizing: border-box;
    position: relative;
    margin-top: -1px;
  }

  .ViewEighteenntipVoidCuMini {
    background: #1A1A1A;
    margin-top: -1px;
  }

  .EighteenViewList img {
    width: 2em;
  }

  .EighteenViewList h4 {
    color: #fff;
    font-size: 1em;
  }

  .EighteenViewList p {
    color: #fff;
    font-size: 1em;
    color: #818181;
  }

  .ViewEighteenntipVoidCuMini ul {
    display: flex;
    justify-content: end;
    align-items: end;
    width: 100%;
    flex-wrap: wrap;
    text-align: left;
    padding-left: 0.2em;
  }

  .EighteenViewList {
    display: flex;
    justify-content: end;
    align-items: baseline;
    width: 100%;
  }

  .ViewEighteenntipVoidCuMini ul li {
    height: 2.7em;
    width: 100%;
    overflow: hidden
  }

  .ViewEighteenntipVoidCuMini ul li .EighteenTop {
    position: relative;
    top: -0.5em;
    left: 0.6em;
  }

  .ViewEighteenntipVoidCuMini ul li .EighteenTop h4 {
    margin-bottom: 0.65em;
  }

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

  .attributeLabelCumini img {
    width: 9em;
  }

  .attributeLabelCumini .attributeCuminis {
    flex: 1;
    position: relative;
    transition: all 0.3s ease-in;
  }

  .ViewEighteenntipVoidCuMini .areCumini {
    padding-bottom: 2em;
  }

  .attributeLabelCumini .attributeCuminis.active::before {
    content: '';
    position: absolute;
    width: 65%;
    height: 3px;
    background: red;
    bottom: -1em;
    margin-left: 0em;
    transition: all 0.3s ease-in-out;
  }

  .attributeLabelCumini {
    border-bottom: 1px solid #353535;
    padding-bottom: 0.85em;
  }

  .attributeLabelCumini .attributeCuminis p {
    position: absolute;
    left: 1em;
    top: 3.5em;
    color: #818181;
    line-height: 30px;
    font-size: 1em;
  }

  .swiper-containerviewFive .swiper-button-next {
    background: none !important;
  }

  .swiper-containerviewVoid .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1) !important;
  }

  .swiper-containerviewVoid .swiper-pagination-bullet {
    background: #fff !important;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 1);
  }

  .swiper-Skip-prev span {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #212121;
    position: absolute;
    bottom: 90px;
    left: 0;
  }

  .swiper-Skip-next span {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #212121;
    position: absolute;
    bottom: 90px;
    right: 0;
  }

  .swiper-Skip-prev span {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #212121;
    position: absolute;
    bottom: 90px;
    left: 0;
  }

  .swiper-Skip-prev span::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    top: 24px;
    left: 14px;
  }

  .swiper-Skip-prev span:hover::before,
  .swiper-Skip-prev span:hover::after,
  .swiper-Skip-next span:hover::before,
  .swiper-Skip-next span:hover::after {
    background: #fff;
  }

  .swiper-Skip-prev span::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 3px;
    background: #fff;
    transform: rotate(-45deg);
    left: 13px;
    top: 17px;
    width: 10.6px;
    height: 2px;
  }

  .swiper-Skip-next span::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 2px;
    background: #fff;
    transform: rotate(135deg);
    top: 23px;
    left: 17px;
  }

  .swiper-Skip-next span::after {
    position: absolute;
    content: '';
    width: 10.6px;
    height: 2px;
    background: #fff;
    transform: rotate(-135deg);
    right: 13px;
    top: 17px;
  }

  .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }

  .swiper-pagination-bullet-active {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
  }

  .swiper-pagination-bullet-active {
    background: black !important;
    border: 1px solid #fff;
  }

  .swiper-pagination {
    text-align: left !important;
    left: 1em !important;
  }

  .swiperColorList {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0.4em;
  }

  .swiperColorList li {
    font-size: 10px;
    color: #FFFFFF;
    flex: 1;
    color: #818181;
    transition: all 0.3s ease-in;
  }

  li.active span.new {
    background-color: red;
    border-radius: 30px;
  }

  .swiperColorList li.active {
    color: #fff;
    transition: all 0.3s ease-in-out;
  }

  .swiper-containerviewFive .swiper-wrapper .swiper-slide .swiper-box img {
    width: 50%;
    display: block;
  }

  .ViewFifteentipVoidTcMax {
    background: #1a191b;
    z-index: -1;
  }

  .vjs-default-skin .vjs-big-play-button {
    opacity: 0 !important;
  }

  .vjs-poster {
    background-color: none !important;
  }

  #example_video_1 {
    -o-object-fit: fill;
       object-fit: fill;
    width: 100% !important;
    height: 250px !important;
  }

  #example_video_2 {
    -o-object-fit: fill;
       object-fit: fill;
    width: 100% !important;
    height: 100vh !important;
  }

  .ViewFifteentipVoidTcMax video::media-controls {
    display: none !important;
  }

  .ViewFifteentipVoidTcMax video::-webkit-media-controls {
    display: none !important;
  }

  .ViewFifteentipVoidTcMax video::-moz-media-controls {
    display: none !important;
  }

  .ViewFifteentipVoidTcMax video::-moz-media-controls {
    display: none !important;
  }

  .ViewFifteentipVoidTcMax video::-o-media-controls {
    display: none !important;
  }

  .specfeatures_attribute_view {
    padding: 0 1em;
  }

  .specfeatures_attribute_view ul li .viewList span:nth-of-type(1) {
    width: calc(1200px - 815px);
    display: block;
    height: 3em;
    border: 1px solid rgba(118, 118, 118, 1);
    line-height: 3em;
    padding-left: 1em;
    border-right: transparent;
    border-bottom: transparent;
    font-size: 0.9em;
  }

  .specfeatures_attribute_view ul li .viewList span:nth-of-type(2) {
    display: block;
    width: calc(1200px - 384px);
    height: 3em;
    border: 1px solid rgba(118, 118, 118, 1);
    line-height: 3em;
    padding-left: 1em;
    border-bottom: transparent;
  }

  .specfeatures_attribute_view ul li .viewList.slidesNav span:nth-of-type(1) {
    height: 6em;
    line-height: 6em;
    font-size: 0.9em;
  }

  .specfeatures_attribute_view ul li .viewList.slidesNav span:nth-of-type(2) {
    height: 6em;
    line-height: 2em;
    font-size: 0.9em;
  }

  .specfeatures_attribute_view .viewListBack span.viewListBacksPaning h2:nth-of-type(1) {
    width: 71.3%;
    height: 3.5em;
    line-height: 3.5em;
  }

  .specfeatures_attribute_view .viewListBack span.viewListBacksPaning h2 {
    font-size: 1em !important;
  }

  .specfeatures_attribute_view .viewListBack span.viewListBacksPaning h2:nth-of-type(2) {
    padding-right: 1em;
  }

  .specfeatures_attribute_view ul li .viewList span:nth-of-type(2) {
    font-size: 0.9em;
  }

  .specfeatures_attribute_view ul li:nth-last-of-type(1) .viewList span {
    border-bottom: 1px solid rgba(118, 118, 118, 1);
    height: 2.7em;
    line-height: 2.7em;
  }
}