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

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

.three-full, .six-full {
    margin: 0 auto;
}

.space {
    padding: 50px 0;
}

.font-big {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 800;
}

.font-big-2 {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 800;
    color: #ffffff;
}

.font-small {
    font-size: 15px;
    line-height: 30px;
    margin: 0 auto;
    color: #777777;
}

.font-small-2 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    color: #777777;
    /*width: 60%;*/
    text-align: left;
}

.font-title {
    font-size: 15px;
    color: #ffffff;
    margin: 0 auto;
}

.btn-square.black {
    padding: 10px;
    margin-top: 0;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    background-color: #B22222;
    transition: all 0.25s linear;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
}

.btn-square.black:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333333;
    transform: scaleX(0);
    transform-origin: 50%;
    transition: all 0.25s linear;
}

.btn-square.black:hover, .btn-square.black:focus, .btn-square.black:active {
    color: #ffffff;
    background-color: #B22222;
}

.btn-square.black:hover:before, .btn-square.black:focus:before, .btn-square.black:active:before {
    transform: scaleX(1);
}

.frame {
    transition: all 0.25s linear;
    padding: 25px;
}

.frame:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.new_product_col1 {
    margin: 0 auto !important;
}

.article {
    border: none !important;
}

.service-cat-title.single {
    clear: both;
}