@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: 0px 0px 15px 0px;
}

.space-2 {
    padding: 0px 0px 35px 0px;
}

.row ul {
    padding-left: 0;
}

.animated.delay5 {
    animation-delay: .8s;
}

.font-title {
    font-size: 15px;
    line-height: normal;
}

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

.font-big-2 {
    font-size: 35px;
    font-weight: 900;
    margin-top: 0;
    line-height: normal;
}

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

.click {
    color: #333333 !important;
    font-size: 15px;
    transition: 0.25s;
}

.click:hover {
    color: #2E2C73 !important;
    transition: 0.25s;
}

.frame {
    background-color: #f2f2f2;
    padding: 5px;
}

.hover-target .flyup {
    transition: 0.25s;
}

.hover-target:hover .flyup {
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    transition: 0.25s;
}

.hover-target .flyup2 {
    transition: 0.25s;
    filter: grayscale(100%);
}

.hover-target:hover .flyup2 {
    filter: grayscale(0%);
    transform: translatey(-10px);
    transition: 0.25s;
}

.line {
    background-color: #777777;
    height: 1px;
}