@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins: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: 'Poppins', 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: 100%;
    height: auto;
    font-family: 'Cardo', serif !important;
    /*top: 65% !important;*/
}

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

.font-banner2 {
    font-size: 10px;
    line-height: normal;
    margin: 0 auto;
}

.btn-square.white {
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    font-size: 10px;
    border: 2.5px solid #ffffff;
    background-color: #ffffff;
    color: #333333;
    text-transform: uppercase;
    transition: all 0.25s linear;
    padding: 10px 25px;
    font-weight: bold;
}

.btn-square.white:hover {
    border: 2.5px solid #333333;
    background-color: #333333 !important;
    color: #ffffff;
}

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

.animated.delay6 {
    animation-delay: 1s;
}

.animated.delay7 {
    animation-delay: 1.2s;
}

.space {
    padding: 50px 0;
}

.space2 {
    padding: 0 0 50px;
}

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

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

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

.six-full-2 {
    margin: 0 auto !important;
    text-align: right;
    padding: 25px;
}

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

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

.font-main {
    color: #ffffff;
    font-size: 20px;
    line-height: normal;
    margin: 0 auto;
    font-family: 'Cardo', serif;
    text-transform: uppercase;
    border: 2.5px solid #ffffff;
    padding: 10px;
    width: 65%;
    position: relative;
    top: -125px;
    margin-bottom: -100px;
    text-shadow: 0 0 5px #333333;
}

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

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

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

.btn-square.black:hover {
    border: 2.5px solid #333333;
    background-color: inherit !important;
    color: #333333;
}

.show-content .content-holder {
    padding-top: 0;
    background-color: #ffffff;
    width: 50%;
    height: 25%;
    transition: all 0.25s linear;
    transform: translate(-50%, 50%);
    top: 70.5%;
    left: 5%;
}

.show-content2 {
    display: block;
    position: relative;
    overflow: hidden;
}

.show-content2 .content-holder2 {
    position: absolute;
    top: 40%;
    left: 5%;
    width: 50%;
    height: 50%;
    text-align: center;
    transform: scale(0);
    opacity: 0;
    transition: all 0.25s linear;
    z-index: 1;
    background-color: #ffffff;
    color: #333333;
    transform: translate(-50%, 50%);
}

.show-content2:hover .content-holder2 {
    opacity: 1;
    transform: scale(1);
}

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

.font-table {
    vertical-align: bottom;
    display: table-cell;
    font-size: 15px;
    line-height: normal;
    padding: 25px;
    text-align: left;
}

.font-table a {
    transition: all 0.25s linear;
    color: #333333 !important;
}

.font-table a:hover {
    color: #e4c055 !important;
}

.font-table:after {
    content: "";
    background-color: #e4c055;
    height: 2.5px;
    display: block;
    width: 20%;
    margin-top: 10px;
}

.font-table:hover:after {
    width: 97.5%;
}

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

.btn-square.black2:hover {
    border: 2.5px solid #333333;
    background-color: #333333;
    color: #ffffff;
}

.font-title {
    font-size: 25px;
    line-height: 35px;
    margin: 0 auto;
}

.line2 {
    background-color: #e4c055;
    height: 2.5px;
    width: 15%;
}

.line3 {
    background-color: #e4c055;
    height: 2.5px;
    width: 7.5%;
}

.font-big-2 {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
}

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

.last button {
    border: none;
    background-color: #333333 !important;
    font-size: 15px;
    padding: 10px 25px;
    color: #ffffff;
    transition: all 0.25s linear;
    border: 2.5px solid #333333;
    text-transform: uppercase;
    font-weight: bold;
}

.last button:hover {
    border: 2.5px solid #333333;
    background-color: inherit !important;
    color: #333333;
}