.section_head {
	padding: 180px 0 100px;
}
.section_head .inner {
	max-width: 660px;
	margin: 0 auto;
	text-align: center;
}
.section_head h2 {
	margin-bottom: 20px;
	color: #343637;
}
.section_head h3 {
	margin-bottom: 40px;
	color: #d8232a;
}
.section_head-news h2 {
	margin-bottom: 0;
}
.section_head-news-one {
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: fixed;
}
.section_head-news-one .inner {
	max-width: 960px;
}
.section_map {
	padding: 140px 0 190px;
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: fixed;
}
.section_map .wrapper {
	max-width: 1180px;
}
.section_map .inner {
	position: relative;
	z-index: 1;
	margin-bottom: 120px;
	text-align: center;
}
.section_map h2 {
	color: #ffffff;
}
.section_map h3 {
	max-width: 630px;
	margin: 20px auto 0;
}
.section_map-fleet .inner {
	max-width: 742px;
	margin: 0 auto;
}
.section_map-fleet.show_1 .map-count_1 {
	display: block;
}
.section_map-fleet.show_1 .map-hover-pic_1 {
	opacity: 1;
}
.section_map-fleet.show_2 .map-count_2 {
	display: block;
}
.section_map-fleet.show_2 .map-hover-pic_2 {
	opacity: 1;
}
.section_map-fleet.show_3 .map-count_3 {
	display: block;
}
.section_map-fleet.show_3 .map-hover-pic_3 {
	opacity: 1;
}
.section_map-fleet .inner {
	margin-bottom: 80px;
}
.section_map-fleet .inner h2 {
	color: #fff;
}
.section_map-fleet .map-count {
	padding: 0 60px;
	max-width: 460px;
	margin-left: auto;
	display: none;
}
.section_fishing {
	position: relative;
	padding: 170px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.section_fishing:before {
	pointer-events: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
.section_fishing .inner {
	position: relative;
	z-index: 1;
	padding: 0 80px;
	max-width: 768px;
}
.section_fishing h2 {
	margin-bottom: 40px;
}
.section_vessel {
	padding: 140px 0 160px;
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: fixed;
}
.section_vessel .inner {
	max-width: 880px;
	margin: 0 auto 80px;
	text-align: center;
}
.section_vessel h2 {
	margin-bottom: 20px;
	color: #343637;
}
.section_vessel p {
	padding-bottom: 10px;
}
.section_vessel p:last-of-type {
	padding-bottom: 40px;
}
.section_vessel-fleet .vessel-tab .tab-links a.active,
.section_vessel-fleet .vessel-tab .tab-links a:hover {
	color: #343637;
}
.section_vessel-fleet .vessel-tab .tab-links a {
	color: #989ca0;
}
.section_vessel-fleet .vessel-box-count {
	color: #343637;
}
.section_vessel-fleet .vessel-box-text {
	color: #989ca0;
}
.section_vessel-fleet .vessel-box:first-child,
.section_vessel-fleet .vessel-box:last-child {
	width: calc(50% - 30px);
}
.section_vessel-fleet .vessel-row > div:first-child {
	color: #989ca0;
	font-weight: 500;
}
.section_vessel-fleet .vessel-row > div:last-child {
	color: #343637;
	font-weight: 600;
}
.section_vessel-fleet p:last-of-type {
	padding-bottom: 0;
}
.section_vessel-fleet .vessel-left {
	width: 60%;
}
.section_vessel-fleet .vessel-right {
	width: calc(40% - 80px);
}
.section_food {
	position: relative;
	padding: 300px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.section_food:before {
	pointer-events: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.section_food .inner {
	position: relative;
	z-index: 1;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.section_news {
	padding: 140px 0;
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: fixed;
}
.section_news .inner {
	margin-bottom: 80px;
	text-align: center;
}
.section_news h2 {
	color: #343637;
}
.section_news-inner {
	padding: 140px 0 310px;
}
.section_news-inner h2 {
	color: #fff;
}
.section_news-inner .news-small .news-more {
	color: #fff;
}
.section_news-inner .news-small .news-more:hover {
	color: #eee;
}
.section_contact {
	padding: 140px 0 300px;
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: fixed;
}
.section_contact .inner {
	margin-bottom: 80px;
	text-align: center;
}
.section_contact h2 {
	margin-bottom: 20px;
}
.video {
	height: 580px;
	position: relative;
}
.video.active .video-poster {
	opacity: 0;
	pointer-events: none;
}
.video-play {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 43px;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	will-change: transform;
}
.video-play span:before {
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.video-play:hover span:before {
	color: #febd71;
}
.video-play.active {
	opacity: 0;
	pointer-events: none;
}
.video-poster {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.video-poster img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.video iframe {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.map-count {
	position: relative;
	z-index: 1;
	padding: 0 80px;
}
.map-row {
	cursor: pointer;
	margin-left: auto;
	padding: 10px 48px;
	width: 511px;
	border-radius: 45px;
	border: 1px solid transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.map-row.active {
	border-color: #ffffff;
}
.map-row div:first-child {
	margin-top: 14px;
	margin-right: 40px;
	font-size: 84px;
	line-height: 1;
	color: #fff;
}
.map-row div:last-child {
	width: 171px;
	color: #ffffff;
}
.map-row-pic {
	margin-bottom: 10px;
	height: 82px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.map-row-pic img {
	max-height: 100%;
}
.map-row-name {
	margin-bottom: 5px;
	line-height: 21px;
	font-weight: 600;
}
.map-row-count {
	font-size: 11px;
	line-height: 11px;
	color: #989ca0;
}
.map-svg.show_1 .map-pic_1 {
	opacity: 1;
}
.map-svg.show_2 .map-pic_2 {
	opacity: 1;
}
.map-svg.show_3 .map-pic_3 {
	opacity: 1;
}
.map-pic {
	position: absolute;
	bottom: -115px;
	max-width: 1250px;
	width: 87vw;
	right: calc(100% - 740px);
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	transform: translate3d(0, 80px, 0);
}
.map-pic_0 {
	opacity: 1;
}
.map-inner {
	margin-bottom: 30px;
}
.map-inner-title {
	margin-bottom: 10px;
	line-height: 15px;
	font-weight: 600;
	color: #fff;
}
.map-inner-link {
	font-size: 11px;
	font-weight: 500;
	color: #febd71;
	line-height: 11px;
}
.map-inner-link:hover {
	color: #fff;
}
.map-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.map-block {
	width: calc(50% - 10px);
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
}
.map-hover {
	position: absolute;
	max-width: 1253px;
	width: 100%;
	left: -470px;
	height: 772px;
}
.map-hover-pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transform: translate3d(0, 40px, 0);
}
.map-area {
	position: absolute;
}
.map-area_1 {
	width: 25%;
	height: 23%;
	left: 73%;
	top: 17%;
}
.map-area_2 {
	width: 11%;
	height: 28%;
	left: 60%;
	top: 33%;
}
.map-area_3 {
	width: 6%;
	height: 19%;
	left: 59.5%;
	top: 57%;
}
.vessel-tab {
	min-height: 430px;
}
.vessel-tab .tab-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 60px;
}
.vessel-tab .tab-links a {
	position: relative;
	margin-right: 40px;
	padding-bottom: 21px;
	color: #343637;
}
.vessel-tab .tab-links a:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: #d8232a;
	-webkit-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.vessel-tab .tab-links a:last-child {
	margin-right: 0;
}
.vessel-tab .tab-links a.active,
.vessel-tab .tab-links a:hover {
	color: #d8232a;
}
.vessel-tab .tab-links a.active:after,
.vessel-tab .tab-links a:hover:after {
	-webkit-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}
.vessel-tab .tab-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.section_vessel .vessel-tab .tab-item.hide {
	display: none;
}
.vessel-left {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.vessel-right {
	width: calc(50% - 160px);
}
.vessel-box:first-child {
	width: calc(50% - 10px);
}
.vessel-box:last-child {
	width: calc(50% - 20px);
}
.vessel-box-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}
.vessel-box-count {
	margin-right: 40px;
	font-size: 84px;
	line-height: 1;
	color: #d8232a;
}
.vessel-box-pic {
	max-width: 240px;
}
.vessel-row {
	margin-bottom: 30px;
}
.vessel-row:last-child {
	margin-bottom: 0;
}
.vessel-row > div:first-child {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1;
	color: #d8232a;
}
.vessel-row > div:last-child {
	color: #989ca0;
}
.news-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.news-item {
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
}
.news-big {
	width: calc(60% - 40px);
}
.news-big .news-title {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 36px;
}
.news-big .news-text {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 20px;
}
.news-big .news-date {
	margin-right: 40px;
	color: #343637;
}
.news-big .news-inner {
	padding: 30px 40px 40px;
}
.news-big .news-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.news-big .news-more {
	font-size: 11px;
}
.news-small {
	width: calc(40% - 40px);
}
.news-small .news-pic {
	width: 170px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.news-small .news-info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.news-small .news-inner {
	padding: 20px 25px;
	width: 100%;
}
.news-small .news-title {
	margin-bottom: 10px;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.news-small .news-date {
	color: #989ca0;
}
.news-small .news-more {
	font-size: 15px;
}
.news-list {
	padding: 0;
	margin: 0 0 24px 0;
}
.news-item {
	margin-bottom: 20px;
}
.news-item:last-child {
	margin-bottom: 0;
}
.news-item:hover .news-pic:after {
	opacity: 1;
}
.news-item:hover .news-pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.news-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.news-link:hover .news-title {
	color: #d8232a;
}
.news-pic {
	position: relative;
	display: block;
	overflow: hidden;
}
.news-pic:after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.news-pic img {
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.news-title {
	display: block;
	color: #343637;
}
.news-title:hover {
	color: #d8232a;
}
.news-date {
	font-size: 11px;
}
.news-more {
	color: #d8232a;
}
.news-more:hover {
	color: #febd71;
}
.contact-form {
	max-width: 720px;
	margin: 0 auto;
}
.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
.form-row:last-child {
	margin-bottom: 0;
}
.form-row_2 .form-control {
	width: calc(50% - 40px);
}
.form-row_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form-label {
	display: block;
	margin-bottom: 20px;
	color: #ffffff;
}
.form-control {
	width: 100%;
}
.form-control_right {
	text-align: right;
}
.form-control input {
	width: 100%;
	border-radius: 27px;
	padding: 25px 30px;
	border: none;
}
.form-phone:focus {
	outline: none;
}
.form-phone:focus::-webkit-input-placeholder {
	opacity: 1;
}
.form-phone:focus::-moz-placeholder {
	opacity: 1;
}
.form-phone:focus:-ms-input-placeholder {
	opacity: 1;
}
.form-phone:focus::-ms-input-placeholder {
	opacity: 1;
}
.form-phone:focus::placeholder {
	opacity: 1;
}
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media (max-width: 1200px) {
	.news-big {
		width: calc(50% - 40px);
	}
	.news-small {
		width: calc(50% - 40px);
	}
	.map-pic {
		right: calc(100% - 620px);
	}
	.map-hover {
		width: 1000px;
	}
	.map-area_1 {
		height: 18%;
	}
	.map-area_2 {
		height: 18%;
	}
	.map-area_3 {
		top: 52%;
		height: 12%;
	}
}
/* Medium Devices, Desktops */
@media (max-width: 991px) {
	.map-count {
		padding: 0;
	}
	.map-pic {
		left: calc(0% - 260px);
		right: auto;
		bottom: 0;
	}
	.section {
		padding: 70px 0;
	}
	.section_head {
		padding: 150px 0 50px;
	}
	.section_video {
		padding: 0;
	}
	.video {
		height: 360px;
	}
	.map-row {
		padding: 10px 30px;
		width: 430px;
	}
	.map-row div:first-child {
		margin-right: 20px;
		font-size: 74px;
	}
	.vessel-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.vessel-box:first-child,
	.vessel-box:last-child {
		width: auto;
	}
	.vessel-box-top {
		margin-bottom: 20px;
	}
	.vessel-box {
		margin-bottom: 40px;
	}
	.vessel-box:last-child {
		margin-bottom: 0;
	}
	.vessel-left {
		width: calc(60% - 40px);
	}
	.vessel-right {
		width: calc(40% - 40px);
	}
	.vessel-tab .tab-links {
		margin-bottom: 40px;
	}
	.section_food {
		padding: 150px 0;
	}
	.news-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.news-big {
		width: 100%;
		margin-bottom: 40px;
	}
	.news-small {
		width: 100%;
	}
	.news-small .news-inner {
		width: 100%;
	}
	.section_news .inner {
		margin-bottom: 40px;
	}
	.section_contact {
		padding: 70px 0 200px;
	}
	.map-hover {
		width: 900px;
	}
	.section_map-fleet .map-count {
		padding: 0;
		max-width: 340px;
	}
	.map-area_1 {
		top: 13%;
	}
	.map-area_2 {
		top: 28%;
	}
	.map-area_3 {
		top: 45%;
	}
	.section_vessel-fleet .vessel-box:first-child,
	.section_vessel-fleet .vessel-box:last-child {
		width: auto;
	}
	.section_vessel-fleet .vessel-left {
		width: calc(60% - 40px);
	}
	.section_vessel-fleet .vessel-right {
		width: calc(40% - 40px);
	}
}
/* Small Devices, Tablets */
@media (max-width: 767px) {
	.section_head {
		padding: 100px 0 50px;
	}
	.section_map {
		padding: 70px 0 300px;
	}
	.map-pic {
		min-width: 420px;
		width: 70vw;
		left: 50%;
		bottom: -270px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.section_map .inner {
		margin-bottom: 50px;
	}
	.map-row div:first-child {
		font-size: 40px;
		margin-top: 5px;
	}
	.map-row {
		width: 280px;
		border: none;
		padding: 10px 0;
	}
	.section_fishing .inner {
		padding: 0;
	}
	.vessel-tab .tab-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.vessel-left,
	.vessel-right {
		width: 100%;
	}
	.vessel-box-count {
		font-size: 64px;
		margin-right: 20px;
	}
	.vessel-box-pic {
		max-width: 200px;
		margin: 0 auto;
	}
	.vessel-box {
		margin-bottom: 20px;
	}
	.vessel-left {
		margin-bottom: 20px;
	}
	.section_food br {
		display: none;
	}
	.section_food {
		padding: 100px 0;
	}
	.news-big .news-title {
		font-size: 20px;
		line-height: 26px;
	}
	.news-link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.news-small .news-pic {
		width: 100%;
	}
	.news-block {
		max-width: 350px;
		margin: 0 auto;
	}
	.section_contact .inner {
		margin-bottom: 40px;
	}
	.form-row_2:not(.form-row_center) .form-control {
		width: 100%;
		margin-bottom: 20px;
	}
	.form-row_2:not(.form-row_center) .form-control:last-child {
		margin-bottom: 0;
	}
	.form-row:not(.form-row_center) {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.form-row_center {
		white-space: nowrap;
	}
	.form-control input {
		padding: 20px 30px;
	}
	.form-label {
		margin-bottom: 10px;
	}
	.form-row {
		margin-bottom: 20px;
	}
	.map-block {
		padding: 10px;
		width: calc(33.33% - 10px);
	}
	.map-row-pic {
		height: 40px;
	}
	.section_map-fleet .inner {
		margin-bottom: 230px;
	}
	.map-hover {
		width: 600px;
		left: -300px;
	}
	.map-inner-link {
		color: #fff;
	}
	.map-inner {
		margin-bottom: 15px;
	}
	.section_map-fleet .map-count {
		display: block;
		margin-bottom: 30px;
	}
	.section_map-fleet .map-count:last-child {
		margin-bottom: 0;
	}
	.map-area {
		pointer-events: none;
	}
	.map-hover-pic {
		opacity: 1;
	}
	.map-hover {
		height: 350px;
	}
	.section_map-fleet {
		padding: 70px 0;
		overflow: hidden;
	}
	.section_news-inner {
		padding: 50px 0 140px;
	}
	.section_vessel-fleet .vessel-right,
	.section_vessel-fleet .vessel-left {
		width: 100%;
	}
}
