/*

1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/
.material-icons {
  font-family: "Material Icons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

html {
  scroll-behavior: smooth;
}

.relative {
  position: relative;
}

#mainMenu nav > ul > li > a {
  text-transform: none;
  padding: 10px 20px;
  font-size: 14px;
}

#mainMenu nav > ul > li.custom-dropdown > a {
  padding: 10px 35px;
  padding-left: 20px;
}

#mainMenu nav > ul > li.custom-dropdown > a::before {
  content: "+";
  position: absolute;
  top: 15%;
  left: 0px;
  color: #F5A623;
  font-size: 1.5rem;
  font-weight: 300;
}

.homepage-banner {
  position: relative;
  background-size: cover !important;
}

.banner-image {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
}

.banner-item {
  width: 100%;
  min-height: 850px;
  background-position: center !important;
  background-size: cover !important;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(15, 29, 62, 0.8);
}

.bg-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #020024;
  background: linear-gradient(90deg, #020024 0%, #031a2f 24%, rgba(5, 40, 70, 0) 100%);
}

.banner-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4vh;
  z-index: 999;
  background-color: transparent;
  color: #fff !important;
}

.banner-nav.next {
  left: 12vh;
}

.banner-nav:hover {
  cursor: pointer;
  background-color: #fff;
  color: #F5A623 !important;
}

.text-welcome {
  text-transform: uppercase;
  letter-spacing: 1rem;
}

.text-sps {
  font-family: "AvantGardeDemi", serif;
  text-transform: uppercase;
  font-size: 10rem;
  font-weight: 300;
}

.text-container h3 {
  position: relative;
  margin-bottom: 50px;
}

.text-container h3 span, .text-sps span, h1 span {
  color: #F5A623 !important;
}

.text-container h3::before {
  content: '"';
  color: #F5A623;
  font-size: 7rem;
  height: auto;
  font-weight: 700;
}

.button-link {
  padding: 20px;
  border-bottom: 2px solid #F5A623;
  font-weight: 700;
  text-transform: uppercase;
  display: table;
  color: #fff !important;
}

.button-link i {
  display: table-cell;
  vertical-align: middle;
  padding-left: 14px;
  color: #F5A623 !important;
}

.post-item.border .post-item-wrap {
  border: 0;
}

p.post-categories {
  text-transform: uppercase;
  font-weight: 700;
  color: #F5A623;
}

#footer.inverted, #footer.inverted .copyright-content {
  background-color: #052846;
}

#footer.inverted {
  border-bottom: 10px solid #F5A623;
}

#footer .widget .widget-title, #footer .widget h4 {
  font-size: 1.7rem;
  font-weight: 800;
}

.list li a {
  color: #fff !important;
}

.list li::before {
  content: "+";
  color: #F5A623;
  font-size: 1.2rem;
  margin-right: 10px;
}

#scrollTop:hover {
  background-color: #F5A623 !important;
}

.btn-play, .btn-play:link {
  border: 2px solid #fff;
  padding: 15px;
}

.btn-play:hover {
  background-color: #fff;
  color: #052846 !important;
}

.about#page-content h1 {
  position: relative;
  font-weight: 300;
  color: #052846;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.about#page-content h1::after {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #F5A623;
  content: "";
}

.about#page-content h1:not(:first-child) {
  margin-top: 80px;
}

.about#page-content strong {
  font-weight: 700;
  color: #052846;
}

.about#page-content ul.core-values {
  list-style: none;
  display: inline-flex;
}

.about#page-content ul.core-values > li:before, .about#page-content ul.sidebar-menu > li > a:before {
  content: "+";
  color: #F5A623;
  margin: 0 20px;
}

.about#page-content .timeline .timeline-item .timeline-icon {
  background-color: #052846;
}

.about#page-content .timeline .timeline-item .timeline-item-date {
  margin-bottom: 17px;
}

.about#page-content .timeline .timeline-item {
  margin: 3rem 2rem 3rem 4.2rem;
}

.about#page-content ul.sidebar-menu {
  list-style: none;
}

.about#page-content ul.sidebar-menu > li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.dark #mainMenu nav > ul > li.hover-active > a, .dark #mainMenu nav > ul > li.hover-active > span, .dark #mainMenu nav > ul > li.current > a, .dark #mainMenu nav > ul > li.current > span, .dark #mainMenu nav > ul > li:hover > a, .dark #mainMenu nav > ul > li:hover > span, .dark #mainMenu nav > ul > li:focus > a, .dark #mainMenu nav > ul > li:focus > span, #mainMenu.dark nav > ul > li.hover-active > a, #mainMenu.dark nav > ul > li.hover-active > span, #mainMenu.dark nav > ul > li.current > a, #mainMenu.dark nav > ul > li.current > span, #mainMenu.dark nav > ul > li:hover > a, #mainMenu.dark nav > ul > li:hover > span, #mainMenu.dark nav > ul > li:focus > a, #mainMenu.dark nav > ul > li:focus > span {
  color: #aaa;
}

#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span {
  color: #aaa;
}

a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
  color: initial;
}

a {
  color: #4C4C4D;
  text-decoration: none;
}
a:hover {
  color: #4C4C4D;
}

.width-100 {
  width: 100%;
}

img {
  max-width: 100%;
}

.row.vertical-center {
  align-items: center;
}

.btn-custom {
  background: #052846 !important;
  font-weight: bold !important;
  font-size: 11px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 20px 50px !important;
}

.pad-top-0 {
  padding-top: 0;
}

ul {
  padding-left: 20px;
}

.bg-gradient-overlay {
  height: 100%;
}

@media (max-width: 768px) {
  body .container-wide {
    padding: 0 30px;
  }

  .homepage-banner .container {
    padding: 0 70px;
  }

  .text-sps {
    font-size: 8rem;
    margin-bottom: 60px;
  }

  .banner-nav {
    padding: 3vh;
  }

  body {
    line-height: initial;
    font-size: 12px;
  }

  .about#page-content ul.core-values {
    display: block;
    padding-left: 0;
    line-height: 1.7;
  }
}
.news-box {
  margin-bottom: 50px;
}
.news-box .date {
  font-weight: 600;
  font-size: 13px;
  color: #bcbcbc;
  margin-top: 20px;
}
.news-box .title {
  font-size: 22px;
  color: #052846;
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: initial;
}
.news-box .category {
  color: #F5A623;
  font-size: 13px;
  font-weight: bold;
}

.other-news-box {
  margin: 0 15px;
}
.other-news-box:focus {
  outline: 0;
}
.other-news-box .title {
  line-height: initial;
}

.bg-grey {
  background: #E8E8E8;
}

.detail-banner {
  color: #fff;
}
.detail-banner .category {
  color: #F5A623;
  font-size: 17px;
  font-weight: bold;
}
.detail-banner .title {
  font-size: 56px !important;
  margin: 30px 0 !important;
  font-weight: bold !important;
}
.detail-banner .date {
  font-size: 12px;
  font-weight: 600;
}

.slick-arrow:before {
  color: #052846;
  font-size: 30px;
}

.slick-next {
  right: -50px;
}

.slick-prev {
  left: -50px;
}

.comment-header {
  margin-bottom: 50px;
}

.comment-left {
  font-size: 28px;
  color: #052846;
  font-weight: bold;
}
.comment-left span {
  color: #F5A623;
}

.comment-name {
  font-size: 24px;
  color: #052846;
  font-weight: bold;
}

.comment-name-container {
  margin-bottom: 15px;
}

.comment-box {
  border-bottom: solid 1px #D3D3D3;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.comment-time {
  color: #D3D3D3;
  margin-left: 25px;
  line-height: 25px;
  font-style: italic;
}

.news-comment .add-comment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 2px #052846;
  background: #fff;
  padding: 15px 30px;
  cursor: pointer;
  color: #052846;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.news-comment .add-comment:hover {
  background: #052846;
  color: #fff !important;
}

.reaction-container {
  font-size: 16px;
  font-weight: bold;
  color: #052846;
  text-transform: uppercase;
}
.reaction-container img {
  height: 25px;
  margin-right: 5px;
}
.reaction-container span {
  margin-right: 30px;
}

.avatar {
  width: 100px;
  height: 100px;
  background: #052846;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
}
.avatar img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.new-comment-box {
  background: #E8E8E8;
  padding: 30px;
}
.new-comment-box .form-control {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.new-comment-box textarea {
  height: 150px;
}
.new-comment-box .btn-comment {
  color: #052846 !important;
  background: #F5A623 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-color: #F5A623 !important;
}

.children-box {
  margin-top: 30px;
  margin-left: 30px;
}

.like-comment, .unlike-comment {
  cursor: pointer;
}

.main-content p {
  line-height: 25px;
}

@media (max-width: 767px) {
  .news-box .title {
    font-size: 16px;
  }

  .detail-banner .title {
    font-size: 20px !important;
  }

  .comment-left {
    font-size: 16px;
  }

  .comment-time {
    display: block;
    margin-left: 0;
  }

  .add-comment {
    padding: 10px 15px;
  }

  .avatar {
    width: 60px;
    height: 60px;
  }
  .avatar img {
    width: 60px;
    height: 60px;
  }

  .slick-prev {
    left: -25px;
  }

  .slick-next {
    right: -25px;
  }

  .slick-arrow:before {
    font-size: 20px;
  }
}

/*# sourceMappingURL=news.css.map */
