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

.two-full {
    width: 50% !important;
    margin: 0 auto;
    float: left !important;
}

.two-full-1 {
    margin: 0 auto;
}

.two-full-2 {
    margin: 0 auto;
}

.three-full {
    margin: 0 auto;
}

.six-full {
    margin: 0 auto;
}

.eight-full {
    margin: 0 auto;
}

.space {
    padding: 50px 0;
}

.row-full {
    float: none;
    max-width: 1200px !important;
}

.row1 {
    display: flex;
    align-items: center;
}

.font-big {
    font-size: 50px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #22479f;
    margin: 0 auto;
}

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

.btn-square.black {
    font-size: 15px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    transition: linear 0.25s;
    border: 2.5px solid #22479f;
    color: #22479f;
    padding: 10px;
}

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

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

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

.hover-target .zoomout {
    transition: linear 0.25s;
}

.hover-target:hover .zoomout {
    transform: scale(1.15);
}

.font-title {
    font-size: 50px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #22479f;
    font-weight: 900;
    font-style: italic;
}

.effect {
    transition: linear 0.25s;
}

.effect:hover {
    filter: brightness(75%);
}