@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900');

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

.text_content img {
    animation: float 2.5s .5s ease-in-out infinite alternate;
}

@keyframes float {
    100% {transform: translate(2.5%, -2.5%);}
}

.text_content {
    padding: 25px;
}

.title_big {
    font-size: 35px;
    font-weight: normal;
    color: #ffffff;
}

.font_small {
    font-size: 15px;
    color: #777;
}

.parallax_color {
    background-color: rgba(35, 31, 32, 0.75);
}

.hover {
    transition: .5s;
}

.hover:hover {
    border-radius: 15px 15px;
    transform: skew(-5deg);
    transition: .5s;
    filter: brightness(75%);
}

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

.btn-square.white {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 55px;
    border-radius: 5px 5px;
    transform: skew(-10deg);
    backface-visibility: hidden;
    position: relative;
    overflow: hidden;
}

.btn-square.white:hover {
    color: #333;
    border-color: #FAA634;
}

.btn-square.white:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    top: 0;
    background-color: #FAA634;
    height: 100%;
    transition-property: left, right;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
}

.btn-square.white:hover:before, .btn-square.white:focus:before, .btn-square.white:active:before {
    left: 0;
    right: 0;
}