@font-face {
  font-family: "DB Heavent";
  src: url("../fonts/DBHeavent.eot");
  src: url("../fonts/DBHeavent.eot?#iefix") format("embedded-opentype"), url("../fonts/DBHeavent.woff2") format("woff2"), url("../fonts/DBHeavent.woff") format("woff"), url("../fonts/DBHeavent.ttf") format("truetype"), url("../fonts/DBHeavent.svg#DBHeavent") format("svg");
  font-weight: normal;
  font-style: normal; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%); }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%); }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@-webkit-keyframes fade-in-up-2 {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 50%);
            transform: translate(0%, 50%); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fade-in-up-2 {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 50%);
            transform: translate(0%, 50%); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

#top-section {
  max-width: 2000px;
  margin: 0 auto;
  background: #ffc522 url("../images/bg-02.jpg") center bottom no-repeat; }
  #top-section .page-headline {
    position: relative;
    padding-bottom: 10px;
    color: #333;
    line-height: 1.2em;
    letter-spacing: 2px; }

    #top-section .page-headline h1 {
      font-size: 50px;
      margin: 0;
      text-transform: uppercase;
    }
    #top-section .page-headline .headline-primary {
      font-weight: 700; }
    #top-section .page-headline .headline-secondary {
      font-weight: 400; }
    #top-section .page-headline .hr {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 120px;
      height: 4px;
      background: #333; }
  #top-section .back-btn {
    display: inline-block;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 2px; }
    #top-section .back-btn a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: auto;
      color: #FFF; }
    #top-section .back-btn img {
      vertical-align: middle;
      height: 14px;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    #top-section .back-btn:hover img {
      margin-right: 10px; }

#know-more {
  padding-top: 50px;
  background: #f8f7f7; }
  #know-more .page-headline {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #333;
    line-height: 1.2em;
    /* letter-spacing: 2px; */
    text-transform: uppercase}

    #know-more .page-headline h2 {
      font-size: 50px;
      margin: 0;
      text-transform: uppercase;
    }

    #know-more .page-headline .headline-primary {
      font-weight: 700; }
    #know-more .page-headline .headline-secondary {
      font-weight: 400; }
    #know-more .page-headline .hr {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 120px;
      height: 4px;
      background: #333; }
  #know-more .list .story-item {
    display: block;
    color: #333; }
    #know-more .list .story-item .story-img {
      overflow: hidden; }
      #know-more .list .story-item .story-img img {
        width: 100%;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
    #know-more .list .story-item .story-info {
      padding: 14px 20px;
      background: #FFF; }
      #know-more .list .story-item .story-info .story-topic {
        font-size: 20px;
        text-transform: uppercase }
        #know-more .list .story-item .story-info .story-topic .strong {
          font-weight: 700;
          -webkit-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out; }
      #know-more .list .story-item .story-info .story-description {
        margin-top: 10px;
        min-height: 95px;
        font-family: 'korolev', sans-serif;
        font-size: 15px;
        line-height: 1.6em;
        color: #999; }
        #know-more .list .story-item .story-info .story-description.th {
          font-family: "DB Heavent";
          font-size: 20px;
          line-height: 1.2em; }
    #know-more .list .story-item:hover .story-img img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    #know-more .list .story-item:hover .story-info .story-topic .strong {
      color: #ffc522; }
  #know-more .action {
    margin-top: 20px;
    padding-bottom: 14px; }

@media only screen and (max-width: 1199px) {
  #know-more .list .story-item .story-info .story-description {
    min-height: 75px; } }

@media only screen and (max-width: 991px) {
  #know-more .list .story-item .story-topic .strong {
    display: block; }
  #know-more .list .story-item .story-info .story-description {
    min-height: 100px;
    font-size: 14px; }
  footer {
    margin-top: 0 !important; } }

@media only screen and (max-width: 767px) {
  #top-section .container {
    position: relative; }
  #top-section .back-btn {
    position: absolute;
    top: 0;
    right: 15px; }
  #know-more {
    padding-top: 20px; }
    #know-more .page-headline {
      font-size: 32px; }
    #know-more .list .story-item {
      margin-bottom: 30px; }
      #know-more .list .story-item .story-topic {
        line-height: 1.2em; }
        #know-more .list .story-item .story-topic .strong {
          display: inline-block; }
      #know-more .list .story-item .story-info .story-description {
        min-height: inherit; }
    #know-more .action {
      margin-top: 0px; } }

@media only screen and (max-width: 575px) {
  #top-section {
    padding-top: 20px !important; }
    #top-section .page-headline h1 {
      font-size: 32px; }
    #top-section .back-btn {
      margin-top: 2px;
      font-size: 18px; }
      #top-section .back-btn img {
        height: 12px; } }

.modal {
  background-color: #fff; }
  @media (min-width: 768px) {
    .modal-dialog {
      max-width: none; } }
  @media (min-width: 992px) {
    .modal-dialog {
      max-width: 900px; } }
  .modal-close {
    cursor: pointer;
    width: 21px;
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 1; }
    @media (min-width: 375px) {
      .modal-close {
        top: 20px;
        right: 15px; } }
    @media (min-width: 768px) {
      .modal-close {
        width: 37px;
        top: 30px;
        right: 51px; } }
    @media (min-width: 992px) {
      .modal-close {
        width: 21px;
        right: 0; } }
  .modal-content {
    border: none; }
  .modal-header {
    border-bottom: none;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .modal-header {
        padding-left: 43px;
        padding-right: 43px;
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      .modal-header {
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 35px; } }
  @media (min-width: 768px) {
    .modal-body {
      padding-left: 43px;
      padding-right: 43px; } }
  @media (min-width: 992px) {
    .modal-body {
      padding-left: 16px;
      padding-right: 16px; } }
  .modal .embed-responsive {
    margin-top: 20px; }
    @media (min-width: 375px) {
      .modal .embed-responsive {
        margin-top: 25px; } }
    @media (min-width: 768px) {
      .modal .embed-responsive {
        margin-top: 40px; } }
    @media (min-width: 992px) {
      .modal .embed-responsive {
        margin-top: 0; } }
  .modal-backdrop.show {
    opacity: 0 !important; }
