@charset "UTF-8";
/* CSS Document */
.custom-image-left,
.custom-image-right {
	margin-bottom: 40px;
}
.text-box h3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}

/* Image-right */
.custom-image-right .clearfix{
	display: flex;
	flex-direction: row-reverse;
}
.custom-image-right .media-box {
	margin: 0;
}
.custom-image-right .media-box.pull-right {
	width: 50%;
	margin-left: 0;
	text-align: center;
	align-self: center;
}
.custom-image-right .media-box.pull-right img {
	margin: 0;
	padding: 0;
}
.custom-image-right .text-box {
	width: 50%;
	padding: 0 4.5% 0 0;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	align-self: center;
}

/* Image-left */
.custom-image-left .clearfix{
	display: flex;
}
.custom-image-left .media-box.pull-left {
	width: 50%;
	margin-right: 0;
	text-align: center;
	align-self: center;
}
.custom-image-left .media-box.pull-left img {
	margin: 0;
	padding: 0;
}
.custom-image-left .text-box {
	width: 50%;
	padding: 0 0 0 4.5%;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	align-self: center;
}

@media (min-width: 768px) {
.media-box.pull-right img,
.media-box.pull-left img {
	width: 400px;
}
}

@media (max-width: 767px) {
.container-fluid {
	padding: 0;
}
.media-box img {
	width: 100%;
	height: auto;
}
.custom-image-right .clearfix,
.custom-image-left .clearfix{
	display: block;
}
.custom-image-right .media-box.pull-right,
.custom-image-left .media-box.pull-left {
	width: 100%;
	float: none;
}
.custom-image-right .text-box,
.custom-image-left .text-box{
	width: 100%;
	float: none;
	padding: 24px 16px 0;
	font-size: 14px;
}
.text-box h3 {
	font-size: 24px;
	margin-bottom: 22px;
}
.visible-xs {
	display: none !important;
}
.hidden-xs {
	display: block !important;
}
}

/* link btn */
.dtx-link-btn {
	margin: 0;
	padding: 75px 0;
}
.dtx-link-btn ul {
	margin: 0;
}
.dtx-link-btn ul > li {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
	height: 50px;
}
.dtx-link-btn ul > li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
	background-color: #fff;
	z-index: 10;
	transition: width 0.5s ease;
}

.dtx-link-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0 40px;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #333;
	border: solid 1px #b5b5b5;
}


@media screen and (min-width:768px) {
	.dtx-link-btn a:hover {
		color: #fff;
		text-decoration: none;
		background-color:  rgb(0, 0, 0, 1);
	}
}
.dtx-link-btn a .fa {
	position: absolute;
	top: calc(50% - 12px);
	right: 10px;
	font-size: 24px;
	color: #93282c;
}

@media screen and (max-width:767px) {
	.dtx-link-btn {
		padding: 0;
	}
	.dtx-link-btn .container-fluid {
		margin: 0;
		padding: 0;
	}
	.dtx-link-btn ul > li {
		max-width: 100%;
		height: 90px;
		border-radius: 0;
	}
	.dtx-link-btn a {
		flex-direction: row;
		padding: 0;
		height: 90px;
		border-left: none;
		border-right: none;
		border-radius: 0;
	}
	.dtx-link-btn a .fa {
		position: static;
		top: auto;
		right: auto;
		margin-left: 5px;
	}
}