:root {
  --font-1: 'Monoton', cursive;
  --main-color: #0f75bd;
  --second-color: #00ace8;
  --hover-color: #f49037;
  --color-red: #ec2d3f;
  --color-medium-red: #cc2c32;
  --color-dark-red: #c31829;
  --color-green: #28a745;
  --color-dark-green: #207d36;
  --color-black: #212529;
  --color-gray: #6c757d;
}

body {
  font-size: 14px;
  font-family: 'Be Vietnam Pro', sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top
}

a,
input,
textarea {
  outline: none;
  padding: 0px;
}

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;
}

.wrap-main,
.wrap-content {
  max-width: 1230px;
  margin: 0px auto;
  padding: 0px 15px;
}

.wrap-home {
  max-width: 100%;
  padding: 0px;
}

.wrap-content {
  margin: auto;
}

.content-ck img {
  height: auto !important;
}

.effect-1 {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.effect-1:after {
  position: absolute;
  top: 0;
  left: -66%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

.effect-1:hover:after {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.effect-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}

.effect-2:before,
.effect-2:after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  z-index: 9;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  transform-origin: center;
}

.effect-2:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale3d(0, 1, 1);
}

.effect-2:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 0, 1);
}

.effect-2:hover {
  background: rgba(0, 0, 0, 0.45);
}

.effect-2:hover:before,
.effect-2:hover:after {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s;
}

.effect-2>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.effect-2:hover>img {
  opacity: 0.8;
}

.effect-3>img {
  transform: translateY(0px);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }

  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }

  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

.changelightmode img {
  filter: brightness(60%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.changelightmode:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.hover_xam {
  position: relative;
  overflow: hidden;
}

.hover_xam::before {
  content: "";
  background: rgba(255, 255, 255, .5);
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}

.hover_xam::after {
  content: "";
  background: rgba(255, 255, 255, .5);
  top: 0;
  right: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}

.hover_xam:hover::before,
.hover_xam:hover::after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-duration: 1.3s;
  -moz-transition-duration: 1.3s;
  -ms-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
  -khtml-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.alo-circle-effect {
  -webkit-animation: alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: alo-circle-img-anim 1s infinite ease-in-out;
  animation: alo-circle-img-anim 1s infinite 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%;
}

@-moz-keyframes alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@-o-keyframes alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

.ef-slide-down {
  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}

.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;
}

.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
  padding-top: 20px;
  position: relative;
  padding-bottom: 15px;
  background: url('../images/title_main-1.png')no-repeat bottom center;
}

.title-main span {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  color: #262626;
  font-weight: 600;
  font-size: 40px;
}

.title-main p {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 0;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  color: #cceefa;
  font-family: var(--font-1);
}

.title-main.tt_page,
.title-main.tt_page {
  margin-top: -25px;
  padding: 50px 15px 35px;
  background: url('../images/frame_title-1.png')no-repeat top center;
}

.title-main.tt_page span,
.title-main.tt_page span {
  line-height: 55px;
}

.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;
}

.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;
}

.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: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-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: .875rem !important;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

.header-top {
  position: relative;
  background-color: var(--main-color);
}

.header-top::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  width: calc((100% - 1200px)/2 + 250px);
  background-color: #ffffff;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

.header-top-left {
  padding: 10px 0;
  width: 64.75%;
  padding-left: 255px;
  background-color: var(--second-color);
  position: relative;
}

.header-top-left::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(50%);
  width: 71px;
  background: url('../images/tamgiac-1.png')no-repeat;
  background-size: 100% 100%;
}

.header-top-right {
  padding: 10px 0;
  width: 35.25%;
  padding-left: 75px;
}

.info-header {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: 300;
}

.info-header:hover {
  color: yellow;
}

.header-top-left .info-header.text-split {
  -webkit-line-clamp: 1;
}

.logo-menu {
  margin-top: -45px;
}

.menu {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

.mainMenu-ul.menu-fix {
  width: 100%;
  background-color: #fff;
  justify-content: center !important;
}

.menu ul {
  padding: 0px;
  margin-bottom: 0;
  list-style: none;
}

.menu ul li {
  position: relative;
  z-index: 1;
}

.menu ul li a {
  display: block;
  position: relative;
  line-height: 25px;
  font-size: 15px;
  color: #262626;
  padding: 10px 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none !important;
}

.menu ul li a.active,
.menu ul li:hover>a {
  color: var(--second-color);
}

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  background-color: #fafafa;
  border-radius: 0.25rem;
  -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  box-shadow: 1px 1px 15px rgb(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;
  transition: all .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;
  transition: all .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.active,
.menu ul li ul li:hover>a {
  color: var(--second-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;
}

.lang-header a {
  padding: 10px 7px !important;
  color: #999999 !important;
}

.lang-header a.active {
  color: var(--second-color) !important;
}

.menu-fix {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.menu.menu-fix .logo-menu {
  margin-top: 0;
}

.menu.menu-fix .logo-menu img {
  height: 85px;
}

.search {
  width: 140px;
  border-bottom: 1px solid #3f91ca;
}

.search p {
  float: left;
  width: 23px;
  height: 23px;
  line-height: 23px;
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: #ffffff;
  font-size: 16px;
}

.search input {
  width: calc(100% - 23px);
  height: 23px;
  float: left;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  font-size: 12px;
  font-weight: 300;
}

.search input::-webkit-input-placeholder {
  color: #dfedf6;
}

.search input:-moz-placeholder {
  color: #dfedf6;
}

.search input::-moz-placeholder {
  color: #dfedf6;
}

.search input:-ms-input-placeholder {
  color: #dfedf6;
}

.menu-res {
  display: none;
  height: 55px;
  z-index: 10;
  background: var(--main-color);
  position: relative;
  line-height: normal;
}

.menu-bar-res {
  height: 55px;
  padding: 0px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#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;
  transition-property: transform, top, bottom, left, opacity;
}

.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 {
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}

.mm-listitem__btn,
.mm-listitem:after {
  border-color: var(--second-color);
}

.mm-panel,
.mm-navbar {
  background: var(--main-color);
}

#menu,
.mm-navbar {
  border-color: var(--second-color);
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  text-transform: uppercase;
}

.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 p {
  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: 40px;
  text-align: center;
}

.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  /* line-height: 38px; */
  outline: none;
  border: none;
  color: var(--main-color);
}

.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;
}

.wrap-home {
  margin: 0;
}

.slideshow {
  position: relative;
}

.slideshow-item {
  display: block;
  cursor: pointer;
}

.slideshow:hover .control-slideshow {
  opacity: 1;
}

.control-slideshow {
  opacity: 0;
}

.slide-arrows {
  transform: translateY(-40%);
  position: absolute;
  top: 40%;
  left: -60px;
  z-index: 1;
  border: none;
  background: none;
  cursor: pointer;
}

.slide-arrows.ic-rights {
  left: unset;
  right: -60px;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 1;
  border: none;
  background: none;
  cursor: pointer;
}

.slide-arrow:focus {
  outline: none;
}

.slide-img {
  width: 100%;
  object-fit: cover;
}

.slide-arrow.ic-right {
  left: unset;
  right: -20px;
}

.breadCrumbs {
  background-color: #eee;
}

.breadCrumbs .wrap-content {
  padding: 0.75rem 15px;
}

.breadCrumbs .wrap-content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
  color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
  color: var(--color-gray);
}

.about {
  padding: 80px 0 43px;
}

.about_left {
  width: calc(64.25% - 20px);
}

.about_right {
  width: calc(35.75% - 20px);
  background: linear-gradient(to bottom, #0f76be, #0793d6, #00aae7);
  padding: 4px;
}

.about_right>div {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 25px 40px;
}

.title-about span {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  background: linear-gradient(to right, #0f76be, #00aae7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about .btn-seemore {
  margin-top: 15px;
}

.desc-about {
  font-size: 14px;
  color: #262626;
  font-weight: 300;
  line-height: 30px;
}

.box_list {
  margin-bottom: 23px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  overflow: overlay;
  padding-bottom: 10px;
  width: 100%;
}

.box_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.box_list::-webkit-scrollbar {
  height: 5px;
  background-color: #F5F5F5;
}

.box_list::-webkit-scrollbar-thumb {
  background-color: rgb(128, 128, 128);
}

.selecte-list {
  position: relative;
  cursor: pointer;
  margin-right: 45px;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
  color: #262626 !important;
  text-transform: uppercase;
}

.selecte-list:last-child {
  margin-right: 0;
}

.selecte-list::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  transition: all .7s;
  height: 5px;
  background: linear-gradient(to left, #0f76be, #00aae7);
}

.selecte-list.active::after,
.selecte-list:hover::after {
  width: 100%;
}

.wrap-product {
  padding: 40px 0 30px;
  overflow: hidden;
}

.intro-product {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto 25px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  color: #262626;
}

.slick-product {
  margin: 0 -11px;
}

.slick-product .slick-slide {
  margin: 0 11px;
}

.grid-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.wrap-list-page .grid-categories {
  grid-template-columns: repeat(3, 1fr)
}

.grid-products {
  display: grid;
  grid-gap: 0 22px;
  grid-template-columns: repeat(5, 1fr)
}

.grid-products .box-product {
  margin-bottom: 22px;
}

.info-product {
  text-align: center;
  padding-top: 13px;
}

.name-product {
  margin-bottom: 5px;
  font-size: 16px;
  color: #262626;
  text-transform: capitalize;
  font-weight: 700;
}

.name-product:hover {
  color: red;
}

.name-product.text-split {
  -webkit-line-clamp: 1;
}

.price-product {
  margin-bottom: 0px;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
}

.price-new {
  font-size: 15px;
  font-weight: 700;
  color: #00ace8;
}

.price-old {
  padding-left: 10px;
  font-size: 12px;
  color: var(--color-gray);
  text-decoration: line-through;
}

.box-category {
  position: relative;
  overflow: hidden;
}

.info-category {
  position: absolute;
  padding: 0 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3333335e;
  opacity: 0;
  transition: all 1s ease-out;
}

.box-category:hover .info-category {
  opacity: 1;
}

.name-category {
  margin-top: 40%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}

.wrap-list-page .name-category {
  font-size: 35px;
  margin-top: 50%;
}

.name-category:hover {
  color: #ececec;
}

.name-category.text-split {
  -webkit-line-clamp: 2;
}

.wrap-product .btn-seemore {
  margin-top: 20px;
}

.box_cat {
  padding: 0px 0 10px;
  margin: 0;
  white-space: nowrap;
  overflow-x: overlay;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.box_cat::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f582;
}

.box_cat::-webkit-scrollbar {
  height: 3px;
  background-color: #fefeefef;
}

.box_cat::-webkit-scrollbar-thumb {
  background-color: #979797;
}

.show_cat {
  margin-right: 40px;
  cursor: pointer;
}

.show_cat:last-child {
  margin-right: 0;
}

.show_cat p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  border-radius: 0 25px 25px 25px;
  padding: 15px 40px 15px 95px;
  background: linear-gradient(to left, #0f76be, #0793d6, #00aae7);
  max-width: 300px;
}

.show_cat p span.text-split {
  -webkit-line-clamp: 1;
}

.icon-list {
  margin-bottom: -40px;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  border: 3px solid var(--main-color);
  background-color: #ffffff;
  padding-top: 12px;
  text-align: center;
}

.show_cat.active p,
.show_cat:hover p {
  color: yellow;
}

.content-tabs-project {
  display: none;
}

.content-tabs-project.active {
  display: block;
}

.wrap-prolist {
  padding: 43px 0 40px;
  overflow: hidden;
}

.slick-product .slick-prev {
  position: absolute;
  z-index: 9;
  background: url("../images/arrow_prev-1.png") no-repeat !important;
  width: 21px;
  height: 42px;
  opacity: 10;
}

.slick-product .slick-prev:hover {
  opacity: 0.8;
}

.slick-product .slick-prev:before {
  content: "";
}

.slick-product .slick-next {
  position: absolute;
  z-index: 9;
  background: url("../images/arrow_next-1.png") no-repeat !important;
  width: 21px;
  height: 42px;
  opacity: 10;
}

.slick-product .slick-next:hover {
  opacity: 0.8;
}

.slick-product .slick-next:before {
  content: "";
}

.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.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.title-pro-detail {
  text-transform: capitalize;
  font-size: 20px;
  display: block;
  font-weight: 700;
}

.comment-pro-detail {
  display: flex;
  align-items: center;
  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: var(--color-red);
}

.price-old-pro-detail {
  font-weight: 500;
  color: var(--color-gray);
  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: flex;
  align-items: center;
  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 {
  background-color: #e9e9e9;
  border: none;
  height: 40px;
  overflow: overlay;
  position: relative;
  white-space: nowrap;
  display: flex;
  justify-content: start;
}

.tabs-pro-detail .nav-tabs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.tabs-pro-detail .nav-tabs::-webkit-scrollbar {
  height: 4px;
  background-color: #F5F5F5;
}

.tabs-pro-detail .nav-tabs::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}

.tabs-pro-detail .nav-tabs .nav-link {
  color: black;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: capitalize
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  background-color: var(--main-color);
  border: none;
  color: #ffffff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link {
  line-height: 40px;
  border: none
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none
}

#tabsProDetailContent {
  padding: 15px;
  border: 1px solid #ccc;
  border-top: 0
}

.slick-news {
  margin: 0 -10px;
}

.slick-news .slick-slide {
  margin: 0 10px;
}

.grid-news {
  display: grid;
  grid-gap: 0 20px;
  grid-template-columns: repeat(4, 1fr)
}

.grid-news .boxItem_news {
  margin-bottom: 20px;
  background-color: #ffffff;
}

.img_news_item a {
  border-radius: 5px;
  overflow: hidden;
}

.info_news_item {
  padding: 15px;
  border-bottom: 1px solid var(--main-color);
  border-radius: 0 0 5px 5px;
}

.name_news_item {
  text-transform: uppercase;
  line-height: 25px;
  height: 50px;
  margin-bottom: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

.name_news_item:hover {
  color: red;
}

.name_news_item.text-split,
.desc_news_item.text-split {
  -webkit-line-clamp: 2;
}

.desc_news_item {
  margin-bottom: 0;
  line-height: 25px;
  height: 50px;
  font-size: 14px;
  color: #333333;
}

.news {
  margin-bottom: 2rem;
}

.news-name {
  margin-bottom: 0.5rem;
}

.news-name a {
  color: #333;
  font-size: 16px;
}

.news-name a.text-split {
  -webkit-line-clamp: 2;
}

.news-name a:hover {
  color: var(--color-red);
}

.news-time {
  color: #84878a;
  margin-bottom: 0.25rem;
}

.news-desc {
  color: #333333;
  margin-top: 5px;
  line-height: 22px;
}

.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: var(--color-red);
}

.news-info {
  padding-left: 0;
}

.newsnb {
  padding: 39px 0 80px;
  overflow: hidden;
}

.newsnb .title-main {
  background: none;
}

.slick-newsnb {
  margin: 0 -12px;
}

.slick-newsnb .slick-slide {
  margin: 0 12px;
}

.slick-newsnb .slick-slide .item-newsnb {
  margin-bottom: 60px;
  margin-top: 0;
  transition: all .7s ease-in-out;
}

.slick-newsnb .slick-current+div .item-newsnb,
.slick-newsnb .slick-current+div+div+div .item-newsnb {
  margin-top: 60px;
  margin-bottom: 0;
}

.info-newsnb {
  padding: 15px 0 0;
}

.name-newsnb {
  line-height: 25px;
  height: 50px;
  font-size: 15px;
  color: #262626;
  font-weight: 500;
}

.name-newsnb.text-split {
  -webkit-line-clamp: 2;
}

.name-newsnb:hover {
  color: var(--color-red);
}

.more-newsnb {
  padding-left: 50px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  color: var(--second-color);
}

.more-newsnb:hover {
  color: var(--color-red);
}

.more-newsnb::after {
  position: absolute;
  content: '';
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 1px;
  background: linear-gradient(to left, #0f76be, #00aae7);
}

.newsnb-time {
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background: linear-gradient(to left, #0f76be, #00aae7);
  color: #ffffff;
}

.newsnb-time span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.newsnb-time p {
  font-size: 13px;
  font-weight: 300;
}

.newsnb .btn-seemore {
  margin-top: 15px;
}

.btn-seemore a {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 25px;
  padding: 10px 27px;
  color: #1a1a1a;
  border: 1px solid var(--main-color);
}

.btn-seemore a span {
  position: relative;
  z-index: 1;
}

.btn-seemore a::after {
  transition: all .7s;
  position: absolute;
  content: '';
  pointer-events: none;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 55px;
  background: linear-gradient(to left, #0f76be, #00aae7);
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.btn-seemore a:hover::after {
  width: 100%;
  clip-path: none;
}

.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;
}

#FormNewsletter {
  width: 100%;
  max-width: 500px;
}

.newsletter-input input,
.newsletter-input textarea {
  outline: none;
  border: none;
  border-radius: 25px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  -webkit-box-shadow: 0.5px 2px 7px 0px rgba(112, 112, 112, 0.75);
  -moz-box-shadow: 0.5px 2px 7px 0px rgba(90, 90, 90, 0.75);
  box-shadow: 0.5px 2px 7px 0px rgba(53, 53, 53, 0.75);
}

.newsletter-input input {
  height: 45px;
}

.newsletter-input textarea {
  height: 63px;
  resize: none;
}

.newsletter-input input::-webkit-input-placeholder,
.newsletter-input textarea::-webkit-input-placeholder {
  color: #666666;
}

.newsletter-button {
  position: absolute;
  top: 4px;
  right: 4px;
}

.btn-submit {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(to left, #0f76be, #00aae7);
  border: none;
  outline: none;
  width: 110px;
  height: 36px;
  border-radius: 25px;
}

.btn-submit:hover {
  background: linear-gradient(to right, #0f76be, #00aae7);
  color: yellow;
}

.wrap-partner {
  padding: 30px 0;
  overflow: hidden;
  background: linear-gradient(to left, #0f76be, #0791d3, #00aae7);
}

.partner-left {
  width: calc(14.25% - 20px);
}

.partner-right {
  width: calc(85.75% - 20px);
}

.slick-partner {
  margin: 0 -7px;
}

.slick-partner .slick-slide {
  margin: 0 7px;
}

.title-partner span {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

.slick-partner .slick-prev {
  position: absolute;
  z-index: 9;
  background: url("../images/arrow_slide-1.png") no-repeat !important;
  width: 30px;
  height: 30px;
  opacity: 10;
  left: -155px;
  top: 85%;
  transform: translateY(-50%) rotate(180deg);
}

.slick-partner .slick-prev:hover {
  background: url("../images/arrow_slide_active-1.png") no-repeat !important;
  transform: translateY(-50%);
}

.slick-partner .slick-prev:before {
  content: "";
}

.slick-partner .slick-next {
  position: absolute;
  z-index: 9;
  background: url("../images/arrow_slide-1.png") no-repeat !important;
  width: 30px;
  height: 30px;
  opacity: 10;
  right: unset;
  left: -120px;
  top: 85%;
}

.slick-partner .slick-next:hover {
  background: url("../images/arrow_slide_active-1.png") no-repeat !important;
  transform: translateY(-50%) rotate(180deg);
}

.slick-partner .slick-next:before {
  content: "";
}

.footer {
  overflow: hidden;
}

.article-left {
  width: 31.75%;
  padding-top: 50px;
  padding-right: 60px;
  border-right: 1px solid #e0e0e0;
}

.article-right {
  width: 68.25%;
}

.article-right-top {
  position: relative;
  padding: 45px 0 43px 50px;
  border-bottom: 1px solid #e0e0e0;
}

.article-right-top::after {
  position: absolute;
  content: '';
  pointer-events: none;
  width: 1366px;
  height: 1px;
  left: calc(100% - 1px);
  bottom: -1px;
  border-bottom: 1px solid #e0e0e0;
}

.article-right-bottom {
  padding: 40px 0 50px 50px;
}

.footer-title {
  position: relative;
  padding-bottom: 13px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #262626;
}

.footer-title::after {
  position: absolute;
  content: "";
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: linear-gradient(to left, #0f76be, #00aae7);
}

.footer-info {
  margin-top: 15px;
}

.footer-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer-ul li {
  margin-bottom: 15px;
}

.footer-ul li:last-child {
  margin-bottom: 0px;
}

.footer-ul li a {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 300;
}

.footer-ul li a:hover {
  text-decoration: none;
  color: var(--color-red);
}

.social-footer a {
  transition: all .7s;
  margin-right: 15px;
}

.social-footer a:last-child {
  margin-right: 0;
}

.social-footer a:hover {
  transform: rotate(360deg);
}

.social-footer a img {
  border-radius: 100%;
}

.boxFanpage {
  width: 340px;
}

.footer-powered {
  background: linear-gradient(to right, #0f76be, #00aae7);
}

.footer-powered .wrap-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-copyright {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

#footer-map {
  position: relative;
  height: 500px;
}

#footer-map iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}

.social-plugin {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
  margin-left: 3px;
}

.pagination-home {
  margin: 30px auto;
}

.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: .875rem;
}

.pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}

.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(--color-red);
  background-color: var(--color-red);
}

.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-1.png);
}

.pagination-ajax a.last:before {
  background-image: url(../images/page-last-1.png);
}

.pagination-ajax a.prev:before {
  background-image: url(../images/page-prev-1.png);
}

.pagination-ajax a.next:before {
  background-image: url(../images/page-next-1.png);
}

#popup .modal-body {
  padding: 0px;
}

.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

coccocgrammar {
  display: none;
}

.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;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.transition {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.scale-img:hover>img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.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;
}

@-moz-keyframes blink {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes blink {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.btn-frame i {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--main-color);
  position: relative;
  z-index: 1;
}

.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}

.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: .1;
  border-color: var(--main-color);
  opacity: .5;
}

.btn-frame .zoomIn {
  animation-name: zoomIn;
}

.btn-frame .animated {
  animation-duration: 1s;
  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;
  -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(7, 41, 103, 0.35);
  opacity: .4;
}

.btn-frame .pulse {
  animation-name: pulse;
}

.btn-zalo {
  bottom: 315px;
}

.btn-phone {
  bottom: 230px;
}

.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
  display: none !important
}

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px
}

.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999
}

.js-facebook-messenger-tooltip {
  display: none;
  position: fixed;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999
}

.js-facebook-messenger-box {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 150px;
  right: 17px;
  width: 56px;
  height: 56px;
  text-align: center;
  background: var(--main-color);
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
  transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
  width: 32px;
  height: 33px;
  position: absolute;
  top: 13px;
  left: 12px;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
  transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
  opacity: 0;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 19px;
  left: 19px;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000
}

.js-facebook-messenger-container {
  position: fixed;
  opacity: 0;
  transform: translateY(50px);
  bottom: 110px;
  right: 90px;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
  width: 220px
}

.js-facebook-messenger-top-header {
  color: #ffffff;
  background: var(--main-color)
}

.js-facebook-messenger-top-header {
  display: block;
  position: relative;
  width: 220px;
  background: var(--main-color);
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000
}

.js-facebook-messenger-top-header {
  color: #ffffff;
  background: var(--main-color)
}

.js-facebook-messenger-top-header {
  width: 220px
}

.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff
}

.js-facebook-messenger-container.open {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all
}

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
  opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
  transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
  opacity: 1
}

.fixbar {
  bottom: 0;
  display: block;
  background-color: var(--main-color);
  border-top: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  margin: 0;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 50px;
}

.fixbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 50px;
}

.fixbar ul li a span {
  text-transform: capitalize;
  font-size: 11px;
  line-height: 13px;
}

.fixbar ul li a i {
  font-size: 20px;
}

.fixbar ul li a span,
.fixbar ul li a i {
  color: #fff;
}

.fixbar ul li {
  width: 120px;
  text-align: center;
}

.box-hotline {
  position: relative;
}

.show-hotline {
  position: absolute;
  bottom: 100%;
  display: none;
}

.show-hotline a {
  margin-bottom: 10px;
  display: block;
  color: #fff;
  border-radius: 25px;
  background-color: var(--main-color);
  text-align: center;
  line-height: 35px;
  width: 180px;
  box-shadow: 0 1px 3px 0 rgba(66, 66, 66, 0.2), 0 3px 8px 0 rgba(43, 43, 43, 0.19);
}

.zalo-tabbar i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/zl-1.png)no-repeat;
  background-size: 100% 100%;
}

@media(max-width: 1200px) {
  .control-owl button.owl-next {
    right: 10px !important;
  }

  .control-owl button.owl-prev {
    left: 10px !important;
  }

  .menu,
  .btn-frame,
  .header-top {
    display: none !important;
  }

  .menu-res,
  .header-bottom {
    display: block !important;
  }

  .grid-products {
    grid-gap: 0 15px;
  }

  .grid-products .box-product {
    margin-bottom: 15px;
  }

  .name-product {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
  }

  .name-product.text-split {
    -webkit-line-clamp: 2;
  }

  .title-main.tt_page {
    background: none;
  }
}

@media(max-width: 1024px) {

  .grid-page,
  .grid-products {
    grid-template-columns: repeat(4, 1fr)
  }

  .slick-newsnb {
    margin: 0 -7.5px;
  }

  .slick-newsnb .slick-slide {
    margin: 0 7.5px;
  }
}

@media(max-width: 1001px) {
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 1em;
  }

  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media(max-width: 991px) {
  .footer-news {
    margin-bottom: 30px;
  }

  .about_left {
    width: 100%;
  }

  .about_right {
    width: 100%;
    margin-bottom: 25px;
  }

  .grid-categories {
    grid-template-columns: repeat(3, 1fr)
  }

  .partner-left,
  .article-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .partner-right,
  .article-right {
    width: 100%;
  }

  .article-left {
    border-right: 0;
    padding: 30px 0 0;
    margin-bottom: 20px;
  }

  .article-right-top,
  .article-right-bottom {
    padding: 0;
    border: 0;
  }

  .article-right-top {
    margin-bottom: 20px;
  }

  .social-footer {
    justify-content: start !important;
    margin-top: 25px;
  }
}

@media(max-width: 768px) {

  .footer-statistic,
  .footer-copyright {
    text-align: center;
  }
}

@media(max-width: 767px) {

  .about,
  .wrap-product,
  .wrap-prolist,
  .newsnb {
    padding: 30px 0;
  }

  .about_right>div {
    padding: 15px 10px;
  }

  .title-about span,
  .title-main span {
    font-size: 25px;
  }

  .title-main p {
    font-size: 30px;
    line-height: 35px;
  }

  .selecte-list {
    margin-right: 15px;
    font-size: 20px;
  }

  .grid-page,
  .grid-products {
    grid-template-columns: repeat(3, 1fr)
  }

  .show_cat {
    margin-right: 10px;
  }

  .show_cat p {
    font-size: 13px;
    padding: 5px 40px 5px 65px;
  }

  .icon-list {
    width: 60px;
    height: 60px;
    padding-top: 2px;
  }

  .box_cat {
    margin-bottom: 15px;
  }

  .wrap-list-page .grid-categories {
    grid-template-columns: repeat(2, 1fr)
  }

  .wrap-list-page .name-category {
    font-size: 25px;
    margin-top: 45%;
  }
}

@media(max-width: 600px) {
  .grid-categories {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width: 576px) {
  .news-image {
    margin-bottom: 1rem;
  }

  .news-info {
    padding-left: 15px;
  }
}

@media(max-width: 500px) {

  .grid-page,
  .grid-products {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width: 400px) {
  .wrap-list-page .name-category {
    font-size: 18px;
    margin-top: 40%;
  }
}

@media(max-width: 369px) {}

@media(max-width: 320px) {

  .grid-categories,
  .grid-products,
  .wrap-list-page .grid-categories {
    grid-template-columns: repeat(1, 1fr)
  }
}