@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Averta-Semibold.woff") format("woff"),
    url("../fonts/Averta-Semibold.ttf") format("truetype"),
    url("../fonts/Averta-Semibold.svg#Averta-Semibold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Averta-Light.woff") format("woff"),
    url("../fonts/Averta-Light.ttf") format("truetype"),
    url("../fonts/Averta-Light.svg#Averta-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Averta", Arial, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", sans-serif;
  font-size: 16px;
  font-weight: 200;
  color: #000;
  overflow-x: hidden;
}

.clear {
  clear: both;
}

a {
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

h2 {
  font-size: 55px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 32px;
  }
}

.responsive-img {
  display: inline-block;
  max-width: 100%;
}

.center {
  text-align: center;
}

.scroll-form {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .scroll-form img {
    height: 75px;
  }
}

.show-pc {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .show-pc {
    display: none !important;
  }
}

.show-mobile {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .show-mobile {
    display: block !important;
  }
}

.btn {
  height: 40px;
  line-height: 29px;
  padding: 5px 20px;
  background: #39c0c5;
  color: #fff;
  min-width: 120px;
}
.btn.btn-stroke {
  background: transparent;
  color: #fff;
  border-radius: 5px;
  border: #fff solid 2px;
  font-size: 16px;
}
.btn.btn-padding {
  margin: 0 10px;
}
.btn:hover {
  opacity: 0.8;
  color: #fff;
}

.container .breadcrumb {
  background-color: transparent;
  padding: 0;
  padding-top: 20px;
  margin: 0;
}
.container .breadcrumb a {
  color: #7d7d7d;
}
.container .breadcrumb a:hover {
  cursor: pointer;
}
.container .breadcrumb .active {
  color: #000;
}
.container .float {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .container .float {
    display: block;
  }
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  margin-top: 15px;
}

.navbar-toggle {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent !important;
}

.navbar {
  margin-bottom: 0;
}
.navbar .navbar-brand {
  text-indent: -99999px;
  background: url(../images/logo.png);
  width: 118px;
  height: 40px;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .navbar .navbar-brand {
    width: 89px;
    height: 30px;
    background-size: cover;
    margin-left: 15px !important;
  }
}
.navbar.navbar-default {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  padding: 30px 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}
@media only screen and (max-width: 768px) {
  .navbar.navbar-default {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .navbar.navbar-default {
    padding: 15px 0;
  }
}
.navbar.navbar-default .navbar-nav {
  float: right;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .navbar.navbar-default .navbar-nav {
    margin-right: 2px;
    border-radius: 2px;
    text-align: right;
    background: white;
    padding: 10px 20px 10px 5px;
  }
  .navbar.navbar-default .navbar-nav li a {
    color: #39c0c5 !important;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    background: white;
    padding: 5px;
  }
}
.navbar.navbar-default .navbar-nav li {
  background: transparent !important;
  margin-left: 40px;
  line-height: 4.5rem;
}
.navbar.navbar-default .navbar-nav li a {
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  display: inline-block;
  font-weight: 800;
}
.navbar.navbar-default .navbar-nav li a:hover {
  color: #39c0c5;
}
.navbar.navbar-default .navbar-nav li a.active {
  border-bottom: #f4976a solid 2px;
}
.navbar.navbar-default .navbar-nav .dropdown-menu {
  padding: 10px 0;
  margin-top: 0;
}
.navbar.navbar-default .navbar-nav .dropdown-menu li {
  margin: 0;
  padding: 8px 5px;
}
.navbar.navbar-default .navbar-nav .dropdown-menu li a {
  display: block;
  color: #000;
}
.navbar.navbar-default .navbar-nav .dropdown-menu li a:hover {
  background-color: transparent;
  color: #51c1b6;
}
.navbar.white {
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.navbar.white.navbar-default .navbar-nav li a {
  color: #000;
}
.navbar.white.navbar-default .navbar-nav li a:hover {
  color: #39c0c5;
}
.navbar.white.navbar-default .navbar-nav .active a,
.navbar.white.navbar-default .navbar-nav .active:hover a {
  background: transparent;
  color: #39c0c5;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .navbar.white.navbar-default .navbar-nav .active a {
    font-weight: bold;
    color: #eb2829;
  }
}
.navbar.white.navbar-default .navbar-nav .active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eb2829;
}
@media only screen and (max-width: 768px) {
  .navbar.white.navbar-default .navbar-nav .active a:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .navbar .navbar-right {
    border-top: #e7e7e7 solid 1px;
    padding-top: 10px;
  }
}
.navbar .navbar-right .active a {
  position: relative;
}
.navbar .navbar-right .active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.navbar-default .navbar-toggle {
  background: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #39c0c5;
}

.slider {
  position: relative;
}
.slider .item {
  text-align: center;
  padding: 0 15px;
}
.slider .item h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
}
@media only screen and (max-width: 480px) {
  .slider .item h4 {
    margin: 20px 0;
  }
}
.slider .item p {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  min-height: 120px;
  margin-bottom: 20px;
  font-size: 16px;
  overflow: hidden;
}
.slider .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .slider .owl-carousel .owl-item img {
    max-height: 120px;
  }
}
.slider .owl-prev {
  display: block;
  position: absolute;
  left: -50px;
  top: 50%;
  text-indent: -99999px;
  background: url(../images/ic_prev.png) no-repeat;
  width: 21px;
  height: 40px;
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  .slider .owl-prev {
    left: -10px;
  }
}
.slider .owl-next {
  display: block;
  position: absolute;
  right: -50px;
  top: 50%;
  text-indent: -99999px;
  background: url(../images/ic_next.png) no-repeat;
  width: 21px;
  height: 40px;
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  .slider .owl-next {
    right: -10px;
  }
}
.slider.slider-casestudies .owl-carousel .owl-stage-outer {
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  .slider.slider-casestudies .owl-carousel .owl-stage-outer {
    padding: 20px 0;
  }
}
.slider.slider-casestudies .item {
  transition: transform 0.3s;
  border-radius: 8px;
}
.slider.slider-casestudies .item img {
  border-radius: 8px;
}
@media only screen and (max-width: 480px) {
  .slider.slider-casestudies .item img {
    max-height: inherit;
  }
}
.slider.slider-casestudies .item:hover {
  transform: scale(1.07);
}
.slider.slider-casestudies .item a {
  position: relative;
  display: block;
  transition: transform 0.3s;
}
.slider.slider-casestudies .item a .bg-opacity {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border-radius: 8px;
  opacity: 0;
  transition: transform 0.3s;
}
.slider.slider-casestudies .item a .ic-zoom {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/ic_zoom.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  z-index: 10;
  opacity: 0;
  transition: transform 0.3s;
}
.slider.slider-casestudies .item a:hover .bg-opacity,
.slider.slider-casestudies .item a:hover .ic-zoom {
  opacity: 1;
}
.slider.slider-casestudies .owl-prev {
  display: block;
  position: absolute;
  left: -50px;
  top: 50%;
  text-indent: -99999px;
  background: url(../images/ic_prev_w.png) no-repeat;
  width: 21px;
  height: 40px;
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  .slider.slider-casestudies .owl-prev {
    left: -10px;
  }
}
.slider.slider-casestudies .owl-next {
  display: block;
  position: absolute;
  right: -50px;
  top: 50%;
  text-indent: -99999px;
  background: url(../images/ic_next_w.png) no-repeat;
  width: 21px;
  height: 40px;
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  .slider.slider-casestudies .owl-next {
    right: -10px;
  }
}

header {
  position: relative;
  background-color: black;
  width: 100%;
  min-height: 25rem;
  overflow: hidden;
}

header .container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/unomedia.vn.2021-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
  z-index: 1;
  filter: blur(1px);
  -webkit-filter: blur(1px);
}

header .ico-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -10px;
  z-index: 9999;
}

.tagline {
  color: #fff;
}
.tagline a {
  margin-bottom: 12px !important;
}
.tagline h1 {
  font-size: 65px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .tagline h1 {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .tagline h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.tagline span {
  font-weight: bold;
  color: #39c0c5;
}

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

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100% !important;
}

.align-items-center {
  align-items: center !important;
  padding: 10%;
  padding-top: 15%;
}

.d-flex {
  display: flex !important;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.wrap {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .wrap {
    padding: 40px 0;
  }
}
.wrap h2,
.wrap h3 {
  text-align: center;
}
.wrap h2 {
  margin-bottom: 50px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .wrap h2 {
    margin-bottom: 40px;
  }
  .section__header {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 480px) {
  .wrap h2 {
    margin-bottom: 30px;
  }
  .section__header {
    margin-bottom: 10px !important;
  }
}
.wrap.wrap-solutions h3 {
  margin-bottom: 60px;
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .wrap.wrap-solutions h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .wrap.wrap-solutions h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.wrap.wrap-casestudies {
  background: url(../images/bg_casestudies.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
.wrap.wrap-contact {
  position: relative;
  background: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .wrap.wrap-contact {
    padding-bottom: 0;
  }
}
.wrap.wrap-contact .contact {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .wrap.wrap-contact .contact {
    width: 100%;
  }
}
.wrap.wrap-contact .contact .office {
  padding: 0 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wrap.wrap-contact .contact .office {
    padding: 0 20px;
  }
}
.wrap.wrap-contact .contact .office b {
  font-weight: normal;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .wrap.wrap-contact .contact .office b {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.wrap.wrap-contact .contact .office .ic_address {
  display: inline-block;
  vertical-align: center;
  width: 17px;
  height: 24px;
  background: url(../images/ic_location.png) no-repeat;
  margin-right: 10px;
  margin-bottom: -0.25em;
}
.wrap.wrap-contact .contact .office .ic_mail {
  display: inline-block;
  vertical-align: center;
  width: 24px;
  height: 18px;
  background: url(../images/ic_mail.png) no-repeat;
  margin-right: 10px;
  margin-bottom: -0.25em;
}
.wrap.wrap-contact .contact .office .ic_phone {
  display: inline-block;
  vertical-align: center;
  width: 24px;
  height: 24px;
  background: url(../images/ic_phone.png) no-repeat;
  margin-right: 10px;
  margin-bottom: -0.25em;
}
.wrap.wrap-contact .contact .office .map {
  margin-top: 30px;
  margin-bottom: 20px;
}
.wrap.wrap-contact .contact .contact-form {
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .wrap.wrap-contact .contact .contact-form {
    padding: 0 20px;
  }
}
.wrap.wrap-contact .contact .contact-form input {
  width: 100%;
  border: 0 none;
  border-bottom: #39c0c5 solid 1px;
  padding: 15px 15px 15px 0;
  background: transparent;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrap.wrap-contact .contact .contact-form input:focus {
  outline: none;
}
.wrap.wrap-contact .contact .contact-form textarea {
  width: 100%;
  height: 100px;
  border: 0 none;
  border-bottom: #39c0c5 solid 1px;
  padding: 15px 15px 15px 0;
  background: transparent;
  font-weight: bold;
  margin-bottom: 30px;
}
.wrap.wrap-contact .contact .contact-form textarea:focus {
  outline: none;
}
.wrap.wrap-contact .contact .contact-form .inp-left {
  width: 45%;
  float: left;
  margin-right: 10%;
}
.wrap.wrap-contact .contact .contact-form .inp-right {
  width: 45%;
  float: left;
}
.wrap.wrap-contact .contact .contact-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
.wrap.wrap-contact .contact .contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.wrap.wrap-contact .contact .contact-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
.wrap.wrap-contact .career {
  width: 50%;
}
.career-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 998;
  background: url(../images/unomedia.vn.2022-min.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.career-text {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 999;
}
.career-text .text-white {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2.5%;
  padding: 5%;
}
.career-text p {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 120%;
  text-shadow: #39c0c5 -1px -2px 0.5em;
}
@media only screen and (max-width: 767px) {
  .wrap.wrap-contact .contact {
    padding-bottom: 15%;
  }
  .wrap.wrap-contact .career {
    width: 100%;
    padding: 60px 15px;
    position: relative;
  }
  .wrap.wrap-contact .career-background {
    width: 100%;
  }
  .wrap.wrap-contact .career-text {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    padding: 60px 15px;
  }
  .align-items-center {
    padding-left: 0;
    padding-right: 0;
    padding-top: 70%;
    padding-bottom: 30%;
  }
  .mb-collapse {
    display: none;
  }
  .mb-visible {
    display: block !important;
  }
}

@media (pointer: coarse) and (hover: none) {
  header video {
    display: none;
  }
}
.footer {
  background-color: #39c0c5;
  padding: 50px 0;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 30px 0;
  }
}
.footer h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 50px;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .footer h4 {
    margin-bottom: 30px;
  }
}
.footer b {
  font-weight: normal;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .footer b {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #ffffff;
}
.footer .facebook {
  margin: 20px 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .footer .facebook {
    margin: 20px 0 30px 0;
  }
}
.footer .ic_address {
  display: inline-block;
  vertical-align: center;
  width: 17px;
  height: 24px;
  background: url(../images/ic_location_w.png) no-repeat;
  margin-right: 10px;
  margin-bottom: -0.25em;
}
.footer .ic_mail {
  display: inline-block;
  vertical-align: center;
  width: 24px;
  height: 18px;
  background: url(../images/ic_mail_w.png) no-repeat;
  margin-right: 10px;
  margin-bottom: -0.25em;
}
.footer .ic_phone {
  display: inline-block;
  vertical-align: center;
  width: 24px;
  height: 24px;
  background: url(../images/ic_phone_w.png) no-repeat;
  margin-right: 10px;
  margin-bottom: -0.25em;
}

* {
  box-sizing: border-box !important;
}

.float-right {
  float: right;
}

/* New updates V2 */
.navbar-header {
  padding: 0 15px;
}

.section__header {
  cursor: pointer;
  margin-bottom: 25px !important;
}

.section__header:hover {
  color: #39c0c5;
}

img.rounded {
  border-radius: 4px;
}

img.rounded:hover {
  opacity: 0.9;
  padding: 5px;
  box-shadow: 4px 5px #51c1b6;
}

.social-list {
  margin: 20px 0 50px
}

.social-list__link {
  font-size: 36px;
  margin: 0 5px;
  line-height: 50px;
}

.social-list__link:hover {
  text-decoration: none;
  color: #5a5cea !important;
}