@media (min-width: 1600px) {
  .d-none-1440 {
    display: none;
  }

  .about .about-content .about-content-left ul {
    padding-top: 0 !important;
  }

  .about .about-content .img-left,
  .about .about-content .img-right {
    height: 100% !important;
  }
}

@media (min-width: 480px) {
  .d-none-dk {
    display: none !important;
  }
}

/* Mobile HomePage */
@media (max-width: 480px) {
  .bgcl-yellow {
    background-color: var(--yellow) !important;
  }

  .bgcl-black {
    background-color: var(--black) !important;
  }

  .tcl-yellow {
    color: var(--yellow) !important;
  }

  .content-1 {
    background-size: contain !important;
    background-position: bottom !important;
  }
  .productLine .video-title > p {
    display: none;
  }

  .productLine .video-banner img {
    height: 30vh !important;
  }

  .address .address-search {
    min-height: 160px !important;
  }

  .address .address-main .address-main-list {
    grid-template-columns: 50% 50% !important;
  }

  .address .address-main .address-main-list .address-main-item {
    padding: 0 5px !important;
    display: inline-block;
    width: 100% !important;
  }

  .library .library-header ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 47px;
    padding-top: 5px;
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 14px;
    border-bottom: 1px solid #ffcb05;
    border-top: 1px solid #ffcb05;
  }

  .library .library-header ul li {
    width: 138px;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    text-align: center;
    height: inherit;
    border-radius: 5px;
    line-height: 28px;
  }

  .library .library-header ul li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .library .library-header ul li {
    margin: 0 !important;
    padding: 0 !important;
  }

  .d-none-mb {
    display: none !important;
  }

  .productLine .line-list {
    display: inline-block !important;
  }

  .news-content-left .news-content-left-2 li:nth-child(even) {
    padding-right: 0 !important;
  }

  .mySlides-item img,
  .mySlides-content p {
    display: none !important;
  }

  .mySlides-item {
    height: 0 !important;
  }

  .news-slides {
    position: inherit !important;
    height: 50px !important;
    padding: 0 5%;
  }

  .mySlides-content {
    position: inherit !important;
    left: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    transform: translate(0%, 0%) !important;
  }

  .mySlides-content h2 {
    font-size: 15px !important;
    text-align: center;
  }

  .bg-video {
    height: auto !important;
  }

  .bg-video iframe {
    height: 300px !important;
  }

  .logo-link {
    width: 216px;
    text-align: center;
    line-height: 53px;
  }

  .logo-link img {
    max-width: 90% !important;
    height: auto !important;
  }

  .d-block-mb {
    display: block !important;
  }
  /* Header Mobile */
  .header {
    justify-content: space-between;
    height: 41px !important;
  }

  ul > li > a.links-menu {
    font-size: 12px !important;
  }

  /* img.logo-image {
    max-width: 129px;
    max-height: 29px;
    margin: auto;
  } */

  .content-1 .txt-top {
    font-size: 28px !important;
    text-align: left !important;
  }

  .point-black {
    max-width: 82px !important;
  }

  .menu-mobile {
    max-width: 82px;
    width: 100%;
    background-color: var(--yellow);
  }

  .menu-mobile i {
    font-size: 20px;
  }

  .text-run-mobile {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    background-color: var(--black);
    color: var(--yellow);
    width: 100%;
    top: 40px;
    position: fixed;
    z-index: 99;
    border-bottom: 2px solid #ffcb05;
  }
  /* Header Mobile */

  /* Banner Mobile */
  .banner-mb {
    position: relative;
    margin-top: 40px;
    width: 100%;
    min-height: 600px;
    background-color: var(--black);
  }

  .banner-mb p {
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 125px;
    padding: 0 64px;
  }

  .banner-mb img {
    max-width: 100%;
    max-height: 100%;
  }

  /* Banner Mobile */

  /* Slider Start */
  /* Slideshow container */
  .slideshow-container-mb {
    width: 100%;
    position: relative;
    margin: 30px 0;
    min-height: auto;
    background-color: var(--black);
  }

  /* The dots/bullets/indicators */
  .dot-mb {
    height: 10px;
    width: 10px;
    margin: 0 20px;
    background-color: #ae8a00;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .div-dot-mb {
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  .dot-mb.active {
    background-color: var(--yellow);
    height: 15px;
    width: 15px;
  }

  /* Fading animation */
  .fade-mb {
    animation-name: fade-mb;
    animation-duration: 1.5s;
  }

  @keyframes fade-mb {
    from {
      opacity: 0.9;
    }
    to {
      opacity: 1;
    }
  }

  .mySlides-mb {
    width: 100%;
    height: 294px;
  }
  /* Slider End */
  /* Content 1*/
  .content-1 .txt-bottom {
    display: inline-block !important;
    top: 213px;
    margin-top: 28px;
  }
  .content-1 .txt-bottom li {
    margin-left: 47px !important;
    margin-bottom: 38px;
  }
  .content-1 .txt-top {
    padding: 0 47px;
    font-size: 28px;
  }
  /* Content 1*/
  /* Content 2*/
  .content-2-mb {
    height: 1440px;
    width: 100%;
    background-color: var(--yellow);
    display: inline-block;
  }

  .content-2-mb-right,
  .content-2-mb-left {
    max-width: 50%;
    height: 360px;
  }

  .content-2-mb-right img,
  .content-2-mb-left img {
    max-width: 100%;
    height: 100%;
  }

  .content-2-mb-left h2 {
    font-size: 19px;
    font-weight: 700;
    color: black;
    margin: 43px 24px;
  }

  .content-2-mb-left p {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 25px 40px 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
  }
  .content-2-mb-right {
    position: relative;
  }

  .content-2-mb-right h3 {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    bottom: 37px;
    margin-left: 27px;
    margin-right: 35px
    
    
    
    ;
  }
  /* Content 2*/
  /* Video */
  .bg-video {
    padding-bottom: 0 !important;
  }
  /* Video */
  /* Footer */

  .mb-footer-top-logo {
    width: 100%;
    height: auto;
    position: sticky;
    bottom: 0;
    z-index: 99999;
  }
  .mb-footer-top-logo .mb-footer-top {
    display: flex;
    width: 100%;
    height: 48px;
    background-color: var(--yellow);
    justify-content: space-between;
  }
  .mb-footer-top-logo .mb-footer-top .mb-footer-top-left,
  .mb-footer-top-logo .mb-footer-top .mb-footer-top-right,
  .mb-footer-top-logo .mb-footer-top .mb-footer-top-logo {
    width: 33%;
    text-align: center;
    line-height: 0;
  }

  .mb-footer-top-logo .mb-footer-bottom {
    background-color: var(--yellow);
    height: 275px;
  }

  .mb-footer-top-logo .mb-footer-bottom p {
    line-height: 15px;
    font-size: 13px;
    font-weight: 400;
    padding-top: 25px;
    margin: 0 48px;
  }

  .mb-footer-top-logo .mb-footer-bottom .mb-list-info a {
    display: block;
    color: var(--black);
    font-size: 12px;
    line-height: 20px;
    padding: 3px 0;
  }

  .mb-footer-top-logo .mb-footer-bottom .mb-list-icons {
    display: flex;
    justify-content: center;
  }

  .mb-footer-top-logo .mb-footer-bottom .mb-list-icons > a {
    width: 30px;
    height: 30px;
    margin: 0 7px;
    margin-top: 20px;
  }

  .mb-footer-top-logo .mb-footer-bottom .mb-copyright {
    bottom: 25px;
  }

  .library .library-popup a img {
    max-width: 361px !important;
    max-height: 198px !important;
    object-fit: cover;
  }
  .library .library-header h1 {
    border-top: 3px solid #ffcb05;
    margin-top: -3px;
    font-size: 28px !important;
  }

  /* address */
  .address {
    margin-top: -3px !important;
  }

  .address .address-search {
    width: 370px !important;
  }

  .address .address-main .address-main-list {
    margin: 0 !important;
  }

  .address .address-main .address-main-list .address-main-item {
    margin-left: 0 !important
    ;
    margin-right: 0 !important;
  }
  /* address */

  /* Header */
  .header-menu {
    background-color: var(--yellow);
    position: fixed;
    top: 0;
    width: 100%;
    height: 41px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* Nav menu */
  .nav {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--yellow);
    overflow: hidden;
  }
  .menu a {
    display: block;
    padding: 15px;
    color: var(--black) !important;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .nav {
    top: 40px;
    max-height: 0;
    transition: max-height 0.5s ease-out;
  }

  /* Menu Icon */
  .hamb {
    cursor: pointer;
    padding: 0 28px;
  } /* Style label tag */

  .hamb-line {
    background: var(--black);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
  } /* Style span tag */

  .hamb-line::before,
  .hamb-line::after {
    background: var(--black);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .hamb-line::before {
    top: 5px;
  }
  .hamb-line::after {
    top: -5px;
  }

  .side-menu {
    display: none;
  } /* Hide checkbox */

  /* Toggle menu icon */
  .side-menu:checked ~ nav {
    max-height: 100%;
    border-top: 2px solid var(--black);
  }
  .side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
  }
  .side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
  }
  .side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
  }
}
/* Footer */

@media (min-width: 768px) and (max-width: 1024px) {
  .library a img {
    width: 45% !important;
  }
  .list-figure-items .text-figure h3,
  .list-figure-items .text-figure p {
    max-width: 65% !important;
  }

  .content-1 {
    min-height: 450px !important;
  }

  .list-product .items-block .items-shadow .content-items .text-top {
    font-size: 20px !important;
  }

  .list-product .items-block .items-shadow .content-items .text-left {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
  }

  .list-product .items-block .items-shadow .content-items .text-top {
    padding-top: 40px !important;
  }

  .list-product {
    min-height: 450px !important;
  }

  .bg-video {
    height: 400px !important;
    margin-top: -1px;
  }

  .list-figure {
    padding: 40px 10px !important;
  }

  .list-figure-items .list-figure-img-2 {
    height: 61% !important;
  }

  .list-figure-items .text-figure p {
    -webkit-line-clamp: 1 !important;
  }

  .list-figure-items .text-figure {
    bottom: 41% !important;
  }

  .slideshow-container {
    margin-top: -3px !important;
  }

  .menu-right .items-menu {
    padding-right: 0 !important;
  }

  .menu-left .items-menu {
    padding-left: 0 !important;
  }

  .about .about-content .about-content-left ul {
    padding-top: 0 !important;
  }

  .logo-link img {
    max-width: 72% !important;
    margin-left: 13%;
  }
  .d-none-ip {
    display: none !important;
  }
  .d-block-ip {
    display: inline-block !important;
  }

  .list-figure .items-figure h3 {
    left: 21px !important;
    bottom: 56px !important;
  }

  .list-figure .items-figure .txt-top {
    left: 22px !important;
    bottom: 22px !important;
  }

  .footer-main .footer-bottom {
    height: auto !important;
  }

  .footer-bottom-center .bottom-center .copyright {
    margin-top: 20px !important;
  }

  .list-product .items-block .items-shadow .content-items .text-bottom {
    bottom: 17px !important;
  }

  .text-run-ip {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    background-color: var(--black);
    color: var(--yellow);
    width: 100%;
    top: 40px;
    position: fixed;
    z-index: 99;
    border-bottom: 3px solid var(--yellow);
  }

  .content-1 .txt-bottom li {
    margin-left: 42px !important;
  }

  ul > li.items-menu {
    margin-left: 16px !important;
  }
  .logo-link {
    max-width: 175px !important;
  }

  .logo-link {
    line-height: 50px !important;
  }

  .footer-bottom-center {
    width: 95% !important;
    margin: 0 auto;
  }

  .address {
    margin-top: 0px !important;
  }

  /* Library */
  .library .library-header ul li {
    margin: 0px 10px !important;
  }

  .library .library-header ul li a {
    font-size: 12px !important;
  }

  .footer-bottom-center {
    padding-bottom: 0px !important;
  }

  .slideshow-container {
    height: 473px !important;
  }
}