.mcover-cate,
.mtag-right{
  display:none;
}
.aboutus .d-flex {
    display: flex;
}
.aboutus .middle-center {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.aboutus .col-centered {
    float: none;
    margin: 0 auto;
}
.aboutus{
  padding:0;
  font-size:18px;
  line-height:20pt;
  font-weight:normal;
}
.aboutus h1{
  color:#050504;
  font-size:48px;
  font-weight:800;
  margin:0;
  padding:25px 0;
}
.aboutus h2{
  color:#050504;
  font-size:48px;
  font-weight:800;
  margin:0;
  padding:25px 0;
  text-align:center;
}
.aboutus h5{
  color:#050504;
  font-size:20px;
  font-weight:800;
  margin:0;
  padding:25px 0;
}
.aboutus p{
  padding-bottom:15px;
}
.aboutus .pt-30{
  padding-top:30px;
}
/* start about flipbook*/ 
.aboutus .flipbook .pl{
  padding-left: 20px;
}
.aboutus .flipbook .pr{
  padding-right: 20px;
}
.aboutus .flipbook{
  position: relative;
}
.aboutus .flipbook .left .content{
  float: right;
  text-align: right;
}
.aboutus .flipbook .left .content .box{
  padding-right: 60px;
}
.aboutus .flipbook .right .content .box{
  padding-left: 60px;
}

.aboutus .flipbook h3,
.aboutus .flipbook p{
  padding: 0;
  margin: 0;
}
.aboutus .flipbook h3{
  padding: 0px 0 15px;
  font-size: 32px;
  color: #000;
}
.aboutus .flipbook p{
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  padding-bottom: 30px;
}
.aboutus .flipbook p,
.aboutus .flipbook a{
  color: var(--msColor);
}
.aboutus .flipbook a.btn-flipbook{
  margin-top: 30px;
  border:1px solid var(--msColor);
  padding: 5px 15px;
}
.aboutus .flipbook a.btn-flipbook:hover{
  background: var(--msColor);
  color: #fff;
}
.aboutus .flipbook a img:hover {
    cursor: pointer;
    -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
    -moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
    -ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
    -o-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
    transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
}
.aboutus .flipbook .arrowl,
.aboutus .flipbook .arrowr {
  margin-top: 30px;
  width: 50px;
  height: 100px;
}
.aboutus .flipbook .arrowl{
    float: right;
    border-left: 1px solid var(--msColor);
    border-bottom: 1px solid var(--msColor);
}
.aboutus .flipbook .arrowr{
    border-top: 1px solid var(--msColor);
    border-right: 1px solid var(--msColor);
}
@media  screen and (min-width: 1500px) {
  .aboutus .flipbook .pl{
    padding-left: 30px;
  }
  .aboutus .flipbook .pr{
    padding-right: 30px;
  }
  .aboutus .flipbook .arrowl,
  .aboutus .flipbook .arrowr {
    width: 80px;
    height: 170px;
  }
  .aboutus .flipbook h3{
    padding: 26px 0 15px;
    font-size: 32px;
  }
  .aboutus .flipbook p{
    font-size: 28px;
    line-height: 34px;
  }
}
@media  screen and (max-width: 1100px) {
  .aboutus .flipbook .pl{
    padding-left: 15px;
  }
  .aboutus .flipbook .pr{
    padding-right: 15px;
  }
  .aboutus .flipbook .arrowl,
  .aboutus .flipbook .arrowr {
    margin-top: 15px;
    width: 40px;
    height: 80px;
  }
  .aboutus .flipbook .right .content h3{
    padding-top: 10px;
  }
  .aboutus .flipbook .left .content .box {
      padding-right: 39px;
  }
  .aboutus .flipbook .right .content .box {
    padding-left: 39px;
  }
  .aboutus .flipbook h3{
    padding: 0px 0 15px;
    font-size: 24px;
  }
  .aboutus .flipbook p{
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
@media  screen and (max-width: 980px) {
  .aboutus .flipbook .arrowl, 
  .aboutus .flipbook .arrowr{
    display: none;
  }
  .aboutus .flipbook .left .content .box {
    padding-right: 0px;
  }
  .aboutus .flipbook .right .content .box {
    padding-left: 0px;
  }
  .aboutus .flipbook p {
    line-height: 28px;
  }
}
@media  screen and (max-width: 767px) {
  /*.aboutus .middle-center {
    position: absolute;
    width: 100%;
    top: 50px;
    left: unset;
    -moz-transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .aboutus .flipbook img{
    display: block;
    margin: auto;
    width: 250px;
  }*/
}
/* end about flipbook*/ 
.aboutus .top-banner{
  background-color:#f5f7f7;
  padding:90px 0 0 0;
}
.aboutus .hbar{
  background: var(--msColor);
}

.aboutus .top-banner .caption h3{
  color:#231f20;
  font-size:35px;
  line-height:34pt;
  margin:0 0 70px 0;
  padding:20px 0;
}
.wrap:lang(th) .aboutus .top-banner .caption h3{
  font-size:28px;
  line-height:30pt;
}
.aboutus .top-banner .caption h3 u{
  font-style:normal!important;
  color:var(--msColor);
  text-decoration:none;
}
.aboutus .top-banner .slide{
  padding:0px;
}
.aboutus .top-banner .slide .bullet{
  width: 380px;
  max-width: 100%;
  height: 150px;
  max-height: 100%;
  background-image: url(/assets/images/aboutus/bullet.webp);
  margin-top: 70px;
}
.aboutus .top-banner .slide .caption-a{
  color:#fff;
  position:absolute;
  width:280px;
  padding:15px;
  margin-top:-50%;
  left:40px;
  background: rgba(35, 31, 32, 1);
}
.wrap:lang(th) .aboutus .top-banner .slide .caption-a{
  margin-top:-66%;
  padding-bottom:0px;
}
.aboutus .top-banner .slide .caption-a strong{
  display:block;
  padding-bottom:15px;
  font-size:18px;
  font-weight:700;
}

.aboutus .jongstit-group{
  padding:60px 0 0 0;
  background-color:#fff;
  border-bottom:2px solid var(--msColor);
}
.aboutus .jongstit-group h2{
  margin-bottom:70px;
}
.aboutus .jongstit-group .img img{
  width:100%;
}
.aboutus .jongstit-group ul{
  list-style-type: none;
  margin:0;
  padding:0 15px;
}
.aboutus .jongstit-group ul li:last-child{
  padding-bottom:25px;
}
.aboutus .jongstit-group .icon{
  text-align:center;
}
.aboutus .jongstit-group .topic{
  display:none;
}
.aboutus .jongstit-group .tag-right{
  color:#050504;
  font-size:34px;
  font-weight:800;
  margin:30px 0 0 0;
  padding:0 45px;
  line-height:55pt;
  text-align:center;
  background: var(--msColor);

  position:absolute;
  right:-60px;

  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);

}
.aboutus .jongstit-group .certificates{
  padding:0 50px 0 0;
}
.aboutus .jongstit-group .certificates table{
  width:100%;
  height:250px;
  margin:70px auto 0 auto;
}
.aboutus .jongstit-group .certificates table tr td{
  vertical-align:top;
  padding-top:30px;
}
.aboutus .jongstit-group .certificates table tr td:nth-child(1){
  border-right:2px solid var(--msColor);
}
.aboutus .jongstit-group .certificates img{
  width:250px;
  max-width:100%;
}

.aboutus .go-green{
  background:#fff;
  padding:70px 0;
}
.aboutus .sustain{
  margin-top:60px;
  padding-top:25px;

  background-image:url('/assets/images/aboutus/sustainable-go-green-bg.png');
  background-repeat:no-repeat;
  background-position: top 10px right 10px;
}
.aboutus .sustain u{
  color:#231f20;
  font-size:38px;
  font-weight:800;

  line-height:42pt;
  padding-bottom:2px;
  text-decoration:none;
  border-bottom:3px solid #000;
}
.wrap:lang(th) .aboutus .sustain u{
  line-height:48pt;
}
.aboutus .sustain u i {
  font-style: normal;
  color:var(--msColor);;
}
.aboutus .sustain h5{
  margin:80px 0 20px 0;
  padding:0;
}

.aboutus .go-green .tab .black{
  background:#050504;
  color:#fff;
}
.aboutus .go-green .tab .green{
  background:var(--msColor);
  color:#fff;
}
.aboutus .go-green .tab .dot{
  height: 150px;
  text-align: right;
  padding: 0;
  background-image: url(/assets/images/aboutus/bullet.webp);
  width: 375px;
  margin: 60px 0;
}
.aboutus .go-green h2{
  font-size:46px;
  padding:8px 0;
}
.aboutus .go-green .tag-left{
  color:#050504;
  font-size:34px;
  font-weight:800;
  margin:95px 0 0 0;
  padding:0 45px;
  line-height:55pt;
  text-align:center;
  background: var(--msColor);

  position:absolute;
  top:580px;
  left:-294px;

  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.aboutus .go-green .recycling{
  padding:40px 0;
}
.aboutus .go-green .recycling .image{
  text-align:right;
  margin-top:420px;
}
.aboutus .go-green .recycling .icon{
  width:300px;
  height:300px;
  position:absolute;
  top:50px;
  left:-200px;

  background-image:url('/assets/images/aboutus/recycling-icon.png');
  background-repeat:no-repeat;
  background-position: center;
}
.aboutus .go-green .recycling .tag-img-left{
  position:absolute;
  top:70px;
  left:-71px;
}
.aboutus .go-green .recycling .mtag-right{
  display:block;
  color: #050504;
  font-size: 34px;
  font-weight: 800;
  margin:0;
  padding: 0 45px;
  line-height: 55pt;
  text-align: center;
  background: var(--msColor);
  position: absolute;
  top:360px;
  right: -480px;
  max-width: unset;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.wrap:lang(th) .aboutus .go-green .recycling .mtag-right{
  top:400px;
  right:-452px;
}
.aboutus .go-green .bg-gray .content{
  padding:100px 0 50px;
}
.aboutus .go-green .bg-gray .content img{
  margin:20px 0 45px 0;
}
.aboutus .go-green .manufacturer .content{
  padding:40px 0 30px 0;
  text-align:right;
}
.aboutus .go-green .manufacturer .dot{
  width:384px;
  height:80px;
  margin:70px 0 5px 43px;
  background-image:url('/assets/images/aboutus/bullet.webp');
}

.aboutus .fabric{
  background:#fff;
  padding:0;
}
.aboutus .fabric .topic{
  border-top:2px solid var(--msColor);
  border-bottom:2px solid var(--msColor);
}
.aboutus .fabric .container.border{
  border-top:0px solid var(--msColor);
  border-right:2px solid var(--msColor);
  border-bottom:2px solid var(--msColor);
  border-left:2px solid var(--msColor);
}
.aboutus .fabric h2{
  color:#050504;
  font-size:82px;
  font-weight:800;
  margin:0;
  padding:40px 0;
  text-align:center;
}
.aboutus .fabric .circular-knit-fabric .content{
  padding:15px 0;
}
.aboutus .fabric h3{
  color:#231f20;
  font-size:32px;
  font-weight:800;
  margin:0 0 40px 0;
  padding:0 0 15px 0;
  text-decoration: underline;
  text-decoration-color: var(--msColor);
  text-underline-offset:30px;
}
.aboutus .fabric .circular-knit-fabric .a{
  padding:70px 0 0 0;
}
.aboutus .fabric .circular-knit-fabric .b{
  background:var(--bggray);
}
.aboutus .fabric .circular-knit-fabric .b .caption{
  margin-left:auto;
  margin-right:auto;
  padding:70px 0 30px 0;
}
.aboutus .fabric .circular-knit-fabric .b img{
  margin-top:25px;
}
.aboutus .fabric .circular-knit-fabric .b .caption .tag-one{
  width:100px;
  height:120px;
  position:absolute;
  top:15px;
  right:-20px;

  background-image:url('/assets/images/aboutus/tag-1.png');
  background-repeat: no-repeat;
  background-position: center;
}
.aboutus .fabric span.more-info{
  display:none;
}
.aboutus .fabric .b p{
  margin-top:35px;
}
.aboutus .fabric a.more{
  border: 2px solid var(--msColor);
  padding:9px 15px 9px 30px;
  color:#231f20;
  font-weight:700;
  position: relative;
}
.aboutus .fabric a.more:hover{
  background:var(--msColor);
  border: 2px solid var(--msBorder);
  color:#fff;
}
.aboutus .fabric a.more:before {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  position: absolute;
  top:8px;
  left:10px;
}
.aboutus .fabric .circular-knit-fabric a.more{
  position:absolute;
  right:25px;
  bottom:0;
}

.aboutus .fabric .warp-knit-fabric .caption{
  background:var(--bggray);
  padding:70px 0 30px 0;
}
.aboutus .fabric .warp-knit-fabric .tag-left{
  color:#050504;
  font-size:34px;
  font-weight:800;
  margin:95px 0 0 0;
  padding:0 45px;
  line-height:55pt;
  text-align:center;
  background: var(--msColor);

  z-index:99;
  position:absolute;
  left:-239px;

  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.wrap:lang(th) .aboutus .fabric .warp-knit-fabric .tag-left{
  left:-220px;
}
.aboutus .fabric .warp-knit-fabric .caption .tag-two{
  width:134px;
  height:122px;
  position:absolute;
  top:60px;
  right:10px;

  background-image:url('/assets/images/aboutus/tag-2.png');
  background-repeat: no-repeat;
  background-position: center;
}
.aboutus .fabric .warp-knit-fabric .a img{
  margin-top:25px;
}
.aboutus .fabric .warp-knit-fabric a.more{
  position:absolute;
  right:25px;
  bottom:0;
}
.aboutus .fabric .warp-knit-fabric .b{
  padding-top:52px;
}
.aboutus .fabric .flanel-fabric .caption{
  margin-top:80px;
  padding:50px 0 30px 0;
}
.aboutus .fabric .flanel-fabric .a{
  border-right: 2px solid var(--msColor);
}
.aboutus .fabric .flanel-fabric .caption .tag-three{
  width:134px;
  height:124px;
  position:absolute;
  top:0;
  right:90px;

  background-image:url('/assets/images/aboutus/tag-3.png');
  background-repeat: no-repeat;
  background-position: center;
}
.aboutus .fabric .flanel-fabric .caption img{
  padding:35px 0 50px 0;
}
.aboutus .fabric .flanel-fabric .b p{
  padding-bottom:25px;
}
.aboutus .fabric .flanel-fabric .b .tag-four{
  width:143px;
  height:122px;
  position:absolute;
  top: -35px;
  right: -90px;

  background-image:url('/assets/images/aboutus/tag-4.png');
  background-repeat: no-repeat;
  background-position: center;
}
.aboutus .fabric .flanel-fabric .b .tag-right{
  color:#050504;
  font-size:34px;
  font-weight:800;
  margin:95px 0 0 0;
  padding:0 45px;
  line-height:55pt;
  text-align:center;
  background: var(--msColor);

  position:absolute;
  right:-347px;
  margin-top:0px;

  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.wrap:lang(th) .aboutus .fabric .flanel-fabric .b .tag-right{
  right:-328px;
}

.aboutus .fabric .boa-fabric {
  padding:30px 50px;
  margin:50px 50px 40px 50px;
  background:var(--bggray);
}
.aboutus .fabric .boa-fabric .topic{
 border:unset;
}
.aboutus .fabric .boa-fabric .topic .tag-five{
  width:134px;
  height:122px;
  position:absolute;
  top:-15px;
  left:15px;

  background-image:url('/assets/images/aboutus/tag-5.png');
  background-repeat: no-repeat;
  background-position: center;
}
.aboutus .fabric .boa-fabric .topic{
  margin:45px 0;
  padding:0;
}
.aboutus .fabric .boa-fabric .topic h3{
  text-decoration:unset;
  text-decoration-color:unset;
  text-underline-offset:unset;
  text-align:left;
  padding:40px 0 0 132px;
  margin:0;
  vertical-align:top;
  display:inline-block;
  width:28%;
}
.aboutus .fabric .boa-fabric .caption{
  padding:35px 10px 35px 80px;
  margin:0;
  display:inline-block;
  width:70%;
  border-left: 2px solid var(--msColor);
}
.aboutus .fabric .boa-fabric .products img{
  padding:20px 0;
}
.aboutus .fabric .boa-fabric .products p {
  position: relative;
  padding:10px 15px 30px 0px;
}
.aboutus .fabric .boa-fabric .products p:before{
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color:var(--msColor);
  font-size: 13px;
  position: absolute;
  left:-20px;
}

.aboutus .fabric .terry-loop-fabric{
  padding:0px 50px;
}
.aboutus .fabric .terry-loop-fabric .caption{
  padding:50px 0;
  margin:50px 0;
}
.aboutus .fabric .terry-loop-fabric .a{
  border-right: 2px solid var(--msColor);
}
.aboutus .fabric .terry-loop-fabric .caption img{
  padding:35px 0 50px 0;
  display:block;
}
.aboutus .fabric .terry-loop-fabric .tag-six{
  width:141px;
  height:124px;
  position:absolute;
  top:-50px;
  right:-80px;

  background-image:url('/assets/images/aboutus/tag-6.png');
  background-repeat: no-repeat;
  background-position: center;
}
.aboutus .fabric .terry-loop-fabric .tag-seven{
  width:129px;
  height:121px;
  position:absolute;
  margin-top:-90px;
  right:-180px;

  background-image:url('/assets/images/aboutus/tag-7.png');
  background-repeat: no-repeat;
  background-position: center;
}
.aboutus .fabric .special-finish{
  padding-left:4px;
  padding-bottom:4px;
}
.aboutus .fabric .special-finish .tag-left{
  color:#050504;
  font-size:34px;
  font-weight:800;
  margin:95px 0 0 0;
  padding:0 45px;
  line-height:55pt;
  text-align:center;
  background: var(--msColor);

  position:absolute;
  top:195px;
  left:-242px;

  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.wrap:lang(th) .aboutus .fabric .special-finish .tag-left{
  left:-224px;
}
.aboutus .fabric .special-finish .a{
  padding-top:120px;
  padding-bottom:80px;
  background:var(--bggray);
}
.aboutus .fabric .special-finish .a p{
  padding-bottom:20px;
}
.aboutus .fabric .special-finish .a img{
  margin-top:60px;
}
.aboutus .fabric .special-finish .a .tag-eight{
  width:140px;
  height:124px;
  position:absolute;
  top:-40px;
  right:-150px;

  background-image:url('/assets/images/aboutus/tag-8.png');
  background-repeat: no-repeat;
  background-position: center;
}
.aboutus .fabric .special-finish .b{
  padding-top:45px;
}
@media  screen and (min-width: 1500px) {
  .aboutus .jongstit-group .content ul:first-child{
    margin-top:30px;
  }
  .aboutus .jongstit-group .content ul:last-child{
    margin-bottom:30px;
  }
  .wrap:lang(th) .aboutus .top-banner .caption h3 {
    font-size: 38px;
    line-height: 33pt;
  }
}
@media screen and (max-width: 1364px) and (min-width: 1024px) {
  .aboutus{
    font-size:16px;
  }
  .aboutus h1,
  .aboutus h2{
    font-size:32px!important;
  }
  .aboutus .top-banner{
    padding: 28px 0 0 0;
  }
  .wrap:lang(en) .aboutus .top-banner .slide .caption-a{
    left:-25px;
  }
  .wrap:lang(th) .aboutus .top-banner .slide .caption-a{
    left:-25px;
    margin-top:-75%;
  }
  .aboutus .top-banner .caption h3{
    font-size: 26px!important;
    line-height:28pt!important;
  }
  .aboutus .jongstit-group {
    padding:20px 0 0 0!important;
  }
  .aboutus .jongstit-group h2 {
    margin-bottom:10px !important;
  }
  .aboutus .jongstit-group .hbar {
    margin-left:15px;
  }
  .aboutus .jongstit-group .icon img{
    margin:0px!important;
    padding:0px;
    width:unset!important;
    max-width:100%!important;
  }
  .aboutus .jongstit-group .icon{
    text-align:left !important;
  }
  .aboutus .jongstit-group .icon img{
    margin:15px 0!important;
  }
  .aboutus .jongstit-group .other .icon{
    text-align:center !important;
  }
  .aboutus .jongstit-group .tag-right{
    margin:-220px 0 0 0!important;
  }
  .wrap:lang(th) .aboutus .jongstit-group .tag-right{
    right:-66px!important;
  }
  /*.wrap:lang(th) .aboutus .jongstit-group .other{
    position: absolute;
    margin-top: -45px;
  }*/
  .aboutus .jongstit-group ul p br{
     content: "";
   }
   .aboutus .jongstit-group ul p br:after{
    content: " ";
  }
  .aboutus .jongstit-group .other ul{
    margin:0px!important;
    padding:0px!important;
  }
  .aboutus .jongstit-group .other ul li.caption{
    padding:15px 0px;
  }
  .aboutus .jongstit-group .certificates table{
    margin:0px !important;
  }
  .aboutus .sustain{
    padding:25px 20px 10px 0!important;
    background-position: top 15px right 25px!important;
  }
  .aboutus .sustain p br{
   content: "";
  }
  .aboutus .sustain p br:after{
    content: " ";
  }
  .aboutus .go-green .tab .dot{
    margin-right:15px!important;
  }
  .aboutus .go-green .manufacturer .content{
    padding-top:0px!important;
  }
  .aboutus .go-green .manufacturer .dot{
    width: 355px !important;
    height: 80px !important;
    margin: 10px 0 5px 58px !important;
  }
  .aboutus .go-green .recycling .tag-img-left{
    top:-10px!important;
    left:-24px!important;
  }
  .aboutus .fabric h2{
    font-size:48px!important;
  }
  .aboutus .fabric h3 {
    text-underline-offset: 15px!important;
    margin:0 0 15px 0!important;
  }
  .aboutus .fabric .circular-knit-fabric .b img{
    margin:15px 0!important;
  }
  .aboutus .fabric .circular-knit-fabric a.more{
    bottom: 15px!important;
  }
  .aboutus .fabric .warp-knit-fabric .caption {
    padding: 115px 0 30px 0!important;
  }
  .aboutus .fabric .warp-knit-fabric .b img{
    margin-top:35px;
  }
  .aboutus .fabric .circular-knit-fabric .a{
    padding: 100px 0 0 30px !important;
  }
  .aboutus .fabric .circular-knit-fabric .b{
    padding:15px!important;
  }
  .aboutus .fabric .circular-knit-fabric .b .caption .tag-one{
    right: -10px!important;
  }
  .aboutus .fabric .circular-knit-fabric .content{
    padding:15px 0 0 0!important;
  }
  .aboutus .fabric .boa-fabric {
    margin:25px 15px!important;
  }
  .aboutus .fabric .boa-fabric .caption{
    padding:35px 10px 35px 60px!important;
  }

  .aboutus .fabric .warp-knit-fabric .caption .tag-two{
    top: 40px!important;
  }
  .aboutus .fabric .flanel-fabric .caption .tag-three{
    top:-15px!important;
    right:20px!important;
  }
  .aboutus .fabric .flanel-fabric .b .tag-four{
    top: 230px!important;
    right: -10px!important;
  }
  .aboutus .fabric .terry-loop-fabric .tag-six{
    top: -75px!important;
    right: -25px!important;
  }
  .aboutus .fabric .terry-loop-fabric .tag-seven{
    margin-top: -105px!important;
    right: -30px!important;
  }
  .aboutus .fabric .special-finish .a .tag-eight{
    top: -140px!important;
    right: -35px!important;
  }
  .aboutus .fabric .special-finish .b{
    padding-top:70px;
  }


  .aboutus .go-green .tag-left{
    font-size: 18px!important;
    line-height: 22pt!important;
    padding: 0 35px!important;
    left: -106px!important;
    top: 332px!important;
  }
  .aboutus .go-green .bg-gray .content .mtag-right{
    display:block;
    font-size: 18px!important;
    line-height: 22pt!important;
    padding: 0 35px!important;

    top: 345px;
    right: -214px!important;
    color: #050504;
    font-weight: 800;
    text-align: center;
    background: var(--msColor);
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .aboutus .fabric .warp-knit-fabric .tag-left{
    font-size: 18px!important;
    line-height: 22pt!important;
    padding: 0 35px!important;
    left: -132px!important;
    margin: -12px 0 0 0 !important;
  }
  .wrap:lang(th) .aboutus .fabric .warp-knit-fabric .tag-left{
    left: -140px!important;
  }
  .aboutus .fabric .flanel-fabric .b .tag-right{
    display:block!important;
    font-size: 18px!important;
    line-height: 22pt!important;
    padding: 0 35px!important;
    right: -160px!important;
    margin:50px 0 0 0!important;
  }
  .wrap:lang(th) .aboutus .fabric .flanel-fabric .b .tag-right{
    right: -165px!important;
  }
  .aboutus .fabric .special-finish .tag-left{
    font-size: 18px!important;
    line-height: 22pt!important;
    padding: 0 35px!important;
    left:-135px!important;
    margin:54px 0 0 0!important;
  }
  .wrap:lang(th) .aboutus .fabric .special-finish .tag-left{
    left:-142px!important;
  }



}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .aboutus{
    font-size:16px;
  }
  .aboutus h1{
    font-size:28px;
  }
  .aboutus .top-banner{
    padding-top:0px;
    border-top:1px solid var(--msColor);
  }
  .aboutus .top-banner .caption h3{
    font-size: 18px;
    line-height: 22pt;
    font-weight:700;
  }
  .aboutus .top-banner .number-one{
    width:200px;
  }
  .aboutus .top-banner .slide .caption-a{
    left:unset;
    right:75px;
    margin-top:-70%;
  }
  .wrap:lang(th) .aboutus .top-banner .slide .caption-a{
    margin-top:-75%;
    right:60px;
    width: 325px;
  }
  .aboutus .top-banner .slide .caption-a strong {
    font-size:16px;
  }
  .aboutus .jongstit-group {
    padding:5px 0 0 0;
  }
  .aboutus .jongstit-group h2 {
    margin-bottom:45px;
  }
  .aboutus .jongstit-group .img img {
    margin-bottom:15px;
  }

  .aboutus .jongstit-group ul p br{
     content: "";
   }
   .aboutus .jongstit-group ul p br:after{
    content: " ";
  }
  .aboutus .jongstit-group .certificates table{
    margin-top:0px;
  }
  .aboutus .go-green {
    padding:50px 0;
  }
  .aboutus .go-green h2{
    font-size:24px;
  }
  .aboutus .sustain{
    background-position: top 0px right 70px;
    padding: 25px 15px 15px 15px;
  }
  .aboutus .sustain u{
    font-size:24px;
    line-height:34pt;
  }
  .aboutus .sustain h5{
    margin: 45px 0 20px 0;
  }
  .aboutus .go-green .recycling{
    padding:0px;
  }
  .aboutus .go-green .recycling .cover{
    padding:0px;
  }
  .aboutus .go-green .recycling .tag-img-left{
    left:unset;
  }
  .aboutus .go-green .bg-gray .content {
    padding:50px 0;
  }
  .aboutus .go-green .recycling .icon {
    width:150px;
    height:150px;
    background-size: 150px 150px;
    top: 140px;
    left: -110px;
  }
  .aboutus .go-green .bg-gray .content img {
    margin: 20px 25px 50px 25px;
  }
  .aboutus .go-green .manufacturer .content{
    padding:35px 15px;
  }
  .aboutus .go-green .manufacturer img{
    margin-top:40px;
  }
  .aboutus .go-green .manufacturer .dot{
    margin-top:-140px;
    margin-left: 364px;
  }
  .aboutus .fabric h2{
    font-size:36px;
  }
  .aboutus .fabric .circular-knit-fabric .content{
    padding:0 15px;
  }
  .aboutus .fabric .circular-knit-fabric .a{
    padding:0;
  }
  .aboutus .fabric .warp-knit-fabric .b{
    padding:0;
  }
  .aboutus .fabric .circular-knit-fabric .tag-one {
    right:5px!important;
    width: 80px!important;
    height: 100px!important;
    background-size: 80px 100px!important;
  }
  .aboutus .fabric .warp-knit-fabric .caption .tag-two{
    width: 104px!important;
    height: 92px!important;
    background-size: 104px 92px!important;
    top: 20px!important;
    right: 5px!important;
  }
  .aboutus .fabric .flanel-fabric .caption .tag-three{
    right: unset;
    left:300px;
    top:20px;
    width: 114px!important;
    height: 104px!important;
    background-size: 114px 104px!important;
  }
  .aboutus .fabric .flanel-fabric .b .tag-four{
    top: -35px;
    right: 30px;
    width: 123px;
    height: 102px;
    background-size: 123px 102px!important;
  }
  .aboutus .fabric .terry-loop-fabric .tag-six{
    top: -30px;
    right:-30px;
    width: 121px;
    height: 104px;
    background-size: 121px 104px!important;
  }
  .aboutus .fabric .terry-loop-fabric .tag-seven{
    margin-top: -110px;
    right: 10px;
    width: 109px;
    height: 101px;
    background-size: 109px 101px!important;
  }
  .aboutus .fabric .special-finish .a .tag-eight{
    top: -45px;
    right: -140px;
    width: 120px;
    height: 104px;
    background-size: 120px 104px!important;
  }
  .aboutus .fabric .special-finish h3{
    line-height: 38pt;
    text-underline-offset: 10px;
  }


  .aboutus .fabric .flanel-fabric .caption img{
    padding:0px!important;
    margin:0px!important;
  }
  .aboutus .fabric .flanel-fabric .a a.more{
    left:0px;
    top:-110px;
  }

  .aboutus .fabric .flanel-fabric .b .cover{
    padding:0px;
  }
  .aboutus .fabric .flanel-fabric .b .info{
    padding:0px 15px 0 0;
  }


  .aboutus .fabric .flanel-fabric .caption{
    margin:0px!important;
    padding:50px 0 0 15px;
  }
  .aboutus .fabric .flanel-fabric .a .cover{
    text-align:right;
  }
  .aboutus .fabric .flanel-fabric .b a.more{
    left: 365px;
    top: -50px;
  }

  .aboutus .fabric .boa-fabric{
    margin:0px;
    padding:0 15px;
  }
  .aboutus .fabric .boa-fabric .products{
    padding-bottom:50px;
  }
  .aboutus .fabric .boa-fabric .topic h3 {
    width:47%;
  }
  .aboutus .fabric .boa-fabric .caption{
    width:50%;
    padding:0 15px;
  }
  .aboutus .fabric .boa-fabric .products p:before{
    content:unset;
  }
  .aboutus .fabric .terry-loop-fabric{
    padding:35px 0 10px 0;
  }
  .aboutus .fabric .terry-loop-fabric .caption{
    margin:0px;
    padding:40px 0;
  }

  .aboutus .fabric .special-finish .a{
    padding:35px 0;
    margin-top:10px;
  }
  .aboutus .fabric .special-finish .b{
    padding-top:115px;
  }









  .aboutus .tag-left{
    display:none;
  }


}
@media screen and (max-width: 900px){
  .wrap:lang(en) .aboutus .fabric .circular-knit-fabric a.more {
    right: 12px;
  }
  .wrap:lang(en) .aboutus .fabric .warp-knit-fabric a.more {
      right: 13px;
  }
  .wrap:lang(en) .aboutus .fabric .flanel-fabric .a a.more {
      top: -97px;
  }
  .wrap:lang(en) .aboutus .fabric .flanel-fabric .b a.more {
    top: -21px;
  }
}
@media screen and (max-width: 767px) {
  .keep{
    display:none !important;
  }
  .category.active .keep{
    display:block;
    display:block !important;
  }
  .aboutus .topmobile{
    text-align: center;
    background: var(--msColor);
  }
  .aboutus .middle-center {
    top: 42%;
  }
  .aboutus .flipbook p {
    font-size: 16px;
    line-height: 24px;
  }
  .aboutus .flipbook img {
    width: 150px;
    display: block;
    margin: auto;
  }
  .aboutus .flipbook .pr{
    padding: 0px 10px 0 30px;
  }
  .aboutus .flipbook .pl {
    padding: 0px 30px 0 10px;
  }
  .aboutus .flipbook h3 {
    padding: 20px 0 15px;
    font-size: 22px;
  }
  .aboutus .flipbook .right .content h3 {
    padding: 24px 0 15px;
  }
  .aboutus .flipbook .content .box {
    text-align: center;
  }
  .aboutus .flipbook .content{
    width: 100%;
  }
  .aboutus .flipbook a.btn-flipbook {
    font-size: 14px;
    padding: 5px 10px;
  }
  .aboutus .flipbook .heightm{
    height: 100px;
  }
  .aboutus .top-banner .caption .hbar{
    display: none!important;
  }
  .aboutus .top-banner .slide .img img{
    margin-top: -70px;
  }
  .aboutus h1 {
    font-size: 36px;
    margin: 0;
    padding: 20px 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .aboutus .category .mtag-right{
    display:block;
    position:absolute;
    z-index:3;

    font-size: var(--msFontNormal);
    line-height: 16pt;
    padding: 0px 25px;
    top:90px;
    right: -54px;
    margin:0;

    color:#050504;
    font-weight:800;
    text-align:center;
    background: var(--msColor);

    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);

  }

  .aboutus .category .info{
    padding-right:0px !important;
  }

  .boa-fabric.category .mtag-right{
    top:-30px !important;
    right:-40px!important;
  }

  .aboutus .top-banner{
    padding:0 15px !important;
  }
  .aboutus .top-banner .caption .hbar{
    position:absolute;
    z-index:10;
    top:80px;
  }
  .aboutus .top-banner .caption .hbar .pull-right{
    float:left!important;
  }
  .aboutus .top-banner .caption .hbar h1{
    margin:0;
    font-size:34px;
    padding:14px 10px;
  }
  .aboutus .top-banner .caption h3{
    position:absolute;
    color: #fff!important;
    font-size: 20px !important;
    line-height: 22pt !important;
    margin:390px 0 0 0 !important;
    padding:unset !important;
    z-index: 10;
    top:0px;
    right:30px;
    text-align:right;
  }
  .aboutus .top-banner .caption br{
     content: "";
   }
   .aboutus .top-banner .caption br:after{
    content: " ";
  }
  .aboutus .top-banner .caption .number-one{
    position:absolute;
    z-index: 10;
    left: -150px;
    top:624px;
    width:140px;
  }
  .aboutus .top-banner .slide .img{
    background:#fff;
    padding:35px 30px 45px 30px;
  }
  .aboutus .top-banner .slide .bullet{
    display:none;
  }
  .aboutus .top-banner .slide .caption-a{
    position:relative!important;
    margin: 45px 0!important;
    padding:10px!important;
    float:right;
    left:unset!important;
    width:240px!important;
    background-color:rgba(35,31,32,1)!important;
  }
  .aboutus .top-banner .slide .caption-a p{
    padding-bottom:unset!important;
    font-size:16px !important;
    line-height:18pt!important;

  }

  .aboutus .fabric .container.border{
    border:unset!important;
  }

  .aboutus .jongstit-group{
    padding: 0px 0 40px 0!important;
    border: unset!important;
  }
  .aboutus .jongstit-group .hbar{
    position: absolute;
    margin: -495px 0 0 0;
    width: 100%;
  }
  .aboutus .jongstit-group .content{
    padding:0 15px;
  }
  .aboutus .jongstit-group .hbar h2{
    margin:0;
    font-size:34px;
    padding:14px 10px;
  }
  .aboutus .jongstit-group .img{
    padding:45px 30px 15px 30px;
  }
  .aboutus .jongstit-group .trim img{
    margin:30px 0 15px 0 !important;
  }
  .aboutus .jongstit-group ul{
    list-style-type: none;
    margin:0 20px 0 0 !important;
    padding:5px 0 !important;
    border-top:2px solid var(--msColor);
    border-right:2px solid var(--msColor);
    border-left:2px solid var(--msColor);
    z-index:10;
  }
  .aboutus .jongstit-group .jong{
    margin: 0 35px 0 15px !important;
  }
  .aboutus .jongstit-group .jong .icon img{
    margin:0px!important;
  }
  .aboutus .jongstit-group .fht{
    border-bottom:2px solid var(--msColor);
  }
  .aboutus .jongstit-group .icon{
    text-align:left !important;
  }
  .aboutus .jongstit-group ul li.topic{
    display:inline-block;
    color:var(--msColor);
    font-size:var(--msListPname);
    position: relative;
    text-align:center;
    padding:35px 50px 0 0;
  }
  .aboutus .jongstit-group ul li.topic:before{
    content: url(/assets/images/aboutus/icons/up.webp);

    position: absolute;
    right:15px;
  }
  .aboutus .jongstit-group ul li.open:before{
    content: url(/assets/images/aboutus/icons/down.webp) !important;      
  }

  .aboutus .jongstit-group .caption{
    border-top:2px solid var(--msColor);
    padding:15px 15px 0 15px !important;
    display:none;
    margin-top:15px !important;
  }
  .aboutus .jongstit-group .caption p:last-child{
    padding-bottom:0px!important;
  }
  .aboutus .jongstit-group .caption.active{
    display:block;
  }
  .aboutus .jongstit-group .tag-right{
    font-size: var(--msFontNormal) !important;
    line-height: 16pt !important;
    padding: 0px 32px!important;
    right: -36px!important;
    margin: -180px 0 0 0!important;
    font-weight:normal;
  }
  .wrap:lang(en) .aboutus .jongstit-group .tag-right{
    right: -30px!important;
  }
  .aboutus .jongstit-group .certificates{
    padding:60px 15px 30px 15px !important;
  }
  .aboutus .jongstit-group .certificates table{
    margin:0px!important;
    height:unset!important;
  }
  .aboutus .jongstit-group .certificates table tr td{
    border:unset!important;
    padding:0px !important;
    text-align:center!important;
  }
  .aboutus .jongstit-group .certificates img{
    max-width:100%!important;
    height:unset!important;
    margin:0px!important;
  }
  .aboutus .go-green{
    padding:15px 0 !important;
  }
  .aboutus .go-green .tab{
    position:absolute;
    width:100%;
    top:-1120px;
  }
  .wrap:lang(en) .aboutus .go-green .tab{
    top:-1202px;
  }
  .aboutus .go-green h2{
    font-size:28px!important;
  }
  .aboutus .go-green .tab .dot{
    width:240px!important;
    height:115px!important;
    margin:25px 0 !important;
  }
  .aboutus .go-green .sustain-img{
    width: 100%;
    position: absolute;
    top:-900px;
  }
  .wrap:lang(en) .aboutus .go-green .sustain-img{
    top:-988px;
  }
  .aboutus .sustain h5 {
    margin: 40px 0 20px 0;
    padding: 0;
  }
  .aboutus .ab-line {
    position: absolute;
    top: 39%;
    left: 29%;
    border-top: 1px solid var(--msColor);
    border-left: 1px solid var(--msColor);
    width: 180px;
    height: 850px;
    z-index: 1;
  }
  .wrap:lang(en) .aboutus .ab-line{
    display: none;
  }
  .aboutus .go-green .sustain-img .mtag-right{
    display: block;
    font-size: var(--msFontNormal) !important;
    line-height: 25pt !important;
    padding: 0px 32px!important;
    top: 730px;
    right: -49px!important;
    color: #050504;
    font-weight: 800;
    text-align: center;
    background: var(--msColor);
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .wrap:lang(en) .aboutus .go-green .sustain-img .mtag-right{
    display: none;
  }
  .aboutus .go-green .sustain{
    padding:560px 15px 0 15px !important;
    margin:0px!important;
    background-position:top 550px right 10px!important;
  }
  .aboutus .go-green .sustain u{
    font-size:30px!important;
  }
  .aboutus .go-green .recycling{
    padding: 150px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .aboutus .go-green .recycling .icon{
    left: unset!important;
    top: -180px!important;
    background-size: 140px 140px !important;

    width:92%!important;
    height:145px!important;
  }
  .aboutus .go-green .recycling .cover {
    margin-right:5px;
    order: 2;
  }
  .aboutus .go-green .recycling .tag-img-left{
    top:0!important;
    left:0!important;
  }
  .aboutus .go-green .recycling .cover .image{
    margin-top:40px!important;
  }
  .aboutus .go-green .recycling .bg-gray {
    order: 1;
    margin:150px 20px 35px 15px;
  }
  .aboutus .go-green .bg-gray .content{
    padding:50px 0 100px 0!important;
  }
  .aboutus .go-green .bg-gray .content img {
    padding: 20px 0 45px 0;
    margin: auto;
    display: block;
  }
  .aboutus .go-green .bg-gray .content .mtag-right{
    display: block;
    font-size: var(--msFontNormal) !important;
    line-height: 16pt !important;
    padding: 0px 32px!important;
    top: 325px;
    right: -92px!important;
    color: #050504;
    font-weight: 800;
    text-align: center;
    background: var(--msColor);
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .wrap:lang(en) .aboutus .go-green .bg-gray .content .mtag-right{
    right: -105px!important;
  }
  .aboutus .go-green .manufacturer .content{
    margin:0 35px 0 15px;
    padding:35px 15px!important;
    text-align:left!important;
  }
  .aboutus .go-green .manufacturer .content .mtag-right{
    display: block;
    font-size: var(--msFontNormal) !important;
    line-height: 16pt !important;
    padding: 0px 32px!important;
    top: 0px;
    right: -75px!important;
    color: #050504;
    font-weight: 800;
    text-align: center;
    background: var(--msColor);
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .wrap:lang(en) .aboutus .go-green .manufacturer .content .mtag-right{
    right: -88px!important;
  }
  .aboutus .go-green .imgmobile100{
    width: 100%;
  }
  .aboutus .go-green .manufacturer .dot{
    position:absolute;
    margin: 164px 0px 0px 47px !important;
  }
  .aboutus .fabric .topic{
    margin: 120px 15px 15px 15px !important;
    padding:15px;
    border-left:2px solid var(--msColor);
    border-right:2px solid var(--msColor);
  }
  .aboutus .fabric h2{
    font-size:34px!important;
    line-height:36pt!important;
    text-align:left!important;
    padding:10px 0!important;
  }
  .aboutus .fabric .content{
    border-bottom:2px solid var(--msColor);
    margin:0px 35px 0px 30px!important;
    padding:0px!important;
  }
  .aboutus .fabric .circular-knit-fabric .content{
    padding:0 15px!important;
  }
  .aboutus .fabric .circular-knit-fabric .a{
    padding:0!important;
  }
  .aboutus .fabric .circular-knit-fabric .a img{
    position:absolute;
    margin:30px 0 0 0px!important;
    z-index:2;
    width:150px;
  }
  .aboutus .fabric .circular-knit-fabric a.more {
    left:0px;
    bottom:-27px!important;
  }
  .aboutus .fabric .circular-knit-fabric .b .caption{
    padding:120px 0 25px 0!important;
  }
  .aboutus .fabric .circular-knit-fabric .b img{
    margin-top:0px!important;
  }
  .aboutus .fabric .caption{
    padding:120px 0 25px 0!important;
  }
  .aboutus .fabric .caption h3{
    font-size:16px!important;
    line-height:18pt!important;
    text-underline-offset:8px!important;
    margin:0 0 5px 155px!important;
    padding:0 0 5px 0!important;
  }
  .aboutus .fabric .caption .more-info{
    display:block !important;
    padding:0px 10px 0px 18px;
    margin:0 0 0 155px;
    font-size:var(--msFontSize);
    color: var(--msColor);
    z-index:99;
    position: relative;
  }
  .aboutus .fabric .caption .more-info:before{
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    color: var(--msColor);
    font-size: 14px;
    position: absolute;
    left: 0;
  }
  .aboutus .fabric .category.active .more-info{
    color:#ccc;
  }
  .aboutus .fabric .category.active .more-info:before{
    content: "\f068";
    color:#ccc!important;
  }

  .aboutus .fabric .caption .tag-fabric{
    right:unset!important;
    top:25px!important;
    left:165px;
    width:90px !important;
    height:90px !important;
    background-size: 80px 80px;
  }
  .aboutus .fabric p{
    margin-top:20px!important;
  }
  .aboutus .fabric .caption img{
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:35px;
  }
  .aboutus .fabric a.more{
    right: unset!important;
    left:0px;
    bottom:-87px!important;
    background:#fff;
    z-index:2;
  }

  .aboutus .fabric a.more .up{
    width: 120%;
    height: 46px;
    position: absolute;
    top:-2px;
    right: -130%;
    z-index:10;
  }
  .aboutus .fabric a.more .up:before{
    content: url(/assets/images/aboutus/icons/down.webp);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .aboutus .warp-knit-fabric .content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .aboutus .warp-knit-fabric .content .b {
    order: 1;
    padding-top:0px!important;
    z-index: 2;
    position:absolute;
    margin-top:30px;
  }
  .aboutus .warp-knit-fabric .content .a {
    order: 2;
    z-index: 1;
    background:#fff!important;
  }
  .aboutus .warp-knit-fabric .content .b img{
    width:150px;
  }
  .aboutus .warp-knit-fabric .content .a .tag-left{
    display:none;
  }
  .aboutus .fabric .warp-knit-fabric a.more{
    bottom:-27px!important;
  }
  .aboutus .fabric .warp-knit-fabric .content{
    margin:0px 35px 0px 30px!important;
    padding:0px!important;
  }
  .aboutus .flanel-fabric .content{
    margin:0px 35px 0px 30px!important;
    padding:0!important;
  }
  .aboutus .flanel-fabric .a{
    margin:0 !important;
    padding:115px 0 25px 0 !important;
    border-right: unset!important;
    border-bottom:2px solid var(--msColor);
    background:var(--bggray);
  }
  .aboutus .flanel-fabric .flex{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .aboutus .flanel-fabric .flex .info{
    order:2;
  }
  .aboutus .flanel-fabric .flex .cover{
    order:1;
  }
  .aboutus .flanel-fabric .flex .ref{
    order:3;
  }
  .aboutus .flanel-fabric a.more{
    bottom:-18px!important;
    left:-15px!important;
  }
  .aboutus .flanel-fabric .a img{
    position:absolute;
    top:-90px;
    left:0;
    width:150px;
    max-width:unset!important;
    padding:0px!important;
  }
  .aboutus .fabric .flanel-fabric .caption .tag-three{
    top:25px!important;
  }

  .aboutus .flanel-fabric .b{
    margin:0 !important;
    padding:140px 0 25px 0 !important;
    border-right: unset!important;
    background:#fff;
  }
  .aboutus .flanel-fabric .b img{
    position:absolute;
    top:-95px;
    left:0;
    width:150px;
    padding:0px!important;
  }
  .aboutus .fabric .flanel-fabric .b .tag-four{
    top:-100px!important;
  }
  .aboutus .fabric .flanel-fabric .b a.more{
    bottom:-18px!important;
    left:-15px!important;
  }

  .aboutus .fabric .boa-fabric{
    padding:15px!important;
    margin:0 20px 0 15px!important;
    border-bottom:2px solid var(--msColor);
  }
  .aboutus .fabric .boa-fabric .topic .tag-five{
    left:150px!important;
    top:-95px!important;
  }
  .aboutus .fabric .boa-fabric .mcover-cate{
    display:block;
    width:150px;
    position:absolute;
    left:-15px;
    top:-95px;
  }
  .aboutus .fabric .boa-fabric .more-info{
    display:block !important;
    padding:0px 10px 0px 18px;
    margin:0 0 0 150px;
    font-size:var(--msFontSize);
    z-index:3;
    position: relative;
  }
  .aboutus .fabric .boa-fabric .more-info:before{
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    color: var(--msColor);
    font-size: 14px;
    position: absolute;
    left: 0;
  }
  .aboutus .fabric .boa-fabric .tag-fabric{
    right:unset!important;
    top:25px!important;
    left:160px;
    width:90px !important;
    height:90px !important;
    background-size: 80px 80px;
  }
  .aboutus .fabric .boa-fabric .topic h3{
    width:100%!important;
    font-size:18px!important;
    line-height:20pt!important;
    text-decoration: underline!important;
    text-underline-offset:10px!important;
    text-decoration-color:var(--msColor)!important;
    padding:0px 0 10px 10px!important;
    position:relative!important;
    text-align:center !important;
  }
  .aboutus .fabric .boa-fabric .caption{
    width:100% !important;
    padding:15px 20px 15px 0!important;
    border-left:unset!important;
  }
  .aboutus .fabric .boa-fabric .products img{
    margin:15px 0 0 0;
    padding:0px!important;
  }
  .aboutus .fabric .boa-fabric .products{
    padding-bottom:25px!important;
  }
  .aboutus .fabric .boa-fabric .products p{
    margin:0 0 50px 20px;
    padding:0px!important;
  }
  .aboutus .fabric .boa-fabric .products a.more{
    bottom:25px!important;
    left:20px!important;
  }

  .aboutus .fabric .terry-loop-fabric{
    padding:0px 15px !important;
    margin:0 20px 0 15px!important;
  }
  .aboutus .fabric .terry-loop-fabric .caption{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-right: unset!important;
    border-bottom:2px solid var(--msColor);
    margin:0px!important;
    padding:130px 0 20px 0!important;
  }
  .aboutus .fabric .terry-loop-fabric .caption.a{
    background:#fff;
  }
  .aboutus .fabric .terry-loop-fabric .caption.b{
    background:var(--bggray);
  }
  .aboutus .fabric .caption .tag-six{
    top:-90px!important;
  }
  .aboutus .fabric .terry-loop-fabric .info{
    order:2;
  }
  .aboutus .fabric .terry-loop-fabric .cover{
    order:1;
  }
  .aboutus .fabric .terry-loop-fabric .cover img{
    position:absolute;
    padding:0px!important;
    margin:0px!important;
    top:-90px;
    left:0px;
    width:150px;
  }
  .aboutus .fabric .terry-loop-fabric .ref{
    order:3;
  }
  .aboutus .fabric .terry-loop-fabric .ref a.more{
    bottom:unset!important;
    top:13px;
    left:-16px;
  }

  .aboutus .fabric .terry-loop-fabric .tag-seven{
    margin-top:-120px!important;
  }

  .aboutus .fabric .special-finish{
    padding:0px 15px !important;
    margin:0 20px 0 15px!important;
  }
  .aboutus .fabric .special-finish h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .aboutus .fabric .special-finish .flex{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .aboutus .fabric .special-finish .a{
    order:2;
    padding:130px 0 20px 0 !important;
    border-bottom: 2px solid var(--msColor);
    background:#fff!important;
  }
  .aboutus .fabric .special-finish .b{
    order:1;
    margin:0px!important;
    padding:0px!important;
  }
  .aboutus .fabric .special-finish .b img{
    position:absolute;
    left:0px;
    top: 40px;
    width:150px;
    margin:0px!important;
    padding:0px!important;
  }
  .aboutus .fabric .special-finish .a .tag-eight{
    top:-90px!important;
  }
  .aboutus .fabric .special-finish .ref a.more{
    bottom:unset!important;
    top:13px;
    left:-16px;
  }

  .aboutus .fabric .special-finish .ref img{
    display:none;
  }
  .aboutus .tag-left{
    display:none!important;
  }

}
@media screen and (max-width: 430px) {
  /*428 iphone 13 promax*/
  .aboutus .middle-center {
    top: 45%;
  }
  .aboutus .ab-line {
    top: 39%;
    left: 27%;
    width: 112px;
    height: 743px;
  }
  .aboutus .go-green .sustain {
    padding: 350px 15px 0 15px !important;
  }
  .aboutus .go-green .sustain-img .mtag-right {
    display: none;
  }
  .aboutus .go-green .recycling {
    padding: 100px 0;
  }
  .aboutus .go-green .manufacturer .dot {
    margin: 148px 0px 0px 24px !important;
  }
  .aboutus .go-green .tab {
    top: -1214px;
  }
  .aboutus .go-green .sustain-img {
    top: -992px;
  }
  .aboutus .category .mtag-right {
    right: -56px;
  }
}
@media screen and (max-width: 414px) {
  .aboutus .middle-center {
    top: 45%;
  }
  .aboutus .ab-line {
    top: 40%;
    left: 27%;
    width: 99px;
    height: 700px;
  }
  .aboutus .go-green .tab {
    top: -1274px;
  }
  .aboutus .go-green .sustain-img {
    top: -1046px;
  }
  .aboutus .go-green .manufacturer .dot {
    margin: 145px 0px 0px 15px !important;
  }
}
@media screen and (max-width: 400px) {
  .aboutus .flipbook img {
    width: 120px;
  }
  .aboutus .flipbook h3 {
    font-size: 19px;
  }
  .aboutus .flipbook p {
    font-size: 15px;
    line-height: 22px;
  }
  .aboutus .flipbook a.btn-flipbook {
    font-size: 12px;
    padding: 5px 5px;
  }
  .aboutus .flipbook .heightm {
    height: 80px;
  }
  .aboutus .top-banner .caption h3 {
    margin: 300px 0 0 0 !important;
  }
  .aboutus .ab-line {
    top: 35%;
    left: 26%;
    width: 99px;
    height: 732px;
  }
  .aboutus .go-green .manufacturer .dot {
    margin: 142px 0px 0px 9px !important;
  }
}
@media screen and (max-width: 390px) {
  .aboutus .top-banner .caption h3 {
    margin: 290px 0 0 0 !important;
  }
  .aboutus .top-banner .caption .number-one {
    top: 500px;
  }
  .aboutus .ab-line {
    top: 32%;
    left: 26%;
    width: 92px;
    height: 743px;
  }
  .aboutus .go-green .tab {
    top: -1313px;
  }
  .aboutus .go-green .sustain-img {
    top: -1085px;
  }
  .aboutus .go-green .manufacturer .dot {
    margin: 140px 0px 0px 5px !important;
  }
}
@media screen and (max-width: 380px) {
  .aboutus .fabric h2{
    font-size: 28px!important;
    line-height: 30pt!important;
  }
  .aboutus .top-banner .caption h3{
    top:-80px !important;
  }
  .aboutus .top-banner .caption .number-one {
    width: 106px;
    top: 493px!important;
    left: -122px;
  }
  .aboutus .jongstit-group .hbar {
    margin:-460px 0 0 0!important;
  }
  .aboutus .jongstit-group .img{
    padding:0px 30px 15px 30px;
  }
  .aboutus .jongstit-group .tag-right {
    padding: 0px 26px !important;
    right: -30px !important;
    margin: -160px 0 0 0!important;
  }
  .wrap:lang(en) .aboutus .jongstit-group .tag-right {
    right: -24px!important;
  }
  .aboutus .fabric .boa-fabric .topic h3{
    padding:0px 0 10px 45px!important;
  }
  .aboutus .flipbook .right .content h3 {
    padding: 23px 0 15px;
  }
  .aboutus .ab-line {
    top: 28%;
    left: 27%;
    width: 108px;
    height: 754px;
  }
  .aboutus .go-green .manufacturer .dot {
    margin: 138px 0px 0px 0px !important;
  }
}
@media screen and (max-width: 375px) { 
  /*iphone x */
  .aboutus .go-green .tab {
    top: -1313px;
  
  }
  .aboutus .go-green .sustain-img {
    top: -1072px;
  }
  .wrap:lang(en) .aboutus .go-green .tab {
    top: -1265px;
  }
  .wrap:lang(en) .aboutus .go-green .sustain-img {
    top: -1019px;
  }
}
@media screen and (max-width: 370px) {
  .aboutus .ab-line {
    width: 91px;
  }
  .aboutus .go-green .tab {
    top: -1305px;
  }
  .aboutus .go-green .sustain-img {
    top: -1063px;
  }
}
@media screen and (max-width: 365px) {
  .aboutus .ab-line {
    width: 91px;
    top: 29%;
    height: 723px;
    left: 26%;
  }
}
@media screen and (max-width: 350px) {
  .aboutus .ab-line {
    display: none;
  }
  .aboutus{
    font-size:15px !important;
    line-height:17pt !important;
  }
  .aboutus .fabric h2{
    font-size: 24px!important;
    line-height: 26pt!important;
  }
  .aboutus .top-banner .caption h3{
    font-size:16px!important;
    line-height:18pt!important;
    top:-130px!important;
  }
  .aboutus .top-banner .slide .caption-a{
    width: 200px!important;
  }
  .aboutus .top-banner .slide .caption-a strong {
    font-size: 14px !important;
  }
  .aboutus .top-banner .slide .caption-a p{
    font-size: 13px !important;
    line-height: 14pt!important;
  }
  .aboutus .top-banner .caption .number-one{
    top:478px!important;
    left:-120px;
    width:120px;
  }

  .aboutus .category .cover img{
    top:-80px!important;
    width:130px !important;
  }
  .aboutus .category .info{
    padding-right:0px!important;
  }
  .aboutus .category .info h3{
    margin:0 0 0 130px!important;
    padding:0 0 2px 0!important;
  }

  .aboutus .jongstit-group .hbar {
    margin:-420px 0 0 0!important;
  }
  .aboutus .jongstit-group .hbar h2{
    font-size:26px;
  }
  .aboutus .jongstit-group .tag-right {
    padding: 0px 18px !important;
    right: -22px !important;
    margin: -132px 0 0 0!important;
  }
  .aboutus .go-green .sustain{
    padding:480px 15px 0 15px !important;
    background-position: top 455px right 10px !important;
  }
  .aboutus .go-green .tab{
    top:-1140px;
  }
  .aboutus .go-green .sustain-img {
    top:-925px;
  }
  .aboutus .go-green .sustain u {
    font-size:22px!important;
    line-height:34pt!important;
  }
  .aboutus .sustain h5 {
    margin-top:40px!important;
  }
  .aboutus .go-green .bg-gray .content .mtag-right{
    top:350px!important;
  }
  .aboutus .fabric .caption h3{
    font-size: 14px!important;
    line-height: 18pt!important;
    text-underline-offset: 7px!important;
  }
  .aboutus .fabric .caption .tag-fabric{
    width: 72px!important;
    height: 72px!important;
    background-size: 70px 70px;
  }


  .aboutus .fabric .circular-knit-fabric .b .caption{
    padding:110px 0 25px 0 !important;
  }
  .aboutus .fabric .circular-knit-fabric .a img{
    margin:0px!important;
    padding:0px!important;
    top:30px !important;
  }
  .aboutus .warp-knit-fabric .content .a{
    padding:110px 0 25px 0 !important;
  }
  .aboutus .flanel-fabric .b{
    padding:110px 0 25px 0 !important;
  }
  .aboutus .fabric .boa-fabric .topic{
    padding:95px 0 0 0 !important;
    margin:0 15px !important;
  }
  .aboutus .fabric .boa-fabric .cover img{
    margin:0px!important;
    padding:0px!important;
    top:10px !important;
  }
  .aboutus .fabric .boa-fabric .topic h3{
    padding:0px 0 2px 45px!important;
    margin:0px!important;
    font-size: 14px!important;
    line-height: 18pt!important;
    text-underline-offset: 5px!important;
  }
  .boa-fabric.category .mtag-right{
    top:60px!important;
  }
  .aboutus .fabric .flanel-fabric .a{
    padding:110px 0 25px 0 !important;
  }
  .aboutus .fabric .circular-knit-fabric .b .caption .tag-one{
    top: 30px!important;
    left: 145px;
  }
  .aboutus .fabric .warp-knit-fabric .caption .tag-two{
    top: 30px!important;
    left: 145px;
  }
  .aboutus .fabric .flanel-fabric .caption .tag-three{
    top:30px!important;
    left:145px!important;
  }
  .aboutus .fabric .flanel-fabric .b .tag-four{
    top:-80px!important;
    left:145px!important;
  }
  .aboutus .fabric .boa-fabric .topic .tag-five{
    left:125px!important;
    top:5px!important;
  }
  .aboutus .fabric .terry-loop-fabric .tag-six{
    top:-80px!important;
    left:145px!important;
  }
  .aboutus .fabric .terry-loop-fabric .tag-seven{
    top:40px!important;
    left:145px!important;
  }
  .aboutus .fabric .special-finish .a .tag-eight {
    top:-80px!important;
    left:145px!important;
  }
  .aboutus .category .info .more-info{
    margin:0 0 0 130px!important;
    font-size: 14px!important;
  }
  .aboutus .fabric .caption .more-info:before{
    font-size: 12px!important;
    top:0px;
  }
  .aboutus .fabric .terry-loop-fabric .caption.a,
  .aboutus .fabric .terry-loop-fabric .caption.b{
    padding:105px 0 20px 0 !important;
  }
  .aboutus .fabric .special-finish .b img{
    top:25px !important;
    left:0px !important;
  }

  .aboutus .fabric .special-finish .a{
    padding:110px 0 20px 0 !important;
  }


  footer .copyright .container{
    font-size:11px !important;
    padding:5px 0!important;
  }
  .aboutus .flipbook img {
    width: 85px;
  }
  .aboutus .flipbook h3 {
    font-size: 16px;
  }
  .aboutus .flipbook a.btn-flipbook {
    font-size: 11px;
    padding: 5px 5px;
  }
  .aboutus .flipbook .right .content h3 {
    padding: 22px 0 15px;
  }
  .wrap:lang(en) .aboutus .jongstit-group .tag-right {
    right: -16px!important;
  }
  .wrap:lang(en) .aboutus .go-green .tab {
    top: -1108px;
  }
  .wrap:lang(en) .aboutus .go-green .sustain-img {
    top: -882px;
  }
}