@font-face {
  font-family: 'Roboto-Regular';
  font-display: block;
  src: url('../fonts/Roboto-Regular.woff');
}

@font-face {
  font-family: 'Roboto-Bold';
  font-display: block;
  src: url('../fonts/Roboto-Bold.woff');
}

@font-face {
  font-family: 'Roboto-Black';
  font-display: block;
  src: url('../fonts/Roboto-Black.woff');
}

@font-face {
  font-family: 'rb';
  font-display: block;
  src: url('../fonts/RobotoCondensed-Bold.woff');
}

@font-face {
  font-family: 'bb';
  font-display: block;
  src: url('../fonts/BarlowCondensed-Bold.woff');
}

@font-face {
  font-family: 'sa';
  font-display: block;
  src: url('../fonts/SVN-AvoBold.woff');
}

@font-face {
  font-family: 'ub';
  font-display: block;
  src: url('../fonts/utmbeautifulcaps.woff');
}

@font-face {
  font-family: 'roboto-r';
  src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
  font-family: 'roboto-b';
  src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
  font-family: 'roboto-bl';
  src: url('../fonts/Roboto-Black.ttf');
}

@font-face {
  font-family: 'saira-e';
  src: url('../fonts/Saira-ExtraBold.ttf');
}

@font-face {
  font-family: 'saira-m';
  src: url('../fonts/Saira-Medium.ttf');
}

@font-face {
  font-family: 'saira-r';
  src: url('../fonts/Saira-Regular.ttf');
}

@font-face {
  font-family: 'saira-c';
  src: url('../fonts/SairaCondensed-Bold.ttf');
}

@font-face {
  font-family: 'UTMAvo';
  src: url('../fonts/UTMAvo/UTMAvo.eot');
  src: url('../fonts/UTMAvo/UTMAvo.eot') format('embedded-opentype'), url('../fonts/UTMAvo/UTMAvo.woff2') format('woff2'), url('../fonts/UTMAvo/UTMAvo.woff') format('woff'), url('../fonts/UTMAvo/UTMAvo.ttf') format('truetype'), url('../fonts/UTMAvo/UTMAvo.svg#UTMAvo') format('svg');
}

@font-face {
  font-family: 'UTMAvoBold';
  src: url('../fonts/UTMAvoBold/UTMAvoBold.eot');
  src: url('../fonts/UTMAvoBold/UTMAvoBold.eot') format('embedded-opentype'), url('../fonts/UTMAvoBold/UTMAvoBold.woff2') format('woff2'), url('../fonts/UTMAvoBold/UTMAvoBold.woff') format('woff'), url('../fonts/UTMAvoBold/UTMAvoBold.ttf') format('truetype'), url('../fonts/UTMAvoBold/UTMAvoBold.svg#UTMAvoBold') format('svg');
}

@font-face {
  font-family: 'UTMAmericanSans';
  src: url('../fonts/EF_UTM_American Sans/UTMAmericanSans.eot');
  src: url('../fonts/EF_UTM_American Sans/UTMAmericanSans.eot') format('embedded-opentype'), url('../fonts/EF_UTM_American Sans/UTMAmericanSans.woff2') format('woff2'), url('../fonts/EF_UTM_American Sans/UTMAmericanSans.woff') format('woff'), url('../fonts/EF_UTM_American Sans/UTMAmericanSans.ttf') format('truetype'), url('../fonts/EF_UTM_American Sans/UTMAmericanSans.svg#UTMAmericanSans') format('svg');
}

@font-face {
  font-family: 'SFUDinEngAlt';
  src: url('../fonts/SFUDinEngAlt/SFUDinEngAlt.eot');
  src: url('../fonts/SFUDinEngAlt/SFUDinEngAlt.eot') format('embedded-opentype'), url('../fonts/SFUDinEngAlt/SFUDinEngAlt.woff2') format('woff2'), url('../fonts/SFUDinEngAlt/SFUDinEngAlt.woff') format('woff'), url('../fonts/SFUDinEngAlt/SFUDinEngAlt.ttf') format('truetype'), url('../fonts/SFUDinEngAlt/SFUDinEngAlt.svg#SFUDinEngAlt') format('svg');
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse-animation {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }

  10% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }

  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0;
  }
}

@keyframes border-animation {
  0% {
    transform: scale3d(0.6, 0.6, 0.6);
    opacity: 0;
  }

  20% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1;
  }

  100% {
    transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0;
  }
}

:root {
  --color-main: #2557ae;
  --color-social: #2557ae;
  --color-hover: #2557ae;
  --color-text: #2557ae;
}

@font-face {
  font-family: hel;
  src: url(../fonts/UTM\ HelvetIns.ttf);
}

@font-face {
  font-family: impac;
  src: url(../fonts/UTM\ Impact.ttf);
}

@font-face {
  font-family: svn;
  src: url(../fonts/SVN-Blenda\ Script.ttf);
}

body {
  font-size: 14px;
}

.max-width {
  width: 90%;
  max-width: 1300px;
  margin: 0px auto;
}

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


* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}


.txt_date_created {width: 100%;display: inline-block;vertical-align: top;color: #666;font-style: italic;margin-bottom: 15px;}
.txt_date_created span {display: inline-block;vertical-align: top;margin-right: 10px;font-size: 14px;}

.social-plugin {
  display: flex;
  margin-top: 10px;
}

.scale-img img {
  transform: scale(1, 1);
}

.scale-img:hover>img {
  transform: scale(1.1, 1.1);
}

.hover-img {
  position: relative;
  overflow: hidden;
  display: block;
}

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

div#header {
  position: relative;
  margin: auto;
  background: #004C32;
}

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

.hotline span {
  color: #FFFFFF;
  font-family: 'UTMAvo';
  font-size: 14px;
  text-transform: capitalize
}

.hotline p {
  background: linear-gradient(45deg, #EBAA2B, #FDE66F, #EBAA2B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'UTMAvoBold';
  font-size: 18px;
}

/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover>ul,
.scale-img img,
.scale-img:hover>img,
.support-online .kenit-alo-circle-fill {
  transition: 0.3s all;
}

/* mixin */

/*   Header   */
header {
  background: url(../images/bg-header.png) no-repeat center/cover;
}

header .top {
  background: #2557ae;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
}

header .top p {
  margin: 0px;
}

header .hotline-header {
  display: inline-block;
  padding-left: 80px;
  background-image: url(../images/hotline.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 10px 0px 10px 80px;
}

header .hotline-header p {
  margin-bottom: -2px;
  text-transform: capitalize;
  font-size: 15px;
  color: black;
}

header .hotline-header span {
  color: #f30000;
  font-size: 22px;
  display: block;
  font-family: impact;
}

.menu {
  top: 0;
  left: 0;
  right: 0;
  position: sticky;
  background: url(../images/bg_menu.webp) no-repeat center;
  margin: auto;
  width: 100%;
  background-size: cover;
  z-index: 1000;
  transition: 0.5s;
  line-height: 50px;
}

.menu .wrap-content {
  position: relative;
}

.fix_menu {
  position: fixed !important;
  box-shadow: 0 0 1px #999;
  background: #fff;
}

.menu ul {
  width: 100%;
  padding: 0px;
  margin: 0;
  list-style: none;
}

.menu ul.ulmn {
  position: relative;
}

.menu ul li {
  z-index: 99;
}

.menu ul.ulmn>li {
  flex: auto;
}

.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  flex: none;
}

.menu ul li a {
  font-size: 14px;
  color: #232323;
  margin: 0px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  display: block;
  line-height: 50px;
  font-weight: 600;
  font-family: Roboto-Bold;
}

.menu ul li a img {
  vertical-align: middle;
}

.menu ul li a.active,
.menu ul li:hover>a {
  color: red;
}

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  left: 0;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
  -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 {
  text-align: left;
  border-bottom: 1px solid rgb(173 173 173 / 32%);
}

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

.menu ul li ul li a {
  font-size: 14px;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
}

.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}

.menu ul li ul li a:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #5172fd;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  visibility: hidden;
  opacity: 0;
}

.menu ul li ul li a:hover:before,
.menu ul li ul li>a.active:before {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 30px;
}

.menu ul li ul li a:hover {
  padding-left: 40px;
}

a.cart-header {
  position: relative;
}

a.cart-header span {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 11px;
  width: 17px;
  height: 17px;
  text-align: center;
  border-radius: 50%;
}

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

.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;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
}

.title-main :is(h4, h1, span) {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 30px;
  display: block;
  margin-bottom: 0;
}

/* News */
.grid-tintuc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}

.news {
  display: block;
  margin-bottom: 20px;
  display: block;
}

.pic-news {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}

.pic-news img {
  width: 100%;
}

a.views {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  border: solid 1px #ccc;
  padding: 7px 20px;
  border-radius: 20px;
  color: #000;
  font-size: 16px;
}

a.views:hover {
  border: solid 1px #5172fd;
  color: #5172fd;
}

.info-news {}

.info-news h3 {}

.name-news {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 22px;
  max-height: 40px;
  -webkit-line-clamp: 2 !important;
  font-weight: 400;
}

a.name-news.name1 {
  font-size: 25px;
  line-height: 32px;
  max-height: 64px;
}

.name-news:hover {
  color: #5172fd;
}

.time-news {
  color: #5172fd;
  margin-bottom: 0px;
  font-size: 12px;
  margin: 7px 0;
  font-style: italic;
  font-weight: 500;
}

.desc-news {
  color: #333333;
  margin-top: 0px;
  line-height: 20px;
  height: 60px;
}

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

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

.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: #5172fd;
}

/* Toc */
.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;
}

/* Partner */
.info-partner {
  background: #f8f8f8;
  padding: 15px 0px;
}

/* Footer */
.info-footer {}

.info-footer .flex-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.info-footer .flex-footer .box-footer .social-footer {
  display: flex;
  gap: 5px;
  margin: 10px 0px;
}

.info-footer .flex-footer .box-footer:nth-child(1) {
  width: 33.3%;
}

.info-footer .flex-footer .box-footer:nth-child(2) {
  width: 40%;
}

.info-footer .flex-footer .box-footer:nth-child(3) {
  width: 25%;
}

.info-footer .flex-footer .title-footer {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 14px;
}

.info-footer .flex-footer .service-footer {
  margin-top: 20px;
}

.info-footer .flex-footer .service-footer ul {
  padding: 0px;
  margin: 0px;
}

.info-footer .flex-footer .service-footer ul li {
  list-style: none;
  padding: 5px 0px;
}

.info-footer a {
  color: #fff;
}

/*   TC   */
.item-criteria a {
  display: flex;
  align-items: center;
  color: #333;
}

.item-criteria a .ds-criteria {
  width: calc(100% - 60px);
  margin-left: 10px;
}

.item-criteria a .ds-criteria h3 {
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: var(--color-main);
}

.item-criteria a .ds-criteria p {
  -webkit-line-clamp: 2;
  margin: 0px;
}

/* About */
.box-about {
  max-width: 700px;
  margin: 0px auto;
  text-align: center;
}

.box-about h3 {
  color: #ca0000;
  font-family: SVN;
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: lowercase;
}

.box-about a {
  padding: 10px 20px;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  background: #ca0000;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  border-radius: 10px;
}

/* Service */
.item-service {
  position: relative;
}

.item-service h3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-size: 17px;
  margin: 0px;
}

/* Product */
.product {
  display: block;
  position: relative;
}

.product .pic-product {
  background: #fff;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: solid 1px transparent;
}

.product:hover .pic-product {
  border: solid 1px #ccc;
}

.product .pic-product img {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.product .pic-product>a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
}

.product .name-product {
  margin-bottom: 5px;
  font-weight: normal;
}

.product .name-product a {
  font-size: 16px;
  color: #232323;
  line-height: 25px;
}

.product .name-product a:hover {
  color: #ff2e00;
}

.product .name-product .text-split {
  -webkit-line-clamp: 1;
}

.product .price-product {
  margin-bottom: 10px;
  color: #555;
}

.product .price-new {
  font-size: 16px;
  font-weight: 700;
  color: #FF2E00;
  display: inline-block;
  text-transform: uppercase;
}

.product .price-old {
  padding: 0 10px;
  font-size: 13px;
  text-decoration: line-through;
  display: inline-block;
  color: #AEAEAE;
  font-weight: 700;
  text-transform: uppercase;
}

.product .price-per {
  color: #FF2E00;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
}

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

.cart-product span {
  cursor: pointer;
  color: #fff;
  text-align: center;
  padding: 0px 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
  font-weight: 700;
}

.cart-add {
  margin-left: 10px;
  background-color: #00A5D9;
  width: 155px;
}

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

.cart-buy {
  background-color: #FF2E00;
  width: 93px;
  height: 33px;
}

.cart-buy:hover {
  background-color: #5172fd;
}

.grid-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.grid-product .product .product-info {
  margin-top: 10px;
  color: #333;
}

.grid-product .product .product-info h3 {
  font-size: 17px;
  color: #333;
}

.grid-product .product .product-info .price span {
  color: #f00;
}

.grid-product .product .pic-product {
  border: 1px solid #ddd;
}

/* product detail */
.detail-product {
  display: flex;
  justify-content: space-between;
}

.detail-product .left-pro-detail {
  width: 40%;
  border: 1px solid #ddd;
}

.detail-product .right-pro-detail {
  width: 57%;
}

.detail-product .right-pro-detail ul {
  list-style: none;
  padding: 0px;
}

.detail-product .right-pro-detail ul li {
  margin-bottom: 20px;
}

.detail-product .right-pro-detail ul li .title-pro-detail {
  font-size: 18px;
}

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

.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #f00;
}

/* Letter */

/* Contact */
.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}

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

/*  breadCrumbs */
.breadCrumbs {
  padding: 10px 0px;
  background: #ddd;
}

.breadCrumbs ol {
  margin: 0px;
}

.breadCrumbs ol li a {
  color: #333;
}

.breadCrumbs ol li a:hover {
  color: #f00;
}

/* paging */
.pagination {
  margin: 20px 0px;
}

.pagination li a {
  cursor: pointer;
}

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

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

.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;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.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;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}

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

.grid-properties {
  display: flex;
  gap: 10px;
  margin: 10px 0px;
}

.grid-properties span {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
}

.grid-properties span:hover,
.grid-properties span.active {
  border: 1px solid #f00;
  color: #f00;
}

.grid-properties span:hover:after,
.grid-properties span.active:after {
  content: "";
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
  bottom: 0;
  position: absolute;
  right: -0.9375rem;
}

.grid-properties span.outstock {
  pointer-events: none;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}

/* scrollToTop */
.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;
}

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

.item_list {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: relative
}

.item_list span {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 9;
  left: 0;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  background-image: linear-gradient(90deg, #0000, #0000007a, #0000);
  line-height: 25px;
}

.item_list span:hover {
  color: yellow;
}

.about_home {
  padding: 45px 0;
  background: url(../images/bg_about.webp) no-repeat center;
  background-size: cover;
}

.morre_about {
  line-height: 37px;
  width: 125px;
  background-image: -moz-linear-gradient(0deg, rgb(235, 169, 40) 0%, rgb(253, 231, 112) 51%, rgb(235, 169, 40) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(235, 169, 40) 0%, rgb(253, 231, 112) 51%, rgb(235, 169, 40) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(235, 169, 40) 0%, rgb(253, 231, 112) 51%, rgb(235, 169, 40) 100%);
  text-align: center;
  display: inline-block;
  color: #101010;
  text-transform: capitalize;
  border-radius: 500px;
  margin-top: 25px;
  font-size: 13px;
  font-weight: 500;
}

.des_about {
  color: #363636;
  font-size: 15px;
  line-height: 27px;
}

.title_about {
  margin-bottom: 30px;
}

.title_about span {
  color: #101010;
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.title_about h3 {
  color: #004E35;
  font-family: 'UTMAmericanSans';
  font-size: 34px;
  text-transform: uppercase;
  margin: 0;
}

.about_right {
  width: calc(44% - 15px);
}

.about_left {
  width: calc(56% - 15px);
  position: relative;
}

.about_left::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #004E35;
  top: 8px;
  left: 8px;
  border-radius: 10px;
}

.about_left a,
.about_left img {
  border-radius: 10px;
  display: block;
  position: relative;
}

.about_left a,
.about_left img {
  border-radius: 10px;
  display: block;
  position: relative;
}

.morre_about span {
  background: url(../images/more.png) no-repeat left center;
  padding-left: 15px;
}

.design {
  padding: 30px 0;
}

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

.title-main :is(span, h4, h1, h2) {
  display: inline-block;
  min-width: 255px;
  position: relative;
  background: url('../images/title.png') no-repeat center;
  line-height: 46px;
  color: #000000;
  font-family: 'SFUDinEngAlt';
  text-transform: uppercase;
  font-size: 30px;
  background-size: cover;
}

.title-main :is(span, h4, h1, h2)::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 46px;
  right: 100%;
  background: url('../images/bf_title.png') no-repeat;
  top: 0;
}

.title-main :is(span, h4, h1, h2)::after {
  position: absolute;
  content: "";
  width: 110px;
  height: 46px;
  left: 100%;
  background: url('../images/af_title.png') no-repeat;
  top: 0;
}

.item_design {}

.img_design {
  border: 1px solid #EEEEEE;
  margin-bottom: 10px
}

.info_design h3 {
  margin: 0 0 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center
}

.info_design h3 a {
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #3C3C3C;
  outline: none;
  height: 44px;
  font-size: 14px;
}

.info_design h3:hover a {
  color: red
}

.info_design span {
  color: #3C3C3C;
  font-size: 14px;
  line-height: 23px;
  max-height: 46px;
  display: block;
  margin-bottom: 5px;
}

.more_design {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  display: block;
  margin: 2px 0 0;
  text-align: center;
  font-size: 12px;
}

.more_design span {
  line-height: 30px;
  padding: 0 20px;
  border: 1px solid red;
  display: inline-block;
  border-radius: 500px;
}

.more_design span:hover {
  color: red !important;
}

/* process */
.process {
  background: url('../images/bg_process.webp') no-repeat center;
  background-size: cover;
  padding: 45px 0;
}

.title_process {
  margin-bottom: 25px;
  text-align: center
}

.title_process span {
  text-transform: uppercase;
  font-family: 'SFUDinEngAlt';
  font-size: 36px;
  color: #fff;
}

.box_process {
  overflow: hidden;
}

.list_item_cons {
  margin-bottom: 40px;
  position: relative;
}

.box_process .slick-list {
  overflow: unset;
}

.item_process_ {
  position: relative;
}

.item_process {
  position: relative;
}

.item_process_.slick-slide.slick-active .item_process::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 23px;
  background: url(../images/af_process.png) no-repeat;
  top: 45px;
  right: -13px;
}

.item_process span {
  width: 110px;
  height: 110px;
  background-image: linear-gradient(45deg, #EBAA2B, #FCE56E, #EBAA2B);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}

.item_process h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Montserrat';
  margin-top: 20px;
}

.item_process h3::before {
  position: absolute;
  top: calc(100% + 24px);
  height: 24px;
  background: #fff;
  width: 24px;
  left: calc(50% - 12px);
  content: "";
  border-radius: 50%;
  z-index: 9;
}

.item_process h3::after {
  position: absolute;
  top: calc(100% + 27px);
  height: 18px;
  background: #101010;
  width: 18px;
  left: calc(50% - 9px);
  content: "";
  border-radius: 50%;
  z-index: 9;
}

.list_item_cons::after {
  position: absolute;
  content: "";
  width: 9.1%;
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px rgb(255, 255, 255);
  height: 8px;
  border-radius: 0 500px 500px 0;
  bottom: -30px;
  right: 0;
  z-index: 0;
}

.list_item_cons::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #FADB62;
  box-shadow: 0px 0px 9px 0px rgb(255, 255, 255);
  height: 8px;
  border-radius: 500px;
  bottom: -30px;
  left: 0;
  z-index: 0;
}

.item_process_.slick-slide.slick-active+div+div+div+div .item_process::before {
  display: none
}

.item_info span {
  max-width: 920px;
  margin: 0 auto;
  color: #fff;
  margin-top: 20px;
  float: unset;
  text-align: center;
  display: block;
  font-size: 15px;
}

.item_process_.slick-current h3::after {
  background-image: linear-gradient(45deg, #EBAA2B, #FCE56E, #EBAA2B);
}

.item_process_.slick-active.slick-current+div::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #fff;
  height: 8px;
  border-radius: 500px;
  top: calc(100% + 22px);
  left: -50%;
  z-index: 0
}

.item_process_.slick-active.slick-current+div+div::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #fff;
  height: 8px;
  border-radius: 500px;
  top: calc(100% + 22px);
  left: -50%;
  z-index: 0
}

.item_process_.slick-active.slick-current+div+div+div::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #fff;
  height: 8px;
  border-radius: 500px;
  top: calc(100% + 22px);
  left: -50%;
  z-index: 0
}

.item_process_.slick-active.slick-current+div+div+div+div::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #fff;
  height: 8px;
  border-radius: 500px;
  top: calc(100% + 22px);
  left: -50%;
  z-index: 0
}

.item_device {
  text-align: center;
  position: relative
}

.box_device {
  overflow: hidden
}

.img_device {
  margin-bottom: 15px;
}

.item_device h3 {
  margin: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700
}

.item_device h3 a {
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #2E2E2E;
  outline: none
}

.item_device h3:hover a {
  color: red
}

.box_cat {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.box_cat li {
  display: inline-block;
  padding: 0 15px;
  color: #0F0F0F;
  font-size: 15px;
  line-height: 36px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  margin: 0 3px;
  overflow: hidden;
  border-radius: 5px;
  background: #F3F3F3;
}

.box_cat li:hover,
.box_cat li.active {
  color: #fff;
  background: #101010;
}

.product_home {
  padding: 50px 0;
  background: #F8F8F8;
}

.newsletter {
  padding: 60px 0 70px;
  background: url('../images/bg_newsletter.webp') no-repeat center;
  background-size: cover;
}

.title_newsletter {
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 0
}

.title_newsletter h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'UTMAvoBold';
}

.title_newsletter span {
  display: block;
  font-size: 16px;
}

form#frm_dknt {
  margin: 20px auto;
  width: 100%;
  max-width: 990px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

form#frm_dknt input[type='email'] {
  padding: 0 15px;
  border: none;
  background: #fff;
  color: #999999;
  outline: none;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 15px;
  font-size: 14px;
  width: calc((100% - 155px)/3);
  line-height: 47px;
}

form#frm_dknt input[type='submit']:hover {
  background: #000;
  color: #FFBA00 !important;
}

form#frm_dknt input[type='text'] {
  width: calc((100% - 155px)/3);
  padding: 0 15px;
  border: none;
  background: #fff;
  color: #999999;
  outline: none;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 47px;
  border-radius: 5px;
  margin-right: 15px;
}

form#frm_dknt input[type='submit'] {
  background-image: -moz-linear-gradient(0deg, rgb(235, 169, 40) 0%, rgb(253, 231, 112) 51%, rgb(235, 169, 40) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(235, 169, 40) 0%, rgb(253, 231, 112) 51%, rgb(235, 169, 40) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(235, 169, 40) 0%, rgb(253, 231, 112) 51%, rgb(235, 169, 40) 100%);
  color: #000;
  width: 110px;
  height: 47px;
  line-height: 47px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
}

input::placeholder,
textarea::placeholder {}

.title_center {
  color: #101010;
  font-family: 'SFUDinEngAlt';
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  background: url('../images/title_center.png') repeat-x bottom;
  padding-bottom: 10px;
}

.title_center::before {
  position: absolute;
  content: "";
  width: 74px;
  height: 6px;
  background: url('../images/af_title_center.png') no-repeat;
  bottom: 0;
  left: 0
}

.item_center_ {
  margin: 10px 0
}

.item_center {
  display: flex;
  align-items: start;
  justify-content: space-between;
  background: #F6F6F6;
}

.img_center {
  width: 180px;
}

.info_center {
  width: calc(100% - 180px);
  padding: 15px 25px;
}

.info_center h3 {
  margin: 0 0 5px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700
}

.info_center h3 a {
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #3C3C3C;
  outline: none;
  font-size: 14px;
  min-height: 23px;
}

.info_center h3:hover a {
  color: red
}

.info_center span {
  color: #3C3C3C;
  font-size: 15px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 75px;
}

.title_footer {
  color: #FABA07;
  font-family: 'UTMAmericanSans';
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.title_ft {
  margin: 15px 0 20px;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'UTMAvoBold';
}

.footer-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}

.footer-ul li {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
}

.footer-ul li a {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 24px;
}

.footer-ul li a:hover {
  color: yellow !important;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
}

div.footer-powered {
  background-image: -moz-linear-gradient(0deg, rgb(235, 169, 40) 0%, rgb(253, 231, 112) 51%, rgb(235, 169, 40) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(235, 169, 40) 0%, rgb(253, 231, 112) 51%, rgb(235, 169, 40) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(235, 169, 40) 0%, rgb(253, 231, 112) 51%, rgb(235, 169, 40) 100%);
  padding: 20px 5px;
  color: #101010;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

.footer-map {
  height: 440px;
}

.footer-map iframe {
  width: 100%;
  height: 100%;
}

.wrap-content {
  min-width: 1320px;
  padding: 0 10px;
}

/* Button Frame */
.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: #1182FC;
  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: #1182FC;
  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;
}

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

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

#fcb-call-button-a {
  position: fixed;
  z-index: 10;
  bottom: 6px;
  right: 3px;
  line-height: 0
}

#fcb-call-button-a a {
  display: inline-block;
  background-color: #1b4216;
  border-radius: 50px;
  overflow: hidden;
  font-family: '' Montserrat'';
  font-size: 16px;
  color: #fff;
  padding: 0px 20px 0px 10px;
}

#fcb-call-button-a a:not(:last-child) {
  margin-right: 10px;
}

#fcb-call-button-a img {
  margin-right: 5px;
  overflow: hidden;
  border-radius: 10px;
  max-height: 50px;
  border: 5px solid #1b4216;
}

div.xemthem-noidung-list {
  position: relative;
}

div.xemthem-noidung-list::after {
  content: '';
  height: 190%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22452731092436973) 0%, rgba(255, 255, 255, 1) 100%);
}

div.xemthem-noidung-list.open-noidung::after {
  display: none;
}

div.xemthem-noidung-list p {
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

div.xemthem-noidung-list p a {
  display: inline-block;
  border: 1px solid #1b4216;
  color: #1b4216;
  padding: 8px 13px;
  text-transform: capitalize;
  border-radius: 50px;
  font-size: 16px;
}

/* Tối ưu */
[x-cloak] {
  display: none !important;
}

.owl-carousel:not(.owl-loaded) {
  display: grid !important;
  overflow: hidden !important;
  opacity: 1 !important;
  grid-auto-flow: column;
}

.slideshow .owl-carousel:not(.owl-loaded) {
  grid-auto-columns: 100%;
}