@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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 {
    width: 75%;
    height: auto;
    font-family: 'Montserrat', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei' !important;
}

.banner1 {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}

.banner2 {
    text-align: left;
}

.banner2 .btn-square.black {
    padding: 10px 25px;
    font-size: 15px;
    transition: all 0.25s linear;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #C4956A;
    color: #ffffff;
    background-color: inherit;
}

.banner2 .btn-square.black:hover {
    border: 1px solid #C4956A;
    background-color: #C4956A;
}

.owl-theme .owl-dots .owl-dot span {
    background: #282828 !important;
    transition: all 0.25s linear !important;
    border-radius: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #C4956A !important;
    width: 25px;
}

.space {
    padding: 100px 0;
}

.space2 {
    padding: 100px 0 50px 0;
}

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

.eight-full {
    padding: 25px;
}

.move {
    position: absolute;
    top: 7.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.25;
    width: 250% !important;
}

.move2 {
    animation: float 25s linear infinite alternate;
}

@keyframes float {
    25% {
    transform: translate(-2.5%, -2.5%);
    }
    
    50% {
    transform: translate(-2.5%, 2.5%);
    }
    
    75% {
    transform: translate(2.5%, 2.5%);
    }
    
    100% {
    transform: translate(2.5%, -2.5%);
    }
}

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

.btn-square.black {
    padding: 10px 25px;
    font-size: 15px;
    transition: all 0.25s linear;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #C4956A;
    background-color: #C4956A;
    color: #ffffff;
}

.btn-square.black:hover {
    border: 1px solid #111111;
    background-color: #111111;
}

.font-middle {
    font-size: 15px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    color: #C4956A;
}

.font-big {
    font-size: 75px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
    text-transform: uppercase;
}

.font-middle2 {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    color: #C4956A;
}

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

.font-pic {
    font-size: 15px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
}

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

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

.border {
    border-bottom: 5px solid #C4956A;
    display: block;
}

.icon {
    font-size: 35px;
    color: #ffffff;
    transition: all 0.25s linear;
}

.icon:hover {
    color: #C4956A;
}

.owl-theme .owl-nav {
    display: none;
}