﻿@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "BoldC2019";
  src: url("../fonts/BoldC2019-Black.woff2") format("woff2"), url("../fonts/BoldC2019-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Panton IconsC";
  src: url("../fonts/PantonIcons-CRegular.woff2") format("woff2"), url("../fonts/PantonIcons-CRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vivala Media Icons";
  src: url("../fonts/VivalaMediaIcons.woff2") format("woff2"), url("../fonts/VivalaMediaIcons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Panton IconsD";
  src: url("../fonts/PantonIcons-DRegular.woff2") format("woff2"), url("../fonts/PantonIcons-DRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Panton IconsB";
  src: url("../fonts/PantonIcons-BRegular.woff2") format("woff2"), url("../fonts/PantonIcons-BRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "boldico";
  src: url("../fonts/boldico-Regular.woff2") format("woff2"), url("../fonts/boldico-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BoldC2019";
  src: url("../fonts/BoldC2019-Bold.woff2") format("woff2"), url("../fonts/BoldC2019-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Panton Icons B Fill";
  src: url("../fonts/PantonIcons-BFillRegular.woff2") format("woff2"), url("../fonts/PantonIcons-BFillRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Panton IconsA";
  src: url("../fonts/PantonIcons-ARegular.woff2") format("woff2"), url("../fonts/PantonIcons-ARegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Panton Icons C Fill";
  src: url("../fonts/PantonIcons-CFillRegular.woff2") format("woff2"), url("../fonts/PantonIcons-CFillRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Panton Icons D Fill";
  src: url("../fonts/PantonIcons-DFillRegular.woff2") format("woff2"), url("../fonts/PantonIcons-DFillRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Boldin";
  src: url("../fonts/BoldinSemibold.woff2") format("woff2"), url("../fonts/BoldinSemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Panton Icons A Fill";
  src: url("../fonts/PantonIcons-AFillRegular.woff2") format("woff2"), url("../fonts/PantonIcons-AFillRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima boldi";
  src: url("../fonts/Proximaboldi-Bold.woff2") format("woff2"), url("../fonts/Proximaboldi-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BoldC2019";
  src: url("../fonts/BoldC2019-Medium.woff2") format("woff2"), url("../fonts/BoldC2019-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/MyriadPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BoldC2019 Book";
  src: url("../fonts/BoldC2019-Book.woff2") format("woff2"), url("../fonts/BoldC2019-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background: url("../img/bg.png") #f1f2ed no-repeat top center;
  background-position-y: 622px;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.panton-icon {
  font-style: normal;
}
.panton-icon.a {
  font-family: "Panton IconsA";
}
.panton-icon.a.fill {
  font-family: "Panton Icons A Fill";
}
.panton-icon.b {
  font-family: "Panton IconsB";
}
.panton-icon.b.fill {
  font-family: "Panton Icons B Fill";
}
.panton-icon.c {
  font-family: "Panton IconsC";
}
.panton-icon.c.fill {
  font-family: "Panton Icons C Fill";
}
.panton-icon.d {
  font-family: "Panton IconsD";
}
.panton-icon.d.fill {
  font-family: "Panton Icons D Fill";
}

.vivala-icon {
  font-style: normal;
  font-family: "Vivala Media Icons";
}

.boldico {
  font-style: normal;
  font-family: "boldico";
}

.button {
  padding: 0 20px;
  line-height: 30px;
  border-radius: 5px;
  display: inline-block;
  font-family: "BoldC2019";
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: silver;
  transition: all 100ms ease;
}
.button:hover {
  color: #fff;
}

.header-container {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.header-container .hamburger-menu {
  border: none;
  outline: none;
  width: 39px;
  height: 35px;
  padding: 0;
  background-color: #253690;
  display: none;
  float: right;
  margin: 12.5px;
}
.header-container .hamburger-menu svg {
  color: #fff;
  margin-top: 2px;
  margin-left: 4px;
}
.header-container .header {
  background: #fff;
  height: 120px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header-container .header .logo {
  width: 245px;
  margin: 27.5px 0 0 15px;
  float: left;
}
.header-container .header .logo a {
  text-decoration: none;
}
.header-container .header .content {
  float: left;
  width: calc(100% - 260px);
}
.header-container .header .content .top {
  width: 100%;
  border-bottom: solid 1px #e8edef;
  float: left;
  height: 60px;
}
.header-container .header .content .top .map-links {
  margin: 15px 0;
  float: left;
}
.header-container .header .content .top .map-links li {
  float: left;
  margin-right: 30px;
}
.header-container .header .content .top .map-links li a {
  font-family: "BoldC2019";
  font-size: 12px;
  font-weight: 500;
  color: #a4bcc4;
  line-height: 30px;
  transition: all 100ms ease;
}
.header-container .header .content .top .map-links li a:hover {
  color: #253690;
}
.header-container .header .content .top .map-links li a .panton-icon {
  font-size: 16px;
}
.header-container .header .content .top .social-links {
  float: left;
}
.header-container .header .content .top .social-links li {
  float: left;
  margin: 20px 0 0 10px;
}
.header-container .header .content .top .social-links li a {
  background: url("../img/icons-sprite.png") no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  transition: all 100ms ease;
}
.header-container .header .content .top .social-links li a.twitter {
  background-position-x: 0;
}
.header-container .header .content .top .social-links li a.facebook {
  background-position-x: -20px;
}
.header-container .header .content .top .social-links li a.instagram {
  background-position-x: -40px;
}
.header-container .header .content .top .social-links li a.youtube {
  background-position-x: -60px;
}
.header-container .header .content .top .social-links li a.issuu {
  background-position-x: -80px;
}
.header-container .header .content .top .social-links li a.whatsapp {
  background-position-x: -100px;
}
.header-container .header .content .top .social-links li a.tiktok {
    background-position-x: -280px;
}
.header-container .header .content .top .social-links li a:hover {
  background-position-y: -40px;
}
.header-container .header .content .top .phone {
  float: right;
  margin: 15px 0;
}
.header-container .header .content .top .phone a i.panton-icon {
  font-size: 16px;
  line-height: 30px;
  float: left;
  color: #a4bcc4;
  margin-right: 5px;
  transition: all 100ms ease;
}
.header-container .header .content .top .phone a p {
  font-family: "BoldC2019";
  font-size: 24px;
  font-weight: 900;
  color: #a4bcc4;
  line-height: 30px;
  margin: 0;
  float: left;
  transition: all 100ms ease;
}
.header-container .header .content .top .phone a:hover i.panton-icon,
.header-container .header .content .top .phone a:hover p {
  color: #284c8d;
}
.header-container .header .content .top .contact-link {
  float: right;
  margin: 15px 0 15px 15px;
}
.header-container .header .content .top .contact-link a.button {
  background: #25b0d7;
}
.header-container .header .content .top .contact-link a.button .vivala-icon {
  font-size: 24px;
  vertical-align: top;
  margin-right: 5px;
}
.header-container .header .content .top .contact-link a.button:hover {
  background: #253690;
}
.header-container .header .content .top .search {
  float: right;
  margin-left: 10px;
}
.header-container .header .content .top .search button {
  background: #f7d97e;
  border-radius: 0;
  padding: 0 10px;
  line-height: 60px;
  border: none;
  outline: none;
}
.header-container .header .content .top .search button .vivala-icon {
  font-size: 44px;
  vertical-align: top;
}
.header-container .header .content .top .search button:hover {
  background: #253690;
}
.header-container .header .content .bottom {
  width: 100%;
  float: left;
}
.header-container .header .content .bottom .nav {
  float: left;
}
.header-container .header .content .bottom .nav > li {
  position: relative;
}
.header-container .header .content .bottom .nav > li:last-child {
  margin-right: 0;
}
.header-container .header .content .bottom .nav > li.stickyItem {
  display: none;
}
.header-container .header .content .bottom .nav > li > a {
  font-family: "BoldC2019";
  font-size: 14px;
  font-weight: 900;
  color: #284c8d;
  line-height: 60px;
  display: inline-block;
  padding: 0 7px;
  transition: all 100ms ease;
}
.header-container .header .content .bottom .nav > li > a i.panton-icon {
  vertical-align: bottom;
}
.header-container .header .content .bottom .nav > li .sub-nav {
  position: absolute;
  top: 60px;
  display: none;
  width: 285px;
  padding: 20px 0 15px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.header-container .header .content .bottom .nav > li .sub-nav.left {
  left: 0;
}
.header-container .header .content .bottom .nav > li .sub-nav.right {
  right: 0;
}
.header-container .header .content .bottom .nav > li .sub-nav ul {
  border-top: solid 1px #dbe4e8;
}
.header-container .header .content .bottom .nav > li .sub-nav ul li {
  border-bottom: solid 1px #dbe4e8;
}
.header-container .header .content .bottom .nav > li .sub-nav ul li a {
  padding: 0 15px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
  font-family: "BoldC2019";
  font-size: 14px;
  font-weight: 500;
  color: #0a2240;
  transition: all 100ms ease;
}
.header-container .header .content .bottom .nav > li .sub-nav ul li a:hover {
  background-color: #fff;
  color: #fa5e1c;
}
.header-container .header .content .bottom .nav > li .sub-nav ul li a:before {
  display: inline-block;
  content: "°";
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.header-container .header .content .bottom .nav > li .sub-nav h3 {
  font-family: "BoldC2019";
  font-size: 14px;
  font-weight: 900;
  color: #284c8d;
}
.header-container .header .content .bottom .nav > li .sub-nav h3 i.boldico {
  font-size: 6px;
  color: #284c8d;
  margin-left: 16px;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block {
  background-color: #a4bcc4;
  border-radius: 10px;
  transition: all 100ms ease;
  margin: 15px;
  width: calc(100% - 30px);
  overflow: hidden;
  padding: 35px 15px;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block i.link-icon {
  width: 60px;
  height: 50px;
  display: block;
  float: left;
  background: url("../img/sub-menu-icon-sprite.png") no-repeat;
  background-position-y: 0;
  margin-right: 15px;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block i.link-icon.icon1 {
  background-position-x: 0;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block i.link-icon.icon2 {
  background-position-x: -60px;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block i.link-icon.icon3 {
  background-position-x: -120px;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block i.link-icon.icon4 {
  background-position-x: -180px;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block i.link-icon.icon5 {
  background-position-x: -240px;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block i.link-icon.icon6 {
  background-position-x: -300px;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block i.link-icon.icon7 {
  background-position-x: -360px;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block i.link-icon.icon8 {
  background-position-x: -420px;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block i.link-icon.icon9 {
  background-position-x: -480px;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block i.link-icon.icon10 {
  background-position-x: -540px;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block i.link-icon.icon11 {
  background-position-x: -600px;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block i.link-icon.icon12 {
  background-position-x: -660px;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block i.link-icon.icon13 {
  background-position-x: -720px;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block i.link-icon.icon14 {
  background-position-x: -780px;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block .content {
  float: left;
  width: calc(100% - 75px);
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block .content h4 {
  font-family: "BoldC2019";
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block .content p {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.header-container .header .content .bottom .nav > li .sub-nav .nav-link-block:hover:hover {
  background-color: #86b6c6;
}
.header-container .header .content .bottom .nav > li.full-width {
  position: unset;
}
.header-container .header .content .bottom .nav > li.full-width .sub-nav {
  width: calc(100% - 30px);
  top: 120px;
  left: 15px;
}
.header-container .header .content .bottom .nav > li:hover {
  background-color: #e8edef;
}
.header-container .header .content .bottom .nav > li:hover > a {
  color: #0a2240;
}
.header-container .header .content .bottom .nav > li:hover .sub-nav {
  display: block;
  background-color: #e8edef;
}
.header-container .header .content .bottom .online-actions {
  float: right;
}
.header-container .header .content .bottom .online-actions button.button {
  background: #ff7262;
  border-radius: 0;
  padding: 0 20px;
  line-height: 65px;
  border: none;
  outline: none;
}
.header-container .header .content .bottom .online-actions button.button .vivala-icon {
  font-size: 44px;
  vertical-align: top;
}
.header-container .header .content .bottom .online-actions button.button .online-action-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/icons-sprite.png") no-repeat;
  background-position-y: -70px;
  vertical-align: sub;
  margin-right: 5px;
  transition: all 100ms ease;
}
.header-container .header .content .bottom .online-actions button.button:hover {
  background: #253690;
}
.header-container .header .content .bottom .online-actions button.button:hover .online-action-icon {
  background-position-y: -90px;
}
.header-container.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: #e6f1f8;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header-container.sticky .header {
  background: transparent;
  box-shadow: none;
  height: 70px;
}
.header-container.sticky .header .logo {
  margin: 12.5px 0 0 15px;
  width: 150px;
}
.header-container.sticky .header .logo img {
  height: 45px;
}
.header-container.sticky .header .content {
  width: calc(100% - 165px);
}
.header-container.sticky .header .content .top {
  display: none;
}
.header-container.sticky .header .content .bottom .online-actions {
  display: none;
}
.header-container.sticky .header .content .bottom .nav {
  float: right;
  margin-right: 15px;
}
.header-container.sticky .header .content .bottom .nav li.full-width .sub-nav {
  top: 70px;
}
.header-container.sticky .header .content .bottom .nav li .sub-nav {
  top: 70px;
}
.header-container.sticky .header .content .bottom .nav > li > a {
  line-height: 70px;
}
.header-container.sticky .header .content .bottom .nav > li > a:hover {
  color: #fa5e1c;
}
.header-container.sticky .header .content .bottom .nav > li.stickyItem {
  display: block;
}

.mobilemenu {
  width: 100%;
  max-width: 90%;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999;
  background: #253690;
  transition: all 100ms ease;
}
.mobilemenu ul {
  margin: 30px 15px;
}
.mobilemenu ul li {
  padding: 0;
  list-style-type: none;
}
.mobilemenu ul li a {
  font-size: 14px;
  line-height: 35px;
  display: block;
  padding-left: 15px;
  color: #fff;
  font-weight: 500;
}
.mobilemenu ul li a:hover {
  background: #fff;
  color: #253690;
}
.mobilemenu ul ul {
  display: none;
  padding: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.mobilemenu .btn-mobile-hide {
  margin: 30px 0 0 55px;
  font-family: "BoldC2019";
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.mobilemenu .btn-mobile-hide i {
  vertical-align: bottom;
}

.master-slider-main {
  background: url("../img/slider-bg.png") no-repeat top center;
  position: relative;
  z-index: 1;
}
.master-slider-main .master-slider {
  max-width: 100%;
  overflow: hidden;
}
.master-slider-main .master-slider .ms-view {
  background: transparent;
}
.master-slider-main .master-slider .ms-image {
  position: absolute;
  bottom: 0;
  left: 150px;
}
.master-slider-main .master-slider .ms-large-text {
  font-family: "BoldC2019";
  font-size: 54px;
  font-weight: 600;
  color: #fa5e1c;
  top: 30% !important;
  left: 540px;
  letter-spacing: -0.5px;
  text-align: center;
}
.master-slider-main .master-slider .ms-large-text2 {
  font-family: "BoldC2019";
  font-size: 110px;
  font-weight: 600;
  color: #253690;
  top: 42% !important;
  left: 490px;
  letter-spacing: -1px;
  text-align: center;
}
.master-slider-main .master-slider .ms-large-text3 {
  font-family: "BoldC2019";
  font-size: 28px;
  font-weight: 500;
  color: #ff7262;
  top: 60% !important;
  left: 600px;
  letter-spacing: -0.5px;
  text-align: center;
}
.master-slider-main .master-slider .ms-small-text {
  top: 67% !important;
  left: 620px;
  text-align: center;
}
.master-slider-main .master-slider .ms-small-text p,
.master-slider-main .master-slider .ms-small-text span {
  font-family: "BoldC2019";
  font-size: 36px;
  font-weight: 600;
  color: #039ea2;
}
.master-slider-main .master-slider .ms-small-text p {
  letter-spacing: -1.5px;
  margin: 0;
}
.master-slider-main .master-slider .ms-small-text span {
  font-size: 23px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
}

.ms-skin-default .ms-nav-prev,
.ms-skin-default .ms-nav-next {
  background: none !important;
  border: solid 3px rgba(255, 255, 255, 0.5);
  width: 50px !important;
  height: 50px !important;
  border-radius: 100%;
  transition: all 100ms ease;
}
.ms-skin-default .ms-nav-prev:before,
.ms-skin-default .ms-nav-next:before {
  width: 9px;
  height: 17px;
  background: url("../img/icons-sprite.png") no-repeat;
  content: "";
  display: block;
  margin-top: 16.5px;
  margin-left: 20.5px;
}
.ms-skin-default .ms-nav-prev:hover,
.ms-skin-default .ms-nav-next:hover {
  background-color: white !important;
  border-color: white;
}
.ms-skin-default .ms-nav-prev {
  left: 10% !important;
}
.ms-skin-default .ms-nav-prev:before {
  background-position-x: -129px;
}
.ms-skin-default .ms-nav-prev:hover:before {
  background-position-x: -147px;
}
.ms-skin-default .ms-nav-next {
  right: 10% !important;
}
.ms-skin-default .ms-nav-next:before {
  background-position-x: -138px;
}
.ms-skin-default .ms-nav-next:hover:before {
  background-position-x: -156px;
}

.ms-bullets.ms-dir-h {
  bottom: 130px !important;
}
.ms-bullets.ms-dir-h .ms-bullet {
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  margin: 2px !important;
  border-radius: 100%;
  float: left;
  border: solid 3px #e5e4d3;
}
.ms-bullets.ms-dir-h .ms-bullet.ms-bullet-selected {
  background: #e5e4d3;
  border: solid 3px #fff;
}

.featured-block-container {
  margin-top: -105px;
  position: relative;
  z-index: 1;
}
.featured-block-container .featured-block {
  width: 100%;
  overflow: hidden;
  padding: 20px 15px;
}
.featured-block-container .featured-block span {
  width: 15px;
  height: 6px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  border-radius: 3px;
}
.featured-block-container .featured-block span:before, .featured-block-container .featured-block span:after {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  overflow: hidden;
  content: "";
  display: block;
}
.featured-block-container .featured-block span:before {
  margin-left: -10px;
  float: left;
}
.featured-block-container .featured-block span:after {
  margin-right: -10px;
  float: right;
}
.featured-block-container .featured-block.bg-1 {
  background: url("../img/featured-block-bg-1.png");
}
.featured-block-container .featured-block.bg-1 span {
  background: #196f81;
}
.featured-block-container .featured-block.bg-1 span:before, .featured-block-container .featured-block.bg-1 span:after {
  background-color: #196f81;
}
.featured-block-container .featured-block.bg-1 a.title:hover {
  color: #253690;
}
.featured-block-container .featured-block.bg-1 a.detail:hover {
  color: #253690;
}
.featured-block-container .featured-block.bg-1 .button.subject {
  font-family: "BoldC2019";
  font-size: 11px;
  font-weight: 500;
  color: #196f81;
  border: solid 1px #196f81;
}
.featured-block-container .featured-block.bg-1 .button.subject:hover {
  background-color: #253690;
  color: #fff;
  border-color: #253690;
}
.featured-block-container .featured-block.bg-1 .button.detail {
  font-family: "BoldC2019";
  font-size: 11px;
  font-weight: 500;
  color: #196f81;
}
.featured-block-container .featured-block.bg-2 {
  background: url("../img/featured-block-bg-2.png");
}
.featured-block-container .featured-block.bg-2 span {
  background: #a47e2a;
}
.featured-block-container .featured-block.bg-2 span:before, .featured-block-container .featured-block.bg-2 span:after {
  background-color: #a47e2a;
}
.featured-block-container .featured-block.bg-2 a.title {
  color: #4a3d27;
}
.featured-block-container .featured-block.bg-2 a.title:hover {
  color: #fa5e1c;
}
.featured-block-container .featured-block.bg-2 a.detail:hover {
  color: #fa5e1c;
}
.featured-block-container .featured-block.bg-2 .button.subject {
  font-family: "BoldC2019";
  font-size: 11px;
  font-weight: 500;
  color: #a47e2a;
  border: solid 1px #a47e2a;
}
.featured-block-container .featured-block.bg-2 .button.subject:hover {
  background-color: #fa5e1c;
  color: #fff;
  border-color: #fa5e1c;
}
.featured-block-container .featured-block.bg-2 .button.detail {
  font-family: "BoldC2019";
  font-size: 11px;
  font-weight: 500;
  color: #a47e2a;
}
.featured-block-container .featured-block .button.subject {
  line-height: 24px;
  background: transparent;
  border: solid 1px rgba(0, 0, 0, 0.3);
  float: left;
}
.featured-block-container .featured-block p,
.featured-block-container .featured-block a.title {
  float: left;
  width: 100%;
}
.featured-block-container .featured-block p {
  font-family: "BoldC2019";
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0 0 0;
  min-height: 21px;
}
.featured-block-container .featured-block a.title {
  font-family: "BoldC2019";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
  min-height: 72px;
  padding-right: 15px;
  line-height: 1.2;
  transition: all 100ms ease;
}
.featured-block-container .featured-block .button.detail {
  line-height: 18px;
  background: transparent;
  float: left;
  padding: 0;
}
.featured-block-container .featured-block .button.detail .panton-icon {
  margin-right: 5px;
  vertical-align: bottom;
}
.featured-block-container .card-block {
  width: 100%;
  background: url("../img/card-bg.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-top: -38px;
  float: left;
}
.featured-block-container .card-block ul.card-links {
  margin-top: 10px;
  float: left;
  width: 100%;
}
.featured-block-container .card-block ul.card-links li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.featured-block-container .card-block ul.card-links li a {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
  padding: 0 60px 0 20px;
  transition: all 100ms ease;
}
.featured-block-container .card-block ul.card-links li a .panton-icon {
  font-size: 16px;
  margin-right: 5px;
}
.featured-block-container .card-block ul.card-links li a:hover {
  color: #fcdd81;
}
.featured-block-container .card-block .social-links {
  float: left;
  margin: 15px 0 15px 25px;
  width: 100%;
}
.featured-block-container .card-block .social-links li {
  float: left;
  margin: 0 0 0 10px;
}
.featured-block-container .card-block .social-links li:first-child {
  margin: 0;
}
.featured-block-container .card-block .social-links li a {
  background: url("../img/icons-sprite.png") no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  transition: all 100ms ease;
  background-position-y: -20px;
}
.featured-block-container .card-block .social-links li a.twitter {
  background-position-x: 0;
}
.featured-block-container .card-block .social-links li a.facebook {
  background-position-x: -20px;
}
.featured-block-container .card-block .social-links li a.instagram {
  background-position-x: -40px;
}
.featured-block-container .card-block .social-links li a.youtube {
  background-position-x: -60px;
}
.featured-block-container .card-block .social-links li a.issuu {
  background-position-x: -80px;
}
.featured-block-container .card-block .social-links li a.whatsapp {
  background-position-x: -100px;
}
.featured-block-container .card-block .social-links li a.tiktok {
    background-position-x: -280px;
}
.featured-block-container .card-block .social-links li a:hover {
  background-position-y: -40px;
}
    .featured-block-container .card-block .social-links li a.website {
        background: url("../img/icons-website.png") no-repeat;
    }
        .featured-block-container .card-block .social-links li a.website:hover {
            background: url("../img/icons-website-hover.png") no-repeat;
        }
.featured-block-container .card-block img {
  position: absolute;
  bottom: 0;
  right: -20px;
  z-index: 1;
}
.featured-block-container .card-block .card-title {
  width: 100%;
  float: left;
}
.featured-block-container .card-block .card-title h4 {
  font-family: "BoldC2019";
  font-size: 20px;
  font-weight: 600;
  color: #0a2240;
  margin: 7px 0 0 20px;
}
.featured-block-container .card-block .card-title h5 {
  font-family: "BoldC2019 Book";
  font-size: 12px;
  font-weight: 400;
  color: #0a2240;
  margin-left: 20px;
}

.dailynews-container .title {
  font-family: "BoldC2019";
  font-size: 36px;
  font-weight: 600;
  color: #284c8d;
  text-align: center;
  margin: 75px 0 40px 0;
}
.dailynews-container ul.dailynews-tabs {
  text-align: center;
}
.dailynews-container ul.dailynews-tabs li {
  display: inline-block;
  text-align: left;
  margin: 0 15px 20px 15px;
}
.dailynews-container ul.dailynews-tabs li a {
  transition: all 100ms ease;
  border-radius: 5px;
  display: inline-block;
  padding: 12px 30px;
}
.dailynews-container ul.dailynews-tabs li a:hover {
  background: #fff;
}
.dailynews-container ul.dailynews-tabs li a:hover p {
  color: #284c8d;
}
.dailynews-container ul.dailynews-tabs li a h5 {
  font-family: "BoldC2019";
  font-size: 18px;
  font-weight: 500;
  color: #284c8d;
  margin: 0;
}
.dailynews-container ul.dailynews-tabs li a h5 i.icon {
  background: url("../img/icons-sprite.png");
  display: inline-block;
  height: 20px;
  background-position-y: -20px;
  vertical-align: bottom;
  margin-right: 10px;
}
.dailynews-container ul.dailynews-tabs li a h5 i.icon.newspaper {
  background-position-x: -129px;
  width: 22px;
}
.dailynews-container ul.dailynews-tabs li a h5 i.icon.tv {
  background-position-x: -151px;
  width: 19px;
}
.dailynews-container ul.dailynews-tabs li a h5 i.icon.announcements {
  background-position-x: -170px;
  width: 16px;
}
.dailynews-container ul.dailynews-tabs li a p {
  font-family: "BoldC2019 Book";
  font-size: 13px;
  font-weight: 400;
  color: #7c97a0;
  margin: 0;
  transition: all 100ms ease;
}
.dailynews-container .side-banner {
  float: left;
  position: relative;
  overflow: hidden;
  padding: 15px;
  width: 100%;
}
.dailynews-container .side-banner:hover .overlay {
  opacity: 0.9;
}
.dailynews-container .side-banner img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}
.dailynews-container .side-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #253690;
  opacity: 0.8;
  transition: all 100ms ease;
}
.dailynews-container .side-banner .button,
.dailynews-container .side-banner h5,
.dailynews-container .side-banner p {
  position: relative;
  z-index: 2;
}
.dailynews-container .side-banner .button.subject {
  line-height: 24px;
  background: transparent;
  float: left;
  background-color: #253690;
}
.dailynews-container .side-banner .button.subject:hover {
  background-color: #fff;
  color: #253690;
}
.dailynews-container .side-banner h5 {
  font-family: "BoldC2019";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 20px 0 0 0;
  width: 100%;
  float: left;
}
.dailynews-container .side-banner p {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
}
.dailynews-container .side-banner .button.detail {
  line-height: 18px;
  background: transparent;
  float: left;
  padding: 0;
  color: #bbd6e9;
}
.dailynews-container .side-banner .button.detail .panton-icon {
  margin-right: 5px;
  vertical-align: bottom;
  color: #bbd6e9;
}
.dailynews-container .side-banner:hover .button.detail {
  color: #fff;
}
.dailynews-container .side-banner:hover .button.detail .panton-icon {
  color: #fff;
}
.dailynews-container .announcement-banner {
  float: left;
  padding: 15px;
  background-color: #f7d97e;
  width: 100%;
}
.dailynews-container .announcement-banner:hover h5 {
  color: #fa5e1c;
}
.dailynews-container .announcement-banner .button.subject {
  line-height: 24px;
  background: transparent;
  float: left;
  background-color: transparent;
  border: solid 1px #a47e2a;
  color: #a47e2a;
}
.dailynews-container .announcement-banner .button.subject:hover {
  background-color: #fa5e1c;
  color: #fff;
  border-color: #fa5e1c;
}
.dailynews-container .announcement-banner span {
  font-family: "BoldC2019";
  font-size: 10px;
  font-weight: 600;
  color: #a47e2a;
  width: 100%;
  float: left;
  margin-top: 15px;
}
.dailynews-container .announcement-banner h5 {
  font-family: "BoldC2019";
  font-size: 20px;
  font-weight: 600;
  color: #4a3d27;
  margin: 10px 0 0 0;
  width: 100%;
  float: left;
  transition: all 100ms ease;
}
.dailynews-container .announcement-banner p {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #4a3d27;
  margin-bottom: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
  min-height: 21px;
}
.dailynews-container .announcement-banner .button.detail {
  line-height: 18px;
  background: transparent;
  float: left;
  padding: 0;
  color: #a47e2a;
}
.dailynews-container .announcement-banner .button.detail .panton-icon {
  margin-right: 5px;
  vertical-align: bottom;
  color: #a47e2a;
}
.dailynews-container .announcement-banner:hover .button.detail {
  color: #fa5e1c;
}
.dailynews-container .announcement-banner:hover .button.detail .panton-icon {
  color: #fa5e1c;
}
.dailynews-container .mini-manset-banner-slider {
  float: left;
  background-color: #34c5c8;
  width: 100%;
  position: relative;
  border-bottom: solid 5px #34c5c8;
}
.dailynews-container .mini-manset-banner-slider .mini-slider-item {
  min-height: 250px;
}
.dailynews-container .mini-manset-banner-slider .mini-slider-item .img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.dailynews-container .mini-manset-banner-slider .mini-slider-item .img img {
  min-width: 100%;
  min-height: 100%;
  opacity: 0.4;
}
.dailynews-container .mini-manset-banner-slider .mini-slider-item .button,
.dailynews-container .mini-manset-banner-slider .mini-slider-item span,
.dailynews-container .mini-manset-banner-slider .mini-slider-item h5 {
  position: relative;
  z-index: 1;
}
.dailynews-container .mini-manset-banner-slider .button.subject {
  line-height: 24px;
  float: left;
  background-color: #0096aa;
  border: solid 1px #0096aa;
  color: #fff;
  margin: 15px 0 0 15px;
}
.dailynews-container .mini-manset-banner-slider .button.subject:hover {
  background-color: #fff;
  color: #284c8d;
  border-color: #fff;
}
.dailynews-container .mini-manset-banner-slider span {
  font-family: "BoldC2019";
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-left: 15px;
}
.dailynews-container .mini-manset-banner-slider h5 {
  font-family: "BoldC2019";
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0 15px 0;
  width: 80%;
  float: left;
  margin-left: 15px;
  transition: all 100ms ease;
}
.dailynews-container .mini-manset-banner-slider .button.detail {
  line-height: 18px;
  background: transparent;
  float: left;
  padding: 0;
  color: #fff;
  margin-left: 15px;
}
.dailynews-container .mini-manset-banner-slider .button.detail:hover {
  color: #284c8d;
}
.dailynews-container .mini-manset-banner-slider .button.detail:hover .panton-icon {
  color: #284c8d;
}
.dailynews-container .mini-manset-banner-slider .button.detail .panton-icon {
  margin-right: 5px;
  vertical-align: bottom;
  color: #fff;
}
.dailynews-container .mini-manset-banner-slider ul.mini-manset-slider-nav {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: center;
  z-index: 9;
}
.dailynews-container .mini-manset-banner-slider ul.mini-manset-slider-nav li {
  display: inline-block;
  margin: 0 20px;
}
.dailynews-container .mini-manset-banner-slider ul.mini-manset-slider-nav li:nth-child(2) a {
  font-size: 18px;
}
.dailynews-container .mini-manset-banner-slider ul.mini-manset-slider-nav li a,
.dailynews-container .mini-manset-banner-slider ul.mini-manset-slider-nav li button {
  border: none;
  outline: none;
  font-size: 26px;
  color: #fff;
  opacity: 0.6;
  line-height: 30px;
  background-color: transparent;
  padding: 0;
  transition: all 100ms ease;
}
.dailynews-container .mini-manset-banner-slider ul.mini-manset-slider-nav li a i,
.dailynews-container .mini-manset-banner-slider ul.mini-manset-slider-nav li button i {
  vertical-align: middle;
}
.dailynews-container .mini-manset-banner-slider ul.mini-manset-slider-nav li a i.vivala-icon,
.dailynews-container .mini-manset-banner-slider ul.mini-manset-slider-nav li button i.vivala-icon {
  font-size: 36px;
}
.dailynews-container .mini-manset-banner-slider ul.mini-manset-slider-nav li a i.panton-icon,
.dailynews-container .mini-manset-banner-slider ul.mini-manset-slider-nav li button i.panton-icon {
  font-size: 15px;
  vertical-align: baseline;
}
.dailynews-container .mini-manset-banner-slider ul.mini-manset-slider-nav li a:hover,
.dailynews-container .mini-manset-banner-slider ul.mini-manset-slider-nav li button:hover {
  opacity: 1;
}
.dailynews-container .announcement-banner-slider {
  float: left;
  padding: 15px;
  background-color: #f7d97e;
  width: 100%;
}
.dailynews-container .announcement-banner-slider .ann-slider {
  width: 100%;
  float: left;
}
.dailynews-container .announcement-banner-slider .ann-slider .ann-slider-item:hover h5 {
  color: #fa5e1c;
}
.dailynews-container .announcement-banner-slider .ann-slider .ann-slider-item:hover .button.detail {
  color: #fa5e1c;
}
.dailynews-container .announcement-banner-slider .ann-slider .ann-slider-item:hover .button.detail .panton-icon {
  color: #fa5e1c;
}
.dailynews-container .announcement-banner-slider .button.subject {
  line-height: 24px;
  background: transparent;
  float: left;
  background-color: transparent;
  border: solid 1px #a47e2a;
  color: #a47e2a;
}
.dailynews-container .announcement-banner-slider .button.subject:hover {
  background-color: #fa5e1c;
  color: #fff;
  border-color: #fa5e1c;
}
.dailynews-container .announcement-banner-slider span {
  font-family: "BoldC2019";
  font-size: 10px;
  font-weight: 600;
  color: #a47e2a;
  width: 100%;
  float: left;
  margin-top: 15px;
}
.dailynews-container .announcement-banner-slider h5 {
  font-family: "BoldC2019";
  font-size: 20px;
  font-weight: 600;
  color: #4a3d27;
  margin: 10px 0 15px 0;
  width: 100%;
  float: left;
  transition: all 100ms ease;
}
.dailynews-container .announcement-banner-slider .button.detail {
  line-height: 18px;
  background: transparent;
  float: left;
  padding: 0;
  color: #a47e2a;
}
.dailynews-container .announcement-banner-slider .button.detail .panton-icon {
  margin-right: 5px;
  vertical-align: bottom;
  color: #a47e2a;
}
.dailynews-container .announcement-banner-slider ul.slider-nav {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  margin-top: 10px;
}
.dailynews-container .announcement-banner-slider ul.slider-nav li {
  display: inline-block;
  margin-right: 5px;
}
.dailynews-container .announcement-banner-slider ul.slider-nav li button {
  border: none;
  outline: none;
  font-size: 24px;
  color: #a47e2a;
  line-height: 30px;
  background-color: transparent;
  padding: 0;
  transition: all 100ms ease;
}
.dailynews-container .announcement-banner-slider ul.slider-nav li button i {
  vertical-align: middle;
  display: inline-block;
}
.dailynews-container .announcement-banner-slider ul.slider-nav li button i.panton-icon.fill {
  display: none;
}
.dailynews-container .announcement-banner-slider ul.slider-nav li button:hover {
  opacity: 1;
  color: #a47e2a;
}
.dailynews-container .announcement-banner-slider ul.slider-nav li button:hover i.panton-icon {
  display: none;
}
.dailynews-container .announcement-banner-slider ul.slider-nav li button:hover i.panton-icon.fill {
  display: inline-block;
}
.dailynews-container .manset-slider {
  position: relative;
  margin-bottom: 15px;
}
.dailynews-container .manset-slider .manset-slider-item {
  position: relative;
}
.dailynews-container .manset-slider .manset-slider-item .button.subject {
  background-color: #34c5c8;
  color: #fff;
  position: absolute;
  top: 35px;
  left: 35px;
}
.dailynews-container .manset-slider .manset-slider-item .button.subject:hover {
  background-color: #fff;
  color: #253690;
}
.dailynews-container .manset-slider .manset-slider-item .manset-slider-image img {
  min-width: 100%;
  min-height: 270px;
}
.dailynews-container .manset-slider .manset-slider-item .manset-slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 35px;
}
.dailynews-container .manset-slider .manset-slider-item .manset-slider-content span {
  font-family: "BoldC2019";
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.dailynews-container .manset-slider .manset-slider-item .manset-slider-content h6 {
  font-family: "BoldC2019";
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.dailynews-container .manset-slider .manset-slider-item .manset-slider-content .button {
  border: solid 1px #fff;
  color: #fff;
  background-color: transparent;
  line-height: 28px;
}
.dailynews-container .manset-slider .manset-slider-item .manset-slider-content .button i.panton-icon {
  vertical-align: bottom;
  margin-right: 5px;
}
.dailynews-container .manset-slider .manset-slider-item .manset-slider-content .button:hover {
  background-color: #fff;
  color: #23324e;
}
.dailynews-container .manset-slider .manset-slider-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 176px;
  background: #23324e;
  background: linear-gradient(0deg, #23324e 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.dailynews-container .manset-slider ul.manset-slider-nav {
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 2;
}
.dailynews-container .manset-slider ul.manset-slider-nav li {
  display: inline-block;
  margin-left: 15px;
}
.dailynews-container .manset-slider ul.manset-slider-nav li:nth-child(1) button i.panton-icon, .dailynews-container .manset-slider ul.manset-slider-nav li:nth-child(3) button i.panton-icon {
  display: inline-block;
}
.dailynews-container .manset-slider ul.manset-slider-nav li:nth-child(1) button i.panton-icon.fill, .dailynews-container .manset-slider ul.manset-slider-nav li:nth-child(3) button i.panton-icon.fill {
  display: none;
}
.dailynews-container .manset-slider ul.manset-slider-nav li:nth-child(1) button:hover i.panton-icon, .dailynews-container .manset-slider ul.manset-slider-nav li:nth-child(3) button:hover i.panton-icon {
  display: none;
}
.dailynews-container .manset-slider ul.manset-slider-nav li:nth-child(1) button:hover i.panton-icon.fill, .dailynews-container .manset-slider ul.manset-slider-nav li:nth-child(3) button:hover i.panton-icon.fill {
  display: inline-block;
}
.dailynews-container .manset-slider ul.manset-slider-nav li:nth-child(2) a {
  font-size: 24px;
}
.dailynews-container .manset-slider ul.manset-slider-nav li a,
.dailynews-container .manset-slider ul.manset-slider-nav li button {
  border: none;
  outline: none;
  font-size: 30px;
  color: #fff;
  opacity: 0.5;
  line-height: 30px;
  background-color: transparent;
  padding: 0;
  transition: all 100ms ease;
}
.dailynews-container .manset-slider ul.manset-slider-nav li a i,
.dailynews-container .manset-slider ul.manset-slider-nav li button i {
  vertical-align: middle;
}
.dailynews-container .manset-slider ul.manset-slider-nav li a:hover,
.dailynews-container .manset-slider ul.manset-slider-nav li button:hover {
  opacity: 1;
}
.dailynews-container .short-gutter {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.dailynews-container .short-gutter .col-lg-3 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.dailynews-container .daily-thumb-block {
  margin-bottom: 40px;
}
.dailynews-container .daily-thumb-block .img {
  padding-bottom: 5px;
  background-color: #34c5c8;
}
.dailynews-container .daily-thumb-block .img img {
  width: 100%;
  transition: all 100ms ease;
}
.dailynews-container .daily-thumb-block span {
  font-family: "BoldC2019";
  font-size: 10px;
  font-weight: 600;
  color: #a4bcc4;
}
.dailynews-container .daily-thumb-block h3 {
  font-family: "BoldC2019";
  font-size: 14px;
  font-weight: 500;
  color: #415464;
  transition: all 100ms ease;
}
.dailynews-container .daily-thumb-block:hover img {
  opacity: 0.29;
}
.dailynews-container .daily-thumb-block:hover h3 {
  color: #253690;
}

.online-actions-container {
  margin-top: 90px;
}
.online-actions-container .title h6,
.online-actions-container .title p {
  text-indent: 15px;
}
.online-actions-container .title h6 {
  font-family: "BoldC2019";
  font-size: 24px;
  font-weight: 600;
  color: #284c8d;
}
.online-actions-container .title p {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #7c97a0;
}
.online-actions-container .directorates ul.links li {
  border-bottom: solid 1px #21427d;
}
.online-actions-container .directorates ul.links li a {
  font-family: "BoldC2019 Book";
  font-size: 15px;
  font-weight: 400;
  color: #bbd6e9;
  background-color: #284c8d;
  transition: all 100ms ease;
  padding: 18px 35px;
  display: inline-block;
  width: 100%;
}
.online-actions-container .directorates ul.links li a:hover {
  background-color: #153368;
  color: #25b0d7;
}
.online-actions-container .directorates ul.directorates-slider-nav {
  width: 100%;
  background-color: #284c8d;
  text-align: center;
  padding-bottom: 10px;
}
.online-actions-container .directorates ul.directorates-slider-nav li {
  display: inline-block;
  margin: 0 7.5px;
}
.online-actions-container .directorates ul.directorates-slider-nav li:nth-child(1) button i.panton-icon, .online-actions-container .directorates ul.directorates-slider-nav li:nth-child(3) button i.panton-icon {
  display: inline-block;
}
.online-actions-container .directorates ul.directorates-slider-nav li:nth-child(1) button i.panton-icon.fill, .online-actions-container .directorates ul.directorates-slider-nav li:nth-child(3) button i.panton-icon.fill {
  display: none;
}
.online-actions-container .directorates ul.directorates-slider-nav li:nth-child(1) button:hover i.panton-icon, .online-actions-container .directorates ul.directorates-slider-nav li:nth-child(3) button:hover i.panton-icon {
  display: none;
}
.online-actions-container .directorates ul.directorates-slider-nav li:nth-child(1) button:hover i.panton-icon.fill, .online-actions-container .directorates ul.directorates-slider-nav li:nth-child(3) button:hover i.panton-icon.fill {
  display: inline-block;
}
.online-actions-container .directorates ul.directorates-slider-nav li:nth-child(2) a {
  font-size: 18px;
}
.online-actions-container .directorates ul.directorates-slider-nav li a,
.online-actions-container .directorates ul.directorates-slider-nav li button {
  border: none;
  outline: none;
  font-size: 26px;
  color: #92c0ea;
  opacity: 0.5;
  line-height: 30px;
  background-color: transparent;
  padding: 0;
  transition: all 100ms ease;
}
.online-actions-container .directorates ul.directorates-slider-nav li a i,
.online-actions-container .directorates ul.directorates-slider-nav li button i {
  vertical-align: middle;
}
.online-actions-container .directorates ul.directorates-slider-nav li a:hover,
.online-actions-container .directorates ul.directorates-slider-nav li button:hover {
  opacity: 1;
  color: #fff;
}

.online-action-buttons .action-button {
  width: calc(25% - 5px);
  float: left;
  margin: 0 2.5px 2.5px 0;
}
.online-action-buttons .action-button a {
  padding: 15px 20px 10px 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
  background: url("../img/online-action-bg-icon-sprite.png") no-repeat #fff;
}
.online-action-buttons .action-button a:hover i.icon {
  opacity: 0.5;
}
.online-action-buttons .action-button a.bg1 {
  background-position: 0 0;
}
.online-action-buttons .action-button a.bg2 {
  background-position: -165px 0;
}
.online-action-buttons .action-button a.bg3 {
  background-position: -355px 0;
}
.online-action-buttons .action-button a.bg4 {
  background-position: -546px 0;
}
.online-action-buttons .action-button a.bg5 {
  background-position: 0 -126px;
}
.online-action-buttons .action-button a.bg6 {
  background-position: -165px -126px;
}
.online-action-buttons .action-button a.bg7 {
  background-position: -355px -126px;
}
.online-action-buttons .action-button a.bg8 {
  background-position: -546px -126px;
}
.online-action-buttons .action-button a.bg9 {
  background-position: 0 -252px;
}
.online-action-buttons .action-button a.bg10 {
  background-position: -165px -252px;
}
.online-action-buttons .action-button a.bg11 {
  background-position: -355px -252px;
}
.online-action-buttons .action-button a.bg12 {
  background-position: -546px -252px;
}
.online-action-buttons .action-button a.bg13 {
  background-position: 0 -377px;
}
.online-action-buttons .action-button a.bg14 {
  background-position: -165px -377px;
}
.online-action-buttons .action-button a.bg15 {
  background-position: -355px -377px;
}
.online-action-buttons .action-button a.bg16 {
  background-position: -546px -377px;
}
.online-action-buttons .action-button a i.icon {
  background: url("../img/online-action-icons-sprite.png") no-repeat;
  height: 53px;
  display: inline-block;
  margin-bottom: 5px;
  transition: all 100ms ease;
}
.online-action-buttons .action-button a i.icon.icon1 {
  background-position: 0 0;
  width: 55px;
}
.online-action-buttons .action-button a i.icon.icon2 {
  background-position: -89px 0;
  width: 59px;
}
.online-action-buttons .action-button a i.icon.icon3 {
  background-position: -180px 0;
  width: 52px;
}
.online-action-buttons .action-button a i.icon.icon4 {
  background-position: -268px 0;
  width: 53px;
}
.online-action-buttons .action-button a i.icon.icon5 {
  background-position: -367px 0;
  width: 53px;
}
.online-action-buttons .action-button a i.icon.icon6 {
  background-position: -457px 0;
  width: 51px;
}
.online-action-buttons .action-button a i.icon.icon7 {
  background-position: -541px 0;
  width: 60px;
}
.online-action-buttons .action-button a i.icon.icon8 {
  background-position: -632px 0;
  width: 56px;
}
.online-action-buttons .action-button a i.icon.icon9 {
  background-position: -726px 0;
  width: 52px;
}
.online-action-buttons .action-button a i.icon.icon10 {
  background-position: -821px 0;
  width: 52px;
}
.online-action-buttons .action-button a i.icon.icon11 {
  background-position: -905px 0;
  width: 60px;
}
.online-action-buttons .action-button a i.icon.icon12 {
  background-position: -997px 0;
  width: 54px;
}
.online-action-buttons .action-button a i.icon.icon13 {
  background-position: -1095px 0;
  width: 52px;
}
.online-action-buttons .action-button a i.icon.icon14 {
  background-position: -1178px 0;
  width: 64px;
}
.online-action-buttons .action-button a i.icon.icon15 {
  background-position: -1274px 0;
  width: 52px;
}
.online-action-buttons .action-button a i.icon.icon16 {
  background-position: -1364px 0;
  width: 50px;
}
.online-action-buttons .action-button a h6 {
  font-family: "BoldC2019";
  font-size: 13px;
  font-weight: 600;
  color: #284c8d;
  margin: 0;
  display: flex;
  align-items: center;
  height: 30px;
  justify-content: center;
}

.helpdesk-container {
  background: url("../img/helpdesk.png") no-repeat;
  background-position: left top;
  padding-bottom: 55px;
  max-width: 1366px;
}
.helpdesk-container h5 {
  font-family: "BoldC2019";
  font-size: 36px;
  font-weight: 600;
  color: #0a2240;
  margin-top: 45px;
  padding-left: 210px;
}
.helpdesk-container p {
  font-family: "BoldC2019";
  font-size: 16px;
  font-weight: 500;
  color: #284c8d;
  padding-left: 175px;
}
.helpdesk-container a.button {
  font-family: "BoldC2019";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #17a544;
  transition: all 100ms ease;
  padding: 0 24px;
  display: inline-block;
  line-height: 50px;
  margin: 20px 15px 0 250px;
}
.helpdesk-container a.button i.vivala-icon {
  font-size: 36px;
  vertical-align: bottom;
  margin-right: 10px;
}
.helpdesk-container a.button:hover {
  background-color: #25b0d7;
  color: #fff;
}
.helpdesk-container span {
  font-family: "BoldC2019 Book";
  font-size: 12px;
  font-weight: 400;
  color: #415464;
}
.helpdesk-container span i.panton-icon {
  margin-right: 5px;
  font-size: 16px;
}
.helpdesk-container.short span {
  float: left;
  text-align: center;
  width: 100%;
}

.helpful-links-container {
  padding-top: 15px;
}
.helpful-links-container .icon {
  height: 91px;
  background: url("../img/misc-icon-sprite.png") no-repeat;
  margin: 0 auto;
}
.helpful-links-container .icon.tuzlacard {
  background-position-x: 0;
  background-position-y: -100px;
  width: 90px;
}
.helpful-links-container .icon.tv {
  background-position-x: -90px;
  background-position-y: -100px;
  width: 92px;
}
.helpful-links-container .icon.culture {
  background-position-x: -182px;
  background-position-y: -100px;
  width: 94px;
}
.helpful-links-container .icon.people {
  background-position-x: -275px;
  background-position-y: -100px;
  width: 107px;
}
.helpful-links-container .icon.docs {
  background-position-x: 0;
  background-position-y: -200px;
  width: 80px;
  height: 80px;
}
.helpful-links-container .icon.hands {
  background-position-x: -80px;
  background-position-y: -200px;
  width: 80px;
  height: 80px;
}
.helpful-links-container .icon.graph {
  background-position-x: -160px;
  background-position-y: -200px;
  width: 80px;
  height: 80px;
}
.helpful-links-container .misc-block {
  text-align: center;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 100ms ease;
}
.helpful-links-container .misc-block:hover {
  opacity: 0.8;
}
.helpful-links-container .misc-block.pink h6 {
  color: #ff7262;
}
.helpful-links-container .misc-block.pink a.button {
  background-color: #ff7262;
}
.helpful-links-container .misc-block.green h6 {
  color: #389461;
}
.helpful-links-container .misc-block.green a.button {
  background-color: #389461;
}
.helpful-links-container .misc-block.blue h6 {
  color: #284c8d;
}
.helpful-links-container .misc-block.blue a.button {
  background-color: #284c8d;
}
.helpful-links-container .misc-block.aqua h6 {
  color: #25b0d7;
}
.helpful-links-container .misc-block.aqua a.button {
  background-color: #25b0d7;
}
.helpful-links-container .misc-block h6,
.helpful-links-container .misc-block p {
  padding-left: 15px;
  padding-right: 15px;
}
.helpful-links-container .misc-block h6 {
  font-family: "BoldC2019";
  font-size: 18px;
  font-weight: 600;
  color: #415464;
  margin-top: 30px;
}
.helpful-links-container .misc-block p {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #98a4af;
}
.helpful-links-container .misc-block .button {
  border-radius: 25px;
  background-color: #d9e0e2;
  padding: 0;
  width: 50px;
  text-align: center;
}
.helpful-links-container .misc-block .button i {
  vertical-align: bottom;
}
.helpful-links-container .misc-block:hover .button {
  background-color: #253690;
}
.helpful-links-container .info-block {
  width: 100%;
  overflow: hidden;
}
.helpful-links-container .info-block .info-icon {
  margin: 20px;
  float: left;
  transition: all 100ms ease;
}
.helpful-links-container .info-block .info-icon .icon {
  margin: 0;
}
.helpful-links-container .info-block .info-content {
  width: calc(100% - 150px);
  float: left;
  transition: all 100ms ease;
}
.helpful-links-container .info-block .info-content h6 {
  font-family: "BoldC2019";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-top: 25px;
  padding-right: 15px;
}
.helpful-links-container .info-block .info-content p {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-right: 15px;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.helpful-links-container .info-block .info-content a.button {
  padding: 0;
  background: transparent;
  font-family: "BoldC2019 Book";
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
.helpful-links-container .info-block .info-content a.button .panton-icon {
  margin-right: 5px;
  vertical-align: bottom;
}
.helpful-links-container .info-block.orange {
  background: #fa5e1c;
}
.helpful-links-container .info-block.orange p,
.helpful-links-container .info-block.orange a.button {
  color: #7f3a2d;
}
.helpful-links-container .info-block.aqua {
  background: #34c5c8;
}
.helpful-links-container .info-block.aqua p,
.helpful-links-container .info-block.aqua a.button {
  color: #314d5b;
}
.helpful-links-container .info-block.green {
  background: #3cc24f;
}
.helpful-links-container .info-block.green .info-icon {
  margin: 32px 20px;
}
.helpful-links-container .info-block.green p,
.helpful-links-container .info-block.green a.button {
  color: #26614b;
}
.helpful-links-container .info-block:hover .info-icon,
.helpful-links-container .info-block:hover .info-content {
  opacity: 0.5;
}

.events-container {
  margin-top: 45px;
  background: url("../img/events-bg.png") repeat-x top center;
  background-position-y: 125px;
  max-width: 1920px;
}
.events-container .right-side {
  position: relative;
  z-index: 2;
}
.events-container .owl-stage-outer {
  overflow: visible !important;
}
.events-container .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}
.events-container .owl-item.active {
  opacity: 1;
}
.events-container .event-slide {
  width: 100%;
}
.events-container .event-block {
  background-color: #fff;
  padding: 30px 0 35px 0;
  box-shadow: 1.2px 1.5px 10px 0px rgba(191, 202, 209, 0.7);
  transition: all 100ms ease;
  margin-bottom: 15px;
  margin-right: 15px;
  display: block;
}
.events-container .event-block .date {
  width: 100%;
  overflow: hidden;
  border-left: solid 5px #8abb46;
}
.events-container .event-block .date p,
.events-container .event-block .date span {
  transition: all 100ms ease;
}
.events-container .event-block .date.featured {
  border-left-color: #fa5e1c;
}
.events-container .event-block .date .day {
  float: left;
}
.events-container .event-block .date .day p {
  font-family: "Boldin";
  font-size: 48px;
  font-weight: 500;
  color: #26456c;
  margin: 0;
  line-height: 50px;
  padding: 0 10px 5px 10px;
}
.events-container .event-block .date .restOfDate {
  float: left;
}
.events-container .event-block .date .restOfDate p {
  font-family: "BoldC2019";
  font-size: 16px;
  font-weight: 600;
  color: #26456c;
  margin: 0;
  line-height: 0.5;
  margin-top: 14px;
}
.events-container .event-block .date .restOfDate span {
  font-family: "BoldC2019 Book";
  font-size: 12px;
  font-weight: 400;
  color: #436da4;
}
.events-container .event-block .title {
  padding: 0 15px;
  min-height: 70px;
  margin-bottom: 30px;
}
.events-container .event-block .title h6,
.events-container .event-block .title p {
  transition: all 100ms ease;
}
.events-container .event-block .title h6 {
  font-family: "BoldC2019";
  font-size: 20px;
  font-weight: 600;
  color: #415464;
  margin: 40px 0 0 0;
}
.events-container .event-block .title p {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #87a1aa;
}
.events-container .event-block .timeLocation {
  padding: 0 15px;
}
.events-container .event-block .timeLocation p {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #87a1aa;
  margin: 0;
}
.events-container .event-block .timeLocation p i.panton-icon {
  margin-right: 5px;
}
.events-container .event-block:hover {
  box-shadow: 0px 0px 32px 0px rgba(120, 136, 146, 0.7);
}
.events-container .event-block:hover .date p,
.events-container .event-block:hover .date span {
  color: #25b0d7;
}
.events-container .event-block:hover .title h6,
.events-container .event-block:hover .title p {
  color: #253690;
}
.events-container .events-banner img {
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
  display: block;
}
.events-container .event-info {
  padding-left: 15px;
}
.events-container .event-info h6 {
  font-family: "BoldC2019";
  font-size: 30px;
  font-weight: 600;
  color: #26456c;
  margin: 25px 0 0 0;
}
.events-container .event-info p {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #26456c;
  margin: 0;
}
.events-container ul.event-slider-nav {
  padding-left: 15px;
}
.events-container ul.event-slider-nav li {
  display: inline-block;
  margin-right: 0px;
}
.events-container ul.event-slider-nav li:nth-child(1) button i.panton-icon, .events-container ul.event-slider-nav li:nth-child(2) button i.panton-icon {
  display: inline-block;
}
.events-container ul.event-slider-nav li:nth-child(1) button i.panton-icon.fill, .events-container ul.event-slider-nav li:nth-child(2) button i.panton-icon.fill {
  display: none;
}
.events-container ul.event-slider-nav li:nth-child(1) button:hover i.panton-icon, .events-container ul.event-slider-nav li:nth-child(2) button:hover i.panton-icon {
  display: none;
}
.events-container ul.event-slider-nav li:nth-child(1) button:hover i.panton-icon.fill, .events-container ul.event-slider-nav li:nth-child(2) button:hover i.panton-icon.fill {
  display: inline-block;
}
.events-container ul.event-slider-nav li button {
  border: none;
  outline: none;
  font-size: 30px;
  color: #26456c;
  line-height: 30px;
  background-color: transparent;
  padding: 0;
  transition: all 100ms ease;
}
.events-container ul.event-slider-nav li button i {
  vertical-align: middle;
}
.events-container .more-events {
  width: 100%;
  overflow: hidden;
  margin-left: 15px;
  margin-top: 20px;
}
.events-container .more-events a .icon {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.events-container .more-events a .icon i {
  font-size: 24px;
  color: #fff;
  transition: all 100ms ease;
}
.events-container .more-events a .link {
  float: left;
}
.events-container .more-events a .link span,
.events-container .more-events a .link p {
  transition: all 100ms ease;
}
.events-container .more-events a .link span {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 0.5;
}
.events-container .more-events a .link p {
  font-family: "BoldC2019";
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.events-container .more-events a:hover i,
.events-container .more-events a:hover span,
.events-container .more-events a:hover p {
  color: #253690;
}

.projects-container {
  background: url("../img/projects-bg.png") no-repeat top center / 100% 822px;
  padding-top: 50px;
  margin-top: 50px;
}
.projects-container .right-side {
  position: relative;
  z-index: 2;
}
.projects-container .owl-stage-outer {
  overflow: visible !important;
}
.projects-container .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}
.projects-container .owl-item.active {
  opacity: 1;
}
.projects-container .category-icon {
  background: url("../img/icons-sprite.png") no-repeat;
  background-position-x: -245px;
  width: 25px;
  height: 25px;
}
.projects-container .category-icon.light {
  background-position-x: -220px;
}
.projects-container .category-icon.culture {
  background-position-y: 0;
}
.projects-container .category-icon.social {
  background-position-y: -25px;
}
.projects-container .category-icon.education {
  background-position-y: -50px;
}
.projects-container .category-icon.park {
  background-position-y: -75px;
}
.projects-container .category-icon.custom {
  background-position-y: -100px;
}
.projects-container .category-icon.health {
  background-position-y: -125px;
}
.projects-container .category-icon.tech {
  background-position-y: -150px;
}
.projects-container .category-icon.hr {
  background-position-y: -175px;
}
.projects-container .category-icon.road {
  background-position-y: -200px;
}
.projects-container .category-icon.others {
  background-position-y: -225px;
}
.projects-container .project-slide {
  width: 100%;
}
.projects-container ul.project-slider-nav {
  text-align: center;
  margin-bottom: 30px;
}
.projects-container ul.project-slider-nav li {
  display: inline-block;
  margin-right: 15px;
}
.projects-container ul.project-slider-nav li:nth-child(1) button i.panton-icon, .projects-container ul.project-slider-nav li:nth-child(3) button i.panton-icon {
  display: inline-block;
}
.projects-container ul.project-slider-nav li:nth-child(1) button i.panton-icon.fill, .projects-container ul.project-slider-nav li:nth-child(3) button i.panton-icon.fill {
  display: none;
}
.projects-container ul.project-slider-nav li:nth-child(1) button:hover i.panton-icon, .projects-container ul.project-slider-nav li:nth-child(3) button:hover i.panton-icon {
  display: none;
}
.projects-container ul.project-slider-nav li:nth-child(1) button:hover i.panton-icon.fill, .projects-container ul.project-slider-nav li:nth-child(3) button:hover i.panton-icon.fill {
  display: inline-block;
}
.projects-container ul.project-slider-nav li:nth-child(2) a {
  font-size: 24px;
}
.projects-container ul.project-slider-nav li a,
.projects-container ul.project-slider-nav li button {
  border: none;
  outline: none;
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  background-color: transparent;
  padding: 0;
  transition: all 100ms ease;
}
.projects-container ul.project-slider-nav li a i,
.projects-container ul.project-slider-nav li button i {
  vertical-align: middle;
}
.projects-container .project-block {
  background-color: #fff;
  padding: 5px;
  transition: all 100ms ease;
  margin-bottom: 15px;
  margin-right: 15px;
  display: block;
}
.projects-container .project-block .project-img {
  width: 100%;
}
.projects-container .project-block .project-img img {
  width: 100%;
}
.projects-container .project-block .category {
  width: 50px;
  height: 50px;
  margin: -25px auto 0 auto;
  position: relative;
  z-index: 1;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.projects-container .project-block .category .category-icon {
  margin: 12.5px;
  float: left;
}
.projects-container .project-block .category.blue {
  background-color: #2e8ce8;
}
.projects-container .project-block .category.purple {
  background-color: #af3c82;
}
.projects-container .project-block .category.green {
  background-color: #1da368;
}
.projects-container .project-block .category.orange {
  background-color: #eb5b3b;
}
.projects-container .project-block h6,
.projects-container .project-block p {
  transition: all 100ms ease;
  text-align: center;
}
.projects-container .project-block h6 {
  margin: 25px 0;
  padding: 0 15px;
  font-family: "BoldC2019";
  font-size: 16px;
  font-weight: 500;
  color: #415464;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects-container .project-block p {
  font-family: "BoldC2019 Book";
  font-size: 11px;
  font-weight: 400;
  color: #87a1aa;
  margin: 0 0 20px 0;
}
.projects-container .project-block:hover h6 {
  color: #253690;
}
.projects-container .project-block:hover p {
  color: #25b0d7;
}
.projects-container .events-banner img {
  width: 100%;
}
.projects-container .event-info {
  padding-left: 15px;
}
.projects-container .event-info h6 {
  font-family: "BoldC2019";
  font-size: 30px;
  font-weight: 600;
  color: #26456c;
  margin: 25px 0 0 0;
}
.projects-container .event-info p {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #26456c;
  margin: 0;
}
.projects-container ul.event-slider-nav {
  padding-left: 15px;
}
.projects-container ul.event-slider-nav li {
  display: inline-block;
  margin-right: 0px;
}
.projects-container ul.event-slider-nav li:nth-child(1) button i.panton-icon, .projects-container ul.event-slider-nav li:nth-child(2) button i.panton-icon {
  display: inline-block;
}
.projects-container ul.event-slider-nav li:nth-child(1) button i.panton-icon.fill, .projects-container ul.event-slider-nav li:nth-child(2) button i.panton-icon.fill {
  display: none;
}
.projects-container ul.event-slider-nav li:nth-child(1) button:hover i.panton-icon, .projects-container ul.event-slider-nav li:nth-child(2) button:hover i.panton-icon {
  display: none;
}
.projects-container ul.event-slider-nav li:nth-child(1) button:hover i.panton-icon.fill, .projects-container ul.event-slider-nav li:nth-child(2) button:hover i.panton-icon.fill {
  display: inline-block;
}
.projects-container ul.event-slider-nav li button {
  border: none;
  outline: none;
  font-size: 30px;
  color: #26456c;
  line-height: 30px;
  background-color: transparent;
  padding: 0;
  transition: all 100ms ease;
}
.projects-container ul.event-slider-nav li button i {
  vertical-align: middle;
}
.projects-container .more-events {
  width: 100%;
  overflow: hidden;
  margin-left: 15px;
  margin-top: 20px;
}
.projects-container .more-events a .icon {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.projects-container .more-events a .icon i {
  font-size: 24px;
  color: #fff;
  transition: all 100ms ease;
}
.projects-container .more-events a .link {
  float: left;
}
.projects-container .more-events a .link span,
.projects-container .more-events a .link p {
  transition: all 100ms ease;
}
.projects-container .more-events a .link span {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 0.5;
}
.projects-container .more-events a .link p {
  font-family: "BoldC2019";
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.projects-container .more-events a:hover i,
.projects-container .more-events a:hover span,
.projects-container .more-events a:hover p {
  color: #253690;
}
.projects-container .projects-title h6 {
  font-family: "BoldC2019";
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  line-height: 0.8;
  margin-bottom: 15px;
}
.projects-container .projects-title p {
  font-family: "BoldC2019 Book";
  font-size: 16px;
  font-weight: 400;
  color: #25b0d7;
  max-width: 300px;
}
.projects-container ul.project-list {
  border-top: solid 1px #1a2e70;
  max-width: 285px;
}
.projects-container ul.project-list li {
  border-bottom: solid 1px #1a2e70;
  position: relative;
}
.projects-container ul.project-list li a,
.projects-container ul.project-list li span {
  transition: all 100ms ease;
}
.projects-container ul.project-list li a {
  font-family: "BoldC2019";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 12.5px 0;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.projects-container ul.project-list li a .category-icon {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}
.projects-container ul.project-list li span {
  font-family: "Boldin";
  font-size: 48px;
  font-weight: 500;
  color: #0a2240;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 1;
}
.projects-container ul.project-list li:hover a {
  color: #25b0d7;
}
.projects-container ul.project-list li:hover span {
  opacity: 1;
}
.projects-container .more-projects {
  margin-top: 10px;
}
.projects-container .more-projects i.icon {
  display: inline-block;
  width: 58px;
  height: 38px;
  background: url("../img/icons-sprite.png") no-repeat;
  background-position: 0 -237px;
  float: left;
  margin-top: 11px;
  margin-right: 10px;
}
.projects-container .more-projects a {
  max-width: 200px;
  display: inline-block;
  transition: all 100ms ease;
}
.projects-container .more-projects a span {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #ff7262;
  transition: all 100ms ease;
  display: inline-block;
}
.projects-container .more-projects a:hover span {
  color: #25b0d7;
}

.misc-container {
  padding-top: 60px;
}
.misc-container .icon {
  width: 90px;
  height: 90px;
  background: url("../img/misc-icon-sprite.png") no-repeat;
  margin: 0 auto;
}
.misc-container .icon.hand-shake {
  background-position-x: 0;
}
.misc-container .icon.recycle {
  background-position-x: -90px;
}
.misc-container .icon.facilities {
  background-position-x: -540px;
}
.misc-container .icon.license {
  background-position-x: -270px;
}
.misc-container .icon.pdf {
  background-position-x: -360px;
}
.misc-container .icon.cap {
  background-position-x: -450px;
}
.misc-container .icon.covid {
    background-position-x: -180px;
}
.misc-container .misc-block {
  text-align: center;
  box-shadow: 1.2px 1.5px 10px 0px rgba(215, 222, 227, 0.4);
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 10px;
  transition: all 100ms ease;
}
.misc-container .misc-block:hover {
  box-shadow: 1.2px 1.5px 10px 0px #d7dee3;
}
.misc-container .misc-block h6,
.misc-container .misc-block p {
  padding-left: 15px;
  padding-right: 15px;
}
.misc-container .misc-block h6 {
  font-family: "BoldC2019";
  font-size: 18px;
  font-weight: 600;
  color: #415464;
  margin-top: 30px;
}
.misc-container .misc-block p {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #98a4af;
}
.misc-container .misc-block .button {
  border-radius: 100%;
  background-color: #d9e0e2;
  padding: 0;
  width: 30px;
  text-align: center;
}
.misc-container .misc-block .button i {
  vertical-align: bottom;
}
.misc-container .misc-block:hover .button {
  background-color: #253690;
}
.misc-container .info-block {
  width: 100%;
  overflow: hidden;
}
.misc-container .info-block .info-icon {
  margin: 30px;
  float: left;
}
.misc-container .info-block .info-icon .icon {
  margin: 0;
}
.misc-container .info-block .info-content {
  width: calc(100% - 150px);
  float: left;
}
.misc-container .info-block .info-content h6 {
  font-family: "BoldC2019";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-top: 35px;
  padding-right: 15px;
}
.misc-container .info-block .info-content p {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-right: 15px;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.misc-container .info-block .info-content a.button {
  padding: 0;
  background: transparent;
  font-family: "BoldC2019 Book";
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
.misc-container .info-block .info-content a.button .panton-icon {
  margin-right: 5px;
  vertical-align: bottom;
}
.misc-container .info-block.orange {
  background: #fa5e1c;
}
.misc-container .info-block.orange p,
.misc-container .info-block.orange a.button {
  color: #7f3a2d;
}
.misc-container .info-block.aqua {
  background: #34c5c8;
}
.misc-container .info-block.aqua p,
.misc-container .info-block.aqua a.button {
  color: #314d5b;
}
.misc-container .info-block.green {
  background: #3cc24f;
}
.misc-container .info-block.green p,
.misc-container .info-block.green a.button {
  color: #26614b;
}
.misc-container .info-block:hover a.button {
  color: #fff;
}

.footer {
  max-width: 1920px;
  overflow: hidden;
  background: url("../img/footer-bg.png") #253690 left top no-repeat;
  position: relative;
  margin-top: 50px;
}
.footer:before {
  height: 10px;
  background-color: #f1f2ed;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.footer .footer-links-container {
  width: calc(100% - 410px);
  padding: 70px 0 75px 0;
  float: left;
}
.footer .footer-links-container ul.footer-links {
  float: left;
  margin-right: 50px;
}
.footer .footer-links-container ul.footer-links li {
  margin-bottom: 5px;
}
.footer .footer-links-container ul.footer-links li a {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #7baed4;
  transition: all 100ms ease;
  padding-left: 20px;
}
.footer .footer-links-container ul.footer-links li a:before {
  content: "•";
  color: #7baed4;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.footer .footer-links-container ul.footer-links li a:hover {
  color: #f7d97e;
}
.footer .footer-links-container ul.footer-links li a:hover:before {
  color: #f7d97e;
}
.footer .footer-links-container ul.footer-links:last-child {
  margin-right: 0;
}
.footer .footer-featured {
  padding-top: 65px;
  text-align: center;
  float: left;
  width: 410px;
  height: 100%;
  position: relative;
}
.footer .footer-featured:before {
  content: "";
  display: block;
  background: url("../img/footer-featured-bg.png") #a6bcca no-repeat;
  width: 300%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.footer .footer-featured .content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.footer .footer-featured .content > .button {
  background-color: #389461;
  line-height: 45px;
  padding: 0 20px;
}
.footer .footer-featured .content > .button:hover {
  background-color: #253690;
}
.footer .footer-featured .content > .button .vivala-icon {
  font-size: 34px;
  vertical-align: top;
}
.footer .footer-featured .content h6 {
  font-family: "BoldC2019";
  font-size: 42px;
  font-weight: 600;
  color: #e8edf1;
  width: 100%;
  margin-top: 30px;
}
.footer .footer-featured .content .social-links {
  margin-bottom: 20px;
}
.footer .footer-featured .content .social-links li {
  display: inline-block;
  margin: 20px 0 0 10px;
}
.footer .footer-featured .content .social-links li:last-child {
  margin-right: 0;
}
.footer .footer-featured .content .social-links li a {
  background: url("../img/icons-sprite.png") no-repeat;
  display: inline-block;
  width: 34px;
  height: 34px;
  float: left;
  transition: all 100ms ease;
  background-position-y: -146px;
}
.footer .footer-featured .content .social-links li a.twitter {
  background-position-x: 0;
}
.footer .footer-featured .content .social-links li a.facebook {
  background-position-x: -34px;
}
.footer .footer-featured .content .social-links li a.youtube {
    background-position-x: -68px;
}
.footer .footer-featured .content .social-links li a.instagram {
    background-position-x: -102px;
}
.footer .footer-featured .content .social-links li a.issuu {
  background-position-x: -136px;
}
.footer .footer-featured .content .social-links li a.whatsapp {
  background-position-x: -170px;
}
.footer .footer-featured .content .social-links li a.tiktok {
    background-position-x: -280px;
}
.footer .footer-featured .content .social-links li a:hover {
  background-position-y: -180px;
}
.footer .footer-featured .content p {
  font-family: "BoldC2019";
  font-size: 16px;
  font-weight: 600;
  color: #0a2240;
  width: 100%;
}
.footer .footer-featured .content .store-links li {
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
}
.footer .footer-featured .content .store-links li:last-child {
  margin-right: 0;
}
.footer .footer-featured .content .store-links li a.button {
  background-color: #0a2240;
  height: 50px;
  padding: 0 7px;
}
.footer .footer-featured .content .store-links li a.button:hover {
  background-color: #253690;
}
.footer .footer-featured .content .store-links li a.button i {
  background: url("../img/icons-sprite.png") no-repeat;
  background-position-x: -30px;
  display: inline-block;
}
.footer .footer-featured .content .store-links li a.button i.app-store {
  background-position-y: -70px;
  width: 126px;
  height: 33px;
  margin-top: 8.5px;
}
.footer .footer-featured .content .store-links li a.button i.google-play {
  background-position-y: -103px;
  width: 131px;
  height: 35px;
  margin-top: 7.5px;
}

.copyright {
  max-width: 1920px;
  background-color: #0a2240;
}
.copyright p {
  float: left;
  margin: 0;
  padding: 15px 0;
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #7baed4;
}
.copyright p.copy-text {
  float: left;
  margin-left: 15px;
  padding-left: 15px;
}

.modal {
  background-color: rgba(10, 34, 64, 0.9);
}
.modal .modal-dialog.modal-lg {
  max-width: 1140px;
}
.modal .modal-dialog .modal-header {
  border: none;
}
.modal .modal-dialog .modal-header .close {
  outline: none;
  opacity: 1;
}
.modal .modal-dialog .modal-header .close span {
  text-shadow: none;
  font-family: "BoldC2019";
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
  transition: all 100ms ease;
}
.modal .modal-dialog .modal-header .close span i.panton-icon {
  font-size: 30px;
  margin-right: 5px;
  vertical-align: bottom;
}
.modal .modal-dialog .modal-header .close:hover span {
  color: #ff7262;
}
.modal .modal-dialog .modal-content {
  background: transparent;
  border: none;
}

.online-actions-modal .search-box {
  text-align: center;
  margin-bottom: 50px;
}
.online-actions-modal .search-box .info {
  display: inline-block;
  margin-right: 15px;
  text-align: right;
  vertical-align: bottom;
  width: 200px;
}
.online-actions-modal .search-box .info span {
  font-family: "BoldC2019";
  font-size: 18px;
  font-weight: 500;
  color: #fcdd81;
  width: 100%;
  display: inline-block;
}
.online-actions-modal .search-box form {
  width: 52%;
  display: inline-block;
}
.online-actions-modal .search-box form .input-search {
  width: calc(100% - 110px);
  min-width: 240px;
  border: none;
  height: 60px;
  border-radius: 30px;
  background-color: #fcdd81;
  outline: none;
  font-family: "BoldC2019";
  font-size: 18px;
  font-weight: 600;
  color: #253690;
  text-align: center;
  padding: 0 30px;
  transition: all 100ms ease;
}
.online-actions-modal .search-box form .input-search ::-webkit-input-placeholder {
  color: #4a3d27;
}
.online-actions-modal .search-box form .input-search :-ms-input-placeholder {
  color: #4a3d27;
}
.online-actions-modal .search-box form .input-search ::placeholder {
  color: #4a3d27;
}
.online-actions-modal .search-box form .input-search:focus {
  background-color: #fff;
}
.online-actions-modal .search-box form .input-search-button {
  height: 60px;
  border-radius: 30px;
  background-color: #fcdd81;
  padding: 0 30px;
  outline: none;
  border: none;
  margin-left: 10px;
  vertical-align: bottom;
  transition: all 100ms ease;
}
.online-actions-modal .search-box form .input-search-button i {
  font-size: 44px;
  color: #4a3d27;
  transition: all 100ms ease;
}
.online-actions-modal .search-box form .input-search-button:hover {
  background-color: #fff;
}
.online-actions-modal .search-box form .input-search-button:hover i {
  color: #253690;
}
.online-actions-modal .online-action-buttons .action-button {
  position: relative;
  transition: all 100ms ease;
}
.online-actions-modal .online-action-buttons .action-button:hover {
  opacity: 0.6;
}
.online-actions-modal .icon {
  width: 90px;
  height: 90px;
  background: url("../img/misc-icon-sprite.png") no-repeat;
  margin: 0 auto;
}
.online-actions-modal .icon.hand-shake {
  background-position-x: 0;
}
.online-actions-modal .icon.recycle {
  background-position-x: -90px;
}
.online-actions-modal .icon.facilities {
  background-position-x: -180px;
}
.online-actions-modal .icon.license {
  background-position-x: -270px;
}
.online-actions-modal .icon.pdf {
  background-position-x: -360px;
}
.online-actions-modal .icon.cap {
  background-position-x: -450px;
}
.online-actions-modal .icon.covid {
    background-position-x: -180px;
}
.online-actions-modal .info-block {
  width: 100%;
  overflow: hidden;
}
.online-actions-modal .info-block .info-icon {
  margin: 32px 20px;
  float: left;
  transition: all 100ms ease;
}
.online-actions-modal .info-block .info-icon .icon {
  margin: 0;
}
.online-actions-modal .info-block .info-content {
  width: calc(100% - 150px);
  float: left;
  transition: all 100ms ease;
}
.online-actions-modal .info-block .info-content h6 {
  font-family: "BoldC2019";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-top: 25px;
  padding-right: 15px;
}
.online-actions-modal .info-block .info-content p {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-right: 15px;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.online-actions-modal .info-block .info-content a.button {
  padding: 0;
  background: transparent;
  font-family: "BoldC2019 Book";
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
.online-actions-modal .info-block .info-content a.button .panton-icon {
  margin-right: 5px;
  vertical-align: bottom;
}
.online-actions-modal .info-block.orange {
  background: #fa5e1c;
}
.online-actions-modal .info-block.orange p,
.online-actions-modal .info-block.orange a.button {
  color: #7f3a2d;
}
.online-actions-modal .info-block.aqua {
  background: #34c5c8;
}
.online-actions-modal .info-block.aqua p,
.online-actions-modal .info-block.aqua a.button {
  color: #314d5b;
}
.online-actions-modal .info-block.green {
  background: #3cc24f;
}
.online-actions-modal .info-block.green .info-icon {
  margin: 32px 20px;
}
.online-actions-modal .info-block.green p,
.online-actions-modal .info-block.green a.button {
  color: #26614b;
}
.online-actions-modal .info-block:hover .info-icon,
.online-actions-modal .info-block:hover .info-content {
  opacity: 0.5;
}

.sticky-menu-container {
  position: fixed;
  top: 7.5vh;
  left: 0;
  z-index: 9;
  display: none;
}
.sticky-menu-container .icon {
  width: 90px;
  height: 90px;
  background: url("../img/misc-icon-sprite.png") no-repeat;
  margin: 0 auto;
}
.sticky-menu-container .icon.hand-shake {
  background-position-x: 0;
}
.sticky-menu-container .icon.recycle {
  background-position-x: -90px;
}
.sticky-menu-container .icon.facilities {
  background-position-x: -180px;
}
.sticky-menu-container .icon.license {
  background-position-x: -270px;
}
.sticky-menu-container .icon.pdf {
  background-position-x: -360px;
}
.sticky-menu-container .icon.cap {
  background-position-x: -450px;
}
.sticky-menu-container .icon.covid {
    background-position-x: -180px;
}
.sticky-menu-container .icon.hospital {
  background-position-x: -540px;
}
.sticky-menu-container .icon.headphones {
  background-position-x: -540px;
  background-position-y: -90px;
}
.sticky-menu-container .icon.questionmark {
  background-position-x: -450px;
  background-position-y: -90px;
}
.sticky-menu-container .info-block {
  width: 100%;
  overflow: hidden;
}
.sticky-menu-container .info-block .info-icon {
  margin: 20px;
  float: left;
  transition: all 100ms ease;
}
.sticky-menu-container .info-block .info-icon .icon {
  margin: 0;
}
.sticky-menu-container .info-block .info-content {
  width: calc(100% - 150px);
  float: left;
  transition: all 100ms ease;
}
.sticky-menu-container .info-block .info-content h6 {
  font-family: "BoldC2019";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
  padding-right: 0;
}
.sticky-menu-container .info-block .info-content p {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-right: 0;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.sticky-menu-container .info-block .info-content span {
  font-family: "BoldC2019 Book";
  font-size: 11px;
  font-weight: 400;
  color: #7be78a;
  line-height: 1;
  display: inline-block;
  margin: 10px 0;
}
.sticky-menu-container .info-block .info-content a.button {
  padding: 0;
  background: transparent;
  font-family: "BoldC2019 Book";
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
.sticky-menu-container .info-block .info-content a.button .panton-icon {
  margin-right: 5px;
  vertical-align: bottom;
}
.sticky-menu-container .info-block.orange {
  background: #fa5e1c;
}
.sticky-menu-container .info-block.orange p,
.sticky-menu-container .info-block.orange a.button {
  color: #7f3a2d;
}
.sticky-menu-container .info-block.aqua {
  background: #34c5c8;
}
.sticky-menu-container .info-block.aqua p,
.sticky-menu-container .info-block.aqua a.button {
  color: #314d5b;
}
.sticky-menu-container .info-block.green {
  background: #3cc24f;
}
.sticky-menu-container .info-block.green .info-icon {
  margin: 35px 20px;
}
.sticky-menu-container .info-block.green .info-content h6 {
  margin-top: 25px;
}
.sticky-menu-container .info-block.green p,
.sticky-menu-container .info-block.green a.button {
  color: #26614b;
}
.sticky-menu-container .info-block.clover {
  background: url("../img/clover-pattern.png");
}
.sticky-menu-container .info-block.clover .info-icon {
  margin: 32px 20px;
}
.sticky-menu-container .info-block.clover p,
.sticky-menu-container .info-block.clover a.button {
  color: #045f95;
}
.sticky-menu-container .info-block.contact {
  background-color: #d4f7f4;
  background: linear-gradient(-45deg, #f6e4de 0%, #d4f7f4 100%);
  position: relative;
  padding: 19px 0;
}
.sticky-menu-container .info-block.contact .info-icon,
.sticky-menu-container .info-block.contact .info-content {
  position: relative;
  z-index: 1;
}
.sticky-menu-container .info-block.contact h6 {
  color: #253690;
  font-size: 26px;
}
.sticky-menu-container .info-block.contact p {
  color: #202f41;
  font-size: 16px;
}
.sticky-menu-container .info-block.contact span {
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #9f7a69;
}
.sticky-menu-container .info-block.contact span i.panton-icon {
  margin-right: 5px;
  vertical-align: bottom;
}
.sticky-menu-container .info-block.contact .bg {
  background-image: url("../img/question-mark.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.sticky-menu-container .info-block:hover .info-icon,
.sticky-menu-container .info-block:hover .info-content {
  opacity: 0.5;
}
.sticky-menu-container .sticky-menu-button {
  width: 65px;
  height: 85vh;
  background-color: #fa5e1c;
  cursor: pointer;
  float: left;
  position: relative;
}
.sticky-menu-container .sticky-menu-button > i.panton-icon {
  position: absolute;
  width: 65px;
  height: 65px;
  top: 0;
  left: 0;
  line-height: 65px;
  text-align: center;
  font-size: 22px;
  color: #f9e08e;
  user-select: none;
}
.sticky-menu-container .sticky-menu-button p {
  font-family: "BoldC2019";
  font-size: 18px;
  font-weight: 600;
  color: #f9e08e;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  width: 85vh;
  margin: 85vh 0 0 0;
  text-align: center;
  line-height: 65px;
  user-select: none;
  transition: all 100ms ease;
}
.sticky-menu-container .sticky-menu-button p i {
  user-select: none;
  font-size: 22px;
  margin: 0px 15px;
  vertical-align: bottom;
  transform: rotate(90deg);
  display: inline-block;
  font-weight: normal;
  transition: all 100ms ease;
}
.sticky-menu-container .sticky-menu-button p i.fill {
  display: none;
}
.sticky-menu-container .sticky-menu-button.open p i {
  transform: rotate(-90deg);
}
.sticky-menu-container .sticky-menu-button:hover p {
  color: #fff;
}
.sticky-menu-container .sticky-menu-button:hover p i {
  display: none;
}
.sticky-menu-container .sticky-menu-button:hover p i.fill {
  display: inline-block;
}
.sticky-menu-container .stick-menu-content-container {
  position: relative;
  width: 85vw;
  height: 85vh;
  float: left;
  display: none;
}
.sticky-menu-container .stick-menu-content-container .stick-menu-content {
  background-color: rgba(10, 34, 64, 0.9);
  padding: 30px 50px;
  overflow: auto;
  height: 100%;
}
.sticky-menu-container .stick-menu-content-container .stick-menu-content .action-button {
  width: calc(50% - 10px);
  margin: 0 10px 10px 0;
}
.sticky-menu-container .store-links {
  white-space: nowrap;
}
.sticky-menu-container .store-links li {
  margin-right: 4px !important;
}
.sticky-menu-container .quick-menu-social {
  background: #fff;
  padding: 25px 20px;
}
.sticky-menu-container .quick-menu-social p {
  font-family: "BoldC2019";
  font-size: 18px;
  font-weight: 500;
  color: #768693;
  width: 100%;
}
.sticky-menu-container .quick-menu-social p i {
  margin-right: 5px;
  vertical-align: super;
  font-size: 11px;
}
.sticky-menu-container .quick-menu-social .social-links {
  margin-bottom: 10px;
}
.sticky-menu-container .quick-menu-social .social-links li {
  display: inline-block;
  margin: 0 4px 0 0;
}
.sticky-menu-container .quick-menu-social .social-links li:last-child {
  margin-right: 0;
}
.sticky-menu-container .quick-menu-social .social-links li a {
  background: url("../img/icons-sprite.png") no-repeat;
  display: inline-block;
  width: 40px;
  height: 41px;
  float: left;
  transition: all 100ms ease;
  background-position-y: -282px;
}
.sticky-menu-container .quick-menu-social .social-links li a.twitter {
  background-position-x: 0;
}
.sticky-menu-container .quick-menu-social .social-links li a.facebook {
  background-position-x: -40px;
}
.sticky-menu-container .quick-menu-social .social-links li a.instagram {
  background-position-x: -80px;
}
.sticky-menu-container .quick-menu-social .social-links li a.youtube {
  background-position-x: -120px;
}
.sticky-menu-container .quick-menu-social .social-links li a.issuu {
  background-position-x: -160px;
}
.sticky-menu-container .quick-menu-social .social-links li a.whatsapp {
  background-position-x: -200px;
}
.sticky-menu-container .quick-menu-social .social-links li a.tiktok {
    background-position-x: -280px;
}
.sticky-menu-container .quick-menu-social .social-links li a:hover {
  opacity: 0.5;
}
.sticky-menu-container .quick-menu-social .store-links li {
  margin-right: 10px;
  display: inline-block;
}
.sticky-menu-container .quick-menu-social .store-links li:last-child {
  margin-right: 0;
}
.sticky-menu-container .quick-menu-social .store-links li a.button {
  background-color: #84909f;
  height: 50px;
  margin-bottom: 5px;
  padding: 0 7px;
}
.sticky-menu-container .quick-menu-social .store-links li a.button:hover {
  background-color: #253690;
}
.sticky-menu-container .quick-menu-social .store-links li a.button i {
  background: url("../img/icons-sprite.png") no-repeat;
  background-position-x: -30px;
  display: inline-block;
}
.sticky-menu-container .quick-menu-social .store-links li a.button i.app-store {
  background-position-y: -70px;
  width: 126px;
  height: 33px;
  margin-top: 8.5px;
}
.sticky-menu-container .quick-menu-social .store-links li a.button i.google-play {
  background-position-y: -103px;
  width: 131px;
  height: 35px;
  margin-top: 7.5px;
}

.category-title {
  background: url("../img/slider-bg.png") no-repeat top center;
  padding-top: 200px;
  padding-bottom: 220px;
  text-align: center;
}
.category-title h1 {
  font-family: "BoldC2019";
  font-size: 80px;
  font-weight: 600;
  color: #284c8d;
  margin: 0;
}
.category-title p {
  font-family: "BoldC2019";
  font-size: 24px;
  font-weight: 500;
  color: #284c8d;
  max-width: 730px;
  margin: 0 auto;
  display: inline-block;
  letter-spacing: -0.5px;
}
.category-title .breadcrumb {
  background: transparent;
  justify-content: center;
  margin-top: 20px;
}
.category-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "a";
  font-family: "boldico";
  font-size: 9px;
  color: #779e91;
  line-height: 18px;
  padding: 0 15px;
}
.category-title .breadcrumb .breadcrumb-item {
  padding-left: 0;
  font-family: "BoldC2019";
  font-size: 12px;
  font-weight: 500;
  color: #779e91;
}
.category-title .breadcrumb .breadcrumb-item a {
  font-family: "BoldC2019";
  font-size: 12px;
  font-weight: 500;
  color: #779e91;
  transition: all 100ms ease;
}
.category-title .breadcrumb .breadcrumb-item a .panton-icon {
  font-size: 12px;
  vertical-align: bottom;
  margin-right: 5px;
}
.category-title .breadcrumb .breadcrumb-item a:hover {
  color: #253690;
}

.category-content {
  margin-top: -220px;
}
.category-content .category-nav {
  height: 100%;
  background-color: #f1f9ff;
}
.category-content .category-nav .nav-title {
  background-color: #bbd6e9;
}
.category-content .category-nav .nav-title h2 {
  font-family: "BoldC2019";
  font-size: 14px;
  font-weight: 500;
  color: #284c8d;
  margin: 0;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 15px;
  line-height: 60px;
}
.category-content .category-nav .nav-title h2:before {
  content: "C";
  font-family: "Panton Icons C Fill";
  font-size: 14px;
  color: #284c8d;
  margin-right: 5px;
  vertical-align: top;
}
.category-content .category-nav ul.category-list {
  padding-bottom: 50px;
}
.category-content .category-nav ul.category-list li {
  border-bottom: solid 1px #e4eff8;
  position: relative;
}
.category-content .category-nav ul.category-list li.parent.open {
  background-color: #284c8d;
}
.category-content .category-nav ul.category-list li.parent.open > a {
  color: #bbd6e9;
}
.category-content .category-nav ul.category-list li.parent.open > a:before {
  color: #bbd6e9;
}
.category-content .category-nav ul.category-list li.parent.open:after {
  content: "E";
  font-family: "Panton Icons C Fill";
  color: #bbd6e9;
}
.category-content .category-nav ul.category-list li.parent:after {
  content: "C";
  font-family: "Panton IconsC";
  font-size: 14px;
  color: #6b8fa7;
  vertical-align: top;
  width: 4.89px;
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 22px;
}
.category-content .category-nav ul.category-list li ul {
  display: none;
}
.category-content .category-nav ul.category-list li ul li {
  background-color: #ddf1ff;
  border-bottom: solid 1px #f5f9fc;
}
.category-content .category-nav ul.category-list li ul li a {
  color: #284c8d;
}
.category-content .category-nav ul.category-list li ul li a:before {
  font-family: "Proxima boldi";
  content: "•";
  font-weight: bold;
  font-size: 20px;
  color: #284c8d;
  position: relative;
  top: -2px;
}
.category-content .category-nav ul.category-list li a {
  font-family: "BoldC2019";
  font-size: 13px;
  font-weight: 500;
  color: #6b8fa7;
  line-height: 50px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 95%;
  padding: 0 15px;
  transition: all 100ms ease;
}
.category-content .category-nav ul.category-list li a:before {
  content: "a";
  font-family: "boldico";
  font-size: 6px;
  color: #6b8fa7;
  margin-right: 5px;
  vertical-align: top;
  width: 3.67px;
  display: inline-block;
  transition: all 100ms ease;
}
.category-content .category-nav ul.category-list li a:hover {
  color: #fa5e1c;
}
.category-content .category-nav ul.category-list li a:hover:before {
  color: #fa5e1c;
}
.category-content .category-nav ul.category-list li.active {
  background-color: #fff;
}
.category-content .category-nav ul.category-list li.active a {
  color: #fa5e1c;
}
.category-content .category-nav ul.category-list li.active a:after {
  content: "a";
  font-family: "boldico";
  font-size: 8px;
  color: #fa5e1c;
  vertical-align: top;
  width: 4.89px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
}
.category-content .category-nav ul.category-list li.active a:before {
  content: "";
}
.category-content .category-nav .click-banner {
  text-align: center;
  padding-bottom: 30px;
}
.category-content .category-nav .click-banner img {
  margin-top: 12px;
  margin-bottom: 18px;
}
.category-content .category-nav .click-banner h3 {
  font-family: "BoldC2019";
  font-size: 30px;
  font-weight: 600;
  color: #5ac6f2;
}
.category-content .category-nav .click-banner p {
  font-family: "BoldC2019";
  font-size: 16px;
  font-weight: 500;
  color: #bbd6e9;
  margin-bottom: 0;
  padding: 0 15px;
}
.category-content .category-nav .click-banner.speak {
  background-color: #253690;
}
.category-content .category-nav .click-banner.speak h3 {
  color: #5ac6f2;
}
.category-content .category-nav .click-banner.speak p {
  color: #bbd6e9;
}
.category-content .category-nav .click-banner.write {
  background-color: #34c5c8;
}
.category-content .category-nav .click-banner.write h3 {
  color: #003c71;
}
.category-content .category-nav .click-banner.write p {
  color: #e0f7f7;
}
.category-content .content-nav {
  background-color: #f1f9ff;
  border-bottom: solid 1px #e4eff8;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
.category-content .content-nav.light {
  background-color: transparent;
}
.category-content .content-nav a {
  line-height: 39px;
  font-family: "BoldC2019";
  font-size: 12px;
  font-weight: 500;
  color: #a2b8c8;
  transition: all 100ms ease;
}
.category-content .content-nav a:hover {
  color: #253690;
}
.category-content .content-nav a i {
  margin: 0 5px;
  vertical-align: bottom;
}
.category-content .content-nav a i.boldico {
  font-size: 9px;
}
.category-content .content-nav a i.panton-icon {
  font-size: 12px;
}
.category-content .content {
  background-color: #fff;
  padding: 0 15px;
  height: 100%;
}
.category-content .content .cat-title {
  padding: 40px 0;
}
.category-content .content .cat-title img {
  display: inline;
  vertical-align: baseline;
}
.category-content .content .cat-title h3 {
  font-family: "BoldC2019";
  font-size: 36px;
  font-weight: 600;
  color: #284c8d;
  display: inline;
}

.pagination {
  margin: 40px 0;
}
.pagination li.page-item {
  border: none;
  margin: 0 2.5px;
}
.pagination li.page-item a.page-link {
  font-family: "BoldC2019";
  font-size: 11px;
  font-weight: 500;
  color: #a2b8c8;
  padding: 5px 0.75rem;
  border-color: #e4eff8;
  border-radius: 5px;
  background-color: #f8fbfd;
  transition: all 100ms ease;
}
.pagination li.page-item a.page-link.bg {
  background-color: #e2edf5;
}
.pagination li.page-item a.page-link span {
  font-size: 8px;
}
.pagination li.page-item a.page-link:hover {
  background-color: #253690;
  color: #fff;
  border-color: #253690;
}
.pagination li.page-item.active a.page-link {
  background-color: #b4ccdd;
  color: #fff;
  border-color: #b4ccdd !important;
}

.showmore {
  margin-bottom: 100px;
}
.showmore a.button {
  line-height: 40px;
  border-radius: 5px;
  margin: 0 15px 15px 15px;
  padding: 0 30px;
}
.showmore a.button i {
  vertical-align: bottom;
}
.showmore a.button.light {
  background-color: #e2edf5;
  font-family: "BoldC2019";
  font-size: 14px;
  font-weight: 500;
  color: #a2b8c8;
}
.showmore a.button.dark {
  background-color: #b4ccdd;
  font-family: "BoldC2019";
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.showmore a.button:hover {
  background-color: #253690;
}
.showmore a.button:hover.light {
  color: #fff;
}

.person-list .person {
  background-color: #eef6fb;
  border: solid 1px #dfebf2;
  padding: 15px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.person-list .person .person-img {
  width: 190px;
  height: 190px;
  float: left;
  border-radius: 10px;
  margin-right: 15px;
  overflow: hidden;
}
.person-list .person .person-img img {
  width: 190px;
  height: 190px;
}
.person-list .person .person-info {
  float: left;
  width: calc(100% - 205px);
}
.person-list .person .person-info h4 {
  font-family: "BoldC2019";
  font-size: 22px;
  font-weight: 600;
  color: #284c8d;
  margin-top: 25px;
}
.person-list .person .person-info p {
  font-family: "BoldC2019 Book";
  font-size: 16px;
  font-weight: 500;
  color: #415464;
  display: inline-block;
  margin-right: 25px;
}
.person-list .person .person-info p .icon {
  background: url("../img/icons-sprite.png") no-repeat;
  width: 16px;
  height: 16px;
  background-position-y: -330px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}
.person-list .person .person-info p .icon.mail {
  background-position-x: 0;
}
.person-list .person .person-info p .icon.pin {
  background-position-x: -16px;
}
.person-list .person .person-info p .icon.phone {
  background-position-x: -32px;
}
.person-list .person .person-info p span {
  font-family: "BoldC2019";
  font-size: 11px;
  font-weight: 500;
  color: #87a8be;
  margin-right: 5px;
}

.members .member-block {
  text-align: center;
  background-color: #eef6fb;
  padding-top: 30px;
  padding-bottom: 20px;
  border: solid 1px #cbdbe7;
  transition: all 100ms ease;
}
.members .member-block:hover {
  background-color: #e2edf5;
}
.members .member-block:hover h6 {
  color: #253690;
}
.members .member-block .image {
  border-radius: 10px;
  overflow: hidden;
  width: 190px;
  margin: 0 auto;
}
.members .member-block .image img {
  width: 190px;
  height: 190px;
}
.members .member-block h6,
.members .member-block p {
  padding-left: 15px;
  padding-right: 15px;
}
.members .member-block h6 {
  font-family: "BoldC2019";
  font-size: 20px;
  font-weight: 600;
  color: #415464;
  margin-top: 20px;
}
.members .member-block p {
  font-family: "BoldC2019";
  font-size: 12px;
  font-weight: 500;
  color: #a4bcc4;
}
.members .member-block .button {
  border-radius: 100%;
  background-color: transparent;
  padding: 0;
  width: 30px;
  text-align: center;
  color: #a2b8c8;
  font-size: 20px;
}
.members .member-block .button i {
  vertical-align: bottom;
}
.members .member-block .button i.fill {
  display: none;
}
.members .member-block:hover .button {
  color: #253690;
}
.members .member-block:hover .button i {
  display: none;
}
.members .member-block:hover .button i.fill {
  display: inline-block;
}

.content-slider {
  width: 100%;
  overflow: hidden;
  border: solid 1px #79b2d9;
}
.content-slider .content-slider-item {
  width: 100%;
  overflow: hidden;
}
.content-slider .content-slider-item .content-slider-image img {
  width: 100%;
}

.owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -10px);
}
.owl-dots .owl-dot {
  outline: none !important;
}
.owl-dots .owl-dot span {
  height: 12px !important;
  width: 12px !important;
  background-color: #fff !important;
  margin: 8px 7px !important;
  outline: none !important;
}
.owl-dots .owl-dot.active span {
  background-color: transparent !important;
  border: solid 3px #fff;
  width: 18px !important;
  height: 18px !important;
  margin: 5px 7px !important;
}

.profile {
  border: solid 1px #dfebf2;
  padding: 15px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  background: url("../img/cover.png") no-repeat #eef6fb;
}
.profile.nobg {
  background-image: unset;
}
.profile .profile-img {
  width: 190px;
  height: 190px;
  float: left;
  border-radius: 10px;
  margin-right: 15px;
  overflow: hidden;
  margin-top: 30px;
  margin-left: 50px;
  margin-right: 30px;
}
.profile .profile-img img {
  width: 190px;
  height: 190px;
}
.profile .profile-title {
  width: calc(100% - 190px - 50px - 30px);
  float: left;
}
.profile .profile-title h3 {
  margin-top: 50px;
  font-family: "BoldC2019";
  font-size: 30px;
  font-weight: 600;
  color: #0a2240;
}
.profile .profile-title p {
  font-family: "BoldC2019 Book";
  font-size: 16px;
  font-weight: 400;
  color: #0a2240;
}
.profile .profile-title a.button {
  line-height: 40px;
  padding: 0 40px;
  background-color: #f7d97e;
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #a47e2a;
  border-radius: 20px;
}
.profile .profile-title a.button:hover {
  background-color: #253690;
  color: #fff;
}
.profile .profile-info {
  float: left;
  width: 100%;
  padding: 0 50px;
  margin-top: 20px;
}
.profile .profile-info h4 {
  font-family: "BoldC2019";
  font-size: 20px;
  font-weight: 600;
  color: #284c8d;
  margin-top: 25px;
  margin-bottom: 15px;
}
.profile .profile-info p {
  font-family: "BoldC2019 Book";
  font-size: 16px;
  font-weight: 500;
  color: #415464;
  display: inline-block;
  margin-right: 25px;
}
.profile .profile-info p .icon {
  background: url("../img/icons-sprite.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}
.profile .profile-info p .icon.mail {
  background-position: 0 -330px;
}
.profile .profile-info p .icon.pin {
  background-position: -16px -330px;
}
.profile .profile-info p .icon.phone {
  background-position: -32px -330px;
}
.profile .profile-info p .icon.kep {
  background-position: 0 -346px;
}
.profile .profile-info p .icon.whatsapp {
  background-position: -16px -346px;
}
.profile .profile-info p .icon.fax {
  background-position: -32px -346px;
}
.profile .profile-info p span {
  font-family: "BoldC2019";
  font-size: 11px;
  font-weight: 500;
  color: #87a8be;
  margin-right: 5px;
}
.profile .profile-links {
  float: left;
  width: calc(100% - 100px);
  margin: 30px 50px 15px 50px;
}
.profile .profile-links .button {
  padding: 0 35px;
  line-height: 40px;
  background-color: #fff;
  color: #87a8be;
  margin-right: 15px;
  margin-bottom: 15px;
}
.profile .profile-links .button:hover {
  background-color: #253690;
  color: #fff;
}
.profile .profile-links .button:hover .icon.map {
  background-position-x: -117px;
}
.profile .profile-links .button:hover .icon.phone {
  background-position-x: -133px;
}
.profile .profile-links .button:hover .icon.mail {
  background-position-x: -149px;
}
.profile .profile-links .button .icon {
  background: url("../img/icons-sprite.png") no-repeat;
  width: 16px;
  height: 16px;
  background-position-y: -330px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
}
.profile .profile-links .button .icon.map {
  background-position-x: -69px;
}
.profile .profile-links .button .icon.phone {
  background-position-x: -85px;
}
.profile .profile-links .button .icon.mail {
  background-position-x: -101px;
}

.content-links .link-block {
  background-color: #eef6fb;
  padding-top: 30px;
  padding-bottom: 20px;
  border: solid 1px #cbdbe7;
  transition: all 100ms ease;
}
.content-links .link-block .icon {
  background: url("../img/link-block-icon-sprite.png") no-repeat;
  width: 39px;
  height: 36px;
  background-position-y: 0;
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
  margin: 0 30px 30px 30px;
}
.content-links .link-block .icon.duty {
  background-position-x: 0px;
}
.content-links .link-block .icon.doc {
  background-position-x: -39px;
}
.content-links .link-block .icon.anno {
  background-position-x: -78px;
}
.content-links .link-block .icon.rep {
  background-position-x: -117px;
}
.content-links .link-block .icon.news {
  background-position-x: -156px;
}
.content-links .link-block:hover {
  background-color: #e2edf5;
}
.content-links .link-block:hover h3 {
  color: #253690;
}
.content-links .link-block:hover .icon {
  background-position-y: -36px;
}
.content-links .link-block h3 {
  font-family: "BoldC2019";
  font-size: 20px;
  font-weight: 600;
  color: #415464;
  padding: 0 25px;
}

.content-cards .card-block {
  background-color: #f8fbfd;
  transition: all 100ms ease;
}
.content-cards .card-block .img {
  width: 100%;
}
.content-cards .card-block .img img {
  width: 100%;
  transition: all 100ms ease;
}
.content-cards .card-block .info {
  border: solid 1px #cbdbe7;
  border-top: none;
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.content-cards .card-block .info h3 {
  font-family: "BoldC2019";
  font-size: 16px;
  font-weight: 600;
  color: #415464;
  padding: 0 15px;
}
.content-cards .card-block .info span {
  font-family: "BoldC2019";
  font-size: 11px;
  font-weight: 500;
  color: #a2b8c8;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.content-cards .card-block .info .button {
  background-color: transparent;
  color: #a2b8c8;
  font-size: 20px;
}
.content-cards .card-block .info .button i.panton-icon {
  display: inline-block;
}
.content-cards .card-block .info .button i.panton-icon.fill {
  display: none;
}
.content-cards .card-block:hover {
  background-color: #e2edf5;
}
.content-cards .card-block:hover h3 {
  color: #253690;
}
.content-cards .card-block:hover img {
  opacity: 0.8;
}
.content-cards .card-block:hover .button {
  color: #253690;
}
.content-cards .card-block:hover .button i.panton-icon {
  display: none;
}
.content-cards .card-block:hover .button i.panton-icon.fill {
  display: inline-block;
}

.site-map {
  margin-top: 50px;
}
.site-map h1 {
  font-family: "BoldC2019";
  font-size: 18px;
  font-weight: 600;
  color: #284c8d;
}
.site-map h1 i {
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.site-map ul li a {
  font-family: "BoldC2019 Book";
  font-size: 16px;
  font-weight: 400;
  color: #0a2240;
  display: inline-block;
  padding: 5px 0;
  transition: all 100ms ease;
}
.site-map ul li a:hover {
  color: #25b0d7;
}
.site-map ul li a:before {
  content: "a";
  font-family: "boldico";
  font-size: 6px;
  margin-right: 7px;
  position: relative;
  top: -3px;
}

.category-links .category-block {
  background-color: #eef6fb;
  padding-top: 30px;
  padding-bottom: 20px;
  border: solid 1px #cbdbe7;
  text-align: center;
  transition: all 100ms ease;
}
.category-links .category-block:hover {
  background-color: #e2edf5;
}
.category-links .category-block:hover h3 {
  color: #253690;
}
.category-links .category-block:hover .icon {
  background-position-y: -36px;
}
.category-links .category-block span {
  font-family: "BoldC2019";
  font-size: 12px;
  font-weight: 500;
  color: #a4bcc4;
}
.category-links .category-block h3 {
  font-family: "BoldC2019";
  font-size: 20px;
  font-weight: 600;
  color: #415464;
  padding: 70px 15px;
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: center;
}
.category-links .category-block p {
  font-size: 11px;
  color: #a4bcc4;
  background-color: transparent;
}
.category-links .category-block p i {
  margin-right: 5px;
  vertical-align: bottom;
}

.content-detail {
  width: 100%;
  overflow: hidden;
}
.content-detail h1 {
  font-family: "BoldC2019";
  font-size: 36px;
  font-weight: 600;
  color: #284c8d;
  text-align: center;
  margin: 40px 0 30px;
}
.content-detail h2 {
  font-family: "BoldC2019";
  font-size: 16px;
  font-weight: 600;
  color: #415464;
  margin-bottom: 30px;
}
.content-detail p {
  font-family: "BoldC2019 Book";
  font-size: 16px;
  font-weight: 400;
  color: #0a2240;
}
.content-detail img {
  max-width: 825px;
  /*width: 100%;*/
  margin-bottom: 30px;
}
.content-detail .detail-buttons {
  text-align: center;
  margin: 30px 0;
}
.content-detail .detail-buttons span {
  font-family: "BoldC2019";
  font-size: 11px;
  font-weight: 500;
  color: #a2b8c8;
  margin: 0 7.5px;
  display: inline-block;
}
.content-detail .detail-buttons span i {
  margin-right: 5px;
  font-size: 14px;
  vertical-align: bottom;
}
.content-detail .detail-buttons a {
  font-family: "BoldC2019";
  font-size: 11px;
  font-weight: 500;
  color: #a2b8c8;
  border: solid 1px #a2b8c8;
  line-height: 35px;
  border-radius: 17.5px;
  background-color: transparent;
  padding: 0 35px;
  margin: 0 7.5px;
}
.content-detail .detail-buttons a i {
  margin-left: 5px;
  font-size: 14px;
  vertical-align: bottom;
}
.content-detail .detail-buttons a:hover {
  background-color: #284c8d;
  border-color: #284c8d;
  color: #fff;
}

.gallery-slider {
  margin: 20px 0 50px 0;
}
.gallery-slider .gallery-slide-item img {
  opacity: 0.5;
  transition: all 100ms ease;
}
.gallery-slider .gallery-slide-item:hover img,
.gallery-slider .gallery-slide-item:hover i {
  opacity: 1;
}
.gallery-slider .gallery-slide-item i {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url("../img/icons-sprite.png") no-repeat -230px -330px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 100ms ease;
}

.video-player {
  width: 100%;
  padding: 40px 0 15px;
}
.video-player video {
  width: 100%;
}

.video-title {
  width: 100%;
}
.video-title h1 {
  font-family: "BoldC2019";
  font-size: 20px;
  font-weight: 600;
  color: #253690;
  margin: 0;
}
.video-title h1 i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: url("../img/icons-sprite.png") no-repeat -185px -330px;
}
.video-title span {
  font-family: "BoldC2019";
  font-size: 11px;
  font-weight: 500;
  color: #a2b8c8;
  margin-left: 25px;
}
.video-title span i {
  font-size: 14px;
  vertical-align: bottom;
  margin-right: 5px;
}

.video-list .video-block {
  margin-top: 35px;
  text-align: center;
}
.video-list .video-block .video-thumb {
  width: 100%;
  position: relative;
}
.video-list .video-block .video-thumb img {
  width: 100%;
}
.video-list .video-block h2 {
  font-family: "BoldC2019 Book";
  font-size: 15px;
  font-weight: 400;
  color: #415464;
  margin-top: 10px;
  padding: 0 15px;
  transition: all 100ms ease;
}
.video-list .video-block span {
  font-family: "BoldC2019";
  font-size: 11px;
  font-weight: 500;
  color: #a2b8c8;
}
.video-list .video-block span i {
  font-size: 14px;
  vertical-align: bottom;
  margin-right: 5px;
}
.video-list .video-block:hover h2 {
  color: #253690;
}
.video-list .video-block:hover .overlay {
  opacity: 1;
}
.video-list .video-block .overlay {
  background-color: rgba(37, 54, 144, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 100ms ease;
}
.video-list .video-block .overlay i {
  background: url("../img/icons-sprite.png") no-repeat -200px -330px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 40px;
}
.video-list .video-block .overlay p {
  font-family: "BoldC2019";
  font-size: 18px;
  font-weight: 600;
  color: #bdd8eb;
}

.gmap {
  padding-top: 60px;
}

.contact-social-links h1 {
  font-family: "BoldC2019";
  font-size: 24px;
  font-weight: 600;
  color: #284c8d;
  margin-bottom: 5px;
}
.contact-social-links p {
  font-family: "BoldC2019 Book";
  font-size: 13px;
  font-weight: 400;
  color: #87a8be;
}
.contact-social-links .social-links {
  margin-bottom: 10px;
}
.contact-social-links .social-links li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.contact-social-links .social-links li:last-child {
  margin-right: 0;
}
.contact-social-links .social-links li a {
  background: url("../img/icons-sprite.png") no-repeat;
  display: inline-block;
  width: 40px;
  height: 41px;
  float: left;
  transition: all 100ms ease;
  background-position-y: -282px;
}
.contact-social-links .social-links li a.twitter {
  background-position-x: 0;
}
.contact-social-links .social-links li a.facebook {
  background-position-x: -40px;
}
.contact-social-links .social-links li a.instagram {
  background-position-x: -80px;
}
.contact-social-links .social-links li a.youtube {
  background-position-x: -120px;
}
.contact-social-links .social-links li a.tiktok {
  background-position-x: -280px;
}
.contact-social-links .social-links li a.whatsapp {
  background-position-x: -200px;
}
.contact-social-links .social-links li a.edevlet {
  background-position-x: -240px;
}
.contact-social-links .social-links li a:hover {
  opacity: 0.5;
}
.contact-social-links .store-links li {
  margin-right: 10px;
  display: inline-block;
}
.contact-social-links .store-links li:last-child {
  margin-right: 0;
}
.contact-social-links .store-links li a.button {
  background-color: #84909f;
  height: 50px;
  margin-bottom: 5px;
  padding: 0 7px;
}
.contact-social-links .store-links li a.button:hover {
  background-color: #253690;
}
.contact-social-links .store-links li a.button i {
  background: url("../img/icons-sprite.png") no-repeat;
  background-position-x: -30px;
  display: inline-block;
}
.contact-social-links .store-links li a.button i.app-store {
  background-position-y: -70px;
  width: 126px;
  height: 33px;
  margin-top: 8.5px;
}
.contact-social-links .store-links li a.button i.google-play {
  background-position-y: -103px;
  width: 131px;
  height: 35px;
  margin-top: 7.5px;
}

.building {
  padding: 50px 0;
  text-align: center;
}
.building h2 {
  font-family: "BoldC2019";
  font-size: 24px;
  font-weight: 600;
  color: #284c8d;
  margin-bottom: 15px;
}
.building img {
  width: 100%;
  max-width: 695px;
}

.notify-container {
  margin: 0 -15px;
  padding: 59px 0;
}
.notify-container .notify {
  padding: 18px 15px;
  border-bottom: solid 1px #e4eff8;
  width: 100%;
  overflow: hidden;
  transition: all 100ms ease;
}
.notify-container .notify:nth-child(odd) {
  background-color: #f8fbfd;
}
.notify-container .notify:first-child {
  border-top: solid 1px #e4eff8;
}
.notify-container .notify.large > a > .icon {
  width: 50px;
}
.notify-container .notify.large .title {
  width: calc(100% - 50px);
}
.notify-container .notify .icon {
  float: left;
  width: 30px;
}
.notify-container .notify .icon i {
  color: #415464;
  font-size: 18px;
  position: relative;
  top: -3px;
}
.notify-container .notify .icon > .icon {
  background: url("../img/iconic-list-sprite.png") no-repeat;
  width: 30px;
  height: 37px;
  margin-top: 5px;
}
.notify-container .notify .icon > .icon.icon1 {
  background-position: 0;
}
.notify-container .notify .icon > .icon.icon2 {
  background-position: -30px;
}
.notify-container .notify .icon > .icon.icon3 {
  background-position: -60px;
}
.notify-container .notify .icon > .icon.icon4 {
  background-position: -90px;
}
.notify-container .notify .icon > .icon.icon5 {
  background-position: -120px;
}
.notify-container .notify .title {
  float: left;
  width: calc(100% - 30px);
}
.notify-container .notify .title h3 {
  font-family: "BoldC2019";
  font-size: 16px;
  font-weight: 600;
  color: #415464;
  transition: all 100ms ease;
  height: 38px;
  margin-bottom: 3px;
}
.notify-container .notify .title .detail span,
.notify-container .notify .title .detail .link {
  font-family: "BoldC2019";
  font-size: 11px;
  font-weight: 500;
  color: #a2b8c8;
  margin-right: 15px;
  transition: all 100ms ease;
  display: inline-block;
}
.notify-container .notify .title .detail span i,
.notify-container .notify .title .detail .link i {
  font-size: 14px;
  margin-right: 5px;
  vertical-align: bottom;
  transition: all 100ms ease;
}
.notify-container .notify .title .detail span.pending {
  color: #de4b7c;
}
.notify-container .notify .title .detail span.done {
  color: #389461;
}
.notify-container .notify .title .detail span.canceled {
  color: #a47e2a;
}
.notify-container .notify .title .detail .link i.fill {
  display: none;
}
.notify-container .notify:hover {
  background-color: #e2edf5;
}
.notify-container .notify:hover h3 {
  color: #253690;
}
.notify-container .notify:hover .title .detail .link {
  color: #253690;
}
.notify-container .notify:hover .title .detail .link > i {
  display: none;
}
.notify-container .notify:hover .title .detail .link i.fill {
  display: inline-block;
}

.searcher {
  padding: 35px 60px;
  background-color: #e2edf5;
  border: solid 1px #d5e3ee;
}
.searcher .title {
  position: relative;
}
.searcher .title .icon {
  background: url("../img/icons-sprite.png") no-repeat;
  background-position: -186px -20px;
  width: 17px;
  height: 21px;
  margin-right: 10px;
  display: inline-block;
}
.searcher .title h3 {
  font-family: "BoldC2019";
  font-size: 36px;
  font-weight: 600;
  color: #284c8d;
  display: inline-block;
  margin: 0;
}
.searcher .title a {
  font-size: 12px;
  color: #87a8be;
  transition: all 100ms ease;
  float: right;
  margin: 3px 10px;
  display: inline-block;
}
.searcher .title a.close-link {
  display: none;
}
.searcher .title a.open-link {
  display: inline-block;
}
.searcher .title a:hover {
  color: #25b0d7;
}
.searcher .title a i {
  font-size: 14px;
}
.searcher .search-form {
  display: none;
}
.searcher .search-form label {
  width: 130px;
  font-family: "BoldC2019 Book";
  font-size: 16px;
  font-weight: 400;
  color: #0a2240;
  text-align: left;
  justify-content: left;
}
.searcher .search-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding-right: 60px;
  position: relative;
  background: url("../img/select-selector.png") no-repeat right center #f8fbfd;
}
.searcher .search-form select option {
  padding: 20px;
}
.searcher .search-form input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: url("../img/datepicker-picker.png") no-repeat right center #f8fbfd;
}
.searcher .search-form input,
.searcher .search-form select {
  border-color: #d5e3ee;
  font-size: 14px;
  height: 38px;
  border-radius: 5px;
  background-color: #f8fbfd;
  font-family: "BoldC2019 Book";
  font-size: 14px;
  font-weight: 400;
  color: #b4ccdd;
}
.searcher .search-form input::placeholder,
.searcher .search-form select::placeholder {
  color: #b4ccdd;
  opacity: 1;
}
.searcher .search-form input:focus,
.searcher .search-form select:focus {
  color: #284c8d;
  background-color: #fdfade;
}
.searcher .search-form ::-webkit-inner-spin-button,
.searcher .search-form ::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}
.searcher .search-form .buttons {
  margin-top: 40px;
  padding-left: 145px;
}
.searcher .search-form .buttons button {
  background-color: #284c8d;
  font-family: "BoldC2019";
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0 40px;
  height: 40px;
  margin-right: 15px;
  transition: all 100ms ease;
  border: solid 1px #284c8d;
}
.searcher .search-form .buttons button i {
  font-size: 16px;
  font-weight: lighter;
  vertical-align: bottom;
  margin-right: 5px;
}
.searcher .search-form .buttons button.light {
  background-color: #fff;
  color: #87a8be;
  border: solid 1px #cddae4;
}
.searcher .search-form .buttons button:hover {
  background-color: #25b0d7;
  border-color: #25b0d7;
  color: #fff;
}
.searcher.open a.close-link {
  display: inline-block;
}
.searcher.open a.open-link {
  display: none;
}

.result {
  padding: 35px 0 0;
}
.result h4 {
  font-family: "BoldC2019";
  font-size: 16px;
  font-weight: 600;
  color: #253690;
  padding-left: 60px;
}
.result h4 i {
  font-size: 16px;
  font-weight: lighter;
  vertical-align: bottom;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .header-container {
    top: 2px;
  }
  .header-container .map-links,
.header-container .social-links,
.header-container .online-actions,
.header-container .nav,
.header-container .phone,
.header-container .contact-link {
    display: none;
  }
  .header-container .hamburger-menu {
    display: block;
  }

  .master-slider-main .master-slider .ms-large-text {
    top: 40% !important;
    left: 540px;
  }
  .master-slider-main .master-slider .ms-large-text2 {
    top: 47% !important;
    left: 490px;
  }
  .master-slider-main .master-slider .ms-large-text3 {
    top: 60% !important;
    left: 600px;
  }
  .master-slider-main .master-slider .ms-small-text {
    top: 68% !important;
    left: 500px;
  }
  .master-slider-main .master-slider .ms-small-text span {
    margin-top: 24px;
  }
  .master-slider-main .master-slider .ms-small-text p,
.master-slider-main .master-slider .ms-small-text span {
    font-size: 18px;
    text-align: left;
  }

  .ms-nav-next,
.ms-nav-prev {
    display: none;
  }

  .projects-container .projects-title h6 {
    font-size: 42px;
  }

  .featured-block-container {
    margin-top: 15px;
  }
  .featured-block-container .featured-block {
    margin-bottom: 15px;
  }
  .featured-block-container .card-block {
    margin-top: 0;
  }

  .ms-bullets {
      display:none;
  }
  .ms-bullets.ms-dir-h {
    bottom: 30px !important;
  }

  .sticky-menu-container .sticky-menu-button {
    width: 30px;
    display:none !important;
  }
  .sticky-menu-container .sticky-menu-button > i.panton-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .sticky-menu-container .sticky-menu-button p {
    line-height: 30px;
    font-size: 14px;
  }

  .dailynews-container .manset-slider .manset-slider-item .manset-slider-content h6 {
    font-size: 20px;
  }

  .online-action-buttons .action-button {
    width: calc(50% - 3px);
  }

  .online-actions-container .online-action-buttons {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .helpdesk-container span {
    display: block;
    text-align: center;
  }
  .helpdesk-container a.button {
    margin: 20px 0 0 0;
    display: block;
    text-align: center;
  }

  .helpful-links-container .info-block {
    margin-top: 15px;
  }

  .manset-slider-nav,
.mini-manset-slider-nav {
    display: none;
  }

  .dailynews-container .mini-manset-banner-slider h5 {
    font-size: 20px;
  }

  .events-container .event-info {
    text-align: center;
  }
  .events-container .event-slider-nav {
    display: none;
  }
  .events-container .event-block {
    margin-right: 0;
  }
  .events-container .more-events {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 210px;
  }
  .events-container .more-events a .icon i {
    color: #999;
  }
  .events-container .more-events a .link span,
.events-container .more-events a .link p {
    color: #999;
  }

  .projects-container .more-projects {
    padding-bottom: 45px;
  }
  .projects-container .right-side {
    background: #253690;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .misc-container .info-block {
    margin-bottom: 15px;
  }

  .online-actions-modal .search-box .input-search {
    font-size: 14px;
  }
  .online-actions-modal .online-action-buttons {
    margin-bottom: 30px;
    width: 100%;
    float: left;
  }

  .footer .footer-links-container {
    width: 100%;
  }
  .footer .footer-featured {
    width: 100%;
    padding-bottom: 50px;
  }
  .footer ul.footer-links {
    margin-right: 0;
    width: 100%;
  }

  .copyright p {
    float: left;
    width: 100%;
    text-align: center;
  }

  .helpdesk-container h5 {
    padding-left: 30px;
    margin-top: 240px;
  }
  .helpdesk-container p {
    padding-left: 30px;
  } 
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-container {
    top: 2px;
  }
  .header-container .nav {
    display: none;
  }
  .header-container .map-links,
.header-container .social-links {
    display: none;
  }
  .header-container .hamburger-menu {
    display: block;
  }

  .master-slider-main .master-slider .ms-small-text span {
    margin-top: 24px;
  }

  .featured-block-container {
    margin-top: 15px;
  }
  .featured-block-container .featured-block {
    margin-bottom: 15px;
  }
  .featured-block-container .card-block {
    margin-top: 0;
  }

  .ms-bullets.ms-dir-h {
    bottom: 30px !important;
  }

  .dailynews-container .mini-manset-banner-slider h5 {
    font-size: 20px;
  }

  .sticky-menu-container .sticky-menu-button {
    width: 30px;
  }
  .sticky-menu-container .sticky-menu-button > i.panton-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .sticky-menu-container .sticky-menu-button p {
    line-height: 30px;
    font-size: 14px;
  }

  .online-actions-container .online-action-buttons {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .helpdesk-container span {
    display: block;
    text-align: center;
  }

  .helpful-links-container .info-block {
    margin-top: 15px;
  }

  .events-container .event-info {
    text-align: center;
  }
  .events-container .event-slider-nav {
    display: none;
  }
  .events-container .event-block {
    margin-right: 0;
  }
  .events-container .more-events {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 210px;
  }
  .events-container .more-events a .icon i {
    color: #999;
  }
  .events-container .more-events a .link span,
.events-container .more-events a .link p {
    color: #999;
  }

  .projects-container .more-projects {
    padding-bottom: 45px;
  }
  .projects-container .right-side {
    background: #253690;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .misc-container .info-block {
    margin-bottom: 15px;
  }

  .online-actions-modal .search-box .input-search {
    font-size: 14px;
  }
  .online-actions-modal .online-action-buttons {
    margin-bottom: 30px;
    width: 100%;
    float: left;
  } 
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-container .nav {
    display: none;
  }
  .header-container .map-links {
    display: none;
  }
  .header-container .hamburger-menu {
    display: block;
  }

  .featured-block-container {
    margin-top: 0;
  }
  .featured-block-container .card-block img {
    width: 150px;
  }

  .dailynews-container .mini-manset-banner-slider h5 {
    font-size: 20px;
  }

  .ms-bullets.ms-dir-h {
    bottom: 30px !important;
  }

  .sticky-menu-container .sticky-menu-button {
    width: 30px;
  }
  .sticky-menu-container .sticky-menu-button > i.panton-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .sticky-menu-container .sticky-menu-button p {
    line-height: 30px;
    font-size: 14px;
  }

  .projects-container .more-projects {
    padding-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .category-title h1 {
    font-size: 60px;
  }
  .category-title p {
    font-size: 18px;
  }

  .person-list .person .person-img {
    margin: 0 auto;
    float: none;
  }
  .person-list .person .person-info {
    width: 100%;
  }

  .profile .profile-img {
    margin: 0 auto;
    float: none;
  }
  .profile .profile-title {
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .profile .profile-info,
.profile .profile-links {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
  }

  .searcher .title h3 {
    font-size: 16px;
  }

  .searcher .title a {
    float: none;
  }

  .notify-container .notify .title h3 {
    height: auto;
  }
}