/* body {
  --color: #de751e;
} */
@media screen and (max-width: 1000px) {
  .asxjaspha {
    display: none !important;
  }
}
.body-overflow-box{
  overflow: unset;
}
/* .container {
    width: 1480px;
  } */
.container.maxWidth {
  max-width: 1780px;
  width: 100%;
}
span.h2 {
  font-weight: bold;
  line-height: 1.2;
  display: block;
  font-family: 'Bebas Kai';
}
.text {
  line-height: 1.66666667;
}
span.tag {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1em;
  color: #858585;
  font-weight: bold;
}
.more {
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}
.more:before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  border-radius: 100%;
  background-color: var(--color);
  margin-right: 0.8em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.more:hover {
  color: var(--color);
}
.ajasobyuf {
  display: inline;
}
@-webkit-keyframes xp {
  from {
    margin-top: 0;
    opacity: 0;
  }
  10%,
  40% {
    margin-top: 1em;
    opacity: 1;
  }
  to {
    margin-top: 8em;
    opacity: 0;
  }
}
@-moz-keyframes xp {
  from {
    margin-top: 0;
    opacity: 0;
  }
  10%,
  40% {
    margin-top: 1em;
    opacity: 1;
  }
  to {
    margin-top: 8em;
    opacity: 0;
  }
}
@keyframes xp {
  from {
    margin-top: 0;
    opacity: 0;
  }
  10%,
  40% {
    margin-top: 1em;
    opacity: 1;
  }
  to {
    margin-top: 8em;
    opacity: 0;
  }
}
@-webkit-keyframes lr {
  from {
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
  }
}
@-moz-keyframes lr {
  from {
    -moz-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }
  to {
    -moz-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
  }
}
@keyframes lr {
  from {
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-100%);
    -moz-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
  }
}
@media screen and (max-width: 1700px) {
  .container.maxWidth {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1450px) {
  .container.maxWidth {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1250px) {
  .container.maxWidth {
    max-width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  .container.maxWidth {
    max-width: 700px;
  }
}
@media screen and (max-width: 700px) {
  .container.maxWidth {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .font-70 {
    font-size: 26px;
  }
}
.service-page .service-1 {
  background-color: #fff8f2;
  position: relative; 
  background: url(/template/en/images/index-body-bg.jpg) repeat-y center 0;
}
.service-page .service-1:before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 10%;
  left: 0;
  width: 100%;
  background-color: inherit;
  z-index: -1;
}
.service-page .service-1 .left {
  padding-right: 9%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.service-page .service-1 .left .text {
  margin: 2.5em 0;
}
.service-page .service-1 .left .text p {
  margin-top: 2em;
}
.service-page .service-1 .left .list {
  text-align: center;
  font-weight: bold;
}
.service-page .service-1 .left .list ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service-page .service-1 .left .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  margin-top: 2em;
  cursor: pointer;
  cursor: hand;
  text-align: left;
  position: relative;
  z-index: 1;
}
.service-page .service-1 .left .list li:before {
  content: "";
  width: 1px;
  height: 4.5em;
  background-color: var(--color);
  position: absolute;
  left: 0.38888889em;
  top: 50%;
  z-index: -1;
}
.service-page .service-1 .left .list li:first-child {
  margin-top: 0;
}
.service-page .service-1 .left .list li i {
  width: 0.77777778em;
  height: 0.77777778em;
  border-radius: 100%;
  border: 1px solid var(--color);
  background-color: white;
  margin-right: 1.4em;
}
.service-page .service-1 .left .list li span {
  opacity: 0.3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-1 .left .list li.active span {
  opacity: 1;
}
.service-page .service-1 .left .list li:last-child:before {
  display: none;
}
.service-page .service-1 .right {
  padding-left: 2%;
}
.service-page .service-1 .right .list ul {
  margin: -20px 0;
}
.service-page .service-1 .right .list ul li {
  padding: 20px 0;
}
.service-page .service-1 .right .list ul li .box {
  padding: 10px;
  border-radius: 10px;
  background-color: #e34845;
  position: relative;
}
.service-page .service-1 .right .list ul li .box a.play{

    position: absolute;
    width: 94px;
    height: 86px;
    background-color: var(--color);
    left: 10px;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;

}
.service-page .service-1 .right .list ul li .box a.play i{
  font-size: 33px;
}


.service-page .service-1 .right .list ul li .box .img {
  width: 100%;
  height: 390px;

  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.service-page .service-1 .right .list ul li .box .content {
  margin-left: 5%;
}
.service-page .service-1 .right .list ul li .box .content span.h6 {
  /*font-weight: bold;*/
   font-family: 'Bebas Kai';
}
.service-page .service-1 .right .list ul li .box .content .text {
  margin-top: 1em;
}
.service-page
  .service-1
  .right
  .list
  ul
  .slick-slide:nth-child(odd)
  li
  .box
  .img {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}
.service-page .service-2 .box {
  padding: 3% 5% 4%;
  border-radius: 50px;
  background-color: #ffd3ae;
}
.service-page .service-2 .box .left {
  width: 29%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-page .service-2 .box .center {
  margin-left: 8%;
  margin-right: 6%;
}
.service-page .service-2 .box .center span.h2 {
  margin-bottom: 1em;
  text-indent: -1.3em;
}
.service-page .service-2 .box .center a.link {
  font-weight: bold;
  line-height: 1;
  color: #221100;
  border-bottom: 1px solid #221100;
  margin-top: 1.1em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.service-page .service-2 .box .center .btn {
  margin-top: 4em;
}
.service-page .service-2 .box .center .btn a {
  padding: 0.4em 1.5em;
  border-radius: 1.5em;
  background-color: #18171e;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-2 .box .center .btn a:hover {
  background-color: var(--color);
}
.service-page .service-2 .box .right {
  width: 20%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 5%;
}

@media screen and (max-width: 1250px) {
  .service-page .service-2 .box .center span.h2 {
    text-indent: 0;
  }
  .service-page .service-2 .box .center {
    margin-right: 0;
  }
  .service-page .service-2 .box .right {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .service-page .service-1 .ui > .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-1 .left {
    position: static;
  }
  .service-page .service-1 .left .list {
    display: none;
  }
  .service-page .service-1 .right .list ul li .box .img {
    height: 250px;
  }
  .service-page .service-2 .box .center .btn {
    margin-top: 1.5em;
  }
  .service-page .service-2 .box .center span.h2 {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-2 .box .center {
    margin-left: 0;
  }
  .service-page .service-2 .box .left {
    display: none;
  }
  .service-page .service-2 .box {
    padding: 5%;
    border-radius: 30px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .right .list ul li .box .img {
    height: 120px;
    width: 100%;
    border-radius: 15px !important;
  }
  .service-page .service-1 .right .list ul li .box .content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .service-page .service-1 .right .list ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-2 .box .center .btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}
