/*** loading ***/

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.lds-ellipsis div {
  position: absolute;
  top: 0;
  margin-left: 45%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #c42c31;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/*** loading ***/



body{
    font-family: 'IBM Plex Sans', sans-serif;
}
#logo1 img, #logo2 img{
    width:200px;
}
footer{
    height: 200px;
    margin: 0 auto;
}
hr{
    height: 5px;
    background: #c52731;
}
.listtablehk tbody td hr{
    height: 2px;
    border: 0;
    background: #c52731;
}
.listtable tbody td hr{
    height: 2px;
    border: 0;
    background: #c52731;
}
.limit-width-item {
    width: 1360px;
}
.max-width-item{
    max-width:1360px;
}
.limit-width-menu{
    max-width:1280px;
}
#header {
    height: 130px;
    margin: 0 auto;
    padding-top: 15px;
    position: relative;
}
#menu {
    padding: 5px 0;
    margin: 30px auto 0;
    text-align: center;
}
#menu a {
    font-size: x-large;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
#menu a:hover{
    color: #c52731;
    text-decoration:underline;
}
.headerDivider {
    padding: 0 20px;
    color: #c52731;
    font-size: larger;
    cursor: default;
}
#title{
    text-align:center;
}
#title span{
    padding-bottom: 5px;
    border-bottom: solid #c52731 1px;
}
#menu-mobile{display:none;}
#btnDoShowMenu{display:none;}
#header-search{
    display: inline;
    position: absolute;
    top: 55px;
    z-index: 3;
    right: 93px;
}
#header-search svg{
    width:24px;
    fill:#000;
    cursor: pointer;
}
#header-search form{
    display: inline;
    vertical-align: top;
}
#blackDiv{
    display:none;
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
}
#filter-a{
    text-decoration: none;
    cursor: unset;
    color: #000;
    font-size: x-large;
    font-weight: bolder;
}
#btnFilter{
    text-align: center;
}
#button2 {
    background: #c63841;
    font-size: medium;
    font-family: Arial;
    color: white;
    border: 0;
    border-radius: 5px;
    height: 25px;
    margin-right: 10px;
}
#button3 {
    background: #c63841;
    font-size: medium;
    font-family: Arial;
    color: white;
    border: 0;
    border-radius: 5px;
    height: 25px;
}
#button2:hover,#button3:hover{
    opacity:0.9;
    box-shadow: 0px 0px 3px 1px #c63841;
}
.breadcrumb{
    width: 90%;
    margin: 10px auto;
    font-weight: 900;
}
a{
    color: #000;
}
#loader {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 104%;
    background: #fcfcfe;
    margin-top: -20px;
}
.animate {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: auto;
}
#loadingLogo {
    width: 60%;
}

#divSearch {
    width: 100%;
    height: 0;
    padding-bottom: 32%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#divSearchImg {
    background-image: url(/images/mmtcorp-2019/banner5.jpg);
    display: block;
    width: 1360px;
    height: 0;
    padding-bottom: 32%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}
#doSearch{
    width: 100%;
    position: absolute;
    top: 100px;
    left: 440px;
    margin-top: -30px;
    text-align: center;
}
#Search{
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    border: none;
    margin: 0 0 0 18px;
    color: rgba(0,0,0,.87);
    word-wrap: break-word;
    outline: none;
    display: flex;
    width: 300px;
}
input:-internal-autofill-selected {
    background-color: transparent;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
#search-outside{
    background: #fff;
    display: flex;
    border: 1px solid #dfe1e5;
    box-shadow: none;
    border-radius: 24px;
    z-index: 3;
    height: 44px;
    margin: 0 auto;
    width: 344px;
}
#submit{
    border: 0;
    width: 100px;
    height: 30px;
    border-radius: 3px;
    background: #c52731;
    color: #e0e0e0;
    font-size: large;
    cursor: pointer;
}
#submit:hover{
    border: solid 1px #ff0010;
    color: #fff;
}
#submit:active{
    -webkit-box-shadow:inset 1px 1px 10px #333;
    -moz-box-shadow:inset 1px 1px 10px #333;
    box-shadow:inset 1px 1px 10px #333;
}
#product_title{
    text-align: left;
    border-bottom: solid 3px #c42c31;
    margin: 15px auto;
    padding-bottom: 5px;
    width: 1360px;
}
#product_service{
    width: 1360px;
    margin: 0 auto;
}
.l1 {
    columns: 4;
    list-style: none;
    padding: 0;
}
.l2 {
    list-style: none;
    padding-left: 20px;
}
.l3{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-left: 25px;
    margin: 10px auto;
    display: none;
}
.needBreak {
    height: 250px;
}
.item1 {
    margin-bottom: 10px;
    break-inside: avoid;
}
.item2 {
    margin-bottom: 3px;
    color: #94949b;
    break-inside: avoid;
}
.item3 {
    margin: 3px 0;
}
.item1 span {
    display: inline-block;
    border-left: solid 5px red;
    padding-left: 10px;
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 10px;
}
.item2 span {
    border: 0;
    padding: 0;
    font-size: medium;
    font-weight: bold;
    margin: 1px;
    cursor: pointer;
}
.item2 a {
    color: #94949b;
    text-decoration: none;
}
.item2 span:hover,
.item2 a:hover {
    color: #c42c31;
}
.item2 svg {
    vertical-align: middle;
}
.item2 svg path {
    transform: scale(0.43);
    fill: #444448;
}

.info {
    display: inline-block;
    margin: 5px 20px;
    border-left: solid 1px #153754;
    text-align: left;
}
.info_title {
    font-size: larger;
    font-weight: bold;
    color: #153754;
    margin-left: 5px;
}
.info_content {
    margin-left: 5px;
}
#copyright {
    margin-top: 10px;
    margin-left: 20px;
}
#info_br {}


/*** About Us ***/
#about_us_content_bg {
    background: #171516;
    padding: 20px 0;
    margin: 70px 0;
}
#about_us_content {
    margin: 0 auto;
    text-align: center;
}
#about-text {
    font-size: 16pt;
    width: 40%;
    display: inline-block;
    color: #d7d5d4;
    vertical-align: middle;
    border: solid 2px #d7d5d4;
    border-radius: 5px;
    padding: 20px;
    margin-left: 2%;
    text-align: left;
}
#bg {
    width: 50%;
    vertical-align: middle;
    display: inline-block;
}
.aboutUsImg {
    width: 100%;
}
/*** About Us ***/


@media screen and (min-width:1050px) and (max-width:1440px) {
    #divSearchImg,
    #product_title,
    #product_service,
    .limit-width-item,
    .max-width-item {
        width: 1024px;
    }
    #menu a {
        font-size: 19px;
    }
    #header-search {
        right: 0px;
    }
    #doSearch {
        width: 100%;
        top: 80px;
        left: 320px;
    }
}
@media screen and (min-width:810px) and (max-width:1049px) {
    #product-menu-div{display:unset;}
    #menu a {
        font-size: 14px;
    }
    .headerDivider {
        padding: 0 15px;
    }
    #divSearchImg,
    #product_title,
    #product_service,
    .limit-width-item,
    .max-width-item {
        width: 800px;
    }
    .l1 {
        columns: 3;
    }
    .needBreak {
        height: unset;
    }
    footer{
        text-align:center;
    }
    .info {
        display: block;
    }
    #info_br {
        display: none;
    }
    #header-search{
        position:absolute; top:45px; z-index:3; right:0px; left:unset;
    }
    #header-search svg{
        fill: #000;
    }
    #doSearch{
        width: auto;
        left: 53%;
        top: 18%;
    }
}
@media screen and (max-width:809px) {
    #divSearchImg,
    #product_title,
    #product_service,
    .limit-width-item,
    .max-width-item {
        width: 95%;
    }
    .l1 {
        columns: 2;
    }
    .needBreak {
        height: unset;
    }
    
    #product-menu-div {
        display: unset;
    }
    #doSearch {
        width: 300px;
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: 50%;
        margin-left: -150px;
        text-align: center;
    }
    #search-outside {
        width: 300px;
        height: 35px;
    }
    #Search {
        width: 300px;
    }
    #logo1 img, #logo2 img {
        width: 150px;
    }
    footer {
        text-align:center;
    }
    .info {
        display: block;
    }
    #info_br {
        display: none;
    }
    #header {
        height:unset;
        width:85%;
    }
    #copyright {
        font-size:small;
    }
    #menu {
        display:none;
    }
    #menu-mobile {
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        background:  azure;
        z-index: 5;
        display: none;
    }
    #menu-mobile a {
        display: block;
        text-align: center;
        margin: 50px 0;
    }
    #btnDoShowMenu {
        position: fixed;
        z-index: 6;
        top: 30px;
        right: 8%;
        width: 24px;
        height: 24px;
        display: block;
    }
    #menuclose {
        display: none;
    }
    #header-search {
        top: 30px;
        right: 45px;
        left: unset;
        z-index: 3;
        position: absolute;
    }
    #header-search input{
        display: none;
    }
    #bg {
        width: 60%;
    }
    #about-text {
        margin-top: 5px;
        margin-left: 0;
        width: 55%;
        font-size: 14pt;
    }
}
@media screen and (max-width: 360px) {
    #header-search {
        top: 30px;
        right: 40px;
        left: unset;
        z-index: 3;
        position: absolute;
    }
    #header-search input {
        display: none;
    }
    .l1 {
        columns: 1;
    }
    .needBreak {
        height: unset;
    }
    .info {
        display: block;
    }
    #info_br {
        display: none;
    }
}
@media screen and (max-width: 320px) {
    #header-search {
        top: 30px;
        right: 60px;
        left: unset;
        z-index: 3;
        position: absolute;
    }
    #header-search input{display:none;}
    .l1 {
        columns: 1;
    }
    .needBreak {
        height: unset;
    }
    .info {
        display: block;
    }
    #info_br {
        display: none;
    }
}