@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-next-blog:before {
    content: "\e900";
    color: #007bff;
}

.icon-prev-blog:before {
    content: "\e901";
    color: #007bff;
}

.icon-i-book:before {
  content: "\e902";
}

.icon-i-note-plus:before {
  content: "\e903";
  color: #fff;
}

.icon-i-note:before {
  content: "\e904";
}

.icon-i-pay:before {
  content: "\e905";
  color: #fff;
}

.icon-i-wallet:before {
  content: "\e906";
  color: #fff;
}

.icon-process-3:before {
  content: "\e907";
  color: #fff;
}

.icon-process-4:before {
  content: "\e908";
  color: #fff;
}

body {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 13px;
  }
}

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

.content {
  overflow: hidden;
}

a {
  color: #000000;
}

a:hover {
  color: #123D69;
  text-decoration: none;
  font-weight: bold;
}

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

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.box-img {
  position: relative;
  z-index: 5;
}

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

.pt-25 {
  padding-top: 20px;
}

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

.padding-bottom {
  padding-bottom: 60px;
}

.pb-main {
  padding-bottom: 40px;
}

.mg-main {
  margin-top: 50px;
}

.rs-pl {
  padding-left: 0 !important;
}

.rs-pr {
  padding-right: 0 !important;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  bottom: 0;
  z-index: 101;
}

.owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i {
  color: #fff;
  font-size: 25px;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
}

.box-desktop {
  display: block !important;
}

.box-mobile {
  display: none !important;
}

button:focus {
  outline: none;
}

:focus {
  outline: none;
}

@media (max-width: 767px) {
  .box-desktop {
    display: none !important;
  }

  .box-mobile {
    display: block !important;
  }
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.hidden-xs {
  display: block;
}

.hidden {
  display: none;
}

.slick-slide {
  padding: 0 10px;
}

.mobile-menu-btn {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 26px;
  position: absolute;
  top: 5px;
  right: 15px;
  display: flex;
}

.mobile-menu-btn span:not(:last-child) {
  margin-bottom: 5px;
}

.mobile-menu-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #004723;
}

.m-menu__title .m-menu-close {
  padding: 0;
  font-size: 30px;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 22px;
  text-decoration: none;
  color: #000;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 9px;
}

.y-mobile-menu.show {
  right: 0;
}

.show {
  display: block !important;
}

.y-mobile-menu {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  transition: 0.2s;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1001;
}

.m-menu__title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  /* background: #c8c8c8; */
}

.y-mobile-menu ul {
  margin: 0;
  padding-left: 0;
}

.y-mobile-menu li {
  position: relative;
  list-style-type: none;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}

.y-mobile-menu li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  transition: 0.2s;
  line-height: 1.3;
  font-weight: 500;
  font-size: 18px;
}

.y-mobile-menu li.has-submenu a {
  padding-right: 35px;
}

.has-submenu > a {
  position: relative;
}

.y-mobile-menu li > a:before {
  content: "";
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}

.has-submenu > a .btn-toggle-sub {
  width: 40px;
  height: 42px;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  z-index: 2;
}

.has-submenu > a .btn-toggle-sub:before {
  content: "\f067";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  font-size: 18px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.has-submenu.opened > a .btn-toggle-sub:before {
  content: "\f2d1";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.drop-down a {
  display: block;
  padding: 20px 0;
}

.drop-down .sub-menu-custom {
  position: absolute;
  top: 100%;
  width: 200px;
  background-color: #eeeeee;
  z-index: 100;
  display: none;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.drop-down .sub-menu-custom li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.drop-down .sub-menu-custom li a {
  color: #333;
  text-align: left;
  display: block;
  padding: 15px 10px;
}

.drop-down .sub-menu-custom li a:hover {
  background: #123D69;
  color: #fff;
}

.y-box-img, .function-section .list-function .item-function .img-function {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 64%;
  overflow: hidden;
}

.y-box-img img, .function-section .list-function .item-function .img-function img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.y-box-zoom {
  transition: all 1s;
  width: 100%;
  height: 100%;
  position: absolute;
}

.y-box-zoom:hover {
  transform: scale(1.2);
}

.box-img-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cta-fixed-mobile {
  display: none;
}

/* Animation */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-200px);
    -moz-transform: translatex(-200px);
    -o-transform: translatex(-200px);
    transform: translatex(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(-70px);
    -moz-transform: translatex(-70px);
    -o-transform: translatex(-70px);
    transform: translatex(-70px);
  }
}
.active .in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.active .in-left:nth-child(1) {
  animation-delay: 0.5s;
}

.active .in-left:nth-child(2) {
  animation-delay: 1s;
}

.active .in-left:nth-child(3) {
  animation-delay: 1.5s;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-1000px);
    -moz-transform: translatey(-1000px);
    -o-transform: translatey(-1000px);
    transform: translatey(-1000px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
.active .in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translatey(1000px);
    -moz-transform: translatey(1000px);
    -o-transform: translatey(1000px);
    transform: translatey(1000px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
.active .in-up {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(1000px);
    -moz-transform: translatex(1000px);
    -o-transform: translatex(1000px);
    transform: translatex(1000px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
.active .in-right {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

/* breadcrum */
.y-breadcrumb {
  padding: 10px 0 0;
  list-style: none;
  background: #fff;
}

.y-breadcrumb ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
}

.y-breadcrumb ul:after {
  content: "";
  border-bottom: 1px solid #e2e2e2;
  background: #e2e2e2;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.y-breadcrumb li {
  display: inline;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}

.y-breadcrumb li .active {
  color: #241e20;
}

.y-breadcrumb li + li:before {
  color: #828282;
  padding: 0px 10px;
  content: ">";
  font-size: 12px;
}

.y-breadcrumb li a {
  color: #828282;
  text-decoration: none;
}

.y-breadcrumb li a:hover {
  color: #004723;
}

/* Index */
header {
  background-color: #fff;
  top: -142px;
}
header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.6s;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
  z-index: 99;
}
header.fixed .box-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-main {
  position: relative;
}

.navbar-main .box-logo a {
  font-size: 20px;
  text-transform: uppercase;
  color: #004723;
  display: block;
  font-weight: bold;
}

.navbar-main .list-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.navbar-main .list-menu li {
  font-family: 'myriadpro-normal';
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.navbar-main .list-menu li.active > a {
  color: #123D69;
  position: relative;
  padding: 10px 0;
}

.navbar-main .list-menu li.active > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #123D69;
  height: 3px;
  width: 100%;
}

.navbar-main .list-contact {
  flex-basis: 24%;
}

.navbar-main .list-contact ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.list-contact ul li a {
  font-size: 12px;
}

.list-contact ul li a i {
  font-size: 16px;
}

.navbar-main .list-contact .list-about li:not(:last-child) {
  padding-right: 20px;
}

.navbar-main .list-contact .list-about li a img {
  padding-right: 5px;
}

.navbar-main .list-contact .list-info {
  padding-top: 10px;
}

.list-menu li a .i-search {
  display: none;
  color: #123D69;
}

.list-menu li a .i-close {
  display: none;
  color: #123D69;
}

.list-menu li a .active-search {
  display: block !important;
}

.navbar-main .list-menu .search-item {
  background: #F2F2F2;
  font-size: 18px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.navbar-main .list-contact .list-info li:not(:last-child) {
  margin-right: 10px;
}

.navbar-main .list-contact .list-info li a {
  display: flex;
}

.home-slide {
  position: relative;
}

.solution-slide {
  position: relative;
  padding-bottom: 40px;
}

.solution-slide .item-slide {
  display: flex;
  align-items: center;
}

.home-slide .item-slide, .solution-slide .item-slide {
  position: relative;
}

.home-slide .item-slide .box-title-slide {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: normal;
  z-index: 10;
}

.home-slide .item-slide .box-title-main {
  position: absolute;
  left: 15%;
  top: 30%;
  color: #fff;
  font-weight: normal;
  max-width: 413px;
}

.home-slide .item-slide .box-title-main p span {
  font-size: 26px;
  color: #FB7C00;
  padding-left: 5px;
}

.home-slide .item-slide .box-title-slide h3 {
  font-family: 'myriadpro-normal';
  font-size: 35px;
  line-height: 54px;
  text-align: center;
  color: #FFFFFF;
}

.home-slide .item-slide .box-title-slide span {
  font-family: 'myriadpro-normal';
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}

.home-slide .owl-nav .owl-prev,
.home-slide .owl-nav .owl-next,
.solution-slide .owl-nav .owl-prev,
.solution-slide .owl-nav .owl-next {
  background: #fff !important;
  left: unset;
  top: unset;
  width: 30px;
  height: 30px;
}

.home-slide .owl-nav .owl-prev, .home-slide .owl-nav .owl-next {
  background: transparent !important;
  bottom: 7%;
}

.home-slide .owl-nav .owl-prev {
  left: 45%;
  transform: translateX(-50%);
}
.home-slide .owl-nav .owl-next {
  right: 43%;
  transform: translateX(-50%);
}

.solution-slide .owl-nav .owl-prev {
  left: 44%;
  transform: translateX(-50%);
}
.solution-slide .owl-nav .owl-next {
  right: 41.5%;
  transform: translateX(-50%);
}

.home-slide .box-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.home-slide .owl-dots, .solution-slide .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home-slide .owl-dots {
  bottom: 8%;
}

.solution-slide .owl-dots {
  bottom: 8px;
}

.home-slide .owl-dot, .solution-slide .owl-dot {
  width: 10px;
  height: 10px;
  background: #C4C4C4 !important;
  border-radius: 50%;
  margin: 0 8px;
}

.home-slide .owl-dot.active, .solution-slide .owl-dot.active {
  border: 1px solid #123D69;
  background: #123D69 !important;
}

.solution .solution-wrapper {
  position: absolute;
  right: 30%;
}

.solution-wrapper .solution-content {
  width: 100%;
  min-width: 600px;
  position: absolute;
  background: #F9F9F9;
  padding: 40px;
  text-align: left;
  left: 42%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.solution-content .title-content {
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  color: #123D69;
}

.solution-content .description-content {
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  color: #2E2E2E;
}

.solution .sub-title {
  max-width: 750px;
  margin: 0 auto;
  display: block;
}

.box-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.box-btn .btn-list-category, .box-btn .btn-detail {
  border: 1px solid #212539;
  box-sizing: border-box;
  border-radius: 25px;
  width: 240px;
  padding: 10px;
  margin: 10px 0;
}

.box-btn .btn-list-category a, .box-btn .btn-detail a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #212539;
  display: block;
}

.services {
  width: 100%;
  background: url("../images/services-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
}

.services .sub-title {
  font-size: 16px;
  padding-bottom: 35px;
}

.services .list-services {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.services .services-item {
  text-align: center;
  display: block;
  background: #fff;
  flex: 1;
  margin: 0 15px;
  padding: 20px;
  max-width: 400px;
}
.services .services-item:hover .box-desc {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}
.services .services-item:hover a {
  color: #123D69;
}
.services .services-item .box-desc {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  color: #000;
  font-weight: normal;
  margin-top: 10px;
  transition: all .4s;
}

.services .services-item a {
  display: block;
}

.services .services-item a .box-img {
  display: block;
}

.services .services-item a .box-title {
  max-width: 170px;
  margin: 0 auto;
  height: 60px;
}

.services .services-item a .box-title h3 {
  font-size: 18px;
  padding-top: 15px;
}

.video {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.video .box-video {
  position: relative;
  max-width: 1070px;
  margin: 0 auto;
}

.video .box-video::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

/* modal style */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

#modal-video.modal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

#modal-video.modal .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

#modal-video iframe {
  width: 100%;
  height: 98%;
  border: none;
}

#modal-video .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  background-color: #d7d7d7;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  opacity: 1;
}

#modal-video.modal {
  padding: 0 !important;
}

.btn-play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.btn-viewmore {
  display: block;
  color: #123D69;
  font-weight: bold;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #123D69;
  margin: 10px 0 0 0;
  padding: 5px 0px;
}

.blog-section {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.blog-section-custom {
  max-width: 100%;
}

.blog-section .box-img {
  position: relative;
}

.blog-section .box-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 6;
}

.blog-section .box-img img {
  margin: 0 auto;
}

.blog-section .box-blog-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.blog-section .box-blog-title .btn-viewmore {
  display: flex;
  align-items: center;
}

.box-blog-title .btn-viewmore span {
  padding-left: 5px;
  line-height: 22px;
  padding-top: 3px;
}

.blog-section h3 {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 44px;
  color: #000000;
}

.box-blogs {
  padding-left: 100px;
}

.blog-wrapper {
  max-width: 930px;
  margin: 0 auto;
}

.list-blogs {
  max-width: 550px;
  display: block;
  position: relative;
}

.list-blogs .blog-item {
  margin: 0 0 50px;
}

.list-blogs .blog-time {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #828282;
}

.list-blogs .blog-title {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  padding: 10px 0 20px;
}

.list-blogs .blog-title:hover {
  color: #123D69;
}

.list-blogs .blog-description {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
}

.customer-section {
  width: 100%;
  display: block;
  text-align: center;
}

.customer-section h3 {
  font-size: 40px;
  font-family: 'myriadpro-normal';
}

.customer-section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.partner-slide {
  display: block;
}
@media only screen and (max-width: 767px) {
  .partner-slide {
    display: flex;
    flex-wrap: wrap;
  }
}
.partner-slide .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .partner-slide .item {
    width: 50%;
    margin-bottom: 30px;
  }
}
.partner-slide .item a img {
  max-width: 130px;
}

.register {
  width: 100%;
  height: 151px;
  background: url("../images/register-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.register .register-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: #FFFFFF;
}

.register .register-description {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  padding-top: 8px;
}

.register .box-email {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.register .box-email input {
  width: 100%;
  height: 52px;
  border-radius: 25px;
  padding-left: 10px;
  outline: none;
  border: unset;
}

.register .box-email img {
  position: absolute;
  right: 5%;
  top: 25%;
}

footer p {
  margin: 0;
  padding: 0;
}

footer .text {
  padding-top: 10px;
}

.footer-main {
  width: 100%;
  display: block;
  position: relative;
  background: #F9F9F9;
  padding: 50px 0;
}

.footer-main .line-border {
  width: 100%;
  border: 1px solid #DCDCDC;
  margin-top: 60px;
}

.footer-main h3 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  font-family: 'myriadpro-bold';
}

.footer-main .footer-item {
  width: 100%;
}

.footer-main ul li {
  font-size: 16px;
  padding: 5px 0;
}

.footer-main .list-social {
  display: flex;
}

.footer-main .list-social li {
  margin: 0 5px;
}

.footer-main .list-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.footer-main .list-footer .footer-item {
  flex: calc(100%/3);
}

.footer-main .hotline {
  padding-top: 30px;
}

.footer-main .hotline-description {
  font-weight: bold;
}

.footer-main .list-hotline {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.footer-main .list-hotline li {
  flex: calc(100% /3);
}

.footer-main .list-hotline li:first-child {
  margin-left: 0;
}

.list-hotline li a {
  display: flex;
  align-items: center;
}

.list-hotline li a span {
  margin-left: 8px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 15px;
  background: #2E2E2E;
}

.footer-bottom p {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
}

/* About */
.breadcrumb {
  width: 100%;
  background: url("../images/bg-breadcrumb.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 269px;
  position: relative;
}

.breadcrumb::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.title-breadcrumb {
  font-weight: 500;
  font-size: 42px;
  line-height: 49px;
  color: #FFFFFF;
  position: relative;
  padding-top: 40px;
  padding-left: 100px;
  z-index: 5;
  text-transform: uppercase;
}

.title-breadcrumb:hover {
  color: #fff;
  font-weight: normal;
}

.title-breadcrumb::before {
  content: "";
  height: 3px;
  background: #fff;
  width: 41px;
  position: absolute;
  left: 12%;
  top: 25%;
}

.layer-breadcrumb {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.about-us {
  width: 100%;
  position: relative;
}

.about-us .y-text-editor {
  max-width: 850px;
  margin: 0 auto;
}

.blockquote {
  width: 100%;
  position: relative;
  background: url("../images/blockquote-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 292px;
}

.blockquote .text {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  top: 100px;
}

.blockquote .text .layer-blockquote {
  position: absolute;
  left: 0;
  top: -35px;
}

.mission {
  width: 100%;
  position: relative;
}

.mission h3 {
  padding-bottom: 30px;
}

.mission .mission-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-wrapper .list-mission {
  width: 60%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  z-index: 10;
}

.mission-wrapper .box-img {
  width: 100%;
  text-align: right;
}

.list-mission .box-right {
  padding-top: 60px;
}

.list-mission .mission-item {
  background: #F9F9F9;
  max-width: 300px;
  height: 180px;
  padding: 40px;
  margin: 0 30px 60px 0;
}
.list-mission .mission-item:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
.list-mission .mission-item:hover .title-mission {
  font-weight: bold;
}

.mission-item .title-mission {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 42px;
  color: #123D69;
  position: relative;
  max-width: 150px;
}

.mission-item .title-mission::after {
  content: "";
  position: absolute;
  bottom: 25%;
  left: 110%;
  height: 1px;
  background: #123D69;
  width: 58px;
}

.mission-item .text-mission {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #212539;
}

/* Blog */
.border-line {
  border-bottom: 1px solid #E0E0E0;
}

.nav-tabs, .faq-page .top-link {
  border-bottom: unset;
}

.nav-tabs li, .faq-page .top-link li {
  margin: 0 15px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}

.nav-tabs li a, .faq-page .top-link li a {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #2E2E2E;
}

.nav-tabs li.active a, .faq-page .top-link li.active a {
  color: #123D69;
}

.nav-tabs li.active::after, .faq-page .top-link li.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #123D69;
}

.pagination .page-item .page-link {
  background: #FAFAFA;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #828282;
  border: unset;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-item .page-link:hover, .pagination .page-item.active .page-link {
  color: #fff;
  background: #123D69;
}

.box-btn-blogs .page-link:hover span::before {
  color: #fff;
}

.box-btn-blogs .page-link:hover {
  background: #123D69;
}

.box-btn-blogs .page-link:hover .hover {
  display: block;
}

.box-btn-blogs .page-link {
  background: #F2F2F2;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Article */
.article {
  width: 100%;
  position: relative;
}

.article .article-overlay {
  background: #e3e3e3;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 269px;
  z-index: 1;
}

.article .article-overlay .box-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.article .article-wrapper {
  max-width: 854px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  height: 269px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.article .y-text-editor {
  max-width: 854px;
  margin: 35px auto 0;
  position: relative;
  z-index: 2;
}

.article .article-time {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #828282;
  padding-bottom: 15px;
}

.list-social {
  width: 100%;
  max-width: 854px !important;
  margin: 0 auto;
  position: relative;
}

.list-social .title-social {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #212539;
  text-transform: uppercase;
}

.list-social ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 20px;
}

.list-social ul::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 330px;
  height: 1px;
  background: #E2E2E2;
}

.list-social ul::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 330px;
  height: 1px;
  background: #E2E2E2;
}

.list-social ul li {
  width: 47px;
  height: 47px;
  border: 1px solid #F2F2F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

.visible {
  display: block !important;
}

.sub-menu {
  display: none;
  padding-left: 30px;
}

.service-prod {
  width: 100%;
  padding-top: 20px;
  border-bottom: 1px solid #E0E0E0;
}

.service-prod .services-item {
  text-align: left;
  max-width: 110px;
}

.service-prod .services-item .box-title h3 {
  font-size: 14px !important;
}

.tabs {
  width: 100%;
}

.tabs .line-border {
  border: 1px solid #DCDCDC;
}

.tabs .tab-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  border-bottom: 1px solid #E0E0E0;
}

.tabs .tab-links li {
  flex-basis: 30%;
  max-width: 250px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs .tab-links li.active {
  background: #F2F2F2;
}

.tab-content {
  width: 100%;
  text-align: justify;
  margin: 30px auto;
}

.tab-content .tab {
  display: none;
}

.tab-content .tab h3 {
  text-align: center;
}

.tab-content .tab.active {
  display: block;
}

.tab-content .tab img {
  margin: 40px auto;
  display: block;
}

.text-viewmore {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.text-viewmore .overlay-article {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 120px;
  background: linear-gradient(0deg, #fff 32.29%, rgba(251, 251, 251, 0) 100%);
}

.more-text {
  overflow: unset;
  height: auto;
}

.section-tskt table {
  border: 1px solid #dedede;
  margin: 0 auto;
}

.section-tskt table tr:nth-child(2n+1) {
  background: #d6d6d6;
}

.section-tskt table tr {
  background: #eeeeee;
}

.section-tskt table tr td {
  text-align: left;
  border: 1px solid #dedede;
  padding: 10px;
  font-size: 14px;
}

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

.prod-title-main {
  text-align: center;
}

/* About */
.about-section {
  max-width: 950px;
  margin: 0 auto;
}

.company-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  width: 100%;
}

.company-info h3 {
  font-family: 'myriadpro-normal';
}

.company-info h3, .company-info ul {
  flex-basis: 50%;
}

.company-info ul li h3 {
  font-size: 16px;
  color: #004723;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'myriadpro';
}

.showroom-info ul li span, .company-info ul li span {
  width: 95px;
  display: inline-block;
  font-weight: bold;
}

.showroom-info ul li, .company-info ul li {
  margin-top: 10px;
}

.showroom-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  width: 100%;
}

.showroom-info h3 {
  font-family: 'myriadpro-normal';
}

.showroom-info h3, .showroom-info .info {
  flex-basis: 50%;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  width: 100%;
}

.contact-info .section-register-drive {
  flex-basis: 60%;
}

.contact-info .box-img {
  flex-basis: 40%;
}

.contact-info .box-img {
  display: flex;
  justify-content: flex-end;
  height: 570px;
  padding-top: 90px;
}

.list-customer .customer input {
  width: 100%;
  height: 46px;
  padding-left: 10px;
}

.list-customer .customer textarea {
  width: 100%;
  height: 126px;
}

.register-drive .btn-buy {
  background: #E9A541;
  border-radius: 5px;
  display: block;
  width: 30%;
  text-align: center;
  padding: 8px;
  font-weight: bold;
  margin: 15px 0;
}

.title-custom {
  padding-top: 10px;
  font-size: 16px;
  margin-bottom: 5px;
}

.title-main {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 42px;
  color: #2E2E2E;
}
@media only screen and (max-width: 991px) {
  .title-main {
    font-size: 30px;
  }
}

.text-white {
  color: #fff;
}

.sub-title {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #2E2E2E;
}

.search-box .input-bar input {
  width: 100%;
  height: 40px;
  border: unset;
  padding-right: 40px;
}

.search-box .input-bar.active-wts {
  width: 400px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.search-box .input-bar {
  position: absolute;
  z-index: 999;
  right: 0;
  display: block;
  width: 0px;
  transition: all 0.5s ease;
  border: 1px solid #bbb;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  top: 20px;
  padding-left: 10px;
}

.search-box {
  position: relative;
}

.search-box .input-bar .search-icon {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.search-box .input-bar .search-icon a {
  height: 100%;
  display: flex;
  align-items: center;
}

.m-form-search {
  display: none;
  position: relative;
  margin-top: 15px;
}

.m-form-search .input-search {
  width: 100%;
  height: 36px;
  padding: 5px 10px;
  border: 0;
  background: #F2F2F2;
  font-style: italic;
  font-size: 12px;
}

.m-form-search .btn-search {
  position: relative;
  /* top: 0; */
  /* left: 0; */
  width: 40px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 18px;
  background: #F2F2F2;
}

.m-form-search .btn-search i {
  color: #004723;
}

.paginationk {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-size: .875rem;
}

.paginationk.between {
  justify-content: flex-end;
}

.paginationk .text {
  margin-bottom: .5rem;
  color: #888;
}

.paginationk.between .pages {
  display: flex;
  align-items: center;
}

.paginationk.between .pages {
  display: flex;
  align-items: center;
}

.paginationk-list {
  display: flex;
  flex-wrap: wrap;
}

.paginationk-list li {
  margin-right: .375rem;
}

.paginationk-list .item:not(:last-child) {
  margin-right: .375rem;
}

.paginationk-list li a {
  display: flex;
  height: 2rem;
  width: 2rem;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #222426;
  font-size: .875rem;
  line-height: 1;
}

.paginationk-list .item:not(.dots) .link {
  display: flex;
  height: 2rem;
  width: 2rem;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #004723;
  font-size: .875rem;
  line-height: 1;
  border-radius: 4px;
}

.paginationk-list .item:not(.dots).active .link, .paginationk-list .item:not(.dots):hover .link {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #0683F9;
  border: unset;
}

.product-article {
  margin-top: 20px;
}

.product-article p {
  font-size: 15px;
}

/* Blog */
.blog-article {
  max-width: 700px;
}

/* Article */
.section-article h2 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
}

.section-article .blog-sub {
  display: block;
  margin: 25px 0 10px;
  font-size: 12px;
}

.section-article .blog-sub span {
  opacity: 0.6;
}

.section-article .article-item {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.section-article .list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  width: auto;
}

.section-article .list-social ul {
  display: flex;
}

.section-article .list-social ul li {
  font-size: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0;
}

.section-article .article-item .btn-return {
  color: #0a0a0a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-article .article-item .btn-return i {
  font-size: 30px;
  padding-right: 5px;
}

.article-tags {
  position: relative;
  width: 100%;
}

.article-tags .tag-title {
  display: inline-block;
}

.article-tags ul {
  display: flex;
}

.article-tags ul li {
  background: #F2F2F2;
  border-radius: 3px;
  margin: 5px 6px 15px;
}

.article-tags ul li:first-child {
  margin-left: 0;
}

.article-tags ul li a {
  display: block;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  color: #828282;
}

/* About */
.y-text-editor {
  width: 100%;
}

.y-text-editor h3 {
  font-size: 32px;
  font-family: 'myriadpro-normal';
  color: #000;
  padding-bottom: 20px;
}

.y-text-editor p {
  font-size: 16px;
  text-align: justify;
  color: #000;
}

.y-text-editor ul {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}

.y-text-editor .box-img {
  padding: 40px 0;
}

/* Register */
.register-section {
  width: 100%;
  position: relative;
}

.register-section h3 {
  text-align: center;
}

.register-section .box-img {
  text-align: center;
}

.register-section .btn-fb {
  background: #3B5999;
  color: #fff;
  width: 70%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 20px;
}

.register-section .btn-fb i {
  padding-right: 5px;
}

.register-section .btn-google {
  background: #EB412E;
  color: #fff;
  width: 70%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.register-section .btn-google i {
  padding-right: 5px;
}

.register-section .account {
  margin: 20px auto 0;
  font-size: 16px;
  text-align: center;
}

.register-section .account a {
  font-weight: bold;
  color: #2d9cdb;
  text-decoration: underline;
}

.register-section .box-customer .list-customer .customer input {
  border: 1px solid #E0E0E0;
  background: transparent;
}

.register-drive .btn-register {
  width: 100%;
  background: #004723;
  margin: 34px 0;
  color: #fff;
}

.register-section .btn-fb:hover, .register-section .btn-google:hover, .register-drive .btn-register:hover {
  background: #d3d3d3;
  color: #004723;
}

.box-customer .btn-change {
  font-weight: bold;
  color: #2d9cdb;
  text-decoration: underline;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* Contact */
.contact .title-main {
  padding-bottom: 15px;
}

.contact-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-form .contact-item {
  flex: calc(100% / 2 - 30px);
  margin: 15px 30px 15px 0px;
}

.contact-form .contact-item:nth-child(5) {
  flex: 100%;
}

.contact-form label {
  display: block;
  margin-bottom: 10px;
}

.contact-form input {
  width: 100%;
  display: block;
  border: unset;
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 10px;
}

.contact-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C2C2C2;
  opacity: 1;
  /* Firefox */
}

.contact-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C2C2C2;
}

.contact-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #C2C2C2;
}

.contact-form .contact-item:nth-child(5) input {
  padding-bottom: 25px;
}

.contact-form .btn-submit-form {
  background: #123D69;
  margin-right: auto;
  margin-top: 20px;
  border-radius: 30px;
}
.contact-form .btn-submit-form .btn-animate {
  background-color: #123D69;
  border-color: #123D69;
  padding: 10px 50px;
  border-radius: 30px;
  width: 100%;
}
.contact-form .btn-submit-form .btn-animate .laziweb-alo-ph-circle {
  border-color: #123D69;
}

.btn-animate .laziweb-alo-ph-circle {
  width: 130%;
  border-radius: 40px;
  height: 150%;
  top: -24%;
  left: -15%;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-animate {
  position: relative;
}

.btn-animate .laziweb-alo-ph-circle {
  width: 130%;
  border-radius: 40px;
  height: 150%;
  top: -24%;
  left: -15%;
}

.laziweb-alo-ph-circle {
  width: 90px;
  height: 90px;
}

.laziweb-alo-ph-circle {
  width: 125px;
  height: 125px;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: #123D69;
  opacity: .5;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.contact .address {
  padding: 10px 0;
}

.contact .list-contact {
  width: 100%;
  position: relative;
}

.contact .list-contact li {
  padding: 10px 0;
}

.maps iframe {
  min-height: 665px;
}

.item-product {
  position: relative;
  display: flex;
  align-items: center;
}

.margin-section {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .margin-section {
    margin-bottom: 40px;
  }
}

.product-page {
  margin-top: -100px;
}
@media only screen and (max-width: 1190px) {
  .product-page {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .product-page {
    margin-top: 0;
  }
}
.product-page .list-product .item-product {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .product-page .list-product .item-product {
    margin-bottom: 40px;
  }
}
.product-page .video {
  position: relative;
  padding-bottom: 43.65%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
.product-page .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .item-product {
    flex-wrap: wrap;
  }
}
.item-product.content-left {
  flex-direction: row-reverse;
}
.item-product.content-left .box-img {
  margin-left: -100px;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .item-product.content-left .box-img {
    margin-left: 0;
  }
}
.item-product.content-left .info-prod {
  padding: 30px 100px 50px 30px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .item-product.content-left .info-prod {
    padding: 120px 20px 30px 20px;
    text-align: left;
  }
}
.item-product:hover .box-img img {
  transform: scale(1.05);
}
.item-product .box-img {
  margin-right: -90px;
  padding: 17px 0;
}
@media only screen and (max-width: 767px) {
  .item-product .box-img {
    margin: 0 0 -120px;
    padding: 0 38px;
  }
}
.item-product .box-img img {
  transition: all .5s;
}
.item-product .info-prod {
  padding: 30px 30px 50px 100px;
  background-color: #F9F9F9;
  max-width: 767px;
  color: #000;
  font-weight: initial;
}
@media only screen and (max-width: 767px) {
  .item-product .info-prod {
    padding: 120px 20px 30px 20px;
  }
}
.item-product .info-prod .name-prod {
  font-size: 26px;
  margin-bottom: 10px;
  color: #123D69;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .item-product .info-prod .name-prod {
    font-size: 18px;
  }
}
.item-product .info-prod .desc-prod {
  font-size: 26px;
}
@media only screen and (max-width: 991px) {
  .item-product .info-prod .desc-prod {
    font-size: 20px;
  }
}

.product-page .title-main {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .product-page .title-main {
    margin-bottom: 25px;
  }
}
.product-page .detail-product {
  margin-top: -100px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .product-page .detail-product {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-page .detail-product {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .product-page .detail-product .box-img {
    margin-bottom: 20px;
  }
}
.product-page .detail-product .info-prod {
  width: 50%;
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .product-page .detail-product .info-prod {
    width: 100%;
  }
}
.product-page .detail-product .info-prod .name-prod {
  font-size: 38px;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .product-page .detail-product .info-prod .name-prod {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.product-page .detail-product .info-prod .desc-prod {
  color: #212539;
}
.product-page .video .desc-video {
  max-width: 750px;
  margin: 30px auto 0;
}

.function-section .list-function {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.function-section .list-function .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.function-section .list-function .owl-nav .owl-prev {
  left: -50px;
}
@media only screen and (max-width: 575px) {
  .function-section .list-function .owl-nav .owl-prev {
    left: 0;
  }
}
.function-section .list-function .owl-nav .owl-next {
  right: -50px;
}
@media only screen and (max-width: 575px) {
  .function-section .list-function .owl-nav .owl-next {
    right: 0;
  }
}
.function-section .list-function .item-function {
  background-color: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .function-section .list-function .item-function {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.function-section .list-function .item-function .img-function {
  padding-bottom: 95.585%;
}
@media only screen and (max-width: 767px) {
  .function-section .list-function .item-function .img-function {
    order: 1;
  }
}
.function-section .list-function .item-function .content-function {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
  max-width: 430px;
  min-height: 270px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .function-section .list-function .item-function .content-function {
    padding: 15px 0 20px;
    order: 2;
  }
}
.function-section .list-function .item-function .content-function .info-func {
  padding: 0 10px;
}
.function-section .list-function .item-function .content-function .info-func .icon-func {
  display: block;
  margin-bottom: 10px;
  font-size: 40px;
  flex-basis: 100%;
  text-align: center;
}
.function-section .list-function .item-function .content-function .info-func .icon-func:before {
  color: #000;
}
.function-section .list-function .item-function .content-function .info-func .name-func {
  margin-bottom: 10px;
  font-size: 22px;
  max-width: 290px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .function-section .list-function .item-function .content-function .info-func .name-func {
    font-size: 18px;
  }
}
.function-section .list-function .item-function .content-function .info-func .desc-func {
  max-width: 260px;
  margin: 0 auto;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
@media only screen and (max-width: 991px) {
  .function-section .list-function .item-function .content-function .info-func .desc-func {
    font-size: 14px;
  }
}
.function-section .list-function .item-function:hover {
  border: 1px solid #123D69;
}
.function-section .list-function .item-function:hover .info-func .desc-func {
  opacity: 1;
  visibility: visible;
}
.function-section .list-function .item-function:hover .content-function {
  background-color: #123D69;
  color: #fff;
}
.function-section .list-function .item-function:hover .content-function .icon-func:before {
  color: #fff !important;
}

.list-step {
  position: relative;
  padding-top: 25px;
}
.list-step::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 8px;
  height: calc(100% - 90px);
  background-color: #f2f2f2;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .list-step::before {
    left: 22px;
    right: initial;
  }
}
.list-step .item-step {
  position: relative;
  width: 50%;
  padding-right: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .list-step .item-step.step-left {
    width: 100%;
    padding-left: 70px;
    padding-right: 0;
  }
}
.list-step .item-step.step-left .info-step {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .list-step .item-step.step-left .info-step {
    text-align: left;
  }
}
.list-step .item-step.step-right {
  margin-left: auto;
  padding-left: 60px;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .list-step .item-step.step-right {
    width: 100%;
    padding-left: 70px;
  }
}
.list-step .item-step.step-right .info-step:before {
  left: -16px !important;
  right: initial;
  border-left: 18px solid transparent;
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .list-step .item-step.step-right .info-step:before {
    left: 55px;
  }
}
.list-step .item-step.step-right .icon-step {
  left: -26px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .list-step .item-step.step-right .icon-step {
    left: 0;
  }
}
.list-step .item-step:nth-child(1) .icon-step {
  background-color: #123D69;
}
.list-step .item-step:nth-child(2) .icon-step {
  background-color: #20B0EE;
}
.list-step .item-step:nth-child(2) .info-step .name-step {
  color: #20B0EE;
}
.list-step .item-step:nth-child(3) .icon-step {
  background-color: #9320EE;
}
.list-step .item-step:nth-child(3) .info-step .name-step {
  color: #9320EE;
}
.list-step .item-step:nth-child(4) .icon-step {
  background-color: #3DEE20;
}
.list-step .item-step:nth-child(4) .info-step .name-step {
  color: #3DEE20;
}
.list-step .item-step:nth-child(5) .icon-step {
  background-color: #2420EE;
}
.list-step .item-step:nth-child(5) .info-step .name-step {
  color: #2420EE;
}
.list-step .item-step .icon-step {
  display: flex;
  align-items: center;
  justify-self: center;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  position: absolute;
  top: -25px;
  right: -26px;
  box-shadow: 0 0 10px #8e8e8e;
}
@media only screen and (max-width: 767px) {
  .list-step .item-step .icon-step {
    left: 0;
    right: initial;
  }
}
.list-step .item-step .icon-step span {
  font-size: 32px;
  margin: 0 auto;
}
.list-step .item-step .icon-step span:before {
  color: #fff;
}
.list-step .item-step .info-step {
  position: relative;
  background-color: #f9f9f9;
  padding: 20px;
  cursor: pointer;
}
.list-step .item-step .info-step:hover {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.list-step .item-step .info-step:hover::before {
  border-top: 18px solid #fff;
}
.list-step .item-step .info-step:hover .detail-step {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}
.list-step .item-step .info-step:before {
  position: absolute;
  content: "";
  top: 0;
  right: -18px;
  border-top: 18px solid #f9f9f9;
  border-right: 18px solid transparent;
}
@media only screen and (max-width: 767px) {
  .list-step .item-step .info-step:before {
    left: -16px;
    right: initial;
    border-left: 18px solid transparent;
    border-right: 0;
  }
}
.list-step .item-step .info-step .name-step {
  color: #123D69;
  margin-bottom: 10px;
  font-weight: bold;
}
.list-step .item-step .info-step .detail-step {
  font-size: 14px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all .5s;
}

.images-section .list-images {
  display: flex;
  flex-wrap: wrap;
}
.images-section .list-images .item-image {
  padding: 1px;
}
.images-section .list-images .content-left {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .images-section .list-images .content-left {
    width: 100%;
  }
}
.images-section .list-images .content-left .item-image .y-box-img, .images-section .list-images .content-left .item-image .function-section .list-function .item-function .img-function, .function-section .list-function .item-function .images-section .list-images .content-left .item-image .img-function {
  padding-bottom: 71.03%;
}
.images-section .list-images .content-right {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .images-section .list-images .content-right {
    width: 100%;
  }
}
.images-section .list-images .content-right .item-image {
  width: 50%;
}
.images-section .list-images .content-right .item-image .y-box-img, .images-section .list-images .content-right .item-image .function-section .list-function .item-function .img-function, .function-section .list-function .item-function .images-section .list-images .content-right .item-image .img-function {
  padding-bottom: 71.03%;
}
.images-section .list-images .content-right .item-image .box-viewmore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url("../images/product/bg-viewmore.svg");
  color: #fff;
}
.images-section .list-images .content-right .item-image .box-viewmore span {
  text-align: center;
}
.images-section .list-images .content-right .item-image .box-viewmore .other-img {
  margin-bottom: 10px;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .images-section .list-images .content-right .item-image .box-viewmore .other-img {
    font-size: 18px;
  }
}
.images-section .list-images .content-right .item-image .box-viewmore a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 8px 20px;
}

.patient-section {
  background-color: #F9F9F9;
  padding: 50px 0;
}
.patient-section .patient-slider {
  display: flex;
  flex-wrap: wrap;
  max-width: 1198px;
  margin: 0 auto;
}
.patient-section .patient-slider .owl-item.active.center .item-patient::after {
  background: transparent;
}
.patient-section .patient-slider .owl-item.active.center .item-patient .name-patient {
  color: #fff;
}
.patient-section .patient-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.patient-section .patient-slider .owl-nav .owl-prev {
  left: -50px;
}
@media only screen and (max-width: 575px) {
  .patient-section .patient-slider .owl-nav .owl-prev {
    left: 0;
  }
}
.patient-section .patient-slider .owl-nav .owl-next {
  right: -50px;
}
@media only screen and (max-width: 575px) {
  .patient-section .patient-slider .owl-nav .owl-next {
    right: 0;
  }
}
.patient-section .patient-slider .item-patient {
  position: relative;
}
.patient-section .patient-slider .item-patient:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 767px) {
  .patient-section .patient-slider .item-patient:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #000000 100%);
  }
}
.patient-section .patient-slider .item-patient:hover .name-patient {
  color: #fff;
}
.patient-section .patient-slider .item-patient:hover:after {
  transition: all .4s;
  background: transparent;
}
.patient-section .patient-slider .item-patient .img-patient {
  height: 360px;
}
.patient-section .patient-slider .item-patient .img-patient img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .patient-section .patient-slider .item-patient .img-patient {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    height: auto;
  }
  .patient-section .patient-slider .item-patient .img-patient img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
    height: auto !important;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
.patient-section .patient-slider .item-patient .name-patient {
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  color: #fff;
  width: 100%;
  max-width: 351px;
  margin: 0 auto;
  padding: 0 30px 20px;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .patient-section .patient-slider .item-patient .name-patient {
    max-width: 300px;
    color: #fff;
  }
}

.light-gallery .item-hidden {
  display: none;
}

.faq-page .content-faq {
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .faq-page .content-faq {
    padding: 40px 0;
  }
}
.faq-page .content-faq .sticky-sidebar {
  display: flex;
  flex-wrap: wrap;
}
.faq-page .content-faq .sticky-sidebar .sidebar {
  width: 33%;
  height: max-content;
  will-change: min-height;
}
@media only screen and (max-width: 991px) {
  .faq-page .content-faq .sticky-sidebar .sidebar {
    width: 100%;
  }
}
.faq-page .content-faq .sticky-sidebar .content-sidebar {
  width: 67%;
}
@media only screen and (max-width: 991px) {
  .faq-page .content-faq .sticky-sidebar .content-sidebar {
    width: 100%;
  }
}
.faq-page .content-faq .sticky-sidebar .sidebar .sidebar__inner {
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
.faq-page .nav-tabs, .faq-page .top-link {
  padding-left: 0;
}
.faq-page .tab-content {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .faq-page .tab-left {
    margin-bottom: 30px;
  }
}
.faq-page .tab-left li {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 15px 20px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .faq-page .tab-left li {
    margin-left: 0;
  }
}
.faq-page .tab-left li.active, .faq-page .tab-left li:hover {
  background-color: #f9f9f9;
}
.faq-page .tab-left li.active:after, .faq-page .tab-left li:hover:after {
  display: none;
}
.faq-page .tab-left li.active a, .faq-page .tab-left li:hover a {
  font-weight: bold;
  color: #123D69;
}
.faq-page .tab-left li a {
  text-align: left;
}
.faq-page .title-faq {
  font-size: 32px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .faq-page .title-faq {
    font-size: 20px;
  }
}
.faq-page .faq-item {
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: all .5s;
}
.faq-page .faq-item:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
.faq-page .faq-item.active:after {
  transform: rotate(180deg);
}
.faq-page .faq-item:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 26px;
  transition: all 0.3s;
  width: 34px;
  height: 34px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-image: url("../images/icons/icon-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.faq-page .faq-item .faq-title {
  position: relative;
  padding: 30px 25px;
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  background-size: cover;
  border-radius: 5px;
  display: flex;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .faq-page .faq-item .faq-title {
    padding: 20px 15px;
  }
}
.faq-page .faq-item .faq-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.faq-page .faq-item .faq-title > img {
  position: relative;
  margin-right: 5px;
}
.faq-page .faq-item .faq-title span {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq-page .faq-item .faq-title span {
    font-size: 14px;
  }
}
.faq-page .faq-item .faq-content {
  padding: 15px 20px 40px;
  display: none;
  cursor: pointer;
}

/* CTA Phone Ring */
.laziweb-alo-phone {
  position: fixed;
  left: 15px;
  bottom: 15px;
  visibility: visible;
  background-color: transparent;
  width: 124px;
  height: 124px;
  cursor: pointer;
  z-index: 999 !important;
}

.laziweb-alo-ph-circle {
  width: 124px;
  height: 124px;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: #137cc0;
  opacity: .5;
}

.laziweb-alo-ph-circle-fill {
  width: 80px;
  height: 80px;
  top: 22px;
  left: 22px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: rgba(19, 124, 192, 0.5);
  opacity: .75 !important;
}

.laziweb-alo-ph-img-circle {
  width: 40px;
  height: 40px;
  top: 42px;
  left: 42px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url("../images/icons/phone-icon.png") no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #137cc0;
  background-size: cover;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
    20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
    50%,
    70%,
    90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
    60%,
    80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
    20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
    50%,
    70%,
    90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
    60%,
    80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

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