@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');

body {
	font-family: 'Montserrat', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
    background-color: #ffffff;
    font-size: 15px;
    line-height: normal;
    background-image: url(bg.jpg);
	background-attachment: fixed;			
	background-repeat: no-repeat;
    background-size: cover;
}

.mm-ismenu {
    color: #ffffff;
}

.intro, .pagedetailcontent {
    overflow: hidden;
    padding: 0;
}

p.mhomecontent {
    padding: 0;
}

.nivo-controlNav {
    padding: 0;
}

.title {
    padding: 25px;
    text-transform: uppercase;
}

.attachment_design {
    background: inherit;
}

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

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

.font-main {
    text-transform: uppercase;
    font-size: 30px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
    padding: 25px;
    font-weight: 300;
}

.frame-1 {
    background-color: #1c1c1c;
    padding: 25px;
}

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

.frame-main {
    background-color: #ffffff;
    padding: 25px;
    border-top: 5px solid #333333;
    border-bottom: 5px solid #333333;
}

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

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

.new_product_col1 {
    margin: 0 auto !important;
}

.article {
    border: none;
    transition: all 0.25s linear;
    height: auto;
}

.article:hover {
    border: 2.5px solid #25408f;
}

.home_product_title {
    display: none;
}

.home_product_swipper_img {
    border: none;
}

.frame {
    border: 5px solid #ffffff;
    padding: 25px;
    width: 55%;
    margin: 0 auto;
    transition: all 0.25s linear;
}

.frame:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.show-content .content-holder {
    padding-top: 0;
    background-color: rgba(51, 51, 51, 0.50);
    transform: inherit;
    opacity: inherit;
    transition: all 0.25s linear;
}

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

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

.hover-target .zoomout {
    transition: all 0.25s linear;
}

.hover-target:hover .zoomout {
    transform: scale(1.05);
}

.btn-square.white {
    border: none;
    font-size: 15px;
    background-color: #ffffff;
    transition: all 0.25s linear;
    color: #25408F;
    border-radius: 5px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-square.white:hover {
    background-color: #25408F;
    color: #ffffff;
    box-shadow: 0 1.5px 2.5px rgba(51, 51, 51, 0.25);
}

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

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

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

.icon {
    color: #25408F;
}