/* OVERALL */
	body {
		font-family: 'Poppins';
	    font-weight: 500;
	}

	li.nav-item .font {

	    color: black;
	    font-size: 0.9rem;
	}

	.logo img{
	    width: 50%;
	    height: auto
	}

	/* NAVBAR */
	nav ul li a,
	nav ul li a:after,
	nav ul li a:before {
	  transition: all .5s;
	}


	.navbar {
		padding: 0px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	}


	.navbar-nav .nav-item .nav-link.active,
	.navbar-nav .nav-item .nav-link:hover
	 {
		background: #ec965d;
		display: block;
		border-radius: 1.2rem;
		color: #fff;
	}



	p {
	    font-family: 'Poppins';
	    color: #3a3a3a;
	    font-weight: 400;
	    color: black;
	    font-size: 1rem;
	}

	a {
		color: #000;
	}
	a:hover {
		color: #000;
	}

	.maxorangebg {
		background-color: #ec965d !important;
	}
	.maxbluebg {
		background-color: #77bbea !important;
	}
	.maxbluebg2 {
		background-color: #97c4e5 !important;
	}

	.maxmaroonbg {
		background-color: #b13c66 !important;
	}
	.maxpurplebg {
		background-color: #b180b7 !important;
	}
	.maxbluelight {
		background-color: #c3e8f2 !important;
	}

	.mobileonly {
		display: none;
	}
	.desktoponly {
		display: block;
	}

	footer {
		padding-top :20px;
	}
	footer .row {
		margin: 0px;
	}
	.display{
		flex-direction: revert !important;
	}

	p {

	    font-weight: 400;
	    color: #3a3a3a;
	    font-size: 1rem
	}



	.titleStyle h3 {
	    font-weight: bold;
	    font-family: 'Poppins'
	}




    .vl {
        border-left: 3px solid white;
        height: 450px;
    }


/* BUTTON STYLE */

    .maxbutton {
        font-size: 0.8rem;
        border-radius: 50px;
        background-color: #77bbea;
        font-weight: 400;
        color: white;
        padding:0.5rem 3rem;
    }
    .maxbutton:hover {
	    cursor: pointer;
    }

    .maxbutton.readmore {
        float: left;
        font-size: 0.7rem;
		padding: 0.5rem 0.8rem;
    }



    .buttonStyle {
        font-size: 16px;
        border-radius: 50px;
        background-color: #77bbea;

        font-weight: 400;
        color: white;
        padding-left: 6vw;
        padding-right: 6vw;
        margin-bottom: 30vh;
    }


    .buttonStyle1 {
        font-size: 1.2rem;
        border-radius: 50px;
        background-color: #77bbea;
        font-weight: 400;
        color: white;
        padding:0.5rem 3rem;
    }
    .buttonStyle1:hover {
	    cursor: pointer;
    }

    .buttonStyle2 {
        font-size: 1.2rem;
        border-radius: 50px;
        font-weight: 400;
        color: white;
        padding-left: 8vw;
        padding-right: 8vw;
        /* position: absolute; */
        right: 0;
        border-radius: 10px;
        background-color: #3fa2f7;
    }

    .buttonStyle4 {
        font-size: 16px;
        border-radius: 50px;
        background-color: #77bbea;
        font-weight: 400;
        color: white;
    }


	.footer.copy p {

		font-weight: 500;
		font-size:15px;
		padding-left: 10px;
	}
	.footer.social {
		color:#77bbea;
		float: right;
		text-align: right;
		display: block !important;
	}
	.footer.social a {
		color:#77bbea;
		font-size: 0.7em;
		text-align: right;
		margin: 0px;
		padding: 0px;
	}


	.pagebanner {
		display: block;
		padding: 0px;
		margin: 0px;
		margin-top: 40px;
		position: relative;
		min-height: 300px;

	}
	.pagebanner img {
		z-index: -1;
		width: 100%;
		height:auto;
	/* 	object-fit:cover; */
	}


	.navsearch {
		display: none;
	}


	#layout_message {
		display: block;
		text-align: center;
	}

    .shadow {
        position: relative;
        float: left;
        overflow: hidden;
    }


	.container-page-inner {
		margin-top: 3.9rem;
		min-height:500px;
/*
		height: 70vh;
		max-height: auto ;
*/
	}
	.container-selector {
		margin: 7rem 0px 0px 0px;
	}


/*Home*/
	.home-container {}

	.home.section1 button {
	    text-align: center;
	}


	.banner1 {
	    background-image: url("../img/HOME/banner1.jpg");
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    height: auto;
	    width: 100%;
	    border-radius: 0 0 50px 50px;
	}





	/*HOME ARTICLE*/

	.box {
	   background: #fff;
	   border-radius: 4px;
	   padding-bottom: 100%;
	}

/*
	.col-lg-2, .col-md-3, .col-xs-6{
	    margin-top: 30px !important;
	}
*/

	.buttonArticlePage {
	    margin-top: 0;
	    border-radius: 30px;
	    font-size: 20px;
	    background-color: #ca94d0;

	    font-weight: 400;
	    color: white
	}



	div.social-float-parent {
	/*
		width: 100%;
		height: 1000px;
		background: #f8f8f8;
		position: relative;
	*/
	}
	.floater-inner {
		display: block;
		position: fixed;
		z-index: 2;
	/* 	left: 10px;
		z-index: 4;
		bottom: 10px;
	*/
	    width: 18%;
	    height: auto;
	    bottom: 10%;
	    right: 2rem;

	}

	.float-img {
		display: block;
		width: 15rem;

	}
	.float-mobile {
		display: none;
		background: #fff;
		height: 3rem;
		box-shadow: rgba(0, 0, 0, 0.24) 0px -3px 8px;
	}
	.float-mobile img {
		position: relative;
		position: absolute;
		bottom: 0px;
		margin-left: -5rem;
		height: 5rem;
	}

	.card.askourvet {
		box-shadow: none;
	}



	.homearticle {
	    background-image: url("../img/HOME/background4_02.jpg");
	    background-color: #71b1e1;
	    /* background-attachment: fixed; */
	    background-repeat: no-repeat;
	    height: auto;
	    width: 100%;
	    border-radius: 0 0 50px 50px;
	}

	.homearticle h1{
		padding: 20px 0px;
		color: #fff;
	}

	.overlay {
	  position: absolute; /* Sit on top of the page content */
	  display:block ; /* Hidden by default */
	  width: 100%; /* Full width (cover the whole page) */
	  height: 100%; /* Full height (cover the whole page) */
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	  z-index: 1; /* Specify a stack order in case you're using a different order for other elements */

	}


	.backgroundArticle {
		padding: 10px;
	}
	.article-list.container {
		display: block;
	    max-height: 300px;
	    height: 100%;
	    position: relative;
	    border-radius: 10px;
	    overflow: hidden;
	    padding: 0px;

	}

	.list-text {
		z-index:2;
		position: absolute;
		bottom: 10px;
		left: 10px;
	}

	.article-list.title {
		font-size:15px;
		color: #fff;
		text-align: left;

	}



	.list-img:before {
	        content: '';
	        position: absolute;
	        top: 0;
	        left: 0;
	        width: 100%;
	        height: 100%;
	        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
	        z-index: 1;

	}


	.list-img img {
		width: auto;
		height: 100%;
	}

	.article-list a img {
		filter: blur(2px);
	  -webkit-filter: blur(2px);
	}


	.article-list a:hover img {
		filter: blur(0px);
	  -webkit-filter: blur(0px);
	}

	.list-date {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0 ;
		color:#77bbea;
		font-weight:700;
		font-size:12px;
		border-radius:20px;
	}





    .carousel-indicators li {
        border-radius: 50%;
        height: 10px;
        width: 10px;
        background-color: #524e47;
    }



    .home.section1 p {
        font-size: 17px;
        font-family: 'Poppins'
    }

    .home.section1 button {
        position: absolute;
        right: 0;
    }

	/* HOMEPAGE */

	.hero-section {
	}



	/*
	.background3 {
	    background-image: url("../img/HOME/bgsec3.png");
	    /* background-attachment: fixed; */
	    /*
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	    border-radius: 30px 30px 0 0;
	}
	*/
	.hero-banner {
		position: relative;
		display: block;
	}
	.hero-banner .row {
		min-height: 90vh;
	}

	.hero-banner .caption,
	.pagebanner .caption{
	/*
		position: absolute;
		top: 35%;
		left: 3%;
	*/
		position: absolute;
	/* 	height: 100%; */
		width: 35rem;
		left: 3%;
		bottom: 30%;
		z-index: 10;
	}
	.hero-banner .caption h1,
	.pagebanner .caption h1
	{
		font-size: 4rem;
	}
	.hero-banner .caption p,
	.pagebanner .caption p
	{
		font-size: 1.2rem;
	}


	.hero-banner .images {
	/*
		float: right;
		height: 100%;
		width: auto;
	*/
	}
	.banner-img {
		width: 100%;
		height: auto;
		display: block;
	}
	.banner-img img {
		width: 100%;
	}

	.banner-img .overlay {
		position: absolute; /* Sit on top of the page content */
	  display:none ; /* Hidden by default */
	  width: 100%; /* Full width (cover the whole page) */
	  height: 100%; /* Full height (cover the whole page) */
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: rgba(255,255,255,0.5); /* Black background with opacity */
	  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
	}


	.hero-banner .herobtn {
		font-size: 16px;
		border-radius: 50px;
		background-color: #77bbea;

		font-weight: 400;
		color: white;
		padding-left: 6vw;
		padding-right: 6vw;

	}

	.homewhy {
		margin-top: 20px;
	}
	.homewhy .img {
		height: 400px;
		margin-bottom: 2rem;
	}
	.homewhy .img img {
		height: 100%;
	}

	.home-nutritions {
	/*
	    background-image: url("../img/HOME/bgsec3.png");
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	*/
	    /* background-attachment: fixed; */
	    border-radius: 30px 30px 0 0;
		background: rgb(204,229,236);
		background: -moz-linear-gradient(180deg, rgba(204,229,236,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(180deg, rgba(204,229,236,1) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(180deg, rgba(204,229,236,1) 0%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cce5ec",endColorstr="#ffffff",GradientType=1);

	}

	.home-nutritions .row.outer > div:first-child{
		border-right : 2px solid #fff;
	}

	.home-nutritions .title {
		display: block;
		text-align: center;
		padding:50px 0px;
	}

	.home-nutritions .title-inner {
		display: block;
		text-align: center;
		padding: 30px 0px;
	}
	.home-nutritions .title-inner .btn {
		background: #fff;
		font-size: 1.7em;
		border-radius: 10px;
		padding: 0px 40px;
		text-transform: capitalize;
	}
	.home-nutritions .outer .col-12 {
		margin-bottom: 20px;
		margin-top: 20px;
		padding: 0px 20px;
	}

	.home-nutritions .img {
		text-align: center;
		margin-bottom: 10px;
	}

	.home-nutritions .anotherNone {

	}

	.home-nutritions .maxparagraph2 {
	/*
		width: 150px;
		padding : 0;
		margin : 0;
		min-height:40px;
		font-weight: 500;
		font-familiy: 'Poppins' ;
		color:#fff;
		font-size:14px;
	*/
	}

	/* Home Social */
	.homesocial {
		margin-top: 2rem;
	}


	/*ABOUT US*/

	.aboutus {
		margin-top: 50px;
	}

	.aboutus .images {
		text-align: center;
	}

	.homeabout h1 {

	}
	.homeabout img {
		max-width: 100%;
		height: auto;
	}

		.hero-sections {
			display: none;
		}




    .home.section1 h1 {

        font-size: 65px;
        font-weight: 500;

        color: #3a3a3a;
    }


    .home.section2 {
        position: absolute;
        bottom: 0
    }

    .home.section2 h1 {

        font-weight: 400
    }

    .home.section2 p {

        font-weight: 400;
        color: #3a3a3a;
        font-size: 20px
    }

    .section3 {
        position: absolute;
        bottom: 0
    }

    .section3 h1 {

        font-weight: 400
    }

    .section3 p {

        font-weight: 400;
        color: #3a3a3a;
        font-size: 20px
    }

    .section4 img {
        width: auto;
        height: 400px
    }

    .titleSection4 p {

        font-weight: 700;
        color: black
    }

    .section4 p {
        font-size: 15px;
        color: black
    }

    .section a {
        border-radius: 10px;
        font-size: 25px;
        background-color: white;
        pointer-events: none;

        font-weight: 400;
        color: #98afd5
    }

    #buttonDiscover:focus {
        background-color: #77bbea;
    }

    .imageSection img {
        width: 300px;
        height: 215px;
        ;
        object-fit: cover;

    }

    .buttonStyleDiscover {
        font-size: 16px;
        border-radius: 50px;

        font-weight: 400;
        color: #000;
        padding-left: 8vw;
        padding-right: 8vw;
        /* position: absolute; */
        right: 0;
        border-radius: 10px;
        background-color: #e1e1e1;
    }

     .buttonStyleDiscover:hover {

        background-color: #77bbea;
        color: #fff;
    }

     .home-discover .col-md-4 col-4 button:first-child {

        background-color: #77bbea;
    }



    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
    }

    .content {
        margin-top: 3rem
    }

    .bannerContent {
        display: flex;
        justify-content: start
    }



      .about.background1 {
        background-image: url("../img/WHY_MAXlife/background1_02.jpg");
        /* background-attachment: fixed; */
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0 0 50px 50px;
    }

    .fontDesign {

        font-weight: 400;
        color: #3a3a3a;
        font-size: 20px
    }

    .form-control::placeholder {
        font-size: 0.95rem;
        color: white;
    }

    .form-control:focus {
        box-shadow: none;
    }

    .form-control-underlined {
        border-width: 0;
        border-bottom-width: 1px;
        border-radius: 0;
        padding-left: 0;
    }




    .banner1 {
        background-image: url("../img/HOME/banner1.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
        height: 600px;
        width: 100%;
    }

/*
    .section1 h1 {
        padding-bottom: 30vh;
        padding-top: 30vh;

        font-weight: 500;
        color: #3a3a3a
    }
*/

    .searchSection {
        background-color: #77bbea;

        font-weight: 500;
        color: #3a3a3a
    }

    .searchSection input {
        background-color: #77bbea;
        color: black
    }

    #button-addon1 {

        font-weight: 500;
        color: #3a3a3a;
        border-radius: 15px;
        background-color: white;

    }

    .section2div h1 {

        font-weight: 400
    }

    .section2div p {

        font-weight: 400;
        color: #3a3a3a;
        font-size: 20px
    }

    .section3 h5 {

        font-weight: 700
    }

    .section3 p {

        font-weight: 500;
        color: #3a3a3a
    }

    .input-group>.form-control {
        margin-left: 20px;
    }

    .section2div {
        position: absolute;
        bottom: 0
    }

/*nutrition section*/

    .max-nutrition {
        max-width: 90%;

    }
    .max-nutrition .section-title {
        display: block;
        text-align: center;
        margin: 30px 0px;
    }
    .max-nutrition .section-title h1 {
        font-size: 3.5rem;
    }
    .max-nutrition p.copytext {
        font-size: 15px;
        font-weight: lighter;
    }
    .nut-thumb {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        text-align: center;
        margin-bottom: 10px;
        border-radius: 25px;
    }
    .nut-thumb  img  {
        height: 20rem;
        width: auto;
    }




/*PRODUCT*/
	.row.animal {
		/* 	margin-bottom: 10px; */
/* 		margin-top: -1rem; */
	}
		.row.animal .col-md-9 {
			position: relative;
		}

	.slide-indicator {
		position: absolute;
		right: 0px;
		bottom: 0px;
		font-size: 3rem;
		background-color: #fff;
		display: none;
		height: 100%;
		z-index: 2;
		padding: 0.5rem;

	}
	.slide-indicator i {
			line-height: 6rem;
	}

	.productlist.background1 {
	    background-image: url("../img/product/background1.jpg");
	    /* background-attachment: fixed; */
	    background-repeat: no-repeat;
	    background-size: cover;
	    max-height: 500px;
	    height: 380px;
	}

	.product.section1 {

	    font-weight: 700;
	    color: white;
	    font-size: 50px;
	}

	.product_list .listimg {
		display: block;
		overflow: hidden;
	}
	.product_list .listimg img {
		height: 100%;
		max-height: 200px;
		width: auto;
	}



	.product.section2 div {
	    background-color: #e9939e;
	    position: relative;
	    z-index: 1;

	    font-size: 20px;
	    border-radius: 30px;
	    font-weight: 700;
	    color: white;
	}

	.section3 {
	    background-color: #2c7cc7;
	    position: relative;
	    z-index: 1;
	    font-size: 20px;
	    border-radius: 30px;
	    font-weight: 60;
	    color: white;
	    margin-top: 50px;
	    margin-bottom: 10px;
	}

	.product.section2 img {
	    overflow-x: hidden;
	    margin-bottom: -1px;
	    bottom: 0;
	    right: 0;
	    position: absolute;
	    width: auto;
	    height: 120px;
	    object-fit: cover;
	}

	.product-caption {
	    font-family:'Poppins'; font-weight:500;
	    display: none;
	}
	.container.cat {
		display: block;
		position: relative;
		width: 100%;
		clear: both;
		min-height: 150px;
	}
	.category_parent .product.section2 {
		position: relative;
		float: left;
		padding-top: 1.7rem;
	}

	.product_list h3 {
		text-align: center;
		font-weight: bold;
		font-size: 1rem;
	}
	.listproduct {
		margin-bottom: 200px;
	}

	/* PRODUCT DETAIl */
	/*
	.productdetail.background1 {
	    background-image: url("../img/detailProduct/background1.jpg");
	    background-attachment: fixed;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	*/

/*
	.productdetail.background2 {
	    background-image: url("../img/detailProduct/background2.jpg");
	    background-position-x: 50%;
	    /* background-attachment: fixed;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
*/


	.ingredient_desc {
	    width: 120px;
	    text-align: center;
	    margin: auto;
	}


	td,
	th {
	    border: 1px solid gray;
	    text-align: left;
	    padding-left: 5px;
	}

	.buttonSection1 button {

	    color: white;
	    font-weight: 400;
	    font-size: 18px;
	    border: none;
	    border-radius: 25px;

	}



	td {

	    font-weight: 500;
	    color: #3a3a3a;
	    width: 12vw;
	}

	.topnav {
	    overflow: hidden;
	    background-color: #e1e1e1;
	    /* width: 48%; */
	}

	.topnav div {
	    float: left;
	    color: #f2f2f2;
	    text-align: center;
	    padding: 10px 16px;
	    text-decoration: none;
	    /* font-size: 10px; */
	}

	.topnav div:hover {
	    background-color: #ddd;
	    color: black;
	}

	.topnav div.active {
	    background-color: #3fa2f7;
	    color: white;
	}

	.sub_active {
	    background-color: #3fa2f7;
	    color: white;
	}

	.sub_deactive {
	    background-color: #e1e1e1;
	    color: rgb(255, 252, 252);
	}


	#btn_nutrition {

	    font-weight: 500;
	    color: white;
	    font-weight: 400;
	    font-size: 18px;
	    cursor: pointer;
	    border-top-left-radius: 50px;
	    border-bottom-left-radius: 50px;
	    width: 130px;
	    height: 40px;
	    overflow: hidden;
	    /* height: 100px; */
	    line-height: 40px;
	    text-align: center;
	}

	#btn_nutrition .active {
	    background-color: #3fa2f7;
	    color: white;
	}

	#btn_ingredient .active {
	    background-color: #3fa2f7;
	    color: white;
	}

	#btn_ingredient {

	    font-weight: 500;
	    color: white;
	    font-weight: 400;
	    font-size: 18px;
	    cursor: pointer;
	    border-top-right-radius: 50px;
	    border-bottom-right-radius: 50px;
	    width: 130px;
	    height: 40px;
	    overflow: hidden;
	    line-height: 40px;
	    text-align: center;
	}

	/*product detail*/
	.productdetail {
		padding-top: 5rem;
	}
	.productdetail.upper {
		display: block;
		background:url("../img/detailProduct/background1.jpg") bottom right, linear-gradient(to bottom, rgba(200, 200, 200, 0) 50%, rgba(0, 0, 0, 1) 200%);
		background-size: contain;
		background-repeat: no-repeat;
	/* 	background-image: url("../img/detailProduct/background1.jpg"); */
		border-radius: 2rem 2rem;
		margin-bottom: 2rem;
	}
	.producttitle p{
		font-size: 1.2rem;
	}
	.productdesc p {
		font-size: 0.8rem;
	}
	.ornamnet {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
	    -webkit-mask-image: url("../img/bg-ornament-bone.svg");
	    mask-image: url("../img/bg-ornament-bone.svg");
	}

	.related-content {
		display: block;
		position: relative;
		border-radius: 2rem 2rem 0px 0px;
		padding-top: 3rem;
		padding-bottom: 3rem;
		background-color: #bde2ef;
/*
		background-image: url("../img/bg-ornament-bone.jpg");
		background-size: 100%;
*/
		overflow: hidden;

	}
	.related-content .container
	{
		z-index: 2;
	}


	.related-content h1 {
		text-align: left;
		padding: 20px 0px;
		position: relative;
		z-index: 2;
	}
	.tips.related-content h1,
	.related-content {
		color: #fff;
	}


	/*STORE */

	.find.background1 {
	/*
	    background-image: url("../img/findMAXlife/background.jpg");
	    background-color:red;
	*/
	    /* background-attachment: fixed; */
		background: linear-gradient(to bottom, rgba(200, 200, 200, 0) 10%, rgba(0, 0, 0, 1) 200%);
	    background-repeat: no-repeat;
	    background-size: cover;
	    border-radius: 0 0 50px 50px;
	}

	.gambar {
	    height: 50px;
	}



	.find.background2 {
	    background-image: url("../img/findMAXlife/background2.jpg");
	    /* background-attachment: fixed; */
	    background-repeat: no-repeat;
	    background-size: cover;
	    max-height: 500px;
	    position: absolute;
	    z-index: -1;
	    height: 500px;
	    margin-bottom: -10vh
	}

	.stickyMessage {
	    position: fixed;
	    z-index: 4;
	    width: 18%;
	    height: auto;
	    bottom: 0;
	    right: 0
	}

	.storeDetail button {
	    background-color: #81c6ea;

	    color: #3a3a3a;
	    font-weight: 400;
	    color: white;
	    font-size: 18px;
	    border-radius: 20px
	}

	.storeDetail h5 {
	    font-weight: 700;
	    color: black;
	    font-family: 'Poppins'
	}

	.store button {
	    position: absolute;
	    left: 0;
	    bottom: -1;
	    background-color: #f39f4a;

	    color: #3a3a3a;
	    width: 89%;
	    font-weight: 700;
	    color: white;
	    font-size: 14px;
	    border-radius: 20px
	}

	.storeImg {
	    padding: 15px;
	    border-radius: 38px;
	}

/*tips*/


	.tipcat a {
	    padding: 10px;
	}


    .tips.background1 {
        background-image: url("img/tips_MAXlife/background1.jpg");
        /* background-attachment: fixed; */
        background-repeat: no-repeat;
        background-size: cover;
    }

	.tips-hero {
		display: block;
		width: 100%;
		height: auto;
		max-height: 319px;
		overflow: hidden;
	}
	.tips-hero img {
		width: 100%;
	}

	.tips-hero.topic {
		  height: 15rem;
	}
	.tips-hero.topic .bgtopic {
		  background-image: url("https://maxlife-brand.kasatmata.xyz//img/media/338/bg-page-tips.jpg");
		  background-size: cover;
		  background-position: center bottom;

		  /* Add the blur effect */
		  filter: blur(9px);
		  -webkit-filter: blur(9px);
		  display: block;
		  position: absolute;
		  width: 100%;
		  height: 100%

	}



    .paragraph {
        font-family: 'Poppins';
        font-weight: 500;
        color: #3a3a3a;
        font-weight: 400;
        font-size: 18px;
        padding-right: 20vw;
        padding-left: 20vw;
        padding-bottom: 70vh;
    }

    .topnav a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 10px 16px;
        text-decoration: none;
        /* font-size: 10px; */
    }

    .topnav a:hover {
        color: black;
    }

    .topnav a.active {
        background-color: #3fa2f7;
        color: white;
    }

    /* .section1 {
        position: fixed;
        z-index: 4;
        width: 18%;
        height: auto;
        bottom: 0;
        right: 0
    } */

    /* .divbackground1 {
        background-color: #77bbea;
        font-family: 'Poppins';
        font-weight: 500;
        color: #3a3a3a
    } */

    #button-addon1 {
        font-family: 'Poppins';
        font-weight: 500;
        color: #3a3a3a;
        border-radius: 15px;
        background-color: white;
        color: black
    }

    .navButton {
        font-family: 'Poppins';
        font-weight: 500;
        color: white;
        font-weight: 400;
        font-size: 18px;
    }

    .navBut {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .dropdown button {
        font-family: 'Poppins';
        font-weight: 500;
        color: #3a3a3a;
        font-weight: 400;
        background-color: white;
        font-size: 18px;
    }

    .sectionNews h5 {
        font-family: 'Poppins';
        font-weight: 700
    }

    .sectionNews p {
        font-family: 'Poppins';
        font-weight: 500;
        color: #3a3a3a
    }

    .imgTips {
        max-width: auto;
        max-height: 250px
    }


.container.tipsdetail {
	margin-top: 7rem;
}

    .color1 {
        background-color: #3fa2f7;
    }

    .color2 {
        background-color: #e1e1e1;
    }
        .searchBox {
            display: none
        }

/*
        .imgTips {
            max-width: 250px;
            max-height: 250px
        }
*/

        .tips.background1 {
            background-size: cover;
            background-position: center;
            min-width: 100%;
            max-width: 150px;
            min-height: 100%;
            max-height: 100%;
            margin-right: 0;
            height: 300px;
            width: 150px;
            border-radius: 0 0 50px 50px;
        }

        .navBut {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }


        .topnav {
            overflow: hidden;
            /* background-color: #e1e1e1; */
            width: 83%;
        }

        .navButton {
            font-family: 'Poppins';
            font-weight: 500;
            color: white;
            font-weight: 400;
            font-size: 13px;
        }

        .navButton a {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .dropdown button {
            font-size: 13px;
        }
        .sort1 {
            font-size: 10px !important;
            font-family: 'Poppins' !important;
            font-weight: 500 !important;

        }

        /*
        .content1 p {
            font-size: 12px;
            padding-right: 0;
            padding-left: 0;
            padding-bottom: 0;
        } */
		.sectionNews {
		}
        .sectionNews h5 {

        }
        .sectionNews .newsimg {
            overflow: hidden;
            min-height: 250px;
            height: auto;
        }
        .sectionNews .newsimg img {
/* 	        height: 100%; */
	        width: auto;
        }

        .sectionNews p {
            font-size: 12px;
        }
/*

        .border-right-custom {
            border-radius: 0 20px 20px 0;
        }
*/

        .inputSec {
            display: none;
        }

        .paragraph {
            font-size: 12px;
        }




/*event*/
.event.inner {
	margin-top: 1rem;
}
.bgText{
        position: absolute;
        bottom: 0px;
        width: 100%;
        white-space: normal;
        border-radius: 1rem	1rem 0px 0px;
        width: 100%;
        min-height: 1rem;
        background-color: #77bbea;
        color: white;
}
.bgText p {
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	padding: 0.5rem;
	margin-bottom: 0px;

}

    .bungkus {
        position: relative;
        overflow: hidden;
        max-height: 250px;
    }

    .bungkus p {
/*
        margin-bottom: -5px;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding-left: 5px;
        padding-top: 15px;
        padding-right: 5px;
        white-space: normal;
        border-radius: 20px 20px 0px 0px;
        width: 100%;
        height: 70px;
        background-color: #77bbea;
        font-family: 'Poppins';
        font-weight: 500;
        color: white
*/
    }
    .bungkus img {
	    width: 100%;
	    height: auto;
    }

/* TIPS */

        .article-detail__share .share-icon {
            color: #3a629e;
        }

        .article-detail__share .share-icon a {
            color: #3a629e;
            text-decoration: none;
        }

        .article-detail__share .share-icon a:hover {
            color: #3a629e;
        }

        .body {
            font-family: 'Poppins', sans-serif;
        }

        .date {
            color: #3a629e;
        }

        .background4 {
            background-image: url("img/HOME/background4_02.jpg");
            /* background-attachment: fixed; */
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            border-radius: 50px 50px 0 0;
            padding-bottom: 20px;
        }

        .title h1 {
            /* color: #ffffff; */
            font-size: 2.5rem;
        }

        .discover-title h1{
            color: #ec965d;
        }

        .section1 h1 {
            font-family: 'Poppins';
            font-weight: 700;
        }

        .detail {
            font-family: 'Poppins';
            font-weight: 500;
            color: black;
            font-size: 16px
        }

        .date {
            font-family: 'Poppins';
            font-weight: 500;
            font-size: 17px !important;
        }

        .imgSec1 {
            width: 100%;
            height: auto;
        }

	/*event list*/
	.listevent {
		overflow: hidden;
		margin-bottom: 1rem
	}

/* FIND */
.find-related-img{
	width: 100%;
	height: auto;
}

/*contact*/
	.contact .row {
		max-height: 100px;
		color: #fff;
	}
	.contact.background1 {
		color: #fff;
	}
	.contact p {
		color: #fff;
	}
    .contact{
        background-image: url("../img/contact/backgroundContact_02.jpg");
        /* background-attachment: fixed; */
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:0 0 5rem 5rem;
    }

    .contact h1 {
        font-family: 'Poppins';
        color: #3a3a3a;
        font-weight: 400;
        color: white;
    }


    .contact.section1 {
        background-color: #77bbea;
        font-family: 'Poppins';
        font-weight: 500;
        color: #3a3a3a
    }

    #button-addon1 {
        font-family: 'Poppins';
        font-weight: 500;
        color: #3a3a3a;
        border-radius: 15px;
        background-color: white;
        color: black
    }

