@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');

body {
	font-family: 'Lora', 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;
    text-align: center;
}

.attachment_design {
    background: inherit;
}

#whatsapp-float-icon {
    line-height: 25px;
}

.space {
    padding: 50px 0;
}

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

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

.font-small {
    font-size: 15px;
    margin: 0 auto;
    line-height: 25px;
    /*width: 70%;*/
}

.line {
    background-color: #333333;
    height: 2.5px;
    margin: 0 auto;
    width: 15%;
}

.btn-square.black {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    transition: all 0.25s linear;
    border: none;
    background-color: #808080;
    color: #ffffff;
}

.btn-square.black:hover {
    background-color: #333333;
    border-radius: 5px 5px;
    box-shadow: 0 2.5px 5px rgba(51, 51, 51, 0.25);
}

.show-content .content-holder {
    padding-top: 0;
    transform: inherit;
    opacity: inherit;
    background-color: rgba(51, 51, 51, 0.25);
}

.show-content:hover .content-holder {
    background-color: rgba(51, 51, 51, 0.50);
}

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

.font-table {
    vertical-align: middle;
    display: table-cell;
    font-size: 50px;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
}

.parallax_bg {
    padding: 150px 0;
}

.font-main-about {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    font-weight: normal;
}

.font-about {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    font-weight: normal;
}

.font-dot {
    font-size: 15px;
    color: #808080;
    margin: 0 auto !important;
    padding-left: 25px !important;
}

.font-dot-2 {
    line-height: 25px;
}

.animated.delay5 {
    animation-delay: .8s;
}