@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UTMEdwardian";
  src: url("../fonts/UTMEdwardian.eot");
  src: url("../fonts/UTMEdwardian.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMEdwardian.woff2") format("woff2"), url("../fonts/UTMEdwardian.woff") format("woff"), url("../fonts/UTMEdwardian.ttf") format("truetype"), url("../fonts/UTMEdwardian.svg#UTMEdwardian") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UTMRockwell";
  src: url("../fonts/UTMRockwell.eot");
  src: url("../fonts/UTMRockwell.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMRockwell.woff2") format("woff2"), url("../fonts/UTMRockwell.woff") format("woff"), url("../fonts/UTMRockwell.ttf") format("truetype"), url("../fonts/UTMRockwell.svg#UTMRockwell") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UTMHelvetIns";
  src: url("../fonts/UTMHelvetIns.eot");
  src: url("../fonts/UTMHelvetIns.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMHelvetIns.woff2") format("woff2"), url("../fonts/UTMHelvetIns.woff") format("woff"), url("../fonts/UTMHelvetIns.ttf") format("truetype"), url("../fonts/UTMHelvetIns.svg#UTMHelvetIns") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/Muli-Regular.eot");
  src: url("../fonts/Muli-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Regular.woff2") format("woff2"), url("../fonts/Muli-Regular.woff") format("woff"), url("../fonts/Muli-Regular.ttf") format("truetype"), url("../fonts/Muli-Regular.svg#Muli-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/Muli-SemiBold.eot");
  src: url("../fonts/Muli-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-SemiBold.woff2") format("woff2"), url("../fonts/Muli-SemiBold.woff") format("woff"), url("../fonts/Muli-SemiBold.ttf") format("truetype"), url("../fonts/Muli-SemiBold.svg#Muli-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald-SemiBold";
  src: url("../fonts/Oswald-SemiBold.eot");
  src: url("../fonts/Oswald-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-SemiBold.woff2") format("woff2"), url("../fonts/Oswald-SemiBold.woff") format("woff"), url("../fonts/Oswald-SemiBold.ttf") format("truetype"), url("../fonts/Oswald-SemiBold.svg#Oswald-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BarlowCondensed-SemiBold";
  src: url("../fonts/BarlowCondensed-SemiBold.eot");
  src: url("../fonts/BarlowCondensed-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BarlowCondensed-SemiBold.woff2") format("woff2"), url("../fonts/BarlowCondensed-SemiBold.woff") format("woff"), url("../fonts/BarlowCondensed-SemiBold.ttf") format("truetype"), url("../fonts/BarlowCondensed-SemiBold.svg#BarlowCondensed-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Main */
:root {
  --main-color:#823905;
  --hover-color:#fed700;
}

body {
  font-family: Roboto-Regular;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}

.full {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

p,
h2,
h3,
h4 {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

input,
textarea, button {
  outline: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  width: 1230px;
}

/* @media screen and (min-width: 576px) {
  .wrapper {
    max-width: 570px;
  }
}

@media screen and (min-width: 767px) {
  .wrapper {
    max-width: 750px;
  }
}

@media screen and (min-width: 991px) {
  .wrapper {
    max-width: 1230px;
  }
} */

img:not([src]) {
  visibility: hidden;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

img.initial, img.loaded, img.error {
  opacity: 1;
}

img.img-full, img.img-responsive {
  width: 100%;
  height: auto;
}

/*menu*/
.block-menu {
  background: url(../images/bg-menu_03.png);
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.block-menu.sticky {
  position: fixed;
}

#fix {
  height: 45px;
}

/* @media screen and (max-width: 991px) {
  #fix {
    height: 50px;
  }
} */

.header_top {
  background: url(../images/bg-header.png) no-repeat;
  background-size: cover;
  padding: 8px 0;
}

.header__logo {
  -webkit-box-flex: 0;
          flex: 0 0 75px;
  -ms-flex: 0 0 75px;
  max-width: 75px;
}

.header__banner {
  -webkit-box-flex: 0;
          flex: 0 0 31.08333%;
  -ms-flex: 0 0 31.08333%;
  max-width: 31.08333%;
}

.header__banner p {
  font: 30px UTMEdwardian;
}

.header__hotline {
  background: url(../images/header_22.png) no-repeat left center;
  padding-left: 60px;
}

.header__hotline p {
  font: 22px UTMHelvetIns;
  color: #ed2029;
}

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

.menu .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu ul li {
  position: relative;
  z-index: 1;
}

.menu ul li a {
  display: block;
  position: relative;
  font-size: 13px;
  color: var(--main-color);
  padding: 12px 12px 11px 12px;
  text-decoration: none !important;
}

.primary-menu > li > a {
  white-space: nowrap;
  font: 18px BarlowCondensed-SemiBold !important;
  padding: 11.5px 30px !important;
  text-transform: uppercase;
  color: #fff !important;
}

.primary-menu > li > a:hover, .primary-menu > li > a.active {
  color: var(--hover-color) !important;
}

.menu ul li a.has-child {
  padding-right: 16px;
  margin-right: 8px;
}

.menu ul li a.has-child:after {
  content: "";
  position: absolute;
  bottom: calc(50% - 4px / 2);
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #fafafa;
  border-top: 0px;
  border-left: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  margin-top: -5px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #fafafa;
  border-radius: 0.25rem;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.menu ul li ul li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.menu ul li ul li a {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #313131;
  border-bottom: 1px solid #ececec;
}

.menu ul li ul li:last-child > a {
  border-bottom: 0px;
}

.menu ul li ul li a.has-child {
  margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
  border-color: #313131;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu ul li ul li a.active,
.menu ul li ul li:hover > a {
  color: var(--hover-color);
}

.menu ul li ul li:hover > a.has-child:after,
.menu ul li ul li a.active.has-child:after {
  border-color: var(--hover-color);
}

.menu ul li ul li a {
  padding: 10px 0px 9px 0px;
  text-transform: capitalize;
}

.menu ul li ul li ul {
  top: -0.75rem;
  left: 100%;
  margin-top: 0px;
}

/* Search Responsive */
.search-res {
  position: relative;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  font-size: 17px;
  margin: 0px;
}

.search-res .icon-search.active {
  color: var(--main-color);
  background: #ffffff;
  border-radius: 100%;
}

.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--main-color);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}

.search-res .search-grid button {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--main-color);
  line-height: 38px;
  text-align: center;
  background: #fff;
}

.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: #ed2029;
}

.search-res .search-grid input::-webkit-input-placeholder {
  color: #ccc;
}

.search-res .search-grid input:-moz-placeholder {
  color: #ccc;
}

.search-res .search-grid input::-moz-placeholder {
  color: #ccc;
}

.search-res .search-grid input:-ms-input-placeholder {
  color: #ccc;
}

/*header-mobile*/
#menu {
  display: none;
}

#hamburger {
  display: block;
  width: 45px;
  height: 23px;
  position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #ffffff;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}

.menu-m {
  background: var(--main-color);
}

/* @media screen and (max-width: 991px) {
  .menu-m {
    padding: 5px 0;
  }
} */

.menu-m-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-m-top {
  background: var(--main-color);
  color: #fff;
  padding: 10px;
}

.logo-mobile {
  max-width: 75px;
  margin: 0 auto;
}

.img-logo-mobile {
  position: relative;
}

.logo-m-top {
  padding: 10px 0;
}

/*header-mobile*/
/*slide*/
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 45px / 2);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.control-owl button:hover {
  opacity: 1;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
  height: calc(1em + 1.25rem + 8px);
}

.text-sm {
  font-size: 0.875rem !important;
}

/*slide*/
/* Breadcrumb */
.breadCrumbs {
  background-color: #eee;
}

.breadCrumbs .wrapper {
  padding: 0.75rem 15px;
}

.breadCrumbs .wrapper .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrapper .breadcrumb-item a {
  color: #212529;
}

.breadCrumbs .wrapper .breadcrumb-item.active a {
  color: #6c757d;
}

.choose_owl .owl-item + .owl-item {
  border-left: 1px solid #935b33;
}

.choose__itemowl {
  padding: 0 50px;
}

/* @media screen and (max-width: 991px) {
  .choose__itemowl {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .choose__itemowl {
    padding: 0 15px;
  }
} */

.choose__icon {
  -webkit-box-flex: 0;
          flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  max-width: 80px;
  background: #fff;
  border-radius: 50%;
}

.choose__icon img {
  -webkit-transition: .6s;
  transition: .6s;
}

.choose__info {
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 80px);
  -ms-flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding-left: 17px;
  color: #fff;
}

.choose__info h3 {
  font: 17px Roboto-Bold;
}

.choose__info p {
  font-style: italic;
}

.choose__info .text-split {
  -webkit-line-clamp: 2;
}

.why__in {
  background: var(--main-color);
  padding: 12px 0;
  border-radius: 5px;
}
/* 
@media screen and (max-width: 991px) {
  .why__in {
    padding: 10px 0;
  }
} */

.why_block {
  padding: 20px 0;
}

/* @media screen and (min-width: 991px) {
  .choose_box:hover img {
    -webkit-transform: rotateZ(35deg);
            transform: rotateZ(35deg);
  }
} */

.spec_block {
  padding: 40px 0 60px 0;
}

.index__itemslicks {
  padding: 0 11px;
}

/* @media screen and (max-width: 767px) {
  .index__itemslicks {
    padding: 0 5px;
  }
} */

.index_slick {
  margin: 0 -11px;
}

.index_slick .slick-slide > div:first-child {
  margin-bottom: 22px;
}

/* @media screen and (max-width: 767px) {
  .index_slick {
    margin: 0 -5px;
  }
  .index_slick .slick-slide > div:first-child {
    margin-bottom: 10px;
  }
} */

.index__more {
  background: var(--main-color);
  color: var(--hover-color);
  font: 15px Roboto-Bold;
  display: inline-block;
  padding: 15px 35px;
  -webkit-transition: .3s;
  transition: .3s;
}

.index__more:hover {
  color: #ed2029;
}

.list_block {
  padding: 50px 0;
}

.list_block:nth-child(odd) {
  background: #f7f7f7;
}

.project_block {
  padding: 60px 0;
}

.project__col {
  padding: 0 6.5px;
}

.project_row {
  margin: 0 -6.5px;
}

.project_box {
  margin-bottom: 13px;
}

.project_box h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: .6s;
  transition: .6s;
  color: #fff;
  font: 15px Roboto-Bold;
  -webkit-line-clamp: 2 !important;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding: 5px;
  background: rgba(0, 0, 0, 0.7);
}

.project_box:hover h3 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mb-14 {
  margin-bottom: 13px;
}

.news_block {
  background: #f7f7f7;
  padding: 45px 0;
}

.block-map iframe {
  display: block;
  width: 100%;
  height: 215px;
}

.footer_article {
  background: var(--main-color);
  color: #fff;
  padding: 60px 0;
}

.footer__info {
  -webkit-box-flex: 0;
          flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
  padding-right: 40px;
}

.footer__info h3 {
  font: 30px UTMHelvetIns;
  margin-bottom: 20px;
  color: var(--hover-color);
}

.footer__info .noidung {
  font-size: 15px;
}

.footer__info .noidung p {
  padding: 5px 0;
}

/* @media screen and (max-width: 991px) {
  .footer__info {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
} */

.footer__fb {
  -webkit-box-flex: 0;
          flex: 0 0 32.5%;
  -ms-flex: 0 0 32.5%;
  max-width: 32.5%;
  padding-right: 50px;
}

/* @media screen and (max-width: 991px) {
  .footer__fb {
    padding-right: 20px;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .footer__fb {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
} */

.footer__map {
  -webkit-box-flex: 0;
          flex: 0 0 27.5%;
  -ms-flex: 0 0 27.5%;
  max-width: 27.5%;
}

/* @media screen and (max-width: 991px) {
  .footer__map {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .footer__map {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
} */

.footer__title {
  font: 18px Roboto-Bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.footer__title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--hover-color)), to(transparent));
  background: linear-gradient(to right, var(--hover-color), transparent);
  width: 20%;
  height: 1px;
}

.footer_powered {
  background: #662d04;
  color: #fff;
  font-size: 13px;
  padding: 15px 0;
}

#show_popup {
  padding: 0 !important;
}

/* @media screen and (max-width: 991px) {
  #show_popup {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media screen and (max-width: 767px) {
  #show_popup {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media screen and (max-width: 576px) {
  #show_popup {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
} */

.wow {
  visibility: hidden;
}

.noidung iframe,
.noidung object {
  max-width: 100% !important;
}

.noidung table {
  width: 100%;
}

.noidung *:not(iframe):not(object) {
  max-width: 100% !important;
  height: auto !important;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

/* Scale IMG */
.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-scale img {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.hover-scale:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yt {
  position: relative;
  aspect-ratio: 139 / 106;
}

#player {
  display: block;
  aspect-ratio: 435 / 330;
  width: 100%;
  margin-bottom: 10px;
}

.item-video-addon {
  padding: 0 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.slick-video-addon {
  margin: 0 -5px;
}

.header-container {
  text-align: center;
  padding-bottom: 15px;
  background: url(../images/bg-headercontainer_03.png) no-repeat bottom center;
}

.header-container h2 {
  font: 36px BarlowCondensed-SemiBold;
  color: var(--main-color);
  text-transform: uppercase;
}

/* @media screen and (max-width: 767px) {
  .header-container h2 {
    font-size: 30px;
  }
} */

.cursor-pointer {
  cursor: pointer;
}

/* Transition All */
.transition {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* Button Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.btn-frame i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
}

.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}

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

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}

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

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

.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}

.btn-frame .pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

/* Zalo */
.btn-zalo {
  bottom: 315px;
}

/* Phone */
.btn-phone {
  bottom: 230px;
}

/**/
/* General */
.section-main {
  margin-top: 15px;
  margin-bottom: 25px;
}

.title-main {
  margin-bottom: 15px;
  text-align: center;
}

.title-main span {
  text-transform: uppercase;
  color: #ed2029;
  font-weight: 800;
  font-size: 23px;
}

.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}

.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}

.time-main span {
  vertical-align: top;
  display: inline-block;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll Top */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.modal-quickiew {
  max-width: 1000px !important;
}

.text-main {
  color: var(--main-color);
}

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

/* News */
.col-news {
  padding: 0 15px;
  margin-bottom: 30px;
}

/* @media screen and (max-width: 767px) {
  .col-news {
    padding: 0 5px;
    margin-bottom: 10px;
  }
} */

.row-news {
  margin: 20px -15px 0 -15px;
}

/* @media screen and (max-width: 767px) {
  .row-news {
    margin: 15px -5px 0 -5px;
  }
} */

.news_box {
  position: relative;
}

.news__info {
  padding-top: 25px;
}

/* @media screen and (max-width: 991px) {
  .news__info {
    padding-top: 15px;
  }
} */

.news__name {
  margin-bottom: 10px;
  color: #000;
  font: 16px Roboto-Bold;
}

.news__name a {
  color: inherit;
}

.news__name.text-split {
  -webkit-line-clamp: 2;
}

.news__detail {
  margin-top: 10px;
  font: 15px Muli-SemiBold;
  color: var(--main-color);
}

.news__detail:hover {
  color: var(--hover-color);
}

.news__dated {
  background: var(--hover-color);
  position: absolute;
  right: 20px;
  bottom: calc(100% - 10px);
  z-index: 9;
  font-family: Oswald-SemiBold;
  text-align: center;
  padding: 10px;
}

.news__dated p {
  font-size: 36px;
  margin-bottom: 8px;
}

.news__dated span {
  font-size: 24px;
  display: inline-block;
}

/* @media screen and (max-width: 991px) {
  .news__dated {
    display: none;
  }
} */

.news__desc {
  font: 15px Muli-Regular;
  color: #5c5c5c;
}

.news__desc.text-split {
  -webkit-line-clamp: 3;
}

.news_box:hover .news__name a {
  color: var(--hover-color);
}

.othernews b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: square;
}

.list-news-other li {
  margin-bottom: 2px;
}

.list-news-other li a {
  text-transform: none;
  color: #333333;
}

.list-news-other li a:hover {
  color: #ed2029;
}

/* Product */
.row-product {
  margin: 25px -11px 0 -11px;
}

/* @media screen and (max-width: 767px) {
  .row-product {
    margin: 20px -5px 0 -5px;
  }
} */

.col-product {
  padding: 0 11px;
  margin-bottom: 22px;
}

/* @media screen and (max-width: 767px) {
  .col-product {
    padding: 0 5px;
    margin-bottom: 10px;
  }
} */

.product_box {
  position: relative;
  border: 1px solid #d7d7d7;
  padding: 10px;
}

.product_box:hover .product__name a {
  color: var(--hover-color);
}

/* @media screen and (max-width: 767px) {
  .product_box {
    padding: 5px;
  }
} */

.product__info {
  position: relative;
}

.product__name {
  color: #000;
  font: 15px Roboto-Bold;
  text-align: center;
  line-height: 20px;
  height: 40px;
  margin: 15px 0;
}

.product__name a {
  color: inherit;
}

.product__name.text-split {
  -webkit-line-clamp: 2;
}

.product__detail a {
  display: inline-block;
  color: #fff;
  background: #ed2029;
  border-radius: 5px;
  font-family: Roboto-Bold;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 7px 10px;
}

.product__detail a:hover {
  background: var(--hover-color);
}

/* @media screen and (max-width: 767px) {
  .product__detail a {
    font-size: 12.5px;
    padding: 5px 7px;
  }
} */

.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* @media screen and (max-width: 991px) {
  .product__price {
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .product__price .price__pro_new {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 991px) {
  .product__price .price__pro_old {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
} */

.price__pro_new a,
.price__pro_new strong {
  color: #cc0000;
  font: 15px Roboto-Bold;
}

.price__pro_old del {
  color: #aaa;
  font-size: 13px;
}

.product__price .price__pro_new + .price__pro_old {
  margin-left: 7px;
}

/* @media screen and (max-width: 991px) {
  .product__price .price__pro_new + .price__pro_old {
    margin-left: 0;
  }
} */

.left-pro-detail {
  -webkit-box-flex: 0;
          flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 20px;
  padding-right: 7px;
}

/* @media screen and (max-width: 991px) {
  .left-pro-detail {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
} */

.right-pro-detail {
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 40%);
  -ms-flex: 0 0 calc(100% - 40%);
  max-width: calc(100% - 40%);
  margin-bottom: 20px;
  padding-left: 7px;
}

/* @media screen and (max-width: 991px) {
  .right-pro-detail {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }
} */

.tabs-pro-detail {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

.cart-product {
  margin-bottom: 0px;
}

.cart-product span {
  cursor: pointer;
  width: 49%;
  float: left;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 5px;
  border-radius: 3px;
}

.cart-add {
  margin-right: 2%;
  background-color: #ed2029;
}

.cart-add:hover {
  background-color: #c31829;
}

.cart-buy {
  background-color: #28a745;
}

.cart-buy:hover {
  background-color: #207d36;
}

/* Product Detail */
.grid-pro-detail {
  margin-bottom: 3rem;
}

.left-pro-detail {
  position: relative;
  text-align: center;
}

.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
  background-color: #ffffff;
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

.owl-pro-detail {
  padding: 0px 30px;
}

.control-pro-detail button {
  background-color: transparent;
  color: #222222;
  opacity: 1;
  width: 25px;
  font-size: 23px;
}

.control-pro-detail button:hover {
  opacity: 0.7;
}

.control-pro-detail button.owl-prev {
  left: 0px;
}

.control-pro-detail button.owl-next {
  right: 0px;
}

.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ffffff;
}

.thumb-pro-detail img {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-filter: brightness(100%) !important;
          filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.title-pro-detail {
  text-transform: capitalize;
  font-size: 20px;
  display: block;
  font-weight: 700;
}

.comment-pro-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}

.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #ed2029;
}

.price-old-pro-detail {
  font-weight: 500;
  color: #6c757d;
  text-decoration: line-through;
  padding-left: 10px;
}

.color-pro-detail {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 35px;
  height: 30px;
  margin: 0px 0px 3px 0px;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.size-pro-detail {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 3px 10px 4px 10px;
  display: inline-block;
  position: relative;
}

.size-pro-detail.active,
.color-pro-detail.active {
  border-color: #e5101d;
  color: #e5101d;
}

.size-pro-detail.active:after,
.color-pro-detail.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/check-cart.png);
}

.color-pro-detail input[type="radio"],
.size-pro-detail input[type="radio"] {
  display: none;
}

.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}

.quantity-pro-detail input {
  height: 30px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

.cart-pro-detail {
  margin-bottom: 1rem;
}

.cart-pro-detail a {
  font-size: 14px;
  color: #ffffff !important;
  text-transform: uppercase;
}

.tags-pro-detail a {
  float: left;
  font-size: 13px;
  padding-bottom: 0.375rem;
  margin: 0px 5px 5px 0px;
}

.tags-pro-detail a i {
  font-size: 11px;
  margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
  border-top-width: 3px;
  font-size: 13px;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-top-color: #555555;
}

/* Contact */
.contact-article {
  margin-bottom: 3rem;
}

.contact-input {
  position: relative;
  margin-bottom: 15px;
}

.contact-input textarea {
  resize: none;
  height: 150px;
}

.contact-input .custom-file-label::after {
  content: attr(title);
}

.contact-map {
  position: relative;
  height: 500px;
}

.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

/*video*/
.video-name {
  font: 14px Roboto-Bold;
  text-align: center;
  margin-top: 10px;
}

.video-name.text-split {
  -webkit-line-clamp: 2;
}

.col-video {
  padding: 10px;
  margin-bottom: 20px;
}

.video {
  cursor: pointer;
}

.youtube-logo {
  position: relative;
}

.youtube-logo::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  top: calc(50% - 50px / 2);
  left: calc(50% - 35px / 2);
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url(../images/play.png);
}

/*video*/
.col-photo {
  padding: 0 10px;
  margin-bottom: 20px;
}

.row-photo {
  margin: 20px -10px 0 -10px;
}

.share {
  padding: 17px 15px 10px 15px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}

.share b {
  display: block;
  margin-bottom: 5px;
}

/* Like Share */
.social-plugin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}

.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
  margin-left: 3px;
}

/* Paging */
.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: 0.875rem;
}

.pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}

/* Paging Ajax */
.pagination-ajax {
  text-align: center;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination-ajax a.first:before {
  background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
  background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
  background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
  background-image: url(../images/page-next.png);
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background: rgba(128, 128, 128, 0.15);
}

.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}

.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}

.box-readmore ul li a:hover {
  color: #767676;
}

/*tienich-phone*/
.support-online {
  margin-bottom: 30px;
}

.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
}

.support-online i,
.support-online img {
  width: 40px;
  height: 40px;
  background: var(--main-color);
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: var(--main-color);
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #fff;
  z-index: 999;
  top: 0;
  left: 40px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
  display: block;
}

.support-online a {
  display: block;
}

.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent var(--main-color) transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(130, 57, 5, 0.5);
  opacity: 0.75;
  right: -10px;
}

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(130, 57, 5, 0.4);
  opacity: 0.1;
  border-color: var(--main-color);
  opacity: 0.5;
}

.support-online .btn-support {
  cursor: pointer;
}

.phone_mobi {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 55px;
  line-height: 45px;
  color: #fff;
  z-index: 50;
  display: none;
  background: var(--main-color);
}

/* @media screen and (max-width: 991px) {
  .phone_mobi {
    display: block;
  }
} */

.phone_mobi ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.phone_mobi ul li {
  -webkit-box-flex: 0;
          flex: 0 0 100%/5;
  -ms-flex: 0 0 100%/5;
  max-width: 100%/5;
  width: 100%;
}

.phone_mobi ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-family: Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 1px;
  line-height: 2;
  height: 100%;
  border-left: 1px solid rgba(130, 57, 5, 0.2);
  padding-top: 3px;
}

.phone_mobi ul li a i {
  font-size: 19px;
}

.phone_mobi img {
  display: block;
  margin: 0 auto;
  height: 19px;
  max-width: 100%;
}

.icon-mxh {
  position: fixed;
  right: 15px;
  bottom: 110px;
  z-index: 999;
}

/* @media screen and (max-width: 991px) {
  .icon-mxh {
    display: none;
  }
} */

.icon-mxh a {
  display: block;
}

/* @media screen and (max-width: 991px) {
  #footer {
    padding-bottom: 55px;
  }
} */

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

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

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

@-webkit-keyframes customzoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

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

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

.vibration-icon {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes customfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes customfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes customfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes customfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes customfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes customfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes customfadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes customfadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes customfadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes customfadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes customfadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes customfadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.text-nhapnhay {
  -webkit-animation: my 700ms infinite;
  animation: my 700ms infinite;
}

@-webkit-keyframes my {
  0% {
    color: #ffc853;
  }
  50% {
    color: #f00;
  }
  100% {
    color: #ffc853;
  }
}

@keyframes my {
  0% {
    color: #ffc853;
  }
  50% {
    color: #f00;
  }
  100% {
    color: #ffc853;
  }
}

.rotate360 {
  -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

/* Blink */
.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=main.css.map */