@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
body {
  background-color: #ffffff; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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;
  font-family: "Roboto", sans-serif;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
/*  list-style: none;  */ 
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.content-element {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #000000; }
  .content-element * {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    color: #000000; }
  .content-element p {
    margin-bottom: 10px; }

a:hover, a:focus {
  text-decoration: none; }

*:focus {
  outline-offset: 0px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  outline: unset !important; }

@media screen and (max-width: 1199px) {
  .content-element {
    font-size: 16px;
    line-height: 30px; } }
.title-underline {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000; }

.color-red, .red {
  color: #ED3432 !important; }

.color-blue {
  color: #2D318F; }

.font-weight-bold {
  font-weight: bold; }

.content-inner a:hover {
  color: #ED3432; }
  .content-inner a:hover * {
    color: #ED3432; }

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

.pb-115 {
  padding-bottom: 115px; }

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

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

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

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-95 {
    padding-top: 60px; }

  .pb-115 {
    padding-bottom: 80px; } }
@media screen and (max-width: 991px) {
  .pt-95 {
    padding-top: 30px; }

  .pb-115 {
    padding-bottom: 40px; } }
.ani-circle {
  position: relative;
  overflow: hidden; }
  .ani-circle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    cursor: pointer; }
  .ani-circle:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s; }

@-webkit-keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
.languages {
  margin-right: 20px; }
  .languages li {
    display: inline-block;
    margin-right: 10px; }
    .languages li a {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      display: block;
      overflow: hidden;
      position: relative; }
      .languages li a.active {
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75); }
    .languages li:last-child {
      margin-right: 0; }

#main-navbar {
  z-index: 10; }
  #main-navbar .languages {
    margin-right: 0; }

.navbar-nav {
  max-width: 899px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .navbar-nav .nav-link {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    padding-bottom: 1px;
    position: relative;
    padding: 0 !important; }
    .navbar-nav .nav-link::after {
      content: '';
      width: 0;
      height: 1px;
      background-color: #2D318F;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
    .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
      color: #2D318F; }
      .navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after {
        width: 100%; }
  .navbar-nav > li.active .nav-link {
    color: #2D318F; }
    .navbar-nav > li.active .nav-link::after {
      width: 100%; }
  .navbar-nav .has-children {
    position: relative; }
    .navbar-nav .has-children > .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      list-style:none;
      z-index: 999;
      width: 285px;
      border-top: 1px solid #ccc;
      display: none; }
      .navbar-nav .has-children > .sub-menu > li.has-children > a {
        position: relative; }
        .navbar-nav .has-children > .sub-menu > li.has-children > a::after {
          display: inline-block;
          font-family: "Ionicons";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          text-rendering: auto;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f125";
          position: absolute;
          right: 10px;
          top: 50%;
          margin-top: -6px;
          font-size: 12px; }
    .navbar-nav .has-children:hover > .sub-menu {
      display: block; }
      .navbar-nav .has-children:hover > .sub-menu li {
        width: 100%;
        background-color: #fff;
        padding: 0; }
        .navbar-nav .has-children:hover > .sub-menu li a {
          padding: 2px 25px;
          display: inline-block;
          width: 100%;
          line-height: 35px;
          color: #292929;
          text-transform: inherit;
          font-weight: 500;
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        .navbar-nav .has-children:hover > .sub-menu li:hover > a {
          color: #fff;
          background-color: #2e3192; }
        .navbar-nav .has-children:hover > .sub-menu li:hover ul {
          display: block; }
      .navbar-nav .has-children:hover > .sub-menu ul {
        display: none;
        top: 0;
        left: 100%;
        border-top: 2px solid #2e3192; }

.menu-header, .close-menu {
  display: none; }

.side-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .side-menu .btn-search {
    margin-right: 30px; }
  .side-menu .form-search {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    padding: 5px;
    min-width: 310px;
    z-index: 1;
    right: 0;
    top: calc(100% + 10px);
    -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .side-menu .form-search .input-search {
      border: 1px solid #2D318F;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 400;
      padding: 7px;
      width: calc(100% - 100px);
      float: left; }
    .side-menu .form-search .btn-submit {
      width: 100px;
      background: #2D318F;
      color: #ffffff;
      float: left;
      border: 1px solid #2D318F;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      line-height: 33px; }
    .side-menu .form-search.open {
      opacity: 1;
      visibility: visible;
      top: calc(100% + 5px); }

@media screen and (max-width: 1024px) {
  .menu-header, .close-menu {
    display: block; }

  #main-navbar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: -100%;
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
    padding: 0; }
    #main-navbar .side-menu {
      position: absolute;
      bottom: 10px;
      left: 10px;
      width: 100%; }
      #main-navbar .side-menu .btn-search {
        display: none; }

  .close-menu {
    font-size: 30px;
    position: absolute;
    top: 2px;
    left: -42px;
    color: #ffffff;
    background-color: #2D318F;
    z-index: 9;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px; }

  .navbar {
    display: block;
    margin-bottom: 30px; }
    .navbar .container {
      padding-right: 10px;
      padding-left: 10px; }
    .navbar .collapse {
      display: block;
      width: 100%; }
    .navbar .navbar-nav {
      display: block;
      height: calc(100vh - 130px);
      overflow-y: auto; }
      .navbar .navbar-nav .nav-item {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #cdcdcd; }
        .navbar .navbar-nav .nav-item.active a::after {
          display: none; }
      .navbar .navbar-nav .has-children > .sub-menu {
        position: initial;
        top: 100%;
        left: 0;
        z-index: 999;
        width: 100%;
        border-top: 0px solid #ccc;
        display: block;
        padding: 0 10px; }
        .navbar .navbar-nav .has-children > .sub-menu a {
          padding: 0 5px;
          font-size: 14px;
          line-height: 30px;
          color: #333333;
          position: relative;
          font-weight: normal;
          text-transform: none; }
          .navbar .navbar-nav .has-children > .sub-menu a::after {
            display: none; }
        .navbar .navbar-nav .has-children > .sub-menu li.has-children > a::after {
          display: none; }

  .menu-header {
    padding: 5px;
    margin-bottom: 10px; }
    .menu-header .menu-logo {
      float: left; }
      .menu-header .menu-logo img {
        height: 50px;
        width: auto; }
    .menu-header .languages {
      float: right;
      margin-right: 0; }
    .menu-header::after {
      content: '';
      clear: both;
      width: 100%;
      display: block; } }
.menu_sidebar #menu-menu-sidebar-product {
  padding: 0px 0; }
  .menu_sidebar #menu-menu-sidebar-product > .menu-item {
    margin-bottom: 25px;
    position: relative; }
    .menu_sidebar #menu-menu-sidebar-product > .menu-item a {
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 1.75;
      color: #2D318F; }
    .menu_sidebar #menu-menu-sidebar-product > .menu-item .m-sub {
      position: relative; }
    .menu_sidebar #menu-menu-sidebar-product > .menu-item .button-submenu {
      background-color: #333333;
      width: 15px;
      height: 16px;
      text-align: center;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .menu_sidebar #menu-menu-sidebar-product > .menu-item .button-submenu::before {
        content: "\f489";
        font-size: 20px;
        display: inline-block;
        font-family: "Ionicons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #ffffff; }
      .menu_sidebar #menu-menu-sidebar-product > .menu-item .button-submenu.show::before {
        content: "\f462"; }
    .menu_sidebar #menu-menu-sidebar-product > .menu-item.has-children .sub-menu {
      padding-left: 15px;
      display: none;
      height: 0;
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
      .menu_sidebar #menu-menu-sidebar-product > .menu-item.has-children .sub-menu.open {
        height: 300px;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out; }
    .menu_sidebar #menu-menu-sidebar-product > .menu-item.current .m-sub {
      position: relative; }
      .menu_sidebar #menu-menu-sidebar-product > .menu-item.current .m-sub::before {
        content: '';
        width: 4px;
        height: 100%;
        background-color: #ED3432;
        position: absolute;
        top: 0px;
        left: -15px; }

.ll_langues {
  width: 160px;
  float: right;
  position: relative;
  margin-top: -5px;
  margin-right: -5px; }
  .ll_langues .ll_ttile {
    background: #2e3192;
    padding: 10px 30px 10px 15px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    border-radius: 0px; }
    .ll_langues .ll_ttile img, .ll_langues .ll_ttile .text {
      vertical-align: middle; }
    .ll_langues .ll_ttile img {
      width: 24px;
      height: auto;
      margin-right: 5px; }
    .ll_langues .ll_ttile::after {
      content: "\f123";
      position: absolute;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 50%;
      right: 10px;
      display: inline-block;
      font-family: "Ionicons";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .ll_langues .ll_content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 1px;
    background: #e0e0e0;
    z-index: 1;
    display: none;
    max-width: 200px; }
    .ll_langues .ll_content .list_lang a {
      display: block;
      border-bottom: 1px solid #ffffff;
      position: relative;
      padding: 10px 15px 10px 15px;
      color: #f37022; }
      .ll_langues .ll_content .list_lang a img, .ll_langues .ll_content .list_lang a span {
        vertical-align: middle; }
      .ll_langues .ll_content .list_lang a img {
        width: 24px;
        height: auto;
        margin-right: 5px; }
      .ll_langues .ll_content .list_lang a span {
        font-size: 14px; }
  .ll_langues.show .ll_content {
    display: block; }

@media screen and (max-width: 1024px) {
  #main-navbar .side-menu {
    display: none; } }
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sidebar-menu li a:hover {
    opacity: .8;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
  .sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0; }
    .sidebar-menu > li > a {
      display: block;
      color: #2D318F; }
      .sidebar-menu > li > a > .fa {
        width: 20px; }
    .sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
      color: #2D318F; }
    .sidebar-menu > li > .treeview-menu {
      margin: 0 1px; }
    .sidebar-menu > li .label,
    .sidebar-menu > li .badge {
      margin-top: 3px;
      margin-right: 5px; }
  .sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    color: #2D318F; }
  .sidebar-menu li > a > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px; }
  .sidebar-menu li.active > a > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .sidebar-menu li.active > .treeview-menu {
    display: block; }
  .sidebar-menu a {
    color: #2D318F;
    text-decoration: none; }
    .sidebar-menu a:hover {
      color: #ED3432 !important; }
  .sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0; }
    .sidebar-menu .treeview-menu .treeview-menu {
      padding-left: 20px; }
    .sidebar-menu .treeview-menu li {
      margin: 0; }
      .sidebar-menu .treeview-menu li a {
        padding: 0;
        display: block;
        font-size: 14px;
        color: #2D318F;
        font-weight: 400 !important; }
        .sidebar-menu .treeview-menu li a .icons {
          margin-right: 10px; }
      .sidebar-menu .treeview-menu li.sub-active > a {
        color: #ED3432 !important; }

header {
  padding: 15px 0 15px 0; }
  header .iso {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
    padding: 10px 15px;
    max-width: 190px;
    width: 100%;
    border-radius: 10px; }
    header .iso p {
      font-size: 20px;
      line-height: 1.3;
      text-align: center;
      color: #2D318F;
      font-style: normal;
      font-weight: bold;
      text-align: left; }
      header .iso p span {
        float: right; }
  header .open-menu {
    display: none;
    font-size: 45px;
    color: #2f3292; }
  header .btn-search {
    display: none; }
  header .form-search {
    display: none; }
  header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
    z-index: 99;
    padding: 15px 0; }
    header.fixed .logo img {
      height: 60px; }

@media screen and (max-width: 1024px) {
  header {
    padding: 8px 0; }
    header .company-logo .logo {
      font-size: 40px;
      line-height: 40px; }
      header .company-logo .logo img {
        height: 40px;
        width: auto; }
    header .open-menu {
      display: block; }
    header .iso {
      display: none; }
    header .btn-search {
      display: block;
      position: absolute;
      top: 05px;
      right: 40px; }
      header .btn-search img {
        width: 18px; }
    header.fixed {
      padding: 8px 0; }

  .header-mobile {
    position: relative; }
    .header-mobile .form-search {
      display: block;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      background: #ffffff;
      padding: 5px;
      min-width: 290px;
      z-index: 99;
      right: 0;
      top: calc(100% + 10px);
      -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .header-mobile .form-search .input-search {
        border: 1px solid #2D318F;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 400;
        padding: 7px;
        width: calc(100% - 100px);
        float: left; }
      .header-mobile .form-search .btn-submit {
        width: 100px;
        background: #2D318F;
        color: #ffffff;
        float: left;
        border: 1px solid #2D318F;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        line-height: 33px; }
      .header-mobile .form-search.open {
        opacity: 1;
        visibility: visible;
        top: calc(100% + 5px); } }
footer {
  background-color: #1D385B;
  padding: 25px 0 22px 0; }
  footer h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 15px; }
  footer .contact {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer .contact li {
      position: relative;
      padding-left: 30px;
      float: none;
      width: auto;
      display: block; }
      footer .contact li * {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.3;
        color: #ffffff; }
      footer .contact li .icon {
        position: absolute;
        top: 0;
        left: 0; }
        footer .contact li .icon img {
          width: 100%;
          height: auto; }
      footer .contact li:first-child {
        width: 100%;
        margin-bottom: 15px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
    footer .contact::after {
      content: '';
      clear: both;
      width: 100%;
      display: block; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer h1 {
    font-size: 24px; }
  footer .contact {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer .contact li {
      float: none;
      width: auto; }
      footer .contact li * {
        font-size: 14px; }
      footer .contact li:first-child {
        width: 100%;
        margin-bottom: 15px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .contact li {
    position: relative;
    padding-left: 30px;
    width: 50%;
    float: left;
    display: block;
    margin-bottom: 15px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .contact li {
    position: relative;
    padding-left: 30px;
    width: 50%;
    float: left;
    display: block;
    margin-bottom: 15px; } }
@media screen and (max-width: 767px) {
  footer h1 {
    font-size: 24px; }
  footer .contact li {
    position: relative;
    padding-left: 30px;
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 15px; }
    footer .contact li * {
      font-size: 14px; } }
.owl-theme .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 1px solid #2D318F;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot:focus span {
    background: #2D318F; }

.owl-carousel {
  display: block; }

.no-scroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  .no-scroll::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9; }

.banner-full img {
  width: 100%; }

.pic img {
  width: auto;
  max-width: 100%; }

.list-scope {
  margin-top: 73px; }
  .list-scope li {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 48px; }

.construction {
  margin-bottom: 75px; }
  .construction .pic-thumbnail a {
    display: block; }
  .construction .pic-thumbnail img {
    width: 100%;
    height: auto; }
  .construction .title {
    text-align: center; }
    .construction .title a {
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 1.4;
      color: #000000;
      margin-top: 20px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .construction .title a:hover {
        color: #2D318F; }
  .construction:hover .title a {
    color: #2D318F; }

.construction-detail .pic-thumbnail {
  margin-bottom: 26px; }
  .construction-detail .pic-thumbnail a {
    display: block; }

.list-constructions {
  margin-bottom: 30px; }
  .list-constructions li {
    display: block; }
  .list-constructions a {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    background-color: #ffffff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #333333;
    padding: 16px 14px;
    padding-left: 34px;
    position: relative; }
    .list-constructions a::before {
      content: '》';
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      position: absolute;
      top: 14px;
      left: 15px; }
    .list-constructions a.active {
      background-color: #0170C1;
      color: #ffffff; }
      .list-constructions a.active::before {
        content: ''; }
    .list-constructions a:hover {
      color: #0170C1; }
      .list-constructions a:hover::before {
        margin-left: 5px; }
      .list-constructions a:hover.active {
        background-color: #0170C1;
        color: #ffffff; }
        .list-constructions a:hover.active::before {
          content: '';
          margin-left: 0px; }

.contact-page {
  margin-bottom: 60px; }
  .contact-page .title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 58px;
    text-align: center;
    color: #333333;
    margin-bottom: 45px; }
  .contact-page .contact {
    list-style-type: none; }
    .contact-page .contact li {
      position: relative;
      padding-left: 60px;
      width: 100%;
      display: block;
      margin-bottom: 30px; }
      .contact-page .contact li * {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.3;
        color: #333333; }
      .contact-page .contact li .icon {
        position: absolute;
        top: 0;
        left: 0; }
        .contact-page .contact li .icon img {
          width: 100%;
          height: auto; }
  .contact-page .google-map {
    position: relative;
    padding-top: 69%;
    height: 0; }
    .contact-page .google-map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.pic-thumbnail img {
  width: 100%; }

@media screen and (max-width: 991px) {
  .construction {
    margin-bottom: 45px; }

  .list-scope {
    margin-top: 20px;
    margin-bottom: 10px; }
    .list-scope li {
      font-size: 18px; } }
.content-inner {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px; }
  .content-inner p {
    margin-bottom: 10px;}
  .content-inner a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    color: #2e3192;
    line-height: 1.6; }
  .content-inner b, .content-inner strong {
    font-weight: bold; }

.about-us-home h2 {
  margin-bottom: 15px; }
.about-us-home h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  color: #2D318F;
  margin-bottom: 15px; }
.about-us-home .box-value {
  padding: 32px 15px 60px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15); }
  .about-us-home .box-value * {
    vertical-align: middle;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    color: #333333; }
  .about-us-home .box-value > div {
    margin-bottom: 25px; }
    .about-us-home .box-value > div img {
      margin-top: -5px;
      margin-right: 10px; }
    .about-us-home .box-value > div span {
      vertical-align: top; }
    .about-us-home .box-value > div em {
      vertical-align: top;
      font-size: 24px; }
      .about-us-home .box-value > div em ~ span {
        vertical-align: -2px;
        display: inline-block; }
    .about-us-home .box-value > div:last-child {
      margin-bottom: 0; }

.subheader_title {
  padding: 6px 8px;
  text-align: center;
  min-width: 170px;
  margin-right: 6px; }

.breadcrumbs_box {
  padding: 6px 8px;
  text-align: center;
  min-width: 240px; }
  .breadcrumbs_box .gg-breadcrumbs {
    position: relative;
    text-align: left; }
    .breadcrumbs_box .gg-breadcrumbs .ion-ios-home {
      font-size: 26px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      line-height: 1; }
    .breadcrumbs_box .gg-breadcrumbs .link-home {
      padding-left: 30px; }
      .breadcrumbs_box .gg-breadcrumbs .link-home:hover .home {
        color: #2D318F !important; }

.main-content {
  padding-top: 35px;
  padding-bottom: 50px; }
  .main-content .content-inner .control-link {
    margin-top: 30px; }
  .main-content .content-inner ol {
    padding-left: 18px; }
    .main-content .content-inner ol li {
      list-style-type: square;
      margin-bottom: 10px;
      line-height: 1.3; }
  .main-content .content-inner .list-number li {
    list-style-type: decimal; }
  .main-content .content-inner .pic-thumbnail {
    margin-top: 30px;
    margin-bottom: 0; }
    .main-content .content-inner .pic-thumbnail a {
      display: block; }
  .main-content .content-inner .btn-link-connect {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFE5D2), to(#FFCAA3));
    background: linear-gradient(180deg, #FFE5D2 0%, #FFCAA3 100%);
    border: 1px solid #DC3027;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
    padding: 17px 15px 19px 15px;
    color: #ED3432;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;
    display: inline-block;
    max-width: 260px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }
  .main-content .content-inner .btn-link-connect-1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#0170C1), to(#0052B4));
    background: linear-gradient(180deg, #0170C1 0%, #0052B4 100%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
    padding: 17px 15px 19px 15px;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;
    display: inline-block;
    max-width: 240px;
    width: 100%;
    margin-bottom: 15px;
    text-align: center; }
  .main-content .pic-thumbnail {
    margin-bottom: 26px;
    overflow: hidden; }
    .main-content .pic-thumbnail a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      padding-bottom: 66.67%; }
    .main-content .pic-thumbnail img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;}

.title_product {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  overflow: hidden; }

.product_cate_image {
  width: 100%;
  height: 285px; }
  .product_cate_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.lg-thumb-outer .lg-thumb {
  margin: auto; }

.title_breadcum {
  background-color: #2D318F;
  padding: 10px 16px; }
  .title_breadcum h1 {
    color: #ffffff;
    font-size: 24px; }

.title_product {
  margin-bottom: 30px; }
  .title_product .product_cate_image {
    width: 100%;
    height: 172px; }
    .title_product .product_cate_image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      text-shadow: 0 0 black; }
  .title_product .title_product_text_full {
    position: absolute;
    top: 30px;
    background-color: #717171;
    text-transform: uppercase;
    padding: 30px 20px 19px 20px; }
  .title_product .title_product_text {
    position: absolute;
    top: 0px;
    background-color: #717171;
    text-transform: uppercase; }
  .title_product h2.title {
    color: #000000;
    font-weight: bold;
    margin: 0;
    position: relative;
    font-size: 16px;
    font-style: italic;
    padding-right: 10px;
    padding: 10px 5px;
    text-transform: initial;
    width: 160px;
    height: 58px; }
    .title_product h2.title::before {
      content: '';
      width: 222px;
      height: 5px;
      background-color: #ffffff;
      top: 100%;
      left: 0;
      position: absolute;
      display: block;
      z-index: 111; }
    .title_product h2.title::after {
      content: '';
      background: url("../images/title_product-1.png") #55367a;
      position: absolute;
      top: 0;
      left: 100%;
      height: 58px;
      width: 62px;
      background-repeat: no-repeat;
      background-size: contain; }
  .title_product h2.title-full {
    color: #fff;
    font-weight: bold;
    margin: 0;
    position: relative;
    font-size: 14px;
    font-style: italic;
    padding-right: 10px;
    text-transform: uppercase; }
    .title_product h2.title-full:after {
      content: url(../images/title_product.png);
      position: absolute;
      top: -60px;
      left: 100%; }

.title_alert h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 55px;
  /* or 153% */
  text-align: center;
  letter-spacing: 0.44em;
  color: #E12A28; }

.table-content .table td {
  vertical-align: middle;
  line-height: 1.5; }

@media screen and (max-width: 991px) and (min-width: 768px) {
  .about-us-home .box-value {
    margin-bottom: 15px; } }
@media screen and (max-width: 767px) {
  .about-us-home .box-value {
    margin-bottom: 15px;
    padding: 20px 15px; }
    .about-us-home .box-value * {
      font-size: 14px; }
    .about-us-home .box-value > div img {
      width: 25px;
      margin-right: 5px; }
    .about-us-home .box-value > div em {
      font-size: 16px; } }
@media screen and (max-width: 350px) {
  .about-us-home .box-value {
    margin-bottom: 15px; }
    .about-us-home .box-value * {
      font-size: 12px; }
    .about-us-home .box-value > div img {
      width: 25px;
      margin-right: 5px; }
    .about-us-home .box-value > div em {
      font-size: 16px; }
    .about-us-home .box-value .row .col-6:first-child {
      padding-right: 0; } }
#lightgallery h3.text-center {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px; }

@media screen and (max-width: 767px) {
  #lightgallery h3.text-center {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px; }

  .main-content .content-inner .pic-thumbnail {
    margin-top: 15px;
    margin-bottom: 0; }

  .title_breadcum h1 {
    color: #ffffff;
    font-size: 18px; } }
.list-gallery #lightgallery h3.text-center {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px; }
.list-gallery #lightgallery .pic-thumbnail {
  margin-bottom: 15px; }

.banner-home {
  padding: 8px 0;
  position: relative; }
  .banner-home .bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    filter: blur(5px);
    -webkit-filter: blur(5px); }
    .banner-home .bg-slider::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.65); }
  .banner-home .txtSlogan {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.8; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home .txtSlogan {
    font-size: 24px; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner-home .txtSlogan {
    font-size: 18px; } }
@media screen and (max-width: 575px) {
  .banner-home .txtSlogan {
    font-size: 18px; }
  .banner-home .inner-mobile {
    padding-top: 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
#subheader .subheader {
  padding-top: 226px;
  background-size: cover;
  background-position: center;
  position: relative; }
  #subheader .subheader .subheader_title {
    background-color: #ffffff;
    border-radius: 10px 10px 0px 0;
    border-bottom-width: 0;
    padding: 20px; }
    #subheader .subheader .subheader_title h3.title {
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      text-align: center;
      color: #000000; }
  #subheader .subheader .breadcrumbs_box {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px 10px 0px 0;
    border-bottom-width: 0; }
    #subheader .subheader .breadcrumbs_box .home, #subheader .subheader .breadcrumbs_box .current {
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      text-align: center;
      color: #000000; }
    #subheader .subheader .breadcrumbs_box .ion-chevron-right {
      font-size: 10px;
      vertical-align: middle; }
  #subheader .subheader .container {
    z-index: 1;
    position: relative; }
  #subheader .subheader::before {
    content: '';
    background-color: rgba(132, 172, 233, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 767px) {
  #subheader .subheader .subheader_title {
    max-width: 220px;
    margin-left: 15px;
    width: 100%; }
  #subheader .breadcrumbs_box {
    display: none; } }
.list-products .product {
  margin-bottom: 47px; }
  .list-products .product .pic-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
    max-width: 270px; }
    .list-products .product .pic-thumb img {
      width: 100%; }
  .list-products .product .content-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 270px);
            flex: 0 0 calc(100% - 270px);
    max-width: calc(100% - 270px);
    padding-left: 20px; }
    .list-products .product .content-product h2 {
      font-weight: bold;
      font-size: 20px;
      line-height: 1.3;
      margin-bottom: 10px;
      color: #ED3432; }
      .list-products .product .content-product h2 a {
        color: #2D318F;
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline; }
    .list-products .product .content-product .desc {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      color: #000;
      margin-bottom: 10px; }
    .list-products .product .content-product .btn-detail {
      background: #2D318F;
      border-radius: 8px;
      text-align: center;
      line-height: 43px;
      font-size: 14px;
      text-align: center;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #FFFFFF;
      display: inline-block;
      width: 200px; }

@media screen and (max-width: 767px) {
  .list-products .product {
    margin-bottom: 25px; }
    .list-products .product .pic-thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 15px;
      padding: 0 15px; }
    .list-products .product .content-product {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }
.list-images h2 a {
  font-weight: 700;
  font-size: 18px; }

.table-border-dashed, .table-border-dashed th, .table-border-dashed td {
  border: 1px dashed #dee2e6; }

.table-content {
  width: 100%;
  max-width: 100%;
  overflow-x: auto; }
  .table-content .table {
    min-width: 767px; }

.archive-contact .title_contact {
  text-align: center;
  border-top: 3px solid #2d3093;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 35px; }
  .archive-contact .title_contact h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    padding: 10px 0; }
.archive-contact .box_info_contact {
  padding: 20px;
  border: 1px dashed #c7c7c7;
  margin-bottom: 15px; }
  .archive-contact .box_info_contact p {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px; }
    .archive-contact .box_info_contact p i {
      float: left;
      width: 30px;
      line-height: 22px;
      font-size: 22px; }
    .archive-contact .box_info_contact p span {
      float: left;
      width: calc( 100% - 30px ); }
.archive-contact .box_info_contact_title {
  text-align: center; }
  .archive-contact .box_info_contact_title h1 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding: 5px 0 15px; }
    .archive-contact .box_info_contact_title h1::after {
      content: '';
      width: 95%;
      height: 1px;
      border-bottom: 1px dashed #c7c7c7;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

.career_content h2.title_career {
  font-size: 30px;
  margin: 0 0 20px;
  border-bottom: 2px solid #dfdfdf;
  color: #000000;
  padding: 0 0 15px; }
.career_content .desc_career {
  margin: 0 0 35px;
  font-size: 18px; }
  .career_content .desc_career span {
    color: #2D318F;
    font-weight: bold; }
.career_content .career_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  background-color: #f5f5f5;
  border-right: 7px solid rgba(255, 255, 255, 0.52); }
.career_content .career_list .career_item .career_item_box {
  padding: 25px 15px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #b8b8b8; }
.career_content .career_list .career_item .career_item_title {
  width: 40%;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 500;
  line-height: 24px; }
  .career_content .career_list .career_item .career_item_title a {
    color: #535353; }
    .career_content .career_list .career_item .career_item_title a:hover {
      color: #2D318F; }
.career_content .career_list .career_item .career_item_day {
  display: inline-block;
  font-size: 16px;
  margin-right: 35px;
  width: 20%;
  line-height: 24px; }
.career_content .career_list .career_item .career_item_day_exping {
  display: inline-block;
  font-size: 16px;
  width: 35%; }
.career_content .career_list .career_item:first-child {
  background-color: #e8e8e8;
  color: #303030;
  padding: 15px 15px !important;
  font-weight: bold; }
.career_content ul#menu-menu-sidebar-career li a {
  text-transform: uppercase;
  font-size: 15px;
  color: #2e2e2e;
  line-height: 25px;
  padding: 10px 0;
  display: block;
  width: 100%;
  border-left: 6px solid transparent;
  border-bottom: 1px solid #fff !important;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
  color: #2D318F; }
.career_content .title_wrapper {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 15px;
  margin-bottom: 25px; }
.career_content .category-title h1 {
  font-size: 30px;
  color: #2e2e2e;
  margin: 0 0 15px;
  line-height: 40px;
  font-weight: 500; }
.career_content .post-entry {
  margin-bottom: 33px;
  text-align: justify;
  line-height: 1.4;
  font-size: 16px; }
  .career_content .post-entry ul {
    padding-left: 20px; }

.widget_item .widget_title {
  text-align: center;
  background-color: #2D318F;
  padding: 12px 0;
  overflow: hidden;
  position: relative; }
  .widget_item .widget_title h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-transform: uppercase; }
  .widget_item .widget_title::before {
    content: url("../images/dot_title_2.png");
    position: absolute;
    left: 0;
    top: 0; }
  .widget_item .widget_title::after {
    content: url("../images/dot_title.png");
    position: absolute;
    right: 0;
    top: 0; }
.widget_item .widget-posts {
  display: inline-block;
  width: 100%;
  border: 1px solid #eaeaea;
  border-top: 0;
  padding-top: 15px; }
.widget_item .widget-posts-item {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
  padding: 0 10px 15px 10px; }
  .widget_item .widget-posts-item::after {
    content: '';
    clear: both; }
  .widget_item .widget-posts-item:last-child {
    border-bottom-width: 0; }
.widget_item .widget-post-photo {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  float: left;
  overflow: hidden; }
  .widget_item .widget-post-photo img {
    width: 180%;
    max-width: 180%;
    margin-left: -40%;
    height: auto;
    float: left; }
.widget_item .widget-post-one {
  float: left;
  width: calc(100% - 90px); }
  .widget_item .widget-post-one h3 {
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    margin: 0 0 5px;
    font-weight: 600;
    text-align: justify; }
    .widget_item .widget-post-one h3 a {
      color: #252525; }
      .widget_item .widget-post-one h3 a:hover {
        color: #2D318F; }
  .widget_item .widget-post-one p {
    font-size: 12px;
    color: #7b7b7b;
    margin-bottom: 0;
    font-weight: 500; }

.new_archive_item {
  width: 100%;
  margin-bottom: 25px; }
  .new_archive_item .new_archive_item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .new_archive_item .new_archive_item_title h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 5px;
    font-weight: bold; }
  .new_archive_item .new_archive_item_date {
    color: #7c7c7c;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
    float: left;
    width: 100%; }
  .new_archive_item .new_archive_item_excerpt {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #575757;
    margin-bottom: 20px;
    font-weight: 500; }
  .new_archive_item .new_archive_item_readmore {
    font-size: 14px;
    color: #2D318F;
    font-weight: 600;
    border: 1px solid #2D318F;
    padding: 0px 65px 0px 21px;
    display: inline-block;
    position: relative;
    height: 37px;
    line-height: 37px;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .new_archive_item .new_archive_item_readmore i {
      margin-left: 6px;
      position: absolute;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background-color: #2D318F;
      color: #fff;
      text-align: center;
      top: 0px;
      right: 0px;
      -webkit-transition: all .5s;
      transition: all .5s; }
    .new_archive_item .new_archive_item_readmore:hover {
      color: #ffffff;
      background-color: #2D318F; }
      .new_archive_item .new_archive_item_readmore:hover i {
        background-color: #fff;
        color: #2D318F; }

.new_archive .title_wrapper {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 15px;
  margin-bottom: 25px; }
.new_archive .category-title h1 {
  font-size: 30px;
  color: #2e2e2e;
  margin: 0 0 15px;
  line-height: 40px;
  font-weight: 500; }
.new_archive .post-entry {
  margin-bottom: 33px;
  text-align: justify;
  line-height: 1.8;
  font-size: 16px; }
  .new_archive .post-entry ul {
    padding-left: 20px; }

.pagination {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 12px 0;
  display: table; }
  .pagination .numbers {
    float: left; }
  .pagination a, .pagination span {
    width: auto;
    padding: 8px 15px 10px 15px;
    margin: 3px 3px;
    font-size: 14px;
    line-height: 14px;
    float: left; }
  .pagination span {
    background: #f04e30;
    color: #fff; }
  .pagination a {
    background: #f1f1f1;
    color: #666; }
/*# sourceMappingURL=style.css.map */
.text-center {
    text-align: center !important;
    line-height: 0.8 !important;
    padding-bottom: 15px;
}
.career_list {
    list-style: none;
}