@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

.btn2 {
    font-size: 12.5px !important;
    padding: 10px !important;
}

.banner-item .banner-caption {
    width: 100%;
    height: auto;
    font-family: 'Mulish', sans-serif !important;
    line-height: 1;
}

.banner1 {
    font-size: 12.5px;
}

.banner-caption.id-4 {
    width: 90% !important;
}

.banner2 {
    font-size: 12.5px;
    color: #333333;
    text-align: left !important;
}

.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;
    float: left;
}

.six-full-2 {
    margin: 0 auto !important;
    padding: 15px 0;
    float: left;
}

.six-full-3 {
    margin: 0 auto;
    padding: 25px;
    text-align: center;
}

.six-full-4 {
    margin: 0 auto;
    text-align: center;
}

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

.font-big:after {
    content: "";
    width: 25%;
    display: block;
    height: 10px;
    background-color: #0067a8;
    margin: 25px auto 0;
    border-radius: 25px;
}

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

.show-content .content-holder {
    background-color: inherit;
    transition: inherit;
    padding-top: 0;
    transform: inherit;
    opacity: inherit;
}

.show-content:hover .content-holder {
    opacity: inherit;
    transform: inherit;
}

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

.font-table-1 {
    vertical-align: bottom;
    display: table-cell;
    text-align: right;
    padding: 25px;
}

.font-table-2 {
    vertical-align: bottom;
    display: table-cell;
    text-align: left;
    padding: 25px;
}

.btn-square.black {
    margin-top: 0;
    font-size: 15px;
    transition: all 0.25s linear;
    border: none;
    background-color: #FFA500;
    padding: 10px 25px;
    color: #ffffff;
}

.btn-square.black:hover {
    background-color: #0067a8;
}

.show-content .content-holder2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    transform: scale(0);
    opacity: 0;
    transition: all 0.25s linear;
    z-index: 1;
    background-color: rgba(51, 51, 51, 0.25);
}

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

.font-table {
    vertical-align: middle;
    display: table-cell;
}

.btn-square.white {
    font-weight: bold;
    margin-top: 0;
    font-size: 25px;
    transition: all 0.25s linear;
    border: none;
    background-color: rgba(0, 103, 168, 0.50);
    padding: 10px 25px;
    color: #ffffff;
    border-radius: 50px;
}

.btn-square.white:hover {
    background-color: #0067a8;
}

.font-last {
    font-size: 35px;
    line-height: normal;
    background-color: #0067a8;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 25px;
    text-align: center;
    font-weight: bold;
}

.font-title {
    font-size: 25px;
    line-height: normal;
    text-transform: uppercase;
}

.font-last-2 {
    font-size: 15px;
    line-height: 25px;
    color: #777777;
}

.new_product_col1 {
    margin: 0 auto !important;
}

.home_product_swipper_img, .article {
    border: none !important;
}

#menu ul li:nth-child(7) a{
    font-weight: 700;
    background-color: #FFA500;
    color: #000;
    letter-spacing: 0.5px;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000; 
}