header:after, #menu:after, .head_h1_test:after, .prd_shw:after,
.side-menu:after, .content:after, #container:after, .container:after, .abt_01:after, .abt_02:after,
.box-clear:after,#step1:after, #step2:after, #step3:after, #step4:after, #step5:after, #step6:after,
#step7:after, .row:after, h4:after, .part-txt:after, .part-table:after, .case-table:after, .table_01:after,
.box:after, .col-box-row:after{
  content: "";
  display: table;
  clear: both;
}

.head_h1 {
  background: #edbc79;
  color: #122244;
}

.head_h1 {
  padding: 5px 10px;
}

.head_h1 {
  padding: 0px;
}

.head_h1 ul {
  font-size: 16px;
}

.head_h1 a:link {color: white;text-decoration: none;}
.head_h1 a:visited {color: white;text-decoration: none;outline: 0;}
.head_h1 a:hover{color: #e8e8e8;text-decoration: none;}
footer ul{
  height: 240px;
  margin-bottom: 20px;
  width: 20%;
  display: inline-block;
  float: left;
  margin-left: 20px;
  padding: 0px 0px 0px 30px;
  border-left: 1px solid #555;
}

.mb-menu{
  display: none;
}
.mb-menu input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.mb-menu label { 
  display:none;
  cursor: pointer;
  user-select:none;
}

.txt-wel{
  float: left;
  font-size: 12px;
  margin:0px;
}

/* width */
.mb-menu .scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.mb-menu .scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}

/* Handle */
.mb-menu .scroll::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius: 0px;
}

/* Handle on hover */
.mb-menu .scroll::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}


@media only screen and (min-device-width: 320px) and (max-width: 980px) {

  .mb-menu {
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,.1);
    position: fixed;
    width: 100%;
    z-index: 3;
    background-color: red;
    display: block;
  }

  .mb-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    background-color: #f0f0f0!important;
    color: #000!important;
  }

  .mb-menu li a {
    display: block;
    padding: 0px;
    text-decoration: none;
    color: #000!important;
  }

  .mb-menu .logo {
    display: block;
    float: left;
    font-size: 18px;
    padding: 12px 10px;
    text-decoration: none;
  }

  .txt-wel{
    display: none;
  }

  header {
    margin-top: 45px!important;
    display: none;
  }


  nav[role="custom-dropdown"] ul {
    display: none;
  }

  nav[role="custom-dropdown"] label {
    position: relative;
    display: block;
    min-height: 0;
    border: 0em solid rgba(60, 60, 60, 0.2);
    padding: 10px;
  }

  nav[role="custom-dropdown"] label:after {
    position: absolute;
    right: .25em;
    top: auto;
    content: "\2261";
    font-size: 1.8em;
    display: none;
  }

  nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 300px;
  }
  nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul > li {
    text-align: left;
    padding: 10px;
    border-bottom: #ccc 1px solid;
    background: #fff;
  }

  nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul > li:hover {
   background-color: #adb5bd;
 }

 nav[role="custom-dropdown"] input[type=checkbox]:checked ~ label > ul > li:hover {
  background-color: #ccc;
}

header {
  margin-top: 32px;
}
.head_h1 {
  position: fixed;
  width: 100%;
  top: 0;
  font-size: 20px;
  background: #ed2d2a;
  z-index: 100;
}
.mb-menu .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

.mb-menu .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 7px 20px 3px;
  position: relative;
  user-select: none;
  background-color: #000;
}

.mb-menu .menu-icon .navicon {
  background: white;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
  margin: 8px auto 5px;
}

.mb-menu .menu-icon .navicon:before,
.mb-menu .menu-icon .navicon:after {
  background: white;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.mb-menu .menu-icon .navicon:before {
  top: 5px;
}

.mb-menu .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.mb-menu .menu-btn {
  display: none;
}

.mb-menu .menu-btn:checked ~ .menu {
  max-height: 400px;
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.7);
}

.mb-menu .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.mb-menu .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.mb-menu .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.mb-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.mb-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.tbl-txt {
  border: 0px solid #f2f2f2;
}
}

/* 48em = 768px */

@media (min-width: 48em) {
  .mb-menu li {
    float: left;
  }

  .mb-menu .menu {
    clear: none;
    float: right;
    max-height: none;
  }
}

.mb-menu .menu-btn:checked ~ .menu {
  max-height: unset;
  box-shadow: none;
  height: auto;
  display: flex;
  width: 100%;
  position: relative;
}

.mb-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
  background-color: #F8F8FF!important;
  color: #000!important;
}
nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul > li {
  text-align: center;
  border-bottom: #ccc 1px solid;
  background: #fff;
  display: block;
  box-shadow: none;
  font-size: 14px;
}

nav[role="custom-dropdown"] label {
  position: relative;
  display: block;
  min-height: 0;
  border: 0em solid rgba(60, 60, 60, 0.2);
  padding: 10px;
  font-size: 12px;
}

.nav-links{
  overflow-y: scroll; 
  height: auto; 
  max-height: 400px;
  background-color: #fff;
  width: 100%;
  display: none;
  font-size: 16px;
  box-shadow: 2px 3px 4px #6c757d;
  padding-bottom: 5px;
}

.subM{
  padding: 5px!important;   
}

.mb-menu li a{color: #fff!important;}

.menu li.products{background:#122244!important;}
.menu li.other-products{background:#edbc79!important;}
.menu li.other{background:#bada55!important;}

.pro_menu {
  width: 90%;
  margin: 8px auto;
  padding: 10px;
  border-radius: 10px;
  height: auto;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  box-shadow: 2px 3px 4px #ccc;
  align-items: center;
  justify-content: space-between;
}

.pro_menu .img {
  width: 23%;
  position: relative;
}

.pro_menu img {
  width: 130px;
  position: absolute;
  top: -55px;
  right: -50px;
  transform: scale(1.2);
}

.pro_menu .tag{
  display: inline-block;
  border-radius: 10px;
  background: #fff;
  padding: 5px 7px;
  font-weight: bold;
}
.pro_menu .detail{
  font-size: 14px;
}

.cat{
  font-size: 16px;
  padding: 5px 10px;
  font-weight: bold;
}

.other_menu{
  text-align: left;
  padding: 10px;
  border-bottom: #ccc 1px solid;
  color: #000;
}

.hot .pro_menu{background-image: linear-gradient(to left, #54afb7 10%, #368b93 35%, #00464c 100%);}
.hot .pro_menu .tag{color: #00464c;}

.normal .pro_menu{background-image: linear-gradient(to left, #4cabda 10%, #2c8dbe 35%, #004679 100%);}
.normal .pro_menu .tag{color: #004679;}

a.current span {border-bottom: 2px solid #fff;}

.pd-desktop-img{
  display: block;
}

.pd-mobile-img {
  display: none;
}

@media(max-width: 576px){
  .pro_menu .detail{
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .pd-desktop-img {
    display: none;
  }
  .pd-mobile-img {
    display: block;
  }
}