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

body {
	font-family: 'Montserrat', 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;
}

.banner-item .banner-caption.id-0, .banner-item .banner-caption.id-1 {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    font-family: 'Russo One', sans-serif;
}

.banner-item .banner-caption {
    width: 95%;
    height: auto;
}

.font-banner {
    font-size: 15px;
    line-height: normal;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.space {
    padding: 50px 0;
}

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

.font-big {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    font-weight: 500;
}

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

.font-big-main {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    font-weight: 700;
}

.bg {
    background-color: #f2f2f2;
    /*display: flex;*/
    /*padding: 25px;*/
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.25);
    margin: 0 auto;
    max-width: 1150px;
}

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

.btn-square.black {
    margin-top: 0;
    font-size: 15px;
    border: none;
    background-color: #242424;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px;
}

.btn-square.black:hover {
    background-color: #e82e25;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.25);
}

.move {
    margin-top: 100px;
}

.move2 {
    position: relative;
    /*top: 30%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}

.deg, .deg2 {
    transition: all 0.25s linear;
}

.deg:hover {
    transform: rotate(5deg);
}

.deg2:hover {
    transform: rotate(-5deg);
}

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

.show-content .content-holder {
    padding-top: 0;
    transform: inherit;
    opacity: inherit;
    background-color: transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(51, 51, 51, 0.50));
    height: 97.5%;
}

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

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

.font-big-2 {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    font-weight: 500;
    color: #ffffff;
}

.line-2 {
    background-color: #ffffff;
    height: 1.5px;
    width: 5%;
    margin: 0 auto;
}

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

.font-last {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
}

.middle-line {
    border-left: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
}