@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);

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

.space1 {
    padding: 50px 0;
}

.space2 {
    padding: 0 0 50px 0;
}

.six-full-1, .six-full-2 {
    margin: 0 auto !important;
}

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

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

.btn-square.black {
    font-size: 15px;
    margin-top: 0;
    transition: all 0.25s linear;
    border: 1px solid #00008B;
    background-color: #00008B;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 100px;
}

.btn-square.black:hover {
    border-radius: 0;
    border: 1px solid #00008B;
    background-color: inherit;
    color: #00008B;
}

.btn-square.white {
    font-size: 15px;
    margin-top: 0;
    transition: all 0.25s linear;
    border: 1px solid #ff0000;
    background-color: inherit;
    color: #ff0000;
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 100px;
}

.btn-square.white:hover {
    border-radius: 0;
    border: 1px solid #ff0000;
    background-color: #ff0000;
    color: #ffffff;
}

.brand-logo {
    padding: 25px;
}