html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub,
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th,
td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

html {
  box-sizing: border-box; }

body, html {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

*,
*:before,
*:after {
  box-sizing: inherit; }

code {
  background-color: transparent; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
  cursor: pointer; }

button:focus {
  border: none;
  outline: 0; }

small, .small {
  font-size: 80%; }

p {
  margin-bottom: 0rem; }

.text-underline {
  text-decoration: underline !important; }

body {
  font-family: "segoeui"; }

.pos-r {
  position: relative !important; }

h1 {
  font-size: 35.552px; }

h2 {
  font-size: 30.928px; }

h3 {
  font-size: 26.832px; }

h4 {
  font-size: 19.008px; }

h5 {
  font-size: 20.256px; }

h6 {
  font-size: 17.776px; }

h1 {
  font-weight: 600; }

.font-weight-400 {
  font-weight: 400 !important; }

.font-weight-600 {
  font-weight: 600 !important; }

.font-weight-700 {
  font-weight: 700 !important; }

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

a {
  color: #125182;
  outline: 0;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    outline: 0;
    text-decoration: none;
    color: #125182; }

.color-site {
  color: #125182 !important; }

.color-base {
  color: #3C4950 !important; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide:not(.no-flex) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.pagination-2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #97AEBF;
  opacity: 1; }
  .pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F3A040;
    border-color: #F3A040; }

.section-title {
  position: relative;
  margin-bottom: 2rem; }
  .section-title .title {
    position: relative;
    font-size: 35px;
    text-transform: uppercase;
    color: #125182;
    font-weight: 400; }
    .section-title .title span {
      font-weight: 700; }
    .section-title .title::after {
      content: '';
      position: absolute;
      background-image: url("../images/bg/dot-bg.png");
      background-repeat: no-repeat; }
  .section-title.mode-1 .title {
    padding-left: 1.5rem;
    display: inline-block; }
    .section-title.mode-1 .title::after {
      z-index: 1;
      top: 100%;
      left: 0;
      right: 0;
      height: 33px;
      margin-top: 1rem;
      margin-left: -1.25rem; }
  .section-title.mode-2 .title::after {
    z-index: 1;
    top: 100%;
    left: 50%;
    height: 33px;
    width: 50%;
    -webkit-transform: translate(-50%, 1rem);
    -moz-transform: translate(-50%, 1rem);
    -ms-transform: translate(-50%, 1rem);
    -o-transform: translate(-50%, 1rem);
    transform: translate(-50%, 1rem); }
  .section-title.mode-3 .title {
    padding-left: 9rem;
    display: inline-block; }
    .section-title.mode-3 .title::after {
      z-index: 1;
      top: 50%;
      left: 0rem;
      right: 8rem;
      height: 23px;
      -webkit-transform: translate(-3rem, -50%);
      -moz-transform: translate(-3rem, -50%);
      -ms-transform: translate(-3rem, -50%);
      -o-transform: translate(-3rem, -50%);
      transform: translate(-3rem, -50%);
      margin-top: 3px; }

.banner-site {
  position: relative;
  height: 440px;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  .banner-site .item-image img {
    width: 100%;
    height: 100%; }
  .banner-site .item-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1; }
    .banner-site .item-text .title {
      font-size: 45px;
      font-weight: 700;
      color: white;
      text-transform: uppercase; }
    .banner-site .item-text .sub-title {
      font-size: 30px;
      font-weight: 600;
      color: white; }

.bg-gradient-1 {
  position: relative; }
  .bg-gradient-1:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: black;
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=black, endColorstr=black, GradientType=1); }

@media (max-width: 991px) {
  .banner-site {
    height: 240px; }
    .banner-site .item-text .title {
      font-size: 25px; }
    .banner-site .item-text .sub-title {
      font-size: 20px; } }
#map img[src="https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi2_hdpi.png"] {
  display: none; }
#map .gm-style .gm-style-iw-c,
#map .gm-style .gm-style-iw-d {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 !important; }
#map .gm-style .gm-style-iw-d {
  overflow: inherit !important;
  max-height: inherit !important; }
#map .gm-ui-hover-effect {
  display: none !important; }
#map .info-map {
  font-family: "segoeui";
  padding: .5rem 1rem; }
  #map .info-map h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: .5rem;
    color: #125182; }
  #map .info-map p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: .5rem; }

#mapHumanitarian .info-map {
  font-family: "segoeui";
  padding: .5rem 1rem; }
  #mapHumanitarian .info-map h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: .5rem;
    color: #125182; }
  #mapHumanitarian .info-map strong {
    font-weight: 600; }
  #mapHumanitarian .info-map .btn-humanitarian {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #2BB970;
    text-align: center;
    line-height: 20px;
    border: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-image: url("../images/icons/arrow_left_1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px; }
    #mapHumanitarian .info-map .btn-humanitarian svg path {
      fill: white; }
#mapHumanitarian .gm-style .gm-style-iw-c,
#mapHumanitarian .gm-style .gm-style-iw-d {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 !important; }
#mapHumanitarian .gm-style .gm-style-iw-d {
  overflow: inherit !important;
  max-height: inherit !important; }
#mapHumanitarian .gm-ui-hover-effect {
  display: none !important; }

.preloader-it, .ajax-progress-throbber {
  background: white;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }
  .preloader-it .loader-pendulums::after, .preloader-it .throbber::after, .ajax-progress-throbber .loader-pendulums::after, .ajax-progress-throbber .throbber::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 10002;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-left-color: #186EB1;
    border-top-color: rgba(24, 110, 177, 0.2);
    border-right-color: rgba(24, 110, 177, 0.2);
    border-bottom-color: rgba(24, 110, 177, 0.2);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

