@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&display=swap');

body {
	font-family: 'Karla', 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: 100px 0;
}

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

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

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

.line {
    background-color: #00a7e0;
    height: 2.5px;
    width: 15%;
}

.font-big-2 {
    font-size: 75px;
    line-height: 75px;
    margin: 0 auto;
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
}

.font-color {
    color: #ffffff !important;
    background-color: #00a7e0 !important;
    font-size: 35px !important;
    font-weight: bold;
    margin-top: 0 !important;
    padding: 15px !important;
}

.font-color:hover {
    color: #ffffff !important;
    background-color: #00a7e0 !important;
}

.font-color:before {
    border-color: transparent transparent transparent #00a7e0 !important;
}

.font-color:hover:before, .font-color:focus:before, .font-color:active:before {
    border-color: transparent transparent transparent #00a7e0 !important;
}

.btn-square.black {
    font-size: 17.5px;
    margin-top: 10px;
    transition: all 0.25s linear;
    border: 1px solid #333333;
    background-color: #333333;
    color: #ffffff;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
}

.btn-square.black:hover {
    border: 1px solid #00a7e0;
    background-color: #00a7e0;
    box-shadow: 0 0 2.5px rgba(51, 51, 51, 0.25);
}

.btn-square.black:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #333333;
    transition: all 0.25s linear;
}

.btn-square.black:hover, .btn-square.black:focus, .btn-square.black:active {
    transform: translateX(-10px);
}

.btn-square.black:hover:before, .btn-square.black:focus:before, .btn-square.black:active:before {
    transform: translateX(10px);
    border-color: transparent transparent transparent #00a7e0;
}

.font-title {
    font-weight: normal;
    font-style: italic;
    font-size: 50px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
}

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

.frame {
    background-color: #00a7e0;
    padding: 5px;
    box-shadow: 0 0 2.5px rgba(51, 51, 51, 0.25);
}

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

.hover-target:hover .flipcontent {
    transform: rotateY(-360deg);
    border-radius: 100%;
}

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

.font-middle {
    font-size: 25px;
    margin: 0 auto;
    color: #ffffff;
    padding: 25px;
}

.show-content .content-holder {
    padding-top: 0;
    background-color: inherit;
    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;
    padding: 25px;
    display: table-cell;
    font-size: 25px;
    color: #ffffff;
    text-align: left;
}

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

.font-big-3 {
    font-size: 75px;
    line-height: normal;
    margin: 0 auto;
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
    color: #ffffff;
}

.font-small-2 {
    font-size: 17.5px;
    line-height: 25px;
    margin: 0 auto;
    color: #ffffff;
}

.font-last {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
    text-transform: uppercase;
}

.btn-square.white {
    font-size: 17.5px;
    margin-top: 10px;
    transition: all 0.25s linear;
    border: 1px solid #333333;
    background-color: #333333;
    color: #ffffff;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
}

.btn-square.white:hover {
    border: 1px solid #777777;
    background-color: #777777;
    box-shadow: 0 0 2.5px rgba(51, 51, 51, 0.25);
}

.btn-square.white:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #333333;
    transition: all 0.25s linear;
}

.btn-square.white:hover, .btn-square.white:focus, .btn-square.white:active {
    transform: translateX(-10px);
}

.btn-square.white:hover:before, .btn-square.white:focus:before, .btn-square.white:active:before {
    transform: translateX(10px);
    border-color: transparent transparent transparent #777777;
}