@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');

body {
	font-family: 'Muli', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
    background-color: #ffffff;
    font-size: 15px;
    line-height: normal;
}

.mm-ismenu {
    color: #ffffff;
}

.intro {
    overflow: hidden;
    padding: 0;
}

/*
.intro b, .intro p {
    padding: 25px;
    display: none;
}
*/

.pagedetailcontent {
    padding: 25px;
}

p.mhomecontent {
    padding: 0;
}

.nivo-controlNav {
    padding: 0;
}

.photo img.logo_pic {
    margin: 0 auto;
}

.title {
    padding: 25px 0;
    text-transform: uppercase;
}

.attachment_design {
    background: inherit;
}

#whatsapp-float-icon {
    line-height: 25px;
}

.space {
    padding: 50px 0;
}

.four-full {
    margin: 0 auto !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.font-big {
    font-size: 35px;
    line-height: normal;
    color: #ff0000;
    margin: 0 auto;
}

.font-middle {
    font-weight: 600;
    font-size: 25px;
    line-height: normal;
    font-style: italic;
    margin: 0 auto;
}

.font-small {
    font-size: 15px;
    line-height: normal;
    color: #777777;
    margin: 0 auto;
    /*width: 75%;*/
}

.line {
    background-color: #ff0000;
    height: 2.5px;
    margin: 0 auto;
    width: 10%;
}

.btn-square.black {
    margin-top: 25px;
    padding: 10px;
    font-size: 15px;
    border: none;
    color: #ff0000;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    transition: linear 0.25s;
}

.btn-square.black:hover {
    background-color: inherit;
    color: #ff0000;
}

.btn-square.black:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ff0000;
    height: 2.5px;
    transition-property: left, right;
    transition: linear 0.25s;
}

.btn-square.black:hover:before, .btn-square.black:focus:before, .btn-square.black:active:before {
    left: 0;
    right: 0;
}

.new_product_col1 {
    margin: 0 auto !important;
}

.article {
    border: none;
    background-color: inherit;
}

.home_product_swipper_img {
    background-color: #ffffff;
}

.home_product_title {
    color: #ffffff;
}

.frame {
    background-color: #333333;
    box-shadow: 0 2.5px 5px rgba(51, 51, 51, 0.25);
}

.font-title {
    padding: 25px;
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
}

.hover-target .zoomout {
    transition: linear 0.25s;
}

.hover-target:hover .zoomout {
    filter: grayscale(100%);
    transform: scale(1.05);
}