/***COMMON***/
/** normalize css **/
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-family: "SFUFutura", serif;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

* {
  box-sizing: border-box; }

/* 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; }

/**
 * reset ul li
 */
ul {
  padding-left: 0;
  margin: 0; }
  ul li {
    list-style: none; }

/** scroll hidden */
*::-webkit-scrollbar {
  width: 0; }

*::-webkit-scrollbar-thumb {
  background-color: #aaa;
  height: 0; }

*::-webkit-scrollbar-track-piece {
  background: transparent; }

/** variables **/
/** fonts **/
@font-face {
  font-family: "Poppins-Regular";
  src: url("fonts/Poppins/Poppins-Regular.ttf"); }
@font-face {
  font-family: "Poppins-Medium";
  src: url("fonts/Poppins/Poppins-Medium.ttf"); }
@font-face {
  font-family: "Poppins-Bold";
  src: url("fonts/Poppins/Poppins-Bold.ttf"); }
@font-face {
  font-family: "SFUFuturaBold";
  src: url("fonts/SFU_FUTURA/SFUFuturaBold.TTF"); }
@font-face {
  font-family: "SFUFutura";
  src: url("fonts/SFU_FUTURA/SFUFuturaRegular.TTF"); }
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Regular.ttf"); }
@font-face {
  font-family: "Roboto-Bold";
  src: url("fonts/Roboto/Roboto-Bold.ttf"); }
@font-face {
  font-family: "Roboto-Medium";
  src: url("fonts/Roboto/Roboto-Medium.ttf"); }
/** headings **/
h1 {
  font-family: "SFUFuturaBold", serif;
  font-size: 40px;
  line-height: 44px; }

h2 {
  font-family: "SFUFuturaBold", serif;
  font-size: 32px;
  line-height: 36px; }

h3 {
  font-family: "SFUFuturaBold", serif;
  font-size: 38px;
  line-height: 32px; }

h4 {
  font-family: "SFUFuturaBold", serif;
  font-size: 18px;
  line-height: 28px; }

h5 {
  font-family: "SFUFuturaBold", serif;
  font-size: 16px;
  line-height: 24px; }

h6 {
  font-family: "SFUFutura", serif;
  font-size: 14px;
  line-height: 20px; }

p {
  font-family: "SFUFutura", serif;
  font-size: 14px;
  line-height: 20px; }

a {
  text-decoration: none; }
  a:hover {
    color: orangered; }
  a:visited {
    color: inherit; }

small {
  font-family: "Poppins-Regular", serif;
  font-size: 12px;
  line-height: 20px; }

sub {
  font-family: "Poppins-Regular", serif;
  font-size: 10px;
  line-height: 18px; }

.font-roboto * {
  font-family: "Roboto", serif; }

.button-main {
  padding: 15px 30px;
  background: #04388F;
  color: #fff !important; }

/** quick style **/
.d-flex {
  display: flex; }

.d-inline-flex {
  display: inline-flex; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  cursor: pointer; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.btn-main {
    color: #fff;
    background: #04388F;
    border-radius: 8px;
    width: 100%; }
    .btn.btn-main:focus, .btn.btn-main:hover {
      background: #00A1D0; }

body {
  font-family: "SFUFutura", serif; }

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

img {
  max-width: 100%; }

/**
 * Common
 */
/** page title */
.page-title {
  margin: 40px auto;
  width: 100%;
  text-align: center; }
  .page-title h2 {
    font-family: "SFUFutura", serif;
    width: fit-content;
    font-weight: 900;
    font-size: 36px;
    line-height: 51px;
    text-align: center;
    color: #04388F;
    text-shadow: 4px 4px 3px rgba(52, 52, 52, 0.2);
    text-transform: uppercase;
    position: relative;
    margin: 0;
    display: inline-block; }
    .page-title h2:before {
      content: '';
      position: absolute;
      border-top: 5px solid #A4C2E7;
      width: 60px;
      left: -90px;
      top: calc(50% - 2px); }
    .page-title h2:after {
      content: '';
      position: absolute;
      border-top: 5px solid #A4C2E7;
      width: 60px;
      right: -90px;
      top: calc(50% - 2px); }

/** display text in specific lines */
.text-2-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 32px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  .text-2-lines.product-name {
    line-height: 32px;
    max-height: 64px; }

.text-3-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 48px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
  .text-3-lines.product-short-description {
    line-height: 22px;
    max-height: 66px; }
  .text-3-lines.service-description {
    line-height: 28px;
    max-height: 84px; }

.default-layout {
  max-width: 1140px;
  margin: 0 auto; }

.secondary-background-color {
  background: #f8f8ff; }

.heading-template {
  width: 60%;
  border-bottom: 2px solid #256DC3; }
  .heading-template span {
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    line-height: 23px;
    padding: 8px 28px;
    background: #04388F;
    display: inline-block; }

/** modal **/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999; }
  .modal.show {
    display: block; }
  .modal .modal-dialog {
    width: 550px;
    margin: 10% auto;
    border-radius: 8px;
    background: #fff; }
    .modal .modal-dialog .modal-content .modal-header {
      padding: 13px 20px 0 20px;
      position: relative;
      text-align: center; }
      .modal .modal-dialog .modal-content .modal-header h4 {
        margin: 0;
        font-weight: 400;
        font-size: 32px;
        line-height: 45px;
        text-align: center;
        color: #04388F;
        font-family: "SFUFutura", serif; }
      .modal .modal-dialog .modal-content .modal-header p {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #000000;
        max-width: 70%;
        display: inline-block; }
      .modal .modal-dialog .modal-content .modal-header .close-modal {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #999;
        cursor: pointer; }
        .modal .modal-dialog .modal-content .modal-header .close-modal svg {
          font-size: 24px; }
    .modal .modal-dialog .modal-content .modal-body {
      padding: 10px 50px 50px 50px; }

/** header **/
/** logo **/
#header {
  position: relative;
  z-index: 10000; }

.header-left-wrapper {
  top: 0;
  left: 0;
  position: absolute; }
  .header-left-wrapper .header-logo {
    position: relative;
    width: 31vw;
    height: 130px;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none; }
    .header-left-wrapper .header-logo .header-logo-background-left {
      width: 25vw;
      height: 130px;
      box-shadow: 2px 2px 3px #888;
      background: #00A1D0; }
    .header-left-wrapper .header-logo .header-logo-background-right {
      border-style: solid;
      border-color: transparent transparent #00A1D0 transparent;
      border-width: 0 25px 25px 0;
      height: 0;
      width: 75px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      position: relative; }
      .header-left-wrapper .header-logo .header-logo-background-right:after {
        content: "";
        position: absolute;
        top: 25px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: #00A1D0 transparent transparent transparent;
        border-width: 105px 100px 0 0; }
  .header-left-wrapper .logo-groups {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
    .header-left-wrapper .logo-groups .logo-groups-wrap {
      display: inline-flex;
      align-items: center; }
      .header-left-wrapper .logo-groups .logo-groups-wrap .logo {
        display: flex;
        align-items: center;
        overflow: hidden; }
        .header-left-wrapper .logo-groups .logo-groups-wrap .logo.logo_1 {
          width: 116px;
          height: 71px; }
        .header-left-wrapper .logo-groups .logo-groups-wrap .logo.logo_2 {
          width: 302px;
          height: 86px; }
        .header-left-wrapper .logo-groups .logo-groups-wrap .logo img {
          width: 100%;
          height: auto; }

/** right elements **/
.header-right-elements {
  height: 130px;
  width: 100%; }
  .header-right-elements .header-top {
    padding: 9px 9vw 15px 17px;
    background-image: url("../images/cemmet-texture.png"); }
    .header-right-elements .header-top .search-box {
      display: inline-block;
      position: relative;
      margin-right: 50px; }
      .header-right-elements .header-top .search-box #search-inp {
        width: 400px;
        height: 30px;
        padding: 5px 15px;
        background: #fff;
        border: 1px solid rgba(228, 228, 228, 0.6);
        border-radius: 5px;
        font-size: 14px;
        color: #75818F;
        outline: none; }
      .header-right-elements .header-top .search-box .btn-search {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: #3CCAF4;
        border-radius: 6px;
        width: 60px; }
        .header-right-elements .header-top .search-box .btn-search:hover {
          color: #fff;
          background-color: #00A1D0;
          border-color: #00A1D0; }
        .header-right-elements .header-top .search-box .btn-search img {
          height: 100%;
          width: auto;
          vertical-align: top; }
    .header-right-elements .header-top .lang {
      display: inline-block;
      vertical-align: middle; }
      .header-right-elements .header-top .lang a {
        border-radius: 5px;
        overflow: hidden;
        width: 40px;
        height: 30px;
        display: inline-block; }
        .header-right-elements .header-top .lang a img {
          width: 100%;
          height: auto; }
  .header-right-elements .header-bottom {
    padding-left: 28.5vw;
    height: 72px;
    background: #317EB0;
    box-shadow: 0px -6px 10px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.25); }
    .header-right-elements .header-bottom .header-bottom-content {
      display: flex;
      height: 100%;
      padding-right: 9vw;
      background: #00A1D0;
      float: right; }
      .header-right-elements .header-bottom .header-bottom-content ul.top-menu {
        background: linear-gradient(270deg, #45AEDF 0%, rgba(65, 160, 204, 0.75) 96.16%);
        height: 100%;
        margin: 0;
        padding: 5px 0; }
        .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li {
          text-align: center;
          padding: 0 5px;
          list-style: none;
          border-right: 1px solid rgba(255, 255, 255, 0.5);
          height: 100%;
          display: inline-block;
          width: 8.9vw;
          position: relative; }
          .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:first-child {
            border-left: 1px solid rgba(255, 255, 255, 0.5); }
          .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:first-child > ul, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(2) > ul, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(3) > ul, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(4) > ul {
            display: none;
            position: absolute;
            width: max-content;
            min-width: 100%;
            left: 0;
            top: calc(100%);
            padding-top: 5px; }
            .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:first-child > ul li, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(2) > ul li, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(3) > ul li, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(4) > ul li {
              position: relative;
              width: 100%;
              padding: 15px;
              background: #317EB0;
              color: #888; }
              .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:first-child > ul li:not(:last-child), .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(2) > ul li:not(:last-child), .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(3) > ul li:not(:last-child), .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(4) > ul li:not(:last-child) {
                border-bottom: 1px solid #dfdfdf; }
              .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:first-child > ul li:hover, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(2) > ul li:hover, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(3) > ul li:hover, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(4) > ul li:hover {
                background: #00A1D0; }
                .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:first-child > ul li:hover > ul, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(2) > ul li:hover > ul, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(3) > ul li:hover > ul, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(4) > ul li:hover > ul {
                  display: block; }
              .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:first-child > ul li a, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(2) > ul li a, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(3) > ul li a, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(4) > ul li a {
                line-height: 20px; }
              .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:first-child > ul li ul, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(2) > ul li ul, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(3) > ul li ul, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(4) > ul li ul {
                display: none;
                position: absolute;
                width: max-content;
                min-width: 100%;
                top: 0;
                left: calc(100%);
                border-left: 1px solid #dfdfdf; }
          .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(5) > ul, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(6) > ul, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(7) > ul {
            display: none;
            position: absolute;
            width: 100%;
            left: 0;
            top: calc(100%);
            padding-top: 5px; }
            .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(5) > ul li, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(6) > ul li, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(7) > ul li {
              position: relative;
              width: 100%;
              padding: 15px;
              background: #317EB0;
              color: #888; }
              .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(5) > ul li:not(:last-child), .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(6) > ul li:not(:last-child), .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(7) > ul li:not(:last-child) {
                border-bottom: 1px solid #dfdfdf; }
              .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(5) > ul li:hover, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(6) > ul li:hover, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(7) > ul li:hover {
                background: #00A1D0; }
                .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(5) > ul li:hover > ul, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(6) > ul li:hover > ul, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(7) > ul li:hover > ul {
                  display: block; }
              .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(5) > ul li a, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(6) > ul li a, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(7) > ul li a {
                line-height: 20px; }
              .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(5) > ul li ul, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(6) > ul li ul, .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:nth-child(7) > ul li ul {
                display: none;
                position: absolute;
                width: 100%;
                top: 0;
                right: calc(100%);
                border-right: 1px solid #dfdfdf; }
          .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li a {
            display: flex;
            align-items: center;
            flex-direction: column;
            color: #fff;
            font-size: 12px;
            line-height: 12px;
            font-family: "SFUFutura", serif; }
            .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li a img {
              width: 48px;
              height: 42px; }
          .header-right-elements .header-bottom .header-bottom-content ul.top-menu > li:hover ul {
            display: block; }

/** navigation-left **/
#side-navigations-left {
  position: fixed;
  left: 0;
  top: 160px;
  z-index: 999; }
  #side-navigations-left ul {
    padding-left: 0; }
    #side-navigations-left ul li {
      width: 80px;
      height: 80px;
      background: rgba(255, 255, 255, 0.4);
      box-shadow: 10px 10px 15px rgba(37, 109, 195, 0.1);
      border-radius: 0 16px 16px 0;
      display: flex;
      list-style: none;
      align-items: center;
      margin-bottom: 16px; }
      #side-navigations-left ul li.active {
        background: #04388F !important; }
        #side-navigations-left ul li.active * {
          color: #fff !important; }
        #side-navigations-left ul li.active .show-on-active {
          display: block; }
        #side-navigations-left ul li.active img:nth-child(2) {
          display: none; }
      #side-navigations-left ul li a {
        flex: 1 1;
        flex-direction: column;
        align-items: center; }
        #side-navigations-left ul li a img {
          width: fit-content;
          max-height: 25px; }
        #side-navigations-left ul li a span {
          font-family: "SFUFutura", serif;
          font-size: 12px;
          line-height: 17px;
          color: #04388F;
          font-weight: 400;
          max-width: 60px;
          text-align: center;
          margin-top: 5px; }

/** navigation-right **/
#side-navigations-right {
  position: fixed;
  right: 24px;
  top: 35vh;
  z-index: 999; }
  #side-navigations-right ul li {
    margin-bottom: 30px;
    display: flex;
    align-items: center; }
    #side-navigations-right ul li a.wrap-zalo {
      width: 26px;
      height: 26px;
      text-align: center;
      display: flex;
      align-items: center; }
      #side-navigations-right ul li a.wrap-zalo .ico-zalo {
        width: 20px;
        height: 20px; }
    #side-navigations-right ul li a {
      color: #04388F;
      fill: #04388F;
      font-size: 20px;
      text-align: center; }
      #side-navigations-right ul li a:hover {
        color: #429CE0;
        fill: #429CE0; }
      #side-navigations-right ul li a svg {
        width: 20px; }
        #side-navigations-right ul li a svg.fa-facebook {
          color: #4267B2; }
        #side-navigations-right ul li a svg.fa-envelope {
          color: #D44638; }
        #side-navigations-right ul li a svg.fa-skype {
          color: #009EDC; }
        #side-navigations-right ul li a svg.fa-whatsapp {
          color: #25D366; }

/**
 * Homepage
 */
/** slider */
section#section-slider {
  display: flex;
  flex-direction: column;
  height: 100vh;
  flex: 1 1; }
  section#section-slider ul.slider-homepage {
    height: 37.5vw; }
    section#section-slider ul.slider-homepage li.slider-homepage-item {
      position: relative;
      width: 100%;
      height: 37.5vw; }
      section#section-slider ul.slider-homepage li.slider-homepage-item .bg-overlay {
        background: linear-gradient(90.13deg, rgba(37, 109, 195, 0.33) 0.1%, rgba(196, 196, 196, 0) 99.87%);
        width: 100%;
        height: 100%; }
      section#section-slider ul.slider-homepage li.slider-homepage-item div.slide-descriptions {
        width: 30vw;
        position: absolute;
        top: 100px;
        left: 200px; }
        section#section-slider ul.slider-homepage li.slider-homepage-item div.slide-descriptions a {
          width: 100%;
          font-size: 36px;
          line-height: 50px;
          color: #ffffff;
          display: block;
          font-weight: 600;
          font-family: "SFUFutura", serif; }
        section#section-slider ul.slider-homepage li.slider-homepage-item div.slide-descriptions p {
          font-size: 16px;
          width: 100%;
          color: #fff;
          font-family: "SFUFutura", serif;
          text-align: justify; }
    section#section-slider ul.slider-homepage .slick-dots {
      display: inline-block;
      text-align: center;
      align-items: center;
      position: absolute;
      bottom: 50px;
      width: 100%; }
      section#section-slider ul.slider-homepage .slick-dots li {
        margin-left: 10px;
        display: inline-block; }
        section#section-slider ul.slider-homepage .slick-dots li button {
          width: 12px;
          height: 12px;
          background: #DDDDDD;
          color: transparent;
          overflow: hidden;
          border: none;
          border-radius: 100%; }
        section#section-slider ul.slider-homepage .slick-dots li.slick-active button {
          background: #256DC3; }
  section#section-slider .descriptions-bottom {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    flex: 1 1;
    justify-content: center; }
    section#section-slider .descriptions-bottom .background-descriptions-bottom {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: url("../images/background-first-section-homepage.png") rgba(37, 109, 195, 0.4) no-repeat;
      background-position: 0 53%;
      background-size: cover;
      background-blend-mode: soft-light;
      z-index: -1; }
    section#section-slider .descriptions-bottom .title-descriptions-bottom {
      color: #fff;
      font-size: 28px;
      line-height: 40px;
      width: 50vw; }

section#section-opportunities {
  padding: 50px 100px;
  overflow: hidden; }
  section#section-opportunities h1 {
    max-width: 1000px;
    margin: auto;
    text-transform: uppercase;
    font-weight: 900;
    color: #256DC3;
    font-size: 48px;
    line-height: 68px;
    text-shadow: 4px 4px 3px rgba(52, 52, 52, 0.2); }
  section#section-opportunities p {
    font-family: 'SFUFutura', serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    color: #429CE0; }
  section#section-opportunities .opportunities-slider-wrap {
    width: 80vw;
    margin: 30px auto;
    height: 600px; }
    section#section-opportunities .opportunities-slider-wrap ul {
      width: 100%;
      height: 100%; }
      section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide {
        width: 500px;
        height: 500px;
        transform: scale(0.35);
        margin: 0 15.5px;
        transition: all 300ms ease-in; }
        section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide:hover {
          transform: scale(0.5);
          transition: all 300ms ease-in; }
        section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide > div {
          width: 100%;
          height: 100%; }
        section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide li.item {
          display: inline-block;
          border-radius: 100%;
          padding: 20px 0;
          width: 100%;
          height: 100%;
          position: relative; }
          section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide li.item .bg-overlay {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(37, 109, 195, 0.4);
            z-index: 2;
            border-radius: 100%; }
          section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide li.item .content {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-evenly;
            border-radius: 100%;
            position: relative;
            z-index: 3;
            width: 100%;
            height: 100%; }
            section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide li.item .content p.title, section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide li.item .content a.btn-watch, section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide li.item .content a.btn-visit, section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide li.item .content span {
              display: none; }
            section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide li.item .content a.btn-play {
              display: block;
              font-size: 34px;
              color: #fff;
              margin-bottom: 15px;
              transform: scale(2.8); }
            section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide li.item .content p.index {
              color: #fff;
              margin: 0;
              font-size: 18px;
              transform: scale(2.8); }
        section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current {
          transform: scale(1); }
          section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current > div {
            padding: 12px; }
          section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item {
            padding: 40px 0 50px 0;
            position: relative; }
            section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item:before {
              position: absolute;
              border-radius: 100%;
              border: 2px dashed #256DC3;
              content: '';
              left: -10px;
              top: -10px;
              right: -10px;
              bottom: -10px;
              -webkit-animation-name: Rotate;
              -webkit-animation-duration: 100s;
              -webkit-animation-iteration-count: infinite;
              -webkit-animation-timing-function: linear;
              -moz-animation-name: Rotate;
              -moz-animation-duration: 100s;
              -moz-animation-iteration-count: infinite;
              -moz-animation-timing-function: linear;
              -ms-animation-name: Rotate;
              -ms-animation-duration: 100s;
              -ms-animation-iteration-count: infinite;
              -ms-animation-timing-function: linear; }
            section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content {
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: space-evenly;
              border-radius: 100%;
              position: relative;
              z-index: 3;
              width: 100%;
              height: 100%; }
              section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content * {
                max-width: 70%;
                transform: scale(1); }
              section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content p.title, section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content a.btn-watch, section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content a.btn-visit, section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content span {
                display: block; }
              section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content a.btn-play {
                display: none; }
              section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content span.sub, section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content p {
                color: #fff;
                text-align: center;
                margin: 0; }
              section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content p.title {
                font-family: "SFUFuturaBold", serif;
                font-size: 28px;
                line-height: 40px; }
              section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content a {
                width: 200px;
                border-radius: 10px;
                text-align: center;
                padding: 9px 0 9px 0;
                vertical-align: middle;
                font-size: 16px;
                line-height: 22px; }
                section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content a.btn-watch {
                  background: #256DC3;
                  color: #fff; }
                section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content a.btn-visit {
                  background: #fff;
                  color: #256DC3; }
                section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content a svg, section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content a i {
                  margin-right: 5px; }
                  section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content a svg.fa-play-circle, section#section-opportunities .opportunities-slider-wrap ul .slick-track .slick-slide.slick-current li.item .content a i.fa-play-circle {
                    font-size: 20px;
                    fill: #fff;
                    color: #fff; }
      section#section-opportunities .opportunities-slider-wrap ul .slick-arrow {
        width: 50px;
        height: 50px;
        position: absolute;
        bottom: 105px;
        background: linear-gradient(90.59deg, #256DC3 8.26%, #429CE0 90.29%);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border: none;
        border-radius: 100%;
        z-index: 200; }
        section#section-opportunities .opportunities-slider-wrap ul .slick-arrow.slick-next {
          left: calc(50% + 80px); }
        section#section-opportunities .opportunities-slider-wrap ul .slick-arrow.slick-prev {
          right: calc(50% + 80px); }

section#product-lists {
  width: 75vw;
  margin: 0 auto;
  min-height: 35vh; }
  section#product-lists ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px; }
    section#product-lists ul li {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-right: 8px;
      padding-left: 8px;
      margin-bottom: 16px; }
      section#product-lists ul li .product {
        background: #FFFFFF;
        border: 1px solid rgba(37, 109, 195, 0.1);
        box-shadow: 10px 10px 15px rgba(37, 109, 195, 0.1);
        height: 100%;
        display: flex;
        flex-direction: column; }
        section#product-lists ul li .product a.product-image {
          width: 100%;
          height: 180px;
          overflow: hidden;
          display: block; }
          section#product-lists ul li .product a.product-image img {
            width: 100%;
            height: auto; }
        section#product-lists ul li .product .product-description {
          padding: 15px;
          position: relative;
          height: calc(100% - 180px); }
          section#product-lists ul li .product .product-description p {
            margin: 0; }
          section#product-lists ul li .product .product-description .tags {
            display: flex;
            justify-content: left;
            flex-wrap: wrap;
            margin-bottom: 5px; }
            section#product-lists ul li .product .product-description .tags a .tag-item {
              display: inline-block;
              padding: 5px 16px;
              color: #fff;
              font-size: 12px;
              border-radius: 12px;
              background: #00ACDE;
              margin-bottom: 5px;
              margin-right: 5px; }
            section#product-lists ul li .product .product-description .tags a:hover .tag-item {
              color: red; }
          section#product-lists ul li .product .product-description .created-time {
            font-size: 12px;
            line-height: 17px;
            text-align: left;
            color: #04388F;
            margin-bottom: 5px; }
          section#product-lists ul li .product .product-description .product-name {
            font-size: 22px;
            line-height: 31px;
            color: #04388F;
            font-weight: 900;
            font-family: "SFUFutura", serif;
            margin-bottom: 5px; }
          section#product-lists ul li .product .product-description .product-short-description {
            font-size: 16px;
            line-height: 22px;
            text-align: justify;
            color: #212121;
            margin-bottom: 70px; }
          section#product-lists ul li .product .product-description .product-view {
            text-align: center;
            position: absolute;
            bottom: 15px;
            left: calc(50% - 65px); }
            section#product-lists ul li .product .product-description .product-view a {
              padding: 10px 15px;
              font-weight: 400;
              font-size: 14px;
              line-height: 20px;
              text-transform: uppercase;
              color: #04388F;
              border: 1px solid #04388F;
              display: inline-block; }
              section#product-lists ul li .product .product-description .product-view a:hover {
                color: #fff;
                background: #04388F; }
              section#product-lists ul li .product .product-description .product-view a i, section#product-lists ul li .product .product-description .product-view a svg {
                margin-left: 10px; }
  section#product-lists .product-load-more {
    width: 100%;
    margin: 40px 0;
    text-align: center; }
    section#product-lists .product-load-more a {
      padding: 10px 15px;
      color: #fff;
      font-weight: 900;
      font-size: 16px;
      line-height: 23px;
      background: #04388F; }

section#product-title {
  display: flex;
  margin-top: 50px; }
  section#product-title .product-title-left {
    max-width: 60%;
    flex: 0 0 60%;
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-direction: column; }
    section#product-title .product-title-left h2 {
      font-size: 30px;
      font-family: "SFUFutura", serif;
      font-weight: 400;
      line-height: 42px;
      color: #04388F;
      text-shadow: 10px 10px 15px rgba(37, 109, 195, 0.1); }
    section#product-title .product-title-left a.button-main {
      width: fit-content; }
    section#product-title .product-title-left .single-text {
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      color: #256DC3; }
    section#product-title .product-title-left .short-description {
      max-width: 80%;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      text-align: justify;
      color: #000000; }
  section#product-title .product-image-right .image-item {
    width: 100%;
    position: relative; }
    section#product-title .product-image-right .image-item:hover .hovered-item {
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center; }
    section#product-title .product-image-right .image-item .hovered-item {
      display: none;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(37, 109, 195, 0.3); }
      section#product-title .product-image-right .image-item .hovered-item a {
        width: 220px;
        padding: 10px 30px;
        color: #fff;
        background: #04388F;
        border-radius: 8px;
        text-align: center; }

section#product-overview {
  margin-top: 40px;
  margin-bottom: 100px; }
  section#product-overview .content p {
    font-size: 16px;
    line-height: 22px;
    text-align: justify; }
  section#product-overview .content b {
    font-family: "SFUFuturaBold", serif; }
  section#product-overview .share-social ul {
    margin: 20px 0; }
    section#product-overview .share-social ul li {
      display: inline-block;
      padding: 0 10px; }
      section#product-overview .share-social ul li svg {
        font-size: 26px; }
        section#product-overview .share-social ul li svg.fa-share-alt {
          color: #04388F; }
        section#product-overview .share-social ul li svg.fa-twitter {
          color: #55ACEE; }
        section#product-overview .share-social ul li svg.fa-facebook {
          color: #55ACEE; }
        section#product-overview .share-social ul li svg.fa-skype {
          color: #28a8ea; }
        section#product-overview .share-social ul li svg.fa-linkedin {
          color: #0077B5; }

#about-us {
  display: flex;
  flex-direction: row; }
  #about-us .box-description-left {
    width: 60%;
    position: relative;
    padding: 45px; }
    #about-us .box-description-left .background {
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.2;
      background: url("../images/background-about-us-top-left.png") rgba(255, 255, 255, 0.2) no-repeat center;
      background-blend-mode: soft-light;
      background-size: contain; }
    #about-us .box-description-left p.section-title {
      font-weight: 400;
      font-size: 30px;
      line-height: 42px;
      color: #04388F;
      text-shadow: 10px 10px 15px rgba(37, 109, 195, 0.1); }
    #about-us .box-description-left .description {
      max-width: 70%; }
      #about-us .box-description-left .description p {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: justify;
        color: #000000; }
  #about-us .box-map-right {
    width: 40%;
    padding: 0 50px;
    height: 700px;
    background: url("../images/background-about-us-top-right.png") no-repeat center;
    background-size: contain;
    position: relative; }
    #about-us .box-map-right .marker {
      position: absolute;
      color: #ED1C24;
      font-size: 22px; }
      #about-us .box-map-right .marker.marker-demo-1 {
        top: 160px;
        left: 192px; }
      #about-us .box-map-right .marker.marker-demo-2 {
        bottom: 191px;
        left: 230px; }
    #about-us .box-map-right .marker-description {
      width: 180px;
      position: absolute; }
      #about-us .box-map-right .marker-description img {
        max-width: 100%; }
      #about-us .box-map-right .marker-description p {
        font-size: 10px;
        line-height: 14px;
        color: #04388F;
        margin-top: 10px; }
        #about-us .box-map-right .marker-description p b {
          font-family: "SFUFuturaBold", serif; }
      #about-us .box-map-right .marker-description.description-demo-1 {
        top: 100px;
        left: 310px; }
      #about-us .box-map-right .marker-description.description-demo-2 {
        bottom: 170px;
        left: -30px; }

form#form-contact {
  background: #fff; }
  form#form-contact .form-title {
    font-weight: 900;
    font-size: 48px;
    line-height: 68px;
    color: #04388F;
    text-shadow: 10px 10px 15px rgba(37, 109, 195, 0.1);
    font-family: "SFUFuturaBold", serif;
    margin: 0 0 20px 0; }
  form#form-contact .form-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(51, 51, 51, 0.8);
    margin: 0 0 20px 0; }
  form#form-contact .form-inp {
    margin-bottom: 23px; }
    form#form-contact .form-inp input {
      font-size: 16px;
      line-height: 22px;
      color: #979797;
      height: 56px;
      background: rgba(4, 56, 143, 0.1);
      border-radius: 8px;
      width: 100%;
      border: none;
      padding: 17px 22px; }
  form#form-contact button {
    padding: 22px 0; }

section#section-form-contact {
  background: url("../images/background-about-us-bottom.png") center no-repeat;
  background-size: cover; }
  section#section-form-contact .form-contact-wrap {
    width: 45%;
    margin-left: 55%;
    padding: 70px 150px 70px 0; }
    section#section-form-contact .form-contact-wrap form {
      padding: 40px 70px;
      border-radius: 15px; }

.page-banner {
  position: relative;
  height: 300px; }
  .page-banner .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.13deg, rgba(37, 109, 195, 0.34) 0.1%, rgba(196, 196, 196, 0) 99.87%);
    z-index: 1; }

section#news {
  display: flex;
  flex-direction: row;
  margin-top: 35px;
  margin-bottom: 50px; }
  section#news .news-left {
    width: 60%; }
    section#news .news-left ul {
      background: #F8FBFF;
      padding: 35px 20px 35px 35px;
      box-shadow: 10px 10px 20px rgba(37, 109, 195, 0.1); }
      section#news .news-left ul .item {
        margin-bottom: 40px; }
        section#news .news-left ul .item a {
          max-height: 310px;
          overflow: hidden;
          display: block; }
          section#news .news-left ul .item a img {
            width: 100%;
            height: auto; }
        section#news .news-left ul .item .new-descriptions {
          margin-top: 15px; }
          section#news .news-left ul .item .new-descriptions .new-title {
            font-size: 24px;
            line-height: 28px;
            color: #04388F;
            text-shadow: 10px 10px 15px rgba(37, 109, 195, 0.1); }
          section#news .news-left ul .item .new-descriptions .new-created-time {
            font-size: 16px;
            line-height: 19px;
            color: #53432A; }
          section#news .news-left ul .item .new-descriptions .new-short-description {
            font-size: 16px;
            line-height: 19px;
            text-align: justify;
            color: #333333; }
  section#news .news-right {
    width: calc(40% - 10px);
    margin-left: 10px; }
    section#news .news-right > ul {
      background: #F8FBFF;
      padding: 16px 0 40px 0;
      box-shadow: 10px 10px 20px rgba(37, 109, 195, 0.1); }
      section#news .news-right > ul li.item {
        padding: 10px 18px 15px 13px;
        border-bottom: 1px solid rgba(237, 237, 237, 0.6); }
        section#news .news-right > ul li.item .block-img-title {
          display: flex;
          justify-content: space-between; }
          section#news .news-right > ul li.item .block-img-title a.img-left {
            width: 100px;
            height: 100px;
            overflow: hidden;
            display: block; }
            section#news .news-right > ul li.item .block-img-title a.img-left img {
              width: 100%;
              height: auto; }
          section#news .news-right > ul li.item .block-img-title .content-right {
            width: calc(100% - 120px); }
            section#news .news-right > ul li.item .block-img-title .content-right a.title {
              font-size: 16px;
              line-height: 19px;
              text-transform: uppercase;
              color: #4E3E24;
              text-shadow: 10px 10px 15px rgba(37, 109, 195, 0.1); }
            section#news .news-right > ul li.item .block-img-title .content-right .created-time {
              font-weight: 400;
              font-size: 12px;
              line-height: 17px;
              text-align: left;
              color: #53432A; }
          section#news .news-right > ul li.item .block-img-title .short-description {
            font-size: 16px;
            text-align: justify;
            color: #333333; }
      section#news .news-right > ul li.paging ul {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 20px; }
        section#news .news-right > ul li.paging ul li {
          width: 30px;
          height: 25px;
          background: rgba(37, 109, 195, 0.1);
          border-radius: 2px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-left: 10px; }
          section#news .news-right > ul li.paging ul li.active {
            color: #ED1C24;
            cursor: default; }
          section#news .news-right > ul li.paging ul li.disabled {
            cursor: not-allowed; }
          section#news .news-right > ul li.paging ul li:hover * {
            color: #ED1C24; }
          section#news .news-right > ul li.paging ul li a {
            color: #000;
            font-size: 16px;
            line-height: 19px;
            text-align: justify; }

.detail-new-background-color {
  background: #E7D9BD; }

section#new-title {
  padding: 25px 0 10px;
  color: #53432A; }
  section#new-title .btn-back-to-news {
    padding: 10px 27px;
    background: #FEF4E1;
    border-radius: 50px;
    font-size: 16px;
    line-height: 19px;
    color: #4E3E24;
    margin-bottom: 50px;
    display: block;
    width: fit-content; }
    section#new-title .btn-back-to-news svg {
      margin-right: 5px; }
  section#new-title .created-time {
    font-size: 16px;
    line-height: 19px;
    margin: 0; }
  section#new-title h2 {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #4E3E24;
    text-shadow: 10px 10px 15px rgba(37, 109, 195, 0.1);
    margin-bottom: 40px; }
  section#new-title .page-banner {
    height: 300px;
    overflow: hidden; }

section#new-content {
  padding: 10px 0 30px; }
  section#new-content p {
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #333333; }
    section#new-content p b {
      font-family: "Roboto-Bold", serif; }

section#related-news, #recruitment-lists {
  padding: 0 0 70px; }
  section#related-news .related-title, #recruitment-lists .related-title {
    font-size: 20px;
    line-height: 23px;
    color: #2C2C2C;
    text-shadow: 10px 10px 15px rgba(37, 109, 195, 0.1);
    font-family: "Roboto-Bold", serif; }
  section#related-news ul, #recruitment-lists ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    section#related-news ul.bg-white .product, #recruitment-lists ul.bg-white .product {
      background: #fff !important; }
    section#related-news ul li.item, #recruitment-lists ul li.item {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 20px; }
      section#related-news ul li.item .new-content, #recruitment-lists ul li.item .new-content {
        background: #FEF4E1;
        padding: 16px 21px 26px 13px;
        box-shadow: 10px 10px 20px rgba(37, 109, 195, 0.1); }
        section#related-news ul li.item .new-content .block-img-title, #recruitment-lists ul li.item .new-content .block-img-title {
          display: flex;
          justify-content: space-between; }
          section#related-news ul li.item .new-content .block-img-title a.img-left, #recruitment-lists ul li.item .new-content .block-img-title a.img-left {
            width: 100px;
            height: 100px;
            overflow: hidden;
            display: block; }
            section#related-news ul li.item .new-content .block-img-title a.img-left img, #recruitment-lists ul li.item .new-content .block-img-title a.img-left img {
              width: 100%;
              height: auto; }
          section#related-news ul li.item .new-content .block-img-title .content-right, #recruitment-lists ul li.item .new-content .block-img-title .content-right {
            width: calc(100% - 120px); }
            section#related-news ul li.item .new-content .block-img-title .content-right a.title, #recruitment-lists ul li.item .new-content .block-img-title .content-right a.title {
              font-size: 16px;
              line-height: 19px;
              text-transform: uppercase;
              color: #4E3E24;
              text-shadow: 10px 10px 15px rgba(37, 109, 195, 0.1); }
            section#related-news ul li.item .new-content .block-img-title .content-right .created-time, #recruitment-lists ul li.item .new-content .block-img-title .content-right .created-time {
              font-weight: 400;
              font-size: 12px;
              line-height: 17px;
              text-align: left;
              color: #53432A; }
          section#related-news ul li.item .new-content .block-img-title .short-description, #recruitment-lists ul li.item .new-content .block-img-title .short-description {
            font-size: 16px;
            text-align: justify;
            color: #333333; }
      section#related-news ul li.item .product, #recruitment-lists ul li.item .product {
        background: #FEF4E1;
        border: 1px solid rgba(37, 109, 195, 0.1);
        box-shadow: 10px 10px 15px rgba(37, 109, 195, 0.1);
        height: 100%;
        display: flex;
        flex-direction: column; }
        section#related-news ul li.item .product a.product-image, #recruitment-lists ul li.item .product a.product-image {
          width: 100%;
          height: 180px;
          overflow: hidden;
          display: block; }
          section#related-news ul li.item .product a.product-image img, #recruitment-lists ul li.item .product a.product-image img {
            width: 100%;
            height: auto; }
        section#related-news ul li.item .product .product-description, #recruitment-lists ul li.item .product .product-description {
          padding: 15px;
          position: relative;
          height: calc(100% - 180px); }
          section#related-news ul li.item .product .product-description p, #recruitment-lists ul li.item .product .product-description p {
            margin: 0; }
          section#related-news ul li.item .product .product-description .created-time, #recruitment-lists ul li.item .product .product-description .created-time {
            font-size: 12px;
            line-height: 17px;
            text-align: left;
            color: #04388F;
            margin-bottom: 5px; }
          section#related-news ul li.item .product .product-description .product-name, #recruitment-lists ul li.item .product .product-description .product-name {
            font-size: 22px;
            line-height: 31px;
            color: #04388F;
            font-weight: 900;
            font-family: "SFUFutura", serif;
            margin-bottom: 5px; }
          section#related-news ul li.item .product .product-description .product-short-description, #recruitment-lists ul li.item .product .product-description .product-short-description {
            font-size: 16px;
            line-height: 22px;
            text-align: justify;
            color: #212121;
            margin-bottom: 70px; }
          section#related-news ul li.item .product .product-description .product-view, #recruitment-lists ul li.item .product .product-description .product-view {
            text-align: center;
            position: absolute;
            bottom: 15px;
            left: calc(50% - 65px); }
            section#related-news ul li.item .product .product-description .product-view a, #recruitment-lists ul li.item .product .product-description .product-view a {
              padding: 10px 15px;
              font-weight: 400;
              font-size: 14px;
              line-height: 20px;
              text-transform: uppercase;
              color: #04388F;
              border: 1px solid #04388F;
              display: inline-block; }
              section#related-news ul li.item .product .product-description .product-view a:hover, #recruitment-lists ul li.item .product .product-description .product-view a:hover {
                color: #fff;
                background: #04388F; }
              section#related-news ul li.item .product .product-description .product-view a i, section#related-news ul li.item .product .product-description .product-view a svg, #recruitment-lists ul li.item .product .product-description .product-view a i, #recruitment-lists ul li.item .product .product-description .product-view a svg {
                margin-left: 10px; }

#menu-sidebar {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(24, 24, 24, 0.5);
  left: -100vw;
  transition: all 0.3s linear;
  z-index: 9999; }
  #menu-sidebar.active {
    left: 0; }
  #menu-sidebar .content-sidebar {
    padding: 160px 30px 0 110px;
    width: 400px;
    height: 100%;
    background: #fff; }
    #menu-sidebar .content-sidebar ul li.item-menu {
      display: flex;
      padding: 15px 0;
      border-bottom: 1px solid rgba(211, 230, 254, 0.5);
      font-family: "SFUFutura", serif;
      font-style: normal;
      font-weight: 900;
      font-size: 16px;
      line-height: 23px;
      color: #737373; }
      #menu-sidebar .content-sidebar ul li.item-menu.item-heading {
        border-bottom-color: #9CBDE5; }
        #menu-sidebar .content-sidebar ul li.item-menu.item-heading .merge-icons {
          display: inline-flex;
          margin-right: 10px;
          flex-wrap: wrap;
          width: 24px; }
          #menu-sidebar .content-sidebar ul li.item-menu.item-heading .merge-icons svg {
            margin: 0 2px 2px 0;
            flex: 0 0 6px;
            font-size: 6px;
            color: #04388F; }
        #menu-sidebar .content-sidebar ul li.item-menu.item-heading span {
          font-family: "SFUFutura", serif;
          font-size: 14px;
          line-height: 20px;
          color: #04388F;
          display: inline-block; }
      #menu-sidebar .content-sidebar ul li.item-menu:last-child {
        border: none; }

.show-on-active {
  display: none; }

section#maintain {
  margin-bottom: 60px; }
  section#maintain ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    section#maintain ul li {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 20px; }
      section#maintain ul li .img-wrap {
        width: 100%;
        height: 333px;
        overflow: hidden;
        filter: drop-shadow(10px 10px 15px rgba(37, 109, 195, 0.1));
        border-radius: 5px; }
      section#maintain ul li a.title {
        font-family: "SFUFuturaBold", serif;
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        color: #04388F;
        display: block; }
      section#maintain ul li .service-description {
        font-family: "SFUFutura", serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: #000000;
        padding: 0 20px; }

section#webinar ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  section#webinar ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px; }
    section#webinar ul li .item {
      padding: 10px 18px 15px 13px;
      background: #FFFFFF;
      box-shadow: 10px 10px 20px rgba(37, 109, 195, 0.1); }
      section#webinar ul li .item * {
        font-family: "Roboto", serif; }
      section#webinar ul li .item .block-img-title {
        display: flex;
        justify-content: space-between; }
        section#webinar ul li .item .block-img-title a.img-left {
          width: 100px;
          height: 100px;
          overflow: hidden;
          display: block; }
          section#webinar ul li .item .block-img-title a.img-left img {
            width: 100%;
            height: auto; }
        section#webinar ul li .item .block-img-title .content-right {
          width: calc(100% - 120px); }
          section#webinar ul li .item .block-img-title .content-right a.title {
            font-size: 16px;
            line-height: 19px;
            text-transform: uppercase;
            color: #4E3E24;
            text-shadow: 10px 10px 15px rgba(37, 109, 195, 0.1); }
          section#webinar ul li .item .block-img-title .content-right .created-time {
            font-weight: 400;
            font-size: 10px;
            line-height: 17px;
            text-align: left;
            color: #53432A; }
        section#webinar ul li .item .block-img-title .short-description {
          font-size: 16px;
          text-align: justify;
          color: #333333; }

section#footer {
  width: 100%;
  height: 350px;
  position: relative;
  background: #194187;
  overflow: hidden; }
  section#footer .layer-circles {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
    section#footer .layer-circles .circle {
      width: 60px;
      height: 60px;
      border-radius: 100%;
      position: absolute;
      transition: all 1s linear; }
  section#footer .content-footer {
    padding: 50px 0;
    position: relative;
    z-index: 9; }
    section#footer .content-footer p.company_name {
      font-size: 36px;
      line-height: 51px;
      text-align: left;
      color: #FFFFFF;
      margin-bottom: 40px; }
  section#footer .address {
    display: flex; }
    section#footer .address .side {
      flex: 0 0 50%;
      display: flex;
      position: relative;
      padding-top: 20px; }
      section#footer .address .side:after {
        content: '';
        width: 185px;
        border-top: 1px solid #C4C4C4;
        position: absolute;
        top: 0;
        left: 0; }
      section#footer .address .side .icon-location {
        flex: 0 0 30px;
        max-width: 30px;
        text-align: left; }
        section#footer .address .side .icon-location svg {
          font-size: 17px;
          color: #fff;
          margin-top: 5px; }
      section#footer .address .side .address-content {
        color: #fff;
        font-size: 14px;
        line-height: 20px; }
        section#footer .address .side .address-content p {
          margin-bottom: 10px;
          max-width: 75%;
          margin-top: 0; }

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes Rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-ms-keyframes Rotate {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }
.title-descriptions-bottom p.title {
  position: relative;
  letter-spacing: 4px;
  line-height: 60px;
  text-transform: uppercase;
  overflow: hidden;
  background: linear-gradient(90deg, #1252c8, #fff, #6d48b1);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 4s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  font-weight: 700; }

.title-descriptions-bottom p.subtitle {
  background: linear-gradient(90deg, #1252c8, #fff, #6d48b1);
  background-repeat: no-repeat;
  background-size: 80%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  line-height: 50px; }

@keyframes animate {
  0% {
    background-position: -500%; }
  100% {
    background-position: 500%; } }

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