body{
  background: #062847;
}
html, body {
  height: 100%;
  margin: 0;
}
body {
  display: flex; /*使物件依序排列*/
  flex-direction: column; /*使物件垂直排列*/
}
.ovhd{
  overflow: hidden;
}
.wavephone{
  display: none;
}
.mt-35{
  margin-top: 35%;
}
.mt-20{
  margin-top: 20%;
}
.mt-15{
  margin-top: 15%;
}
.mt-5{
  margin-top: 5%;
}
.zindeximg01{
  position:absolute;
  z-index: 1;
}
.zindeximg01-1{
  position:absolute;
  z-index: 2;
  margin-left: 13%;
  margin-top: 10%;
}
.p0{
  padding: 0;
}

.zindeximg07{
  width: 100%;
  position:absolute;
  z-index: 2;
  padding-right: 30px;
  color:#C58C61;
  font-size: 100px;
  font-family: Georgia ;
}
.zindeximg07:hover{
    color:#C58C61;
}
.zindeximg08{
  width: 65%;
  position:absolute;
  z-index: 1;
  margin-left: 15%;
margin-top: -25%;
margin-right: 15%;
}
.container{
  max-width: 1920px;
}
.img09{
  margin-top: 40%;
  height: 43px;
  margin-left: 30%;
}
.img10{
  margin-left: 5%;
  width: 70%;
}
.img11{
  width: 45%;
  padding-top: 4%;
}
.pt-04{
  padding-top: 4%;
}
.img12{
  padding: 0;
  width: 100%;
}
.p0{
  padding: 0;
}
.img02{
  margin-left: 70%;
  width: 30%;
}

@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
.zindeximg08{
  -webkit-transform: rotate(360deg);
  animation: rotation 300s linear infinite;
  -moz-animation: rotation 300s linear infinite;
  -webkit-animation: rotation 300s linear infinite;
  -o-animation: rotation 300s linear infinite;
}
.wrapper {
  flex-grow: 1; /*可佔滿垂直剩餘的空間*/
}
@keyframes dong {
       0% {
           transform: translate(0px, 0px);
        }
        50% {
           transform: translate(0px, 20px);
        }
        100% {
           transform: translate(0px, 0px);
        }
}
.wave{
   animation: dong 10s infinite;
 }
 @keyframes dong2 {
        0% {
            transform: translate(0px, 0px);
         }
         50% {
            transform: translate(0px, 20px);
         }
         100% {
            transform: translate(0px, 0px);
         }
 }
 @keyframes dong3 {
        0% {
            transform: translate(0px, 0px);
         }
         50% {
            transform: translate(0px, 60px);
         }
         100% {
            transform: translate(0px, 0px);
         }
 }
 .wave2{
    animation: dong2 10s infinite;
  }

  .mt-08{
    margin-top: 8%;
  }
 .box {
  border: 1px solid #062847;
   float: left;
   width: 100%;
   height: 95px;
   z-index: 0;
   opacity: 1;
   margin-right: -1px;
 }
 .about06bg{
   background: url('SVG/about06.svg');
   background-size: 90%;
       background-repeat: no-repeat;
       margin: auto;
       background-position: center;
 }
 .box:hover {
   border: 1px solid #C58C61;
   z-index: 10;
 }
 .box:before, .box:after {
   content: "";
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   animation-iteration-count: 1;
   transform-origin: 50% 50%;
   opacity: 1;
 }
 .box:before {
   width: calc(100% + 2px);
   height: 100%;
   z-index: 1;
   transition: height 1s ease, opacity 0.8s ease;
 }
 .box:after {
   height: calc(100% + 2px);
   width: 100%;
   z-index: 1;
   transition: width 1s ease, opacity 0.8s ease;
 }
 .box:hover:before, .box:focus:before {
   transition: height 0.2s ease, opacity 0.3s ease;
   height: 75%;
   opacity: 0.7;
 }
 .box:hover:after, .box:focus:after {
   transition: width 0.2s ease, opacity 0.3s ease;
   width: 85%;
   opacity: 0.8;
  background: #062847;
 }
 .box:hover img {
  padding: 5px 0px 5px 5px;
  width: 95%;
   transition: all 0.3s ease;
 }
.img03{
  padding: 20px 0 0 0;
  width: 65px;
  text-align: center;
  border:  2px solid #C58C61;
  border-radius: 50%;
  position: absolute;
  height: 65px;
  font-size: 25px;
  margin-left: 3rem;
}
.img03:hover{
  text-decoration:none;
  color: #ffffff;
}

.loginblock {
    position: fixed;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
  }
  .jqslide {
    width: 470px!important;
    left: 75%!important;
}
.side-nav {
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 120%;
    background: #C58C61;
    overflow-x: hidden;
    padding-top: 1%;
    transition: 0.5s;
  }
  .zindex101{
    z-index: 101;
  }
  .jqslide2 {
    left: 100%!important;
}

@media screen and (min-width: 1700px) and (max-width: 1800px){
.jqslide {
    width: 500px!important;
    left: 72%!important;
}
}
@media screen and (min-width: 1600px) and (max-width: 1699px){
.jqslide {
    width: 500px!important;
    left: 70%!important;
}
}
@media screen and (min-width: 1500px) and (max-width: 1599px){
.jqslide {
    width: 500px!important;
    left: 67%!important;
}
.img03{margin-left: 2rem;
}
}
@media screen and (min-width: 1400px) and (max-width: 1499px){
.jqslide {
    width: 500px!important;
    left: 66%!important;
}
.img03{margin-left: 1rem;
}
}
@media screen and (min-width: 1300px) and (max-width: 1399px){
.jqslide {
    width: 500px!important;
    left: 65%!important;
}
.img03{margin-left: 1rem;
}
}
@media screen and (min-width: 1200px) and (max-width: 1299px){
.jqslide {
    width: 500px!important;
    left: 61%!important;
}
}
@media screen and (min-width: 320px) and (max-width: 480px){
.jqslide2 {
  height: 100%;
  left: 1950px!important;
}
}

.m-0{
  margin: 0;
}
.displayno{
  display: none;
}
.img03-silde{
  width: 65px;
  text-align: center;
  border:  2px solid #ffffff;
  border-radius: 50%;
  height: 65px;
  font-size: 25px;
  color: ffffff;
  padding-top: 20px;
}
.img03-silde .icon-wather{
  text-decoration:none;
  color: #ffffff;
}
.img03-silde:hover{
  text-decoration:none;
  background: #ffffff;
}
.img03-silde:hover .icon-wather{
  text-decoration:none;
  color: #C58C61;
    background: #ffffff;
}
a:hover{ text-decoration:none;}
.sildeset{
  padding: 10px 0 20px 0;
}
.water-dis{
  padding-left: 10%;
  display: inline-flex;;
}
.mt-5p{
      margin-top: 5px;
}
.dflex{
  display: flex;
}
.slidetext{
  color: #ffffff;
  border-bottom-style:solid;
  border-bottom-width:medium;
}
.works-left-t{
  color: #C58C61;
  border-bottom-style:solid;
  border-bottom-width:medium;
  font-family: serif;
  font-size: 60px;
}
.works-left-t:hover{
  transition: 0.2s;
  box-shadow: inset 0 0 0 40px #ffffff;
  border-color: #ffffff;
}
.slidetext:hover{
  color: #ffffff;
  transition: 0.2s;
  box-shadow: inset 0 0 0 30px #ffffff;
}
a:hover .slidetext:hover{
  color: #C58C61;
}
.slidetextpd02{
  padding: 0 35px 0 18px;
  margin: 30px 45px;
}
.slidetextpd01{
  display: flex;
  padding: 0 300px 0 18px;
  margin: 30px 0;
}
.slidetextpd01 > img{
  margin-right: 30px;
}
@keyframes fadeout {
  0% {opacity: 1;}
  100% {opacity: 0;}
}
.imgopacity{
  animation: fadeout 1s ;
  animation-iteration-count: 1; /*动画次数*/
  opacity: 0;
}
@keyframes fadeoutimg08 {
  0% {opacity: 1;}
  100% {opacity: 0.4;}
}
.imgopacity2{
  animation: fadeoutimg08 1.5s ;
  opacity: 0.4;
}
@keyframes fadeoutimg12 {
  0% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  50% {
    transform: translate(0px, 20px);
  }
  99% {
    transform: translate(0px, 50px);
  }
  100% {
      opacity: 0;

  }
}
.imgopacity3{
  -moz-animation: fadeoutimg12 2s linear forwards;/* Firefox */
  -webkit-animation: fadeoutimg12 2s linear forwards;/* Safari and Chrome */
  -o-animation: fadeoutimg12 2s linear forwards;/* Opera */
  -ms-animation: fadeoutimg12 2s linear forwards;/* IE10 */
  animation: fadeoutimg12 2s linear forwards;
  }
  .aboutset01{
display: none;
padding-top: 100px;
  }
  .displaybk{
  display: block;
    animation: aboutmove 2s linear forwards;
  }
  @keyframes aboutmove {
    0% {height: 0;
      opacity: 0;
    }
    80% {
      opacity: 0;
      height: 0;
    }
    90% {  opacity: 0.5;
            height: 70%;
    }
    98% {
      height: 90%;
      margin-top: -12%;
    }

    100% {
      height: 100%;
    opacity: 1;
    margin-top: -12%;
    margin-bottom: 5%;
    }
  }
  .about01{
    animation: about-line 3s forwards;
  }
  @keyframes about-line {
    0% {
      height: 0;
    }

    100% {
     height: 140px;
      opacity: 1 ;
    }
  }
  .about02{
    animation: about-origin 1.5s infinite;
    padding: 35px 0;
  }
  .m-0{
    margin: 0
  }
  @keyframes about-origin {
    0% {
      transform:scale(1.5,1.5);
    }
    80% {
transform:scale(2,2);
      opacity: .5;
    }
    90% {
      transform:scale(1.8,1.8);
      opacity: .8;
    }
    100% {
      transform:scale(1,1);
      opacity: 1 ;
    }
  }
  .aboutsetzindex{
    z-index: 5;
    position: relative;
  }
  .about04set{ margin-top:100%;}
.about05{
  padding-left: 50px;
  margin-top: -80px;
}
.about05 > img{
  width: 20px;
}
.zindexabout06{
  width: 100%;
      z-index: 1;
    position: absolute;
    padding: 0 6%;
}
.zindexabout07{
  margin-top: 10%;
}
.about03{
  margin: 50px 0;
}

.aboutideaheight{
      margin-top: -60px;
}
.aboutideatext{
  color: #CCCCCC;
white-space: pre-wrap;
    font-family: Microsoft JhengHei;
    font-size: 30px;
     line-height: 54px;
     margin-bottom: 5%;
}

.about08{
  margin-bottom: 130px;
}
.about09{
  padding-top: 20px;
    padding-left: 40px;
}
.about10{
  padding-top: 20px;
    padding-left: 110px;
}
.about12{
  text-align: right;
  padding: 0;
  margin-top: -50px;
}
.about12 > img{
  width: 100%;
}
.about11{
  padding-left: 30px;
  padding-top: 50px;
}
.about01-2 > img{
  height: 150px;
}
.about02-2{
      animation: about-origin 1.5s infinite;
  margin: 20px 0;
}
.about0102set{
  margin-bottom: 100px;
}
.mtb5{
  margin-top: 50px;
  margin-bottom: 50px;
}
.abouttext{
  text-align: justify;
  color: #CCCCCC;
  font-size: 25px;
  line-height: 40pt;
  margin-bottom: 17%;
}
.skillh3{
    color: #C58C61;
    font-size: 32pt;
}
.about14{
  margin-bottom: 50px;
  margin-left: -180px;
}
.link-top {
  vertical-align: middle;
  margin-left: -25px;
  display: inline-block;
    width: 65%;
    height: 1px;
    border-top: solid #C58C61 1px;
}
.aboutexperience{
  margin-bottom: -15px;
    margin-left: 40px;
  font-size: 25px;
  color: #C58C61;
  text-align: center;
}
.aboutme01{
  padding: 0;
margin-left: 30px;
}
.aboutme02{
  margin-left: -40px;
    padding: 0;
}
.aboutexperience2 {
  white-space:pre;
  margin-left: -60px;
    margin-bottom: -15px;
    font-size: 25px;
    color: #C58C61;
    text-align: center;
  }
  .link-top2 {
    vertical-align: middle;
    margin-left: -25px;
    display: inline-block;
      width: 55%;
      height: 1px;
      border-top: solid #C58C61 1px;
  }
  .aboutme03{
    margin-left: -110px;
      padding: 0;
  }
  .link-top3 {
    vertical-align: middle;
    margin-left: -25px;
    display: inline-block;
      width: 60%;
      height: 1px;
      border-top: solid #C58C61 1px;
  }
  .aboutme04{
    margin-left: -90px;
      padding: 0;
  }
  .link-top4 {
    vertical-align: middle;
    margin-left: -25px;
    display: inline-block;
      width: 80%;
      height: 1px;
      border-top: solid #C58C61 1px;
  }
  .about16{
    height: 53px;
  }
  .aboutexperience3 {
    white-space:pre;
      font-size: 25px;
      color: #C58C61;
      text-align: center;
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      padding: 0 10px;

    }
    .link-top5 {
      vertical-align: middle;
      display: inline-block;
        height: 1px;
        border-top: solid #C58C61 1px;
        margin-left: -45px;
    width: 40%;
    }
    .aboutexperience2-sm{
      text-align: center;
      white-space:pre;
      margin-left: -60px;
        margin-bottom: -15px;
        color: #C58C61;
        text-align: center;
      font-size: 20px;
      margin-top: 15px;
    }
.contact{
  font-size: 38px;
  color: #C58C61;
  font-family: Microsoft JhengHei;
}
.link-top6 {
  vertical-align: middle;
    height: 1px;
    border-top: solid #C58C61 4px;
width: 100%;
}
.mt9 {
  margin-top: 90px;
}
.contact2{
  font-size: 25px;
  color: #C58C61;
  font-family: Microsoft JhengHei;
  font-weight:bold;
}
.contact3{
  font-size: 22px;
  color: #CCCCCC;
  font-family: Microsoft JhengHei;
  margin: 0;
padding: 30px 0;
}
.about17{
  width: 100%;
  padding: 0;
}
.copyrightbg{
  background: #132540;
}
.posfix{
  position: fixed;
  top: 0;
  right: 0;
}

.posfix2{
  border-right: 1rem solid #C58C61;
  position: fixed;
}
.zinde100{
  z-index: 100;
}
.slidetextpd03 {
    padding: 0 95px 0 18px;
    margin: 30px 45px;
}
/*畫一條再右邊的豎線*/
.link-right {
  height: 114px;
border-right: 1rem solid #C58C61 ;
padding-top: 10px;
}
@media (max-width: 1600px) {
.link-right {
    height: 110px;
    border-right: 1rem solid #C58C61;
    padding-top: 10px;
}
.aboutme01 {
  padding: 0;
  margin: 0;
}
.contact3 {
    font-size: 20px;
  }
}
@media (max-width: 1299px) {
  .img03{margin-left: 0rem;
  }
}
@media screen and (min-width: 1887px) and (max-width: 1919px){
.aboutideatext {
    color: #CCCCCC;
    white-space: pre-wrap;
    font-family: Microsoft JhengHei;
    font-size: 25px;
    line-height: 54px;
}
}

@media screen and (min-width: 1700px) and (max-width: 1799px){
  .aboutideatext {
      color: #CCCCCC;
      white-space: pre-wrap;
      font-family: Microsoft JhengHei;
      font-size: 25px;
      line-height: 54px;
  }
  .abouttext {
    margin-bottom: 10%;
}
}
@media screen and (min-width: 1600px) and (max-width: 1699px){
  .zindexabout07 {
      margin-top: 15%;
      height: 70px;
  }
.aboutideatext {
  margin-bottom: 15%;
    color: #CCCCCC;
    white-space: pre-wrap;
    font-family: Microsoft JhengHei;
    font-size: 23px;
    line-height: 40px;
}
.img03 {
    margin-left: 2rem;
}
.abouttext {
    font-size: 22px;
}
}
@media screen and (min-width: 1500px) and (max-width: 1599px){
  .abouttext {
      font-size: 22px;
  }
  .aboutexperience2{
    font-size: 22px;
  }
  .aboutexperience{
    font-size: 22px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1599px){
  .aboutideatext {
      color: #CCCCCC;
      white-space: pre-wrap;
      font-family: Microsoft JhengHei;
      font-size: 25px;
      line-height: 50px;
  }
  .zindexabout07 {
    height: 70px;
    margin-top: 15%;
}
}
@media screen and (min-width: 1400px) and (max-width: 1499px){
.abouttext {
  margin-left: 20px;
    font-size: 20px;
    line-height: 35pt;
  }
  .about14{
  margin-left: -160px;
  }
  .skillh3{
  margin-left: 20px;
  }
  .about13{
    height: 600px;
  }
  .aboutexperience2{
    font-size: 20px;
  }
  .aboutexperience{
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399px){
  .aboutideatext {
      font-size: 24px;
      line-height: 44px;
  }
  .aboutexperience2 {
    margin-left: 20px;
}
  .aboutme05{
    margin-left: -28px;
    padding: 0;
    text-align: right;
  }
  .abouttext {
    font-size: 20px;
}
.link-top3 {
    width: 86%;
}
.link-top4 {
    width: 86%;
}
.link-top2 {
    width: 86%;
}
.link-top {
    width: 86%;
}
.link-top5 {
    width: 53%;
}
.aboutme03 > .aboutexperience2 {
    margin-left: 40px;
}
.aboutme03 > .aboutexperience2-sm {
    margin-left: 40px;
}
.aboutme03 {
    margin-right: -20px;
    margin-left: -30px;
  }
.aboutexperience2-sm {
    margin-left: 10px;
  }
.aboutme04 {
    margin-left: 0px;
    margin-right: -20px;
  }
  .zindexabout07 {
    height: 70px;
    margin-top: 15%;
}
.about13{
  width: 100%
}
}
@media screen and (min-width: 1300px) and (max-width: 1395px){
  .aboutideatext {
      font-size: 24px;
      line-height: 44px;
  }
  .aboutexperience2 {
    margin-left: 20px;
}
  .aboutme05{
    margin-left: -28px;
    padding: 0;
    text-align: right;
  }
  .abouttext {
    font-size: 20px;
}
.link-top3 {
    width: 84%;
}
.link-top4 {
    width: 84%;
}
.link-top2 {
    width: 84%;
}
.link-top {
    width: 84%;
}
.link-top5 {
    width: 55%;
}
}
.bgworks{
  background-position: right 35% bottom 45%;
  background-color: #062847;
  background-image:url("SVG/work03.svg");
  background-repeat:no-repeat;
}
.work01{
  width: 100%;
}
.workphone2{
  display: none;
}
.workphone{
  display: none;
}
.work02{
  margin-top: -15%;
  margin-left: 15%;
  width: 270px;
}
.work-about01{
  display: block;
  margin-top: 10%;
margin-left: 20%;
}
.page-wrap {
    width: 95%;
    height: 95vh;
    background: transparent;
  }
  #home-slider {
    height: 60vh;
    width: 65vw;
  }
  #home-slider2 {
    height: 60vh;
    width: 65vw;
    position: relative;
  }
  #home-slider3 {
    height: 60vh;
    width: 65vw;
    position: relative;
  }
  .swiper-image-inner.swiper-image-left {
      padding: 0;
      filter: contrast(50%);
  }
  .swiper-image-one {
    background-repeat:no-repeat;
    background-image: url("SVG/works-img01.svg");
    border-color:#c58c61; border-style:solid;
  }
  .swiper-image {
    width: 100%;
    height: 100%;
}
.swiper-container {
overflow: inherit;
}
.swiper-slide{
    background: transparent;
    background-color: transparent;
}
.swiper-container {
    height: 100%;
    width: 100%;
    box-shadow: none;
  }
.swiper-image-inner{
    background-color: transparent;
    background-size: auto;
    background-position: top;
    justify-content: flex-start;
}
.swiper-image-inner a > img{
      border: #c58c61 8px solid;
      position: relative;
}
.swiper-image > h1{
  margin-top: -13%;
  font-family:serif;
  font-size: 65px;
  color: #c58c61;
}

.mask {z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-width: 8px;
    border-style: solid;
    border-color: #c58c61;
    background: #c58c61;
    opacity: 1;
}

.swiper-image-inner a > img{
  z-index: 1;
transform:scale(1,1);
transition: all .4s ease-out;
}
.swiper-image-inner:hover a > img{
  transform:scale(.95,.95);
}
.works-left-z{
  z-index: 100;
  position: fixed;
margin-top: 30px;
}
.tast{
  background: #000000;
  color: #ffffff;
}
.displayfx{
  display: flex;
}
.overflowhd{
overflow: hidden;
}
.swiper-image > .utffont{
  font-size: 55px;
  font-family: Microsoft JhengHei;
}
.work04{
  margin-left: 70px;
margin-top: 250px;
}
.work07{
  margin-left: 135px;
  margin-top: 250px;
}
.work05{
  margin-left: 135px;
  margin-top: 500px;
}
@media screen and (min-width: 1600px) and (max-width: 1919px){
  .works-left-t {
    font-size: 50px;
}
.slidetextpd01 > img {
  height: 70px;
}
.slidetextpd02 {
    padding: 0 65px 0 35px;
    margin: 20px 30px;
}
.slidetextpd01 {
    margin: 20px 0;
}
#home-slider {
    height: 60vh;
    width: 65vw;
}
#home-slider2 {
    height: 60vh;
    width: 65vw;
}
#home-slider3 {
    height: 60vh;
    width: 65vw;
}
.swiper-image-inner a > img {
  width: 98.5%;
}
.mask > img {
    width: 98.5%;
}
.swiper-image {
    height: 90%;
}
.swiper-image > h1 {
    font-size: 50px;
    margin-top: -6%;
}
.swiper-image-inner:hover a > img {
  width: 98.5%;
}
.swiper-image > .utffont {
    font-size: 45px;
  }
  .work05 {
    margin-top: 360px;
    margin-left: 125px;
}
.work04 {
  width: 35px;
  margin-top: 170px;
}
.work-about01 {
    width: 45px;
  }
  .bgworks {
    background-size: contain;
  }
  .work07 {
    margin-left: 125px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px){
  .works-left-t {
    font-size: 45px;
}
.slidetextpd03 {
    padding: 0 95px 0 10px;
    margin: 30px 45px;
}
.slidetextpd01 > img {
  height: 60px;
  margin-right: 25px;
}
.slidetextpd02 {
padding: 0 75px 0 25px;
    margin: 20px 30px;
}
.slidetextpd01 {
    margin:0;
}
#home-slider {
    height: 60vh;
    width: 65vw;
}
#home-slider2 {
    height: 60vh;
    width: 65vw;
}
#home-slider3 {
    height: 60vh;
    width: 65vw;
}
.swiper-image-inner a > img {
  width: 98.5%;
}
.swiper-image {
    height: 82%;
}
.swiper-image > h1 {
    font-size: 50px;
    margin-top: -8%;
}
.swiper-image-inner:hover a > img {
  width: 98.5%;
}
.swiper-image > .utffont {
    font-size: 45px;
  }
  .work05 {
    margin-top: 360px;
    margin-left: 125px;
}
.work04 {
  width: 35px;
  margin-top: 170px;
}
.work-about01 {
    width: 45px;
  }
  .bgworks {
    background-size: 55%;
  }
  .work07 {
    margin-left: 90px;
  }
  .img03 {
    margin-left: 1rem;
}
.link-right {
    border-right: 1rem solid #C58C61;
  }
  .posfix2 {
    border-right: 1rem solid #C58C61;
  }
  .work05 {
    margin-left: 85px;
  }
.swiper-image-inner a > img {
    width: 98.5%;
}
.mask > img {
    width: 98.5%;
}
.swiper-image-inner a > img {
    z-index: 1;
    transform: scale(1,1);
    transition: all .4s ease-out;
}
.swiper-image-inner a > img {
    border: #c58c61 7px solid;
    position: relative;
}
@media screen and (min-height: 769px) and (max-height: 850px){
.swiper-image > h1 {
    font-size: 50px;
    margin-top: -5%;
}
}
@media screen and (min-height: 710px) and (max-height: 768px){
.swiper-image > h1 {
    font-size: 50px;
    margin-top: -3%;
}
}
}
.swiper-image > h1 {
    margin-top: -5%;
}
}
.swiper-image > h1 {
    margin-top: -5%;
}
}

@media screen and (min-width: 1366px) and (max-width: 1439px){
  .works-left-t {
    font-size: 45px;
}
.slidetextpd01 > img {
  height: 60px;
  margin-right: 25px;
}
.slidetextpd02 {
padding: 0 75px 0 25px;
    margin: 20px 30px;
}
.slidetextpd01 {
    margin:0;
}
#home-slider {
    height: 70vh;
    width: 65vw;
}
#home-slider2 {
    height: 70vh;
    width: 65vw;
}
#home-slider3 {
    height: 70vh;
    width: 65vw;
}
.swiper-image-inner a > img {
  width: 98.5%;
}
.swiper-image {
    height: 82%;
}
.swiper-image > h1 {
    font-size: 45px;
    margin-top: -10%;
}
.swiper-image-inner:hover a > img {
  width: 98.5%;
}
.swiper-image > .utffont {
    font-size: 35px;
  }
  .work05 {
    margin-top: 260px;
    margin-left: 125px;
}
.work04 {
  width: 35px;
  margin-top: 170px;
}
.work-about01 {
    width: 45px;
  }
  .bgworks {
    background-size: 50%;
  }
  .work07 {
    margin-left: 90px;
  }
  .img03 {
    margin-left: 1rem;
}
.link-right {
    border-right: 1rem solid #C58C61;
  }
  .posfix2 {
    border-right: 1rem solid #C58C61;
  }
  .work05 {
    margin-left: 85px;
  }
.swiper-image-inner a > img {
    width: 98.5%;
}

.swiper-image-inner a > img {
    z-index: 1;
    transform: scale(1,1);
    transition: all .4s ease-out;
}
.swiper-image-inner a > img {
    border: #c58c61 7px solid;
    position: relative;
}
}
@media screen and (min-width: 1281px) and (max-width: 1366px){
  @media screen and (min-height: 768px) and (max-height: 768px){
  .mt-08 {
    margin-top: 3.5%;
  }}
}
@media screen and (min-width: 1280px) and (max-width: 1365px){
    @media screen and (min-height: 1000px) and (max-height: 1024px){
        .swiper-image > h1 {
        margin-top: -20%;
        font-size: 55px;
      }
      .swiper-image > .utffont {
        margin-top: -20%;
        font-size: 55px;
      }
      #home-slider {
        height: 50vh;
      }
      #home-slider2 {
        height: 50vh;
      }
      #home-slider3 {
        height: 50vh;
      }
    .swiper-image-inner a > img {
        width: 98%;
      }}
    @media screen and (min-height: 800px) and (max-height: 900px){
      .img18 {display: none;}
      .about16 {height: 54px;}
    }
  @media screen and (min-height: 769px) and (max-height: 900px){
    .zindexabout07 {
      margin-top: 80px;
      height: 60px;
  }
  .about13{
    width: 100%
  }
  .aboutexperience2 {
    margin-left: 20px;
  }
  .aboutme05 {
      margin-left: -54px;
      padding: 0;
      text-align: right;
      margin-top: -7px;
  }
  .abouttext {
    font-size: 20px;
  }
  .aboutideatext {
    font-size: 20px;
    line-height: 40px;
}
  .link-top3 {
    width: 86%;
  }
  .link-top4 {
    width: 86%;
  }
  .aboutexperience2-sm {
      margin-left: 20px;
    }
    .aboutme03 {
    margin-left: -30px;
  }
  .aboutme04 {
    margin-left: -30px;
  }
  .link-top2 {
    width: 86%;
  }
  .link-top {
    width: 86%;
  }
  .link-top5 {
    width: 53%;
  }
  .aboutme01 > img{
    height: 40px;
  }
  .aboutme02 > img{
    height: 40px;
  }
  .aboutme03 > img{
    height: 40px;
  }
  .aboutme04 > img{
    height: 40px;
  }
  .aboutexperience2-sm {
    font-size: 15px;
  }
  .aboutexperience2 {
    font-size: 20px;
  }
  .aboutexperience {
    font-size: 20px;
  }
  .works-left-t {
    margin: 0;
    font-size: 40px;
}
.slidetextpd03 {
    padding: 0 110px 0 5px;
}
.slidetextpd01 > img {
  height: 55px;
  margin-right: 25px;
}
.slidetextpd02 {
  padding: 0 90px 0 20px;
  margin: 15px 30px;
}
.slidetextpd01 {
    margin:0;
    padding: 0 300px 0 15px;
}
#home-slider {
    height: 65vh;
    width: 65vw;
}
#home-slider2 {
    height: 70vh;
    width: 65vw;
}
#home-slider3 {
    height: 70vh;
    width: 65vw;
}
.swiper-image-inner a > img {
  width: 98.5%;
}
.swiper-image {
    height: 70%;
}
.swiper-image > h1 {
    font-size: 45px;
margin-top: -5%;
}
.swiper-image-inner:hover a > img {
  width: 98.5%;
}
.swiper-image > .utffont {
    font-size: 40px;
  }
  .work05 {
    margin-top: 260px;
    margin-left: 125px;
}
.work04 {
  width: 35px;
  margin-top: 170px;
}
.work-about01 {
    width: 45px;
  }
  .bgworks {
    background-size: 50%;
  }
  .work07 {
    margin-left: 85px;
  }
  .img03 {
    margin-left: 0rem;
}
.link-right {
    border-right: 1.5rem solid #C58C61;
  }
  .posfix2 {
    border-right: 1rem solid #C58C61;
  }
  .work05 {
    margin-left: 80px;
  }
.swiper-image-inner a > img {
    width: 98.5%;
}

.swiper-image-inner a > img {
    z-index: 1;
    transform: scale(1,1);
    transition: all .4s ease-out;
}
.swiper-image-inner a > img {
    border: #c58c61 7px solid;
    position: relative;
}
.work02 {
    width: 240px;
  }
  .link-right {
    height: 100px;
  }
  .sildeset {
    padding: 10px 0 12px 0;
}
}
.zindexabout07 {
  margin-top: 15%;
  height: 60px;
}
.about13{
width: 100%
}
.aboutexperience2 {
margin-left: 20px;
}
.aboutme05 {
  margin-left: -54px;
  padding: 0;
  text-align: right;
  margin-top: -7px;
}
.abouttext {
font-size: 20px;
}
.aboutideatext {
  margin-bottom: 10%;
line-height: 40px;
}
.link-top3 {
width: 86%;
}
.link-top4 {
width: 86%;
}
.aboutexperience2-sm {
  margin-left: 20px;
}
.aboutme03 {
margin-left: -30px;
}
.aboutme04 {
margin-left: -30px;
}
.link-top2 {
width: 86%;
}
.link-top {
width: 86%;
}
.link-top5 {
width: 53%;
}
.aboutme01 > img{
height: 40px;
}
.aboutme02 > img{
height: 40px;
}
.aboutme03 > img{
height: 40px;
}
.aboutme04 > img{
height: 40px;
}
.aboutexperience2-sm {
font-size: 15px;
}
.aboutexperience2 {
font-size: 20px;
}
.aboutexperience {
font-size: 20px;
}
}
@media screen and (min-width: 1350px) and (max-width: 1365px){
.swiper-image > h1 {
    font-size: 45px;
    margin-top: 1%;
}
  @media screen and (min-height: 768px) and (max-height: 768px){
  .swiper-image-inner > a > img {
      width: 98.5%;
  }
  .works-left-t {
      font-size: 40px;
    }
    .slidetextpd02 {
  padding: 0 80px 0 18px;
  }
  .slidetextpd03 {
  padding: 0 120px 0 18px;
  }
  .slidetextpd01 > img {
  height: 60px;
  }
  .slidetextpd01 {
  margin: 30px 0 0 0;
  }
  .swiper-image > h1 {
  font-size: 45px;
  margin-top: -100px;
  }
  .swiper-image > .utffont {
    font-size: 40px;
    margin-top: -100px;
  }
  .slidetextpd02 {
  margin: 20px 45px;
  }
  .swiper-image-inner a > img {
      z-index: 1;
      transform: scale(1,1);
      transition: all .4s ease-out;
  }
  .swiper-image-inner a > img {
      border: #c58c61 7px solid;
      position: relative;
  }}
}


@media screen and (min-width: 1300px) and (max-width: 1349px){
.swiper-image > h1 {
    font-size: 45px;
    margin-top: 0%;
}
@media screen and (min-height: 768px) and (max-height: 768px){
.swiper-image-inner > a > img {
    width: 98.5%;
}
.works-left-t {
    font-size: 40px;
  }
  .slidetextpd02 {
padding: 0 80px 0 18px;
}
.slidetextpd03 {
padding: 0 120px 0 18px;
}
.slidetextpd01 > img {
height: 60px;
}
.slidetextpd01 {
margin: 30px 0 0 0;
}
.swiper-image > h1 {
font-size: 35px;
margin-top: -100px;
}
.swiper-image > .utffont {
  font-size: 35px;
  margin-top: -100px;
}
.slidetextpd02 {
margin: 20px 45px;
}
.swiper-image-inner a > img {
    z-index: 1;
    transform: scale(1,1);
    transition: all .4s ease-out;
}
.swiper-image-inner a > img {
    border: #c58c61 7px solid;
    position: relative;
}}
}

@media screen and (min-width: 1024px) and (max-width: 1279px){
  @media screen and (min-height: 1366px) and (max-height: 1366px){
  .phonesetabout02{
    margin-top: -100px!important;
  }
  .zindexabout06 {
    width: 150%;
    margin-left: -120px!important;
}
  .wave3{
    display: block;
    animation: dong3 10s infinite;
  }
  .img18{
    padding: 0;
    width: 100%;
  }
    .about17{
      display: none;
    }
  .about01{
    width: 100%;
    margin-top: -400px;
  }
    .about02 {
      padding: 30px 0;
    }}
  .zindexabout07 {
    margin-top: 80px;
    height: 60px;
  }
  .about13{
  width: 100%
  }
  .aboutexperience2 {
  margin-left: 20px;
  }
  .aboutme05 {
    margin-left: -54px;
    padding: 0;
    text-align: right;
    margin-top: -7px;
  }
  .abouttext {
  font-size: 20px;
  }
  .aboutideatext {
  font-size: 20px;
  line-height: 40px;
  }
  .link-top3 {
  width: 86%;
  }
  .link-top4 {
  width: 86%;
  }
  .aboutexperience2-sm {
    margin-left: 20px;
  }
  .aboutme03 {
  margin-left: -30px;
  }
  .aboutme04 {
  margin-left: -30px;
  }
  .link-top2 {
  width: 86%;
  }
  .link-top {
  width: 86%;
  }
  .link-top5 {
  width: 53%;
  }
  .aboutme01 > img{
  height: 40px;
  }
  .aboutme02 > img{
  height: 40px;
  }
  .aboutme03 > img{
  height: 40px;
  }
  .aboutme04 > img{
  height: 40px;
  }
  .aboutexperience2-sm {
  font-size: 15px;
  }
  .aboutexperience2 {
  font-size: 20px;
  }
  .aboutexperience {
  font-size: 20px;
  }

  .works-left-t {
    margin: 0;
    font-size: 35px;
}
.slidetextpd03 {
    padding: 0 135px 0 0px;
    margin: 15px 45px;
  }
.slidetextpd01 > img {
  height: 45px;
  margin-right: 20px;
}
.slidetextpd02 {
  padding: 0 120px 0 15px;
  margin: 15px 30px;
}
.slidetextpd01 {
    margin:0;
    padding: 0 300px 0 15px;
}
#home-slider {
    height: 55vh;
    width: 65vw;
}
#home-slider2 {
    height: 55vh;
    width: 65vw;
}
#home-slider3 {
    height: 55vh;
    width: 65vw;
}
.wiper-image-inner a > img {
  width: 98.5%;
}
.swiper-image {
    height: 65%;
}
.swiper-image > h1 {
    font-size: 40px;
margin-top: 0%;
}
.swiper-image-inner:hover a > img {
  width: 98.5%;
}
.swiper-image > .utffont {
    font-size: 35px;
    margin: 0;
  }
  .work05 {
    margin-top: 260px;
    margin-left: 125px;
}
.work04 {
  width: 25px;
  margin-top: 260px;
}
.work-about01 {
    width: 35px;
  }
  .bgworks {
    background-size: 65%;
  }
  .work07 {
    margin-left: 75px;
  }
  .img03 {
    margin-left: -1rem;
}
@media screen and (min-height: 600px) and (max-height: 600px){
  .swiper-image {
      height: 95%;
  }
  .swiper-image > h1{
    font-size: 30px;
}
.swiper-image > .utffont {
    font-size: 30px;
}
}
.link-right {
    border-right: 1rem solid #C58C61;
  }
  .posfix2 {
    border-right: 1rem solid #C58C61;
  }
  .work05 {
    margin-left: 70px;
  }
.swiper-image-inner a > img {
    width: 98%;
}

.swiper-image-inner a > img {
    z-index: 1;
    transform: scale(1,1);
    transition: all .4s ease-out;
}
.swiper-image-inner a > img {
    border: #c58c61 7px solid;
    position: relative;
}
.work02 {
    width: 200px;
  }
  .link-right {
    height: 90px;
  }
  .sildeset {
    padding: 10px 0 10px 0;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .jqslide {
    width: 500px!important;
    left: 60%!important;
}
  @media screen and (min-height: 900px) and (max-height: 900px){
    .jqslide {
      left: 62%!important;
  }}
  @media screen and (min-height: 800px) and (max-height: 800px){
    .swiper-image > h1 {
      font-size: 35px;
      margin-top: 5%;
  }
  .swiper-image > .utffont {
    font-size: 35px;
    margin-top: 5%;
  }
    .jqslide {
        width: 500px!important;
        left: 62%!important;
    }}
}
@media screen and (min-width: 1101px) and (max-width: 1200px){
  .zindexabout07 {
      margin-top: 9%;
}
}
@media screen and (min-width: 1024px) and (max-width: 1200px){
@media screen and (min-height: 900px) and (max-height: 900px){
.jqslide {
    left: 60%!important;
}
.zindexabout07 {
  margin-top: 80px;
  height: 60px;
}
}
.about13{
width: 100%
}
.aboutexperience2 {
margin-left: 20px;
}
.aboutme05 {
  margin-left: -54px;
  padding: 0;
  text-align: right;
  margin-top: -7px;
}
.abouttext {
font-size: 20px;
}
.aboutideatext {
font-size: 20px;
line-height: 40px;
}
.link-top3 {
width: 86%;
}
.link-top4 {
width: 86%;
}
.aboutexperience2-sm {
  margin-left: 20px;
}
.aboutme03 {
margin-left: -30px;
}
.aboutme04 {
margin-left: -30px;
}
.link-top2 {
width: 86%;
}
.link-top {
width: 86%;
}
.link-top5 {
width: 53%;
}
.aboutme01 > img{
height: 40px;
}
.aboutme02 > img{
height: 40px;
}
.aboutme03 > img{
height: 40px;
}
.aboutme04 > img{
height: 40px;
}
.aboutideatext {
    font-size: 19px;
}
.aboutme05 {
    margin-left: -42px;
    margin-top: -6px;
}
.aboutexperience2-sm {
font-size: 15px;
}
.aboutexperience2 {
font-size: 20px;
}
.aboutexperience {
font-size: 20px;
}
}
@media screen and (min-width: 1024px) and (max-width: 1180px){
  .aboutideatext {
      font-size: 18px;
}
@media screen and (min-height: 1366px) and (max-height: 1366px){
  .zindexabout07 {
      margin-top: 100px;
      height: 40px;
  }
  .contactphone{
    margin-left: 50px;
  }
  .link-top5 {
    width: 42%;
}
.about06bg {
  width: 100%;
}
  .about14 {
    height: 68px;
}
.skillh3 {
    font-size: 32px;
  }
.abouttext {
    line-height: 30pt;
  }
.aboutideatext {
  padding-left: 0;
  font-size: 15px;
      margin-top: -20px;
  }}
}
@media screen and (min-height: 1360px) and (max-height: 1370px){
  .mt-08 {
      margin-top: 20%;
  }
  .zindeximg08 {
    width: 90%;
    margin-left: 2%;
    margin-top: -25%;
    margin-right: 2%;
}
.box{
  height: 200px;
}
.zindeximg07{
  margin-top: 60px;
}
.wavephone00{
  display: none;
}
.img10 {
    margin-left: 5%;
    width: 100%;
}
.wavephone{
  margin-top: 220px;
  display: block;
}
.img1011set{
  margin-top: 150px;
}
.box:hover img {
    margin-top: 60px;
  }}
@media screen and (min-width: 1024px) and (max-width: 1100px){
@media screen and (min-height: 900px) and (max-height: 900px){
.jqslide {
    left: 55%!important;
}}
@media screen and (min-height: 600px) and (max-height: 600px){
  .wave3{
    display: block;
    animation: dong3 10s infinite;
  }
  .img18{
    padding: 0;
    width: 100%;
  }
  .zindexabout07 {
    margin-top: 60px;
    height: 55px;
  }
  .skillh3 {
    font-size: 25px;
}
.img18 {
    margin-top: -300px;
    padding-top: 250px;
  }
.contactphone{
  margin-left: 40px;
}
.contact {
    font-size: 35px;
  }
.link-top5 {
    width: 43%;
}
.about16 {
    height: 51px;
}
  .abouttext {
    line-height: 30pt;
    font-size: 16px;
}
  .about14 {
    height: 65px;
    margin-left: -150px;
  }
  .aboutideatext {
    font-size: 18px;
}
  .zindexabout06 {
    padding: 0;
  }
  .about17{
display: none;
  }
.mt-08 {
    margin-top: 3%;
}}
}
@media screen and (min-width: 1281px) and (max-width: 1299px){
  .zindexabout07 {
    margin-top: 60px;
    height: 60px;
}
.about13{
  width: 100%
}
.aboutexperience2 {
  margin-left: 20px;
}
.aboutme05 {
    margin-left: -54px;
    padding: 0;
    text-align: right;
    margin-top: -7px;
}
.abouttext {
  font-size: 20px;
}
.link-top3 {
  width: 86%;
}
.link-top4 {
  width: 86%;
}
.aboutexperience2-sm {
    margin-left: 20px;
  }
.link-top2 {
  width: 86%;
}
.link-top {
  width: 86%;
}
.link-top5 {
  width: 53%;
}
.aboutme01 > img{
  height: 40px;
}
.aboutme02 > img{
  height: 40px;
}
.aboutme03 > img{
  height: 40px;
}
.aboutme04 > img{
  height: 40px;
}
.aboutexperience2-sm {
  font-size: 15px;
}
.aboutexperience2 {
  font-size: 20px;
}
.aboutexperience {
  font-size: 20px;
}
.aboutme04 {
    margin-left: -30px;
  }
  .aboutme03 {
    margin-left: -30px;
  }
.abouttext {
    font-size: 20px;
    line-height: 30pt;
}
.aboutideatext {
    font-size: 20px;
    line-height: 40px;
}
  .swiper-image > h1 {
    margin-top: 6%;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px){
@media screen and (min-height: 1024px) and (max-height: 1024px){
.phonesetabout02{
  margin-top: -100px!important;
}
.about01{
  margin-top: -400px;
}
  .about02 {
    padding: 30px 0;
  }}
  .aboutideatext{
    font-size: 25px;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 150px;
  }
  .wave3{
    display: block;
    animation: dong3 10s infinite;
  }
  .img18{
    padding: 0;
    width: 100%;
  }
  .abouttext {
    margin-bottom: 10%;
    padding: 0 90px;
    padding-right: 100;
    font-size: 20px;
}
.aboutme03 {
    margin-left: 10px;
  }
  .link-top {
    width: 75%;
  }
  .aboutexperience2-sm {
    margin-left: 10px;
  }
  .aboutexperience2 {
    margin-left: 10px;
  }

  .aboutme04 {
    margin-left: 20px;
  }
  .about17{
    display: none;
  }
  .contact{
    color: #CCCCCC;
  }
  .aboutme02 {
    margin-left: -40px;
  }
  .link-top2 {
    width: 80%;
  }
  .link-top3 {
    width: 80%;
  }
  .aboutme03 {
    margin-left: -20px;
}
.skillh3 {
    padding: 0 90px;
  }
  .about14{
    margin: 50px 0 50px -150px;
  }
  .zindexabout07{
    margin-top: 15%;
    height: 70px;
  }
  .about03{
    width: 90%;
  }
  .about05 {
    padding: 0;
    margin-top: 0px;
}
.about05 > img {
  padding-left: 50px;
}

.about10 {
    padding-top: 200px;
    padding-left: 0;
  }
.about12 > img {
    width: 50%;
}
.about11 > img {
    width: 40%;
}
.about01-2 > img {
    height: 100px;
}
.about0102set {
    margin: 60px 0;
}
  .img02 {
    margin-left: 450px;
    width: 40%;
}
.img12 {
    padding: 0;

}
.img1011set{
  margin-top: 10%;
}
.mt-08 {
    margin-top: 20%;
}
.zindeximg08 {
  width: 80%;
  margin-left: 9%;
  margin-top: -25%;
  margin-right: 9%;
}
.img09 {
    height: 25px;
}
  .works-left-t {
    margin: 0;
    font-size: 50px;
}
.slidetextpd03 {
    padding: 0 145px 0 0px;
    margin: 20px 45px;
}
.slidetextpd01 > img {
  height: 60px;
  margin-right: 20px;
}
.slidetextpd02 {
  padding: 0 120px 0 15px;
  margin: 15px 30px;
}
.slidetextpd01 {
    margin:0;
    padding: 0 300px 0 15px;
}
#home-slider {
  overflow: none;
    width: 95vw;
}
#home-slider2 {
  overflow: none;
    width: 95vw;
}
#home-slider3 {
  overflow: none;
    width: 95vw;
}
.swiper-image-inner a > img {
  width: 98.5%;
}
.swiper-image > h1 {
    font-size: 40px;
margin-top: 5%;
}
.swiper-image-inner:hover a > img {
  width: 98.5%;
}
.swiper-image > .utffont {
    font-size: 35px;
  }
  .work05 {
    margin-top: 260px;
    margin-left: 125px;
}
.work04 {
  width: 25px;
  margin-top: 260px;
}
.work-about01 {
    width: 35px;
  }
  .bgworks {
    background-size: 65%;
  }
  .work07 {
    margin-left: 252px;
    margin-top: 200px;
  }
  .img03 {
      margin-left: 10rem;
      margin-top: 17px;
  }
.link-right {
    border-right: 1rem solid #C58C61;
  }
  .posfix2 {
    border-right: 1rem solid #C58C61;
  }
  .work05 {
    margin-left: 250px;
    margin-top: 450px;
  }
.swiper-image-inner a > img {
    width: 98%;
}

.swiper-image-inner a > img {
    z-index: 1;
    transform: scale(1,1);
    transition: all .4s ease-out;
}
.swiper-image-inner a > img {
    border: #c58c61 7px solid;
    position: relative;
}
.work02 {
    width: 200px;
  }
  .link-right {
    height: 90px;
  }
  .sildeset {
    padding: 10px 0 10px 0;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .jqslide {
    width: 500px!important;
    left: 37%!important;
}
.page-wrap {
  padding-left: 15px;
  margin-top: -80px;
      width: 100%;
      height: 75vh;
  }
  .work02,.work-about01, .work04{
    display: none;
  }
  .swiper-container {
      height: 100%;
    }
    .swiper-slide{
      height: 400px;
    }
    .work01{
      display: none;
    }
    .bgworks{
background-image: none;
    }
    .workphone2{
      width: 90%;
      display:block;
    }
    .workphone{
      width: 100%;
      display:block;
      position: absolute;
    z-index: -1;
    }
    .swiper-pagination-bullets{
      top:400px;
    }
    .ovhid{
      overflow: hidden;
    }
    @media screen and (min-height: 768px) and (max-height: 768px){
      .page-wrap {
        margin-top: 0px;
        width: 100%;
        height: 90vh;}}
}
@media screen and (min-width: 768px) and (max-width: 768px){
  .img02 {
    margin-left: 110%;
    width: 80%;
}
.wave{
  display: none;
}
.box{
  margin-top: 0px;
}
.box:hover {
    height: 140px;
  }
  .openaboutset{
    margin-top: 30px;
  }
  .zindeximg07 {
    margin-top: 40px;
  }
.showabout{
  margin-top: 40px;
}
.wavephone{
  margin-top: 60px;
  display: block;
}
}
@media screen and (min-width: 720px) and (max-width: 767px){
  .aboutideatext{
    font-size: 29px;
      line-height: 40px;
  }
  .wave3{
    display: block;
    animation: dong3 10s infinite;
  }
  .img18{
    padding: 0;
    width: 100%;
  }
  .abouttext {
    margin-bottom: 10%;
    padding: 0 40px;
}
.aboutme03 {
    margin-left: 10px;
  }
  .link-top {
    width: 75%;
  }
  .aboutexperience2-sm {
    margin-left: 10px;
  }
  .aboutexperience2 {
    margin-left: 10px;
  }

  .aboutme04 {
    margin: 0;
    padding-left: 40px;
  }
  .about17{
    display: none;
  }
  .contact{
    color: #CCCCCC;
  }
  .link-top5 {
    margin-left: -40px;
    margin-top: 1px;
  }
  .aboutme02 {
    margin-left: -40px;
  }
  .aboutme01 {
    margin-left: 30px;
  }
  .link-top2 {
    width: 80%;
  }
  .link-top3 {
    width: 80%;
  }
  .aboutme03 {
    margin-left: -40px;
}
.skillh3 {
    padding: 0 40px;
  }
  .about14{
    margin: 50px 0 50px -150px;
  }
  .zindexabout07{
    height: 70px;
  }
  .about03{
    width: 90%;
  }
  .about05 {
    padding: 0;
    margin-top: 0px;
}
.about05 > img {
  padding-left: 50px;
}

.about10 {
    padding-top: 200px;
    padding-left: 0;
  }
.about12 > img {
    width: 50%;
}
.about11 > img {
    width: 40%;
}
.about01-2 > img {
    height: 100px;
}
.about0102set {
    margin: 60px 0;
}

  .img02 {
    margin-left: 110%;
    width: 80%;
}
.img12 {
    padding: 0;

}
.img1011set{
  margin-top: 10%;
}
.mt-08 {
    margin-top: 20%;
}
.zindeximg08 {
  width: 80%;
  margin-left: 9%;
  margin-top: -25%;
  margin-right: 9%;
}
.about08 > img{
  display: none;
}
.about09 {
  padding-top: 0px;
padding-left: 30px;
    height: 10px;
  }
.img09 {
    height: 25px;
}
  .img02 {
    margin-left: 90%;
    width: 200%;
}
.box:hover {
    height: 180px;
  }
.zindeximg08 {
    width: 95%;
    margin-left: 0;
    margin-top: -25%;
    margin-right: 0;
}
.box:hover:after, .box:focus:after {
    width: 90%;
  }
.zindeximg07{
  margin-top: 60px;
}
.mt-08 {
    margin-top: 30%;
}
.img09 {
    margin-top: 100px;
    height: 30px;
  }
  .img1011set{
    margin-top: 100px;
  }

.showabout{
  margin-top: 40px;
}
.wave{
  display: none;
}
.box{height: 150px;}
.wavephone{
  margin-top: 130px;
  display: block;
}
  .works-left-t {
    margin: 0;
    font-size: 50px;
}
.slidetextpd01 > img {
  height: 60px;
  margin-right: 20px;
}
.slidetextpd02 {
  padding: 0 120px 0 15px;
  margin: 15px 30px;
}
.slidetextpd01 {
    margin:0;
    padding: 0 300px 0 15px;
}
#home-slider {
  overflow: none;
height: 500px;
    width: 95vw;
}
#home-slider2 {
  overflow: none;
height: 500px;
    width: 95vw;
}
#home-slider3 {
  overflow: none;
height: 500px;
    width: 95vw;
}
.swiper-image-inner a > img {
  width: 98.5%;
}
.swiper-image {
    height: 55%;
}
.swiper-image > h1 {
    font-size: 40px;
margin-top: 5%;
}
.swiper-image-inner:hover a > img {
  width: 98.5%;
}
.swiper-image > .utffont {
    font-size: 35px;
  }
  .work05 {
    margin-top: 260px;
    margin-left: 125px;
}
.work04 {
  width: 25px;
  margin-top: 260px;
}
.work-about01 {
    width: 35px;
  }
  .bgworks {
    background-size: 65%;
  }
  .work07 {
    margin-left: 252px;
    margin-top: 200px;
  }
  .img03 {
      margin-left: 10rem;
      margin-top: 17px;
  }
.link-right {
    border-right: 1rem solid #C58C61;
  }
  .posfix2 {
    border-right: 1rem solid #C58C61;
  }
  .work05 {
    margin-left: 250px;
    margin-top: 450px;
  }
.swiper-image-inner a > img {
    width: 98%;
}

.swiper-image-inner a > img {
    z-index: 1;
    transform: scale(1,1);
    transition: all .4s ease-out;
}
.swiper-image-inner a > img {
    border: #c58c61 7px solid;
    position: relative;
}
.work02 {
    width: 200px;
  }
  .link-right {
    height: 90px;
  }
  .sildeset {
    padding: 10px 0 10px 0;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .jqslide {
    width: 500px!important;
    left: 37%!important;
}
.page-wrap {
  padding-left: 15px;
  margin-top: -80px;
      width: 100%;
      height: 75vh;
  }
  .work02,.work-about01, .work04{
    display: none;
  }
  .swiper-container {
      height: 100%;
    }
    .swiper-slide{
      height: 400px;
    }
    .work01{
      display: none;
    }
    .bgworks{
background-image: none;
    }
    .workphone2{
      width: 105%;
      display:block;
    }
    .workphone{
      width: 100%;
      display:block;
      position: absolute;
    z-index: -1;
    }
    .swiper-pagination-bullets{
      top:400px;
    }
    .ovhid{
      overflow: hidden;
    }
}
#slidephone{
  display: none;
}
@media screen and (min-width: 480px) and (max-width: 719px){
  .aboutideatext{
    font-size: 20px;
        line-height: 40px;
  }
  .wave3{
    display: block;
    animation: dong3 10s infinite;
  }
  .about09 {
    height: 10px;
    padding-top: 0;
  }
  .about10{
    display: none;
  }
  .img18{
    padding: 0;
    width: 100%;
  }
  .abouttext {
    margin-bottom: 10%;
    padding: 0;
    font-size: 20px;
}
.aboutme03 {
    margin-left: 10px;
  }
  .link-top {
    width: 75%;
  }
  .aboutexperience2-sm {
    font-size: 18px;
    margin-left: 30px;
  }
  .aboutexperience2 {
    margin-left: 10px;
  }
  .about16 {
    height: 40px;
}
  .aboutexperience3 {
      font-size: 20px;
    }
  .aboutme04 {
    margin: 0;
    padding-left: 40px;
  }
  .about17{
    display: none;
  }
  .contact{
    color: #CCCCCC;
  }
  .link-top5 {
    margin-left: -40px;
  }
  .contact3 {
    font-size: 17px;
}
  .aboutme02 {
    margin-left: -30px;
  }
  .aboutme01 {
    margin-left: 30px;
  }
  .link-top2 {
    width: 85%;
  }
  .link-top3 {
    width: 80%;
  }
  .aboutme03 {
    margin-left: -20px;
}
.skillh3 {
    padding: 0 ;
  }
  .aboutme01 > img{
    height: 40px;
  }
  .aboutme02 > img{
    height: 40px;
  }
  .aboutme03 > img{
    height: 40px;
  }
  .aboutme04 > img{
    height: 40px;
  }
  .aboutexperience {
    margin-left: 30px;
    font-size: 20px;
  }
  .aboutexperience2 {
    margin-left: 30px;
    font-size: 20px;
}
  .about14{
    margin: 50px 0 50px -180px;
  }
  .about03{
    width: 90%;
    margin: 100px 0 0 0;
  }
  .about05 {
    padding: 0;
    margin-top: 0px;
}
.about05 > img {
  padding-left: 50px;
}
.zindexabout07 {
    height: 60px;
}

.about10 {
    padding-top: 200px;
    padding-left: 0;
  }
.about12 > img {
    width: 30%;
}
.about11 > img {
    width: 20%;
}
.aboutphone13to{
    padding: 0 30px 0 50px;
}
.aboutphone13to2{
    padding: 0;
}
.about13phone{
  padding: 0;
}
.about01-2 > img {
    height: 150px;
}
.about13{
  width: 100%;
}
.about0102set {
    margin: 0 0 -70px 0;
}

  .img02 {
    margin-left: 110%;
    width: 80%;
}
.img12 {
    padding: 0;

}
.img1011set{
  margin-top: 10%;
}
.mt-08 {
    margin-top: 20%;
}
.zindeximg08 {
  width: 80%;
  margin-left: 9%;
  margin-top: -25%;
  margin-right: 9%;
}
.img09 {
    height: 25px;
}
  #slidephone{
    display: block;
  }
  .wavephone{
    margin-top: 50px;
    display: block;
  }
  .wavephone00{
    display: none;
  }
  .openaboutset{
    padding: 0;
  }
  .img02{
    display: none;
  }
  .img06{
    display: none;
  }
  .phoneset{
    margin-top: 100px!important;
  }
  .aboutsetzindex {
    margin-left: 30px;
  }
  .phonesetabout02{
  margin-top: -100px!important;
}
  .about01{
    margin-top: -300px;
  }
  .zindexabout06 {
    padding: 0;
    width: 100%;
  }
  .about04set {
    margin: 0;
}
  .showabout{
    margin-top: 30px;
  }
  .zindeximg07 {
    margin-top: 14px;
    padding-left: 20px;
    padding-right: 10px;
  }
  .zindeximg08 {
    width: 80%;
    z-index: 1;
    margin-left: 11%;
    margin-right: 8%;
}
  .slidetextpd03 {
    padding: 0 145px 0 0px;
    margin: 20px 45px;
}
.phoneset2{
  padding-right: 10px;
    padding-left: 20px;
}
.box:hover img {
    margin-left: 15px;
    margin-top: 14px;
}

.img09{
  display: none;
}
.img1011set{
  margin-top: 100px
}
  #slide{
    display: none;
  }
  .works-left-t {
    margin: 0;
    font-size: 47px;
}
.slidetextpd01 > img {
  height: 60px;
  margin-right: 20px;
}
.slidetextpd02 {
  padding: 0 120px 0 15px;
  margin: 15px 30px;
}
.slidetextpd01 {
    margin:0;
    padding: 0 300px 0 15px;
}
#home-slider {
  overflow: none;
    width: 95vw;
}
#home-slider2 {
  overflow: none;
    width: 95vw;
}
#home-slider3 {
  overflow: none;
    width: 95vw;
}
.swiper-image-inner a > img {
  width: 98.5%;
}
.swiper-image {
    height: 50%;
}
.swiper-image > h1 {
    font-size: 35px;
margin-top: 5%;
}
.swiper-image-inner:hover a > img {
  width: 98.5%;
}
.swiper-image > .utffont {
    font-size: 30px;
  }
  .work05 {
    margin-top: 260px;
    margin-left: 125px;
}
.work04 {
  width: 25px;
  margin-top: 260px;
}
.work-about01 {
    width: 35px;
  }
  .bgworks {
    background-size: 65%;
  }
  .work07 {
    margin-left: 252px;
    margin-top: 200px;
  }
  .img03 {
      right: 50px;
      margin-top: 17px;
  }
.link-right {
    border-right: 1rem solid #C58C61;
  }
  .posfix2 {
    border-right: 1rem solid #C58C61;
  }
  .work05 {
    margin-left: 250px;
    margin-top: 450px;
  }
.swiper-image-inner a > img {
    width: 98%;
}

.swiper-image-inner a > img {
    z-index: 1;
    transform: scale(1,1);
    transition: all .4s ease-out;
}
.swiper-image-inner a > img {
    border: #c58c61 5px solid;
    position: relative;
}
.work02 {
    width: 200px;
  }
  .link-right {
    height: 90px;
  }
  .sildeset {
    padding: 10px 0 10px 0;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .jqslide {
    height: 100%;
    width: 320px!important;
    left: 37%!important;
}
.page-wrap {
  padding-left: 15px;
  margin-top: -80px;
      width: 100%;
      height: 75vh;
  }
  .work02,.work-about01, .work04{
    display: none;
  }
  .swiper-container {
      height: 100%;
    }
    .swiper-slide{
      height: 400px;
    }
    .work01{
      display: none;
    }
    .bgworks{
background-image: none;
    }
    .workphone2{
      width: 105%;
      display:block;
    }
    .workphone{
      width: 100%;
      display:block;
      position: absolute;
    z-index: -1;
    }
    .swiper-pagination-bullets{
      top:400px;
    }
    .ovhid{
      overflow: hidden;
    }
.dflex{
  display: block;
}
.water-dis {
    padding-right: 0;
    padding-left: 40%;
    display: inline-flex;
}
.mt-5p {
    margin-top: 10px;
}
h4 {
    font-size: 2rem;
    font-weight: 400;
}
.slidetextpd{
  margin: 30px 0;
}
.ovhid {
    margin-top: 30px;
}
}
@media screen and (min-width: 360px) and (max-width: 479px){
  .wave3{
    display: block;
    animation: dong3 10s infinite;
  }
  .about09 {
    height: 10px;
    padding-top: 0;
  }
  .about10{
    display: none;
  }
  .img18{
    padding: 0;
    width: 100%;
  }
  .abouttext {
    margin-bottom: 10%;
    padding: 0;
    font-size: 16.5px;
    line-height: 30pt;
  }
  .aboutme03 {
    margin-left: 10px;
  }
  .link-top {
    width: 75%;
  }
  .aboutexperience2-sm {
  font-size: 14px;
    margin-left: 30px;
  }
  .aboutexperience2 {
    margin-left: 10px;
  }
  .about16 {
    height: 35px;
  }
  .aboutexperience3 {
      font-size: 16px;
    }
  .aboutme04 {
    margin: 0;
    padding-left: 40px;
  }
  .about17{
    display: none;
  }
  .contactphone{
    padding: 0;
  }
  .contact2 {
      font-size: 20px;
    }
  .contact{
    font-size: 30px;
    color: #CCCCCC;
  }
  .link-top5 {
    margin-left: -34px;
  }
  .contact3 {
    padding: 20px 0;
    font-size: 13px;
  }
  .aboutme02 {
    margin-left: -30px;
  }
  .aboutme01 {
    margin-left: 30px;
  }
  .link-top2 {
    width: 85%;
  }
  .link-top3 {
    width: 80%;
  }
  .aboutme03 {
    margin-left: -20px;
  }
  .skillh3 {
    font-size: 25px;
    padding: 0 ;
  }
  .aboutme01 > img{
    height: 35px;
  }
  .aboutme02 > img{
    height: 35px;
  }
  .aboutme03 > img{
    height: 35px;
  }
  .aboutme04 > img{
    height: 35px;
  }
  .aboutexperience {
    margin-left: 30px;
    font-size: 16px;
  }
  .aboutexperience2 {
    margin-left: 30px;
    font-size: 16px;
  }
  .about14{
    margin: 30px 0 50px -135px;
    height: 60px;
  }
  .about03 {
      width: 70%;
      margin: 50px 0 100px 0px;
  }
  .about05 {
    padding: 0;
    margin-top: 0px;
  }
  .about05 > img {
  padding-left: 50px;
  }
  .about08 > img{
    display: none;
  }
  .about10 {
    padding-top: 200px;
    padding-left: 0;
  }
  .about12 > img {
    width: 40%;
  }
  .about11 > img {
    width: 20%;
  }
  .aboutphone13to{
    padding: 0 30px 0 50px;
  }
  .aboutphone13to2{
    padding: 0;
  }
  .about13phone{
  padding: 0;
  }
  .about01-2 > img {
    height: 150px;
    width: 1%;
  }
  .aboutideaheight{
    height: 520px;
  }
  .about13{
  width: 100%;
  }
  .about0102set {
    margin: 0 0 -70px 0;
  }

  .img02 {
    margin-left: 110%;
    width: 80%;
  }
  .img12 {
    padding: 0;

  }
  .img1011set{
  margin-top: 10%;
  }
  .mt-08 {
    margin-top: 20%;
  }
  .zindeximg08 {
  width: 80%;
  margin-left: 9%;
  margin-top: -25%;
  margin-right: 9%;
  }
  .img09 {
    height: 25px;
  }
  #slidephone{
    display: block;
  }
  .wavephone{
    margin-top: 50px;
    display: block;
  }
  .wavephone00{
    display: none;
  }
  .openaboutset{
    height: 80px;
    padding: 0;
  }
  .box:hover{
    height: 80px;
  }
  .img02{
    display: none;
  }
  .img06{
    display: none;
  }
  .phoneset{
    margin-top: 100px!important;
  }
  .aboutsetzindex {
    margin-left: 30px;
  }
  .phonesetabout02{
  margin-top: -100px!important;
  }
  .about01{
    margin-top: -320px;
    width: 1%;
  }
  .about02 {
      height: 35px;
      padding: 10px 0;
  }
  .about-02set{
    height: 35px;
      padding: 10px 0;
  }
  .about08{
    display: none;
  }

  .zindexabout06 {
      left: -11%;
      padding: 0;
      width: 130%;
      overflow: hidden;
  }
  .about04set {
    width: 10px;
    margin-top: -60%;
    }
  .showabout{
    margin-top: 30px;
  }
  .zindeximg07 {
    margin-top: 14px;
    padding-left: 20px;
    padding-right: 10px;
  }
  .zindeximg08 {
    width: 80%;
    z-index: 1;
    margin-left: 11%;
    margin-right: 8%;
  }
  .slidetextpd03 {
    padding: 0 145px 0 0px;
    margin: 20px 45px;
  }
  .phoneset2{
  padding-right: 10px;
    padding-left: 20px;
  }
  .box:hover img {
    margin-left: 15px;
    margin-top: 14px;
  }

  .img09{
  display: none;
  }
  .img1011set{
  margin-top: 100px
  }
  #slide{
    display: none;
  }
  .box:hover img {
      margin-left: 15px;
      margin-top: 20px;
  }
  .phoneset2{
    padding-right: 10px;
      padding-left: 20px;
  }
  .img09{
    display: none;
  }
  .wavephone{
    margin-top: 10px;
    display: block;
  }
  .img1011set{
  margin-top: 80px;
  }
  .wavephone00{
    display: none;
  }
  .zindeximg01-1 > img{
    width: 60px;
  }
  .openaboutset{
    padding: 0;
  }
  .img02{
    display: none;
  }
  .img06{
    display: none;
  }
  .phoneset{
    margin-top: 100px!important;
  }
  .showabout{
        margin-top: 30px;
  }
  .zindeximg07 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
  }
  .zindeximg08 {
    width: 80%;
    z-index: 1;
    margin-left: 11%;
    margin-right: 8%;
}
  .slidetextpd03 {
    padding: 0 145px 0 0px;
    margin: 20px 45px;
}
  #slide{
    display: none;
  }
  .works-left-t {
    margin: 0;
    font-size: 34px;
}
.slidetextpd01 > img {
  height: 45px;
  margin-right: 20px;
}
.slidetextpd02 {
  padding: 0 120px 0 15px;
  margin: 15px 30px;
}
.slidetextpd01 {
    margin:0;
    padding: 0 300px 0 15px;
}
#home-slider {
  overflow: none;
height: 250px;
    width: 95vw;
}
#home-slider2 {
  overflow: none;
height: 250px;
    width: 95vw;
}
#home-slider3 {
  overflow: none;
height: 250px;
    width: 95vw;
}
.swiper-image-inner a > img {
  width: 98.5%;
}
.swiper-image {
    height: 50%;
}
.swiper-image > h1 {
    font-size: 25px;
margin-top: 9%;
}
.swiper-image-inner:hover a > img {
  width: 98%;
}
.swiper-image > .utffont {
    font-size: 25px;
  }
  .work05 {
    margin-top: 260px;
    margin-left: 125px;
}
.work04 {
  width: 25px;
  margin-top: 260px;
}
.work-about01 {
    width: 35px;
  }
  .bgworks {
    background-size: 65%;
  }
  .work07 {
    margin-left: 252px;
    margin-top: 200px;
  }
  .img03 {
      padding: 15px 0 0 0;
      width: 50px;
      height: 50px;
      font-size: 20px;
      margin-left: 3.5rem;
    }
    .img03-silde{
      padding: 15px 0 0 0;
      width: 50px;
      height: 50px;
      font-size: 20px;
    }
.link-right {
    border-right: 0.9rem solid #C58C61;
  }
  .posfix2 {
    border-right: 1rem solid #C58C61;
  }
  .work05 {
    margin-left: 250px;
    margin-top: 450px;
  }
.swiper-image-inner a > img {
    width: 98%;
}

.swiper-image-inner a > img {
    z-index: 1;
    transform: scale(1,1);
    transition: all .4s ease-out;
}
.swiper-image-inner a > img {
    border: #c58c61 3.5px solid;
    position: relative;
}
.work02 {
    width: 200px;
  }
  .link-right {
    height: 90px;
  }
  .sildeset {
    padding: 10px 0 10px 0;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .jqslide {
    height: 100%;
    width: 250px!important;
    left: 37%!important;
}
.page-wrap {
  padding-left: 15px;
  margin-top: -80px;
      width: 100%;
      height: 75vh;
  }
  .work02,.work-about01, .work04{
    display: none;
  }
  .swiper-container {
      height: 100%;
    }
    .swiper-slide{
      height: 400px;
    }
    .work01{
      display: none;
    }
    .bgworks{
background-image: none;
    }
    .workphone2{
      width: 105%;
      display:block;
    }
    .workphone{
      width: 100%;
      display:block;
      position: absolute;
    z-index: -1;
    }
    .swiper-pagination-bullets{
      top:400px;
    }
    .ovhid{
      overflow: hidden;
    }
.dflex{
  display: block;
}
.water-dis {
    margin-top: 7px;
    padding-right: 0;
    padding-left: 37%;
    display: inline-flex;
}
.mt-5p {
    margin-top: 10px;
}
h4 {
  font-size: 1.7rem;
  font-weight: 300;
}
.slidetextpd{
  margin: 30px 0;
}
.ovhid {
    margin-top: 30px;
}
.mt-5p > img{
  height: 40px;
}
.mt-5p{
margin-top: 5px;
}
}

@media (max-width: 360px) {
.works-left-t {
    font-size: 33px;
}
.wavephone {
    margin-top: 60px;
    display: block;
}
.showabout {
     margin-top: 0;
}
}
@media screen and (min-width: 280px) and (max-width: 359px){
  #slidephone{
    display: block;
  }
  #slide{
    display: none;
  }
  .box:hover img {
      margin-left: 15px;
      margin-top: 20px;
  }
  .phoneset2{
    padding-right: 10px;
      padding-left: 20px;
  }
  .img09{
    display: none;
  }
  .wavephone{
    margin-top: 10px;
    display: block;
  }
  .img1011set{
  margin-top: 80px;
  }
  .wavephone00{
    display: none;
  }
  .zindeximg01-1 > img{
    width: 40px;
  }
  .openaboutset{
    padding: 0;
  }
  .img02{
    display: none;
  }
  .img06{
    display: none;
  }
  .phoneset{
    margin-top: 50px!important;
  }
  .showabout{
        margin-top: 30px;
  }
  .zindeximg07 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
  }
  .zindeximg08 {
    width: 80%;
    z-index: 1;
    margin-left: 11%;
    margin-right: 8%;
}
  .works-left-t {
    margin: 0;
    font-size: 33px;
}
.slidetextpd01 > img {
  height: 45px;
  margin-right: 10px;
}
.slidetextpd02 {
padding: 0 120px 0 5px;
  margin: 15px 30px;
}
.slidetextpd01 {
    margin:0;
    padding: 0 300px 0 15px;
}
.slidetextpd03 {
    padding: 0 155px 0 0px;
    margin: 15px 35px;
}
#home-slider {
  overflow: none;
height: 200px;
    width: 95vw;
}
#home-slider2 {
  overflow: none;
height: 200px;
    width: 95vw;
}
#home-slider3 {
  overflow: none;
height: 200px;
    width: 95vw;
}
.swiper-image-inner a > img {
  width: 98.5%;
}
.swiper-image {
    height: 50%;
}
.swiper-image > h1 {
    font-size: 22px;
margin-top: 9%;
}
.swiper-image-inner:hover a > img {
  width: 98%;
}
.swiper-image > .utffont {
    font-size: 22px;
  }
  .work05 {
    margin-top: 260px;
    margin-left: 125px;
}
.work04 {
  width: 25px;
  margin-top: 260px;
}
.work-about01 {
    width: 35px;
  }
  .bgworks {
    background-size: 65%;
  }
  .work07 {
    margin-left: 252px;
    margin-top: 200px;
  }
  .img03 {
      padding: 15px 0 0 0;
      width: 50px;
      height: 50px;
      font-size: 20px;
      margin-left: 2.2rem;
    }
    .img03-silde{
      padding: 15px 0 0 0;
      width: 50px;
      height: 50px;
      font-size: 20px;
    }
.link-right {
    border-right: 0.7rem solid #C58C61;
  }
  .posfix2 {
    border-right: 1rem solid #C58C61;
  }
  .work05 {
    margin-left: 250px;
    margin-top: 450px;
  }
.swiper-image-inner a > img {
    width: 98%;
}

.swiper-image-inner a > img {
    z-index: 1;
    transform: scale(1,1);
    transition: all .4s ease-out;
}
.swiper-image-inner a > img {
    border: #c58c61 3.5px solid;
    position: relative;
}
.work02 {
    width: 200px;
  }
  .link-right {
    height: 90px;
  }
  .sildeset {
    padding: 10px 0 10px 0;
}
.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .jqslide {
    height: 100%;
    width: 212px!important;
    left: 37%!important;
}
.page-wrap {
  padding-left: 15px;
  margin-top: -80px;
      width: 100%;
      height: 75vh;
  }
  .work02,.work-about01, .work04{
    display: none;
  }
  .swiper-container {
      height: 100%;
    }
    .swiper-slide{
      height: 400px;
    }
    .work01{
      display: none;
    }
    .bgworks{
background-image: none;
    }
    .workphone2{
      width: 105%;
      display:block;
    }
    .workphone{
      width: 100%;
      display:block;
      position: absolute;
    z-index: -1;
    }
    .swiper-pagination-bullets{
      top:140px;
      right: 0px!important;
    }
    .ovhid{
      overflow: hidden;
    }
.dflex{
  display: block;
}
.water-dis {
    margin-top: 7px;
    padding-right: 0;
    padding-left: 27%;
    display: inline-flex;
}
.mt-5p {
    margin-top: 10px;
}
h4 {
  font-size: 1.3rem;
  font-weight: 300;
}
.slidetextpd{
  margin: 30px 0;
}
.ovhid {
    margin-top: 30px;
}
.mt-5p > img{
  height: 40px;
}
.mt-5p{
margin-top: 5px;
}
.slidetext {
    border-bottom-width: 2px;
}
@media screen and (min-height: 534px) and (max-height: 567px){
  .img1011set {
      margin-top: 40px;
  }
}
}
@media screen and (min-width: 411px) and (max-width: 413px){
.link-top5 {
    margin-left: -37px;
}
.zindexabout07 {
    height: 50px;
  }
.aboutideatext {
    font-size: 18px;
  }
.jqslide {
    width: 270px!important;
  }
.wavephone {
    margin-top: 60px;
    display: block;
}
#home-slider {
    height: 260px;
}
#home-slider2 {
    height: 260px;
}
#home-slider3 {
    height: 260px;
}
  @media screen and (min-height: 810px) and (max-height: 825px){
.wavephone {
    margin-top: 150px;
  }}
}
@media screen and (min-width: 375px) and (max-width: 375px){
  @media screen and (min-height: 810px) and (max-height: 815px){
    .wavephone {
    margin-top: 170px;
}}
.aboutideatext{
  font-size: 16px;
      line-height: 32px;
}
.wave3{
  display: block;
  animation: dong3 10s infinite;
}
.about09 {
  height: 10px;
  padding-top: 0;
}
.about10{
  display: none;
}
.img18{
  padding: 0;
  width: 100%;
}
.abouttext {
  margin-bottom: 10%;
  padding: 0;
  font-size: 16.5px;
  line-height: 30pt;
}
.aboutme03 {
  margin-left: 10px;
}
.link-top {
  width: 75%;
}
.aboutexperience2-sm {
font-size: 14px;
  margin-left: 30px;
}
.aboutexperience2 {
  margin-left: 10px;
}
.about16 {
  height: 35px;
}
.aboutexperience3 {
    font-size: 16px;
  }
.aboutme04 {
  margin: 0;
  padding-left: 40px;
}
.about17{
  display: none;
}
.contactphone{
  padding: 0;
}
.contact2 {
    font-size: 20px;
  }
.contact{
  font-size: 30px;
  color: #CCCCCC;
}
.link-top5 {
  margin-left: -34px;
}
.contact3 {
  padding: 20px 0;
  font-size: 13px;
}
.aboutme02 {
  margin-left: -30px;
}
.aboutme01 {
  margin-left: 30px;
}
.link-top2 {
  width: 85%;
}
.link-top3 {
  width: 80%;
}
.aboutme03 {
  margin-left: -20px;
}
.skillh3 {
  font-size: 25px;
  padding: 0 ;
}
.aboutme01 > img{
  height: 35px;
}
.aboutme02 > img{
  height: 35px;
}
.aboutme03 > img{
  height: 35px;
}
.aboutme04 > img{
  height: 35px;
}
.aboutexperience {
  margin-left: 30px;
  font-size: 16px;
}
.aboutexperience2 {
  margin-left: 30px;
  font-size: 16px;
}
.about14{
  margin: 30px 0 50px -135px;
  height: 60px;
}
.about03 {
    width: 70%;
    margin: 50px 0 100px 0px;
}
.about05 {
  padding: 0;
  margin-top: 0px;
}
.about05 > img {
padding-left: 50px;
}
.about08 > img{
  display: none;
}
.about10 {
  padding-top: 200px;
  padding-left: 0;
}
.about12 > img {
  width: 30%;
}
.about11 > img {
  width: 20%;
}
.aboutphone13to{
  padding: 0 30px 0 50px;
}
.aboutphone13to2{
  padding: 0;
}
.about13phone{
padding: 0;
}
.about01-2 > img {
  height: 150px;
  width: 1%;
}
.aboutideaheight{
  height: 520px;
}
.about13{
width: 100%;
}
.about0102set {
  margin: 0 0 -70px 0;
}

.img02 {
  margin-left: 110%;
  width: 80%;
}
.img12 {
  padding: 0;

}
.img1011set{
margin-top: 10%;
}
.mt-08 {
  margin-top: 20%;
}
.zindeximg08 {
width: 80%;
margin-left: 9%;
margin-top: -25%;
margin-right: 9%;
}
.img09 {
  height: 25px;
}
#slidephone{
  display: block;
}
.wavephone{
  margin-top: 50px;
  display: block;
}
@media screen and (min-height: 812px) and (max-height: 812px){
.wavephone {
    margin-top: 195px;
}}
.wavephone00{
  display: none;
}
.openaboutset{
  height: 80px;
  padding: 0;
}
.box:hover{
  height: 80px;
}
.img02{
  display: none;
}
.img06{
  display: none;
}
.phoneset{
  margin-top: 70px!important;
}
.aboutsetzindex {
  margin-left: 30px;
}
.phonesetabout02{
margin-top: -100px!important;
}
.about01{
  margin-top: -320px;
  width: 1%;
}
.about02 {
    height: 35px;
    padding: 10px 0;
}
.about-02set{
  height: 35px;
    padding: 10px 0;
}
.about08{
  display: none;
}

.zindexabout06 {
    left: -11%;
    padding: 0;
    width: 130%;
    overflow: hidden;
}
.about04set {
  width: 10px;
  margin-top: -60%;
  }
.showabout{
  margin-top: 30px;
}
.zindeximg07 {
  margin-top: 14px;
  padding-left: 20px;
  padding-right: 10px;
}
.zindeximg08 {
  width: 80%;
  z-index: 1;
  margin-left: 11%;
  margin-right: 8%;
}
.slidetextpd03 {
  padding: 0 145px 0 0px;
  margin: 20px 45px;
}
.phoneset2{
padding-right: 10px;
  padding-left: 20px;
}
.box:hover img {
  margin-left: 15px;
  margin-top: 14px;
}

.img09{
display: none;
}
.img1011set{
margin-top: 100px
}
#slide{
  display: none;
}
}
@media screen and (min-width: 414px) and (max-width: 420px){
.jqslide {
    left: 43%!important;
}
.wavephone {
    margin-top: 60px;
}
@media screen and (min-height: 736px) and (max-height: 736px){
.wavephone {
    margin-top: 70px;
}
.link-top5 {
    margin-left: -37px;
}
.aboutideatext {
    font-size: 18px;
}}
}
@media screen and (min-width: 540px) and (max-width: 560px){
  .jqslide2 {
    height: 100%;
    left: 1950px!important;
  }
.zindeximg01 {
    width: 80%;
  }
  .phoneset {
    margin-top: 110px!important;
}
.wavephone {
    margin-top: 10px;
    display: block;
}
.jqslide {
    left: 43%!important;
}
@media screen and (min-height: 720px) and (max-height: 720px){
  .aboutideatext {
      font-size: 20px;
    }
    .about06bg {
      width: 100%;
    }
  .link-top5 {
    margin-left: -45px;
}
  .phoneset {
      margin-top: 50px!important;
  }}
}
@media screen and (min-width: 1200px) and (max-width: 1300px){
@media screen and (min-height: 600px) and (max-height: 768px){
  .jqslide {
  width: 500px!important;
  left: 61%!important;
  }
}
}
@media screen and (min-width: 1100px) and (max-width: 1200px){
@media screen and (min-height: 600px) and (max-height: 768px){
  .jqslide {
      width: 500px!important;
      left: 60%!important;
  }
}
}
@media screen and (min-width: 1000px) and (max-width: 1099px){
@media screen and (min-height: 600px) and (max-height: 768px){
  .jqslide {
      width: 500px!important;
      left: 54%!important;
  }
}
}
@media screen and (min-width: 1101px) and (max-width: 1180px){
@media screen and (min-height: 800px) and (max-height: 800px){
.jqslide {
    width: 500px!important;
    left: 59%!important;
}
}
}
@media screen and (min-width: 1025px) and (max-width: 1100px){
@media screen and (min-height: 800px) and (max-height: 800px){
.jqslide {
    width: 500px!important;
    left: 54%!important;
}
}
.zindexabout07 {
  margin-top: 80px;
  height: 45px;
}
.about13{
width: 100%
}
.aboutexperience2 {
margin-left: 20px;
}
.aboutme05 {
  margin-left: -54px;
  padding: 0;
  text-align: right;
  margin-top: -7px;
}
.abouttext {
font-size: 20px;
}
.aboutideatext {
  font-size: 15px;
  line-height: 32px;
      margin-bottom: 10%;
}
.link-top3 {
width: 86%;
}
.link-top4 {
width: 86%;
}
.aboutexperience2-sm {
  margin-left: 20px;
}
.aboutme03 {
margin-left: -30px;
}
.aboutme04 {
margin-left: -30px;
}
.link-top2 {
width: 86%;
}
.link-top {
width: 86%;
}
.link-top5 {
width: 53%;
}
.aboutme01 > img{
height: 40px;
}
.aboutme02 > img{
height: 40px;
}
.aboutme03 > img{
height: 40px;
}
.aboutme04 > img{
height: 40px;
}
.aboutexperience2-sm {
font-size: 15px;
}
.aboutexperience2 {
font-size: 20px;
}
.aboutexperience {
font-size: 20px;
}
}


@media screen and (min-width: 280px) and (max-width: 280px){
  .zindeximg01-1 > img{
    height: 4px;
  }
  .wavephone {
      margin-top: 130px;
    }
    .jqslide {
    left: 30%!important;
}
.jqslide2 {
  height: 100%;
  left: 1950px!important;
}
@media screen and (min-height: 653px) and (max-height: 653px){
.contact3 {
  font-size: 12px;
}
.about02 {
  height: 35px;
    padding: 10px 0;
}
.about-02set{
  height: 35px;
    padding: 10px 0;
}
.aboutideatext{
  font-size: 14px;
      line-height: 32px;
}
.wave3{
  display: block;
  animation: dong3 10s infinite;
}
.about09 {
  height: 10px;
  padding-top: 0;
}

.about10{
  display: none;
}
.img18{
  padding: 0;
  width: 100%;
}
.abouttext {
  margin-bottom: 10%;
  padding: 0;
  font-size: 16.5px;
  line-height: 30pt;
}
.aboutme03 {
  margin-left: 10px;
}
.link-top {
  width: 75%;
}
.aboutexperience2-sm {
font-size: 12px;
  margin-left: 10px;
}
.aboutexperience2 {
  margin-left: 10px;
}
.about04set {
    margin-top: 0%;
    width: 10px;
}
.zindexabout06 {
    margin-left: -100px!important;
    width: 180%;
}

.about16 {
  height: 20px;
}
.link-top4 {
    margin-left: -15px;
    width: 71%;
}
.link-top {
    margin-left: -15px;
    width: 71%;
}
.aboutme04{
  margin-top: 10px;
}
.aboutme05{
  margin-top: 10px;
}
.aboutexperience3 {
    font-size: 13px;
  }
.aboutme04 {
  margin: 0;
  margin-top: 10px;
  padding-left: 40px;
}
.about17{
  display: none;
}
.contactphone{
  padding: 0;
}
.contact2 {
    font-size: 17px;
  }
.contact{
  font-size: 30px;
  color: #CCCCCC;
}
.about01 {
    margin-top: -100px;
  }
.link-top5 {
  margin-left: -34px;
}
.contact3 {
  word-wrap:break-word;
  padding: 20px 0;
  font-size: 13px;
}
.aboutme02 {
  margin-left: -30px;
}
.aboutme01 {
  margin-left: 30px;
}
.link-top2 {
  width: 85%;
}
.link-top3 {
  width: 80%;
}
.aboutme03 {
  margin-left: -20px;
}
.skillh3 {
  font-size: 25px;
  padding: 0 ;
}
.aboutme01 > img{
  height: 25px;
}
.aboutme02 > img{
  height: 25px;
}
.aboutme03 > img{
  height: 25px;
}
.aboutme04 > img{
  height: 25px;
}
.aboutexperience {
  margin-left: 10px;
  font-size: 13px;
}
.aboutexperience2 {
  margin-left: 10px;
  font-size: 13px;
}
.about14{
  margin: 30px 0 50px -100px;
      height: 45px;
  }
.about03 {
    width: 70%;
    margin: 50px 0 100px 0px;
}
.about05 {
  padding: 0;
  margin-top: 0px;
}
.about05 > img {
padding-left: 50px;
}
.about08 > img{
  display: none;
}
.about10 {
  padding-top: 200px;
  padding-left: 0;
}
.about12 > img {
  width: 30%;
}
.about11 > img {
  width: 20%;
}
.aboutphone13to{
  padding: 0 30px 0 50px;
}
.aboutphone13to2{
  padding: 0;
}
.about13phone{
padding: 0;
}
.about01-2 > img {
  height: 150px;
width: 3px;
}
.aboutideaheight{
  height: 520px;
}
.about13{
width: 100%;
}
.about0102set {
  padding-left: 40px;
  margin: 0 0 -70px 0;
}

.img02 {
  margin-left: 110%;
  width: 80%;
}
.img12 {
  padding: 0;

}
.img1011set{
margin-top: 10%;
}
.mt-08 {
  margin-top: 20%;
}
.zindeximg08 {
    width: 80%;
    margin-left: 12%;
    margin-top: -25%;
    margin-right: 0;
}
.img09 {
  height: 25px;
}
#slidephone{
  display: block;
}
.wavephone{
  margin-top: 50px;
  display: block;
}
.zindeximg01-1 > img{
  height: 4px;
}
.wavephone {
    margin-top: 200px;
  }
  .jqslide {
  left: 30%!important;
}
.box:hover {
    height: 80px;
  }
  .box {
      height: 80px;
    }
.jqslide2 {
height: 100%;
left: 1950px!important;
}}
}
@media screen and (min-width: 320px) and (max-width: 320px){
.contact3 {
  font-size: 12px;
}
.about02 {
    padding: 10px 0;
}
.wave3{
  display: block;
  animation: dong3 10s infinite;
}
.about09 {
  height: 10px;
  padding-top: 0;
}

.about10{
  display: none;
}
.img18{
  padding: 0;
  width: 100%;
}
.abouttext {
  margin-bottom: 10%;
  padding: 0;
  font-size: 16.5px;
  line-height: 30pt;
}
.aboutme03 {
  margin-left: 10px;
}
.link-top {
  width: 75%;
}
.aboutexperience2-sm {
font-size: 14px;
  margin-left: 30px;
}
.aboutexperience2 {
  margin-left: 10px;
}
.about16 {
  height: 35px;
}
.aboutexperience3 {
    font-size: 16px;
  }
.aboutme04 {
  margin: 0;
  padding-left: 40px;
}
.about17{
  display: none;
}
.contactphone{
  padding: 0;
}
.contact2 {
    font-size: 20px;
  }
.contact{
  font-size: 30px;
  color: #CCCCCC;
}
.link-top5 {
  margin-left: -34px;
}
.contact3 {
  padding: 20px 0;
  font-size: 13px;
}
.aboutme02 {
  margin-left: -30px;
}
.aboutme01 {
  margin-left: 30px;
}
.link-top2 {
  width: 85%;
}
.link-top3 {
  width: 80%;
}
.aboutme03 {
  margin-left: -20px;
}
.skillh3 {
  font-size: 25px;
  padding: 0 ;
}
.aboutme01 > img{
  height: 35px;
}
.aboutme02 > img{
  height: 35px;
}
.aboutme03 > img{
  height: 35px;
}
.aboutme04 > img{
  height: 35px;
}
.aboutexperience {
  margin-left: 30px;
  font-size: 16px;
}
.aboutexperience2 {
  margin-left: 30px;
  font-size: 16px;
}
.about14{
  margin: 30px 0 50px -110px;
      height: 50px;
  }
.about03 {
    width: 70%;
    margin: 50px 0 100px 0px;
}
.about05 {
  padding: 0;
  margin-top: 0px;
}
.about05 > img {
padding-left: 50px;
}
.about08 > img{
  display: none;
}
.about10 {
  padding-top: 200px;
  padding-left: 0;
}
.about12 > img {
  width: 30%;
}
.about11 > img {
  width: 20%;
}
.aboutphone13to{
  padding: 0 30px 0 50px;
}
.aboutphone13to2{
  padding: 0;
}
.about13phone{
padding: 0;
}
.about01-2 > img {
  height: 150px;
width: 3px;
}
.aboutideaheight{
  height: 520px;
}
.about13{
width: 100%;
}
.about0102set {
  padding-left: 40px;
  margin: 0 0 -70px 0;
}

.img02 {
  margin-left: 110%;
  width: 80%;
}
.img12 {
  padding: 0;

}
.img1011set{
margin-top: 10%;
}
.mt-08 {
  margin-top: 20%;
}
.zindeximg08 {
width: 80%;
margin-left: 9%;
margin-top: -25%;
margin-right: 9%;
}
.img09 {
  height: 25px;
}
#slidephone{
  display: block;
}
.wavephone{
  margin-top: 50px;
  display: block;
}
@media screen and (min-height: 568px) and (max-height: 568px){
.wavephone {
    margin-top: 70px;
  }
  .contact3 {
    font-size: 12px;
  }
}
.wavephone00{
  display: none;
}
.openaboutset{
  height: 80px;
  padding: 0;
}
.box:hover{
  height: 80px;
}
.img02{
  display: none;
}
.img06{
  display: none;
}
.aboutsetzindex {
  margin-left: 30px;
}
.phonesetabout02{
margin-top: -40px!important;
}
.about01{
  margin-top: -220px;
  width: 2px;
}
.about02 {
    height: 35px;
    padding: 10px 0;
}
.about-02set{
  height: 35px;
    padding: 10px 0;
}
.about08{
  display: none;
}

.zindexabout06 {
    left: -11%;
    padding: 0;
    width: 130%;
    overflow: hidden;
}
.about04set {
  width: 10px;
  margin-top: -60%;
  }
.showabout{
  margin-top: 30px;
}
.zindeximg07 {
  margin-top: 14px;
  padding-left: 20px;
  padding-right: 10px;
}
.zindeximg08 {
  width: 80%;
  z-index: 1;
  margin-left: 11%;
  margin-right: 8%;
}
.slidetextpd03 {
  padding: 0 145px 0 0px;
  margin: 20px 45px;
}
.phoneset2{
padding-right: 10px;
  padding-left: 20px;
}
.box:hover img {
  margin-left: 15px;
  margin-top: 14px;
}

.img09{
display: none;
}

#slide{
  display: none;
}
}

@media screen and (min-width: 1250px) and (max-width: 1299px){
  @media screen and (min-height: 768px) and (max-height: 768px){
  .swiper-image-inner > a > img {
      width: 98.5%;
  }
  .works-left-t {
      font-size: 40px;
    }
    .slidetextpd02 {
  padding: 0 80px 0 18px;
  }
  .slidetextpd03 {
  padding: 0 120px 0 18px;
  }
  .slidetextpd01 > img {
  height: 60px;
  }
  .slidetextpd01 {
  margin: 30px 0 0 0;
  }
  .swiper-image > h1 {
  font-size: 35px;
  margin-top: -100px;
  }
  .swiper-image > .utffont {
    font-size: 35px;
    margin-top: -100px;
  }
  .slidetextpd02 {
  margin: 20px 45px;
  }
  .swiper-image-inner a > img {
      z-index: 1;
      transform: scale(1,1);
      transition: all .4s ease-out;
  }
  .swiper-image-inner a > img {
      border: #c58c61 7px solid;
      position: relative;
  }}
}
@media screen and (min-width: 1200px) and (max-width: 1249px){
  @media screen and (min-height: 768px) and (max-height: 768px){
  .swiper-image-inner > a > img {
      width: 98.5%;
  }
  .works-left-t {
      font-size: 40px;
    }
    .slidetextpd02 {
  padding: 0 80px 0 18px;
  }
  .slidetextpd03 {
  padding: 0 120px 0 18px;
  }
  .slidetextpd01 > img {
  height: 60px;
  }
  .slidetextpd01 {
  margin: 30px 0 0 0;
  }
  .swiper-image > h1 {
  font-size: 35px;
  margin-top: 50px;
  }
  .swiper-image > .utffont {
    font-size: 35px;
    margin-top: -100px;
  }
  .slidetextpd02 {
    padding: 0 120px 0 18px;
        margin: 20px 30px;
  }
  .slidetextpd03 {
    padding: 0 160px 0 18px;
        margin: 20px 30px;
  }
  .swiper-image-inner a > img {
      z-index: 1;
      transform: scale(1,1);
      transition: all .4s ease-out;
  }
  .swiper-image-inner a > img {
      border: #c58c61 7px solid;
      position: relative;
  }}
}

@media screen and (min-width: 1025px) and (max-width: 3000px){
.img18 {display: none;}
}
.about13{
width: 100%
}

@media screen and (min-width: 992px) and (max-width: 1024px){
.link-top5 {
    margin-top: 1px;
    margin-left: -16px;
    width: 50%;
}
.aboutexperience2{
  font-size: 20px;
    margin-left: 50px;
}
.aboutexperience2-sm{
    margin-left: 50px;
}
.aboutexperience{
  font-size: 20px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px){
.about06bg {
    background-size: 70%;
  }
  .about13 {
    width: 80%;
}
.about08{
  display: none;
}
}
@media screen and (min-width: 1024px) and (max-width: 1024px){
.wavephoe{
  display: none;
}
}
@media screen and (min-width: 992px) and (max-width: 1023px){
.aboutideatext {
    font-size: 18px;
    line-height: 35px;
    margin-top: -20px;
    margin-bottom: 50px;
}
.zindexabout07 {
    margin-top: 10%;
    height: 50px;
}
.abouttext {
    margin-bottom: 10%;
    padding: 0 10px;
}
}
@media screen and (min-width: 577px) and (max-width: 768px){
.about13phone{
  padding-left: 50px;
  padding-right: 35px;
}
}
@media screen and (min-width: 415px) and (max-width: 480px){
  .about06bg {
      overflow: hidden;
      background-size: 115%;
    }
    .zindexabout07 {
      height: 50px;
}
}
@media screen and (min-width: 280px) and (max-width: 480px){
    .about08{
      display: none;
    }
  }
@media screen and (min-width: 360px) and (max-width: 414px){
  .about06bg {
      background-size: 120%;
      overflow: hidden;
      padding-left: 10px;
      padding-right: 0;
    }
    .zindexabout07{
      height: 50px;
    }
    .aboutideatext{
      font-size: 14px;
          line-height: 32px;
    }
  }
  @media screen and (min-width: 411px) and (max-width: 414px){
    .about06bg {
        background-size: 110%;
      }
    }

    @media screen and (min-width: 280px) and (max-width: 320px){
      .about06bg {
          background-size: 130%;
          overflow: hidden;
          padding-left: 10px;
          padding-right: 0;
        }
        .zindexabout07{
          height: 45px;
        }
        .aboutideatext{
          font-size: 13px;
              line-height: 32px;
        }
      }
    @media screen and (min-width: 280px) and (max-width: 280px){
      .aboutideatext{
          font-size: 12px;
          line-height: 32px;
          margin-top: -10px;
      }
      .zindexabout07{
        height: 45px;
      }
      .about06bg {
          background-size: 140%;
          overflow: hidden;
          padding-left: 10px;
          padding-right: 0;
        }
    }
    .mask > img{
      opacity: 0;
    }
    .swiper-image-inner {
        margin-bottom: -150px;
      }
  @media screen and (min-width: 280px) and (max-width: 1439px){
        .page-wrap {
    width: 100%;
  }
  .swiper-image-inner a > img {
    width: 98.5%;
  }
  .mask > img {
    width: 98.5%;
  }
  .swiper-image > h1 {
    margin-top: -25%;
}
  @media screen and (min-height: 900px) and (max-height: 900px){
    .swiper-image > .utffont {
margin-top: -20%;
    }
.swiper-image > h1 {
    margin-top: -20%;
}}
@media screen and (min-height: 768px) and (max-height: 768px){
.swiper-image > .utffont {
  margin-top: -10%;
  font-size: 40px;
}
  .swiper-image > h1 {
      margin-top: -10%;
      font-size: 40px;
}}
}
  @media screen and (min-width: 280px) and (max-width: 1910px){
    .swiper-image-inner {
        margin-bottom: -100px;
    }
  }

  @media screen and (min-width: 993px) and (max-width: 1279px){
    .swiper-image > h1 {
  margin-top: -2%;
}
.swiper-image > .utffont {
  margin-top: -2%;
}
@media screen and (min-height: 768px) and (max-height: 768px){
.swiper-image {
    height: 90%;
}}
}
  @media screen and (min-width: 768px) and (max-width: 1023px){
.swiper-image > h1{
  margin-top: -12%;
}
.swiper-image > .utffont {
  margin-top: -12%;
}
@media screen and (min-height: 1024px) and (max-height: 1024px){
  .swiper-image > .utffont {
      margin-top: -40%;
  }
.swiper-image > h1 {
    margin-top: -40%;
}}
}
@media screen and (min-width: 280px) and (max-width: 1279px){
.swiper-image-inner {
    margin-bottom: -50px;
}
}
@media screen and (min-width: 1024px) and (max-width: 1365px){
  @media screen and (min-height: 900px) and (max-height: 900px){
.swiper-image > .utffont {
    margin-top: 10%;
}
  .swiper-image > h1 {
      margin-top: 10%;
  }}
}
@media screen and (min-width: 992px) and (max-width: 1023px){
    @media screen and (min-height: 900px) and (max-height: 900px){
.page-wrap {
    height: 100vh;
}
.swiper-image > .utffont {
      font-size: 35px;
      margin-top: -30%;
  }
.swiper-image > h1 {
    margin-top: -30%;
}}
}
@media screen and (min-width: 768px) and (max-width: 991px){
    @media screen and (min-height: 900px) and (max-height: 900px){
      #home-slider2 {
        height: 55vh;
      }
      #home-slider3 {
        height: 55vh;
      }
#home-slider {
  height: 55vh;
}}
@media screen and (min-height: 768px) and (max-height: 768px){
      .page-wrap {
    height: 65vh;
}
.swiper-image > .utffont {
  font-size: 35px;
  margin-top: -10%;
}
.swiper-image > h1 {
    margin-top: -10%;
}
.workphone2 {
    width: 65%;
    display: block;
}}
}
@media screen and (min-width: 576px) and (max-width: 767px){
    @media screen and (min-height: 900px) and (max-height: 900px){
      .swiper-image > .utffont {
          margin-top: 21%;
      }
      .swiper-image > h1 {
          margin-top: 21%;
      }}
}

@media screen and (min-width: 500px) and (max-width: 767px){
@media screen and (min-height: 768px) and (max-height: 768px){
  .swiper-image > h1 {
      margin-top: 10%;
    }
  .swiper-image > .utffont {
      margin-top: 10%;
  }
.page-wrap {
    height: 85vh;
}}
}

@media screen and (min-width: 720px) and (max-width: 720px){
@media screen and (min-height: 1280px) and (max-height: 1280px){
  .swiper-image > h1 {
      margin-top: 10%;
    }
    .slidetextpd03 {
    margin-left: 20px;
  }
  .swiper-image > .utffont {
      margin-top: 10%;
  }}
}


@media screen and (min-width: 480px) and (max-width: 480px){
@media screen and (min-height: 800px) and (max-height: 800px){
  .swiper-image > h1 {
      margin-top: 10%;
    }
    .page-wrap {
        height: 85vh;
      }
  .swiper-image > .utffont {
      margin-top: 10%;
  }}
}
@media screen and (min-width: 360px) and (max-width: 414px){
  .swiper-image > h1 {
      margin-top: 20%;
    }
    .page-wrap {
      margin-top: 0;
        height: 65vh;
      }
      .mask {
    border-width: 4px;
}
  .swiper-image > .utffont {
    font-size: 20px;
      margin-top: 20%;
  }
}
@media screen and (min-width: 280px) and (max-width: 359px){
  .swiper-image > h1 {
      margin-top: 30%;
    }
    .page-wrap {
      margin-top: 0;
        height: 75vh;
      }
      .mask {
    border-width: 4px;
}
.slidetextpd03 {
margin-left: 35px;
}
  .swiper-image > .utffont {
    font-size: 20px;
      margin-top: 30%;
  }
}

@media screen and (min-width: 540px) and (max-width: 540px){
@media screen and (min-height: 720px) and (max-height: 720px){
  .swiper-image-inner {
      margin-top: 50px;
  }
  .swiper-slide {
    margin-bottom: -10px;
  }
  .swiper-image > h1 {
    margin-top: 15%;
}
.swiper-image > .utffont {
  margin-top: 15%;
}
.mask {
border-width: 4px;
}
  .ovhid {
    margin-top: 0px;
}}
}

@media screen and (min-width: 1280px) and (max-width: 1280px){
@media screen and (min-height: 800px) and (max-height: 800px){
  .swiper-image > h1 {
    margin-top: 10%;
}
.swiper-image > .utffont {
  margin-top: 10%;
}}
}


@media screen and (min-width: 1050px) and (max-width: 1145px){
.jqslide {
    left: 57%!important;
}
}
@media screen and (min-width: 1000px) and (max-width: 1049px){
.jqslide {
    left: 57%!important;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
.jqslide {
    left: 50%!important;
}
.img03 {
    right: 50px;
  }
}
@media screen and (min-width: 650px) and (max-width: 719px){
.jqslide {
    left: 56%!important;
}
}
@media screen and (min-width: 565px) and (max-width: 649px){
.jqslide {
    left: 52%!important;
}
}
