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

body {
	font-family: 'PT Sans', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
    background-color: #ffffff;
    font-size: 15px;
    line-height: normal;
}

.mm-ismenu {
    color: #ffffff;
}

.intro, .pagedetailcontent {
    overflow: hidden;
    padding: 0;
}

p.mhomecontent {
    padding: 0;
}

.nivo-controlNav {
    padding: 0;
}

.title {
    padding: 25px;
    text-transform: uppercase; 
    font-family: 'Amatic SC', cursive;
    background-color: #4BC4D0 !important;
    color: #ffffff;
}

.attachment_design {
    background: inherit;
}

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

.font-big {
    font-size: 50px;
    line-height: normal;
    margin-top: 0;
    font-family: 'Amatic SC', cursive;
    color: #4BC4D0;
}

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

.btn-square.black {
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px 5px;
    border: none;
    background-color: #123C63;
    color: #4BC4D0;
    transition: all 0.25s linear;
    margin-top: 0;
    padding: 25px;
}

.btn-square.black:hover {
    border: none;
    background-color: #4BC4D0;
    color: #123C63;
}

.font-big-2 {
    font-size: 50px;
    line-height: normal;
    margin: 0 auto;
    font-family: 'Amatic SC', cursive;
    color: #4BC4D0;
}

.font-title {
    font-size: 25px;
    line-height: normal;
    color: #777777;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
}

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

.show-content {
    width: 100%;
    height: 100%;
}

.show-content .content-holder {
    padding-top: 0;
    background-color: inherit;
    opacity: inherit;
    transform: inherit;
    background-image: linear-gradient(rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.50), rgba(51, 51, 51, 0.75));
    transition: all 0.25s linear;
    top: 55%;
}

.show-content:hover .content-holder {
    top: 0;
}

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

.font-product {
    vertical-align: middle;
    display: table-cell;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    line-height: normal;
    text-shadow: 0 2.5px 5px rgba(51, 51, 51, 0.25);
}

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

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