@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');

body {
	font-family: 'Abhaya Libre', 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 */

.hp_banner_content {
    font-family: "Abhaya Libre", serif;
    text-align: left;
    position: relative;
    top: -100px;
    right: -75px;
    width: max-content;
}

.hp_banner_content h3 {
    font-size: 17.5px;
    color: #000000;
    margin: 0;
}

.hp_banner_content div {
    background-color: #0099b0;
    padding: 0 10px;
    height: 55px;
    display: flex;
    align-items: center;
}

.hp_banner_content div p {
    font-size: 20px;
    margin: 0;
}

/* category */

.hp_category_container {
    max-width: 1140px;
    margin: auto;
    padding: 100px 0;
    display: flex;
}

.hp_category {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

.hp_category_box_big {
    position: relative;
}

.hp_category_box_big_content {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hp_category_box_big_content h3 {
    font-size: 50px;
    color: #ffffff;
    margin: 0;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 50px;
    border-radius: 100px;
    cursor: pointer;
}

.hp_button a button:hover {
    background-color: #ffffff;
    color: #0099b0;
}

.hp_category_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

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

.hp_category_box_small_content {
    position: absolute;
    bottom: 25px;;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #0099b0;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    width: 80%;
}

.hp_category_box_small_content h3 {
    font-size: 20px;
    margin: 0;
    color: #ffffff;
}

/* about */

.hp_about_container {
    max-width: 1140px;
    margin: 50px auto 0;
    padding: 0 0 100px;
    display: flex;
    background-color: #f2f2f2;
    position: relative;
}

.hp_about_container:before {
    content: '';
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_about_container:after {
    content: '';
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_about_container .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.hp_five {
    width: 100% !important;
}

.hp_about_image {
    margin-top: -100px;
}

.hp_seven {
    width: 100% !important;
}

.hp_about_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hp_sub {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hp_sub h3 {
    font-size: 16px;
    color: #b50000;
    margin: 0;
}

.hp_line {
    background-color: #000000;
    width: 25px;
    height: 2.5px;
}

.hp_title {
    font-size: 35px;
    margin: 0;
    color: #0099b0;
}

.hp_about_content p {
    color: #6c757d;
    margin: 0;
}

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

.hp_about_content .hp_button a button {
    border-color: #212529;
    color: #212529;
}

.hp_about_content .hp_button a button:hover {
    background-color: #212529;
    color: #ffffff;
}

/* product */

.hp_product_container {
    max-width: 1140px;
    margin: 50px auto 0;
    padding: 0 0 100px;
    display: flex;
}

.hp_product_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.hp_product_content .hp_sub {
    justify-content: center;
}

.new_product_col1 {
    margin: 0 !important;
}

.tag-product-item {
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 10px;
}

.tag-product-item .add-cart {
    background-color: #0099b0;
    padding: 5px 25px;
    border-radius: 100px;
}

/* why */

.hp_why_container {
    max-width: 1140px;
    margin: 0 auto 100px;
    padding: 0 0 100px;
    display: flex;
}

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

.hp_why_content {
    background-color: #0099b0;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    flex-direction: column;
    gap: 25px;
}

.hp_why_content_left h2 {
    color: #ffffff;
}

.hp_border {
    background-color: #ffffff;
    width: 100%;
    height: 2.5px;
}

.hp_why_content_right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 75px;
}

.hp_why_content_right_box {
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hp_why_content_right_box div {
    max-width: 75px;
    margin: auto;
}

.hp_why_content_right_box p {
    margin: 0;
}

.hp_why_image {
    width: 100%;
    transform: scale(1.35) translateY(45px);
}

/* contact */

.hp_contact_container {
    /*max-width: 1140px;*/
    /*margin: 0 auto 100px;*/
    /*padding: 100px 0 0;*/
    display: flex;
    background-color: #f2f2f2;
}

.hp_contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 0 10px;
}

.hp_contact_image {
    margin-top: 0;
}

.hp_contact_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 50px;
    margin-top: -40px;
}

.hp_contact_content h2 {
    color: #b50000;
    font-size: 50px;
}

.hp_contact_content_list {
    display: flex;
    column-gap: 50px;
    flex-direction: column;
    gap: 10px;
}

.hp_contact_content_list h2 {
    color: #0099b0;
    font-size: 30px;
}

.hp_contact_content_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hp_contact_content_left div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hp_contact_icon {
    max-width: 20px;
}

.hp_contact_content_left div p {
    margin: 0;
    color: #6c757d;
    width: 100%;
}

.hp_contact_content_right {
    width: 50%;
}

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

.hp_contact_content_right ul li p {
    margin: 0;
}

.hp_contact_content_right ul li p a {
    color: #6c757d;
}

/* footer */

.footer-top {
    padding-bottom: 0;
}

#footer {
    background-color: #0099b0;
    height: auto;
    color: #ffffff;
}

#footer .info {
    padding: 10px;
    max-width: 1140px;
    text-align: left;
}

#footer a {
    color: #ffffff;
}