@charset "UTF-8";
/*=======================================================*/
/*                                                       */
/* Timedoor CSS HEAD TEMPLATE                            */
/* v. 1.0 - last update 03/02/2018                       */
/*                                                       */
/*=======================================================*/
/*                                                       */
/* Table of Content                                      */
/*                                                       */
/* 1. BOOTSTRAP NAVBAR RESET --------------------- [RST] */
/* 2. NAVBAR OPTION ------------------------------ [NAV] */
/*   2.1. NAVBAR POSITION -------------------- [NAV-PST] */
/*   2.2. NAVBAR BACKGROUND ------------------- [NAV-BG] */
/*   2.3. NAVBAR MOBILE BUTTON --------------- [NAV-MBL] */
/*   2.4. NAVBAR MEGA DROPDOWN ------------- [NAV-MDROP] */
/* 3. CUSTOMIZATION ------------------------------ [CUS] */
/*   3.1. TOP INFO --------------------------- [CUS-TOP] */
/*   3.2. NAVBAR SETTING --------------------- [CUS-NAV] */
/*   3.3. LINK & DROPDOWN ------------------- [CUS-LINK] */
/*                                                       */
/*=======================================================*/
/*=======================================================*/
/* 1. BOOTSTRAP NAVBAR RESET --------------------- [RST] */
/*=======================================================*/
.offcanvas-bg {
  display: none;
  position: absolute;
  z-index: 500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.top-info .left-info {
  margin-left: -15px;
  float: left;
}
.top-info .left-info > ul > li {
  border-right: 1px solid;
}
.top-info .center-info {
  display: inline-block;
}
.top-info .center-info > ul > li {
  border-left: 1px solid;
}
.top-info .center-info .dropdown-menu {
  left: auto;
  right: 0;
}
.top-info .right-info {
  margin-right: -15px;
  float: right;
}
.top-info .right-info > ul > li {
  border-left: 1px solid;
}
.top-info .right-info .dropdown-menu {
  left: auto;
  right: 0;
}
.top-info .left-info > ul, .top-info .center-info > ul, .top-info .right-info > ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.top-info .left-info > ul > li, .top-info .center-info > ul > li, .top-info .right-info > ul > li {
  display: inline-block;
}
.top-info .left-info > ul > li p, .top-info .left-info > ul > li a, .top-info .center-info > ul > li p, .top-info .center-info > ul > li a, .top-info .right-info > ul > li p, .top-info .right-info > ul > li a {
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
}
.top-info .left-info > ul > li.dropdown .dropdown-menu, .top-info .center-info > ul > li.dropdown .dropdown-menu, .top-info .right-info > ul > li.dropdown .dropdown-menu {
  padding: 0;
}
.top-info .left-info > ul > li.dropdown .dropdown-menu > li, .top-info .center-info > ul > li.dropdown .dropdown-menu > li, .top-info .right-info > ul > li.dropdown .dropdown-menu > li {
  display: list-item;
  border: 0;
}
.top-info .left-info > ul > li.dropdown .dropdown-menu > li > a, .top-info .center-info > ul > li.dropdown .dropdown-menu > li > a, .top-info .right-info > ul > li.dropdown .dropdown-menu > li > a {
  display: block;
}

.navbar {
  border-radius: 0;
}

.navbar-default {
  border: 0;
}
.navbar-default .navbar-brand {
  height: auto;
}
.navbar-default .secondary-menu {
  display: table;
  float: right;
}
.navbar-default .secondary-menu .navbar-toggle {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 20px;
}
.navbar-default .secondary-menu .navbar-2nd > li > .separator {
  border-left: 1px solid;
}
.navbar-default .secondary-menu .navbar-2nd > li .dropdown-menu {
  min-width: auto;
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .navbar-default .secondary-menu .navbar-nav {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
  .navbar-default .secondary-menu .navbar-nav > li {
    display: inline-block;
  }
  .navbar-default .secondary-menu .btn-toggle-container {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}
.navbar-default .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-default .navbar-nav > li.dropdown .dropdown-menu {
  float: none;
}
.navbar-default .navbar-nav > li.btn-close-container {
  padding: 15px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav {
    display: table;
  }
  .navbar-default .navbar-nav > li {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .navbar-default.has-secondary-menu .navbar-right {
    margin-right: 0;
  }
}

/*=======================================================*/
/* 2. NAVBAR OPTION ------------------------------ [NAV] */
/*=======================================================*/
/*======================================*/
/* 2.1. NAVBAR POSITION ----- [NAV-PST] */
/*======================================*/
.navbar.p-fix, .top-info.p-fix {
  /* NAVBAR POSITION FIX */
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
}
.navbar.p-absolute, .top-info.p-absolute {
  /* NAVBAR POSITION ABSOLUTE */
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
}

/*======================================*/
/* 2.2. NAVBAR BACKGROUND ---- [NAV-BG] */
/*======================================*/
.navbar-default.bg-transparent {
  /* NAVBAR TRANSPARENT BACKGROUND */
  background-color: transparent;
}
.navbar-default.gradient-black {
  /* NAVBAR BLACK GRADIENT BACKGROUND */
  background: linear-gradient(black, rgba(0, 0, 0, 0));
}
.navbar-default.gradient-white {
  /* NAVBAR WHITE GRADIENT BACKGROUND */
  background: linear-gradient(white, rgba(255, 255, 255, 0));
}

/*===========================================*/
/* 2.3. NAVBAR MOBILE BUTTON ----- [NAV-MBL] */
/*===========================================*/
@media (max-width: 991px) {
  .sm-mobile-menu {
    /* SHOW MOBILE BUTTON on SMALL SIZE */
  }
  .sm-mobile-menu .secondary-menu .navbar-2nd > li > .separator {
    display: none;
  }
  .sm-mobile-menu .btn-toggle-container {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .sm-mobile-menu .btn-toggle-container .navbar-toggle {
    display: block;
  }
  .sm-mobile-menu .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 250px;
    height: 100%;
    left: -250px;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.15s ease-in;
  }
  .sm-mobile-menu .navbar-offcanvas.in {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-fade {
    opacity: 0;
  }
  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-fade.in {
    opacity: 1;
  }
  .sm-mobile-menu .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }
  .sm-mobile-menu .navbar-offcanvas.offcanvas-position.in {
    left: 0;
  }
  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-right {
    left: auto;
    right: -250px;
  }
  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
    left: auto;
    right: 0;
  }
  .sm-mobile-menu .navbar-offcanvas .dropdown.open .caret {
    border-top: 0;
    border-bottom: 4px solid;
  }
  .sm-mobile-menu .navbar-offcanvas .dropdown-menu {
    position: relative;
    width: 100%;
    border: inherit;
    box-shadow: none;
    transition: height 0.15s ease-in;
  }
  .sm-mobile-menu .navbar-offcanvas .dropdown-menu.shown {
    display: block;
    margin-bottom: 10px;
  }
  .sm-mobile-menu .navbar-offcanvas .navbar-nav {
    display: block;
    height: auto !important;
    float: none !important;
    margin: 0px !important;
  }
  .sm-mobile-menu .navbar-offcanvas .navbar-nav > li {
    display: block;
  }
}
@media (max-width: 1199px) {
  .md-mobile-menu {
    /* SHOW MOBILE BUTTON on MEDIUM SIZE */
  }
  .md-mobile-menu .secondary-menu .navbar-2nd > li > .separator {
    display: none;
  }
  .md-mobile-menu .btn-toggle-container {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .md-mobile-menu .btn-toggle-container .navbar-toggle {
    display: block;
  }
  .md-mobile-menu .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 250px;
    height: 100%;
    left: -250px;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.15s ease-in;
  }
  .md-mobile-menu .navbar-offcanvas.in {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .md-mobile-menu .navbar-offcanvas.navbar-offcanvas-fade {
    opacity: 0;
  }
  .md-mobile-menu .navbar-offcanvas.navbar-offcanvas-fade.in {
    opacity: 1;
  }
  .md-mobile-menu .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }
  .md-mobile-menu .navbar-offcanvas.offcanvas-position.in {
    left: 0;
  }
  .md-mobile-menu .navbar-offcanvas.navbar-offcanvas-right {
    left: auto;
    right: -250px;
  }
  .md-mobile-menu .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .md-mobile-menu .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
    left: auto;
    right: 0;
  }
  .md-mobile-menu .navbar-offcanvas .dropdown.open .caret {
    border-top: 0;
    border-bottom: 4px solid;
  }
  .md-mobile-menu .navbar-offcanvas .dropdown-menu {
    position: relative;
    width: 100%;
    border: inherit;
    box-shadow: none;
    transition: height 0.15s ease-in;
  }
  .md-mobile-menu .navbar-offcanvas .dropdown-menu.shown {
    display: block;
    margin-bottom: 10px;
  }
  .md-mobile-menu .navbar-offcanvas .navbar-nav {
    display: block;
    height: auto !important;
    float: none !important;
    margin: 0px -15px !important;
  }
  .md-mobile-menu .navbar-offcanvas .navbar-nav > li {
    display: block;
  }
}
.lg-mobile-menu {
  /* SHOW MOBILE BUTTON on LARGE SIZE */
}
.lg-mobile-menu .secondary-menu .navbar-nav > li > .separator {
  display: none;
}
.lg-mobile-menu .btn-toggle-container {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.lg-mobile-menu .btn-toggle-container .navbar-toggle {
  display: block;
}
.lg-mobile-menu .navbar-offcanvas {
  position: fixed;
  width: 100%;
  max-width: 250px;
  height: 100%;
  left: -250px;
  top: 0;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.15s ease-in;
}
.lg-mobile-menu .navbar-offcanvas.in {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.lg-mobile-menu .navbar-offcanvas.navbar-offcanvas-fade {
  opacity: 0;
}
.lg-mobile-menu .navbar-offcanvas.navbar-offcanvas-fade.in {
  opacity: 1;
}
.lg-mobile-menu .navbar-offcanvas.offcanvas-transform.in {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}
.lg-mobile-menu .navbar-offcanvas.offcanvas-position.in {
  left: 0;
}
.lg-mobile-menu .navbar-offcanvas.navbar-offcanvas-right {
  left: auto;
  right: -250px;
}
.lg-mobile-menu .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}
.lg-mobile-menu .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
  left: auto;
  right: 0;
}
.lg-mobile-menu .navbar-offcanvas .dropdown.open .caret {
  border-top: 0;
  border-bottom: 4px solid;
}
.lg-mobile-menu .navbar-offcanvas .dropdown-menu {
  position: relative;
  width: 100%;
  border: inherit;
  box-shadow: none;
  transition: height 0.15s ease-in;
}
.lg-mobile-menu .navbar-offcanvas .dropdown-menu.shown {
  display: block;
  margin-bottom: 10px;
}
.lg-mobile-menu .navbar-offcanvas .navbar-nav {
  display: block;
  height: auto !important;
  float: none !important;
  margin: 0px -15px !important;
}
.lg-mobile-menu .navbar-offcanvas .navbar-nav > li {
  display: block;
}

/*===========================================*/
/* 2.4. NAVBAR MEGA DROPDOWN --- [NAV-MDROP] */
/*===========================================*/
.dropdown.mega-dropdown {
  position: static;
}
.dropdown.mega-dropdown .dropdown-menu {
  left: 0;
  right: 0;
  padding: 15px 0;
  border: 0;
}
.dropdown.mega-dropdown .dropdown-menu ul {
  padding-left: 0;
  list-style: none;
}
.dropdown.mega-dropdown .dropdown-menu ul:not(row) > li > a {
  display: block;
}

/*=======================================================*/
/* 3. CUSTOMIZATION --------------------------- [CUS] */
/*=======================================================*/
/*======================================*/
/* 3.1. TOP INFO ------------ [CUS-TOP] */
/*======================================*/
.top-info {
  /* TOP INFO SETTING */
  background-color: #14204d;
  /* top info background-color */
}
.top-info .left-info > ul > li:last-child {
  /* TOP INFO LAST BORDER */
  border-right: 0;
}
.top-info .center-info > ul > li:first-child {
  /* TOP INFO LAST BORDER */
  border-left: 0;
}
.top-info .right-info > ul > li:first-child {
  /* TOP INFO LAST BORDER */
  border-left: 0;
}
.top-info .left-info > ul > li, .top-info .center-info > ul > li, .top-info .right-info > ul > li {
  /* TOP INFO BORDER OPTION */
  border-color: #fff;
}
.top-info .left-info > ul > li p, .top-info .left-info > ul > li a, .top-info .center-info > ul > li p, .top-info .center-info > ul > li a, .top-info .right-info > ul > li p, .top-info .right-info > ul > li a {
  /* TOP INFO MENU OPTION */
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
}
.top-info .left-info > ul > li a:hover, .top-info .left-info > ul > li a:focus, .top-info .left-info > ul > li a:active, .top-info .left-info > ul > li a:active:hover, .top-info .left-info > ul > li a:active:focus, .top-info .center-info > ul > li a:hover, .top-info .center-info > ul > li a:focus, .top-info .center-info > ul > li a:active, .top-info .center-info > ul > li a:active:hover, .top-info .center-info > ul > li a:active:focus, .top-info .right-info > ul > li a:hover, .top-info .right-info > ul > li a:focus, .top-info .right-info > ul > li a:active, .top-info .right-info > ul > li a:active:hover, .top-info .right-info > ul > li a:active:focus {
  /* TOP MENU LINK HOVER/FOCUS/ACTIVE OPTION */
  text-decoration: none;
}
.top-info .left-info > ul > li.dropdown .dropdown-menu, .top-info .center-info > ul > li.dropdown .dropdown-menu, .top-info .right-info > ul > li.dropdown .dropdown-menu {
  width: 100%;
  margin-top: 5px;
  min-width: auto;
}
.top-info .left-info > ul > li.dropdown .dropdown-menu > li > a, .top-info .center-info > ul > li.dropdown .dropdown-menu > li > a, .top-info .right-info > ul > li.dropdown .dropdown-menu > li > a {
  /* DROPDOWN MENU OPTION */
  padding: 5px;
  color: #444;
}
.top-info .left-info > ul > li.dropdown .dropdown-menu > li > a:hover, .top-info .left-info > ul > li.dropdown .dropdown-menu > li > a:focus, .top-info .left-info > ul > li.dropdown .dropdown-menu > li > a:active, .top-info .left-info > ul > li.dropdown .dropdown-menu > li > a:active:hover, .top-info .left-info > ul > li.dropdown .dropdown-menu > li > a:active:focus, .top-info .center-info > ul > li.dropdown .dropdown-menu > li > a:hover, .top-info .center-info > ul > li.dropdown .dropdown-menu > li > a:focus, .top-info .center-info > ul > li.dropdown .dropdown-menu > li > a:active, .top-info .center-info > ul > li.dropdown .dropdown-menu > li > a:active:hover, .top-info .center-info > ul > li.dropdown .dropdown-menu > li > a:active:focus, .top-info .right-info > ul > li.dropdown .dropdown-menu > li > a:hover, .top-info .right-info > ul > li.dropdown .dropdown-menu > li > a:focus, .top-info .right-info > ul > li.dropdown .dropdown-menu > li > a:active, .top-info .right-info > ul > li.dropdown .dropdown-menu > li > a:active:hover, .top-info .right-info > ul > li.dropdown .dropdown-menu > li > a:active:focus {
  /* TOP MENU LINK HOVER/FOCUS/ACTIVE OPTION */
  color: #fff;
  background-color: #a98f6e;
}

/*======================================*/
/* 3.2. NAVBAR SETTING ------ [CUS-NAV] */
/*======================================*/
.navbar-default {
  background-color: #fff;
}
.navbar-default .navbar-brand {
  padding: 0;
}
.navbar-default .navbar-brand img {
  /* NAVBAR BRAND OPTION */
  max-width: 230px;
}
.navbar-default .navbar-offcanvas {
  /* NAVBAR OFFCANVAS BACKGROUND COLOR */
  background-color: #fff;
}
.navbar-default .secondary-menu {
  /* SECONDARY MENU OPTION  */
}
@media (max-width: 991px) {
  .navbar-default .secondary-menu {
    height: 100px;
  }
}
.navbar-default .secondary-menu .navbar-2nd > li > .separator {
  /* SECONDARY MENU SEPARATOR SETTING */
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-color: #ddd;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav {
    /* NAVBAR HEIGHT */
    height: 75.17px;
  }
}
.navbar-default .navbar-toggle {
  /* NAVBAR-TOGGLE OPTION */
  color: #444;
  background-color: #fff;
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:active:hover, .navbar-default .navbar-toggle:active:focus {
  /* NAVBAR-TOGGLE HOVER/ACTIVE/FOCUS OPTION */
  color: #ff0000;
  background-color: #efefef;
  border-color: #ff0000;
}

/*======================================*/
/* 3.3. LINK & DROPDOWN ---- [CUS-LINK] */
/*======================================*/
.navbar-default .navbar-nav > li > a {
  /* MENU LINK OPTION */
  color: #14204d;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:active:hover, .navbar-default .navbar-nav > li > a:active:focus {
  /* MENU LINK HOVER/FOCUS/ACTIVE OPTION */
  color: #a98f6e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a.btn-primary {
  color: #fff;
  background-color: #14204d;
  border-color: #14204d;
}
.navbar-default .navbar-nav > li > a.btn-primary:hover, .navbar-default .navbar-nav > li > a.btn-primary:focus, .navbar-default .navbar-nav > li > a.btn-primary:active, .navbar-default .navbar-nav > li > a.btn-primary:active:hover, .navbar-default .navbar-nav > li > a.btn-primary:active:focus {
  color: #fff;
  background-color: #a98f6e;
  border-color: #a98f6e;
}
.navbar-default .navbar-nav > li.active > a {
  /* ACTIVE MENU LINK OPTION */
  color: #a98f6e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.active > a:active, .navbar-default .navbar-nav > li.active > a:active:hover, .navbar-default .navbar-nav > li.active > a:active:focus {
  /* ACTIVE MENU LINK HOVER/FOCUS/ACTIVE OPTION */
}
.navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown).open > a {
  /* MENU LINK DROPDWN OPEN */
  color: #333;
  background-color: #f9b021;
}
.navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu {
  /* DROPDOWN MENU OPTION*/
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a {
  /* DROPDOWN MENU LINK OPTION */
  padding-top: 7px;
  padding-bottom: 7px;
  color: #444;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:focus, .navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:active, .navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:active:hover, .navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:active:focus {
  /* MENU LINK HOVER/FOCUS/ACTIVE OPTION */
  color: #44cdce;
  background-color: #eee;
}
.navbar-default .navbar-nav > li.dropdown .devider {
  /* DROPDOWN MENU DEVIDER OPTION */
  background-color: #ffff00;
}
.navbar-default .navbar-nav > li.dropdown.mega-dropdown .dropdown-header {
  /* MEGA-DROPDOWN HEADER OPTION */
  padding: 7px 15px;
  font-size: 18px;
  font-weight: 700;
  color: #f00;
}
.navbar-default .navbar-nav > li.dropdown.mega-dropdown .dropdown-menu ul > li > a {
  /* MEGA-DROPDOWN LINK OPTION */
  padding: 7px 15px;
  color: #f0f;
  text-decoration: none;
}
.navbar-default .navbar-nav > li.dropdown.mega-dropdown .dropdown-menu ul > li > a:hover, .navbar-default .navbar-nav > li.dropdown.mega-dropdown .dropdown-menu ul > li > a:focus, .navbar-default .navbar-nav > li.dropdown.mega-dropdown .dropdown-menu ul > li > a:active, .navbar-default .navbar-nav > li.dropdown.mega-dropdown .dropdown-menu ul > li > a:active:hover, .navbar-default .navbar-nav > li.dropdown.mega-dropdown .dropdown-menu ul > li > a:active:focus {
  /* MEGA-DROPDOWN LINK HOVER/FOCUS/ACTIVE OPTION */
  color: #444;
  background-color: #dfdfdf;
}

/*=======================================================*/
/*                                                       */
/* Timedoor CSS Preset Library                           */
/* v. 1.05 - last update 27/05/2019                      */
/*                                                       */
/*=======================================================*/
/*                                                       */
/* Table oif Content                                     */
/*                                                       */
/* Col 20% ------------------------------------- [COL20] */
/* Column Position ---------------------------- [COLPOS] */
/* Content Position --------------------------- [CONPOS] */
/* Display Class -------------------------------- [DISP] */
/* Margin --------------------------------------- [MARG] */
/* Padding --------------------------------------- [PAD] */
/* Font Size ------------------------------------ [FONT] */
/*                                                       */
/*=======================================================*/
/*=======================================================*/
/* Col 20% ------------------------------------- [COL20] */
/*=======================================================*/
.col-xs-20 {
  float: left;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .col-sm-20 {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .col-md-20 {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .col-lg-20 {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*=======================================================*/
/* Column Position ---------------------------- [COLPOS] */
/*=======================================================*/
.row.tmdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.tmdr:before, .row.tmdr:after {
  width: 100%;
}
.row.tmdr.x-left {
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.row.tmdr.x-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row.tmdr.x-right {
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.row.tmdr.y-top {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.row.tmdr.y-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.row.tmdr.y-bottom {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*=======================================================*/
/* Content Position --------------------------- [CONPOS] */
/*=======================================================*/
.middle-item {
  display: table;
  width: 100%;
  height: 100%;
}
.middle-item .middle-item-content {
  display: table-cell;
  vertical-align: middle;
}

/*=======================================================*/
/* Display Class -------------------------------- [DISP] */
/*=======================================================*/
.display-xs-block {
  display: block !important;
}

.display-xs-inline {
  display: inline !important;
}

.display-xs-inline-block {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .display-sm-block {
    display: block !important;
  }

  .display-sm-inline {
    display: inline !important;
  }

  .display-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .display-md-block {
    display: block !important;
  }

  .display-md-inline {
    display: inline !important;
  }

  .display-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-block {
    display: block !important;
  }

  .display-lg-inline {
    display: inline !important;
  }

  .display-lg-inline-block {
    display: inline-block !important;
  }
}
/*=======================================================*/
/* Margin --------------------------------------- [MARG] */
/*=======================================================*/
.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-55 {
  margin: 55px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-65 {
  margin: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-75 {
  margin: 75px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-85 {
  margin: 85px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-95 {
  margin: 95px !important;
}

.m-100 {
  margin: 100px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mx-55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-65 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}

.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.mx-75 {
  margin-right: 75px !important;
  margin-left: 75px !important;
}

.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mx-85 {
  margin-right: 85px !important;
  margin-left: 85px !important;
}

.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.mx-95 {
  margin-right: 95px !important;
  margin-left: 95px !important;
}

.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/*=======================================================*/
/* Padding --------------------------------------- [PAD] */
/*=======================================================*/
.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-95 {
  padding: 95px !important;
}

.p-100 {
  padding: 100px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.px-55 {
  padding-right: 55px !important;
  padding-left: 55px !important;
}

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.px-65 {
  padding-right: 65px !important;
  padding-left: 65px !important;
}

.px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.px-75 {
  padding-right: 75px !important;
  padding-left: 75px !important;
}

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.px-85 {
  padding-right: 85px !important;
  padding-left: 85px !important;
}

.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.px-95 {
  padding-right: 95px !important;
  padding-left: 95px !important;
}

.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/*=======================================================*/
/* Font Size ------------------------------------ [FONT] */
/*=======================================================*/
.font8 {
  font-size: 8px !important;
}

.font10 {
  font-size: 10px !important;
}

.font12 {
  font-size: 12px !important;
}

.font14 {
  font-size: 14px !important;
}

.font16 {
  font-size: 16px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font22 {
  font-size: 22px !important;
}

.font24 {
  font-size: 24px !important;
}

.font26 {
  font-size: 26px !important;
}

.font28 {
  font-size: 28px !important;
}

.font30 {
  font-size: 30px !important;
}

.font32 {
  font-size: 32px !important;
}

.font34 {
  font-size: 34px !important;
}

.font36 {
  font-size: 36px !important;
}

.font38 {
  font-size: 38px !important;
}

.font40 {
  font-size: 40px !important;
}

.font42 {
  font-size: 42px !important;
}

.font44 {
  font-size: 44px !important;
}

.font46 {
  font-size: 46px !important;
}

.font48 {
  font-size: 48px !important;
}

.font50 {
  font-size: 50px !important;
}

.font52 {
  font-size: 52px !important;
}

.font54 {
  font-size: 54px !important;
}

.font56 {
  font-size: 56px !important;
}

.font58 {
  font-size: 58px !important;
}

.font60 {
  font-size: 60px !important;
}

.font62 {
  font-size: 62px !important;
}

.font64 {
  font-size: 64px !important;
}

.font66 {
  font-size: 66px !important;
}

.font68 {
  font-size: 68px !important;
}

.font70 {
  font-size: 70px !important;
}

.font72 {
  font-size: 72px !important;
}

/*
========================
FONTS
========================
*/
@font-face {
  font-family: "arial";
  src: url("../fonts/ARIAL.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "arial_bold";
  src: url("../fonts/ARIALBD.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "arial_bold_italic";
  src: url("../fonts/ARIALBI.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "arial_italic";
  src: url("../fonts/ARIALI.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/*
========================
GENERAL
========================
*/
html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  word-wrap: break-word;
  font-family: "arial";
}

ul {
  padding-left: 25px;
}

a {
  color: #174400;
  text-decoration: none !important;
}

a,
button {
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

.stracth {
  padding-left: 0;
  padding-right: 0;
}

.row-custom {
  margin-left: -7px;
  margin-right: -7px;
}
.row-custom > div {
  padding-left: 7px;
  padding-right: 7px;
}

.transition-effect {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
}

.bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.img-fix {
  height: auto;
  width: 100%;
}

.row-centered {
  text-align: center;
}

.col-centered-offset {
  margin: 0 auto;
  float: none;
}

.strecth {
  padding: 0 !important;
}

.img-responsive {
  width: 100%;
}

.aligncenter {
  text-align: center;
}

.item {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 500px !important;
}

/*
========================
TEXT, FONT, ETC
========================
*/
.font-14 {
  font-size: 14px;
}

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

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-36 {
  font-size: 36px;
}

.font-50 {
  font-size: 50px !important;
}

.font-white {
  color: #fff !important;
}

.font-black {
  color: #333 !important;
}

.font-green {
  color: #8DC63F !important;
}

.title {
  font-size: 48px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 15px;
  font-family: "arial";
  font-weight: 600;
}

.title-purple {
  color: #5C2D91;
}

.sub-title {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #333;
  line-height: 1.3;
}

.text-shadow {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.title-headline {
  font-size: 62px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff !important;
  letter-spacing: 2px;
  width: min-intrinsic;
  /* old Chrome, Safari */
  width: -webkit-min-content;
  /* less old Chrome, Safari */
  width: -moz-min-content;
  /* current Firefox */
  width: min-content;
  /* current Chrome, Safari; not IE or Edge */
}

.tagline {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tagline > div {
  padding-left: 10px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
}

/*
========================
BOX
========================
*/
.box-mid-out {
  height: 100%;
  display: table;
  width: 100%;
}

.box-mid-in {
  display: table-cell;
  vertical-align: middle;
}

.box-bg {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box-shadow {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

/*
========================
BUTTON
========================
*/
.btn {
  border: none !important;
  padding: 8px 25px;
}

.btn-standard {
  color: #fff !important;
  background-color: #8DC63F;
  border-radius: 0px;
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 600;
}
.btn-standard:hover, .btn-standard:focus, .btn-standard:active {
  background-color: #9BD24F;
  color: #fff !important;
  outline: none !important;
  outline-offset: 0 !important;
}

.btn-purple {
  color: #fff !important;
  background-color: #5C2D91;
  border-radius: 0px;
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 600;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
  background-color: #783EB9;
  color: #fff !important;
  outline: none !important;
  outline-offset: 0 !important;
}

.btn-filter-in {
  color: #fff !important;
  background-color: #8DC63F;
  width: 100%;
}
.btn-filter-in:hover, .btn-filter-in:focus, .btn-filter-in:active {
  background-color: #66902d;
  color: #fff !important;
  outline: none !important;
  outline-offset: 0 !important;
}

.btn-danger {
  width: 100%;
}

/*
========================
NAVBAR
========================
*/
.search-side {
  padding-top: 29px;
}
.search-side ul {
  margin: 0;
  padding-left: 0;
}
.search-side ul li {
  list-style: none;
}

.navbar-offcanvas.collapse {
  display: inline-block;
}

.navbar-default {
  background-color: #fff;
}
.navbar-default .container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1440.98px) {
  .navbar-default .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1349.98px) {
  .navbar-default .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar-default .navbar-nav {
  height: 80px;
}
.navbar-default .navbar-nav > li > a {
  font-family: "arial";
  font-weight: 600;
  color: #333;
  padding: 10px 12px;
  text-transform: uppercase;
}
@media (max-width: 1300px) and (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
  }
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
  color: #8DC63F !important;
}
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
  color: #8DC63F !important;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown).open > a {
  color: #8DC63F;
  background-color: transparent;
  display: block;
}
.navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:focus, .navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:active, .navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:active:hover, .navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:active:focus {
  color: #8DC63F;
}
.navbar-default .navbar-brand {
  padding-top: 15px;
  padding-right: 15px;
}
.navbar-default .navbar-brand img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
  width: 160px;
}

.header-nav:before, .header-nav:after {
  content: "";
  display: table;
}
.header-nav:after {
  clear: both;
}

.menu {
  display: inline-block;
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu li {
  display: block;
}
.menu li a {
  color: #fff;
  display: block;
  padding: 10px;
  position: relative;
  transition: color 0.3s;
  text-decoration: none;
}

#back2Top {
  margin: 0;
}

@media (min-width: 1200px) {
  .custom-center-navbar {
    display: flex;
    justify-content: center;
  }
}

.search-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

.search-toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
}
.search-toggle::before, .search-toggle::after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.1s;
}
.search-toggle::before {
  border: 2px solid #333;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  left: 10px;
  top: 2px;
}
.search-toggle::after {
  height: 2px;
  width: 5px;
  background: #333;
  top: 15px;
  left: 21px;
  transform: rotate(45deg);
}
.search-toggle.active::before {
  width: 0;
  border-width: 1px;
  border-radius: 0;
  transform: rotate(45deg);
  left: 13px;
  top: 4px;
}
.search-toggle.active::after {
  width: 14px;
  top: 10px;
  left: 7px;
}

.dropdown-menu {
  min-width: 180px;
}
.dropdown-menu li a {
  text-transform: uppercase;
}
.search-input:focus {
  outline: none;
}
.search-input input::-webkit-input-placeholder {
  line-height: normal !important;
}

#header-1 .search-box {
  position: absolute;
  bottom: 1px;
  width: 64%;
  height: 100%;
  max-height: 0;
  transform: translateY(100%);
  background-color: #fff;
  transition: all 0.3s;
}
#header-1 .search-box .search-input {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  border: 0;
  background-color: transparent;
  opacity: 0;
  color: #8E959B;
}
#header-1 .search-box .search-input::-webkit-input-placeholder {
  color: rgba(142, 149, 155, 0.4);
}
#header-1.show .search-box {
  max-height: 40px;
  border-top: 1px solid #ddd;
}
#header-1.show .search-box .search-input {
  opacity: 1;
}

.border-black:before {
  border: 2px solid #333;
}
.border-black:after {
  background: #333;
}

.border-white:before {
  border: 2px solid #fff;
}
.border-white:after {
  background: #fff;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
  background-color: #333;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
  background-color: #333;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background-color: #fff;
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background-color: #fff;
}

/* END ANIMATED X */
/*
========================
SLIDER
========================
*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 35px !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 45px !important;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white,
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: none !important;
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  font-size: 50px;
  color: #fff;
  top: 59%;
}

.swiper-pagination-bullet {
  background-color: #8DC63F !important;
  opacity: 0.3 !important;
  width: 15px !important;
  height: 15px !important;
}

.swiper-pagination-bullet-active {
  background: #8DC63F !important;
  border-radius: 40px !important;
  opacity: 1 !important;
  outline: none;
}

/*
========================
HOME
========================
*/
#home-slider {
  background-color: transparent;
  height: 100vh;
  position: relative;
}
#home-slider .banner img {
  padding-top: 80px;
}
#home-slider .box-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, black 100%);
}
#home-slider .swiper-slide {
  height: 100vh !important;
}
#home-slider .tagline {
  padding-left: 50px;
  padding-right: 50px;
  background-color: rgba(0, 0, 0, 0.25);
}
#home-slider .tagline .slider-desc {
  display: inline-block;
  width: auto;
  position: absolute;
  bottom: 55px;
}
#home-slider .tagline img {
  height: 90px;
}
#home-slider .tagline .title {
  color: #fff;
  font-size: 110px;
  font-family: "arial";
  font-weight: 600;
  margin-bottom: -20px;
  letter-spacing: 5px;
}
#home-slider .tagline .subtitle {
  color: #fff;
  font-size: 30px;
  font-family: "arial";
  font-weight: 600;
  margin-bottom: -10px;
  margin-top: -10px;
  display: block;
  background-color: #8DC63F;
  padding-left: 15px;
  padding-right: 15px;
}
#home-slider .tagline .tagline-desc {
  color: #fff;
  font-size: 18px;
  padding-bottom: 10px;
  max-width: 50%;
}
#home-slider .tagline .btn-standard {
  font-size: 18px;
}
#home-slider .box-navigation .swiper-button-prev,
#home-slider .box-navigation .swiper-button-next {
  background-color: #FFFFFF;
  width: 80px;
  height: 75px;
}
#home-slider .box-navigation .swiper-button-prev img,
#home-slider .box-navigation .swiper-button-next img {
  height: 50px;
  fill: #5C2D91;
}
#home-slider .box-navigation .swiper-button-prev {
  left: auto !important;
  right: 80px;
  top: auto !important;
  bottom: 0;
}
#home-slider .box-navigation .swiper-button-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#home-slider .box-navigation .swiper-button-next {
  right: 0 !important;
  top: auto !important;
  bottom: 0;
}
#home-slider .box-navigation .swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
#home-slider .box-navigation .swiper-button-next.swiper-button-disabled,
#home-slider .box-navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
#home-slider .box-navigation .swiper-button-next.swiper-button-disabled img,
#home-slider .box-navigation .swiper-button-prev.swiper-button-disabled img {
  opacity: 0.35;
}

.home-desc {
  background-color: #8DC63F;
  padding: 10px 0;
}
.home-desc .title {
  color: #fff;
  margin-bottom: -10px;
}
.home-desc .subtitle {
  color: #fff;
}

.holder {
  position: relative;
}

.modal-body a {
  text-decoration: underline !important;
}

.what-new,
.jmt-news-page {
  background-color: #F5F6F9;
  overflow: hidden;
  position: relative;
}
.what-new .logo-bg,
.jmt-news-page .logo-bg {
  top: auto;
  bottom: 0;
}
.what-new h2.title,
.jmt-news-page h2.title {
  font-weight: 600;
}
.what-new .box-desc,
.jmt-news-page .box-desc {
  padding: 15px 25px;
}
.what-new .box-desc .date,
.jmt-news-page .box-desc .date {
  text-align: left;
  color: #8DC63F;
  font-size: 14px;
  font-family: "arial";
  font-weight: 600;
  margin-bottom: 0px !important;
}
.what-new .box-desc .title,
.jmt-news-page .box-desc .title {
  font-size: 18px;
  text-transform: none;
  text-align: left;
  font-weight: 400;
}
.what-new .box-navigation,
.jmt-news-page .box-navigation {
  position: absolute;
  top: 50px;
  right: 0;
}
.what-new .box-navigation .swiper-button-prev img,
.what-new .box-navigation .swiper-button-next img,
.jmt-news-page .box-navigation .swiper-button-prev img,
.jmt-news-page .box-navigation .swiper-button-next img {
  height: 50px;
  fill: #5C2D91;
}
.what-new .box-navigation .swiper-button-prev,
.jmt-news-page .box-navigation .swiper-button-prev {
  left: auto !important;
  right: 95px;
  top: 0 !important;
  bottom: auto;
}
.what-new .box-navigation .swiper-button-prev img,
.jmt-news-page .box-navigation .swiper-button-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.what-new .box-navigation .swiper-button-next,
.jmt-news-page .box-navigation .swiper-button-next {
  right: 20px !important;
  top: 0 !important;
  bottom: auto;
}
.what-new .box-navigation .swiper-button-next img,
.jmt-news-page .box-navigation .swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.what-new .box-navigation .swiper-button-next.swiper-button-disabled,
.what-new .box-navigation .swiper-button-prev.swiper-button-disabled,
.jmt-news-page .box-navigation .swiper-button-next.swiper-button-disabled,
.jmt-news-page .box-navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.what-new .box-navigation .swiper-button-next.swiper-button-disabled img,
.what-new .box-navigation .swiper-button-prev.swiper-button-disabled img,
.jmt-news-page .box-navigation .swiper-button-next.swiper-button-disabled img,
.jmt-news-page .box-navigation .swiper-button-prev.swiper-button-disabled img {
  opacity: 0.35;
}
.what-new .swiper-container,
.jmt-news-page .swiper-container {
  overflow: inherit;
  -webkit-transform: translate3d(0, 0, 0);
}
.what-new .swiper-container .swiper-slide,
.jmt-news-page .swiper-container .swiper-slide {
  opacity: 0.4;
}
.what-new .swiper-container .swiper-slide-active,
.what-new .swiper-container .swiper-slide-next,
.what-new .swiper-container .swiper-slide-next + .swiper-slide,
.jmt-news-page .swiper-container .swiper-slide-active,
.jmt-news-page .swiper-container .swiper-slide-next,
.jmt-news-page .swiper-container .swiper-slide-next + .swiper-slide {
  opacity: 1;
}
.what-new .box-news,
.jmt-news-page .box-news {
  width: 100%;
}
.what-new .box-news .title,
.jmt-news-page .box-news .title {
  font-size: 24px;
}
.what-new .box-news img[src=""],
.jmt-news-page .box-news img[src=""] {
  display: none;
}

picture img[src=""] {
  display: none;
}

.news-page .news-list br, .news-page .news-list p {
  margin-bottom: 20px;
}
.news-page .summary a {
  display: inline-block !important;
  color: #5C2D91;
  text-decoration: underline !important;
}

.logo-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  opacity: 0.75;
}

.img-hover-zoom {
  overflow: hidden;
}

.img-hover-zoom img {
  transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.1);
}

.support {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.support .title {
  font-weight: 600;
  padding-bottom: 30px;
  padding-top: 15px;
}
.support .list-support {
  display: block;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.support .list-support .desc {
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  display: none;
}
.support .list-support .more {
  color: #fff;
  display: none;
}
.support .list-support .tagline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out;
}
.support .list-support .masking {
  transition: all 0.5s ease;
}
.support .list-support:hover .masking {
  transition: all 0.25s ease-in-out;
  transform: scale(1.1);
}
.support .list-support:hover .masking .bg {
  background-color: #5C2D91;
  transition: all 0.25s ease-in-out;
}
.support .list-support:hover .masking .overlay-black {
  background-color: #5C2D91;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
.support .list-support:hover .masking .icon {
  display: none;
}
.support .list-support:hover .masking .desc {
  display: block;
}
.support .list-support:hover .masking .more {
  display: block;
}
.support .list-support:hover .masking .tagline {
  transition: all 0.25s ease-in-out;
}
.support .col-sm-4 {
  padding: 20px;
}
.support .parallax_img-box {
  z-index: -1;
}
.support .parallax_img__first {
  top: 237px;
  left: -35px;
  right: auto;
}
.support .parallax_img__last {
  top: 145px;
}

.masking {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-mask: url("../img/masking-hexagon.svg") no-repeat 100% 100%;
  mask: url("../img/masking-hexagon.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.masking .bg {
  height: 387px;
  transition: transform 0.5s ease;
}
.masking .overlay-black {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
}
.masking .title {
  font-size: 28px;
  color: #fff;
  padding-bottom: 0;
}

.publication {
  position: relative;
}
.publication.bg {
  background-image: url("../img/bg-abstract.jpg");
  background-repeat: repeat !important;
  background-size: 200px !important;
}
.publication .title {
  font-weight: 600;
  padding-bottom: 30px;
}
.publication .box-desc {
  min-height: 120px;
}
.publication .box-desc a:hover .title {
  color: #5C2D91;
}
.publication .box-news {
  text-align: left;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
}
.publication .box-news a {
  position: relative;
  display: block;
}
.publication .box-news .yellow {
  background-color: #fff000;
  color: #333;
}
.publication .box-news .green {
  background-color: #8DC63F;
  color: #fff;
}
.publication .box-news .red {
  background-color: #ea2727;
  color: #fff;
}
.publication .box-news .purple {
  background-color: #5C2D91;
  color: #fff;
}
.publication .box-news .year {
  font-size: 14px;
  color: #8DC63F;
  padding-top: 15px;
  text-align: center;
}
.publication .box-news .year .badge {
  border-radius: 0;
  font-weight: 400;
  padding: 7px 10px;
  font-size: 14px;
  margin-bottom: 5px;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  white-space: -webkit-pre-wrap;
  white-space: normal;
}
.publication .box-news .title {
  text-transform: inherit;
  font-weight: 400;
}
.publication .box-news .img-hover-zoom:hover img {
  transform: scale(1.1);
}
.publication .box-news .title {
  font-size: 16px;
}
.publication .box-navigation {
  position: absolute;
  top: 90px;
  right: 127px;
}
.publication .box-navigation .swiper-button-prev img,
.publication .box-navigation .swiper-button-next img {
  height: 50px;
  fill: #5C2D91;
}
.publication .box-navigation .swiper-button-prev {
  left: auto !important;
  right: 95px;
  top: 0 !important;
  bottom: auto;
}
.publication .box-navigation .swiper-button-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.publication .box-navigation .swiper-button-next {
  right: 20px !important;
  top: 0 !important;
  bottom: auto;
}
.publication .box-navigation .swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.publication .box-navigation .swiper-button-next.swiper-button-disabled,
.publication .box-navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.publication .box-navigation .swiper-button-next.swiper-button-disabled img,
.publication .box-navigation .swiper-button-prev.swiper-button-disabled img {
  opacity: 0.35;
}
.publication .swiper-publication .swiper-slide {
  background-color: transparent;
}

.filter-publication {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #eaeaea;
  border: 1px solid #ddd;
}

.video {
  background-color: #F5F6F9;
  position: relative;
  overflow: hidden;
}
.video .logo-bg {
  opacity: 0.75;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.video h3.title {
  font-weight: 600;
  color: #5C2D91;
}
.video .box-navigation .swiper-button-prev img,
.video .box-navigation .swiper-button-next img {
  height: 50px;
  fill: #5C2D91;
}
.video .box-navigation .swiper-button-prev {
  left: -30px !important;
}
.video .box-navigation .swiper-button-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video .box-navigation .swiper-button-next {
  right: -30px !important;
}
.video .box-navigation .swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.video .box-navigation .swiper-button-next.swiper-button-disabled,
.video .box-navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.video .box-navigation .swiper-button-next.swiper-button-disabled img,
.video .box-navigation .swiper-button-prev.swiper-button-disabled img {
  opacity: 0.35;
}
.video iframe {
  border: none;
}
.video .swiper-slide {
  background-color: transparent;
}
.video .video-list {
  width: 100%;
}
.video p.title {
  font-size: 16px;
  text-transform: inherit;
  text-align: left;
}
.video .video-holder {
  position: relative;
}
.video .video-holder img {
  width: 100%;
  height: auto;
}

.jmt {
  position: relative;
  height: 450px;
  background-position: bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.jmt .box-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.jmt .title {
  font-weight: 600;
  color: #5C2D91;
}
.jmt .jmt-box {
  width: 80%;
  padding-top: 70px;
  padding-bottom: 20px;
}
.jmt .jmt-box .jmt-box-desc {
  padding: 15px 0;
  width: 70%;
}
.jmt .jmt-box .jmt-box-desc p {
  color: #333;
}
.jmt a {
  color: #5C2D91;
  font-weight: 600;
}
.jmt .credit {
  position: absolute;
  right: 30px;
  bottom: 10px;
  background-color: transparent;
}
.jmt .credit p {
  color: #333;
}

.jmt-news {
  overflow: hidden;
  position: relative;
  background-color: #F5F6F9;
}
.jmt-news .logo-bg {
  top: auto;
  bottom: 0;
}
.jmt-news h3.title {
  font-weight: 600;
  color: #5C2D91;
  text-align: center;
}
.jmt-news .swiper-container {
  overflow: inherit;
  -webkit-transform: translate3d(0, 0, 0);
}
.jmt-news .swiper-container .swiper-slide {
  opacity: 0.4;
}
.jmt-news .swiper-container .swiper-slide-active,
.jmt-news .swiper-container .swiper-slide-next,
.jmt-news .swiper-container .swiper-slide-next + .swiper-slide {
  opacity: 1;
}
.jmt-news .box-news {
  width: 100%;
  position: relative;
  background-color: #fff;
}
.jmt-news .box-news a {
  display: block;
}
.jmt-news .box-news a img {
  transition: transform 0.5s ease;
}
.jmt-news .box-news a:hover img {
  transform: scale(1.1);
}
.jmt-news .box-news .box-desc {
  padding: 20px;
}
.jmt-news .box-news .box-desc .date {
  text-align: left;
  color: #8DC63F;
  font-size: 14px;
  font-family: "arial";
  font-weight: 600;
}
.jmt-news .box-news .box-desc .title {
  font-size: 18px;
  text-transform: none;
  text-align: left;
  font-weight: 600;
  color: #333;
}
.jmt-news .box-news .box-desc a:hover .img-hover-zoom {
  overflow: hidden;
}
.jmt-news .box-news .box-desc a:hover .img-hover-zoom img {
  transition: transform 0.5s ease;
}
.jmt-news .box-news .box-desc a:hover .img-hover-zoom:hover img {
  transform: scale(1.1);
}
.jmt-news .box-navigation {
  position: absolute;
  top: 96px;
  right: 0;
}
.jmt-news .box-navigation .swiper-button-prev img,
.jmt-news .box-navigation .swiper-button-next img {
  height: 50px;
  fill: #5C2D91;
}
.jmt-news .box-navigation .swiper-button-prev {
  left: auto !important;
  right: 95px;
  top: 0 !important;
  bottom: auto;
}
.jmt-news .box-navigation .swiper-button-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jmt-news .box-navigation .swiper-button-next {
  right: 20px !important;
  top: 0 !important;
  bottom: auto;
}
.jmt-news .box-navigation .swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.jmt-news .box-navigation .swiper-button-next.swiper-button-disabled,
.jmt-news .box-navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.jmt-news .box-navigation .swiper-button-next.swiper-button-disabled img,
.jmt-news .box-navigation .swiper-button-prev.swiper-button-disabled img {
  opacity: 0.35;
}

.jmt-news-page .what-new {
  background-color: transparent;
}

.other-link {
  text-align: center;
  background-color: #fff;
}
.other-link a {
  padding: 0 5px;
  display: inline-block;
}
.other-link a img {
  height: 55px;
  width: auto;
  border: 1px solid #ddd;
}
.other-link .pull-right img {
  border: none;
}

#footer {
  background-color: #fff;
  font-size: 16px;
}
#footer .container {
  border-top: 1px solid #D4D5D7;
}
#footer .pull-right a {
  display: inline-block;
}

/*
========================
OVERVIEW
========================
*/
.overview {
  position: relative;
  background-image: url("../img/bg-abstract.jpg");
  background-repeat: repeat !important;
  background-size: 200px !important;
  overflow: hidden;
}
.overview .col-md-6 .map-img {
  position: absolute;
  top: -50px;
  left: -357px;
  width: 158%;
}
.overview .col-md-6 .map-holder {
  position: absolute;
  left: 33px;
  top: -8px;
}
.overview .col-md-6 .title {
  font-weight: 600;
}
.overview .col-md-6 p {
  font-size: 16px;
}
.overview .project-img {
  padding: 20px 80px;
}
.overview .masking .bg {
  height: 484px;
}
.overview .project .title,
.overview .component .title,
.overview .contribution .title {
  font-size: 36px;
  color: #8DC63F;
  font-weight: 600;
  text-transform: inherit;
}
.overview .component .img-hover-zoom {
  padding: 20px;
}
.overview .component .img-hover-zoom:hover img {
  transform: scale(1.1);
}
.overview .component .original-jaif,
.overview .component .jenesys,
.overview .component .ajcep,
.overview .component .dm,
.overview .component .eea,
.overview .component .epa,
.overview .component .kizuna,
.overview .component .jaif {
  position: absolute;
  max-width: 119px;
}
.overview .component .original-jaif .tagline,
.overview .component .jenesys .tagline,
.overview .component .ajcep .tagline,
.overview .component .dm .tagline,
.overview .component .eea .tagline,
.overview .component .epa .tagline,
.overview .component .kizuna .tagline,
.overview .component .jaif .tagline {
  position: absolute;
  top: 0;
  left: 0;
}
.overview .component .original-jaif .tagline p,
.overview .component .jenesys .tagline p,
.overview .component .ajcep .tagline p,
.overview .component .dm .tagline p,
.overview .component .eea .tagline p,
.overview .component .epa .tagline p,
.overview .component .kizuna .tagline p,
.overview .component .jaif .tagline p {
  text-align: center;
  color: #fff;
}
.overview .overview-desc .btn-standard {
  padding: 0;
  background-color: transparent;
  color: #8DC63F !important;
}
.overview .overview-infographic {
  width: 100%;
}
.overview .overview-infographic .hexagon-holder {
  position: relative;
}
.overview .overview-infographic .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overview .overview-infographic .icon img {
  height: 70px;
}
.overview .overview-infographic .line-overview {
  position: absolute;
  bottom: -65px;
  left: -1px;
  width: 100%;
}
.overview .overview-infographic .info-desc {
  padding-top: 100px;
  position: relative;
}
.overview .overview-infographic .big {
  font-size: 50px;
  font-weight: 600;
  margin-top: -35px;
  margin-bottom: -15px;
  color: #8DC63F;
}
.overview .overview-infographic .usd {
  position: absolute;
  left: 10px;
  top: 60px;
}
.overview__video ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.overview__video li {
  display: inline-block;
  margin-left: 15px;
}

.component-holder {
  position: relative;
  height: 800px;
}
.component-holder img {
  width: 330px;
  padding: 35px;
}
.component-holder .title-overview {
  position: relative;
}
.component-holder .overview-abstract {
  position: absolute;
  top: 130px;
  left: 86px;
}
.component-holder .overview-abstract .img-responsive {
  width: 100% !important;
}
.component-holder .original-jaif {
  position: absolute;
  left: 0px;
  top: 80px;
}
.component-holder .original-jaif .title-overview p {
  position: absolute;
}
.component-holder .jenesys-series {
  position: absolute;
  left: 210px;
  top: -42px;
}
.component-holder .ajcep {
  position: absolute;
  top: 80px;
  left: 424px;
}
.component-holder .dm {
  position: absolute;
  top: 83px;
  right: -41px;
}
.component-holder .eea {
  position: absolute;
  top: 204px;
  right: 172px;
}
.component-holder .jaif {
  position: absolute;
  top: 325px;
  left: 427px;
}
.component-holder .jaif-30 {
  position: absolute;
  top: 325px;
  right: -41px;
}
.component-holder .epa {
  position: absolute;
  top: 202px;
  left: 213px;
}

.component-list a {
  display: block !important;
  position: relative;
  text-align: center;
}
.component-list a .component-list-desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  -webkit-transition: 0.4s, opacity 0.6s;
  -moz-transition: 0.4s, opacity 0.6s;
  -o-transition: 0.4s, opacity 0.6s;
  transition: 0.4s, opacity 0.6s;
  opacity: 1;
}
.component-list a .component-list-desc p {
  margin: 0;
  font-size: 30px;
}
.component-list a .component-list-desc-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  -webkit-transition: 0.4s, opacity 0.6s;
  -moz-transition: 0.4s, opacity 0.6s;
  -o-transition: 0.4s, opacity 0.6s;
  transition: 0.4s, opacity 0.6s;
  opacity: 0;
}
.component-list a .component-list-desc-hover span {
  font-size: 16px;
}
.component-list a:hover .component-list-desc {
  opacity: 0;
}
.component-list a:hover .component-list-desc-hover {
  opacity: 1;
}
.component-list .font-white {
  color: #fff;
}
.component-list .font-black {
  color: #333;
}
.component-list .font-30 {
  font-size: 30px;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear alternate 1;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.pin {
  position: absolute;
  z-index: 2;
  width: 0;
}
.pin p {
  margin-bottom: 0;
}
.pin img {
  position: absolute;
  z-index: 1;
}
.pin.jp {
  top: 120px;
  left: 16px;
  z-index: 2;
}
.pin.jp .modal-jp {
  visibility: hidden;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: -29px;
  left: 290px;
  width: 200px;
  transition: all 0.25s ease;
  opacity: 0;
}
.pin.jp:hover {
  z-index: 3;
}
.pin.jp:hover .modal-jp {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease;
}
.pin.jp img {
  top: -35px;
  left: 223px;
}
.pin.jp svg {
  position: absolute;
  top: 0px;
  left: 248px;
}
.pin.myan {
  top: 173px;
  left: -243px;
  animation-delay: 2s;
  z-index: 2;
}
.pin.myan .modal-myan {
  visibility: hidden;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: -29px;
  left: 290px;
  width: 200px;
  transition: all 0.25s ease;
  opacity: 0;
}
.pin.myan:hover {
  z-index: 3;
}
.pin.myan:hover .modal-myan {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease;
}
.pin.myan img {
  top: -35px;
  left: 223px;
}
.pin.myan svg {
  position: absolute;
  top: 0px;
  left: 248px;
}
.pin.thai {
  top: 123px;
  left: -214px;
  animation-delay: 2s;
  z-index: 2;
}
.pin.thai .modal-thai {
  visibility: hidden;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: -29px;
  left: 290px;
  width: 200px;
  transition: all 0.25s ease;
  opacity: 0;
}
.pin.thai:hover {
  z-index: 3;
}
.pin.thai:hover .modal-thai {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease;
}
.pin.thai img {
  top: -35px;
  left: 223px;
}
.pin.thai svg {
  position: absolute;
  top: 0px;
  left: 248px;
}
.pin.laos {
  top: 169px;
  left: -177px;
  animation-delay: 2s;
  z-index: 2;
}
.pin.laos .modal-laos {
  visibility: hidden;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: -25px;
  left: 290px;
  width: 200px;
  transition: all 0.25s ease;
  opacity: 0;
}
.pin.laos:hover {
  z-index: 3;
}
.pin.laos:hover .modal-laos {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease;
}
.pin.laos img {
  top: -31px;
  left: 223px;
}
.pin.laos svg {
  position: absolute;
  top: 0px;
  left: 248px;
}
.pin.camb {
  top: 243px;
  left: -175px;
  animation-delay: 2s;
  z-index: 2;
}
.pin.camb .modal-camb {
  visibility: hidden;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: -29px;
  left: 290px;
  width: 200px;
  transition: all 0.25s ease;
  opacity: 0;
}
.pin.camb:hover {
  z-index: 3;
}
.pin.camb:hover .modal-camb {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease;
}
.pin.camb img {
  top: -35px;
  left: 223px;
}
.pin.camb svg {
  position: absolute;
  top: 0px;
  left: 248px;
}
.pin.phil {
  top: 265px;
  left: -70px;
  animation-delay: 2s;
  z-index: 2;
}
.pin.phil .modal-phil {
  visibility: hidden;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: -29px;
  left: 290px;
  width: 200px;
  transition: all 0.25s ease;
  opacity: 0;
}
.pin.phil:hover {
  z-index: 3;
}
.pin.phil:hover .modal-phil {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease;
}
.pin.phil img {
  top: -35px;
  left: 223px;
}
.pin.phil svg {
  position: absolute;
  top: 0px;
  left: 248px;
}
.pin.viet {
  top: 197px;
  left: -158px;
  animation-delay: 2s;
  z-index: 2;
}
.pin.viet .modal-viet {
  visibility: hidden;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: -17px;
  left: 290px;
  width: 200px;
  transition: all 0.25s ease;
  opacity: 0;
}
.pin.viet:hover {
  z-index: 3;
}
.pin.viet:hover .modal-viet {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease;
}
.pin.viet img {
  top: -23px;
  left: 223px;
}
.pin.viet svg {
  position: absolute;
  top: 0px;
  left: 248px;
}
.pin.malay {
  top: 308px;
  left: -204px;
  animation-delay: 2s;
  z-index: 2;
}
.pin.malay .modal-malay {
  visibility: hidden;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: -29px;
  left: 290px;
  width: 200px;
  transition: all 0.25s ease;
  opacity: 0;
}
.pin.malay:hover {
  z-index: 3;
}
.pin.malay:hover .modal-malay {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease;
}
.pin.malay img {
  top: -35px;
  left: 223px;
}
.pin.malay svg {
  position: absolute;
  top: 0px;
  left: 248px;
}
.pin.sg {
  top: 346px;
  left: -184px;
  animation-delay: 2s;
  z-index: 2;
}
.pin.sg .modal-sg {
  visibility: hidden;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: -29px;
  left: 290px;
  width: 200px;
  transition: all 0.25s ease;
  opacity: 0;
}
.pin.sg:hover {
  z-index: 3;
}
.pin.sg:hover .modal-sg {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease;
}
.pin.sg img {
  top: -35px;
  left: 223px;
}
.pin.sg svg {
  position: absolute;
  top: 0px;
  left: 248px;
}
.pin.brunei {
  top: 311px;
  left: -119px;
  animation-delay: 2s;
  z-index: 2;
}
.pin.brunei .modal-brunei {
  visibility: hidden;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: -29px;
  left: 290px;
  width: 200px;
  transition: all 0.25s ease;
  opacity: 0;
}
.pin.brunei:hover {
  z-index: 3;
}
.pin.brunei:hover .modal-brunei {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease;
}
.pin.brunei img {
  top: -35px;
  left: 223px;
}
.pin.brunei svg {
  position: absolute;
  top: 0px;
  left: 248px;
}
.pin.ina {
  top: 392px;
  left: -159px;
  animation-delay: 2s;
  z-index: 2;
}
.pin.ina .modal-ina {
  visibility: hidden;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: -29px;
  left: 290px;
  width: 200px;
  transition: all 0.25s ease;
  opacity: 0;
}
.pin.ina:hover {
  z-index: 3;
}
.pin.ina:hover .modal-ina {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease;
}
.pin.ina img {
  top: -35px;
  left: 223px;
}
.pin.ina svg {
  position: absolute;
  top: 0px;
  left: 248px;
}
.pin .modal-map {
  width: auto !important;
  padding: 15px !important;
}
.pin .modal-map:before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0px;
  left: -9px;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
}
.pin .modal-map a {
  color: #8DC63F;
}

.parallax-container {
  margin: 0 auto;
}

.parallax_img-box {
  z-index: 10;
  position: relative;
}

.parallax_img {
  max-width: 100%;
}

.parallax_img__first {
  position: absolute;
  top: 120px;
  right: 40px;
  -webkit-animation: an-upDown 2s infinite;
  -moz-animation: an-upDown 2s infinite;
  -o-animation: an-upDown 2s infinite;
  animation: an-upDown 2s infinite;
}

.parallax_img__last {
  position: absolute;
  top: -50px;
  right: -30px;
  -webkit-animation: an-upDownInvert 2s infinite;
  -moz-animation: an-upDownInvert 2s infinite;
  -o-animation: an-upDownInvert 2s infinite;
  animation: an-upDownInvert 2s infinite;
}

@-webkit-keyframes an-upDown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes an-upDown {
  0% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-o-keyframes an-upDown {
  0% {
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes an-upDown {
  0% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes an-upDownInvert {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-moz-keyframes an-upDownInvert {
  0% {
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-o-keyframes an-upDownInvert {
  0% {
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes an-upDownInvert {
  0% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }
}
@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }
}
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

/*
========================
OVERVIEW
========================
*/
.small-banner-top {
  height: 100px;
}

.small-banner {
  background-color: #fff;
}
.small-banner .container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.small-banner .title {
  font-weight: 600;
  color: #5C2D91;
  padding-top: 100px;
  font-size: 50px;
}
.small-banner .tagline > div {
  vertical-align: bottom;
}
.small-banner .breadcrumb {
  padding: 0;
  margin-bottom: 12px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
}
.small-banner .breadcrumb > li + li:before {
  content: "\f101";
  font-family: FontAwesome;
  font-display: swap;
}

.bg-abstract {
  background-image: url("../img/bg-abstract.jpg");
  background-repeat: repeat !important;
  background-size: 200px !important;
}

.col-centered {
  margin: 0 auto;
  float: none;
}

.logo-overview img {
  height: 130px;
  margin-bottom: 15px;
}

.purpose .title,
.component .title {
  color: #5C2D91;
  text-align: center;
}
.purpose h2.title,
.component h2.title {
  font-size: 45px;
}

.left .img-purpose {
  text-align: right;
  position: absolute;
  right: -31px;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}
.left .img-purpose img {
  display: inline-block;
}

.right .img-purpose {
  text-align: right;
  position: absolute;
  left: -31px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}
.right .img-purpose img {
  display: inline-block;
}

.purpose .right .line-purpose {
  position: absolute;
  top: 50%;
  left: -30px;
}
.purpose .left .line-purpose {
  position: absolute;
  top: 50%;
  right: -35px;
}
.purpose .btn-standard {
  display: block;
}

.bg-purple {
  background-color: #5c2d91;
}

.bg-blue {
  background-color: #0D5FA1;
}

.bg-yellow {
  background-color: #F2D64B;
}

.bg-red {
  background-color: #EF6158;
}

.list-purpose {
  position: relative;
}
.list-purpose .top,
.list-purpose .middle,
.list-purpose .bottom {
  position: relative;
}
.list-purpose .push-down .row {
  position: absolute;
  width: 100%;
  top: 120px;
}
.list-purpose .top .push-down {
  padding-top: 150px;
}
.list-purpose .top .push-down .clearfix {
  position: absolute;
  top: 120px;
}
.list-purpose .middle {
  padding-top: 30px;
}
.list-purpose .middle .push-down {
  padding-top: 150px;
}
.list-purpose .middle .push-down .row {
  top: 160px;
}
.list-purpose .bottom {
  padding-top: 30px;
}

.detail-overview h1.title {
  font-size: 30px;
}
.detail-overview .video-holder {
  width: 100%;
  height: 100%;
}
.detail-overview .video-holder img {
  width: 100%;
  height: auto;
}
.detail-overview .video-holder iframe {
  width: 100%;
  min-height: 500px;
}
@media screen and (max-width: 1024px) {
  .detail-overview .video-holder iframe {
    min-height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .detail-overview .video-holder iframe {
    min-height: 300px;
  }
}

.sidebar {
  background-color: #FAFAFF;
  border: 1px solid #F2F2F2;
}
.sidebar .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background-color: #8DC63F;
  border: 1px solid #8DC63F;
  padding: 10px 15px;
  text-align: center;
}
.sidebar .list-sidebar {
  padding: 10px 20px;
}
.sidebar .list-sidebar ul {
  padding-left: 0;
}
.sidebar .list-sidebar ul li {
  list-style: none;
}
.sidebar .list-sidebar .jenesys-series ul {
  padding-left: 65px;
}

/*
========================
MILESTONES
========================
*/
.milestones {
  margin-top: 80px;
  overflow: hidden;
}
.milestones a {
  text-decoration: underline !important;
}
.milestones .bg-blue1 {
  background-color: #668cc4 !important;
}
.milestones .bg-blue1 ul li::before {
  color: #fff !important;
}
.milestones .bg-blue2 {
  border: 1px solid #7497cc;
  background-color: #7497cc;
}
.milestones .bg-blue2 .title {
  color: #333;
}
.milestones .bg-green2 {
  border: 1px solid #8bbda7;
  background-color: #8bbda7;
}
.milestones .bg-green1 {
  background-color: #81b09b;
  border: 1px solid #81b09b;
}
.milestones .bg-purple1 {
  border: 1px solid #a791c5;
  background-color: #a791c5;
}
.milestones .bg-purple2 {
  border: 1px solid #9a81bb;
  background-color: #9a81bb;
}
.milestones .bg-purple3 {
  border: 1px solid #0F0858;
  background-color: #0F0858;
}
.milestones .bg-purple4 {
  border: 1px solid #1B1464;
  background-color: #1B1464;
}
.milestones .bg-orange1 {
  border: 1px solid #fbb67a;
  background-color: #fbb67a;
}
.milestones .bg-orange2 {
  border: 1px solid #fbbc86;
  background-color: #fbbc86;
}
.milestones .bg-red1 {
  border: 1px solid #f68e73;
  background-color: #f68e73;
}
.milestones .bg-yellow1 {
  border: 1px solid #fff685;
  background-color: #fff685;
}
.milestones .bg-yellow2 {
  border: 1px solid #fdf69f;
  background-color: #fdf69f;
}
.milestones h1.title {
  width: 900px;
  margin: 0 auto;
}
.milestones .breadcrumb {
  padding: 0;
  margin-bottom: 12px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.milestones .breadcrumb > li + li:before {
  content: "\f101";
  font-family: FontAwesome;
  font-display: swap;
}
.milestones .title {
  font-size: 45px;
}
.milestones .title img {
  height: 50px !important;
}
.milestones .title .img-85 {
  height: 85px !important;
}
.milestones .sub-title {
  font-weight: 600;
}
.milestones .left {
  position: relative;
}
.milestones .left ul li {
  list-style: none;
  position: relative;
  padding-right: 20px;
}
.milestones .left ul li::before {
  content: "•";
  color: #333;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 24px;
}
.milestones .left .title {
  position: relative;
}
.milestones .left .title::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 25px;
  right: -18px;
  transform: translateY(-50%);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid transparent;
  border-left: 9px solid #fff;
}
.milestones .right {
  position: relative;
}
.milestones .right .title {
  position: relative;
}
.milestones .right .title::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 25px;
  left: -18px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #fff;
  border-left: 9px solid transparent;
}
.milestones .milestones-firts {
  text-align: center;
  position: relative;
}
.milestones .milestones-firts .milestones-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.15;
}
.milestones .milestones-firts .img-asean img {
  height: 170px;
  display: inline-block;
}
.milestones .milestones-second {
  position: relative;
}
.milestones .milestones-second .milestones-line {
  position: absolute;
  width: 4px;
  height: 92%;
  top: 340px;
  left: 50%;
  margin-left: -2px;
  background: #d7d7d7;
}
.milestones .milestones-second .timeline1 {
  padding-bottom: 20px !important;
}
.milestones .milestones-second .timeline1 .main-timeline .flag-country {
  padding-top: 20px;
}
.milestones .milestones-second .timeline1 .main-timeline .flag-country img {
  height: 85px;
}
.milestones .milestones-second .timeline1 .main-timeline .flag-country ul {
  padding-left: 0;
}
.milestones .milestones-second .timeline1 .main-timeline .flag-country ul li {
  display: inline-block;
  padding: 10px;
}
.milestones .milestones-second .timeline1 .main-timeline .title {
  position: relative;
  font-size: 32px;
  padding: 5px 30px;
  background-color: #fff;
  display: inline-block;
  font-weight: 600;
}
.milestones .milestones-second .timeline1 .main-timeline .title::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 9px solid #fff;
  border-bottom: 9px solid transparent;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}
.milestones .milestones-second .timeline1 .year {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
}
.milestones .milestones-second .sub-timeline1 img {
  height: 150px;
}
.milestones .milestones-second .sub-timeline2 {
  margin-top: 20px;
}
.milestones .milestones-second .sub-timeline2 .timeline-img img {
  position: absolute;
  right: -61px;
  top: -12px;
}
.milestones .milestones-second .sub-timeline2 .timeline-img .year {
  right: -61px;
  left: auto;
  top: 35px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.milestones .milestones-second .sub-timeline2 .title {
  font-size: 16px;
  padding: 15px;
  background-color: #fff;
  text-align: right;
  width: 90%;
}
.milestones .milestones-second .sub-timeline3 {
  margin-top: 125px;
}
.milestones .milestones-second .sub-timeline3 .timeline-img img {
  position: absolute;
  left: -61px;
  top: -12px;
}
.milestones .milestones-second .sub-timeline3 .timeline-img .year {
  left: -16px;
  top: 35px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.milestones .milestones-second .sub-timeline3 .title {
  font-size: 16px;
  padding: 15px;
  background-color: #fff;
  text-align: left;
  width: 90%;
  float: right;
}
.milestones .milestones-second .sub-timeline4 {
  margin-top: 20px;
}
.milestones .milestones-second .sub-timeline4 .timeline-img img {
  position: absolute;
  right: -61px;
  top: -12px;
}
.milestones .milestones-second .sub-timeline4 .timeline-img .year {
  right: -61px;
  left: auto;
  top: 35px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.milestones .milestones-second .sub-timeline4 .title {
  font-size: 16px;
  padding: 15px;
  background-color: #fff;
  text-align: right;
  width: 90%;
}
.milestones .milestones-second .sub-timeline5 {
  margin-top: 125px;
}
.milestones .milestones-second .sub-timeline5 .timeline-img img {
  position: absolute;
  left: -61px;
  top: -12px;
}
.milestones .milestones-second .sub-timeline5 .timeline-img .year {
  left: -16px;
  top: 35px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.milestones .milestones-second .sub-timeline5 .title {
  font-size: 16px;
  padding: 15px;
  background-color: #fff;
  text-align: left;
  width: 90%;
  float: right;
}
.milestones .milestones-second .sub-timeline6 {
  margin-top: 20px;
}
.milestones .milestones-second .sub-timeline6 .timeline-img img {
  position: absolute;
  right: -61px;
  top: -12px;
}
.milestones .milestones-second .sub-timeline6 .timeline-img .year {
  right: -61px;
  left: auto;
  top: 35px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.milestones .milestones-second .sub-timeline6 .title {
  font-size: 16px;
  padding: 15px;
  background-color: #fff;
  text-align: right;
  width: 90%;
}
.milestones .milestones-second .sub-timeline7 {
  margin-top: 125px;
}
.milestones .milestones-second .sub-timeline7 .timeline-img img {
  position: absolute;
  left: -61px;
  top: -12px;
}
.milestones .milestones-second .sub-timeline7 .timeline-img .year {
  left: -16px;
  top: 35px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.milestones .milestones-second .sub-timeline7 .title {
  font-size: 16px;
  padding: 15px;
  background-color: #fff;
  text-align: left;
  width: 90%;
  float: right;
}
.milestones .milestones-second .sub-timeline8 {
  margin-top: 20px;
}
.milestones .milestones-second .sub-timeline8 .timeline-img img {
  position: absolute;
  right: -61px;
  top: -12px;
}
.milestones .milestones-second .sub-timeline8 .timeline-img .year {
  right: -61px;
  left: auto;
  top: 35px;
  font-size: 20px;
  color: #333;
}
.milestones .milestones-second .sub-timeline8 .title {
  font-size: 16px;
  padding: 15px;
  background-color: #fff;
  text-align: right;
  width: 90%;
}
.milestones .milestones-second .sub-timeline9 {
  margin-top: 125px;
}
.milestones .milestones-second .sub-timeline9 .timeline-img img {
  position: absolute;
  left: -61px;
  top: -12px;
}
.milestones .milestones-second .sub-timeline9 .timeline-img .year {
  left: -16px;
  top: 35px;
  font-size: 20px;
  color: #333;
}
.milestones .milestones-second .sub-timeline9 .title {
  font-size: 16px;
  padding: 15px;
  background-color: #fff;
  text-align: left;
  width: 90%;
  float: right;
}
.milestones .milestones-second .sub-timeline10 {
  margin-top: 20px;
}
.milestones .milestones-second .sub-timeline10 .timeline-img img {
  position: absolute;
  right: -61px;
  top: -12px;
}
.milestones .milestones-second .sub-timeline10 .timeline-img .year {
  right: -61px;
  left: auto;
  top: 35px;
  font-size: 20px;
  color: #333;
}
.milestones .milestones-second .sub-timeline10 .title {
  font-size: 16px;
  padding: 15px;
  background-color: #fff;
  text-align: right;
  width: 90%;
}
.milestones .timeline-img {
  position: relative;
}
.milestones .timeline-img .year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
}

.timeline2 {
  padding-bottom: 20px !important;
}
.timeline2 .year {
  color: #fff !important;
}
.timeline2 .sub-timeline4 {
  margin-top: 40px !important;
}

.timeline4 {
  background-color: #f9ea0d;
}
.timeline4 .year {
  color: #fff !important;
}
.timeline4 .sub-timeline3 {
  margin-top: 20px !important;
}

.timeline5 {
  background-color: #ef3e33;
}
.timeline5 .sub-timeline3 {
  margin-top: 20px !important;
}

.timeline6 {
  background-color: #8DC63F;
}
.timeline6 .year {
  color: #fff !important;
}

.milestones-holder .img-65 {
  height: 65px !important;
}
.milestones-holder .img-150 {
  height: 200px !important;
}
.milestones-holder .flag-country ul {
  padding-left: 0;
}
.milestones-holder .flag-country ul li {
  float: none;
  display: inline-block;
  list-style: none;
  padding: 5px;
}
.milestones-holder .flag-country ul li img {
  height: 50px;
}
.milestones-holder .font-white {
  color: #fff;
}
.milestones-holder .font-yellow {
  color: #F9EA0E !important;
}
.milestones-holder .timeline1 .title {
  font-weight: 600;
  font-size: 50px;
}
.milestones-holder .timeline1 .title span {
  color: #F9EA0E;
}
.milestones-holder .img-asean img {
  height: 148px;
}
.milestones-holder .milestones-list {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  color: #fff;
}
.milestones-holder .milestones-list .title {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}
.milestones-holder .milestones-list .box-white {
  background-color: #fff;
  padding: 35px 25px;
  width: 250px;
  display: inline-block;
}
.milestones-holder .milestones-list a:hover {
  color: #5C2D91 !important;
}
.milestones-holder .milestones-list a:hover b, .milestones-holder .milestones-list a:hover span, .milestones-holder .milestones-list a:hover p {
  color: #5C2D91 !important;
}
.milestones-holder .milestones-list + .milestones-list {
  padding-top: 15px;
}
.milestones-holder .timeline2,
.milestones-holder .timeline3 {
  padding-left: 30px;
  padding-right: 30px;
}
.milestones-holder .timeline2 ul li,
.milestones-holder .timeline3 ul li {
  list-style: none;
  position: relative;
  padding-right: 20px;
}
.milestones-holder .timeline2 ul li::before,
.milestones-holder .timeline3 ul li::before {
  content: "•";
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: absolute;
  top: -9px;
  font-size: 24px;
}
.milestones-holder .timeline2 ul {
  padding-left: 0;
  padding-right: 25px;
}
.milestones-holder .timeline2 ul li {
  padding-right: 0;
}
.milestones-holder .timeline2 ul li::before {
  content: "•";
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: absolute;
  top: -9px;
  right: -25px;
  font-size: 24px;
}
.milestones-holder .list-right ul {
  padding-left: 0;
  padding-right: 25px;
}
.milestones-holder .list-right ul li {
  list-style: none;
  position: relative;
  padding-right: 0px;
}
.milestones-holder .list-right ul li::before {
  content: "•";
  color: #fff;
  font-weight: bold;
  width: 1em;
  display: inline-block;
  margin-left: -1em;
  position: absolute;
  top: -9px;
  right: -25px;
  font-size: 24px;
}
.milestones-holder .list-left ul li {
  list-style: none;
  position: relative;
  padding-right: 20px;
}
.milestones-holder .list-left ul li::before {
  content: "•";
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: absolute;
  top: -9px;
  font-size: 24px;
}
.milestones-holder .list-black.list-left ul li::before {
  color: #333 !important;
}
.milestones-holder .list-black.list-right ul li::before {
  color: #333 !important;
}
.milestones-holder .timeline2 .title,
.milestones-holder .timeline3 .title {
  font-size: 36px;
}
.milestones-holder .timeline2 .font-white li::before,
.milestones-holder .timeline3 .font-white li::before {
  color: #fff !important;
}
.milestones-holder .timeline3::after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: -2px;
  top: 0;
}

.bg-green2 .font-22 span,
.bg-yellow1 .font-22 span {
  position: relative;
}
.bg-green2 .font-22 span::after,
.bg-yellow1 .font-22 span::after {
  background-color: #333 !important;
}

.list-black.list-left ul li::before {
  color: #333;
}

.milestones-flag {
  height: 50px;
}

/*
========================
WHAT JAIF SUPPORT 
========================
*/
.project-list .project-thumbnail {
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  min-height: 200px;
}
.project-list .project-thumbnail .title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.project-list .project-thumbnail .project-thumbnail-img {
  position: absolute;
  right: 0;
  bottom: -7px;
}
.project-list .project-thumbnail .project-thumbnail-img img {
  width: 120px;
  opacity: 0.2;
}

.sector-list .sector-thumbnail {
  padding: 30px 20px;
}
.sector-list .sector-thumbnail .title {
  font-size: 22px;
  font-weight: 600;
}
.sector-list .sector-thumbnail img {
  height: 80px;
  padding-bottom: 15px;
}
.sector-list .sector-thumbnail .date {
  color: #8DC63F;
  font-weight: 500;
  margin: 0;
}

.sector-page .sector-thumbnail {
  background-color: #fff;
}
.sector-page .swiper-slide a {
  width: 100%;
}
.sector-page .sector-thumbnail-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.beneficiaries-list .beneficiaries-desc {
  padding: 15px 25px;
  background-color: #fff;
}
.beneficiaries-list .beneficiaries-desc .date {
  color: #8DC63F;
  font-weight: 500;
}
.beneficiaries-list .beneficiaries-desc .title {
  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
}
.beneficiaries-list .beneficiaries-thumbnail {
  margin-bottom: 15px;
  background-color: #fff;
}

.detail-project {
  position: relative;
}
.detail-project .icon-bg {
  position: absolute;
  right: -38px;
  top: 400px;
}
.detail-project .icon-bg img {
  height: 400px;
  opacity: 0.2;
}
.detail-project th, .detail-project td {
  font-size: 16px;
}
.detail-project .logo-bg-1 {
  position: absolute;
  top: 140px;
  bottom: auto;
  right: 0;
  opacity: 0.75;
  width: 30%;
}
.detail-project .logo-bg-1 img {
  width: 100%;
  opacity: 0.2;
}
.detail-project .logo-bg-2 {
  position: absolute;
  bottom: 0;
  left: -100px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  opacity: 0.75;
  width: 20%;
}
.detail-project .logo-bg-2 img {
  width: 100%;
}

.detail-sector {
  position: relative;
  overflow: hidden;
}
.detail-sector .editor-desc img {
  width: 100%;
  height: auto;
}
.detail-sector .icon-bg {
  position: absolute;
  right: -38px;
  top: 400px;
}
.detail-sector .icon-bg img {
  height: 400px;
  opacity: 0.2;
}

.editor-desc p, .editor-desc li, .editor-desc th, .editor-desc td {
  font-size: 16px;
}

.project-brief a {
  display: block;
  height: 100%;
}

.detail-project .editor-desc p,
.detail-sector .editor-desc p,
.detail-beneficiaries .editor-desc p {
  margin-bottom: 20px;
}
.detail-project a,
.detail-sector a,
.detail-beneficiaries a {
  color: #5C2D91;
  text-decoration: underline !important;
}
.detail-project a.btn-standard,
.detail-sector a.btn-standard,
.detail-beneficiaries a.btn-standard {
  text-decoration: none !important;
}
.detail-project .title,
.detail-sector .title,
.detail-beneficiaries .title {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
}
.detail-project td,
.detail-project th,
.detail-sector td,
.detail-sector th,
.detail-beneficiaries td,
.detail-beneficiaries th {
  vertical-align: top !important;
}
.detail-project .background .background-title,
.detail-sector .background .background-title,
.detail-beneficiaries .background .background-title {
  vertical-align: middle;
  display: table-cell;
  padding-left: 20px;
  font-size: 24px;
  color: #5C2D91;
  font-weight: 700;
}
.detail-project .project-desc .project-desc-title,
.detail-sector .project-desc .project-desc-title,
.detail-beneficiaries .project-desc .project-desc-title {
  vertical-align: middle;
  display: table-cell;
  padding-left: 20px;
  font-size: 24px;
  color: #5C2D91;
  font-weight: 700;
  line-height: 1.2;
}
.detail-project .quote,
.detail-sector .quote,
.detail-beneficiaries .quote {
  position: relative;
  background-color: #5C2D91;
  padding: 50px 70px;
  color: #fff;
}
.detail-project .quote .quote-icon,
.detail-sector .quote .quote-icon,
.detail-beneficiaries .quote .quote-icon {
  position: absolute;
  top: 0;
  left: 8px;
}
.detail-project .quote .quote-icon i,
.detail-sector .quote .quote-icon i,
.detail-beneficiaries .quote .quote-icon i {
  font-size: 70px;
  opacity: 0.2;
}
.detail-project .quote .quote-desc,
.detail-sector .quote .quote-desc,
.detail-beneficiaries .quote .quote-desc {
  font-size: 18px;
}
.detail-project .quote .mark,
.detail-sector .quote .mark,
.detail-beneficiaries .quote .mark {
  background-color: transparent;
  font-style: italic;
  line-height: 1.2;
}

.detail-sector a {
  color: #5C2D91;
}
.detail-sector .title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}

.other-project {
  position: relative;
  overflow: hidden;
  background-color: #F5F6F9;
}

.height-100 {
  height: 75px;
}

.sector-table th {
  text-align: center;
  vertical-align: middle !important;
  border: 1px solid #F5F6F9;
}
.sector-table td {
  vertical-align: middle !important;
}

.literacy {
  font-size: 14px;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
.literacy p {
  font-size: 14px;
}

.beneficiaries-img,
.jmt-news-img {
  width: 100%;
}
.beneficiaries-img img,
.jmt-news-img img {
  width: 100%;
}
.beneficiaries-img .beneficiaries-img-desc,
.beneficiaries-img .jmt-news-img-desc,
.jmt-news-img .beneficiaries-img-desc,
.jmt-news-img .jmt-news-img-desc {
  border-bottom: 1px solid #ddd;
}

.jmt-news .button-more {
  padding-top: 0px !important;
}

.jmt-news-home .button-more {
  padding-top: 70px !important;
}

.jmt-organization .editor-desc img {
  width: 100%;
  height: auto;
}
.jmt-organization .editor-desc .wp-caption-text {
  display: none;
}
.jmt-organization .structure-img {
  text-align: center;
}
.jmt-organization .structure-img img {
  width: 500px;
  display: inline-block;
}

.project-pilar {
  position: relative;
  overflow: hidden;
}
.project-pilar h3.title {
  font-size: 26px !important;
  font-weight: 600 !important;
}
.project-pilar a:hover h3.title {
  color: #5C2D91;
}
.project-pilar .masking {
  height: 228px;
  width: 200px;
}
.project-pilar .masking .bg {
  height: 100%;
  background-color: #fff;
}
.project-pilar .img-pilar {
  position: absolute;
  right: -20px;
  bottom: -16px;
  z-index: 0;
}
.project-pilar .img-pilar img {
  height: 160px;
  opacity: 0.25;
}

/*
========================
JMT
========================
*/
.jmt-page {
  position: relative;
}
.jmt-page h1.title {
  font-size: 100px;
  font-weight: 700;
  color: #8DC63F;
  margin-bottom: -35px;
}
.jmt-page .logo-back {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.2;
}
.jmt-page .logo-back img {
  width: 500px;
}

/*
========================
RESOURCE
========================
*/
.document-head {
  padding-left: 50px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 10px;
  line-height: 1.2;
}
.document-head img {
  height: 33px;
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-50%);
}

.document-list li {
  line-height: 1.2;
  margin-bottom: 15px;
}
.document-list.first {
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  column-count: 2;
  column-gap: 1em;
}
.document-list.first li {
  list-style: none;
}
.document-list.first li::before {
  content: "•";
  color: #8DC63F;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
}
.document-list.second {
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  column-count: 2;
  column-gap: 1em;
}
.document-list.second li {
  list-style: none;
}
.document-list.second li::before {
  content: "•";
  color: #0d5fa1;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
}
.document-list.third li {
  list-style: none;
}
.document-list.third li::before {
  content: "•";
  color: #ef3e33;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
}
.document-list.fourth {
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  column-count: 2;
  column-gap: 1em;
}
.document-list.fourth li {
  list-style: none;
}
.document-list.fourth li::before {
  content: "•";
  color: #5c2d91;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
}

.document-counter-number {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

.document .panel-default {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 30px;
}
.document .panel-default .panel-heading {
  border: none;
  border-radius: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 45px;
  position: relative;
  color: #fff;
}
.document .panel-default .panel-heading .panel-title {
  font-size: 30px;
  color: #fff;
}
.document .panel-default .panel-heading i {
  position: absolute;
  left: 10px;
  color: #fff;
  font-size: 24px;
  margin-top: 5px;
}
.document .panel-default .panel-heading:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 9px;
  top: 0;
  bottom: 0;
  left: -28px;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-right: 10px solid #8dc63f;
  border-left: 18px solid transparent;
}
.document .panel-default .panel-heading:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 9px;
  top: 0;
  bottom: 0;
  right: -20px;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #8dc63f;
}
.document .panel-default .panel-heading.heading1 {
  background-color: #8DC63F;
}
.document .panel-default .panel-heading.heading2 {
  background-color: #0D5FA1;
}
.document .panel-default .panel-heading.heading2:before {
  border-right: 10px solid #0D5FA1;
}
.document .panel-default .panel-heading.heading2:after {
  border-left: 10px solid #0D5FA1;
}
.document .panel-default .panel-heading.heading3 {
  background-color: #EF3E33;
}
.document .panel-default .panel-heading.heading3:before {
  border-right: 10px solid #EF3E33;
}
.document .panel-default .panel-heading.heading3:after {
  border-left: 10px solid #EF3E33;
}
.document .panel-default .panel-heading.heading4 {
  background-color: #5C2D91;
}
.document .panel-default .panel-heading.heading4:before {
  border-right: 10px solid #5C2D91;
}
.document .panel-default .panel-heading.heading4:after {
  border-left: 10px solid #5C2D91;
}
.document .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.document .panel-body ul li a {
  font-size: 18px;
  font-weight: 600;
}

.border-bot-green {
  border-bottom: 1px solid #8DC63F;
}

.border-bot-blue {
  border-bottom: 1px solid #0D5FA1;
}

.border-bot-red {
  border-bottom: 1px solid #EF3E33;
}

.border-bot-purple {
  border-bottom: 1px solid #5C2D91;
}

.publication-page .title {
  padding-bottom: 0;
}

.video-page .video {
  background-color: transparent;
}
.video-page .title {
  padding-bottom: 0;
  margin-bottom: 0;
}

.news-page .what-new {
  background-color: #fff;
}

.subscribe .form-control {
  height: 45px;
  border-radius: 0;
}
.subscribe .btn-standard {
  height: 45px;
  padding: 5px 20px;
  width: 100%;
  margin-top: 5px;
}

.contact .contact-info {
  padding-left: 0;
}
.contact .contact-info li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
}
.contact .contact-info li i {
  position: absolute;
  top: 7px;
  left: 0;
  color: #8DC63F;
}
.contact .sub-title {
  font-size: 24px;
  font-weight: 600;
}
.contact .font-18 {
  font-size: 18px;
}
.contact .map .map-holder {
  height: 350px;
  overflow: hidden;
  position: relative;
}
.contact .map iframe {
  width: 100%;
  height: 100%;
}

.sitemap .sitemap-menu a {
  color: #333;
}
.sitemap .sitemap-menu > li {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  list-style: none;
}
.sitemap .sitemap-menu > li::before {
  content: "•";
  color: #8DC63F;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.sitemap .sitemap-menu > li .sub-sitemap {
  padding-left: 15px;
}
.sitemap .sitemap-menu > li .sub-sitemap > li {
  padding-top: 5px;
  font-weight: 600;
  font-size: 14px;
  list-style: none;
}
.sitemap .sitemap-menu > li .sub-sitemap > li::before {
  content: "•";
  color: #8DC63F;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.sitemap .sitemap-menu a:hover {
  color: #8DC63F;
}
.sitemap__menu-header {
  text-transform: uppercase;
}

.swiper-other {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.swiper-other .swiper-slide {
  background-color: transparent;
  text-align: left;
}
.swiper-other .swiper-slide a {
  display: block;
  width: 100%;
}

.dropdown-submenu {
  position: relative;
}

#menu-item-88 a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

#menu-item-88 > .dropdown-menu {
  top: 0 !important;
  left: 100% !important;
  margin-left: 0.1rem !important;
  margin-right: 0.1rem !important;
}

/* to show the arrow */
#menu-item-88 a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.news-page .panel-default {
  border: none;
  box-shadow: none;
}
.news-page .panel-default .panel-title a {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.news-page .panel-default .panel-heading {
  border-radius: 0;
  border: 1px solid #ddd;
}
.news-page .collapse.in .panel-heading {
  background-color: #8DC63F;
  border: 1px solid #8DC63F;
}

.wp-caption {
  float: left;
  margin-right: 30px;
  display: inline-block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.wp-caption img {
  margin-bottom: 5px;
}
.wp-caption.alignright {
  float: right !important;
  margin-right: 0;
  margin-left: 30px;
}

.video-holder a {
  position: relative;
  display: block;
}
.video-holder a .playbutton {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: 0.2s;
}
.video-holder a .playbutton i {
  color: red;
  font-size: 50px;
  opacity: 0.6;
}

.video-holder a:hover .playbutton i {
  opacity: 1;
  transition: 0.2s;
}

.fa-caret-right {
  transition: all 0.4s ease;
}

.active .fa-caret-right {
  transform: rotate(90deg);
}

.accordion-icon {
  font-family: FontAwesome;
  font-display: swap;
  color: #ffffff;
}

.panel-collapse .accordion-icon {
  color: #337ab7;
  margin-top: 3px;
}

#accordion1 a {
  display: block;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
}

.panel-primary {
  border-color: transparent;
}

.panel-collapse-border {
  border: 1px solid #8DC63F;
}

#accordion1 .panel-heading {
  background: #8DC63F;
  border-color: #8DC63F;
}
#accordion1 .panel-heading .panel-title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

#accordion1 .panel-collapse .list-group-item {
  background: #f9f9f9;
}

#accordion1 .panel-collapse .list-group-item:hover {
  background: #f0f0f0;
}

#accordion1 .panel-heading a > .accordion-icon:after {
  content: "\f068";
  color: #ffffff;
}

#accordion1 .panel-heading a.collapsed > .accordion-icon:after {
  content: "\f067";
  color: #ffffff;
}

#accordion1 .panel-collapse .list-group-item > a > .accordion-icon:after {
  content: "\f056";
  color: #000000;
}

#accordion1 .panel-collapse .list-group-item > a.collapsed > .accordion-icon:after {
  content: "\f055";
  color: #000000;
}

.collapse.in {
  display: block;
}

/*
========================
PAGINATION
========================
*/
.page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 2px 0 0;
  border: 1px solid #8DC63F;
  line-height: 1;
  color: #2e4260;
  text-decoration: none;
  border-radius: 0px;
  font-weight: 600;
}

.page-numbers.dots {
  border: 0;
}

.page-numbers.current {
  background-color: #8DC63F;
  color: #fff;
}

a.page-numbers:hover {
  background: #8DC63F;
  color: #fff;
}

.navbar-nav li > a {
  text-transform: capitalize;
  color: #333;
  transition: background-color 0.2s, color 0.2s;
  text-transform: uppercase;
}
.navbar-nav li > a:hover, .navbar-nav li > a:focus {
  background-color: #333;
  color: #fff;
}

.navbar-nav li.active > a {
  background-color: #333;
  color: #fff;
}

.search-list {
  padding: 10px 0;
}
.search-list .title {
  font-size: 24px;
  margin-bottom: 5px;
  padding-top: 5px;
}

.search-list + .search-list {
  border-top: 1px solid #ddd;
}

.swiper-component .swiper-slide {
  margin-right: 0 !important;
}
.swiper-component .swiper-slide picture {
  width: 100%;
}
.swiper-component .box-navigation .swiper-button-prev,
.swiper-component .box-navigation .swiper-button-next {
  background-image: none !important;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}
.swiper-component .box-navigation .swiper-button-prev img,
.swiper-component .box-navigation .swiper-button-next img {
  height: 50px;
  fill: #5C2D91;
}
.swiper-component .box-navigation .swiper-button-prev {
  left: 0 !important;
}
.swiper-component .box-navigation .swiper-button-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-component .box-navigation .swiper-button-next {
  right: 0 !important;
}
.swiper-component .box-navigation .swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.swiper-component .box-navigation .swiper-button-next.swiper-button-disabled,
.swiper-component .box-navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.swiper-component .box-navigation .swiper-button-next.swiper-button-disabled img,
.swiper-component .box-navigation .swiper-button-prev.swiper-button-disabled img {
  opacity: 0.35;
}

.credit {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}
.credit p {
  color: #fff;
  margin: 0;
}

.milestone-img-holder {
  position: relative;
}

#mailpoet_form_2 .mailpoet_text,
#mailpoet_form_2 .mailpoet_textarea,
#mailpoet_form_2 .mailpoet_select,
#mailpoet_form_2 .mailpoet_date_month,
#mailpoet_form_2 .mailpoet_date_day,
#mailpoet_form_2 .mailpoet_date_year,
#mailpoet_form_2 .mailpoet_date {
  width: 100%;
  height: 45px;
  border-radius: 0;
  border: 1px solid #a0a0a0;
}

.mailpoet_paragraph input:focus {
  outline-offset: none;
}

.mailpoet_submit {
  height: 45px;
  padding: 5px 20px;
  width: 100%;
  margin-top: 5px;
  background-color: #9BD24F;
  color: #fff !important;
  outline: none !important;
  outline-offset: 0 !important;
  font-size: 18px;
}

.confirmation {
  position: relative;
}

#collapse2017january {
  display: none;
}

.search-page h2.title {
  font-size: 35px;
}

.below-navbar {
  height: 90vh;
  position: relative;
}
.below-navbar .container {
  height: 100%;
}
.below-navbar .title {
  font-size: 120px;
  color: #8DC63F;
}

.wp-caption-text {
  font-size: 13px !important;
}

#full-width,
.full-width {
  width: 100% !important;
}

.figure-image-news p, .figure-image-news div, .figure-image-news br {
  margin-bottom: 5px !important;
}

.figure-image-news p {
  margin: 0;
}
.figure-image-news.pull-right {
  margin: 5px 0 0 30px;
}
.figure-image-news.pull-left {
  margin: 5px 30px 0 0;
}
.figure-image-news.thumbnail.big-photo.on-benef {
  position: relative;
  width: 100%;
}
.figure-image-news.thumbnail.big-photo.on-benef img {
  height: 480px;
  object-fit: cover;
  width: 100% !important;
  min-width: 100% !important;
}
.figure-image-news.thumbnail.big-photo.on-benef .img-caption {
  bottom: 5px;
  font-size: 14px;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 99%;
  padding: 8px;
  height: 98%;
}

.div-img-capt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 98.8%;
}

.desc-caption-on-benef {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.title-caption-on-benef {
  padding: 0 50px;
}

.copy-caption {
  color: #fff;
  background: #000;
  padding: 2px 15px;
  display: inline;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

.width-50 {
  width: 50%;
}

/*maintenance on 17032021*/
.overview__map-video {
  position: relative;
}

.overview__video {
  padding-top: 60px;
  padding-bottom: 50px;
}

.overview__map-video:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: " ";
  background-color: rgba(92, 45, 245, 0.1);
  width: 30%;
}

.overview-video__container iframe {
  transform: scale(1.005);
  -webkit-transform: scale(1.005);
  -moz-transform: scale(1.005);
  -o-transform: scale(1.005);
  -ms-transform: scale(1.005);
}

.overview-video__btn {
  position: relative;
  padding-right: 20px;
  transition: all 0.4s ease;
  font-size: 16px;
  font-weight: bold;
}

.overview-video__btn:after {
  position: absolute;
  top: 50%;
  right: 5px;
  font-family: "FontAwesome";
  color: #8dc63f;
  content: "\f0da";
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.4s ease;
}

.overview-video__btn,
.overview-video__btn:active,
.overview-video__btn:hover,
.overview-video__btn:focus {
  background-color: transparent;
  padding-left: 0;
  outline: 0 !important;
  box-shadow: none;
}

.overview-video__dropdup.open .overview-video__btn:after {
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
}

.overview-video__btn:hover {
  color: #5c2d91;
}

.overview-video__dropdown {
  border-radius: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  display: block;
  transition: all 0.4s ease;
}

.overview-video__dropdup.open .overview-video__dropdown {
  height: auto;
  width: auto;
  opacity: 1;
}

.overview-video__dropdown li a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: none;
  color: #fff;
  font-size: 16px;
}

.overview-video__dropdown li a img {
  vertical-align: baseline;
}

.overview-video__dropdown li a:hover,
.overview-video__dropdown li a:focus,
.overview-video__dropdown li a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.overview-video__dropdown li + li {
  border-top: 1px solid #333;
}

.overview__desc-info {
  padding-top: 50px;
}

.overview-desc {
  padding-right: 15px;
}

@media (max-width: 991px) {
  .overview__desc-info {
    padding-top: 30px;
  }

  .overview__video {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .overview-desc {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .overview__map-video:before {
    width: 40%;
  }
}
.related-articles .title {
  font-size: 28px;
}
.related-articles .post-type-name {
  color: #8DC63F;
  font-size: 14px;
  margin: 0;
}
.related-articles .related-holder {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.related-articles .related-holder:first-child .hidden {
  display: block !important;
}

.related-link .title {
  margin-bottom: 0;
  font-size: 18px;
}
.related-link .post-type-name {
  color: #8DC63F;
  font-size: 14px;
  margin: 0;
}
.related-link .post-type-name span {
  font-weight: 600;
}
.related-link .related-holder {
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
}
.related-link .related-holder a {
  color: #000;
  font-weight: 600;
}
.related-link .watermark-img {
  position: absolute;
  text-align: right;
  bottom: 0;
  right: 0;
  left: auto;
}
.related-link .watermark-img img {
  max-height: 100px;
  max-width: 150px;
  opacity: 0.2;
}
.related-link .col-sm-4 {
  margin-bottom: 20px;
}

.button-component a[href=""], .button-component a[href="#"] {
  display: none;
}

.detail-overview .wp-caption {
  width: 100% !important;
}

@media screen and (max-width: 1199px) {
  .table-holder .table {
    display: none;
    overflow: hidden;
  }
}
.dropdown-mobile {
  width: auto;
  position: absolute !important;
  right: 0;
  top: 0;
  height: 35px;
  background-color: transparent;
  display: none;
}

@media screen and (max-width: 1199px) {
  .dropdown-mobile {
    display: block;
  }

  #menu-item-88 a::after {
    color: #333;
  }
}
.navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > .dropdown-mobile:hover, .navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > .dropdown-mobile:focus, .navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > .dropdown-mobile:active, .navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > .dropdown-mobile:active:hover, .navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > .dropdown-mobile:active:focus {
  background-color: transparent;
}

#menu-item-88 .nav-link {
  padding-right: 30px;
}

.close-sidebar,
#sidebar1 {
  display: none;
}

#menu-primary-header-navigation {
  background-color: #fff;
  border: none;
}

.detail-sector .table th {
  background-color: #5C2D91;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  #page-overlay {
    display: none;
  }

  #sidebar1 {
    display: block;
  }

  .close-sidebar {
    display: block;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
  }

  .sidebar-amp {
    width: 320px;
    padding: 0 15px;
  }

  .sidebar-amp > li {
    float: none;
  }

  .sidebar-amp li.active > a {
    background-color: #fff;
    color: #8dc63f;
  }

  .sidebar-amp li {
    color: #333;
    font-weight: 600;
    position: relative;
  }
  .sidebar-amp li + li {
    border-top: 1px solid #ddd;
  }
  .sidebar-amp li .caret {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .sidebar-amp li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #sidebar1 {
    background-color: #fff;
  }

  .sidebar-amp .dropdown-menu {
    width: 100%;
    position: static;
    border: none;
    box-shadow: none;
  }

  .sidebar-amp .nav-item header {
    cursor: pointer;
    background-color: #fff;
    padding-right: 0;
    border: none;
    padding: 10px 15px;
    text-transform: uppercase;
  }
  .sidebar-amp .nav-item ul {
    padding-left: 30px;
  }
  .sidebar-amp .nav-item ul li {
    list-style: none;
  }
  .sidebar-amp .nav-item ul li a {
    text-transform: none;
  }

  .sidebar-amp .navbar-nav li > a:hover, .navbar-nav li > a:focus {
    background-color: #fff;
    color: #8dc63f;
  }

  .sidebar-amp .dropdown li a {
    font-weight: 400;
  }

  .detail-project .background .pull-left,
.detail-sector .background .pull-left {
    width: 100px;
    margin-top: -10px;
  }
  .detail-project .project-desc .pull-left,
.detail-sector .project-desc .pull-left {
    width: 100px;
    margin-top: -10px;
  }

  .other-jmt-news .box-desc {
    padding: 0 20px !important;
  }
  .other-jmt-news .box-desc p {
    margin-bottom: 0;
  }

  .other-amp .beneficiaries-thumbnail,
.other-amp .beneficiaries-desc,
.other-amp .project-thumbnail,
.other-amp .sector-thumbnail {
    background-color: transparent;
  }
  .other-amp .beneficiaries-desc,
.other-amp .sector-thumbnail {
    padding: 0 25px;
  }
  .other-amp .project-thumbnail {
    min-height: auto;
    padding: 0 20px;
  }

  .sector-table {
    overflow: hidden;
  }

  .subdropdown-amp li + li {
    border: none;
  }

  .third-dropdown header {
    padding-left: 0 !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    color: #333;
  }
  .third-dropdown header a:hover, .third-dropdown header a:focus, .third-dropdown header a {
    color: #333;
  }

  :root:not(#_):not(#_):not(#_):not(#_):not(#_):not(#_):not(#_) .table {
    display: block;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    min-height: 0.01%;
    overflow-x: auto;
  }

  .sm-mobile-menu {
    height: 72px;
  }

  .img-amp {
    height: 50px;
  }

  .detail-sector .table {
    min-width: 0.01%;
    overflow-x: auto !important;
  }

  .i-amphtml-scrollable-carousel-container {
    white-space: none !important;
  }
}
/*
========================
WHATS NEW
========================
*/
.whats-new-detail .summary {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
}
.whats-new-detail .summary .date {
  font-weight: 600;
}
.whats-new-detail .summary p:nth-child(2) {
  display: inline;
}
.whats-new-detail .summary p:nth-child(3) {
  margin-top: 10px;
}
.whats-new-detail .whats-new-img {
  text-align: center;
}
.whats-new-detail .whats-new-img img {
  width: 80%;
  display: inline-block;
}

.navigation-page a {
  display: inline-block !important;
}

/*
========================
DEDICATED
========================
*/
.dedicated .box-desc {
  padding: 20px;
}
.dedicated .box-news .title {
  font-size: 18px;
  text-transform: none;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0;
}
.dedicated .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.dedicated .modal-content h3 {
  padding-right: 30px;
}
@media screen and (max-width: 479px) {
  .dedicated .col-xs-6 {
    width: 100%;
  }
}

/*
========================
DEDICATED
========================
*/
.footer-social-row {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .footer-social-row {
    display: block;
  }
  .footer-social-row .col-xs-5,
.footer-social-row .col-xs-2,
.footer-social-row .col-xs-5 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer-social {
  font-size: 24px;
}
.footer-social a {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #174400;
}
.footer-social a i {
  line-height: 48px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-social a:hover {
  background-color: #8DC63F;
  border-color: #8DC63F;
}
.footer-social a:hover i {
  color: #fff;
}
.footer-social a + a {
  margin-left: 10px;
}

.hidden-lg .footer-social {
  margin-bottom: 20px;
}

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