@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);

body {
	font-family: 'Roboto', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
    background-color: #ffffff;
    font-size: 15px;
    line-height: 1.75;
}

.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 */

.banner-item .banner-caption {
    width: 100%;
    max-width: 1240px;
    font-family: 'Red Hat Display', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei' !important;
}

.hp_banner_content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
}

.hp_banner_button {
    display: inline-flex;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background-color: #00539e;
    color: #ffffff;
    border: none;
    padding: 5px 50px;
    cursor: pointer;
}

.hp_banner_button a button:hover {
    background-color: #000000;
    animation: 1s linear bounce;
}

/* slogan */

.hp_margin {
    margin-top: 15px;
}

.hp_twelve {
    margin-bottom: 0;
}

.hp_slogan {
    background-color: #000000;
    padding: 15px 25px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: fit-content;
    float: right;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    flex-direction: column;
}

.hp_slogan h1 {
    font-size: 20px;
    margin: 0;
    color: #ffffff;
    line-height: normal;
}

/* about */

.section_0 .row_container.fullwidthcol {
    max-width: 1240px;
    margin: 0 auto;
    float: none;
}

.hp_padding {
    padding-top: 100px;
}

.hp_row {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.hp_six {
    width: 100% !important;
    margin-bottom: 0;
    margin-left: 0 !important;
    padding: 15px;
    min-height: auto;
}

.hp_six img {
    display: flex;
}

.hp_about_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 0;
}

.hp_about {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_title {
    font-size: 35px;
    margin: 0;
    line-height: normal;
    color: #00539e;
}

.hp_about p {
    margin: 0;
    border-top: 2.5px solid #000000;
    margin-top: 10px;
}

.hp_about img {
    max-width: 150px !important;
}

.hp_about_content p {
    margin: 0;
}

.hp_button {
    display: inline-flex;
}

.hp_about_content .hp_button {
    margin-top: 15px;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #00539e;
    color: #ffffff;
    border: none;
    padding: 5px 50px;
}

.hp_button a button:hover {
    background-color: #000000;
    animation: 1s linear bounce;
}

.hp_four {
    margin-bottom: 0;
    margin-left: 0 !important;
    padding: 15px;
    min-height: auto;
}

.hp_why_box {
    background-color: #00539e;
    color: #ffffff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.hp_why_icon {
    max-width: 50px;
    display: flex;
}

.hp_why_content h1 {
    font-size: 16px;
    margin: 0;
    line-height: normal;
    color: #ffffff;
}

/* product */

.hp_padding .hp_twelve {
    padding: 15px;
    margin-left: 0;
}

.hp_product {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.hp_product p {
    margin: 0;
    border-top: 2.5px solid #000000;
    margin-top: 10px;
}

.hp_product_box {
    position: relative;
    cursor: pointer;
}

.hp_product_box img {
    transition: all 0.50s;
    display: flex;
    width: 100% !important;
}

.hp_product_box:hover img {
    filter: brightness(0.75);
}

.hp_product_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hp_product_content h1 {
    font-size: 25px;
    margin: 0;
    transition: all 0.50s;
    color: #ffffff;
    line-height: normal;
}

.hp_product_box:hover .hp_product_content h1 {
    color: #00539e !important;
}

.hp_line {
    background-color: #ffffff;
    width: 50px;
    height: 2.5px;
    margin: 15px auto 0;
    transition: all 0.50s;
}

.hp_product_box:hover .hp_line {
    width: 150px;
}

/* gallery */

.hp_gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.hp_gallery p {
    margin: 0;
    border-top: 2.5px solid #000000;
    margin-top: 10px;
}

.hp_gallery_image {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
}

/* contact */

.hp_bg {
    margin-top: 100px;
    padding: 150px 0;
    background-image: url(https://www.newpages2u.com/userfiles/17483/image/get-in-touch-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hp_contact_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    color: #ffffff;
}

.hp_contact_content h1 {
    color: #ffffff;
}

.hp_contact_content p {
    margin: 0;
}

.hp_contact_content .hp_button {
    display: inline-flex;
    justify-content: center;
    margin-top: 15px;
}

/* news */

.hp_news_bg {
    position: relative;
    z-index: 1;
}

.hp_news_bg:after {
    content: '';
    background-color: #e2e2e2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
}

.hp_news {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.hp_news p {
    margin: 0;
    border-top: 2.5px solid #000000;
    margin-top: 10px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.news-listing.v2 .tag-news-item .news-inner-img {
    border-radius: 0;
    background-position: center;
    border: none;
}

.news-listing .tag-news-item .news-date {
    margin-bottom: 0;
    top: 0;
    border-radius: 0;
}

.slick-dots {
    display: none !important;
}

/* downspace */

.downspace {
    width: 100% !important;
    display: flex;
    background-color: #e2e2e2;
    padding: 100px 0 15px;
}

.downspace .row_container.fullwidthcol {
    max-width: 1240px;
    margin: 0 auto;
    float: none;
}

.hp_downspace_center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 15px;
}

.hp_downspace_center img {
    max-width: 200px !important;
}

.hp_downspace_center p {
    margin: 0;
}

.hp_downspace_left h1 {
    font-size: 25px;
    margin-top: 0;
}

.hp_contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.hp_contact_list {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.hp_contact_list i {
    width: 25px;
    display: flex;
    justify-content: center;
    padding-top: 5px;
}

.hp_contact_list p {
    margin: 0;
}

.hp_downspace_right {
    text-align: right;
}

.hp_downspace_right h1 {
    font-size: 25px;
    margin-top: 0;
}

.hp_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hp_list ul li p {
    margin: 0;
}

.hp_list ul li p a {
    text-decoration: none;
}

.hp_list ul li p a:hover {
    color: #00539e;
}

/* footer */

.footer-top {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e2e2e2;
}

.social-menu {
    margin-top: 0;
}

.social-menu .social-icon {
    font-size: 16px;
    padding: 15px;
}