@charset "UTF-8";

@font-face {
  font-family: "NeutraTextTF-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("NeutraTextTF-Bold"), url(/fonts/neutra-text-tf-bold.woff?03051b4b4b97b9edcb52e1a6cca30321) format("woff");
}

@font-face {
  font-family: "NeutraTextTF-Light";
  font-style: normal;
  font-weight: normal;
  src: local("NeutraTextTF-Light"), url(/fonts/neutra-text-tf-light.woff?bc3694a09dcc446c6a2aede219106082) format("woff");
}

@font-face {
  font-family: "Avenir-Bold";
  src: url(/fonts/Avenir-Bold.woff2?6b4e6e474d1269171ddf77430a791ff9) format("woff2"), url(/fonts/Avenir-Bold.woff?70a3e4982e430a40031c3aabeb0b0af1) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Avenir-Regular";
  src: url(/fonts/Avenir-Regular.woff2?bd1e14c2bfc7dc079d5f393551281086) format("woff2"), url(/fonts/Avenir-Regular.woff?82c826cba58406a4bc4342b8f0183a0b) format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #FAFAFA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-family: "Avenir-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NeutraTextTF-Bold";
}

.title-section {
  margin-bottom: 2em;
}

.text-header {
  color: #28668E;
}

.text-medium {
  font-size: 18px;
  line-height: 28px;
}

.text-bold {
  font-family: "Avenir-Bold";
}

.text-normal {
  font-family: "Avenir-Regular" !important;
}

.text-inline {
  display: inline-block;
}

.slick-col-4 .item-content img,
.content-item-image-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.white-shadow-wrapper {
  padding: 40px 0px;
  background: #ffffff;
  box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.15);
}

.nav .dropdown-menu {
  background-color: #000000;
  border-radius: 0;
  padding: 15px;
  min-width: 15rem;
}

.content-section {
  padding: 40px 0px;
}

.content-section.no-hero {
  padding-top: 110px;
}

.content-section.below-header {
  padding-top: 80px;
}

.clearfix {
  clear: both;
}

.clearfix:after {
  clear: both;
}

.search-section {
  padding: 40px 0px;
}

.search-section .form-search {
  background-color: #F9F9F9;
  width: 80%;
  margin: 0px auto;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.search-section .form-search input[type=text] {
  background-color: #FFFFFF;
  width: 100%;
  height: 45px;
  border: none;
  text-align: center;
}

.search-section .form-search input[type=text]:focus {
  outline: none;
  box-shadow: none;
}

.search-section .form-search button.btn {
  background-color: #28668E;
  color: #ffffff;
}

.search-section .form-search__input-col {
  width: 23.75%;
  float: left;
}

.search-section .form-search__btn-search {
  width: 5%;
  float: left;
}

.search-section .form-search__btn-search button {
  width: 100%;
  height: 45px;
}

.search-section .form-search .input-select {
  padding: 0px 10px;
  text-align: center;
  position: relative;
  top: 10px;
}

.search-section .form-search .input-select select {
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.search-section .form-search .input-select select:focus {
  outline: none;
  box-shadow: none;
}

.search-section .form-search .has-right-border {
  border-right: 1px solid #C9C9C7;
}

.content-tabs {
  background: #FFFFFF;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 10px 10px;
}

.content-tabs ul.nav-tabs {
  margin: 0;
  padding: 0;
}

.content-tabs ul.nav-tabs li {
  padding: 15px 0px;
  display: inline-block;
  margin-right: 50px;
  position: relative;
}

.content-tabs ul.nav-tabs li:last-child {
  margin-right: 0;
}

.content-tabs ul.nav-tabs li.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #28668E;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-tabs .social-tabs {
  text-align: right;
}
.content-tabs .social-tabs ul {
  padding: 0;
  margin: 0;
}
.content-tabs .social-tabs ul li {
  display: inline-block;
  list-style: none;
  margin-left: 15px;
}
.content-tabs .social-tabs ul li a {
  position: relative;
  display: inline-block;
}
.content-tabs .social-tabs ul li a .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.content-tabs .social-tabs ul li a:hover .img-top {
  display: inline;
}

@media only screen and (max-width: 767px) {
  .content-tabs .social-tabs {
    text-align: center;
  }

  .content-tabs .social-tabs li {
    margin: 0px 10px;
  }
}

.sidebar-content {
  padding: 30px;
}

.sidebar-content ul {
  margin: 20px 0px;
  padding-left: 15px;
}

.sidebar-content ul li {
  list-style: none;
  margin-bottom: 15px;
}

.sidebar-content ul li:last-child {
  margin-bottom: 0;
}

.sidebar-content ul li a {
  color: #000000;
}

.main-content {
  padding: 30px;
}

.main-content.content-has-sidebar {
  margin-top: 43px;
}

.main-content .form-sort {
  display: inline-block;
  margin-bottom: 30px;
}

.main-content .form-sort select.sort {
  width: 200px;
}

.main-content .form-search {
  display: inline-block;
  margin-bottom: 30px;
}

.main-content .form-search input {
  width: 250px;
  padding-left: 40px;
}

.main-content .form-search .search-icon {
  position: absolute;
  top: 10px;
  left: 12px;
  color: #B2B2B2;
}

.content-item-image-list {
  margin-bottom: 30px;
}

.content-item-image-list__img {
  margin-bottom: 15px;
}

.content-item-image-list__img img {
  border-radius: 10px;
}

.content-item-image-list a {
  color: #000000;
}

.btn-link-download {
  color: #000000;
  font-family: "Avenir-Bold";
  text-decoration: underline;
}

.btn-link-download img {
  margin-right: 20px;
}

.btn-link-download:hover {
  text-decoration: none;
  color: #000000;
}

.btn-link-download:active {
  color: #000000;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*Header*/

.header-section {
  position: fixed;
  width: 100%;
  z-index: 200;
  transition: all ease-out 0.3s;
  background: #28668E;
}

.header-section .logo-image {
  padding: 10px 0px;
}

@media only screen and (max-width: 767px) {
  .header-section .logo-image {
    text-align: center;
  }
}

.header-section .logo-image img {
  height: 50px;
}

.header-section .header-navigation {
  position: relative;
  top: 5px;
  float: right;
}

@media only screen and (max-width: 767px) {
  .header-section .header-navigation {
    text-align: center;
    float: none;
  }
}

.header-section .header-navigation ul {
  margin: 0;
}

.header-section .header-navigation ul li.main-item {
  padding: 10px 0px;
}

.header-section .header-navigation ul li.main-item a,
.header-section .header-navigation ul li.main-item a:after,
.header-section .header-navigation ul li.main-item a:before {
  transition: all 0.3s;
}

.header-section .header-navigation ul li.main-item a {
  padding: 10px 5px;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-size: 14px;
}

.header-section .header-navigation ul li.main-item a:after {
  display: block;
  content: "";
  border-bottom: solid 2px #ffffff;
  transform: scaleX(0);
  transition: transform 200ms ease-in-out;
}

.header-section .header-navigation ul li.main-item a:hover:after {
  transform: scaleX(1);
}

.hero-section {
  position: relative;
  /* Slider */
}

.hero-section #rounded-hero-bottom {
  position: absolute;
  bottom: 0;
}

.hero-section .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.hero-section .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.hero-section .slick-list:focus {
  outline: none;
}

.hero-section .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.hero-section .slick-slider .slick-track,
.hero-section .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.hero-section .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.hero-section .slick-track:before,
.hero-section .slick-track:after {
  display: table;
  content: "";
}

.hero-section .slick-track:after {
  clear: both;
}

.hero-section .slick-loading .slick-track {
  visibility: hidden;
}

.hero-section .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.hero-section [dir=rtl] .slick-slide {
  float: right;
}

.hero-section .slick-slide img {
  display: block;
}

.hero-section .slick-slide.slick-loading img {
  display: none;
}

.hero-section .slick-slide.dragging img {
  pointer-events: none;
}

.hero-section .slick-initialized .slick-slide {
  display: block;
  background-size: cover !important;
  background-position: center;
}

.hero-section .slick-loading .slick-slide {
  visibility: hidden;
}

.hero-section .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.hero-section .slick-arrow.slick-hidden {
  display: none;
}

.hero-section .slick-prev,
.hero-section .slick-next {
  position: absolute;
  display: block;
  width: 60px;
  height: 100px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  margin-top: -45px;
  font-size: 0;
  border: none;
  z-index: 2;
}

.hero-section .slick-prev:before,
.hero-section .slick-next:before,
.hero-section .slick-prev:after,
.hero-section .slick-next:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  width: 50px;
  top: 50%;
  left: 5px;
  transition: all 0.2s ease-in-out;
}

.hero-section .slick-prev:before,
.hero-section .slick-next:before {
  margin-top: -22px;
}

.hero-section .slick-prev:after,
.hero-section .slick-next:after {
  margin-top: 22px;
  margin-top: 2.2rem;
}

.hero-section .slick-prev:hover:before,
.hero-section .slick-next:hover:before {
  margin-top: -18px;
  margin-top: -1.8rem;
}

.hero-section .slick-prev:hover:after,
.hero-section .slick-next:hover:after {
  margin-top: 18px;
  margin-top: 1.8rem;
}

.hero-section .slick-prev {
  left: -7px;
  left: -0.7rem;
}

.hero-section .slick-prev:before {
  transform: rotate(-60deg);
}

.hero-section .slick-prev:after {
  transform: rotate(60deg);
}

.hero-section .slick-prev:hover:before {
  transform: rotate(-45deg);
}

.hero-section .slick-prev:hover:after {
  transform: rotate(45deg);
}

.hero-section .slick-next {
  right: -7px;
  right: -0.7rem;
}

.hero-section .slick-next:before {
  transform: rotate(60deg);
}

.hero-section .slick-next:after {
  transform: rotate(-60deg);
}

.hero-section .slick-next:hover:before {
  transform: rotate(45deg);
}

.hero-section .slick-next:hover:after {
  transform: rotate(-45deg);
}

.hero-section .ct-slick-arrows--type2 .slick-prev,
.hero-section .ct-slick-arrows--type2 .slick-next {
  opacity: 0.85;
  transition: all 250ms ease-in-out;
}

.hero-section .ct-slick-arrows--type2 .slick-prev:before,
.hero-section .ct-slick-arrows--type2 .slick-next:before,
.hero-section .ct-slick-arrows--type2 .slick-prev:after,
.hero-section .ct-slick-arrows--type2 .slick-next:after {
  background-color: #fff;
  height: 15px;
  height: 1.5rem;
  width: 70px;
  width: 7rem;
}

.hero-section .ct-slick-arrows--type2 .slick-prev:before,
.hero-section .ct-slick-arrows--type2 .slick-next:before {
  margin-top: -20px;
  margin-top: -2rem;
}

.hero-section .ct-slick-arrows--type2 .slick-prev:after,
.hero-section .ct-slick-arrows--type2 .slick-next:after {
  margin-top: 20px;
  margin-top: 2rem;
}

.hero-section .ct-slick-arrows--type2 .slick-prev:hover:before,
.hero-section .ct-slick-arrows--type2 .slick-next:hover:before {
  margin-top: -20px;
  margin-top: -2rem;
}

.hero-section .ct-slick-arrows--type2 .slick-prev:hover:after,
.hero-section .ct-slick-arrows--type2 .slick-next:hover:after {
  margin-top: 20px;
  margin-top: 2rem;
}

.hero-section .ct-slick-arrows--type2 .slick-prev:hover:active,
.hero-section .ct-slick-arrows--type2 .slick-next:hover:active {
  opacity: 1;
}

.hero-section .ct-slick-arrows--type2 .slick-prev {
  left: 10px;
  left: 1rem;
}

.hero-section .ct-slick-arrows--type2 .slick-prev:before {
  transform: rotate(-45deg);
}

.hero-section .ct-slick-arrows--type2 .slick-prev:after {
  transform: rotate(45deg);
}

.hero-section .ct-slick-arrows--type2 .slick-prev:hover:before {
  margin-top: -27px;
  margin-top: -2.7rem;
  transform: rotate(-60deg);
}

.hero-section .ct-slick-arrows--type2 .slick-prev:hover:after {
  margin-top: 27px;
  margin-top: 2.7rem;
  transform: rotate(60deg);
}

.hero-section .ct-slick-arrows--type2 .slick-next {
  right: 10px;
  right: 1rem;
}

.hero-section .ct-slick-arrows--type2 .slick-next:before,
.hero-section .ct-slick-arrows--type2 .slick-next:after {
  left: auto;
  right: 0;
}

.hero-section .ct-slick-arrows--type2 .slick-next:before {
  transform: rotate(45deg);
}

.hero-section .ct-slick-arrows--type2 .slick-next:after {
  transform: rotate(-45deg);
}

.hero-section .ct-slick-arrows--type2 .slick-next:hover:before {
  margin-top: -27px;
  margin-top: -2.7rem;
  transform: rotate(60deg);
}

.hero-section .ct-slick-arrows--type2 .slick-next:hover:after {
  margin-top: 27px;
  margin-top: 2.7rem;
  transform: rotate(-60deg);
}

.hero-section .ct-header {
  position: relative;
}

.hero-section .hero-section.ct-header.ct-header--slider {
  background-size: cover;
}

.hero-section .ct-header .ct-slick {
  margin-bottom: 0;
}

.hero-section .slick-initialized .slick-slide {
  display: block;
}

.hero-section .slick-dots {
  bottom: 15px;
}

.hero-section .slick-dots li button:before {
  color: #ffffff;
  opacity: 0.75;
  font-size: 15px;
}

.hero-section .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
}

.hero-section .ct-u-display-tablex {
  display: table;
  width: 100%;
  height: 100vh;
}

.hero-section .ct-u-display-tablex > .inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.hero-section .ct-header h1.big {
  font-size: 3rem;
  line-height: 1.1;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.3), 0 0 25px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 700;
  padding-top: 50px;
  line-height: 60px;
}

.hero-section .ct-header p {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0px 0 40px;
  color: #fff;
}

.hero-section .btn-hero {
  background: #28668E;
  color: #ffffff;
  border-radius: 8px;
  padding: 12px 40px;
  text-decoration: none;
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.3);
}

.hero-section .btn-hero:hover {
  background: #22587a;
  text-decoration: none;
}

.hero-section * {
  outline: none !important;
}

.hero-section .btn-hero:hover,
.hero-section .btn-hero:focus,
.hero-section .btn-hero:active {
  color: #fff;
}

.hero-section .ct-slick .slick-track,
.hero-section .ct-slick .slick-list,
.hero-section .ct-slick .item,
.hero-section .ct-slick .slick-item {
  min-height: inherit;
}

.hero-section .ct-slick .item {
  background-size: cover;
}

.hero-section .slick-list {
  height: 100vh;
}

.slick-col-4 .item-content img {
  border-radius: 10px;
}

.slick-col-4 .item-content .item-image-wrapper {
  height: 256px;
}

.slick-col-4 .item-content .item-image-caption {
  padding: 15px;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%);
  color: #ffffff;
  z-index: 100;
  bottom: 0;
  border-radius: 0px 0px 10px 10px;
}

.slick-col-4 .item-content a:hover { text-decoration: none !important; color :none; border: 0px; -moz-outline-style: none;} 
.slick-col-4 .item-content a:focus { text-decoration: none !important; outline: none;-moz-outline-style: none;}

.slick-col-4 .slick-prev {
  left: -40px;
  top: 40%;
}

.slick-col-4 .slick-next {
  right: -40px;
  top: 40%;
}

.slick-col-4 .slick-prev::before {
  color: #D3D3D3;
  content: "\F104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  opacity: 1;
}

.slick-col-4 .slick-next::before {
  color: #D3D3D3;
  content: "\F105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  opacity: 1;
}

section.carousel-section {
  padding: 40px 0px;
}

section.carousel-section .carousel-wrapper {
  margin: 0px auto;
  width: 100%;
}

section.carousel-section .bulletin-slick .item-image-wrapper {
  height: 259px;
}

section.about-section {
  padding: 40px 0px;
}

section.about-section .about-item {
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

section.about-section .about-item__content img {
  margin-bottom: 30px;
}

section.about-section .about-item__content h4 {
  margin-bottom: 25px;
}

section.about-section .about-item__link p {
  color: #000000;
}

section.about-section .about-item-parent {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

section.about-section .about-item-parent.active {
  background: #ffffff;
  box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.15);
}

section.about-section .about-item-children {
  background: #ffffff;
  box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  top: -21px;
}

section.about-section .about-item-children:before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 30px;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 11;
}

.maps-section {
  padding: 40px 0px 80px 0px;
}

.maps-section a {
  color: #000000;
}

.maps-section__ring-list {
  margin-top: 30px;
}

.maps-section__ring-list .ring-icon {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 100%;
}

.maps-section__ring-list .ring-icon.first-icon {
  background-color: #E63946;
}

.maps-section__ring-list .ring-icon.second-icon {
  background-color: #A8DADC;
}

.maps-section__ring-list .ring-icon.third-icon {
  background-color: #77ADCF;
}

.maps-section__ring-list .ring-icon.four-icon {
  background-color: #457B9D;
}

.maps-section__ring-list .ring-icon.five-icon {
  background-color: #1D3557;
}

.maps-section__ring-list .ring-label {
  font-size: 14px;
  position: relative;
  top: 2px;
  margin-left: 10px;
}

.maps-section .jqvmap-zoomin,
.maps-section .jqvmap-zoomout {
  display: none;
}

.main-maps-section {
  padding-top: 130px !important;
}

.form-maps-search {
  display: inline-block;
  margin-bottom: 30px;
}

.form-maps-search input {
  width: 250px;
  padding-left: 40px;
}

.form-maps-search .search-icon {
  position: absolute;
  top: 10px;
  left: 12px;
  color: #B2B2B2;
}

section.video-section {
  padding: 40px 0px;
}

section.video-section .video-container {
  height: 518px;
}

section.video-section .video-container iframe {
  height: 518px;
}

section.video-section .video-container .col-video {
  padding-right: 0;
}

section.video-section .video-container .col-video-playlist {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  section.video-section .video-container {
    height: auto;
  }

  section.video-section .video-container iframe {
    height: 300px;
  }

  section.video-section .video-container .col-video {
    padding-right: 15px;
  }

  section.video-section .video-container .col-video-playlist {
    padding-left: 15px;
  }
}

section.video-section .video-playlist {
  height: 518px;
  overflow-y: scroll;
  background-color: #000000;
  color: #ffffff;
}

section.video-section .video-playlist .video-list {
  cursor: pointer;
  padding: 10px 20px;
  border-bottom: 1px solid #ffffff;
}

section.video-section .video-playlist .video-list:last-child {
  border-bottom: 0;
}

section.video-section .video-playlist .video-list a {
  text-decoration: none;
  color: #ffffff;
}

section.video-section .video-playlist .video-list a:hover, a:active {
  text-decoration: underline;
  color: #ffffff;
}

.product-section__description {
  padding: 30px;
}

.product-section__description hr.content-line-product {
  width: 80%;
  margin-left: 0;
  margin-right: 0;
}

.product-image-section {
  background-color: #000000;
  padding-top: 70px;
}

.slick-product__item img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-product-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.slick-product-prev {
  left: -30px;
}

.slick-product-next {
  right: -30px;
}

.karsaloka-section__content {
  padding: 30px;
}

.karsaloka-section__description {
  text-align: justify;
}

.karsaloka-section__box-description {
  margin-top: 20px;
  border-top: 1px solid #C4C4C4;
  padding: 20px 0px;
}

.karsaloka-section__box-description h6 {
  margin-bottom: 15px;
}

.karsaloka-section__box-description .media {
  margin: 10px 0px;
}

.karsaloka-section__box-description .media img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.karsaloka-section__box-description .download-book {
  background-color: #F1F1F1;
}

.karsaloka-section__box-description .download-book a {
  color: #000000;
  margin-top: 20px;
  display: inline-block;
}

.karsaloka-section__box-description .download-book a:hover {
  text-decoration: none;
  font-family: "Avenir-Bold";
}

.karsaloka-section__box-description .download-book__content {
  padding: 20px;
}

.karsaloka-section__box-description .download-book img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.karsaloka-sidebar .datetime {
  margin: 15px 0px;
}

.karsaloka-sidebar ul {
  margin: 0;
  padding: 0;
}

.karsaloka-sidebar ul li {
  margin-bottom: 5px;
  list-style: none;
}

.karsaloka-sidebar ul li a {
  display: inline-block;
  color: #000000;
}

.karsaloka-sidebar ul li a:hover {
  text-decoration: none;
}

.karsaloka-main-video {
  background-color: #000000;
  padding-top: 70px;
}

.karsaloka-main-video iframe {
  margin-bottom: -8px;
}

footer.footer-section {
  background-color: #222222;
  padding: 40px 0px;
  color: #ffffff;
}

footer.footer-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer.footer-section .footer-list li {
  margin-bottom: 15px;
  display: block;
}

footer.footer-section .social-list {
  margin-bottom: 40px;
}

footer.footer-section .social-list li {
  display: inline-block;
  margin-right: 40px;
}

footer.footer-section .social-list li:last-child {
  margin-right: 0;
}

footer.footer-section .company-list {
  margin-bottom: 0 !important;
}

footer.footer-section .company-list li {
  margin-right: 50px;
}

