/*BANNER */
.banner {
  margin: 0;
  padding: 0;
  z-index: 1;
}

.banner .swiper-banner {
  width: 100%;
}

.banner .swiper-banner .swiper-slide {
  position: relative;
  padding-bottom: 30%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.banner .swiper-banner .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .swiper-banner .swiper-slide a img {
  width: 100%;
}

.banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
  color: #DCDCDC;
}

.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #eee;
}

.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

.Decorate-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 11.8%;
}

.Decorate-four a {
  width: calc(25% + 71px);
  margin-right: -93px;
  position: relative;
}

.Decorate-four a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffffb8), color-stop(80%, #ffffff00));
  background-image: linear-gradient(to top, #ffffffb8 0%, #ffffff00 80%);
  z-index: 1;
}

.Decorate-four a div {
  position: relative;
}

.Decorate-four a div img {
  width: 100%;
}

.Decorate-four a div .Decorate-four-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.Decorate-four a div .Decorate-four-text h2 {
  font-size: 20px;
  font-weight: bold;
}

.Decorate-four a:nth-child(1) {
  -webkit-clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
}

.Decorate-four a:nth-child(2) {
  -webkit-clip-path: polygon(17% 0, 83% 0, 100% 100%, 0% 100%);
          clip-path: polygon(17% 0, 83% 0, 100% 100%, 0% 100%);
}

.Decorate-four a:nth-child(3) {
  -webkit-clip-path: polygon(0 0, 100% 0, 83% 100%, 17% 100%);
          clip-path: polygon(0 0, 100% 0, 83% 100%, 17% 100%);
}

.Decorate-four a:nth-child(4) {
  -webkit-clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
}

.Decorate-four a:hover {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.Decorate-four a:hover::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff00));
  background-image: linear-gradient(to top, #ffffff 0%, #ffffff00 100%);
}

.Decorate-four a:hover div img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.Decorate-four a:hover div .Decorate-four-text {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 25px;
  font-weight: bold;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.swiper-card-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
      align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  height: 455px;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
}

.swiper-card-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  -webkit-transition: -webkit-transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.swiper-card-card:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffffe8), to(#ffffff5e));
  background-image: linear-gradient(to top, #ffffffe8 0%, #ffffff5e 100%);
}

.content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 1rem;
  -webkit-transition: -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

.content .title, .content .copy {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #272727;
}

.content .title {
  font-size: 1.3rem;
}

.content .copy {
  font-size: 1rem;
}

.content:focus {
  outline: 1px dashed #6dd0cd;
  outline-offset: 3px;
}

.swiper-card .swiper-slide {
  width: 20%;
}

@media (hover: hover) and (min-width: 600px) {
  .content {
    -webkit-transform: translateY(calc(100% - 4.5rem));
    transform: translateY(calc(100% - 4.5rem));
  }
  .swiper-card-card:hover, .swiper-card-card:focus-within {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .swiper-card-card:hover:before, .swiper-card-card:focus-within:before {
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
  }
  .swiper-card-card:hover:after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff5c), to(#ffffff00));
    background-image: linear-gradient(to top, #ffffff5c 0%, #ffffff00 100%);
  }
  .swiper-card-card:focus-within:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .swiper-card-card:hover .content, .swiper-card-card:focus-within .content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .swiper-card-card:hover .content > *:not(.title) {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: calc(700ms / 8);
    transition-delay: calc(700ms / 8);
  }
  .swiper-card-card:focus-within .content > *:not(.title) {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: calc(700ms / 8);
    transition-delay: calc(700ms / 8);
  }
  .swiper-card-card:focus-within:before, .swiper-card-card:focus-within:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  .swiper-card-card:focus-within .content {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  .swiper-card-card:focus-within .content > *:not(.title) {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

.designer-profile img {
  width: 100%;
}

.designer-profile .designer-profile-div h1 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
}

.designer-profile .designer-profile-div h1::before, .designer-profile .designer-profile-div h1::after {
  content: "/";
  position: absolute;
  top: -1px;
}

.designer-profile .designer-profile-div h1::before {
  left: 0;
}

.designer-profile .designer-profile-div h1::after {
  right: 0;
}

.designer-profile .designer-profile-div h2 {
  font-weight: 400;
}

.news-works .cord04 {
  height: calc(100% - 20px);
  border: none;
  border-radius: 0;
}

.news-works .cord04 .cord04-img {
  border-radius: 0;
  height: 0;
  padding-bottom: 61%;
}

.news-works .cord04 .cord04-text01 p {
  border-left: solid 2px;
  padding-left: 10px;
  margin: 10px 0;
}

.dectrate-divs {
  -webkit-box-shadow: 0 0 20px #00000047;
          box-shadow: 0 0 20px #00000047;
  padding: 15px;
  border-radius: 5px;
  position: relative;
  background: #ffffff;
  margin: 30px 0;
}

.dectrate-divs hr {
  margin: 15px 0;
}

.dectrate-divs .dectrate-title {
  border-left: solid 5px #6dd0cd;
  padding-left: 10px;
  position: relative;
  left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dectrate-divs .dectrate-title .dectrate-title-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.dectrate-divs .dectrate-title .dectrate-title-div .dectrate-title-div-text {
  padding-left: 10px;
}

.dectrate-divs .dectrate-title .dectrate-title-div .dectrate-title-div-text p {
  font-size: 30px;
}

.dectrate-divs .dectrate-title .dectrate-title-div .dectrate-title-div-text p span {
  font-size: 16px;
}

.dectrate-divs .dectrate-title .star-ratings-css {
  unicode-bidi: bidi-override;
  color: #DCDCDC;
  font-size: 25px;
  height: 25px;
  width: 100px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  text-shadow: 0px 1px 0 #DCDCDC;
}

.dectrate-divs .dectrate-title .star-ratings-css .star-ratings-css-top {
  color: #6dd0cd;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.dectrate-divs .dectrate-mechanism {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.dectrate-divs .dectrate-mechanism .dectrate-mechanism-img {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 15px;
}

.dectrate-divs .dectrate-mechanism .dectrate-mechanism-img img {
  width: 100%;
}

.dectrate-divs .dectrate-mechanism .dectrate-mechanism-text h3 {
  margin-bottom: 5px;
}

.dectrate-divs .dectrate-mechanism .dectrate-mechanism-text time {
  font-size: 12px;
  color: #707070;
}

.effort_con {
  max-width: 750px;
  padding: 15px 10px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

.effort_con li {
  border-bottom: 1px solid #dddddd;
  width: 100%;
  overflow: hidden;
  display: block;
  margin: 8px 0;
  background-color: #CCC;
}

.effort_con li .le_con {
  width: 49%;
  overflow: hidden;
  float: left;
  display: inline-block;
  margin-bottom: 8px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
}

.effort_con li .le_con .video {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
}

.effort_con li .le_con .video iframe {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

.video object, .video embed {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

.effort_con li .le_con img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.effort_con li .wrap {
  position: relative;
  overflow: hidden;
}

.effort_con li .ri_con {
  width: 49%;
  float: right;
  display: inline-block;
}

.effort_con li .ri_con .date {
  padding: 3px;
  background-color: #ebebeb;
  color: #4d4d4d;
  font-size: 16px;
  display: inline-block;
}

.effort_con li .ri_con h3 {
  color: #4d4d4d;
  font-size: 16px;
  border-bottom: 1px solid #dddddd;
  padding: 8px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.effort_con li .ri_con .r_area {
  font-size: 14px;
  color: #818181;
  text-align: justify;
  margin-top: 15px;
  line-height: 24px;
  overflow: hidden;
}

.effort_con li .ri_con .datainfo {
  position: relative;
  margin: 10px 0;
  letter-spacing: 0.3px;
  float: left;
  display: block;
  color: #333;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#description .datainfo {
  line-height: 2em;
  text-align: justify;
}

.effort_con .gradient {
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#fdfdfd00));
  background-image: linear-gradient(to top, #ffffff 0%, #fdfdfd00 100%);
  position: absolute;
  bottom: 15%;
  left: 0;
  cursor: pointer;
}

.effort_con .read-more a {
  color: #6dd0cd;
  text-decoration: none;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  z-index: 8;
  position: relative;
  bottom: -16px;
}

.dectrate-title-button {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 20px 0 40px 0;
  bottom: -15px;
}

.dectrate-title-button .btn {
  padding: 8px 20px;
}

.fancybox-content {
  width: 80%;
}

.fancybox-content .avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}

.fancybox-content .avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.fancybox-content .avatar-upload .avatar-edit input {
  display: none;
}

.fancybox-content .avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fancybox-content .avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.fancybox-content .avatar-upload .avatar-edit input + label:after {
  content: "\e81a";
  font-family: "fontello";
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.fancybox-content .avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.fancybox-content .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.online-contact {
  background-attachment: fixed;
  background-position: left center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 15% 0;
  position: relative;
}

.online-contact .online-contact-all, .online-contact .online-contact-alla {
  padding: 10px;
  background: #ffffff;
}

.online-contact .online-contact-all {
  border: solid 1px #a3c3c2;
  width: 400px;
  position: absolute;
  right: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.online-contact .online-contact-all .online-contact-alla {
  border: solid 1px #6dd0cd;
  padding: 60px  0;
}

.online-contact .online-contact-all .online-contact-alla .online-contact-alla-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

.online-contact .online-contact-all .online-contact-alla .online-contact-alla-text h2 {
  font-size: 35px;
  color: #707070;
}

.online-contact .online-contact-all .online-contact-alla .online-contact-alla-text .online-contact-alla-text-h3 {
  position: relative;
  z-index: 1;
}

.online-contact .online-contact-all .online-contact-alla .online-contact-alla-text .online-contact-alla-text-h3 h3 {
  font-size: 14px;
  color: #707070;
  background: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 10px;
}

.online-contact .online-contact-all .online-contact-alla .online-contact-alla-text .online-contact-alla-text-h3 h3::before, .online-contact .online-contact-all .online-contact-alla .online-contact-alla-text .online-contact-alla-text-h3 h3::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #707070;
  z-index: -1;
}

.online-contact .online-contact-all .online-contact-alla .online-contact-alla-text .online-contact-alla-text-h3 h3::before {
  top: 70%;
}

.online-contact .online-contact-all .online-contact-alla .online-contact-alla-text .online-contact-alla-text-h3 h3::after {
  top: 50%;
}

@media screen and (max-width: 1024px) {
  .swiper-card .swiper-slide {
    width: 33.33%;
  }
  .online-contact {
    padding: 25% 0;
  }
  .online-contact .online-contact-all {
    right: 30%;
  }
}

@media screen and (max-width: 768px) {
  .swiper-card .swiper-slide {
    width: 50%;
  }
}

@media screen and (max-width: 667px) {
  .banner .swiper-banner .swiper-slide {
    padding-bottom: 27%;
  }
  .Decorate-four {
    height: auto;
    padding-bottom: 0;
  }
  .Decorate-four a {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%) !important;
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%) !important;
    width: 50%;
    margin-right: 0;
  }
  .Decorate-four a div .Decorate-four-text {
    bottom: 10px;
  }
  .Decorate-four a div .Decorate-four-text h2 {
    font-size: 18px;
  }
  .swiper-card .swiper-slide {
    width: calc( 100% - 60px);
    padding: 30px;
  }
  .online-contact {
    padding: 15% 15px;
  }
  .online-contact .online-contact-all {
    top: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    position: initial;
  }
}
