.hx-img strong {
	margin: auto 0 30px auto
}

.mediaPress {
	width: 441px;
	margin: 0 auto
}

.border-box.pd-10 h2 {
	margin: 30px 0 40px 0;
	font-size: 20px;
	height: 70px;
	overflow: hidden;
	font-weight: 600
}

.border-box.pd-10 {
	padding: 30px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 2px 3px 8px 1px rgb(0 0 0 / 11%);
	border: none;
	border-radius: 15px
}

.mr-10 {
	margin-right: 10px
}

.ml-0 {
	margin-left: 0 !important
}

.bannerTxt .btn {
	padding: 7px 15px;
	font-size: 18px
}

.bannerTxt.border-box p {
	margin-bottom: 0;
	height: 80px;
	overflow: hidden
}

span.date-txt {
	font-size: 15px;
	color: var(--primary);
	display: block;
	font-weight: 400
}

.border-box.bannerTxt img {
	width: 60px
}

@media (max-width:991px) {
	.mediaPress {
		width: 250px
	}

	.bannerTxt.border-box p {
		margin-bottom: 0;
		height: 110px;
		overflow: hidden
	}

	.lg-mb-50 {
		margin-bottom: 50px
	}
}

.hex.team-porfile p {
	margin: 0;
	font-size: 13px;
	font-weight: 700
}

.hex.team-porfile {
	transition: .5s all
}

.hex.team-porfile:hover img,
.hex.team-porfile.active img {
	transform: scale(1.1)
}

.hex.team-porfile:hover p,
.hex.team-porfile.active p {
	text-decoration: underline
}

.hex.team-porfile.active p {
	color: var(--primary)
}

.hex.team-porfile p a {
	color: inherit
}

.mr-15 {
	margin-right: 15px !important
}

.hex-1 .hex.team-porfile,
.hex-3 .hex.team-porfile {
	margin-left: 180px
}

.hex-4 .hex.team-porfile,
.hex-6 .hex.team-porfile {
	margin-left: 130px
}

.hex-2 .hex.team-porfile,
.hex-5 .hex.team-porfile {
	margin-left: 70px;
	margin-top: 20px
}

.hex-5 .hex.team-porfile {
	margin-left: 120px
}

.hex.team-porfile {
	cursor: pointer
}

.header {
	z-index: 9999
}

.hex-modal {
	background: #fff;
	box-shadow: 0 0 11px 1px rgb(0 0 0 / 21%);
	-moz-box-shadow: 0 0 11px 1px rgb(0 0 0 / 21%);
	border-radius: 20px;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	transition: .5s all;
	z-index: -10;
	opacity: 0
}

.hex-modal.active {
	top: 180px;
	z-index: 10;
	opacity: 1
}

.hex-6 .hex-modal.active,
.hex-3 .hex-modal.active {
	top: 30px
}

.hex-5 .hex-modal.active,
.hex-2 .hex-modal.active {
	top: 200px
}

.hex-content {
	overflow: auto;
	max-height: 490px;
	padding: 30px
}

.director-section .row {
	position: relative
}

.hex-ttl {
	margin-bottom: 25px
}

.hex-ttl h2 {
	font-size: 25px;
	display: flex;
	font-weight: 600;
	margin-bottom: 0;
	align-items: center
}

.hex-ttl h2 img {
	margin-right: 15px;
	width: 37px
}

.hex-info p {
	font-size: 15px;
	line-height: 23px
}

.hex-info p:last-child {
	margin-bottom: 0
}

.bg-gray {
	background: #f5f5f5;
	padding: 20px;
	border-radius: 10px;
	cursor: pointer;
	height: 110px
}

.close-hx-detail {
	position: absolute;
	top: 10px;
	right: 30px;
	cursor: pointer
}

a.bg-gray {
	text-decoration: none;
	display: block;
	color: initial;
	display: flex;
	align-items: center;
	font-size: 18px
}

img.info-img {
	width: 50px;
	margin-right: 20px
}

a.bg-gray:hover,
.close-hx-detail:hover {
	opacity: .5
}

.v-section {
	padding: 200px 0;
	background-image: url(../images/hexashield/car-crash.jpg);
	background-position: center;
	background-size: cover
}

.v-body {
	width: 720px;
	margin: 0 auto
}

.playTxt {
	font-size: 55px;
	font-weight: 600;
	margin: 0 0 50px;
	color: #fff
}

.v-play img {
	width: 32px
}

.square-card {
	padding: 0
}

.ds-close img {
	width: 10px
}

.text-gray {
	color: #434343
}

.md-body {
	overflow: hidden;
	border-radius: 15px
}

.ds-close {
	top: -3px;
	right: -30px;
	padding: 2px;
	border: solid 1px red;
	line-height: 0;
	background: #fff;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	line-height: 21px;
	text-align: center
}

.st-modal.active {
	z-index: 9999
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: none repeat scroll 0 0 #fff;
	display: none;
	bottom: 0;
	right: 0
}

.spinner {
	border: 1px solid transparent;
	border-radius: 3px;
	position: relative;
	margin: auto;
	width: 100%;
	height: 100%
}

.spinner:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 1px solid #575757;
	border-top-color: #fff;
	animation: spinner .9s linear infinite
}

@keyframes spinner {
	to {
		transform: rotate(360deg)
	}
}

.show-mob,
.hexa-mob {
	display: none
}

.hide-mob {
	display: block
}

@media(max-width: 991px) {
	.hexa-mob .img-fluid {
		width: 150px
	}

	.show-mob,
	.hexa-mob {
		display: block
	}

	.hide-mob {
		display: none
	}

	.hex.team-porfile>img {
		margin-bottom: 10px
	}

	.square-card,
	.v-body {
		width: 100%
	}

	.playTxt {
		font-size: 25px
	}

	.hex-1 .hex.team-porfile,
	.hex-3 .hex.team-porfile {
		margin-left: 0
	}

	.hex-4 .hex.team-porfile,
	.hex-6 .hex.team-porfile {
		margin-left: 0
	}

	.hex-2 .hex.team-porfile,
	.hex-5 .hex.team-porfile {
		margin-left: 0;
		margin-top: 0
	}

	.hex-5 .hex.team-porfile {
		margin-left: 0
	}

	.hex-1>img,
	.hex-2>img,
	.hex-3>img,
	.hex-4>img,
	.hex-5>img,
	.hex-6>img {
		display: none
	}

	.mr-15 {
		margin-right: 0 !important
	}

	.col-4.hex-img {
		display: none
	}

	.hex-cl-4 .col-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.hex-cl-4 .col-4:nth-child(1) .text-center {
		text-align: left
	}

	.hex-cl-4 .col-4:nth-child(3) .text-center {
		text-align: right
	}

	.hex.team-porfile {
		background: #f5f5f5;
		border-radius: 10px;
		padding: 10px;
		margin-bottom: 10px;
        height: 100px;
	}

	.director-section {
		padding: 30px 0
	}

	.bg-gray {
		height: auto;
		margin-bottom: 20px
	}

	.mt-0 {
		margin-top: 0 !important
	}

	.hex-modal {
		position: fixed;
		bottom: 0
	}

	.close-hx-detail {
		right: 10px
	}

	.hex-content {
		max-height: 360px
	}

	.hex-ttl h2 {
		font-size: 20px
	}

	.hex-modal {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}

	.hex-modal {
		top: inherit;
		bottom: -100px
	}

	.hex-modal.active {
		top: inherit;
		z-index: 10;
		opacity: 1;
		bottom: 0
	}

	.hex-6 .hex-modal.active,
	.hex-3 .hex-modal.active {
		top: inherit
	}

	.hex-5 .hex-modal.active,
	.hex-2 .hex-modal.active {
		top: inherit
	}
}

@keyframes buttonAnimate {
	0% {
		box-shadow: 0 0 0 0 rgb(26 145 248 / 0%)
	}

	100% {
		box-shadow: 0 0 0 20px rgb(26 145 248 / 46%)
	}
}

@keyframes buttonAnimateAfter {
	0% {
		border: solid 1px #1a91f8
	}

	50% {
		border: solid 1px transparent
	}

	100% {
		border: solid 1px #1a91f8
	}
}

a.v-play:after {
	content: "";
	background: 0 0;
	top: -26px;
	right: 0;
	bottom: 0;
	width: 160px;
	height: 160px;
	position: absolute;
	border-radius: 100%;
	border: solid 1px #1a91f8;
	left: -25px;
	animation-name: buttonAnimateAfter;
	animation-duration: 1s;
	animation-iteration-count: infinite
}

a.v-play {
	background: #1a91f8;
	border: none;
	border-radius: 100%;
	width: 109px;
	height: 109px;
	position: relative;
	text-align: center;
	outline: 0;
	z-index: 0;
	box-shadow: 0 0 0 20px #420000;
	animation-name: buttonAnimate;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	line-height: 107px;
	text-align: center;
	display: inline-block
}

@media(max-width: 767px) {
	.ds-close {
		top: initial;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -10px;
	}
}


.v-deo .md-body {
	overflow: hidden;
	border-radius: 15px;
	line-height: 0;
}

@media (max-width: 767px) {
	.section.banner-section.strs-tst {
		margin-top: 0px !important;
	}
}

