@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  #nav-icon3 {
    top: 0rem;
  }
  .navbar-collapse {
    width: 50%;
  }
  .navbar-brand {
    text-align: left;
  }
  .navbar-nav .dropdown-menu {
    margin: 0 auto;
  }

  .banner--slide {
    padding-top: 0;
  }
  .banner--slide .img-banner {
    height: 100%;
    text-align: right;
  }
  .banner--slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner-caption h1 {
    -webkit-line-clamp: inherit;
    height: auto;
  }
  .banner-caption h2 {
    -webkit-line-clamp: 4;
    height: calc(1rem * 1.3 * 6);
  }
  .banner-caption {
    padding: 2rem 2rem 0;
  }
  #carouselSlideIndicators .carousel-item img {
    width: 500px;
    max-width: inherit;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 5%;
    align-items: center;
  }
  #carouselSlideIndicators .carousel-indicators {
    margin-left: 5%;
  }

  .about-box {
    margin: 0;
  }
  .footer {
    padding: 5% 0 3%;
  }
  .content-box,
  .content-cartpage {
    padding: 5% 0;
  }
  .contact-footer {
    margin: 0;
  }
  .policy-box {
    width: 420px;
    padding: 2rem 1rem;
  }

  .ladding-text--v3 img {
    max-width: 515px;
  }
  .ladding-text--v3 h1 {
    font-size: 38px;
  }
  .ladding-text--v3 h2 {
    font-size: 28px;
  }
  .ladding-text--v3 {
    padding: 2rem;
  }

  .text-1box {
    margin: 0;
  }
  .text-1box h1 {
    font-size: 30px;
  }
  .content-cleanroom {
    padding: 7% 0%;
  }
  .content-cleanroom::before {
    width: 60%;
    height: 20%;
  }
  .content-workwear .text-1box {
    text-align: right;
    border-left: none;
    padding-left: 0;
    border-right: 4px solid #00ffff;
    padding-right: 20px;
  }
  .content-workwear {
    padding: 5% 0;
    background: -webkit-linear-gradient(
      left,
      rgba(224, 255, 255, 1) 0%,
      rgba(224, 255, 255, 1) 60%,
      rgba(255, 255, 255, 1) 60%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(224, 255, 255, 1) 0%,
      rgba(224, 255, 255, 1) 60%,
      rgba(255, 255, 255, 1) 60%,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(224, 255, 255, 1) 0%,
      rgba(224, 255, 255, 1) 60%,
      rgba(255, 255, 255, 1) 60%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  .content-workwear .row {
    align-items: flex-end;
  }
  .contact-headerbar .social-header {
    margin: 0;
    padding: 0;
    text-align: right;
  }
  .contact-headerbar .social-header img {
    filter: brightness(0) invert(1);
    width: 40px;
    margin: 0;
  }
  .contact-headerbar .social-header img:hover {
    filter: none;
  }

  .banner-title,
  .content-cleanroompage,
  .content-asg,
  .content-aboutpage,
  .content-aboutpage2 {
    padding: 5% 0;
  }
  .menu-product {
    margin: 0;
  }
  .table-cleanroom table {
    min-width: inherit;
    width: 100%;
  }
  .asg-text {
    margin: 0;
  }
  .content-contactpage,
  .content-workwearpage,
  .content-clientspage,
  .content-policypage {
    padding: 5% 0;
  }

  .pic-map {
    margin: 0;
  }
  .titlemap-pic {
    border-radius: 20px 0 0 20px;
    border-right: none;
    margin: 0;
  }
  .title-sub {
    font-size: 28px;
  }
  .vdo-present {
    height: 315px;
  }
  .slide-products {
    margin-bottom: 0;
  }
  .content-products {
    padding: 5% 0;
  }
  .tabs-category ul.nav-pills#pills-tab {
    margin: 0 auto 3rem;
  }

  .img-heightbox {
    height: 100%;
  }
  .img-heightbox img {
    height: 100%;
    object-fit: cover;
  }
  .formregister {
    padding: 1rem;
  }
  .img-radius {
    width: 90px;
    height: 90px;
  }
  .slideshow-products .slider-nav {
    padding: 1.5rem 0;
  }
  .textdetail-products {
    margin: auto;
  }
  .content-profilepage {
    padding: 5% 0;
  }

  .tabsprofile ul.nav-pills li {
    width: 33.33%;
  }
  .tabsprofile ul.nav-pills li a {
    border-right: 1px solid #28b9eb;
  }

  
	.slideshow-products .slick-slide .img-products  {
		aspect-ratio: 3 / 3;
	}

	.slideshow-products .slick-slide .img-products img {
		aspect-ratio: 3 / 3;
		object-fit: contain;
	}
}
/*///////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 992px) {
  .menumobile-set {
    display: none;
  }
  #nav-icon3 {
    display: none;
  }
  .headbar-main {
    padding-bottom: 0;
  }
  .navbar-expand-lg .navbar-collapse {
    width: 100%;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav li {
    width: auto;
    margin: auto;
    padding: 0;
    font-size: 16px;
  }
  .navbar-nav li a {
    padding: 1px 8px;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
  }
  .navbar-nav .dropdown-menu {
    min-width: 17rem;
    padding: 0;
    /*overflow: hidden;*/
    transition: all 1s;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.23);
  }
  .navbar-nav .dropdown-menu a {
    border-radius: 0;
  }
  .navbar-nav .dropdown-menu a {
    color: #fff;
    transition: all 0.5s;
  }
  .navbar-nav .dropdown-menu a.radiustop {
    border-radius: 10px 10px 0 0;
  }
  .navbar-nav .dropdown-menu a.radiusbottom {
    border-radius: 0 0 10px 10px;
  }
  .navbar-nav li.dropend img {
    transform: rotate(-90deg);
  }
  .navbar-nav li.active .dropdown-menu a {
    background: #87cefa;
    color: #fff;
  }
  .navbar-nav .dropdown-menu li.dropend a {
    background: #fff;
    color: #87cefa;
  }
  .navbar-nav li.active li.dropend .dropdown-menu a {
    background: #6fb6e2;
    color: #fff;
  }
  .navbar-nav .dropdown-menu li.dropend .dropdown-menu a:hover {
    background: #fff;
    color: #6fb6e2;
  }
  .navbar-nav .dropdown-menu a:hover {
    background: #fff;
    color: #28b9eb;
    padding-left: 20px;
  }
  .line-mobile {
    display: none;
  }

  .navbar-nav li.dropend .dropdown-menu {
    left: 100%;
    right: auto;
    top: 15%;
  }
  .navbar-nav li .contact-header a {
    padding: 0;
  }

  .navbar-nav li .contact-header img {
    width: 40px;
    margin: 0 5px;
  }

  .about-box h1,
  .text-1box h1 {
    font-size: 42px;
  }
  .about-box h2 {
    font-size: 24px;
  }
  .text-tagline p {
    font-size: 24px;
  }

  .carousel-control-next img,
  .carousel-control-prev img {
    width: 1rem;
  }
  .social-footer {
    margin: 0;
    text-align: left;
  }
  .social-footer img {
    width: 50px;
  }

  #carouselSlideIndicators .carousel-item img {
    width: 100%;
  }
  .navbar-brand img {
    max-width: 100%;
    width: auto;
  }

  .landding-v3-contentpage {
    padding: 7% 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner-caption h1 {
    font-size: 50px;
    -webkit-line-clamp: 5;
    height: calc(1rem * 1.75 * 5);
  }

  .banner-caption {
    padding: 3rem 2rem 4rem 3rem;
  }
  .img-about li,
  .img-about li::before {
    border-radius: 50px;
  }

  .social-footer h1 {
    text-align: left;
  }
  .content-cleanroom::before {
    height: 30%;
  }
  .content-workwear {
    padding: 0 0 10%;
  }
  .content-workwear .text-1box {
    margin: 0 0 5rem;
  }

  .contact-headerbar .social-header img {
    width: 45px;
  }

  .text-clean h2 {
    font-size: 30px;
    margin-bottom: 1rem;
  }
  .mapbox {
    height: 420px;
  }
  .text-about2 img {
    width: 320px;
  }
  .titlemap-pic p {
    padding: 2rem 1rem;
  }
  .title-sub {
    font-size: 33px;
  }
  #carouselworkwear .carousel-item {
    height: 315px;
  }
  #carouselworkwear .carousel-indicators button {
    height: 95px;
  }
  .formregister {
    padding: 2rem 1rem;
  }
  .boxform .imgicon {
    padding: 8px 15px;
  }
}
/*//./////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
  .container {
    max-width: 1280px;
  }
  .banner-caption {
    padding: 5rem 2rem 4rem 3rem;
  }
  .banner-caption h1 {
    font-size: 57px;
    -webkit-line-clamp: inherit;
    height: auto;
  }
  .about-box h1,
  .text-1box h1 {
    font-size: 50px;
  }
  .about-box h2,
  .text-tagline p,
  .banner-caption h2 {
    font-size: 28px;
  }
  .banner--slide {
    padding-top: 0;
  }

  .landding-v3-contentpage {
    padding: 5% 0;
  }
  .ladding-text--v3 h1 {
    font-size: 48px;
    margin-bottom: 2.5rem;
  }
  .ladding-text--v3 img {
    max-width: 484px;
  }

  .text-clean h1 {
    font-size: 28px;
  }
  .text-clean h2 {
    font-size: 35px;
  }
  .text-clean ul li {
    padding-bottom: 15px;
  }

  .text-about h1 {
    font-size: 45px;
  }
  .text-about h2,
  .asg-text h1 {
    font-size: 52px;
  }
  .text-about span,
  .accordion--about .accordion-header {
    font-size: 20px;
  }

  .mapbox {
    height: 420px;
  }
  .vdo-present {
    height: 420px;
  }

  #carouselworkwear .carousel-item {
    height: 420px;
  }
  #carouselworkwear .carousel-indicators button {
    height: 95px;
  }

  .navbar-nav .dropdown-menu {
    max-height: 310px;
  }
  .navbar-nav li.profilepage img,
  .navbar-nav li.cartpage img {
    width: 25px;
  }
  .navbar-nav li a {
    padding: 5px 18px;
  }
  .login-btn {
    width: 65%;
    padding: 6px;
  }

  .content-registerpage .row {
    height: 100vh;
  }
  .formregister {
    margin-top: 15rem;
  }
  .img-radius {
    width: 120px;
    height: 120px;
    padding: 1.2rem;
  }
  .tablehistory table {
    min-width: inherit;
  }
  .cart-redius .tablehistory table th:nth-of-type(1),
  .cart-redius .tablehistory table th:nth-of-type(2) {
    width: 20%;
  }
  .addquantity.number-input input[type="number"] {
    max-width: 75px;
  }
}
/*///////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1440px) {
  .container {
    max-width: 1336px;
  }

  .banner-caption h1 {
    font-size: 70px;
  }
  .about-box h1,
  .text-1box h1 {
    font-size: 64px;
  }
  .about-box a,
  .text-1box a {
    padding: 6px 20px;
  }
  /*.landding-v3-contentpage{height: auto;}	*/

  .landding-v3-contentpage .textweb {
    margin: 2rem auto 0;
  }
  .about-box h2,
  .text-tagline p,
  .banner-caption h2 {
    font-size: 30px;
  }
  .banner-caption {
    padding: 3rem 0 4rem 5rem;
  }
  .banner-caption a {
    margin-top: 2rem;
  }

  /*.banner--slide .row{align-items: flex-end;}
	.banner--slide .img-banner{height: auto;}
	#carouselSlideIndicators .carousel-item img {
		width: auto;
		max-width: 100%;
		height: auto;
		object-fit: scale-down;
	}*/
  .banner-caption h2 {
    -webkit-line-clamp: inherit;
    height: auto;
  }
  .navbar-nav li a {
    padding: 8px 20px;
  }
  .accordion--about {
    margin-top: 4rem;
  }
  .banner-title h1 {
    font-size: 55px;
  }
  .text-about span,
  .accordion--about .accordion-header {
    font-size: 24px;
  }
  .message-contact h1,
  .title-sub {
    font-size: 45px;
  }
  .formregister {
    padding: 3rem 1rem;
  }
  .formregister {
    margin-top: 5rem;
  }

  .successbox {
    padding: 0 5%;
  }
}
/*///////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }

  .ladding-text--v3 .row {
    width: 90%;
    margin: auto;
  }
  .ladding-text--v3 h2 {
    font-size: 30px;
  }
  .landding-v3-contentpage .textweb {
    color: #fff;
    margin: 2rem auto 0;
  }
  .ladding-text--v3 img {
    max-width: 586px;
  }
  .about-box h2,
  .text-tagline p,
  .banner-caption h2 {
    font-size: 31px;
  }
  #carouselSlideIndicators .carousel-indicators {
    margin-left: 7%;
  }
  .titlemap-pic p {
    padding: 2.5rem 1rem;
    font-size: 28px;
  }
  .vdo-present {
    height: 515px;
  }

  #carouselworkwear .carousel-item {
    height: 420px;
  }
  #carouselworkwear .carousel-indicators button {
    height: 115px;
  }
  .successbox {
    padding: 0 8%;
  }
}
/*///////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1800px) {
  html {
    font-size: 20px;
  }
  .container {
    max-width: 1600px;
  }
  .banner-caption h1 {
    font-size: 80px;
  }
  .banner-caption h2 {
    font-size: 42px;
  }
  .about-box h2 {
    font-size: 33px;
  }
  .about-box h1,
  .text-1box h1 {
    font-size: 60px;
  }

  #carouselworkwear .carousel-item {
    height: 480px;
  }
  #carouselworkwear .carousel-indicators button {
    height: 135px;
  }
}
