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

body {
	font-family: 'Merriweather', 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;
}

.banner-item {
    overflow: hidden;
}

.banner-img {
    transform: scale(1.05);
    transition: all 0.25s linear;
    filter: brightness(100%);
}

.banner-img:hover {
    transform: scale(1);
    filter: brightness(85%);
}

.space {
    padding: 100px 0;
}

.font-big {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 1px solid #ac8400;
    padding-bottom: 25px;
}

.font-small {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    color: #777777;
    width: 65%;
}

.btn-square.black {
    margin-top: 0;
    font-size: 15px;
    border: none;
    transition: all 0.25s linear;
    padding: 10px;
    background-color: #002554;
    color: #ffffff;
}

.btn-square.black:hover {
    border: none;
    background-color: #ac8400;
    border-radius: 5px;
}

.article, .home_product_swipper_img {
    border: none;
}

.new_product_col1 {
    margin: 0 auto !important;
}