.kapal {
	background-color: white;
	color: #15473d;
	padding: 15px;
	font-size: 13pt;
	margin-bottom: 20px;
}

.detail-col {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: left;
}

.detail-col:nth-child(1) {
	width: 45px;
	height: 150px;
}

.ship-icon {
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	z-index: 10;
}

.ship-icon:nth-child(1) {
	top: 10px;
}

.ship-icon:nth-last-child(1) {
	bottom: 0;
}

.ship-icon-line {
	width: 1px;
	height: calc(100% - 30px);
	background-color: #999;
	position: absolute;
	top: 15px;
	left: 14px;
}

.city-name,
.right-detail-title {
	font-size: 13pt;
	line-height: 27px;
}

.departure-detail-left,
.departure-detail-right {
	display: inline-block;
	vertical-align: middle;
}

.departure-detail-left {
	width: 300px;
}

.close-date,
.duration,
.right-detail-date {
	font-size: 11pt;
	font-family: Lato-Regular;
}

.close-date-value,
.duration-value,
.right-detail-date {
	font-weight: bold;
}

.detail-col-horizontal-line {
	width: 100%;
	height: 1px;
	background-color: #999;
	margin: 10px 0;
}

@media all and (max-width: 767px) {
	.container-float.paddingpage {
		padding: 0;
	}

	.container-float.paddingpage .row {
		margin: 0;
		margin-bottom: 50px;
	}

	.container-float.paddingpage .col-md-4 {
		padding-left: 5vw;
		padding-right: calc(5vw + 10px);
	}

	.detail-col:nth-child(1) {
		width: 35px;
		height: 145px;
	}

	.ship-icon {
		width: 25px;
		height: 25px;
	}

	.ship-icon-line {
		left: 12px;
	}

	.detail-col:nth-child(2) {
		width: calc(100% - 10vw - 5px);
	}

	.departure-detail-left {
		width: calc(100% - 50px);
	}

	.city-name,
	.right-detail-title {
		font-size: 12pt;
	}

	.close-date,
	.duration,
	.right-detail-date {
		font-size: 10pt;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.container-float.paddingpage .row {
		margin: 0;
		margin-bottom: 70px;
	}
}
