@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@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 {
    margin: 0 auto !important;
}

.four-full {
    margin: 0 auto !important;
}

.four-full-1 {
    margin: 0 auto !important;
}

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

.six-full-1 {
    margin: 0 auto !important;
    padding: 25px;
}

.six-full-2 {
    margin: 0 auto !important;
    padding: 25px;
}

.font-big {
    font-size: 22.5px;
    line-height: normal;
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
}

.line {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 0;
}

.line:before {
    content: '';
    border-top: 2.5px solid #ffffff;
    margin: 0 25px 0 0;
    flex: 1 0 25px;
}

.line:after {
    content: '';
    border-top: 2.5px solid #ffffff;
    margin: 0 0 0 25px;
    flex: 1 0 25px;
}

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

.btn-square.black {
    margin-top: 0;
    font-size: 20px;
    transition: all 0.25s linear;
    background-image: linear-gradient(#008000, #32CD32);
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    border: none;
}

.btn-square.black:hover {
    background-image: linear-gradient(#32CD32, #008000);
    box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.25);
}

.frame1 {
    background-color: transparent;
    padding: 25px;
    transition: all 0.25s linear;
    width: 50%;
    margin: 0 auto;
}

.frame1:hover {
    background-color: #f2f2f2;
}

.hover-target .flyup {
    transition: all 0.25s linear;
    filter: grayscale(1);
}

.hover-target:hover .flyup {
    transform: translatey(-10px);
    filter: grayscale(0);
}

.font-title {
    font-size: 15px;
    line-height: normal;
    border-top: 2.5px solid #000000;
    padding-top: 10px;
}

.show-content {
    border: 5px solid #32CD32;
}

.show-content .content-holder {
    background-color: inherit;
    transition: all 0.25s linear;
    padding-top: 0;
    opacity: inherit;
    transform: inherit;
    height: auto;
    top: 80%;
}

.show-content:hover .content-holder {
    opacity: inherit;
    transform: inherit;
}

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

.font-table {
    vertical-align: bottom;
    display: table-cell;
    font-size: 25px;
    padding: 10px 25px;
    color: #ffffff;
    line-height: normal;
    background-color: rgba(50, 205, 50, 0.75);
}