/* global */
@font-face {
  font-family: "DINPro-Regular";
  src: url("https://event.msi.com/msifonts/fonts/DINPro-Regular.ttf");
}

@font-face{
  font-family: "din_pro_bold";
  src:url('https://event.msi.com/msifonts/fonts/din_pro_bold.ttf');
}

* {
  font-family: "DINPro-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a:focus,
button:focus,
.btn:focus,
select:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
}

h1, h3, h5 {
  font-family: "din_pro_bold";
}

a{
  color:#212529;
  text-decoration: none;
}

a:hover {
  color:#212529;
  text-decoration: none;
}

/* header>navbar */
header#wrapper .navbar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075)
}

.navbar-nav {
  width: 100%;
}

.navbar-nav .nav-item .nav-link {
  padding: 19px 24px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: 0.3s;
  color:#333333;
}

html[lang=fr] .navbar-nav .nav-item .nav-link {
  padding: 19px 18px;
}
html[lang=vn] .navbar-nav .nav-item .nav-link {
  padding: 19px 8px;
}
@media screen and (max-width:1177px) {
  html[lang=fr] .navbar-nav .nav-item .nav-link {
    padding: 19px 14px;
  }
}
@media screen and (max-width:1121px) {
  html[lang=fr] .navbar-nav .nav-item .nav-link {
    padding: 19px 10px;
  }
}
@media screen and (max-width:1065px) {
  html[lang=fr] .navbar-nav .nav-item .nav-link {
    padding: 19px 4px;
  }
}
@media screen and (max-width:1199px) {
  html[lang=fr] .navbar-nav .nav-item .nav-link {
    padding: 19px 10px;
  }
}
.navbar-nav .nav-item .lang{
  display: none;
}

@media screen and (max-width:1199px) {
  .navbar-nav {
    justify-content: space-around;
  }
  .navbar-nav .nav-item .nav-link {
        padding: 19px 17px;
  }
}

@media screen and (max-width:1075px) {
  .navbar-nav .nav-item {
    justify-content: space-between;
  }
  .navbar-nav .nav-item .nav-link {
        padding: 19px 13px;
  }
}
@media screen and (max-width:1019px) {
  .navbar-nav .nav-item {
    justify-content: space-between;
  }
  .navbar-nav .nav-item .nav-link {
        padding: 19px 10px;
  }
}
button:focus,
input:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.navbar-nav li .nav-link:hover {
  border-bottom: 4px solid rgba(118, 209, 203, 1);
}

.dropdown-menu {
  margin: 0;
}

#solutionsDropdown .dropdown-menu,
#aboutDropdown .dropdown-menu {
  transform: translateX(-50%);
  left: 50%;
  background-color: #333333;
}

@media screen and (max-width:1380px){
  #aboutDropdown .dropdown-menu {
    left: -113%;
  }
}

@media screen and (max-width:1120px){
  #aboutDropdown .dropdown-menu {
    left: -271%;
  }
}

.dropdown-menu .dropdown-item {
  color: #ffffff;
}

.dropdown-menu .dropdown-item:hover{
  background-color: transparent;
  color: rgba(118, 209, 203, 1);
}

@media screen and (max-width: 1199px) {
  #wrapper {
      position: relative;
      height: 70px;
  }

  .navbar {
      width: 100%;
      position: absolute;
      z-index:99;
  }

  .navbar-brand {
      height: 70px;
      padding: 17px 0;
      margin-right: 0;
  }

  header#wrapper .navbar-nav .nav-item .nav-link{
    text-align: left;
  }

  header#wrapper .navbar-nav .nav-item .nav-link:after {
      display: block;
      content: '';
      border-bottom: solid 3px #019fb6;
      transform-origin: 100%;
      transform: scaleX(0);
      transition: transform .3s ease-in-out;
      -moz-transition: transform .3s ease-in-out;
      -webkit-transition: transform .3s ease-in-out;
      -o-transition: transform .3s ease-in-out;
  }

  header#wrapper .navbar-nav .nav-item .nav-link:hover {
      border-bottom: 4px solid transparent;
  }

  header#wrapper .navbar-nav .nav-item .nav-link:hover:after {
      color: rgba(0, 0, 0, 0.5);
      transform: scaleX(1);
      transform-origin: 0%;
  }

  #solutionsDropdown .dropdown-menu,
  #aboutDropdown .dropdown-menu {
      transform: translateX(0);
  }

  .lang{
    display: none;
  }

  header#wrapper .navbar-nav .nav-item .lang{
    display: block;
    padding: 19px 10px;
  }
}

/* searchForm */
button[type=submit],
button#close {
  border: none;
  background-color: white;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
}

form[name=searchForm] {
  display: none;
  background: #fff;
  position: fixed;
  z-index: 100;
  width: 100%;
  transition: ease;
  transform: translateY(0);
}

form[name=searchForm] .input-group {
  max-width: 1140px;
  height: 60px;
  margin: auto;
  background-color: #eee;
}

form[name=searchForm] .input-group input#q {
  border: none;
  box-shadow: inset 0px 60px 0px #ffff;
}
    
/* aside */
aside div#asideBtn {
  position: fixed;
  z-index: 100;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  padding: 10px 5px;
  background-color: rgba(118, 209, 203, .95);
  border-radius: 2px;
}

aside a {
  color: #eee;
  font-size: 1.2em;
  font-weight: bold;
}

aside a:hover {
  color: rgb(61, 112, 109);
}

aside a p {
  margin: 0;
  font-size:15px;
}

/* main */
@media screen and (min-width: 730px) {
  main #pages #prev,
  main #pages #next {
    width: 2.2em;
    height: 2.2em;
  }
}

@media screen and (max-width: 730px) {
  main #pages .pagination {
    font-size: 1em ;
  }

  main #pages #prev,
  main #pages #next {
  width: 32.36px;
  height: 36px;
  }
}

@media screen and (max-width: 605px) {
  main #pages .pagination {
    font-size: 0.8em ;
  }

  .page-link{
    padding: 5px 8px;
  }

  i.fa-caret-left,
  i.fa-caret-right{
    font-size: 0.9em;
    vertical-align: super;
  }
  main #pages #prev,
  main #pages #next {
  width: 22.69px;
  height: 24px;
  }
}

@media screen and (max-width: 475px) {
  main #pages .pagination {
    font-size: 0.6em ;
  }

  .page-link{
    padding:3px 6px;
  }

  i.fa-caret-left,
  i.fa-caret-right{
    font-size: 0.6em;
    vertical-align: super;
  }
  main #pages #prev,
  main #pages #next {
  width: 17.01px;
  height: 18px;
  }
}

@media screen and (max-width: 380px) {
  main #pages .pagination {
    font-size: 0.4em ;
  }

  .page-link{
    padding:2px 4px;
  }

  i.fa-caret-left,
  i.fa-caret-right{
    font-size: 0.5em;
    vertical-align: super;
  }
  main #pages #prev,
  main #pages #next {
  width: 13.01px;
  height: 16px;
  }
}

@media screen and (max-width: 325px) {
  main #pages .pagination {
    font-size: 0.2em ;
  }

  .page-link{
    padding:0px 2px;
  }

  i.fa-caret-left,
  i.fa-caret-right{
    font-size: 0.2em;
    vertical-align: super;
  }
  main #pages #prev,
  main #pages #next {
  width: 9.01px;
  height: 12px;
  }
}

main .page-link {
  border-radius: 3px;
  margin: 0 5px;
  color: #eee;
  background-color: #1e2127;
  border:none;
}

main .page-link:hover {
  color: #eee;
  background-color: #1e2127;
  opacity: 0.85;
}

.footer {
  background-color: #1e2127;
}

.footer a, .footer span {
  color: #bababa;
}

.footer a:hover {
  color: #bababa;
  opacity: 0.85;
}

.footer__container {
  max-width: 1200px;
  padding: 0 20px;
  min-height: 75px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1100px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__legal {
  text-align: center;
}

@media screen and (max-width: 550px) {
  .footer__legal {
    margin: 15px 0 0 0;
  }
}

.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__links li {
  padding-right: 15px;
}

.footer__links li:last-child {
  padding-right: 0;
}

@media screen and (max-width: 550px) {
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15px 0 10px 0;
  }
  .footer__links li {
    text-align: center;
    padding-right: 0;
  }
}
/*# sourceMappingURL=footer.css.map */