@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');

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;
    margin-top: -10px;
}

/*
.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;
}

.space2 {
    padding: 50px 0;
}

/*
.gap {
    margin: 10px auto;
}
*/

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

.font-big {
    font-size: 50px;
    line-height: normal;
    margin: 0 auto;
    font-family: 'Russo One', sans-serif;
}

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

.btn-square.black {
    margin-top: 0;
    font-size: 15px;
    border: none;
    background-color: inherit;
    background-image: linear-gradient(to right, #1E90FF, #00BFFF, #1E90FF);
    color: #ffffff;
    padding: 10px 50px;
    border-radius: 50px;
}

.btn-square.black:hover {
    border: none;
    background-color: inherit;
    background-image: linear-gradient(to right, #00BFFF, #1E90FF, #00BFFF);
    color: #ffffff;
    transform: scale(1.05);
}

.font-title {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    font-family: 'Russo One', sans-serif;
    background-color: rgba(30, 144, 255, 0.75);
    padding: 25px 50px;
    color: #ffffff;
    border-radius: 100px;
}

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

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

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

.font-table {
    vertical-align: bottom;
    display: table-cell;
    font-size: 50px;
    color: #ffffff;
    line-height: normal;
    font-family: 'Russo One', sans-serif;
    text-align: left;
    padding: 25px;
}

.move {
    margin-top: 25px !important;
}