.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}


/* logo responsive */

@media screen and (max-width: 3000px) {
    a.navbar-brand {
		width: 810px;
	}
	
	img.d-inline.mcci {
        width: 100%;
        height: auto;
    }	
	
	img.d-inline.kaiteki {
		width: 450px;
	}
}

@media screen and (max-width: 1924px) {
    a.navbar-brand {
		width: 553px;
	}
	
	img.d-inline.mcci {
        width: 100%;
        height: auto;
    }	
}

@media screen and (max-width: 1369px) {
    a.navbar-brand {
		width: 495px;
	}
	
	img.d-inline.mcci {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1282px) {
    a.navbar-brand {
		width: 460px;
	}
	
	img.d-inline.mcci {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1026px) {
    a.navbar-brand {
		width: 366px;
	}
	
	img.d-inline.mcci {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    a.navbar-brand {
		width: 366px;
	}
	
	img.d-inline.mcci {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 440px) {
    a.navbar-brand {
		width: 366px;
	}
	
	img.d-inline.mcci {
        width: 100%;
        height: auto;
    }
	
	img.d-inline.kaiteki {
		width: 350px;
	}
}

@media screen and (max-width: 310px) {
    a.navbar-brand {
		width: 366px;
	}
	
	img.d-inline.mcci {
        width: 100%;
        height: auto;
    }
	
	img.d-inline.kaiteki {
		width: 290px;
	}
}






/* /logo responsive */


/* search */
div.search input.form-control {
    width: 80%;
    position: relative;
    left: 10%;
    align: center;
    border-radius: 8px;
    background-color: #E6E6E6;
    /* top: 100%;
    margin-right: -50%;
    transform: translate(-50%, -50%); */
}

/* search */

#language {
    position: relative;
    /* width: 80%; */
    text-align: center;
    border-radius: 10px;
    color: #363636;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 14px;
}

#follow-us {
    position: relative;
    /* width: 80%; */
    text-align: center;
    border-radius: 10px;
    color: #363636;
    margin-top: 6px;
    margin-bottom: 6px;
}

#follow-us a img {
    margin-bottom: 1.1%;
}


a[href=""] {
    color: #363636;
}

a[href=""]:hover {
    text-decoration: none;
    color: blue;
}

.carousel-inner > .carousel-item > img {
    width: 100%;
    height: 100%;
}

a.list-group-item.list-group-item-action {
    background-color: #8494a0;
    color: #fff;
}

a.list-group-item.list-group-item-action:hover {
    background-color: #363636;
}

#sidebar-wrapper {
    height: 100%;
    position: sticky;
    margin: 0;
}


/* HOVER IMAGE GROW */
.image {
    display: block;
    width: 100%;
    height: auto;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.grow {
    transition: all .2s ease-in-out;
    overflow: hidden;
    z-index: ;
}

.grow:hover {
    transform: scale(1.05);
    transition: 0.5s ease;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    /* shadow */
    -webkit-box-shadow: 1px 1px 1px 1px #ffffff;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 1px 1px 1px 1px #ffffff;
    /* Firefox 3.5 - 3.6 */
    box-shadow: 1px 1px 1px 1px #ffffff;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

/* /HOVER IMAGE TEXT */

/* FORM-CONTACT */
.contact-area {
    background-color: #f2f2f2;
    padding: 15px;
}

.head-office-address {
    background: linear-gradient(322.87deg, #5e23ca, #0ba3e9);
    height: auto;
    margin-left: 5%;
    width: 95%;
    line-height: 1.2;
    color: #fff;
    padding: 2.25rem 40px;
}

.factory-address {
    background: linear-gradient(210.87deg, #00adfd, #0f04aa);
    height: auto;
    margin-left: 5%;
    width: 95%;
    line-height: 1.2;
    color: #fff;
    padding: 2.50rem 40px;
    margin-top: 24px;
    margin-bottom: 32px;
}

/* /FORM-CONTACT */

/*FOOTER*/
#follow-us-footer {
    margin-bottom: 1.1%;
}

.row.pt-4 p.mx-auto,
.row.pt-4 a.mx-auto {
    font-size: 18px;
}

div.row.pt-4 a,
div.row div.mx-auto a:hover {
    color: #363636;
}

/* /FOOTER */

/* HOME */

.content-section {
    border-left: 1px solid #cccccc;
}

.area-welcome {
    text-align: center;
    padding: 40px;
}

.area-welcome h2,
.area-news h2,
.area-product-text h2 {
    color: #363636;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 2.5em;
    display: block;
    margin-bottom: 10px;

}

.area-welcome,
.area-welcome p,
.area-product-text,
.area-product-text p {
    font-size: 1.1em;
}

.blue-bar-bottom {
    background-color: #4AB4E4;
    width: 100px;
    height: 6px;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}


.area-news {
    background-color: #f2f2f2;
    padding: 40px;
    text-align: center;
}

.news-thumb-container {
    background-color: white;
    -webkit-box-shadow: 0px 8px 14px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 8px 14px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 14px 1px rgba(0, 0, 0, 0.05);
}

.news-thumb-container h3 {
    text-align: center;
}

.image-link-in-news {
    width: 100%;
    height: 260px;
    display: block;
    overflow: hidden;
    border-bottom: solid 6px #4AB4E4;
}

.text-in-news {
    padding: 20px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    height: 240px;
    display: block;
    overflow: auto;
}

.text-in-news a,
.text-in-news a h3,
.text-in-news a:hover h3,
.text-in-news a:hover,
.text-in-news a:visited h3 {
    font-weight: 400;
    font-size: 23px;
    margin: 0px;
    padding: 0px;
    color: #212529;
    text-decoration: none;
}

.text-in-news .tanggal {
    color: dimgrey;
}

.area-products {
    background-color: #c2e3f6;
    /*width: 100%;
    height: 600px;
    display: block;*/
}

.area-product-text {
    /*padding: 130px 0px 0px 60px;
    float: left;
    width: 45%;
    height: 600px;
    background-color: #c2e3f6;*/
}

.area-product-text,
.area-product-text p {
    font-weight: 300;
    font-size: 1.2em;
}

.area-product-text h2 {
    font-weight: 400;
    margin-bottom: 40px;
    font-size: 1.9em;
}

.area-product-thumb {
    width: 600px;
    height: 600px;
    float: right;
}

.area-product-thumb h2 {}

.area-product-thumb .product-thumb {
    height: 300px;
    width: 300px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    float: left;


}

.product-thumb.thumb-1 {
    background: url(../img/product-homepage-1.jpg) center center no-repeat;
    background-size: cover;

}

.product-thumb.thumb-2 {
    background: url(../img/product-homepage-2.jpg) center center no-repeat;
    background-size: cover;
}


.product-thumb.thumb-3 {
    background: url(../img/product-homepage-3.jpg) center center no-repeat;
    background-size: cover;
}


.product-thumb.thumb-4 {
    background: url(../img/product-homepage-4.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
}

.product-thumb.thumb-4 .blue-button {
    margin-top: 105px;
    ;
}


.blue-button,
.blue-button:hover,
.blue-button:visited {
    color: white;
    padding: 15px 20px;
    background-color: #4AB4E4;
    min-width: 150px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

.bordered-button {
    border: solid 2px #fff;
}

.area-about,
.area-career,
.area-with-tab {
    background-color: #f2f2f2;
    padding: 80px 80px 0px 80px;

}

.about-container,
.career-container {
    background-color: #4ab4e4;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    padding: 0px;
    width: 100%;
    margin: auto;
}

.about-container,
.about-container p,
.career-container,
.career-container p {
    font-weight: 300;
    font-size: 1.1em;
}

.career-container a:link,
.career-container a:hover,
.career-container a:visited {
    font-weight: bold;
    color: white;
}

.about-container h2,
.career-container h2 {
    margin-bottom: 30px;
}

.about-container .background-side {
    background: url(../img/about.jpg) center center no-repeat;
    background-size: cover;
}

.career-container .background-side {
    background: url(../img/career.jpg) center center no-repeat;
    background-size: cover;
}

.about-container .text-side,
.career-container .text-side,
.about-container .background-side,
.career-container .background-side,
    {
    padding: 0px;
}

.about-container .text-side .text-wrapper,
.career-container .text-side .text-wrapper {
    padding: 60px 80px;
}

.area-with-tab {
    padding-bottom: 80px;
}

.tab-card {
    border: none;
    background: none;
}

.tab-card .card-header {
    border: none;
    background: none;

}

.tab-card .tab-card-header {}

.tab-card ul.card-header-tabs {}

.tab-card ul li.nav-item {
    font-size: 1em;
}

.tab-card .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    background-color: #4ab4e4;
}

.tab-card .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: whites;
}

.tab-card ul li.nav-item .nav-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    color: #fff;
}

.tab-card ul li.nav-item {
    margin-bottom: -4px;
}

.tab-card ul li.nav-item .nav-link.active {
    color: #4ab4e4;

}

.tab-card .tab-text-area {
    background-color: white;
    height: 500px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    color: #363636;
}

.tab-card .tab-text-area .text-wrap {
    padding: 60px;
}

.tab-card .tab-image-area {
    height: 500px;
    text-align: center;
}

.tab-card .tab-image-area .blue-button {

    margin-top: 220px;
}

#image-business {
    background: url(../img/tab-business.jpg) center center no-repeat;
    background-size: cover;
}

#image-governance {
    background: url(../img/tab-governance.jpg) center center no-repeat;
    background-size: cover;
}

#image-sustainability {
    background: url(../img/tab-sustainability.jpg) center center no-repeat;
    background-size: cover;
}

.tab-card .tab-pane {
    padding: 0px !important;
}
