@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

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

.three-full, .six-full, .six-full-1 {
    margin: 0 auto;
}

.six-full-1 {
    padding: 25px;
}

.color {
    background-color: #f2f2f2;
    transition: all 0.25s linear;
}

.color:hover {
    background-color: #ffffff;
}

.font-big {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    font-weight: 500;
    color: #ffffff;
}

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

.line {
    background-color: #228B22;
    height: 2.5px;
    width: 5%;
    margin: 0 auto;
}

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

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

.line-2 {
    background-color: #228B22;
    height: 2.5px;
    width: 10%;
    margin: 0 auto;
}

.btn-square.white {
    font-size: 15px;
    margin-top: 0;
    transition: all 0.25s linear;
    border-radius: 5px;
    border: 2.5px solid #ffffff;
    background-color: inherit;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
}

.btn-square.white:hover {
    background-color: inherit;
    border: 2.5px solid #228B22;
    color: #228B22;
}

.btn-square.black {
    font-size: 15px;
    margin-top: 0;
    transition: all 0.25s linear;
    border-radius: 5px;
    border: 2.5px solid #333333;
    background-color: inherit;
    text-transform: uppercase;
    font-weight: normal;
    color: #333333;
}

.btn-square.black:hover {
    background-color: inherit;
    border: 2.5px solid #228B22;
    color: #228B22;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ffffff !important;
    transition: all 0.25s linear !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #228B22 !important;
}

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

.hover-target:hover .flyup {
    transform: translatey(-25px);
}

.hover-target .flipcontent {
    transition: all 1s linear;
}

.line-3 {
    background-color: #228B22;
    height: 2.5px;
    width: 20%;
    margin: 0 auto;
}

.font-icon {
    font-size: 25px;
    margin: 0 auto;
    color: #ffffff;
    font-weight: normal;
}

.show-content .content-holder {
    padding-top: 0;
    background-color: transparent;
    transform: inherit;
    opacity: inherit;
    background-image: linear-gradient(rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.75));
}

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

.font-table {
    vertical-align: bottom;
    display: table-cell;
    font-size: 25px;
    color: #ffffff;
    padding: 25px;
    font-weight: normal;
}

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

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

.font-big-3 {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    font-weight: 500;
}

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

.font-small-3 a {
    transition: all 0.25s linear;
    color: #333333 !important;
}

.font-small-3 a:hover {
    color: #228B22 !important;
}