/* CSS Document */
.page {
  padding-top: 0 !important;
}
.top-wrapper {
  position: relative;
}
.home-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 585px;
  background-color: #1D1D1D;
}
.home-banner:before {
  content: '';
  position: absolute;
  z-index: 3;
  height: 20%;
  left: 0;
  right: 0;
  top: 0;
  opacity: .9;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.home-banner:after {
  content: '';
  position: absolute;
  z-index: 3;
  height: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.home-banner > .slider-wrapper {
  position: relative;
  z-index: 2;
}
.home-banner > .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 585px;
  height: 100vh;
}
.home-banner > .slider-wrapper .slick-slide .slick-bnn > span.parallax {
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-banner .text-content {
  position: absolute;
  z-index: 4;
  left: 2vw;
  right: 2vw;
  bottom: 0;
  max-width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.home-banner.ready .text-content {
  bottom: 1vw;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, bottom 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, bottom 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, bottom 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, bottom 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.home-banner .text-content h1 {
  color: #fff;
  font-size: 53px;
  line-height: 1.2em;
  text-transform: capitalize;
}
.home-banner .text-content h1 > span {
  display: block;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  text-transform: none;
  margin: 0 0 15px;
}
.home-banner .text-content .left {
  max-width: 860px;
}
.home-banner .text-content .right {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
}
.home-banner .text-content .right ul {}
.home-banner .text-content .right ul li:not(:last-child) {
  margin-right: 2.5vw;
}
.home-banner .text-content .right ul li {
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.home-banner .text-content .right ul li a {
  color: #fff;
}
.home-banner .text-content .right ul li a:hover {
  color: #aaddff;
}
.home-banner .text-content .right ul li span {
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
}
.home-banner .text-content .right ul li small:not(.red-dot) {
  display: block;
  font-weight: 400;
  font-size: 11px;
  line-height: 1em;
}

.top-wrapper .news-slick {
  border-radius: 3px;
  position: absolute;
  z-index: 4;
  right: 2vw;
  bottom: 170px;
  width: 660px;
  background-color: rgb(255 255 255 / 0.9);
  max-width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.top-wrapper .news-slick.ready {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s;
  -moz-transition: opacity 1.2s ease 0s;
  -o-transition: opacity 1.2s ease 0s;
  -webkit-backface-visibility: hidden;
  /*box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);*/
  box-shadow: 0 5px 16px rgb(0 0 0 / 63%);
  border-radius: 5px;
}
.top-wrapper .news-slick .slick-slide .news-content {
  position: relative;
  padding: 1px;
  padding-right: 25px;
  padding-left: 140px;
  padding-bottom: 70px;
}
.top-wrapper .news-slick .cover {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  background-size: cover;
  background-position: center;
  border-left: solid 3px #60b8f3;
  opacity: .93;
  border-radius: 3px 0 0 3px;
}
.top-wrapper .news-slick h2 {
  font-weight: 900;
  font-size: 23px;
  margin-bottom: 20px;
}
.top-wrapper .news-slick h2 span {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #888;
}
.top-wrapper .news-slick p {
  font-size: 16px;
  line-height: 1.7em;
  margin: 0 0 7px;
}
.top-wrapper .news-slick ul {
  position: absolute;
  margin: 0;
  left: 122px;
  right: 15px;
  bottom: 15px;
  text-align: right;
}
.top-wrapper .news-slick ul li {
  vertical-align: bottom;
}
.top-wrapper .news-slick ul li.play {

}
.top-wrapper .news-slick ul li.pause {
  
}
.top-wrapper .news-slick ul li:not(:first-child) {
  margin-right: 15px;
  line-height: 1em;
  color: #63afe1;
}
.top-wrapper .news-slick ul li:nth-child(2) {
  margin-left: 182px;
}
.top-wrapper .news-slick ul li a:not(.btn-layout),
.top-wrapper .news-slick ul li a:not(.btn-layout):focus {
  color: #63afe1;
  text-decoration: none;
}
.top-wrapper .news-slick ul li a:not(.btn-layout):hover {
  color: #8a8a8a;
}

/*=========================================== DOCKAGE SCETION ======================================================*/
.dockage-section {
  padding: 60px 0 110px;
  position: relative;
  overflow: hidden;
  text-align: center;
	border-bottom: solid 1px #fff;
}
.dockage-section span.parallax {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url("/wp-content/themes/mm/assets/img/bnn-dockage.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.dockage-section .container {
  position: relative;
  z-index: 3;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.dockage-section.ready .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.dockage-section h2 {
  color: #fff;
  margin-bottom: 60px;
}
.dockage-section ul {
  padding: 0;
  margin: 0 auto;
}
.dockage-section li {
  text-align: left;
  margin: 0 0 20px!important;
}
.dockage-section li:not(:last-child) {
  margin-right: 20px!important;
}
.dockage-section li a {
  color: #fff;
}
.dockage-section li a:hover {
  color: #96d5ff;
}
.dockage-section li .fal,
.dockage-section li .far,
.dockage-section li .fas {
  position: static;
  margin-right: 15px;
  transition: all .3s ease;
}
.dockage-section li a:hover .fal,
.dockage-section li a:hover .far,
.dockage-section li a:hover .fas {
	margin-right: 5px;
	margin-left: 10px;
}

/*=========================================== RESPONSIVE ======================================================*/
@media (max-width: 1600px) {
  .top-wrapper .news-slick {
    right: 15px;
    bottom: 150px;
    width: 490px;
  }
  .top-wrapper .news-slick .slick-slide .news-content {
    position: relative;
    padding-right: 15px;
    padding-left: 100px;
    padding-bottom: 70px;
  }
  .top-wrapper .news-slick ul {
	left: 100px;
  }
  .top-wrapper .news-slick .cover {
    width: 80px;
  }
  .top-wrapper .news-slick h2 {
    font-size: 19px;
  }
  .top-wrapper .news-slick h2 span {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .top-wrapper .news-slick p {
    font-size: 14px;
  }
  .top-wrapper .news-slick ul li:nth-child(2) {
    margin-left: 58px;
  }
}
@media (max-width: 1500px) {
  .home-banner .text-content h1 {
    font-size: 36px;
  }
  .home-banner .text-content h1 > span {
    font-size: 22px;
  }
  .home-banner .text-content .left {
    max-width: 660px;
  }
}
@media (max-width: 1200px) {
  .home-banner .text-content h1 {
    /* font-size: 24px; */
  }
  .home-banner .text-content h1 > span {
    /* font-size: 14px; */
  }
  .home-banner .text-content .left {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .home-banner:after {
    height: 50%;
  }
  .home-banner .text-content {
    text-align: center;
  }
  .home-banner .text-content .left {
    max-width: 600px;
    margin: 0 auto 20px;
  }
  .home-banner .text-content .right {
    position: static;
  }
  .top-wrapper .news-slick {
    position: relative;
    right: unset;
    bottom: unset;
    width: 100%;
    border-radius: 0!important;
	box-shadow: none!important;
  }
  .top-wrapper .news-slick .slick-slide .news-content {
    position: relative;
    padding-right: 15px;
    padding-left: 22vw;
    padding-bottom: 70px;
  }
  .top-wrapper .news-slick ul {
	left: 22vw;
  }
  .top-wrapper .news-slick .cover {
    width: 19vw;
    border-radius: 0;
  }
  .top-wrapper .news-slick h2 {
    font-size: 19px;
  }
  .top-wrapper .news-slick h2 span {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .top-wrapper .news-slick p {
    font-size: 14px;
  }
  .top-wrapper .news-slick ul li {
    vertical-align: middle;
  }
  .top-wrapper .news-slick ul li:nth-child(2) {
    margin-left: 50px;
  }
}
@media screen and (max-width: 480px) {
	.dockage-section li {
	  width: 100%;
	  text-align: left;
	  margin: 0 0 20px!important;
	}
}
@media (max-width: 460px) {
  .home-banner .text-content .right ul li:not(:last-child) {
    margin-right: 15px;
  }
  /*.home-banner .text-content .right ul li:nth-child(5) {
    margin-right: 0;
  }
  .home-banner .text-content .right ul li:last-child {
    display: block;
    margin: 10px 0 0;
  }*/
  .home-banner .text-content .right ul li {
    font-size: 11px;
    text-align: center;
  }
  .home-banner .text-content .right ul li span {
    font-size: 1.9em;
    margin-bottom: 5px;
  }
  .home-banner .text-content h1 {
    font-size: 5.6vw;
    line-height: 1.3em;
  }
  .home-banner .text-content h1 > span {
    font-size: 4.1vw;
  }
}
@media (max-width: 420px) {
  .top-wrapper .news-slick .slick-slide .news-content {
    padding-left: 26vw;
    padding-bottom: 110px;
  }
  .top-wrapper .news-slick ul {
	left: 26vw;
  }
  .top-wrapper .news-slick .cover {
    width: 23vw;
  }
  .top-wrapper .news-slick h2 {
    font-size: 16px;
  }
  .top-wrapper .news-slick h2 span {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .top-wrapper .news-slick p {
    font-size: 13px;
  }
  .top-wrapper .news-slick ul li:nth-child(1) {
    display: block;
    margin-bottom: 20px;
  }
  .top-wrapper .news-slick ul li:nth-child(2) {
    margin-left: 5px;
  }
}