@-webkit-keyframes fade {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
}
@-webkit-keyframes zoom_text {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom_text {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  0%, 10% {
    background-position: -1000px;
  }
  20% {
    background-position: top left;
  }
  90% {
    background-position: top right;
  }
  100% {
    background-position: 1000px;
  }
}
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(200%);
  }
}
@font-face {
  font-family: "Expanded-Black";
  src: url("../fonts/EncodeSansSemiExpanded-Black.ttf");
}
@font-face {
  font-family: "Expanded-Bold";
  src: url("../fonts/EncodeSansSemiExpanded-Bold.ttf");
}
@font-face {
  font-family: "Expanded-Light";
  src: url("../fonts/EncodeSansSemiExpanded-Light.ttf");
}
@font-face {
  font-family: "Expanded-Medium";
  src: url("../fonts/EncodeSansSemiExpanded-Medium.ttf");
}
@font-face {
  font-family: "Expanded-Regular";
  src: url("../fonts/EncodeSansSemiExpanded-Regular.ttf");
}
@font-face {
  font-family: "Expanded-SemiBold";
  src: url("../fonts/EncodeSansSemiExpanded-SemiBold.ttf");
}
@font-face {
  font-family: "Expanded-Thin";
  src: url("../fonts/EncodeSansSemiExpanded-Thin.ttf");
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.ttf");
}
@font-face {
  font-family: "Helvetica-Bold";
  src: url("../fonts/Helvetica-Bold.ttf");
}
.title {
  position: relative;
  font-family: "Expanded-Bold";
  text-transform: uppercase;
}

body,
html {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body ::-webkit-scrollbar,
html ::-webkit-scrollbar {
  width: 10px;
}
body ::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
body ::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
  background: #eb008b;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
body ::-webkit-scrollbar-thumb:hover,
html ::-webkit-scrollbar-thumb:hover {
  background: #eb008b;
}

body {
  overflow-x: hidden;
  position: relative;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
}

section {
  padding-top: 4rem;
}
@media (max-width: 440px) {
  section {
    padding-top: 2rem;
  }
}

.wrap-global {
  padding-top: 0;
}

.pad0 {
  padding: 0;
}

.no-pad-left {
  padding-left: 0;
}

.no-pad-right {
  padding-right: 0;
}

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

.link {
  text-decoration: unset;
}
.link:hover {
  text-decoration: unset;
}

.disable-click {
  pointer-events: none;
  cursor: default;
  display: block;
}

.no-slider-pc {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .no-slider-pc {
    margin-top: 0;
  }
}

.container-custom {
  width: 90%;
  margin: 20px auto;
  padding: 20px 20px 60px 20px;
  background-color: transparent;
  position: relative;
}
@media (max-width: 440px) {
  .container-custom {
    width: 96%;
    margin: 0 auto;
  }
}

.btn-docthem-2 {
  font-family: "Expanded-Regular";
  color: #fff;
  background-color: #eb008b;
  padding: 5px 20px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  margin-left: -50px;
  z-index: 3;
  border: 1px solid #eb008b;
  text-align: center;
}
.btn-docthem-2:hover {
  background-color: #fff;
  color: #eb008b;
  border: 1px solid #eb008b;
}
@media (max-width: 767px) {
  .btn-docthem-2:hover {
    color: #fff;
    background-color: #eb008b;
    border: 0;
  }
}

.bg-loading {
  background: #707070c4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.bg-loading .content-loading {
  position: relative;
  width: 100%;
  height: 100%;
}
.bg-loading .content-loading .lds-dual-ring {
  position: absolute;
  top: 95%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
}

.navbar {
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: margin 0.2s linear;
  -o-transition: margin 0.2s linear;
  -webkit-transition: margin 0.2s linear;
  transition: margin 0.2s linear;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #bbb5bc !important;
  padding: 0 80px;
}
@media (max-width: 1300px) {
  .navbar {
    padding: 0 60px;
  }
}
@media (max-width: 1050px) {
  .navbar {
    padding: 0 45px;
  }
}
@media (max-width: 992px) {
  .navbar {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 0 50px;
  }
}
@media (max-width: 380px) {
  .navbar {
    padding: 0 50px 0 30px;
  }
}
@media (max-width: 340px) {
  .navbar {
    padding: 0 50px 0 20px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-header {
    float: none;
  }
}
.navbar .navbar-header .navbar-brand {
  width: 100px;
  height: unset;
  padding: 5px;
}
@media (max-width: 440px) {
  .navbar .navbar-header .navbar-brand {
    width: 70px;
  }
}
.navbar .navbar-header .logo {
  background: url("../images/logo_ft.png");
  background: url("../images/logo_ft.png");
  background-size: cover;
  height: 65px;
  width: 100%;
}
.navbar .navbar-header .logo.has_slider {
  background: url("../images/logo.png");
  background-size: cover;
}
@media (max-width: 767px) {
  .navbar .navbar-header .logo.has_slider {
    background: none;
  }
}
.navbar .navbar-header .logo.landingpage {
  background: url("../images/logo.png");
  background-size: cover;
}
@media (max-width: 767px) {
  .navbar .navbar-header .logo.landingpage {
    background: none;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-header .logo {
    background: none;
    height: unset;
  }
}
.navbar .navbar-header .navbar-toggle {
  margin: 8px 0 0;
}
@media (max-width: 991px) {
  .navbar .navbar-header .navbar-toggle {
    display: block;
  }
}
@media (max-width: 500px) {
  .navbar .navbar-header .navbar-toggle {
    padding: 0;
  }
}
.navbar .navbar-header .navbar-toggle .navbar-toggler-icon {
  color: #fff;
  font-size: 240%;
}
@media (max-width: 992px) {
  .navbar .navbar-header .navbar-toggle .navbar-toggler-icon {
    color: #000;
  }
}
@media (max-width: 440px) {
  .navbar .navbar-header .navbar-toggle .navbar-toggler-icon {
    font-size: 190%;
  }
}
.navbar .navbar-header .navbar-toggle .navbar-toggler-icon .icon_collapse {
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.navbar .select_language_mobile {
  position: absolute;
  top: 30px;
  left: 45%;
  font-family: "Expanded-SemiBold";
}
@media (max-width: 440px) {
  .navbar .select_language_mobile {
    top: 17px;
    left: 40%;
    width: 130px;
    font-size: 1.2rem;
  }
}
@media (max-width: 340px) {
  .navbar .select_language_mobile {
    left: 36%;
  }
}
.navbar .select_language_mobile .dropdown-lang {
  margin: 0;
}
@media (max-width: 440px) {
  .navbar .select_language_mobile .dropdown-lang .dropdown-menu-lang {
    font-size: 1.2rem;
  }
}
.navbar .search-mobile {
  position: absolute;
  right: 0;
  top: 23px;
}
@media (max-width: 440px) {
  .navbar .search-mobile {
    top: 13px;
  }
}
.navbar .search-mobile .content-search-mb {
  position: relative;
}
.navbar .search-mobile .content-search-mb .iconSearch_mb {
  position: absolute;
  right: 0;
  font-size: 2.5rem;
  margin-right: 2rem;
}
@media (max-width: 440px) {
  .navbar .search-mobile .content-search-mb .iconSearch_mb {
    font-size: 2rem;
    margin-right: 1.5rem;
  }
}
.navbar .search-mobile .content-search-mb #search_mb {
  display: none;
  width: 250px;
}
.navbar .search-mobile .content-search-mb #search_mb form #searchQuery_mb {
  border: 1px solid #cacaca;
  border-radius: 5px;
  outline: none;
  padding: 5px 10px;
  width: 100%;
  bottom: -85px;
  right: 0;
  position: absolute;
}
@media (max-width: 440px) {
  .navbar .search-mobile .content-search-mb #search_mb form #searchQuery_mb {
    bottom: -7.2rem;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse.collapse {
    display: none !important;
    max-height: 380px;
  }
}
@media (max-width: 991px) {
  .navbar .collapse.in {
    display: block !important;
  }
}
.navbar .navbar-nav {
  margin-top: 13px;
  position: relative;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .navbar .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    width: auto;
    text-align: center;
    display: unset;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav {
    float: left;
    margin-top: 0;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav li {
    float: none;
  }
}
.navbar .navbar-nav li a {
  text-transform: uppercase;
  font-family: "Helvetica-Bold";
  font-size: 1.4rem;
  color: #353535;
}
@media (max-width: 1300px) {
  .navbar .navbar-nav li a {
    padding: 10px;
  }
}
@media (max-width: 1200px) {
  .navbar .navbar-nav li a {
    font-size: 1.3rem;
  }
}
@media (max-width: 1100px) {
  .navbar .navbar-nav li a {
    padding: 10px 7px;
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav li a {
    font-size: 1.4rem;
    color: #000;
  }
}
@media (max-width: 890px) {
  .navbar .navbar-nav li a {
    font-size: 11px;
    padding: 10px 6px;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-nav li a {
    font-size: 100%;
    padding: 10px 5px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav li a {
    font-size: 110%;
  }
}
@media (max-width: 380px) {
  .navbar .navbar-nav li a {
    padding: 5px;
  }
}
.navbar .navbar-nav li a .hr-navbar {
  margin: 5px auto 0;
  width: 60%;
  border-top: 3px solid #eb008b;
  display: none;
}
@media (max-width: 991px) {
  .navbar .navbar-nav li a .hr-navbar {
    width: 60px;
    margin-left: 0;
  }
}
.navbar .navbar-nav li a.logo_academy {
  background: url("../images/logo_u_academy.png");
  background-size: cover;
  height: 40px;
  width: 100px;
  padding: 0;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .navbar .navbar-nav li a.logo_academy {
    height: 35px;
    width: 80px;
    background: url("../images/logo_u_academy.png");
    background-size: cover;
    margin: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav li a.logo_academy {
    margin-left: 0 !important;
  }
}
.navbar .navbar-nav li a.has_slider {
  background: url("../images/logo_academy_white.png");
  background-size: cover;
}
@media (max-width: 991px) {
  .navbar .navbar-nav li a.has_slider {
    background: url("../images/logo_u_academy.png");
    background-size: cover;
  }
}
.navbar .navbar-nav li a.landingpage {
  background: url("../images/logo_academy_white.png");
  background-size: cover;
}
@media (max-width: 991px) {
  .navbar .navbar-nav li a.landingpage {
    background: url("../images/logo_u_academy.png");
    background-size: cover;
  }
}
.navbar .navbar-nav li a i {
  margin-left: 3px;
  transition: 0.4s all ease-in-out;
}
.navbar .navbar-nav li:nth-child(6) {
  padding: 0;
}
.navbar .navbar-nav li a:hover {
  color: #eb008b;
}
.navbar .navbar-nav li a:focus {
  color: #eb008b;
}
.navbar .navbar-nav li a.open-active {
  color: #eb008b !important;
}
.navbar .navbar-nav li a.open-active .hr-navbar {
  display: block;
}
.navbar .navbar-nav .active a {
  background: transparent;
  border: 0;
  color: #eb008b;
}
.navbar .navbar-nav .active a:hover {
  background: transparent;
  border: 0;
  color: #eb008b;
}
.navbar .navbar-nav li.language {
  right: 0;
  top: 2px;
}
.navbar .navbar-nav li.language .dropdown-lang {
  margin: 13px 0;
  background: transparent;
  color: #353535;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .navbar .navbar-nav li.language .dropdown-lang {
    margin: 7px 0;
  }
}
.navbar .navbar-nav li.language .dropdown-lang button.dropdown-toggle {
  background: transparent;
  border: 1px solid #353535;
  border-radius: 20px;
  font-size: 1.1rem;
  padding: 4px 8px;
}
@media (max-width: 767px) {
  .navbar .navbar-nav li.language .dropdown-lang button.dropdown-toggle {
    border: 1px solid #000;
    padding-left: -8px;
    font-weight: bold;
    text-transform: uppercase;
  }
}
.navbar .navbar-nav li.language .dropdown-lang .dropdown-menu-lang {
  border: 1px solid #353535;
  background-color: #fff;
  font-size: 80%;
  min-width: 100px;
}
@media (max-width: 767px) {
  .navbar .navbar-nav li.language .dropdown-lang .dropdown-menu-lang {
    font-weight: bold;
    border: 1px solid #353535;
  }
}
.navbar .navbar-nav li.language .dropdown-lang .dropdown-menu-lang li a {
  color: #000;
  padding: 3px 8px;
  font-weight: 300;
  text-transform: unset;
  font-family: "Expanded-Regular";
  font-size: 1.1rem;
}
.navbar .navbar-nav li.language .dropdown-lang .dropdown-menu-lang li a:hover {
  color: #353535;
}
.navbar .navbar-nav li.search {
  position: relative;
  right: -4rem;
  top: 3px;
}
@media (max-width: 991px) {
  .navbar .navbar-nav li.search #search-open {
    font-size: 1.6rem;
  }
}
.navbar .navbar-nav li.search #search {
  display: none;
}
.navbar .navbar-nav li.search #search .form-group {
  width: 200px;
  position: absolute;
  right: 0;
  bottom: -20px;
  border: none;
  outline: none;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .navbar .navbar-nav li.search #search .form-group {
    right: 39%;
    bottom: -30px;
  }
}
.navbar .navbar-nav li.search #search .form-group:focus {
  outline: none;
  border: none;
}
.navbar .navbar-nav li.search #search .form-group input {
  width: 100%;
  -webkit-appearance: unset;
  border: 1px solid #cacaca;
  padding: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.navbar .navbar-nav li.page-scroll:nth-last-child(-n+2) {
  position: absolute;
}
@media (max-width: 1120px) {
  .navbar .navbar-nav li.page-scroll:nth-last-child(-n+2) {
    position: unset;
  }
}
.navbar .navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
@media (max-width: 767px) {
  .navbar .navbar-nav li:hover > ul.dropdown-menu {
    border: none;
    box-shadow: none;
  }
}
.navbar .navbar-nav li:hover > a > i {
  transform: rotate(90deg);
}
.navbar .navbar-nav li .dropdown-submenu {
  position: relative;
}
.navbar .navbar-nav li .dropdown-submenu span {
  color: #0a0a0a;
}
.navbar .navbar-nav li .dropdown-submenu a {
  text-transform: initial;
}
.navbar .navbar-nav li .dropdown-submenu a:hover {
  color: #eb008b;
}
.navbar .navbar-nav li .dropdown-submenu:first-child {
  margin-bottom: 10px;
}
.navbar .navbar-nav li .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .navbar .navbar-nav li .dropdown-submenu > .dropdown-menu {
    left: 0;
    border: none;
  }
}
.navbar .navbar-nav li .dropdown-menu {
  padding-left: 10px;
}
.navbar .navbar-nav li .dropdown-menu .dropdown-submenu .dropdown-menu li a {
  font-family: "Expanded-Medium";
}
.navbar .navbar-nav li .dropdown-submenu a {
  padding: 8px 25px 8px 0;
}
.navbar.has_slider .navbar-nav li .dropdown-submenu a {
  color: #333333;
}
.navbar.has_slider .navbar-nav li .dropdown-submenu a:hover {
  color: #eb008b;
}
.navbar.has_slider .navbar-nav li a {
  color: #f7f7f7;
}
@media (max-width: 991px) {
  .navbar.has_slider .navbar-nav li a {
    color: #000;
  }
}
.navbar.has_slider .navbar-nav li.language .dropdown-lang {
  color: #f7f7f7;
}
.navbar.has_slider .navbar-nav li.language .dropdown-lang button.dropdown-toggle {
  border: 1px solid #f7f7f7;
}
@media (max-width: 991px) {
  .navbar.has_slider .navbar-nav li.language .dropdown-lang button.dropdown-toggle {
    border: 1px solid #000;
    color: #000;
  }
}
.navbar.has_slider .navbar-nav li.language .dropdown-lang .dropdown-menu-lang {
  border: 1px solid #fff;
  background-color: transparent;
}
@media (max-width: 991px) {
  .navbar.has_slider .navbar-nav li.language .dropdown-lang .dropdown-menu-lang {
    color: #000;
  }
}
.navbar.has_slider .navbar-nav li.language .dropdown-lang .dropdown-menu-lang li a {
  color: #fff;
}
.navbar.has_slider .navbar-nav li.language .dropdown-lang .dropdown-menu-lang li a:hover {
  color: #353535;
}
.navbar.has_slider .navbar-nav li.search #search .form-group input {
  border: 0;
}
@media (max-width: 992px) {
  .navbar.has_slider .navbar-nav li.search #search .form-group input {
    border: 1px solid #cacaca;
  }
}
.navbar.landingpage .navbar-nav li a {
  color: #f7f7f7;
}
@media (max-width: 991px) {
  .navbar.landingpage .navbar-nav li a {
    color: #000;
  }
}
.navbar.landingpage .navbar-nav li.language .dropdown-lang {
  color: #f7f7f7;
}
.navbar.landingpage .navbar-nav li.language .dropdown-lang button.dropdown-toggle {
  border: 1px solid #f7f7f7;
}
@media (max-width: 991px) {
  .navbar.landingpage .navbar-nav li.language .dropdown-lang button.dropdown-toggle {
    border: 1px solid #000;
    color: #000;
  }
}
.navbar.landingpage .navbar-nav li.language .dropdown-lang .dropdown-menu-lang {
  border: 1px solid #fff;
  background-color: transparent;
}
@media (max-width: 991px) {
  .navbar.landingpage .navbar-nav li.language .dropdown-lang .dropdown-menu-lang {
    color: #000;
  }
}
.navbar.landingpage .navbar-nav li.language .dropdown-lang .dropdown-menu-lang li a {
  color: #fff;
}
.navbar.landingpage .navbar-nav li.language .dropdown-lang .dropdown-menu-lang li a:hover {
  color: #353535;
}
.navbar.landingpage .navbar-nav li.search #search .form-group input {
  border: 0;
}
@media (max-width: 992px) {
  .navbar.landingpage .navbar-nav li.search #search .form-group input {
    border: 1px solid #cacaca;
  }
}
.navbar.navbar-mb {
  margin-bottom: 0;
  background-color: #fff;
}
.navbar.navbar-mb .navbar-header .navbar-toggle .navbar-toggler-icon {
  color: #000;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}

.navbar.sticky {
  background-size: cover;
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.5);
}
.navbar.sticky .navbar-brand {
  margin-left: 55px;
  padding: 0;
}
.navbar.sticky .navbar-brand .logo {
  height: 100%;
}
.navbar.sticky .navbar-collapse {
  margin-top: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.mobile_collapse {
  background-color: #fff;
}
.mobile_collapse .navbar-header .navbar-toggle .navbar-toggler-icon {
  color: #000;
}
.mobile_collapse .navbar-nav li a {
  color: #000;
}
.mobile_collapse .navbar-nav li.language .dropdown-lang {
  color: #000;
}
.mobile_collapse .navbar-nav li.language .dropdown-lang .dropdown-menu-lang li a {
  font-weight: bold;
  text-transform: uppercase;
}

/* Header */
#header {
  position: relative;
  display: none;
  padding-top: 0;
}
@media (max-width: 992px) {
  #header {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  #header {
    display: block !important;
  }
  #header.landingpage {
    display: none !important;
  }
}
@media (max-width: 440px) {
  #header {
    margin-top: 53px;
  }
}
#header .carousel-indicators {
  bottom: 15px;
}
#header .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 6px;
  margin-right: 6px;
  background-color: #707070;
}
@media (max-width: 440px) {
  #header .carousel-indicators li {
    width: 7px;
    height: 7px;
  }
}
#header .carousel-indicators .active {
  background-color: #ffffff;
}
#header #header_slider .slogan {
  position: absolute;
  top: 26%;
  text-align: center;
  left: 15%;
  z-index: 2;
  width: 70%;
  color: #fff;
}
@media (max-width: 1200px) {
  #header #header_slider .slogan {
    top: 24%;
  }
}
@media (max-width: 800px) {
  #header #header_slider .slogan {
    top: 8%;
  }
}
@media (max-width: 767px) {
  #header #header_slider .slogan {
    width: 90%;
    left: 5%;
    top: 20%;
  }
}
#header #header_slider .slogan .slogan-image {
  width: auto;
  height: 120px;
  margin: auto;
}
@media (max-width: 1300px) {
  #header #header_slider .slogan .slogan-image {
    height: 95px;
  }
}
@media (max-width: 1050px) {
  #header #header_slider .slogan .slogan-image {
    height: 75px;
  }
}
#header #header_slider .slogan .title_vn {
  font-family: "Expanded-Bold";
  font-size: 4rem;
}
@media (max-width: 440px) {
  #header #header_slider .slogan .title_vn {
    font-size: 200%;
  }
}
@media (max-width: 360px) {
  #header #header_slider .slogan .title_vn {
    font-size: 160%;
  }
}
#header #header_slider .slogan hr {
  border-color: #fff;
  margin-top: 0rem;
}
#header #header_slider .slogan .description {
  width: 75%;
  margin: 0 auto 20px;
  font-family: "Helvetica";
  color: #e5dfd8;
  font-size: 120%;
  text-align: center;
}
@media (max-width: 992px) {
  #header #header_slider .slogan .description {
    width: 90%;
  }
}
@media (max-width: 850px) {
  #header #header_slider .slogan .description {
    margin: 5px auto;
  }
}
@media (max-width: 767px) {
  #header #header_slider .slogan .description {
    color: #fff;
    font-size: 1.8rem;
  }
}
@media (max-width: 440px) {
  #header #header_slider .slogan .description {
    width: 100%;
    font-size: 1.7rem;
  }
}
@media (max-width: 380px) {
  #header #header_slider .slogan .description {
    font-size: 1.5rem;
  }
}
#header #header_slider .slogan .description span {
  font-family: "Helvetica-Bold";
}
#header #header_slider .slogan .btn-docthem {
  width: fit-content;
  margin: auto;
}
@media (max-width: 767px) {
  #header #header_slider .slogan .btn-docthem {
    margin: 15px auto;
  }
}
#header #header_slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 47%;
  margin-top: 0;
}
@media (max-width: 767px) {
  #header #header_slider .owl-dots {
    left: 43%;
  }
}
@media (max-width: 440px) {
  #header #header_slider .owl-dots {
    left: 41%;
  }
}
@media (max-width: 360px) {
  #header #header_slider .owl-dots .owl-dot span {
    width: 6px;
    height: 7px;
  }
}
#header #header_slider .owl-dots .owl-dot.active span {
  background: #eb008b;
}
#header.has_slider {
  display: block;
}
#header.landingpage {
  display: none;
}

.title_global {
  font-family: "Expanded-Bold";
  font-size: 3rem;
  color: #343434;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 440px) {
  .title_global {
    font-size: 2.5rem;
  }
}

.btn-docthem {
  font-family: "Helvetica-Bold";
  color: #fff;
  background-color: #eb008b;
  padding: 5px 20px;
  border-radius: 20px;
  width: fit-content;
  margin: 5px auto 0 auto;
  cursor: pointer;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  border: 1px solid #eb008b;
  text-decoration: none;
  font-weight: 700;
}
.btn-docthem:hover {
  text-decoration: none;
  background-color: #fff;
  color: #eb008b;
  border: 1px solid #eb008b;
}
@media (max-width: 767px) {
  .btn-docthem:hover {
    color: #fff;
    background-color: #eb008b;
    border: 0;
  }
}
@media (max-width: 992px) {
  .btn-docthem {
    font-size: 90%;
    padding: 3px 15px;
  }
}
@media (max-width: 767px) {
  .btn-docthem {
    padding: 9px 22px;
    border-radius: 30px;
    font-size: 120%;
  }
}
@media (max-width: 440px) {
  .btn-docthem {
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 110%;
  }
}
@media (max-width: 380px) {
  .btn-docthem {
    font-size: 90%;
    padding: 5px 18px;
  }
}

#Ureka {
  padding: 2rem 0;
}
#Ureka .title_global {
  color: #eb008b !important;
}
#Ureka .description_text {
  text-align: center;
  font-family: "Helvetica";
  color: #eb008b;
}
@media (min-width: 1600px) {
  #Ureka .description_text {
    font-size: 125%;
  }
}

/*Advertisers */
#advertiser {
  padding: 2rem 0;
}
#advertiser .mg-20 {
  margin-bottom: 2rem;
}
#advertiser .tieude {
  font-family: "Expanded-Bold";
  font-size: 180%;
  color: #343434;
  margin-bottom: 1rem;
}
#advertiser p {
  font-size: 14px;
  font-family: "Helvetica";
  text-align: justify;
  color: #343434;
}
#advertiser p span {
  font-family: "Helvetica-Bold";
}
#advertiser .btn-click {
  display: flex;
}
#advertiser .btn-click .btn_pink {
  background: #eb008b;
  color: #fff;
  font-family: "Helvetica";
  text-transform: uppercase;
  border-radius: 20px;
  padding: 5px 20px;
  margin-right: 20px;
  cursor: pointer;
}
#advertiser .btn-click .btn_purple {
  background: #652c8f;
  color: #fff;
  font-family: "Helvetica";
  text-transform: uppercase;
  border-radius: 20px;
  padding: 5px 20px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  #advertiser .btn-click {
    margin-bottom: 2rem;
  }
}

/* U WORKS */
@media (max-width: 992px) {
  #U_Works {
    padding-bottom: 2rem;
  }
}
@media (max-width: 600px) {
  #U_Works {
    padding-bottom: 0;
  }
}
#U_Works .title_global {
  margin-bottom: 3rem;
}
#U_Works .swiper-slide .content_left {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 600px) {
  #U_Works .swiper-slide .content_left {
    margin-bottom: 20px;
  }
}
#U_Works .swiper-slide .content_left .case_name {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 380px) {
  #U_Works .swiper-slide .content_left .case_name {
    font-size: 1.5rem;
  }
}
#U_Works .swiper-slide .content_left ::-webkit-scrollbar {
  width: 7px;
}
#U_Works .swiper-slide .content_left ::-webkit-scrollbar-track {
  background: transparent;
}
#U_Works .swiper-slide .content_left ::-webkit-scrollbar-thumb {
  background: #b3b0b0;
}
#U_Works .swiper-slide .content_left ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#U_Works .swiper-slide .content_left .short_description {
  padding-right: 35px;
  overflow-y: scroll;
  height: 240px;
}
#U_Works .swiper-slide .content_left .short_description table {
  width: 99% !important;
}
#U_Works .swiper-slide .content_left .title_work {
  font-family: "Expanded-Regular";
  font-size: 100%;
  color: #353535;
}
#U_Works .swiper-slide .content_left .title_work span {
  font-family: "Expanded-SemiBold";
  font-size: 110%;
}
@media (max-width: 440px) {
  #U_Works .swiper-slide .content_left .title_work span {
    font-size: 100%;
  }
}
@media (max-width: 992px) {
  #U_Works .swiper-slide .content_left .title_work {
    margin-bottom: 0;
  }
}
@media (max-width: 440px) {
  #U_Works .swiper-slide .content_left .title_work {
    font-size: 80%;
  }
}
#U_Works .swiper-slide .content_left .list_work {
  padding-left: 19px;
  margin-bottom: 20px;
  color: #353535;
}
@media (max-width: 992px) {
  #U_Works .swiper-slide .content_left .list_work {
    margin-bottom: 0;
  }
}
#U_Works .swiper-slide .content_left .list_work li {
  margin-bottom: 10px;
}
#U_Works .swiper-slide .btn-docthem {
  padding: 7px 30px;
  margin: 15px 0 0;
}
@media (max-width: 992px) {
  #U_Works .swiper-slide .btn-docthem {
    margin: 10px auto 20px;
  }
}
@media (max-width: 767px) {
  #U_Works .swiper-slide .btn-docthem {
    margin: 15px auto 0;
  }
}
#U_Works .swiper-slide .content_right {
  text-align: center;
}
@media (max-width: 767px) {
  #U_Works .swiper-slide .content_right {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  #U_Works .swiper-slide .content_right {
    margin-bottom: 0;
  }
}
#U_Works .swiper-slide .content_right .img_slider {
  width: 90%;
  padding: 5px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #cacaca;
  transition: all 0.6s ease;
  margin: auto;
}
@media (max-width: 992px) {
  #U_Works .swiper-slide .content_right .img_slider {
    width: 60%;
  }
}
@media (max-width: 600px) {
  #U_Works .swiper-slide .content_right .img_slider {
    width: 100%;
  }
}
#U_Works .swiper-slide .content_right .img_slider:hover {
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}
#U_Works .swiper-slide .content_right .img_slider img {
  width: 100%;
}
#U_Works .swiper-button-next-works,
#U_Works .swiper-button-prev-works {
  position: absolute;
  top: 36%;
  z-index: 99;
  cursor: pointer;
}
@media (max-width: 992px) {
  #U_Works .swiper-button-next-works,
#U_Works .swiper-button-prev-works {
    top: unset;
    bottom: -3rem;
  }
}
@media (max-width: 767px) {
  #U_Works .swiper-button-next-works,
#U_Works .swiper-button-prev-works {
    bottom: 1rem;
  }
}
#U_Works .swiper-button-next-works i,
#U_Works .swiper-button-prev-works i {
  font-size: 3rem;
}
#U_Works .swiper-button-prev-works {
  left: -4rem;
}
@media (max-width: 1200px) {
  #U_Works .swiper-button-prev-works {
    left: -3rem;
  }
}
@media (max-width: 992px) {
  #U_Works .swiper-button-prev-works {
    left: 47%;
  }
}
@media (max-width: 600px) {
  #U_Works .swiper-button-prev-works {
    left: 45%;
  }
}
#U_Works .swiper-button-next-works {
  right: -2rem;
}
@media (max-width: 1200px) {
  #U_Works .swiper-button-next-works {
    right: -3rem;
  }
}
@media (max-width: 992px) {
  #U_Works .swiper-button-next-works {
    right: 47%;
  }
}
@media (max-width: 600px) {
  #U_Works .swiper-button-next-works {
    right: 45%;
  }
}
#U_Works .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.3;
}
#U_Works .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #eb008b;
}
#U_Works .swiper-pagination-works {
  margin: auto;
  text-align: center;
  display: none;
}
/*solutions_home */
#solutions_home .title_global {
  margin-bottom: 4rem;
}
@media (max-width: 440px) {
  #solutions_home .title_global {
    margin-bottom: 2rem;
  }
}
#solutions_home .custom_padding_small {
  padding: 0 7px;
}
@media (max-width: 992px) {
  #solutions_home .custom_padding_small {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  #solutions_home .custom_padding_small.item-0 {
    padding-right: 7px;
  }
}
@media (max-width: 768px) {
  #solutions_home .custom_padding_small.item-2 {
    padding-right: 7px;
  }
}
@media (max-width: 768px) {
  #solutions_home .custom_padding_small.item-1 {
    padding-left: 7px;
  }
}
@media (max-width: 768px) {
  #solutions_home .custom_padding_small.item-3 {
    padding-left: 7px;
  }
}
#solutions_home .custom_padding_big {
  padding-right: 7px;
  padding-left: 7px;
}
@media (max-width: 992px) {
  #solutions_home .custom_padding_big {
    padding: 0 15px;
  }
}
#solutions_home .mg-15 {
  margin-bottom: 15px;
}
#solutions_home .item_solution_home {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#solutions_home .item_solution_home .thumbnail-solution-home {
  width: 100%;
  overflow: hidden;
}
#solutions_home .item_solution_home .thumbnail-solution-home .bg_transparent {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #0a0a0a9e;
  z-index: 1;
}
#solutions_home .item_solution_home .thumbnail-solution-home .thumbnail-solution {
  height: auto;
  width: 100%;
}
#solutions_home .item_solution_home .icon-home-solutiontop {
  position: absolute;
  left: 6%;
  z-index: 10;
  top: 60% !important;
}
#solutions_home .item_solution_home .icon-home-solution {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
  text-align: center;
}
#solutions_home .item_solution_home .icon-home-solution .title-solution {
  font-family: "Expanded-Bold";
  font-size: 5rem;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  #solutions_home .item_solution_home .icon-home-solution .title-solution {
    font-size: 4rem;
  }
}
@media (max-width: 600px) {
  #solutions_home .item_solution_home .icon-home-solution .title-solution {
    font-size: 3rem;
  }
}
@media (max-width: 440px) {
  #solutions_home .item_solution_home .icon-home-solution .title-solution {
    font-size: 2rem;
  }
}
#solutions_home .item_solution_home .icon-home-solution .icon {
  width: auto;
  height: 6rem;
}
@media (min-width: 1900px) {
  #solutions_home .item_solution_home .icon-home-solution .icon {
    height: 8rem;
  }
}
@media (max-width: 600px) {
  #solutions_home .item_solution_home .icon-home-solution .icon {
    height: auto;
    width: 90%;
  }
}
#solutions_home .item_solution_home.big {
  height: 355px;
}
@media (max-width: 1200px) {
  #solutions_home .item_solution_home.big {
    height: 335px;
  }
}
@media (max-width: 992px) {
  #solutions_home .item_solution_home.big {
    height: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  #solutions_home .item_solution_home.big {
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  #solutions_home .item_solution_home.big {
    height: 425px;
  }
}
@media (min-width: 1750px) {
  #solutions_home .item_solution_home.big {
    height: 455px;
  }
}
@media (min-width: 1900px) {
  #solutions_home .item_solution_home.big {
    height: 495px;
  }
}
#solutions_home .item_solution_home.big .icon-home-solution {
  top: 30%;
}
@media (max-width: 992px) {
  #solutions_home .item_solution_home.big .icon-home-solution {
    top: 48%;
  }
}
@media (max-width: 440px) {
  #solutions_home .item_solution_home.big .icon-home-solution {
    top: 40%;
  }
}
#solutions_home .item_solution_home.big .icon-home-solution .btn-docthem {
  padding: 5px 20px;
  font-size: 1.5rem;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media (max-width: 768px) {
  #solutions_home .item_solution_home.big .icon-home-solution .btn-docthem {
    padding: 3px 15px;
    font-size: 1.3rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}
@media (max-width: 440px) {
  #solutions_home .item_solution_home.big .icon-home-solution .btn-docthem {
    padding: 3px 15px;
    font-size: 1.1rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}
#solutions_home .item_solution_home.small {
  height: 170px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  #solutions_home .item_solution_home.small {
    height: 160px;
  }
}
@media (max-width: 992px) {
  #solutions_home .item_solution_home.small {
    height: auto;
  }
}
@media (min-width: 1600px) {
  #solutions_home .item_solution_home.small {
    height: 205px;
  }
}
@media (min-width: 1750px) {
  #solutions_home .item_solution_home.small {
    height: 220px;
  }
}
@media (min-width: 1900px) {
  #solutions_home .item_solution_home.small {
    height: 240px;
  }
}
#solutions_home .item_solution_home.small .icon-home-solution {
  top: 22%;
}
@media (max-width: 992px) {
  #solutions_home .item_solution_home.small .icon-home-solution {
    top: 25%;
  }
}
@media (max-width: 600px) {
  #solutions_home .item_solution_home.small .icon-home-solution {
    top: 17%;
  }
}
#solutions_home .item_solution_home.small .icon-home-solution .btn-docthem {
  padding: 3px 15px;
  font-size: 1.3rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 440px) {
  #solutions_home .item_solution_home.small .icon-home-solution .btn-docthem {
    padding: 3px 10px;
    font-size: 0.9rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}

/* U Locations */
#U_Location .tab_map {
  width: 76%;
  margin: 15px auto;
  border: 0;
}
@media (max-width: 992px) {
  #U_Location .tab_map {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #U_Location .tab_map {
    width: 100%;
  }
}
@media (max-width: 340px) {
  #U_Location .tab_map {
    margin: 10px auto;
  }
}
#U_Location .tab_map span {
  color: #e8e8e8;
  opacity: 0.3;
}
#U_Location .tab_map li {
  margin-right: 0;
  width: 24%;
}
#U_Location .tab_map li a {
  font-family: "Helvetica";
  font-weight: bold;
  text-decoration: none;
  color: #606060;
  font-size: 110%;
  text-align: center;
  padding: 3px 5px;
  border: 0;
}
@media (max-width: 767px) {
  #U_Location .tab_map li a {
    font-family: "Expanded-SemiBold";
    font-size: 120%;
    padding: 0;
  }
}
@media (max-width: 440px) {
  #U_Location .tab_map li a {
    font-size: 100%;
  }
}
@media (max-width: 380px) {
  #U_Location .tab_map li a {
    font-size: 85%;
  }
}
@media (max-width: 340px) {
  #U_Location .tab_map li a {
    font-size: 80%;
  }
}
#U_Location .tab_map li a:hover,
#U_Location .tab_map li a.active {
  border: 0;
  color: #eb008b !important;
}
#U_Location .tab_map li.active > a {
  color: #eb008b !important;
}
#U_Location .tab-content {
  background: #f4f4f4;
}
#U_Location .tab-content .contact-detail {
  padding: 4.5rem 0 10px 25px;
}
@media (max-width: 380px) {
  #U_Location .tab-content .contact-detail {
    padding: 2rem 0 10px;
  }
}
#U_Location .tab-content .contact-detail .info-contact {
  margin-bottom: 5px;
  color: #343434;
  font-family: "Helvetica-Bold";
}
@media (min-width: 1600px) {
  #U_Location .tab-content .contact-detail .info-contact {
    font-size: 125%;
  }
}
#U_Location .tab-content .contact-detail .info-contact span {
  display: inline-block;
  font-family: "Helvetica";
}
#U_Location .tab-content .contact-detail .contact-name {
  font-family: "Expanded-Bold";
  font-weight: bolder;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-style: initial;
}
@media (max-width: 380px) {
  #U_Location .tab-content .contact-detail .contact-name {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  #U_Location .tab-content .contact-detail .contact-name {
    font-size: 140%;
  }
}
#U_Location .tab-content .contact-detail p {
  font-family: "Helvetica";
  font-size: 125%;
}
#U_Location .tab-content .contact-detail p strong {
  font-family: "Helvetica-Bold";
}
#U_Location .tab-content .map iframe {
  width: 100%;
  height: 360px;
  margin-bottom: -4.5px;
}
@media (max-width: 440px) {
  #U_Location .tab-content .map iframe {
    height: 300px;
  }
}

/* U News */
#U_News {
  text-align: center;
}
@media (max-width: 992px) {
  #U_News {
    overflow: hidden;
  }
}
#U_News .title_global {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #U_News .title_global {
    margin-bottom: 10px;
  }
}
@media (max-width: 380px) {
  #U_News .title_global {
    margin-top: 20px;
  }
}
#U_News .background_gray {
  background: transparent;
  padding: 30px 0;
}
@media (max-width: 992px) {
  #U_News .background_gray {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  #U_News .background_gray {
    padding: 30px 0;
  }
}
@media (max-width: 600px) {
  #U_News .background_gray {
    padding: 0;
  }
}
@media (max-width: 380px) {
  #U_News .background_gray {
    padding: 0;
  }
}
#U_News .background_gray .title-description-news {
  font-size: 14px;
  width: 60%;
  margin: 0 auto 20px;
}
@media (max-width: 440px) {
  #U_News .background_gray .title-description-news {
    width: 75%;
  }
}
#U_News .background_gray .card {
  text-align: left;
  border: 0;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  #U_News .background_gray .card {
    margin-bottom: 15px;
  }
}
#U_News .background_gray .card figure {
  width: 100%;
  height: 215px;
  overflow: hidden;
  background: #f0f0f0;
}
@media (max-width: 1300px) {
  #U_News .background_gray .card figure {
    height: 215px;
  }
}
@media (max-width: 1200px) {
  #U_News .background_gray .card figure {
    height: 175px;
  }
}
@media (max-width: 992px) {
  #U_News .background_gray .card figure {
    height: 131px;
  }
}
@media (max-width: 767px) {
  #U_News .background_gray .card figure {
    height: auto;
    width: 100%;
    max-height: unset;
  }
}
@media (min-width: 1600px) {
  #U_News .background_gray .card figure {
    height: 245px;
  }
}
@media (min-width: 1900px) {
  #U_News .background_gray .card figure {
    height: 280px;
  }
}
#U_News .background_gray .card figure .card-img-top {
  width: 100%;
  height: auto;
}
#U_News .background_gray .card .card-body {
  background: #f0f0f0;
  height: 140px;
  padding: 10px 20px;
}
@media (max-width: 1200px) {
  #U_News .background_gray .card .card-body {
    height: 135px;
  }
}
@media (max-width: 992px) {
  #U_News .background_gray .card .card-body {
    height: 140px;
  }
}
@media (max-width: 767px) {
  #U_News .background_gray .card .card-body {
    height: auto;
    padding: 20px 20px 0 20px;
  }
}
#U_News .background_gray .card .card-body .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: "Helvetica";
  font-weight: bold;
  line-height: 2.2rem;
  color: #000;
}
@media (max-width: 1100px) {
  #U_News .background_gray .card .card-body .card-title {
    font-size: 14px;
    margin: 0;
  }
}
#U_News .background_gray .card .card-body .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#U_News .background_gray .card .btn-docthem {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #U_News .background_gray .card .btn-docthem {
    position: relative;
    margin: 20px auto 10px;
  }
}

.privacy_ft {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  margin: 0;
  border: 0;
  border-top: solid 1px #666;
  border-radius: 0;
  background: #333;
  color: #aaa;
  padding: 5px;
  display: none;
}
.privacy_ft .frame_privacy {
  font-size: 100%;
  background: #333;
  margin: 4px;
  position: relative;
  color: #aaa;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
@media (max-width: 1050px) {
  .privacy_ft .frame_privacy {
    font-size: 80%;
    margin: 0 4px;
  }
}
@media (max-width: 992px) {
  .privacy_ft .frame_privacy {
    display: inherit;
    font-size: 65%;
  }
}
.privacy_ft .frame_privacy a,
.privacy_ft .frame_privacy .agree {
  cursor: pointer;
  color: #fc6;
  margin: auto 5px;
}
.privacy_ft .frame_privacy .icon_privacy {
  position: absolute;
  left: 5px;
  top: -3px;
}
.privacy_ft .frame_privacy .icon_privacy .exclamation {
  width: 25px;
  height: 25px;
  display: flex;
  text-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #f60;
  margin-right: 10px;
}
.privacy_ft .frame_privacy .icon_privacy .exclamation .fa {
  color: #f60;
  margin: auto;
}

/* Contact Form*/
@media (max-width: 767px) {
  #contact {
    text-align: center;
  }
}
@media (max-width: 380px) {
  #contact {
    padding: 0 0 10px;
  }
}
#contact .title_global {
  margin-bottom: 30px;
}
#contact .field-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  margin-bottom: 15px;
  color: #000;
}
@media (max-width: 767px) {
  #contact .field-input {
    width: 80%;
  }
}
@media (max-width: 440px) {
  #contact .field-input {
    width: 98%;
    font-size: 80%;
  }
}
#contact .field-select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  margin-bottom: 15px;
  color: #000;
}
@media (max-width: 767px) {
  #contact .field-select {
    width: 80%;
    text-align-last: center;
  }
}
@media (max-width: 440px) {
  #contact .field-select {
    width: 98%;
    font-size: 80%;
  }
}
#contact textarea {
  margin-bottom: 20px;
  border: 1px solid #9e9e9e;
  outline: 0;
  border-radius: 0;
}
#contact textarea:focus {
  outline: 0;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  #contact textarea {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 440px) {
  #contact textarea {
    width: 98%;
    font-size: 80%;
  }
}
#contact .label-comment {
  width: 100%;
  font-family: "Expanded-Light";
  margin-bottom: 5px;
  font-size: 90%;
}
@media (max-width: 767px) {
  #contact .label-comment {
    font-size: 90%;
  }
}
#contact .btn-docthem {
  margin: 20px 0;
}
@media (max-width: 767px) {
  #contact .btn-docthem {
    margin: 20px auto;
  }
}
#contact ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Expanded-Light";
  font-size: 90%;
}
@media (max-width: 767px) {
  #contact ::-webkit-input-placeholder {
    text-align: center;
    font-size: 90%;
  }
}
#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Expanded-Light";
  font-size: 90%;
}
@media (max-width: 767px) {
  #contact ::-moz-placeholder {
    text-align: center;
    font-size: 90%;
  }
}
#contact :-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Expanded-Light";
  font-size: 90%;
}
@media (max-width: 767px) {
  #contact :-ms-input-placeholder {
    text-align: center;
    font-size: 90%;
  }
}
#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Expanded-Light";
  font-size: 90%;
}
@media (max-width: 767px) {
  #contact :-moz-placeholder {
    text-align: center;
    font-size: 90%;
  }
}
#contact .img_contact {
  margin-bottom: -20px;
}

.brand {
  background: #d6d6d670;
  position: relative;
  margin-top: 2rem;
}
@media (max-width: 380px) {
  .brand {
    padding: 1.5rem 0;
  }
}
.brand .description_text {
  text-align: center;
  font-family: "Helvetica";
}
@media (min-width: 1600px) {
  .brand .description_text {
    font-size: 125%;
  }
}
.brand fieldset {
  margin: 20px 1%;
  margin-bottom: 20px;
  padding: 1rem;
  border: 1px solid #ccc;
  width: 98%;
}
.brand fieldset legend {
  min-width: 0px;
  max-width: 50%;
  position: relative;
  margin: auto;
  padding: 5px 10px;
  color: #000;
  font-size: 20px;
  text-align: center;
  font-family: "Helvetica";
  font-weight: bold;
  border-bottom: none;
}
@media (max-width: 767px) {
  .brand fieldset legend {
    font-size: 15px;
    max-width: 70%;
    padding: 5px;
  }
}
.brand fieldset img {
  margin-bottom: 10px;
}
.brand .swiper-button-next-brand,
.brand .swiper-button-prev-brand {
  position: absolute;
  top: 36%;
  z-index: 99;
  cursor: pointer;
}
.brand .swiper-button-next-brand i,
.brand .swiper-button-prev-brand i {
  font-size: 3rem;
}
.brand .swiper-button-prev-brand {
  left: -4rem;
}
@media (max-width: 1200px) {
  .brand .swiper-button-prev-brand {
    left: -3rem;
  }
}
@media (max-width: 600px) {
  .brand .swiper-button-prev-brand {
    left: 1%;
  }
}
.brand .swiper-button-next-brand {
  right: -2rem;
}
@media (max-width: 1200px) {
  .brand .swiper-button-next-brand {
    right: -3rem;
  }
}
@media (max-width: 600px) {
  .brand .swiper-button-next-brand {
    right: 1%;
  }
}

#partner {
  background: url("../images/bg_parner.jpg") no-repeat center;
  background-size: cover;
  padding: 3rem 0 6rem 0;
}
#partner .title_global {
  color: #fff;
}
#partner .description_text {
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
  font-family: "Helvetica";
}
@media (min-width: 1600px) {
  #partner .description_text {
    font-size: 125%;
  }
}
#partner .partner-slide {
  padding-top: 2rem;
}
#partner .partner-slide #partner_slider .item {
  background: rgba(255, 255, 255, 0.3);
  padding: 5px;
  border-radius: 10px;
}
#partner .partner-slide #partner_slider .item img {
  height: 50px;
  width: auto;
  max-width: unset;
}
@media (max-width: 440px) {
  #partner .partner-slide #partner_slider .item img {
    height: 30px;
  }
}

#footer {
  background: #f4f4f4;
  padding: 25px 40px 60px;
}
@media (max-width: 992px) {
  #footer {
    padding: 40px 8rem;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 40px 10px;
  }
}
@media (max-width: 440px) {
  #footer {
    padding: 40px 15px 60px;
  }
}
#footer .logo_ft {
  margin-bottom: 35px;
}
#footer .tieude {
  font-family: "Helvetica-Bold";
  padding-bottom: 25px;
  margin-top: 30px;
  font-weight: 700;
  font-size: 1.7rem;
}
@media (max-width: 992px) {
  #footer .tieude {
    margin-top: 30px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #footer .tieude {
    margin-top: 30px;
    padding-bottom: 10px;
    font-family: "Helvetica-Bold";
    font-size: 160%;
  }
}
@media (max-width: 767px) {
  #footer .site-map {
    display: flex;
  }
}
#footer .site-map .link {
  width: 40%;
}
#footer .text_ft {
  font-family: "Expanded-Light";
  font-size: 12px;
  color: #000;
}
@media (max-width: 767px) {
  #footer .text_ft {
    font-size: 120%;
  }
}
@media (max-width: 440px) {
  #footer .text_ft {
    font-size: 80%;
  }
}
#footer .social {
  display: flex;
  align-items: center;
}
#footer .social .icon_social {
  width: 30px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  #footer .social .icon_social {
    width: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 440px) {
  #footer .social .icon_social {
    width: 30px;
    margin-right: 30px;
  }
}

#post_list {
  padding: 20px 0;
}
#post_list .container-custom .post-news-page {
  margin-bottom: 30px;
}
#post_list .container-custom .post-news-page figure {
  overflow: hidden;
  width: 100%;
  transition: all 0.2s ease;
  margin-bottom: 10px;
}
#post_list .container-custom .post-news-page figure img.thumbnail_post {
  width: 100%;
  height: auto;
}
#post_list .container-custom .post-news-page figure:hover {
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}
#post_list .container-custom .post-news-page .news-caption {
  padding-left: 0;
  height: 65px;
  position: relative;
}
#post_list .container-custom .post-news-page .news-caption a:hover {
  text-decoration: underline;
}
#post_list .container-custom .post-news-page .news-caption .title-news-page {
  font-family: "Expanded-Bold";
  color: #888888;
  margin-bottom: 0;
  font-size: 14px;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#post_list .container-custom .post-news-page .news-caption .news-author {
  position: absolute;
  bottom: 7px;
  left: 0;
  color: #888888;
  font-size: 11px;
}
#post_list .container-custom .post-news-page .news-caption .news-author .color-span {
  color: #eb008b;
}

#page-work-mobile .row_work_title {
  text-align: center;
  padding: 0;
  margin-top: 3rem;
}
#page-work-mobile .row_work_title .description-page-work {
  font-size: 1.5rem;
}
#page-work-mobile .container-custom {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 440px) {
  #page-work-mobile .container-custom {
    width: 100%;
  }
}
#page-work-mobile .container-custom select.select-category-work {
  width: 100%;
  background: transparent;
  padding: 5px;
  height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #page-work-mobile .container-custom select.select-category-work {
    margin-bottom: 20px;
  }
}
#page-work-mobile .container-custom select.select-category-work option {
  padding: 5px;
}
#page-work-mobile .container-custom .content_case {
  margin-bottom: 20px;
  background: #fff;
}
#page-work-mobile .container-custom .content_case figure.border {
  padding: 3px;
  width: 100%;
}
#page-work-mobile .container-custom .content_case figure.border img {
  width: 100%;
  height: auto;
}
#page-work-mobile .container-custom .content_case .text-title {
  width: 100%;
  background-color: #fff;
  text-align: center;
  font-family: "Expanded-Bold";
  text-transform: unset;
  font-size: 14px;
  color: #353535;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 5px 5px 5px;
  line-height: 2rem;
  height: 5.3rem;
}
#page-work-mobile .container-custom .owl-nav {
  text-align: center;
}
#page-work-mobile .container-custom .owl-nav .owl-prev, #page-work-mobile .container-custom .owl-nav .owl-next {
  font-size: 3rem;
}

#page-work {
  margin-bottom: 70px;
}
#page-work .row_work_title {
  text-align: center;
  margin-top: 20px;
}
#page-work .row_work_title .description-page-work {
  font-size: 1.5rem;
}
#page-work .container-custom {
  padding-top: 20px;
}
@media (max-width: 767px) {
  #page-work .container-custom {
    background-color: #ffffff;
  }
}
#page-work .container-custom select.select-category-work {
  width: 100%;
  background: transparent;
  padding: 5px;
  height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #page-work .container-custom select.select-category-work {
    margin-bottom: 20px;
  }
}
#page-work .container-custom select.select-category-work option {
  padding: 5px;
}
#page-work .container-custom .btn-docthem {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 120px;
  margin-left: -50px;
  z-index: 3;
  text-align: center;
}
#page-work .container-custom .title_category_work {
  font-family: "Expanded-Bold";
  font-size: 190%;
  text-align: center;
}
#page-work .container-custom #load_cases {
  text-align: center;
}
#page-work .container-custom #load_cases .title_slider {
  font-size: 3rem;
  margin: 1rem auto;
  font-family: "Expanded-Bold";
}
#page-work .container-custom #load_cases .col-xs-5ths,
#page-work .container-custom #load_cases .col-sm-5ths,
#page-work .container-custom #load_cases .col-md-5ths,
#page-work .container-custom #load_cases .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}
#page-work .container-custom #load_cases .col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  #page-work .container-custom #load_cases .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  #page-work .container-custom #load_cases .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  #page-work .container-custom #load_cases .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
#page-work .container-custom #load_cases .content_slider {
  padding-bottom: 10px;
  background-color: #f0f0f0;
  margin-bottom: 40px;
  box-shadow: 13px 32px 36px -14px rgba(179, 179, 179, 0.1);
  transition: all 0.1s ease-in;
}
#page-work .container-custom #load_cases .content_slider figure {
  width: 100%;
  overflow: hidden;
}
#page-work .container-custom #load_cases .content_slider figure img {
  width: 100%;
  height: auto;
}
#page-work .container-custom #load_cases .content_slider .text-title {
  width: 100%;
  background-color: #f0f0f0;
  text-align: left;
  font-family: "Expanded-Bold";
  text-transform: unset;
  font-size: 14px;
  color: #353535;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 20px;
  line-height: 2rem;
  height: 7rem;
}
#page-work .container-custom #load_cases .content_slider:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  box-shadow: 13px 32px 36px -14px rgba(179, 179, 179, 0.3);
}
#page-work .row-list-casestudies {
  text-align: center;
}
#page-work .row-list-casestudies .title_slider {
  font-size: 3rem;
  margin: 0 auto;
  font-family: "Expanded-Bold";
}
#page-work .row-list-casestudies .swiper-container {
  margin: 0 0 3rem;
}
#page-work .row-list-casestudies .swiper-container .swiper-slide .content_slider {
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 13px 32px 36px -14px rgba(179, 179, 179, 0.1);
  transition: all 0.1s ease-in;
}
#page-work .row-list-casestudies .swiper-container .swiper-slide .content_slider figure {
  width: 100%;
}
#page-work .row-list-casestudies .swiper-container .swiper-slide .content_slider figure img {
  width: 100%;
}
#page-work .row-list-casestudies .swiper-container .swiper-slide .content_slider .text-title {
  width: 100%;
  background-color: #fff;
  text-align: left;
  font-family: "Expanded-Bold";
  text-transform: unset;
  font-size: 14px;
  color: #353535;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 5px 0 5px;
  line-height: 2rem;
  height: 4.7rem;
}
#page-work .row-list-casestudies .swiper-container .swiper-slide .content_slider:hover {
  margin-top: -2px;
  box-shadow: 13px 32px 36px -14px rgba(179, 179, 179, 0.3);
}
#page-work .row-list-casestudies .navigation {
  text-align: center;
  margin: 15px auto;
}
#page-work .row-list-casestudies .navigation .swiper-pagination-bullet {
  margin: 0 4px;
  cursor: pointer;
}
#page-work .row-list-casestudies .navigation .swiper-pagination-bullet-active {
  background: #eb008b;
}

.scroll-div {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  background-color: #fff;
}
@media (max-width: 992px) {
  .scroll-div {
    display: none;
  }
}
.scroll-div .lb-content {
  padding-right: 0;
}
.scroll-div .lb-content .l-box-mod {
  border-bottom: 0;
}
.scroll-div .lb-content .l-box-mod .heading-line {
  border-top: 3px solid #eb008b;
  margin: 0 0 10px;
  font-size: 14px;
  padding: 10px 0 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.scroll-div .lb-content .l-box-mod .wrap-post-recent {
  padding: 15px 5px;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}
.scroll-div .lb-content .l-box-mod .wrap-post-recent .b-popular-post {
  margin: 0 0 20px;
}
.scroll-div .lb-content .l-box-mod .wrap-post-recent .b-popular-post .img-post-recent {
  padding: 0;
}
.scroll-div .lb-content .l-box-mod .wrap-post-recent .b-popular-post .img-post-recent img {
  margin: 0;
}
.scroll-div .lb-content .l-box-mod .wrap-post-recent .b-popular-post .popular-caption-title {
  padding: 0 0 0 10px;
  text-transform: inherit;
  font-size: 1rem;
  font-weight: 700;
}

#news_detail {
  font-family: "Helvetica";
  padding-top: 0px;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  #news_detail {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  #news_detail {
    margin-top: 0px;
  }
}
#news_detail .title_global {
  padding-bottom: 2.5rem;
}
#news_detail .pad0 {
  padding-left: 0;
  padding-right: 0;
}
#news_detail .pad-small {
  padding-left: 7px;
  padding-right: 7px;
}
#news_detail .b-news-holder {
  margin-top: 3rem;
  padding: 0 20px;
  width: 72%;
  background-color: #fff;
}
@media (max-width: 992px) {
  #news_detail .b-news-holder {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 440px) {
  #news_detail .b-news-holder {
    padding: 0;
  }
}
#news_detail .b-news-holder .content-news a {
  color: #337AB7;
}
#news_detail .b-news-holder .content-news .title-detail {
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 7px;
  position: relative;
}
@media (max-width: 440px) {
  #news_detail .b-news-holder .content-news .title-detail {
    font-size: 2rem;
  }
}
#news_detail #achievement, #news_detail #approach {
  background: #f2f2f2;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  #news_detail #achievement, #news_detail #approach {
    padding: 2rem 20px;
  }
}
#news_detail #background_works {
  padding: 2rem 0;
}
@media (max-width: 767px) {
  #news_detail #background_works {
    padding: 2rem 20px;
  }
}
#news_detail .noidung {
  font-family: "Helvetica";
}
#news_detail .noidung span {
  font-family: "Helvetica-Bold";
}
#news_detail figure {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
#news_detail figure .img_detailwork {
  height: 100px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  #news_detail figure .img_detailwork {
    height: 60px;
  }
}
@media (max-width: 321px) {
  #news_detail figure .img_detailwork {
    height: 50px;
  }
}
#news_detail figure .content .tieude {
  color: #ec008c;
  font-family: "Helvetica-Bold";
}
@media (max-width: 321px) {
  #news_detail figure .content .tieude {
    font-size: 90%;
  }
}
#news_detail figure .content .description {
  font-family: "Helvetica-Bold";
  font-size: 120%;
  position: relative;
}
@media (max-width: 767px) {
  #news_detail figure .content .description {
    font-size: 100%;
  }
}
@media (max-width: 321px) {
  #news_detail figure .content .description {
    font-size: 90%;
  }
}
#news_detail figure .content .description .icon_detail {
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 99;
  width: 15px;
}
#news_detail figure .content .description span {
  font-family: "Helvetica";
  font-size: 90%;
}
#news_detail figure .content .description span.text_pink {
  color: #eb008b;
  font-family: "Helvetica-Bold";
  font-size: 70%;
}
#news_detail .container-custom {
  background-color: transparent;
  margin-top: 0;
  padding: 0 0 60px 0;
}
#news_detail .container-custom .title-releated {
  display: flex;
  align-items: center;
  margin: 0 0 50px 0;
  font-weight: bold;
}
#news_detail .container-custom .title-releated .heading-line {
  margin: 0;
  width: 18%;
  font-size: 2.5rem;
  text-transform: capitalize;
}
#news_detail .container-custom .title-releated .hr-title {
  width: 82%;
  border-top: 2px solid #c0c0c0bf;
  margin: 0;
}
#news_detail .container-custom .card {
  margin-bottom: 40px;
}
#news_detail .container-custom .card figure {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
#news_detail .container-custom .card figure img {
  width: 100%;
  height: auto;
}
#news_detail .container-custom .card .card-content {
  height: 55px;
  position: relative;
  margin: 15px 0;
}
#news_detail .container-custom .card .card-content .title-post-releated {
  font-family: "Expanded-Bold";
  color: #353535;
  font-size: 12px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news_detail .container-custom .card .card-content .author-post-releated {
  position: absolute;
  bottom: 0;
  left: 0;
}
#news_detail .container-custom .card .card-content .author-post-releated .author {
  color: #eb008b;
  font-weight: 600;
}
#news_detail .container-custom .card .card-content .author-post-releated .popular-date {
  color: #a2a2a2;
}

.b-related {
  clear: left;
}

@media (max-width: 992px) {
  #solution_page {
    margin-top: 9rem;
  }
}
@media (max-width: 768px) {
  #solution_page {
    margin-top: 0;
  }
}
#solution_page .title_global {
  margin-top: 20px;
}
#solution_page .container-custom {
  margin-top: 5px;
}
@media (max-width: 992px) {
  #solution_page .container-custom {
    padding: 0;
  }
}
#solution_page .container-custom .wrapper-cate-solution {
  margin: 15px 0;
  position: relative;
}
#solution_page .container-custom .wrapper-cate-solution .thumbnail-cate-solution {
  width: 100%;
}
#solution_page .container-custom .wrapper-cate-solution .thumbnail-cate-solution .bg_transparent {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #0a0a0a9e;
}
#solution_page .container-custom .wrapper-cate-solution .thumbnail-cate-solution .thumbnail-cate {
  width: 100%;
}
#solution_page .container-custom .wrapper-cate-solution .icon-cate-solution {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  top: 23%;
}
#solution_page .container-custom .wrapper-cate-solution .icon-cate-solution .title-solution {
  text-transform: uppercase;
  margin-top: 14rem;
  font-family: "Expanded-Bold";
  font-size: 3rem;
  color: #fff;
}
@media (max-width: 1200px) {
  #solution_page .container-custom .wrapper-cate-solution .icon-cate-solution .title-solution {
    margin-top: 8rem;
  }
}
@media (max-width: 992px) {
  #solution_page .container-custom .wrapper-cate-solution .icon-cate-solution .title-solution {
    margin-top: 5rem;
  }
}
@media (max-width: 600px) {
  #solution_page .container-custom .wrapper-cate-solution .icon-cate-solution .title-solution {
    margin-top: 0;
    font-size: 2rem;
  }
}
#solution_page .container-custom .wrapper-cate-solution .icon-cate-solution img.icon {
  width: 35%;
  height: auto;
  margin: auto;
}
#solution_page .container-custom .wrapper-cate-solution .icon-cate-solution .btn-docthem {
  margin-top: 1rem;
}
@media (max-width: 600px) {
  #solution_page .container-custom .wrapper-cate-solution .icon-cate-solution .btn-docthem {
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 100%;
  }
}
@media (max-width: 360px) {
  #solution_page .container-custom .wrapper-cate-solution .icon-cate-solution .btn-docthem {
    padding: 2px 15px;
    border-radius: 20px;
    font-size: 75%;
  }
}
#solution_page .list_category {
  padding-right: 50px;
  border: 0;
  text-transform: uppercase;
  font-family: "Expanded-Regular";
  font-size: 1.6rem;
  background: url(../images/br_down.png) no-repeat right transparent;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-position-x: 96%;
}
#solution_page .hr_solution {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #cecece;
}
#solution_page .box_solution .padding-slider {
  padding: 0;
}
@media (max-width: 600px) {
  #solution_page .box_solution .padding-slider {
    padding: 0 35px;
  }
}
@media (max-width: 440px) {
  #solution_page .box_solution .padding-slider {
    padding: 0 15px;
  }
}
@media (max-width: 380px) {
  #solution_page .box_solution .padding-slider {
    padding: 0px;
  }
}
#solution_page .box_solution .related-item {
  width: 100%;
  padding: 0;
}
@media (max-width: 440px) {
  #solution_page .box_solution .related-item {
    padding: 0;
  }
}
#solution_page .box_solution .related-item .b-item-card {
  text-align: center;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
#solution_page .box_solution .related-item .b-item-card .b-item-card-content {
  padding-top: 20px;
}
#solution_page .box_solution .related-item .b-item-card .b-item-card-content table {
  width: 99% !important;
}
#solution_page .box_solution .related-item .b-item-card .image {
  background: #fff;
  padding-bottom: 0;
}
@media (max-width: 440px) {
  #solution_page .box_solution .related-item .b-item-card .image {
    padding: 0 10px;
  }
}
#solution_page .box_solution #detail-solution .owl-nav {
  position: relative;
}
#solution_page .box_solution #detail-solution .owl-nav .am-prev, #solution_page .box_solution #detail-solution .owl-nav .am-next {
  position: absolute;
  top: -23rem;
  font-size: 5rem;
  border: 0;
  background: transparent;
  color: #545151;
}
@media (max-width: 1200px) {
  #solution_page .box_solution #detail-solution .owl-nav .am-prev, #solution_page .box_solution #detail-solution .owl-nav .am-next {
    font-size: 4rem;
  }
}
@media (max-width: 440px) {
  #solution_page .box_solution #detail-solution .owl-nav .am-prev, #solution_page .box_solution #detail-solution .owl-nav .am-next {
    font-size: 3rem;
  }
}
#solution_page .box_solution #detail-solution .owl-nav .am-next {
  left: -7rem;
}
@media (max-width: 1200px) {
  #solution_page .box_solution #detail-solution .owl-nav .am-next {
    left: -5rem;
  }
}
@media (max-width: 440px) {
  #solution_page .box_solution #detail-solution .owl-nav .am-next {
    left: -3rem;
  }
}
#solution_page .box_solution #detail-solution .owl-nav .am-prev {
  right: -7rem;
}
@media (max-width: 1200px) {
  #solution_page .box_solution #detail-solution .owl-nav .am-prev {
    right: -5rem;
  }
}
@media (max-width: 1200px) {
  #solution_page .box_solution #detail-solution .owl-nav .am-prev {
    right: -3rem;
  }
}
#solution_page .box_solution #detail-solution .owl-nav .owl-prev.disabled .am-prev, #solution_page .box_solution #detail-solution .owl-nav .owl-prev.disabled .am-next, #solution_page .box_solution #detail-solution .owl-nav .owl-next.disabled .am-prev, #solution_page .box_solution #detail-solution .owl-nav .owl-next.disabled .am-next {
  color: #cacaca;
}

@media (max-width: 992px) {
  #platform {
    margin-top: 9rem;
  }
}
@media (max-width: 768px) {
  #platform {
    margin-top: 0;
  }
}
@media (max-width: 440px) {
  #platform .container-custom {
    padding: 0 15px 15px;
  }
}
#platform .title_global {
  margin-top: 20px;
}
#platform .row-custom {
  display: flex;
  vertical-align: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 992px) {
  #platform .row-custom {
    display: unset;
  }
}
#platform .row-custom .item_uads {
  width: 19%;
  margin: 0 5px;
}
@media (max-width: 992px) {
  #platform .row-custom .item_uads {
    float: left;
    width: 32%;
  }
}
@media (max-width: 800px) {
  #platform .row-custom .item_uads {
    width: 31%;
    margin: 0 7px;
  }
}
@media (max-width: 767px) {
  #platform .row-custom .item_uads {
    width: 46%;
    margin: 10px 2% 0 2%;
  }
}
#platform .row-custom .item_uads figure.border {
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  #platform .row-custom .item_uads figure.border {
    width: 100%;
    height: 210px;
    overflow: hidden;
    margin-bottom: 0;
  }
}
@media (max-width: 440px) {
  #platform .row-custom .item_uads figure.border {
    height: 160px;
  }
}
@media (max-width: 380px) {
  #platform .row-custom .item_uads figure.border {
    height: 142px;
  }
}
@media (max-width: 360px) {
  #platform .row-custom .item_uads figure.border {
    height: 136px;
  }
}
#platform .row-custom .item_uads figure.border img {
  width: 100%;
  height: auto;
}
#platform .title_uads {
  text-align: center;
  font-family: "Expanded-SemiBold";
  font-size: 2rem;
  margin: 3rem 0;
}
@media (max-width: 440px) {
  #platform .title_uads {
    margin: 1rem 0;
  }
}
#platform .thumbnail_platform {
  width: 100%;
  margin-bottom: 2rem;
}
#platform .platform_description image {
  margin: auto;
}
@media (max-width: 992px) {
  #platform .platform_description image {
    width: 100% !important;
    height: auto !important;
  }
}
#platform .col-xs-5ths,
#platform .col-sm-5ths,
#platform .col-md-5ths,
#platform .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}
#platform .col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  #platform .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  #platform .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  #platform .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.breadcrumb {
  background: transparent;
  padding-left: 0;
}

.breadcrumb .breadcrumb-item {
  font-size: 15px;
  font-family: "Expanded-Bold";
  color: #353535;
  cursor: pointer;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
}
@media (max-width: 440px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 1rem;
  }
}
.breadcrumb .breadcrumb-item a:hover {
  color: #eb008b;
}
.breadcrumb .breadcrumb-item img {
  height: 25px;
  width: auto;
  display: inline-block;
  line-height: 30px;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-item img {
    height: 20px;
  }
}
@media (max-width: 440px) {
  .breadcrumb .breadcrumb-item img {
    height: 17px;
  }
}
.breadcrumb .breadcrumb-item img:hover {
  transform: scale(1.3);
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-item img:hover {
    transform: scale(1);
  }
}
@media (max-width: 380px) {
  .breadcrumb .breadcrumb-item::before {
    padding: 0;
  }
}
.breadcrumb .breadcrumb-item.active a {
  font-size: 18px;
  color: #eb008b;
}
@media (max-width: 440px) {
  .breadcrumb .breadcrumb-item.active a {
    font-size: 1rem;
  }
}
.breadcrumb .breadcrumb-item.active img {
  margin-left: 5px;
  height: 40px;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-item.active img {
    height: 20px;
  }
}
@media (max-width: 440px) {
  .breadcrumb .breadcrumb-item.active img {
    height: 17px;
  }
}

.category {
  padding-top: 10px;
}
.category .container-custom {
  padding: 0;
  width: 88%;
}
.category .container-custom .breadcrumb {
  margin-bottom: 0;
}

.wrapper-img {
  padding: 0;
}
.wrapper-img .container-custom {
  background-color: transparent;
  padding: 10px 20px 0 20px;
  margin-bottom: 0;
  margin-top: 0;
}

#section-album {
  margin-bottom: 95px;
  font-family: "Expanded-Regular" !important;
}

/*Blockquote Style*/
.b-blockquote-holder {
  margin-bottom: 60px;
}

.b-blockquote-fa-quote .quote-icon {
  display: block;
  float: left;
  margin-top: 6px;
}

.b-blockquote-fa-quote .quote-img {
  display: block;
  float: left;
  margin-top: 6px;
}

.b-blockquote-fa-quote .quote-text {
  font-size: 30px;
  line-height: 36px;
  margin-left: 60px;
  letter-spacing: 1px;
}

.b-blockquote-fa-quote .quote-author {
  color: #444444;
  font-size: 12px;
  display: block;
  margin-top: 25px;
  letter-spacing: 0.1px;
  line-height: 1.1;
}

.b-blockquote-left-border {
  position: relative;
  padding: 3px 0;
}

.b-blockquote-left-border:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 100%;
  width: 6px;
}

.b-blockquote-left-border .quote-text {
  position: relative;
  font-size: 30px;
  color: #444444;
  margin-left: 60px;
  line-height: 36px;
  letter-spacing: 1px;
}

.b-blockquote-left-border .quote-author {
  color: #444444;
  font-size: 12px;
  display: block;
  margin-top: 25px;
  letter-spacing: 0.1px;
  line-height: 1.1;
}

.b-blockquote-fa-quote-circle {
  overflow: hidden;
  position: relative;
  background: #f6f6f6;
  padding: 40px 15px 45px 53px;
}

.b-blockquote-fa-quote-circle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  height: 5px;
  width: 60px;
  background: #444444;
  margin-left: 50px;
}

.b-blockquote-fa-quote-circle .circle-block {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.b-blockquote-fa-quote-circle .circle-block .quote-icon {
  display: block;
  float: left;
  margin-right: 35px;
  background: #fff;
  border-radius: 50% !important;
  padding: 19px 20px;
  width: 55px;
  height: 55px;
  -webkit-box-shadow: 0px 0px 2px 4px #ececec;
  -moz-box-shadow: 0px 0px 2px 4px #ececec;
  box-shadow: 0px 0px 2px 4px #ececec;
}

.b-blockquote-fa-quote-circle .circle-block .quote-img {
  display: block;
  float: left;
  margin-right: 35px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px 4px #ececec;
  -moz-box-shadow: 0px 0px 2px 4px #ececec;
  box-shadow: 0px 0px 2px 4px #ececec;
}

.b-blockquote-fa-quote-circle .circle-block .quote-icon i {
  font-size: 18px;
  color: #cccccc;
}

.b-blockquote-fa-quote-circle .circle-block .circle-author {
  float: left;
  margin: 0;
  padding-top: 16px;
  position: relative;
}

.b-blockquote-fa-quote-circle .circle-block .circle-author:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  height: 2px;
  width: 10px;
}

.b-blockquote-fa-quote-circle .circle-block .circle-author .circle-quote-author {
  color: #444444;
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
}

.b-blockquote-fa-quote-circle .circle-block .circle-author .circle-author-role {
  font-size: 10px;
  line-height: 1.1;
  text-transform: uppercase;
}

.b-blockquote-fa-quote-circle .circle-author {
  float: left;
  margin: 0;
  padding-top: 16px;
  position: relative;
}

.b-blockquote-fa-quote-circle .circle-author:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  height: 2px;
  width: 10px;
}

.b-blockquote-fa-quote-circle .circle-author .circle-quote-author {
  color: #444444;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
}

.b-blockquote-fa-quote-circle .circle-author .circle-author-role {
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
}

.b-blockquote-fa-quote-circle .circle-text {
  display: inline-block;
  vertical-align: middle;
}

.b-blockquote-fa-quote-circle .circle-text .quote-text {
  position: relative;
  font-size: 13px;
  color: #444444;
  letter-spacing: 1px;
  line-height: 23px;
}

.quote-circle-long .circle-text {
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.b-blockquote-fa-quote-circle.quote-circle-mod-1,
.b-blockquote-fa-quote-circle.quote-circle-mod-2 {
  padding: 45px 55px 52px 55px;
}

.b-blockquote-fa-quote-circle.quote-circle-mod-1:after,
.b-blockquote-fa-quote-circle.quote-circle-mod-2:after {
  left: auto;
  right: 0;
  margin-right: 50px;
}

.b-blockquote-fa-quote-circle.quote-circle-mod-1 .circle-text,
.b-blockquote-fa-quote-circle.quote-circle-mod-2 .circle-text {
  max-width: inherit;
}

.b-blockquote-fa-quote-circle.quote-circle-mod-1 .circle-text .quote-text,
.b-blockquote-fa-quote-circle.quote-circle-mod-2 .circle-text .quote-text {
  line-height: 26px;
}

.b-blockquote-fa-quote-circle.quote-circle-mod-1 .circle-block,
.b-blockquote-fa-quote-circle.quote-circle-mod-2 .circle-block {
  display: block;
  margin-right: 0;
  margin-top: 35px;
}

.b-blockquote-fa-quote-circle.quote-circle-mod-1 .circle-block .circle-author:before,
.b-blockquote-fa-quote-circle.quote-circle-mod-2 .circle-block .circle-author:before {
  background: #444444;
}

.b-blockquote-fa-quote-circle.quote-circle-mod-1 .circle-block .circle-author .circle-author-role,
.b-blockquote-fa-quote-circle.quote-circle-mod-2 .circle-block .circle-author .circle-author-role {
  color: #888888;
}

.b-blockquote-fa-quote-circle.quote-circle-mod-1 .circle-block .quote-icon,
.b-blockquote-fa-quote-circle.quote-circle-mod-2 .circle-block .quote-icon {
  float: right;
  margin-right: 0;
}

.b-blockquote-fa-quote-circle.quote-circle-mod-1 .circle-block .quote-img,
.b-blockquote-fa-quote-circle.quote-circle-mod-2 .circle-block .quote-img {
  float: right;
  margin-right: 0;
}

.b-blockquote-fa-quote-circle.quote-circle-mod-2 {
  background: #fff;
  padding: 41px 51px 48px;
}

.b-blockquote-fa-quote-circle.quote-circle-mod-2:after {
  display: none;
}

#section-director {
  padding-top: 2rem;
}
@media (max-width: 992px) {
  #section-director .bx-wrapper {
    margin-bottom: 0;
  }
}
#section-director .about-description {
  font-size: 1.6rem;
  font-family: "Expanded-Regular";
  text-align: justify;
}
@media (max-width: 600px) {
  #section-director .about-description {
    font-size: 1.5rem;
  }
}
#section-director .container-custom {
  width: 70%;
  padding: 20px;
  margin-top: 0;
}
@media (max-width: 992px) {
  #section-director .container-custom {
    width: 80%;
  }
}
@media (max-width: 600px) {
  #section-director .container-custom {
    width: 95%;
    padding: 15px;
    margin: auto;
  }
}
@media (max-width: 440px) {
  #section-director .container-custom .hr-director {
    border-top: 1.5px solid #b2aeae;
    margin-bottom: 20px;
  }
}
#section-director .container-custom .title_name {
  text-align: center;
  font-family: "Expanded-Bold";
  padding-bottom: 3rem;
}
#section-director .container-custom .b-blockquote-holder {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  #section-director .container-custom .b-blockquote-holder {
    margin-bottom: 15px;
  }
}
#section-director .container-custom .b-say-blockquotes {
  padding-left: 0;
  list-style-type: none;
}
#section-director .container-custom .b-say-blockquotes .b-blockquote-fa-quote-circle {
  padding: 15px 30px;
}
@media (max-width: 600px) {
  #section-director .container-custom .b-say-blockquotes .b-blockquote-fa-quote-circle {
    padding: 10px 0 10px 15px;
  }
}
#section-director .container-custom .b-say-blockquotes .b-blockquote-fa-quote-circle:after {
  display: none;
}
#section-director .container-custom .b-say-blockquotes .b-blockquote-fa-quote-circle .circle-quote-author {
  font-family: "Expanded-Bold";
  margin-bottom: 0;
}
#section-director .container-custom .b-say-blockquotes .b-blockquote-fa-quote-circle .circle-author-role {
  font-family: "Expanded-Regular";
}
@media (max-width: 767px) {
  #section-director .container-custom .b-say-blockquotes .b-blockquote-fa-quote-circle .circle-author-role {
    margin-bottom: 15px;
  }
}
#section-director .container-custom .b-say-blockquotes .b-blockquote-fa-quote-circle .circle-quote-author,
#section-director .container-custom .b-say-blockquotes .b-blockquote-fa-quote-circle .circle-author-role {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #section-director .container-custom .b-say-blockquotes .b-blockquote-fa-quote-circle .circle-quote-author,
#section-director .container-custom .b-say-blockquotes .b-blockquote-fa-quote-circle .circle-author-role {
    text-align: center;
  }
}
@media (max-width: 380px) {
  #section-director .container-custom .b-say-blockquotes .b-blockquote-fa-quote-circle .circle-quote-author,
#section-director .container-custom .b-say-blockquotes .b-blockquote-fa-quote-circle .circle-author-role {
    font-size: 1.5rem;
  }
}
#section-director .container-custom .b-say-blockquotes .b-blockquote-fa-quote-circle .quote-text {
  padding: 5px 0;
  font-family: "Expanded-Regular";
}
#section-director .container-custom .b-say-blockquotes .b-blockquote-fa-quote-circle p {
  font-size: 1.6rem;
  font-family: "Expanded-Regular" !important;
}
#section-director .container-custom .bx-controls {
  display: none !important;
}

#emulator-solution #iphone5_emulator {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#emulator-solution #iphone5_emulator ::-webkit-scrollbar {
  width: 10px;
}
#emulator-solution #iphone5_emulator ::-webkit-scrollbar-track {
  background: transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#emulator-solution #iphone5_emulator ::-webkit-scrollbar-thumb {
  background: transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#emulator-solution #iphone5_emulator ::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

#section-manager {
  padding: 10px 80px;
}
@media (max-width: 992px) {
  #section-manager {
    padding: 0;
  }
}
#section-manager .container-custom {
  background-color: transparent;
  width: 80%;
  padding: 0 20px;
  margin-top: 0;
}
@media (max-width: 992px) {
  #section-manager .container-custom {
    width: 90%;
    margin: auto;
  }
}
#section-manager .container-custom .title_name {
  margin-bottom: 0;
  text-align: center;
  font-family: "Expanded-Bold";
}
#section-manager .container-custom .custom-nav-mod {
  float: unset;
  position: relative;
  margin-top: 20px;
}
#section-manager .container-custom .custom-nav-mod .slider-prev {
  left: 0;
}
@media (max-width: 440px) {
  #section-manager .container-custom .custom-nav-mod .slider-prev {
    left: -2rem;
  }
}
#section-manager .container-custom .custom-nav-mod .slider-next {
  right: 0;
}
@media (max-width: 440px) {
  #section-manager .container-custom .custom-nav-mod .slider-next {
    right: -2rem;
  }
}
#section-manager .container-custom #detail-manager .image {
  text-align: center;
}
#section-manager .container-custom #detail-manager .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
#section-manager .container-custom #detail-manager .owl-nav .owl-next {
  float: right;
}
#section-manager .container-custom #detail-manager .owl-nav .slider-next,
#section-manager .container-custom #detail-manager .owl-nav .slider-prev {
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-manager .container-custom #detail-manager .owl-nav .slider-prev,
#section-manager .container-custom #detail-manager .owl-nav .slider-next {
  position: absolute;
  bottom: -10rem;
  z-index: 999;
  text-decoration: none;
}
@media (max-width: 440px) {
  #section-manager .container-custom #detail-manager .owl-nav .slider-prev,
#section-manager .container-custom #detail-manager .owl-nav .slider-next {
    bottom: -12rem;
  }
}
#section-manager .container-custom #detail-manager .owl-nav .slider-prev:hover,
#section-manager .container-custom #detail-manager .owl-nav .slider-next:hover {
  text-decoration: none;
}
#section-manager .container-custom #detail-manager .owl-nav .slider-prev i,
#section-manager .container-custom #detail-manager .owl-nav .slider-next i {
  margin: auto;
}
#section-manager .container-custom #detail-manager .image-carousel-about {
  width: 70%;
  min-height: unset;
}
#section-manager .container-custom #detail-manager .related-item .image:after {
  display: none;
}
#section-manager .container-custom #detail-manager .related-item a {
  text-decoration: none;
}
#section-manager .container-custom #detail-manager .related-item a:hover {
  text-decoration: none;
}
#section-manager .container-custom #detail-manager .name_manager {
  font-family: "Expanded-Bold";
  color: #353535;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  #section-manager .container-custom #detail-manager .name_manager {
    font-size: 1.3rem;
  }
}
#section-manager .container-custom #detail-manager .text_position {
  font-family: "Expanded-Regular";
  color: #353535;
  font-size: 1.2rem;
}

.modal .modal-dialog .modal-content .quote-circle-long .b-blockquote-fa-quote-circle {
  padding: 10px 15px 10px 15px;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: #f6f6f6;
}
.modal .modal-dialog .modal-content .quote-circle-long .b-blockquote-fa-quote-circle .circle-block {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-top: 12px;
}
.modal .modal-dialog .modal-content .quote-circle-long .b-blockquote-fa-quote-circle .circle-block .quote-img {
  -webkit-box-shadow: 0px 0px 2px 4px #ececec;
  -moz-box-shadow: 0px 0px 2px 4px #ececec;
  box-shadow: 0px 0px 2px 4px #ececec;
  background: #fff;
  border-radius: 50% !important;
  display: block;
  text-align: center;
  width: 30%;
  margin: auto;
  float: unset;
  height: auto;
}
.modal .modal-dialog .modal-content .quote-circle-long .b-blockquote-fa-quote-circle .circle-block .quote-img img {
  width: 100%;
}
.modal .modal-dialog .modal-content .quote-circle-long .b-blockquote-fa-quote-circle .circle-block .circle-quote-author {
  font-family: "Expanded-Bold";
  color: #353535;
  font-size: 1.6rem;
  margin: 0;
}
.modal .modal-dialog .modal-content .quote-circle-long .b-blockquote-fa-quote-circle .circle-block .circle-author-role {
  font-family: "Expanded-Regular";
  color: #353535;
  font-size: 1.4rem;
}
.modal .modal-dialog .modal-content .quote-circle-long .b-blockquote-fa-quote-circle .circle-block .quote-text {
  padding: 0 55px;
  font-family: "Expanded-Regular";
  text-align: justify;
}

.text-color {
  color: #ec3395;
  font-family: "Expanded-SemiBold";
}

#section-album .wrap-album {
  transition: 0.3s all ease;
}
#section-album .wrap-album .item-albums {
  width: 100%;
  padding: 0 10%;
}
#section-album .wrap-album .item-albums .thumbnail-album {
  padding: 4px;
  border: 1px solid #cacaca;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
#section-album .wrap-album:hover {
  margin-top: -5px;
}

#view-album-images .title_album {
  margin-top: 2rem;
  font-size: 2rem;
  font-family: "Expanded-Bold";
}
#view-album-images .demo-gallery ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  -webkit-column-width: 180px;
  -moz-column-width: 180px;
  column-width: 180px;
  column-gap: 10px;
}
#view-album-images .demo-gallery ul li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
#view-album-images .demo-gallery ul li a img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
#view-album-images .demo-gallery ul li a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

#demo-wrapper {
  /* box-shadow: 0px 0px 10px 2px; */
  padding-top: 3rem;
}
#demo-wrapper .name-solution {
  color: #333;
  font-size: 2rem;
  font-weight: bolder;
}
@media (max-width: 768px) {
  #demo-wrapper .name-solution {
    margin-top: 2rem;
  }
}

/* U Locations Contact page*/
#map-contact {
  background-color: #fff;
}
@media (max-width: 992px) {
  #map-contact {
    padding-top: 30px;
  }
}
@media (max-width: 440px) {
  #map-contact {
    padding-top: 0px;
    margin-top: -25px;
  }
}
#map-contact .tab_map {
  width: 76%;
  margin: 15px auto;
  border: 0;
}
@media (max-width: 992px) {
  #map-contact .tab_map {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #map-contact .tab_map {
    width: 100%;
  }
}
@media (max-width: 340px) {
  #map-contact .tab_map {
    margin: 10px auto;
  }
}
#map-contact .tab_map span {
  color: #e8e8e8;
  opacity: 0.3;
}
#map-contact .tab_map li {
  margin-right: 0;
  width: 24%;
}
#map-contact .tab_map li a {
  font-family: "Expanded-Bold";
  text-decoration: none;
  color: #606060;
  font-size: 110%;
  text-align: center;
  padding: 3px 5px;
}
@media (max-width: 767px) {
  #map-contact .tab_map li a {
    font-family: "Expanded-SemiBold";
    font-size: 120%;
    padding: 0;
  }
}
@media (max-width: 440px) {
  #map-contact .tab_map li a {
    font-size: 100%;
  }
}
@media (max-width: 340px) {
  #map-contact .tab_map li a {
    font-size: 80%;
  }
}
#map-contact .tab_map li a:hover,
#map-contact .tab_map li a.active {
  color: #eb008b !important;
}
#map-contact .tab_map li.active > a {
  color: #eb008b !important;
}
#map-contact .tab-content .map iframe {
  width: 100%;
  height: 550px;
}
@media (max-width: 440px) {
  #map-contact .tab-content .map iframe {
    height: 400px;
  }
}

#contact-module {
  background-color: #fff;
  position: relative;
}
#contact-module .b-form {
  background: #fff;
  position: relative;
  margin-top: 0;
  padding: 15px 10px 10px;
}
#contact-module .b-form .form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  height: 45px;
  padding: 6px 23px;
  margin-bottom: 15px;
}
#contact-module .b-form input,
#contact-module .b-form textarea {
  font-size: 11px;
  border: 1px solid #dddddd;
}
#contact-module .b-form textarea.form-control {
  padding-top: 15px;
  height: 225px;
}
#contact-module .title_form_contact {
  text-align: center;
  font-family: "Expanded-Bold";
  margin: 15px auto 30px;
}
#contact-module .form-contact-description {
  font-size: 12px;
  color: #333;
}
#contact-module .color-bg-btn {
  margin-top: 15px !important;
}
@media (max-width: 768px) {
  #contact-module .wrap-comment {
    padding: 0;
  }
}

#wrap-search .keyword span {
  font-weight: 700;
}
#wrap-search .item-search figure.item-search_thumbnail {
  width: 100%;
  overflow: hidden;
  height: 185px;
  margin-bottom: 10px;
}
#wrap-search .item-search figure.item-search_thumbnail.works {
  height: 260px;
}
#wrap-search .item-search figure.item-search_thumbnail img {
  width: 100%;
  height: auto;
}
#wrap-search .item-search .item-search_content {
  margin-bottom: 15px;
}
#wrap-search .item-search .item-search_content .item-search_title {
  font-weight: 700;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  line-height: 1.5rem;
  height: 3rem;
  font-family: "Expanded-SemiBold";
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
  font-family: "Expanded-Light";
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
  font-family: "Expanded-Light";
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
  font-family: "Expanded-Light";
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
  font-family: "Expanded-Light";
}

/*Thanks*/
#thanks {
  /*background: url(../images/bg_thanks.jpg) no-repeat;
  background-size: cover;
  background-position: left center;*/
  text-align: center;
  color: #282727;
  padding: 0;
  position: relative;
  height: 100%;
  background: #f2ebd9;
  /*font-family: Heuristica-Regular_0;*/
}

@media only screen and (max-width: 1300px) {
  #wrap-search .item-search figure.item-search_thumbnail {
    height: 152px;
  }
  #wrap-search .item-search figure.item-search_thumbnail.works {
    height: 192px;
  }
  #wrap-search .item-search .item-search_content .item-search_title {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1200px) {
  #wrap-search .item-search figure.item-search_thumbnail {
    height: 141px;
  }
  #wrap-search .item-search .item-search_content .item-search_title {
    font-size: 1.2rem;
  }

  #page-work .container-custom #load_cases .content_slider figure {
    height: 170px;
  }
}
@media only screen and (max-width: 1100px) {
  #wrap-search .item-search figure.item-search_thumbnail {
    height: 124px;
  }
  #wrap-search .item-search figure.item-search_thumbnail.works {
    height: 175px;
  }
  #wrap-search .item-search .item-search_content .item-search_title {
    font-size: 1.2rem;
  }

  #page-work .container-custom #load_cases .content_slider figure {
    height: 150px;
  }
}
@media only screen and (max-width: 992px) {
  #wrap-search .item-search figure.item-search_thumbnail {
    height: 240px;
  }
  #wrap-search .item-search figure.item-search_thumbnail.works {
    height: 333px;
  }
  #wrap-search .item-search .item-search_content .item-search_title {
    font-size: 1.2rem;
  }

  #page-work .container-custom #load_cases .content_slider figure {
    height: 230px;
  }
}
@media only screen and (max-width: 870px) {
  #wrap-search .item-search figure.item-search_thumbnail {
    height: 200px;
  }
  #wrap-search .item-search figure.item-search_thumbnail.works {
    height: 280px;
  }
  #wrap-search .item-search .item-search_content .item-search_title {
    font-size: 1.4rem;
  }

  #page-work .container-custom #load_cases .content_slider figure {
    height: 205px;
  }
}
@media only screen and (max-width: 768px) {
  #wrap-search .item-search figure.item-search_thumbnail {
    height: 184px;
  }
  #wrap-search .item-search figure.item-search_thumbnail.works {
    height: 260px;
  }
  #wrap-search .item-search .item-search_content .item-search_title {
    font-size: 1.2rem;
  }

  #detail-solution .owl-nav .owl-prev,
#detail-solution .owl-nav .owl-prev {
    margin-left: -3.5rem;
  }
  #detail-solution .owl-nav .owl-next {
    margin-right: -3.5rem;
  }

  .wrap-global {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #news_detail .b-news-holder img {
    width: 100% !important;
    height: auto !important;
  }

  #wrap-search .item-search figure.item-search_thumbnail {
    height: auto;
  }
  #wrap-search .item-search figure.item-search_thumbnail.works {
    height: auto;
  }
  #wrap-search .item-search .item-search_content .item-search_title {
    font-size: 1.4rem;
  }
}
.wrapper-loading {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}
.wrapper-loading .loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  top: 300px;
}

/*
Custom error 
*/
.custom-error .error-wrapper {
  display: none;
}

.custom-error .has-error {
  position: relative;
}
.custom-error .has-error .error-wrapper {
  display: block;
}
.custom-error .has-error input.field-input,
.custom-error .has-error textarea.field-input,
.custom-error .has-error .select2-container--default .select2-selection--single,
.custom-error .has-error .select2-container--default .select2-selection--multiple,
.custom-error .has-error .border-input-type-file,
.custom-error .has-error .field-datepicker,
.custom-error .has-error .input-group-addon,
.custom-error .has-error .error {
  border: 1px solid red !important;
}
.custom-error .has-error .error-wrapper {
  position: absolute;
  color: red;
  right: 5px;
  bottom: 10px;
  cursor: pointer;
  display: block;
  z-index: 100;
}
.custom-error .has-error .error-wrapper span {
  display: none !important;
  position: absolute;
}
.custom-error .has-error .error-wrapper:hover span {
  display: block !important;
  background-color: rgba(243, 25, 25, 0.8);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  white-space: nowrap;
}
.custom-error .has-error .error-wrapper:hover span.right {
  right: 0;
}

.custom-error .has-error.tooltip-right span.tooltiptext {
  right: 0;
}

@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #337ab7, 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.5), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.7), 1.8em -1.8em 0 0em #337AB7, 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.5), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.7), 2.5em 0em 0 0em #337AB7, 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.5), 2.5em 0em 0 0em rgba(51, 122, 183, 0.7), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.5), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.7), 0em 2.5em 0 0em #337AB7, -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.5), 0em 2.5em 0 0em rgba(51, 122, 183, 0.7), -1.8em 1.8em 0 0em #337AB7, -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.5), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.7), -2.6em 0em 0 0em #337AB7, -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.5), -2.6em 0em 0 0em rgba(51, 122, 183, 0.7), -1.8em -1.8em 0 0em #337AB7;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #337AB7, 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.5), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.7), 1.8em -1.8em 0 0em #337AB7, 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.5), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.7), 2.5em 0em 0 0em #337AB7, 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.5), 2.5em 0em 0 0em rgba(51, 122, 183, 0.7), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.5), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.7), 0em 2.5em 0 0em #337AB7, -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.5), 0em 2.5em 0 0em rgba(51, 122, 183, 0.7), -1.8em 1.8em 0 0em #337AB7, -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.5), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.7), -2.6em 0em 0 0em #337AB7, -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.5), -2.6em 0em 0 0em rgba(51, 122, 183, 0.7), -1.8em -1.8em 0 0em #337AB7;
  }
}

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