/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 10px;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
  }
}

.carousel-item {
  /* height: 65vh;
  max-height: 330px; */
  /*height:65vh;*/
  height: 330px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover !important;
  background-position:center !important;
}

.portfolio-item {
  margin-bottom: 30px;
}

#logo img{
    margin: auto;

}
#header-content
{
	margin-bottom: 10px;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #062b6c;
}
#menu-header
{
	position: absolute;
	bottom: 0px;
}
.navbar 
{
	padding:0 !important;;
}
.nav-item
{
	color: #ffffff !important;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-left: 50px;
}
.navbar-collapse 
{
	padding-left: 50px;
}
.list-content ul, .list-content-contact ul  {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-content li#hcSched, .list-content-contact li#hcSched { 
    background:url(../images/icon-open.png) no-repeat;
    padding-left:40px;
    padding-bottom: 15px;
}
.list-content li#hcAddress, .list-content-contact li#hcAddress { 
    background:url(../images/icon-location.png) no-repeat;
    padding-left:40px;
    padding-bottom: 15px;
}
.list-content li#hcPhone, .list-content-contact li#hcPhone  { 
    background:url(../images/icon-phone.png) no-repeat;
    padding-left:40px;
    padding-bottom: 10px;
}
.list-content li#hcEmail, .list-content-contact li#hcEmail { 
    background:url(../images/icon-email.png) no-repeat;
    padding-left:40px;
    padding-bottom: 10px;
}
.list-content li#hcHandphone, .list-content-contact li#hcHandphone { 
    background:url(../images/icon-handphone.png) no-repeat;
    padding-left:40px;
    padding-bottom: 10px;
}

.list-content-contact li#hcSched { 
    background:url(../images/icon-open.png) no-repeat;
    padding-left:40px;
    padding-bottom: 10px;
}
.list-content-contact li#hcAddress { 
    background:url(../images/icon-location.png) no-repeat;
    padding-left:40px;
    padding-bottom: 10px;
}
.list-content-contact li#hcPhone  { 
    background:url(../images/icon-phone.png) no-repeat;
    padding-left:40px;
    padding-bottom: 10px;
} 
.list-content-contact li#hcEmail { 
    background:url(../images/icon-email.png) no-repeat;
    padding-left:40px;
    padding-top: 2px;
    padding-bottom: 10px;
    margin-left: 20px;
}
.list-content-contact li#hcHandphone { 
    background:url(../images/icon-handphone.png) no-repeat;
    padding-left:40px;
    padding-bottom: 20px;
}


.list-content-contact li.inline
{
	display: inline-table;
	background-position-x: center;
}
.list-content-contact li p
{
	line-height: 5px;
}
.whatsapp
{
	margin-top: 10px;
}
.title-contact
{
	font-size: 25px;
	font-weight: bold;
	padding-left: 8px;
	margin-bottom: 10px;
}
.carousel-caption-custom
{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.carousel-caption-custom .carousel-caption-custom-back
{
	height: 100%;
	width: 100%;
	
	z-index: 2;
	display: block;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004bbd+0,cedbe5+85 */
background: #004bbd; /* Old browsers */
background: -moz-linear-gradient(left, #004bbd 0%, #cedbe5 85%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #004bbd 0%,#cedbe5 85%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #004bbd 10%,transparent 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004bbd', endColorstr='#cedbe5',GradientType=1 ); /* IE6-9 */
}
/*.carousel-caption-custom .carousel-caption-custom-trans
{
	height: 100%;
	width: 40%;
	background-color: #062b6c;
	z-index: 2;
	display: block;
	position: relative;
	float: left;
	opacity: 0.4;
}*/
.carousel-caption-custom .carousel-caption-custom-inner
{
	position: absolute;
	left:7%;
    top: 30%;
    bottom: 50%;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px;
	color: #ffffff;
	width: 50%;
	z-index: 3;
}
.carousel-caption-customs::after
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: -moz-linear-gradient(136deg, transparent 0%, #ffffff 44%);/* FF3.6+ */
	background: -webkit-gradient(linear, 136deg, color-stop(0%, transparent), color-stop(44%, ffffff));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(136deg, transparent 52%, #d0d7d1 44%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(136deg, transparent 52%, #ffffff 44%);/* Opera 11.10+ */
	background: -ms-linear-gradient(136deg, transparent 52%, #ffffff 44%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#ffffff', GradientType='1'); /* for IE */
	background: linear-gradient(-120deg, transparent 50%, #ffffff 10%);/* W3C */
	z-index: 2;
	opacity: 0.9;
}

.card-block-custom 
{
	background-color: #062b6c;
	color: #ffffff;
	position: absolute;
	vertical-align: middle;
	top:10%;
	bottom: 10%;
	padding: 20px;
	font-size: 15px;
}
.btn-grey
{
	background-color:#dfe1e6;
	color: #ff0000;
}

/* helper */
.width100
{
	width: 100% !important;
}
.content-title
{
	color: #062b6c;
	font-size: 25px;
}
.background-grey
{
	background-color:#dfe1e6;
}
.background-primary
{
	background-color: #062b6c;
}
.slick-slide
{
	position: relative;
}
.box-title-slick
{
	  top:35%;
	  bottom: 50%;
	  min-height: 80px;
	  left: 0;
	  position: absolute;
	  width:100%;
	  z-index: 2;
	  background-color: #4836c9;
}

.slick-prev:before, .slick-next:before {
	color:#000;
  }
.img-slick
{
	width: 330px;
	height: 238px;
}
.btop {
	border-top-color: #0b0000;
	border-top: solid;
	border-top-width: 1px;
	
}

.img-details{
	width: 100% !important;
}

.img-right {
	float: right;
}

.captionjs, .captionjs figcaption {
	width: 100% !important;
	margin: 0 0 20px;
	padding: 0;
}
.captionjs figcaption {
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-top: none;
	background-color: #eee;
}
.captionjs.captionjs-stacked figcaption {
	background-color: rgba(6, 43, 106, 0.68);
	color: #fff;
	border: none;
	text-align: center;
	margin-bottom: 25% !important;
	height: 30%;
	font-size: 20px;
	
}
.captionjs.captionjs-animated figcaption {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	border: none;
}
.captionjs.captionjs-hidden figcaption {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	border: none;
}
.captionjs.captionjs-default a {
	color: #000;
}

.slick-slide {
    /* margin: 0px 20px; */
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
}
.slick-slide img
{
	width: 330px;
	height: 238px;
}
/* .centered-box {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(6, 43, 106, 0.68);
	width: 100%;
} */


.copyright
{
	color:#ffffff;
}
.menu-bottom:first-of-type
{
	padding-right: 10px;
	padding-left: 0px;
}

.menu-bottom 
{
	border-right: 1px solid #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.menu-bottom:last-of-type
{
	border: none;
	padding-right: 0px;
}
.btn-load-more
{
	width:50%;
	color: #ffffff;
}
.content-info
{
	font-size:14px;
	color: #000000;
}
.form-contact
{
	background-color: #f6f6f6;
	padding: 20px;
}
.btn-blue
{
	background-color: #0348b3;
	color: #ffffff;
}

/** google map **/


.google-maps-large {
        position: relative;
        padding-bottom: 25%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
.google-maps-large iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
         height:100% !important;
       
}

.container-map
{
	width: 100%;
}
.collapsible-item-title-link-icon:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.collapsible-item-title-link-icon.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
a.collapsible-item-title-link-icon:hover
{
	text-decoration: none !important;
	color: #000 !important;
}
h4.card-title
{
	font-size: 20px;
}
.card-title
{
	margin-bottom: 0;
}
/*media Responsive */
@media (max-width: 768px) {
	
	.card-block-custom 
	{
		position: relative;
		padding-top: 10px;
		top:0;
	}
	.google-maps-large {
        padding-bottom: 50%; // This is the aspect ratio
    }
    .menu-bottom
    {
		font-size:13px;
	}
	.carousel-item
	{
		height: 170px !important;
	}
	.carousel-caption-custom-inner
	{
		top:10% !important;
		width: 100%;
	}
	.carousel-caption-custom-inner p
	{
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	
	.img-side, .card-side
	{
		padding: 0;
	}
}
@media (max-width: 991px) {
	
	.navbar 
	{
		padding:0 !important;;
	}
	.nav-item
	{
		color: #ffffff !important;
		font-size: 18px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: 10px;
	}
	.navbar-collapse 
	{
		padding-left: 30px;
		padding-left: 30px;
	}
	.navbar {
	    /* height: 50px; */
	    /* padding-bottom: 10px; */
	    padding-bottom: 10px !important;
	    padding-top: 10px !important;
	}

}

@media (max-width: 1200px) {
	.card-block-custom 
	{
		background-color: #062b6c;
		color: #ffffff;
		height: 100%;
		top: 0;
		font-size: 15px;
	}
}


@media (min-width: 1200px) {
	
	#our-product .captionjs-stacked
	{
		width: 330px!important;
	}
}

@media (max-width: 991px) {
	.card-block-custom 
	{
		font-size: 12px;
	}
	.btn-view-all
	{
		font-size: 12px;
	}
	.card-block-custom p{
		 -webkit-margin-before: 0.5em;
   		 -webkit-margin-after: 0.5em;
	}
}

@media (min-width: 410px) and  (max-width: 599px)  {
	#our-product .captionjs-stacked
	{
		width: 330px!important;
	}
  }