@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;
}

.space {
    padding: 50px 0;
}

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

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

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

.line {
    height: 2.5px;
    background-color: #8B0000;
}

.btn-square.black {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    transition: all 0.25s linear;
    border-radius: 5px;
    border: 2.5px solid #8B0000;
    color: #8B0000;
}

.btn-square.black:hover {
    background-color: #8B0000;
    color: #ffffff;
}

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

.line-2 {
    height: 2.5px;
    background-color: #ffffff;
}

.hover-target .zoomout {
    transition: all 0.25s linear;
    transform: translateZ(0);
}

.hover-target:hover .zoomout {
    transform: scale(0.95);
    border-radius: 5px;
    box-shadow: 0 2.5px 5px rgba(51, 51, 51, 0.25);
}

.font-title {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
    border: 2.5px solid #ffffff;
    padding: 15px 25px;
    border-radius: 5px;
}

.btn-square.white {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    transition: all 0.25s linear;
    border-radius: 5px;
    border: 2.5px solid #ffffff;
    color: #ffffff;
}

.btn-square.white:hover {
    background-color: #8B0000;
    border: 2.5px solid  #8B0000;
}

.frame {
    background-color: rgba(255, 255, 255, 0.25);
    padding: 25px;
    border-radius: 5px;
}

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

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

.font-bottom {
    font-size: 15px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
}

.icon {
    color: #ffffff;
    background-color: #8B0000;
    width: 25px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}