@import url('https://fonts.googleapis.com/css?family=Tinos:400,400i,700,700i&display=swap');

body {
	font-family: 'Tinos', 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, .four-full, .five-full, .ten-full {
    margin: 0 auto !important;
}

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

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

.btn-square.black {
    font-size: 15px;
    margin-top: 0;
    transition: all 0.25s linear;
    border: none;
    background-color: inherit;
    padding: 0;
    text-transform: uppercase;
    color: #333333 !important;
}

.btn-square.black:hover {
    border: none;
    background-color: inherit;
    color: #FFA500 !important;
    letter-spacing: 2.5px;
}

.show-content .content-holder {
    padding-top: 0;
    background-color: inherit;
    transform: inherit;
    opacity: inherit;
    height: 0;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.font-table {
    vertical-align: bottom;
    display: table-cell;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    padding: 25px;
    background-color: rgba(255, 165, 0, 0.75);
    text-transform: uppercase;
    /*text-shadow: 0 0 2.5px rgba(51, 51, 51, 0.25);*/
}

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

.hover-target:hover .zoomout {
    transform: scale(1.05);
    filter: brightness(75%);
}

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

.btn-square.white {
    font-size: 15px;
    margin-top: 0;
    transition: all 0.25s linear;
    border: 1px solid #333333;
    background-color: inherit;
    text-transform: uppercase;
    color: #333333;
}

.btn-square.white:hover {
    border: 1px solid #333333;
    background-color: #333333;
    color: #FFA500;
    letter-spacing: 2.5px;
}

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