@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);

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;
}

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

.line-banner {
    background-color: #4169E1;
    height: 2.5px;
    width: 5%;
    margin: 0 auto;
}

.banner-item .banner-caption {
    width: 75%;
    height: auto;
    top: 65% !important;
    font-family: 'Montserrat', sans-serif !important;
}

.banner-item .banner-caption.id-0, .banner-item .banner-caption.id-1, .banner-item .banner-caption.id-2, .banner-item .banner-caption.id-3, .banner-item .banner-caption.id-4, .banner-item .banner-caption.id-5 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
    margin: -25px auto;
}

.space {
    padding: 50px 0;
}

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

.line {
    background-color: #4169E1;
    height: 2.5px;
    width: 50%;
}

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

.font-middle {
    font-size: 25px;
    line-height: 35px;
    margin: 0 auto;
    text-transform: uppercase;
}

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

.btn-square.black {
    font-size: 15px;
    transition: all 0.25s linear;
    border: none;
    padding: 10px 25px;
    background-color: #4169E1;
    margin-top: 0;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 5px;
}

.btn-square.black:hover {
    background-color: #333333;
    border-radius: 0;
}

.line2 {
    background-color: #4169E1;
    height: 2.5px;
    width: 50%;
    margin: 0 auto;
}

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

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

.font-table {
    vertical-align: middle;
    display: table-cell;
    font-size: 50px;
    padding: 25px;
    color: #ffffff;
    font-weight: bold;
    line-height: normal;
}

.flip-box {
    width: 100%;
    height: 400px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.50s linear;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(-180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 350px;
    backface-visibility: hidden;
}

.flip-box-back {
    /*background-color: #777777;*/
    color: #ffffff;
    transform: rotateY(-180deg);
    display: table;
    table-layout: fixed;
}

.back-1 {
    background-image: url(darkimg1.jpg);
    background-size: cover;
}

.back-2 {
    background-image: url(darkimg2.jpg);
    background-size: cover;
}

.back-3 {
    background-image: url(darkimg3.jpg);
    background-size: cover;
}

.back-4 {
    background-image: url(darkimg4.jpg);
    background-size: cover;
}

.back-5 {
    background-image: url(darkimg5.jpg);
    background-size: cover;
}

.font-title {
    vertical-align: middle;
    display: table-cell;
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    line-height: normal;
    padding: 25px;
}