@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Bold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --scrollbar-width: calc(100vw - 100%);
}

.grey-color {
  color: #565555;
}

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

@media (max-width: 991.98px) {
  i[class^=fa-],
  i[class*=" fa-"] {
    display: inline-block;
    width: 15px;
  }
}
.color-blue {
  color: #171717;
}

.color-orange {
  color: #FED600;
}

.color-green {
  color: rgba(244, 180, 0, 0.05);
}

b,
strong {
  font-weight: 700;
}

/*!
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */
[class^=imghvr-], [class*=" imghvr-"] {
  position: relative;
  display: block;
  margin: 0;
  max-width: 100%;
  background-color: #FED600;
  color: #fff;
  overflow: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transform: translateZ(0);
}
[class^=imghvr-] > img, [class*=" imghvr-"] > img {
  vertical-align: top;
  max-width: 100%;
}
[class^=imghvr-] figcaption, [class*=" imghvr-"] figcaption {
  background-color: #FED600;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #272626;
}
[class^=imghvr-] figcaption h1, [class^=imghvr-] figcaption h2, [class^=imghvr-] figcaption h3, [class^=imghvr-] figcaption h4, [class^=imghvr-] figcaption h5, [class^=imghvr-] figcaption h6, [class*=" imghvr-"] figcaption h1, [class*=" imghvr-"] figcaption h2, [class*=" imghvr-"] figcaption h3, [class*=" imghvr-"] figcaption h4, [class*=" imghvr-"] figcaption h5, [class*=" imghvr-"] figcaption h6 {
  color: #272626;
}
[class^=imghvr-] a, [class*=" imghvr-"] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

[class^=imghvr-], [class*=" imghvr-"], [class^=imghvr-]:before,
[class^=imghvr-]:after, [class*=" imghvr-"]:before, [class*=" imghvr-"]:after,
[class^=imghvr-] *, [class*=" imghvr-"] *, [class^=imghvr-] *:before,
[class^=imghvr-] *:after, [class*=" imghvr-"] *:before, [class*=" imghvr-"] *:after {
  box-sizing: border-box;
  transition: all 0.35s ease;
}

/* imghvr-fade-*
  ----------------------------- */
[class^=imghvr-fade] figcaption, [class*=" imghvr-fade"] figcaption {
  opacity: 0;
}
[class^=imghvr-fade]:hover figcaption, [class*=" imghvr-fade"]:hover figcaption {
  opacity: 1;
}
[class^=imghvr-fade]:hover > img, [class^=imghvr-fade]:hover figcaption, [class*=" imghvr-fade"]:hover > img, [class*=" imghvr-fade"]:hover figcaption {
  transform: translate(0, 0);
}

/* imghvr-fade
  ----------------------------- */
/* imghvr-fade-in-up
  ----------------------------- */
.imghvr-fade-in-up figcaption {
  transform: translate(0, 15%);
}

/* imghvr-fade-in-down
  ----------------------------- */
.imghvr-fade-in-down figcaption {
  transform: translate(0, -15%);
}

/* imghvr-fade-in-left
  ----------------------------- */
.imghvr-fade-in-left figcaption {
  transform: translate(-15%, 0);
}

/* imghvr-fade-in-right
  ----------------------------- */
.imghvr-fade-in-right figcaption {
  transform: translate(15%, 0);
}

/* imghvr-push-*
   ----------------------------- */
[class^=imghvr-push-]:hover figcaption, [class*=" imghvr-push-"]:hover figcaption {
  transform: translate(0, 0);
}

/* imghvr-push-up
  ----------------------------- */
.imghvr-push-up figcaption {
  transform: translateY(100%);
}
.imghvr-push-up:hover > img {
  transform: translateY(-100%);
}

/* imghvr-push-down
  ----------------------------- */
.imghvr-push-down figcaption {
  transform: translateY(-100%);
}
.imghvr-push-down:hover > img {
  transform: translateY(100%);
}

/* imghvr-push-left
  ----------------------------- */
.imghvr-push-left figcaption {
  transform: translateX(100%);
}
.imghvr-push-left:hover > img {
  transform: translateX(-100%);
}

/* imghvr-push--right
  ----------------------------- */
.imghvr-push-right figcaption {
  transform: translateX(-100%);
}
.imghvr-push-right:hover > img {
  transform: translateX(100%);
}

/* imghvr-slide-*
  ----------------------------- */
[class^=imghvr-slide-]:hover figcaption, [class*=" imghvr-slide-"]:hover figcaption {
  transform: translate(0, 0);
}

/* imghvr-slide-up
  ----------------------------- */
.imghvr-slide-up figcaption {
  transform: translateY(100%);
}

/* imghvr-slide-down
  ----------------------------- */
.imghvr-slide-down figcaption {
  transform: translateY(-100%);
}

/* imghvr-slide-left
  ----------------------------- */
.imghvr-slide-left figcaption {
  transform: translateX(100%);
}

/* imghvr-slide-right
  ----------------------------- */
.imghvr-slide-right figcaption {
  transform: translateX(-100%);
}

/* imghvr-slide-top-left
  ----------------------------- */
.imghvr-slide-top-left figcaption {
  transform: translate(-100%, -100%);
}

/* imghvr-slide-top-right
  ----------------------------- */
.imghvr-slide-top-right figcaption {
  transform: translate(100%, -100%);
}

/* imghvr-slide-bottom-left
  ----------------------------- */
.imghvr-slide-bottom-left figcaption {
  transform: translate(-100%, 100%);
}

/* imghvr-slide-bottom-right
  ----------------------------- */
.imghvr-slide-bottom-right figcaption {
  transform: translate(100%, 100%);
}

/* imghvr-reveal-*
  ----------------------------- */
[class^=imghvr-reveal-]:before, [class*=" imghvr-reveal-"]:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #FED600;
}
[class^=imghvr-reveal-] figcaption, [class*=" imghvr-reveal-"] figcaption {
  opacity: 0;
}
[class^=imghvr-reveal-]:hover:before, [class*=" imghvr-reveal-"]:hover:before {
  transform: translate(0, 0);
}
[class^=imghvr-reveal-]:hover figcaption, [class*=" imghvr-reveal-"]:hover figcaption {
  opacity: 1;
  transition-delay: 0.21s;
}

/* imghvr-reveal-up
  ----------------------------- */
.imghvr-reveal-up:before {
  transform: translateY(100%);
}

/* imghvr-reveal-down
  ----------------------------- */
.imghvr-reveal-down:before {
  transform: translateY(-100%);
}

/* imghvr-reveal-left
  ----------------------------- */
.imghvr-reveal-left:before {
  transform: translateX(100%);
}

/* imghvr-reveal-right
  ----------------------------- */
.imghvr-reveal-right:before {
  transform: translateX(-100%);
}

/* imghvr-reveal-top-left
  ----------------------------- */
.imghvr-reveal-top-left:before {
  transform: translate(-100%, -100%);
}

/* imghvr-reveal-top-right
  ----------------------------- */
.imghvr-reveal-top-right:before {
  transform: translate(100%, -100%);
}

/* imghvr-reveal-bottom-left
  ----------------------------- */
.imghvr-reveal-bottom-left:before {
  transform: translate(-100%, 100%);
}

/* imghvr-reveal-bottom-right
  ----------------------------- */
.imghvr-reveal-bottom-right:before {
  transform: translate(100%, 100%);
}

/* imghvr-hinge-*
  ----------------------------- */
[class^=imghvr-hinge-], [class*=" imghvr-hinge-"] {
  perspective: 50em;
}
[class^=imghvr-hinge-] figcaption, [class*=" imghvr-hinge-"] figcaption {
  opacity: 0;
  z-index: 1;
}
[class^=imghvr-hinge-]:hover img, [class*=" imghvr-hinge-"]:hover img {
  opacity: 0;
}
[class^=imghvr-hinge-]:hover figcaption, [class*=" imghvr-hinge-"]:hover figcaption {
  opacity: 1;
  transition-delay: 0.21s;
}

/* imghvr-hinge-up
  ----------------------------- */
.imghvr-hinge-up img {
  transform-origin: 50% 0%;
}
.imghvr-hinge-up figcaption {
  transform: rotateX(90deg);
  transform-origin: 50% 100%;
}
.imghvr-hinge-up:hover > img {
  transform: rotateX(-90deg);
}
.imghvr-hinge-up:hover figcaption {
  transform: rotateX(0);
}

/* imghvr-hinge-down
  ----------------------------- */
.imghvr-hinge-down img {
  transform-origin: 50% 100%;
}
.imghvr-hinge-down figcaption {
  transform: rotateX(-90deg);
  transform-origin: 50% -50%;
}
.imghvr-hinge-down:hover > img {
  transform: rotateX(90deg);
  opacity: 0;
}
.imghvr-hinge-down:hover figcaption {
  transform: rotateX(0);
}

/* imghvr-hinge-left
  ----------------------------- */
.imghvr-hinge-left img {
  transform-origin: 0% 50%;
}
.imghvr-hinge-left figcaption {
  transform: rotateY(-90deg);
  transform-origin: 100% 50%;
}
.imghvr-hinge-left:hover > img {
  transform: rotateY(90deg);
}
.imghvr-hinge-left:hover figcaption {
  transform: rotateY(0);
}

/* imghvr-hinge-right
  ----------------------------- */
.imghvr-hinge-right img {
  transform-origin: 100% 50%;
}
.imghvr-hinge-right figcaption {
  transform: rotateY(90deg);
  transform-origin: 0 50%;
}
.imghvr-hinge-right:hover > img {
  transform: rotateY(-90deg);
}
.imghvr-hinge-right:hover figcaption {
  transform: rotateY(0);
}

/* imghvr-flip-*
  ----------------------------- */
[class^=imghvr-flip-], [class*=" imghvr-flip-"] {
  perspective: 50em;
}
[class^=imghvr-flip-] img, [class*=" imghvr-flip-"] img {
  backface-visibility: hidden;
}
[class^=imghvr-flip-] figcaption, [class*=" imghvr-flip-"] figcaption {
  opacity: 0;
}
[class^=imghvr-flip-]:hover > img, [class*=" imghvr-flip-"]:hover > img {
  opacity: 1;
}
[class^=imghvr-flip-]:hover figcaption, [class*=" imghvr-flip-"]:hover figcaption {
  opacity: 0.9;
  transition-delay: 0.14s;
}

/* imghvr-flip-horiz
  ----------------------------- */
.imghvr-flip-horiz figcaption {
  transform: rotateX(90deg);
  transform-origin: 0% 50%;
}
.imghvr-flip-horiz:hover img {
  transform: rotateX(-180deg);
}
.imghvr-flip-horiz:hover figcaption {
  transform: rotateX(0deg);
}

/* imghvr-flip-vert
  ----------------------------- */
.imghvr-flip-vert figcaption {
  transform: rotateY(90deg);
  transform-origin: 50% 0%;
}
.imghvr-flip-vert:hover > img {
  transform: rotateY(-180deg);
}
.imghvr-flip-vert:hover figcaption {
  transform: rotateY(0deg);
}

/* imghvr-flip-diag-1
  ----------------------------- */
.imghvr-flip-diag-1 figcaption {
  transform: rotate3d(1, -1, 0, 100deg);
}
.imghvr-flip-diag-1:hover > img {
  transform: rotate3d(-1, 1, 0, 100deg);
}
.imghvr-flip-diag-1:hover figcaption {
  transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-flip-diag-2
  ----------------------------- */
.imghvr-flip-diag-2 figcaption {
  transform: rotate3d(1, 1, 0, 100deg);
}
.imghvr-flip-diag-2:hover > img {
  transform: rotate3d(-1, -1, 0, 100deg);
}
.imghvr-flip-diag-2:hover figcaption {
  transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-shutter-out-*
  ----------------------------- */
[class^=imghvr-shutter-out-]:before, [class*=" imghvr-shutter-out-"]:before {
  background: #FED600;
  position: absolute;
  content: "";
  transition-delay: 0.105s;
}
[class^=imghvr-shutter-out-] figcaption, [class*=" imghvr-shutter-out-"] figcaption {
  opacity: 0;
  transition-delay: 0s;
}
[class^=imghvr-shutter-out-]:hover:before, [class*=" imghvr-shutter-out-"]:hover:before {
  transition-delay: 0s;
}
[class^=imghvr-shutter-out-]:hover figcaption, [class*=" imghvr-shutter-out-"]:hover figcaption {
  opacity: 1;
  transition-delay: 0.105s;
}

/* imghvr-shutter-out-horiz
  ----------------------------- */
.imghvr-shutter-out-horiz:before {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
}
.imghvr-shutter-out-horiz:hover:before {
  left: 0;
  right: 0;
}

/* imghvr-shutter-out-vert
  ----------------------------- */
.imghvr-shutter-out-vert:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}
.imghvr-shutter-out-vert:hover:before {
  top: 0;
  bottom: 0;
}

/* imghvr-shutter-out-diag-1
  ----------------------------- */
.imghvr-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  transform: rotate(45deg);
}
.imghvr-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%;
}

/* imghvr-shutter-out-diag-2
  ----------------------------- */
.imghvr-shutter-out-diag-2:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  transform: rotate(-45deg);
}
.imghvr-shutter-out-diag-2:hover:before {
  top: -35%;
  bottom: -35%;
}

/* imghvr-shutter-in-*
  ----------------------------- */
[class^=imghvr-shutter-in-]:after, [class^=imghvr-shutter-in-]:before, [class*=" imghvr-shutter-in-"]:after, [class*=" imghvr-shutter-in-"]:before {
  background: #FED600;
  position: absolute;
  content: "";
}
[class^=imghvr-shutter-in-]:after, [class*=" imghvr-shutter-in-"]:after {
  top: 0;
  left: 0;
}
[class^=imghvr-shutter-in-]:before, [class*=" imghvr-shutter-in-"]:before {
  right: 0;
  bottom: 0;
}
[class^=imghvr-shutter-in-] figcaption, [class*=" imghvr-shutter-in-"] figcaption {
  opacity: 0;
  z-index: 1;
}
[class^=imghvr-shutter-in-]:hover figcaption, [class*=" imghvr-shutter-in-"]:hover figcaption {
  opacity: 1;
  transition-delay: 0.21s;
}

/* imghvr-shutter-in-horiz
  ----------------------------- */
.imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before {
  width: 0;
  height: 100%;
}
.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
  width: 50%;
}

/* imghvr-shutter-in-vert
  ----------------------------- */
.imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before {
  height: 0;
  width: 100%;
}
.imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before {
  height: 50%;
}

/* imghvr-shutter-in-out-horiz
  ----------------------------- */
.imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before {
  width: 0;
  height: 100%;
  opacity: 0.75;
}
.imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before {
  width: 100%;
}

/* imghvr-shutter-in-out-vert
  ----------------------------- */
.imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before {
  height: 0;
  width: 100%;
  opacity: 0.75;
}
.imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before {
  height: 100%;
}

/* imghvr-shutter-in-out-diag-1
  ----------------------------- */
.imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before {
  width: 200%;
  height: 200%;
  transition: all 0.6s ease;
  opacity: 0.75;
}
.imghvr-shutter-in-out-diag-1:after {
  transform: skew(-45deg) translateX(-150%);
}
.imghvr-shutter-in-out-diag-1:before {
  transform: skew(-45deg) translateX(150%);
}
.imghvr-shutter-in-out-diag-1:hover:after {
  transform: skew(-45deg) translateX(-50%);
}
.imghvr-shutter-in-out-diag-1:hover:before {
  transform: skew(-45deg) translateX(50%);
}

/* imghvr-shutter-in-out-diag-2
  ----------------------------- */
.imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before {
  width: 200%;
  height: 200%;
  transition: all 0.6s ease;
  opacity: 0.75;
}
.imghvr-shutter-in-out-diag-2:after {
  transform: skew(45deg) translateX(-100%);
}
.imghvr-shutter-in-out-diag-2:before {
  transform: skew(45deg) translateX(100%);
}
.imghvr-shutter-in-out-diag-2:hover:after {
  transform: skew(45deg) translateX(0%);
}
.imghvr-shutter-in-out-diag-2:hover:before {
  transform: skew(45deg) translateX(0%);
}

/* imghvr-fold*
  ----------------------------- */
[class^=imghvr-fold], [class*=" imghvr-fold"] {
  perspective: 50em;
}
[class^=imghvr-fold] img, [class*=" imghvr-fold"] img {
  transform-origin: 50% 0%;
}
[class^=imghvr-fold] figcaption, [class*=" imghvr-fold"] figcaption {
  z-index: 1;
  opacity: 0;
}
[class^=imghvr-fold]:hover > img, [class*=" imghvr-fold"]:hover > img {
  opacity: 0;
  transition-delay: 0;
}
[class^=imghvr-fold]:hover figcaption, [class*=" imghvr-fold"]:hover figcaption {
  transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  opacity: 1;
  transition-delay: 0.21s;
}

/* imghvr-fold-up
  ----------------------------- */
.imghvr-fold-up > img {
  transform-origin: 50% 0%;
}
.imghvr-fold-up figcaption {
  transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  transform-origin: 50% 100%;
}
.imghvr-fold-up:hover > img {
  transform: rotateX(90deg) scale(0.6) translateY(50%);
}

/* imghvr-fold-down
  ----------------------------- */
.imghvr-fold-down > img {
  transform-origin: 50% 100%;
}
.imghvr-fold-down figcaption {
  transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  transform-origin: 50% 0%;
}
.imghvr-fold-down:hover > img {
  transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}

/* imghvr-fold-left
  ----------------------------- */
.imghvr-fold-left > img {
  transform-origin: 0% 50%;
}
.imghvr-fold-left figcaption {
  transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  transform-origin: 100% 50%;
}
.imghvr-fold-left:hover > img {
  transform: rotateY(-90deg) scale(0.6) translateX(50%);
}

/* imghvr-fold-right
  ----------------------------- */
.imghvr-fold-right > img {
  transform-origin: 100% 50%;
}
.imghvr-fold-right figcaption {
  transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  transform-origin: 0 50%;
}
.imghvr-fold-right:hover > img {
  transform: rotateY(90deg) scale(0.6) translateX(-50%);
}

/* imghvr-zoom-in
  ----------------------------- */
.imghvr-zoom-in figcaption {
  opacity: 0;
  transform: scale(0.5);
}
.imghvr-zoom-in:hover figcaption {
  transform: scale(1);
  opacity: 1;
}

/* imghvr-zoom-out*
  ----------------------------- */
[class^=imghvr-zoom-out] figcaption, [class*=" imghvr-zoom-out"] figcaption {
  transform: scale(0.5);
  transform-origin: 50% 50%;
  opacity: 0;
}
[class^=imghvr-zoom-out]:hover figcaption, [class^=imghvr-zoom-out].hover figcaption, [class*=" imghvr-zoom-out"]:hover figcaption, [class*=" imghvr-zoom-out"].hover figcaption {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}

/* imghvr-zoom-out
  ----------------------------- */
.imghvr-zoom-out:hover > img {
  transform: scale(0.5);
  opacity: 0;
}

/* imghvr-zoom-out-up
  ----------------------------- */
.imghvr-zoom-out-up:hover > img, .imghvr-zoom-out-up.hover > img {
  animation: imghvr-zoom-out-up 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes imghvr-zoom-out-up {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
/* imghvr-zoom-out-down
  ----------------------------- */
.imghvr-zoom-out-down:hover > img, .imghvr-zoom-out-down.hover > img {
  animation: imghvr-zoom-out-down 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes imghvr-zoom-out-down {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
/* imghvr-zoom-out-left
  ----------------------------- */
.imghvr-zoom-out-left:hover > img, .imghvr-zoom-out-left.hover > img {
  animation: imghvr-zoom-out-left 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes imghvr-zoom-out-left {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
/* imghvr-zoom-out-right
  ----------------------------- */
.imghvr-zoom-out-right:hover > img, .imghvr-zoom-out-right.hover > img {
  animation: imghvr-zoom-out-right 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes imghvr-zoom-out-right {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
/* imghvr-zoom-out-flip-horiz
  ----------------------------- */
.imghvr-zoom-out-flip-horiz {
  perspective: 50em;
}
.imghvr-zoom-out-flip-horiz figcaption {
  opacity: 0;
  transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.imghvr-zoom-out-flip-horiz:hover > img, .imghvr-zoom-out-flip-horiz.hover > img {
  transform: rotateX(-100deg) translateY(50%) scale(0.5);
  opacity: 0;
  transition-delay: 0;
}
.imghvr-zoom-out-flip-horiz:hover figcaption, .imghvr-zoom-out-flip-horiz.hover figcaption {
  transform: rotateX(0) translateY(0%) scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}

/* imghvr-zoom-out-flip-vert
  ----------------------------- */
.imghvr-zoom-out-flip-vert {
  perspective: 50em;
}
.imghvr-zoom-out-flip-vert figcaption {
  opacity: 0;
  transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.imghvr-zoom-out-flip-vert:hover > img, .imghvr-zoom-out-flip-vert.hover > img {
  transform: rotateY(-100deg) translateX(50%) scale(0.5);
  opacity: 0;
  transition-delay: 0;
}
.imghvr-zoom-out-flip-vert:hover figcaption, .imghvr-zoom-out-flip-vert.hover figcaption {
  transform: rotateY(0) translate(0, 0) scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}

/* imghvr-blur
  ----------------------------- */
.imghvr-blur figcaption {
  opacity: 0;
}
.imghvr-blur:hover > img {
  filter: blur(30px);
  transform: scale(1.2);
  opacity: 0;
}
.imghvr-blur:hover figcaption {
  opacity: 1;
  transition-delay: 0.21s;
}

.bg-gradient {
  background-image: linear-gradient(90.04deg, rgb(255, 76, 76) 15.05%, rgb(36, 86, 207) 102.84%);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .col-md-4 {
    flex: 0 0 33.333334%;
    max-width: 33.333334%;
  }
}
@font-face {
  font-family: "UTMSwiss";
  src: url("fonts/UTMSwissCondensedBold.ttf");
}
@font-face {
  font-family: "UTMSwissRegular";
  src: url("fonts/UTMSwissCondensed.ttf");
}
@font-face {
  font-family: "poppins";
  src: url("fonts/SVN-Poppins-Regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/SVN-Poppins-Regular.woff") format("woff"), url("fonts/SVN-Poppins-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
}
@font-face {
  font-family: "poppins";
  src: url("fonts/SVN-Poppins-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("fonts/SVN-Poppins-SemiBold.woff") format("woff"), url("fonts/SVN-Poppins-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "poppins";
  src: url("fonts/SVN-Poppins-Bold.eot"); /* IE9 Compat Modes */
  src: url("fonts/SVN-Poppins-Bold.woff") format("woff"), url("fonts/SVN-Poppins-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "poppins";
  src: url("fonts/SVN-Poppins-Bold.eot"); /* IE9 Compat Modes */
  src: url("fonts/SVN-Poppins-Bold.woff") format("woff"), url("fonts/SVN-Poppins-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 800;
}
@font-face {
  font-family: "poppins";
  src: url("fonts/SVN-Poppins-Black.eot"); /* IE9 Compat Modes */
  src: url("fonts/SVN-Poppins-Black.woff") format("woff"), url("fonts/SVN-Poppins-Black.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
}
@font-face {
  font-family: "poppins";
  src: url("fonts/SVN-Poppins-Black.eot"); /* IE9 Compat Modes */
  src: url("fonts/SVN-Poppins-Black.woff") format("woff"), url("fonts/SVN-Poppins-Black.ttf") format("truetype");
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: "UTMAlterGothic";
  src: url("fonts/UTM-Alter-Gothic.ttf");
}
@font-face {
  font-family: "UTMAndrogyne";
  src: url("fonts/UTMAndrogyne.ttf");
}
@font-face {
  font-family: "UTMBeautifulCaps";
  src: url("fonts/UTMBeautifulCaps.ttf");
}
@font-face {
  font-family: "AvenirNext";
  src: url("fonts/AvenirNext-DemiBold.ttf");
}
@font-face {
  font-family: "AvenirNextRegular";
  src: url("fonts/AvenirNext-Regular.ttf");
}
@font-face {
  font-family: "AvenirNext";
  font-weight: bold;
  src: url("fonts/AvenirNext-Bold.ttf");
}
@font-face {
  font-family: "UTMPenumbraBold";
  src: url("fonts/UTMPenumbraBold.ttf");
}
@font-face {
  font-family: "UTMNeutra";
  src: url("fonts/UTMNeutra.ttf");
}
@font-face {
  font-family: "UTMAvo";
  src: url("fonts/UTMAvo.ttf");
}
@font-face {
  font-family: "UTMAvo";
  src: url("fonts/UTMAvoBold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "UTMAptimaBold";
  src: url("fonts/UTMAptimaBold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "UTMYenTu";
  src: url("fonts/UTMYenTu.ttf");
}
@font-face {
  font-family: "UTMLinotypeZapfinoKT";
  src: url("fonts/UTMLinotypeZapfinoKT.ttf");
}
@font-face {
  font-family: "UTMNokiaStandardB";
  src: url("fonts/UTMNokiaStandardB.ttf");
}
@font-face {
  font-family: "UTMTimes";
  src: url("fonts/UTMTimes.ttf");
}
@font-face {
  font-family: "UTMTimesBold";
  src: url("fonts/UTMTimesBold.ttf");
}
@font-face {
  font-family: "UTMNeoSansIntel";
  src: url("fonts/UTMNeoSansIntel-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/UTMNeoSansIntel-Italic.woff2") format("woff2"), url("fonts/UTMNeoSansIntel-Italic.woff") format("woff"), url("fonts/UTMNeoSansIntel-Italic.ttf") format("truetype"), url("fonts/UTMNeoSansIntel-Italic.svg#UTMNeoSansIntel-Italic") format("svg");
}
@font-face {
  font-family: "UTMNeoSansIntel";
  src: url("fonts/UTMNeoSansIntel-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/UTMNeoSansIntel-BoldItalic.woff2") format("woff2"), url("fonts/UTMNeoSansIntel-BoldItalic.woff") format("woff"), url("fonts/UTMNeoSansIntel-BoldItalic.ttf") format("truetype"), url("fonts/UTMNeoSansIntel-BoldItalic.svg#UTMNeoSansIntel-BoldItalic") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "UTMNetmucKT";
  src: url("fonts/UTMNetmucKT.ttf");
}
@font-face {
  font-family: "UTMEricssonCapital";
  src: url("fonts/UTMEricssonCapital.ttf");
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.effect-circle {
  position: relative;
}
.effect-circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.effect-circle:hover::before {
  animation: circle 0.75s;
}

.effect-black {
  position: relative;
}
.effect-black::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
.effect-black:hover::after {
  opacity: 1;
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.effect-flashing:hover > * {
  opacity: 1;
  animation: flash 1.5s;
}

.effect-darkover {
  position: relative;
}
.effect-darkover .object-img {
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  -moz-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  -ms-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  -o-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}
.effect-darkover .object-overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  -moz-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  -ms-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  -o-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.effect-darkover .view-more {
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  display: inline-block;
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transition: all 0.2s ease-in-out;
  -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;
}
.effect-darkover:hover .object-img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.effect-darkover:hover .object-overlay {
  opacity: 1;
}
.effect-darkover:hover .view-more {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.effect-zoom {
  position: relative;
}
.effect-zoom img {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.effect-zoom:hover img {
  transform: translate(-50%, -50%) scale(1.12, 1.12);
  -webkit-transform: translate(-50%, -50%) scale(1.12, 1.12);
  -moz-transform: translate(-50%, -50%) scale(1.12, 1.12);
  -o-transform: translate(-50%, -50%) scale(1.12, 1.12);
  -ms-transform: translate(-50%, -50%) scale(1.12, 1.12);
}

/*------------------- call button ---------------------*/
.face-now {
  position: fixed;
  left: -15px;
  bottom: 280px;
  z-index: 88888;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.face-now .circle {
  border-color: #3B5998;
}
.face-now .circle, .face-now .circle-fill {
  background-color: #3B5998;
}
.face-now .call-now .img-circle {
  background-color: #3B5998;
  opacity: 0.9;
  background-image: url("img/facebook.png");
  background-size: 35px;
}

.zalo-now {
  position: fixed;
  left: -15px;
  bottom: 230px;
  z-index: 88888;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.zalo-now .circle {
  border-color: #43A1F3;
}
.zalo-now .call-now .circle-fill {
  background-color: #43A1F3;
}
.zalo-now .call-now .img-circle {
  background-color: #43A1F3;
  opacity: 0.9;
  background-image: url("img/zalo.png");
  background-size: 35px;
}

.phone-call-now {
  margin-bottom: 25px !important;
  z-index: 88888;
}
.phone-call-now .circle {
  border-color: #ff0307;
}
.phone-call-now .call-now .circle-fill {
  background-color: #ff0307;
}
.phone-call-now .call-now .img-circle {
  background-color: #ff0307;
  opacity: 0.9;
  background-image: url("img/phone5.png");
  background-size: 24px;
}

@media (max-width: 767px) {
  .phone-call-now {
    bottom: 90px;
  }
}
.call-now {
  position: relative;
  cursor: pointer;
  z-index: 5000;
}
.call-now > span {
  position: absolute;
  font-size: 20px;
  top: 40px;
  left: 40px;
  background: #f1f1f1;
  font-weight: 600;
  line-height: 40px;
  padding: 0 10px 0 45px;
  border-radius: 20px;
  z-index: -1;
  color: #DD3333;
}
.call-now .circle {
  width: 80px;
  height: 80px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.4;
  animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}
.call-now .circle-fill {
  width: 60px;
  height: 60px;
  top: 30px;
  left: 30px;
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  opacity: 0.2;
  animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}
.call-now .img-circle {
  width: 30px;
  height: 30px;
  top: 45px;
  left: 45px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url("img/phone.png") no-repeat center center;
  background-size: 80% 80%;
  border-radius: 100%;
  opacity: 0.4;
  box-sizing: initial;
  transition: all 0.5s;
}
.call-now .circle-shake {
  animation: dr-widget-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;
}
@keyframes dr-widget-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes dr-widget-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
  }
}
@keyframes dr-widget-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);
  }
}
.hotline-widget a {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 50;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  color: #fff;
  background: #B00309;
  background-size: 24px auto;
  padding: 0 15px 0 15px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 18px;
  box-shadow: -2px 2px 5px #404040;
}
.hotline-widget a i {
  margin-right: 6px;
}

a {
  color: #272626;
}
a:hover {
  text-decoration: none;
  color: #ed1b24;
}

html {
  overflow-x: hidden;
}

#google_translate_element,
.skiptranslate {
  display: none !important;
}

body {
  font-size: 18px;
  line-height: 1.7;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  top: 0 !important;
}
@media (max-width: 991.98px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
body.mobile {
  padding-bottom: 50px;
}
body.modal-open {
  width: 100vw;
}
body.over-hidden {
  overflow: hidden !important;
  height: 100vh;
  position: fixed;
}
body.over-hidden .overlay {
  display: block !important;
}

.container {
  max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 93%;
    max-width: 93%;
  }
}
@media (min-width: 992px) {
  .container {
    width: calc(100% - 90px);
    max-width: 1160px;
  }
}

.img-cover,
.object-cover {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  height: 100%;
}

.img-contain {
  width: auto !important;
  max-width: 90%;
  max-height: 90%;
  height: auto;
}

.row.pd10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.pd10 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.row.pd20 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.pd20 > * {
  padding-left: 20px;
  padding-right: 20px;
}
.row.pd8 {
  margin-left: -8px;
  margin-right: -8px;
}
.row.pd8 > * {
  padding-left: 8px;
  padding-right: 8px;
}
.row.pd5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.pd5 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.red {
  color: #ea0000 !important;
}

.grey {
  color: #999898;
}

.bg_white {
  background: #fff;
}

.bg_grey {
  background: #f3f5f7;
}

.bg_grey_half {
  background: #fafafa;
}
@media (min-width: 768px) {
  .bg_grey_half {
    background: linear-gradient(to right, #fafafa 0%, #fafafa 50%, #fafafa 50%, white 50%, white 100%);
    background: -ms-linear-gradient(to right, #fafafa 0%, #fafafa 50%, #fafafa 50%, white 50%, white 100%);
  }
}

@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes stuckMoveUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.mm-menu {
  --mm-color-background: #333;
  --mm-color-text: #fff;
  --mm-color-button: #fff;
  --mm-color-border: #545454;
  --mm-color-text-dimmed: #fff;
}

.rotate {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
  transition: opacity 300ms;
  background: none !important;
  background-size: 50px;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.img-white {
  filter: brightness(0) invert(1);
}

.lang-vina a img {
  width: 35px;
  height: 25px;
  border: 1px solid #ddd;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
}

.top-bar {
  background-image: linear-gradient(90.04deg, rgb(255, 76, 76) 15.05%, rgb(207, 36, 36) 102.84%);
  background-image: linear-gradient(90.04deg, rgb(255, 76, 76) 15.05%, rgb(36, 86, 207) 102.84%);
  color: #fff;
  padding: 10px 0;
}
.top-bar .slogan {
  font-size: 15px;
  margin: 0 !important;
  line-height: 34px;
}
.top-bar .button-box {
  line-height: 32px;
}
.top-bar .button-box a {
  border: 1px solid rgba(253, 213, 213, 0.8);
  background: rgba(229, 156, 156, 0.4);
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.top-bar .button-box a:first-child {
  border: 1px solid rgb(176, 27, 27);
  background: rgb(176, 27, 27);
}

header.fixed-mobile {
  height: 143px;
}
header.fixed-mobile.fixed {
  height: 50px;
}
header.fixed-mobile.fixed .top-bar {
  display: none !important;
}
header.fixed-mobile.fixed .header-mobile {
  height: 50px;
}
header .menu-mobile-wrap {
  overflow-y: scroll;
  background: #333;
  padding: 60px 20px 20px 20px;
  position: fixed;
  justify-content: center;
  bottom: 0;
  transform: translateX(-100%);
  left: 0;
  right: 0;
  z-index: 99999;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 360px;
  height: 100%;
  overflow-y: auto;
}
header .menu-mobile-wrap * {
  color: #fff;
}
header .menu-mobile-wrap .nav-item a {
  color: #fff !important;
}
header .menu-mobile-wrap.active {
  transform: translateX(0%);
}
header .menu-mobile-wrap::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 1px;
}
header .menu-mobile-wrap::-webkit-scrollbar {
  width: 5px;
  height: 2px;
  background-color: transparent;
}
header .menu-mobile-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: transparent;
  background-image: #171717;
}
header .menu-mobile-wrap .wrapper .nav-menu-mobile {
  width: 100%;
  border-top: 0.5px solid #545454;
}
header .menu-mobile-wrap .wrapper .nav-menu-mobile .nav-item {
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  position: relative;
}
header .menu-mobile-wrap .wrapper .nav-menu-mobile .nav-item:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  z-index: 10;
  border-bottom: 0.5px solid #545454;
  left: 0;
  bottom: 0;
}
header .menu-mobile-wrap .wrapper .nav-menu-mobile li a {
  font-size: 1em;
  position: relative;
  display: block;
  font-weight: 500;
}
header .menu-mobile-wrap .wrapper .nav-menu-mobile li a.active {
  font-weight: bold;
}
header .menu-mobile-wrap .wrapper .nav-menu-mobile li a.active:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 25px;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
header .menu-mobile-wrap .wrapper .nav-menu-mobile li a.open-nav-menu-default.show {
  color: #ed1b24 !important;
}
header .menu-mobile-wrap .wrapper .nav-menu-mobile li a .open-nav-menu {
  width: 40px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  line-height: 46px;
  text-align: right;
}
header .menu-mobile-wrap .wrapper .nav-menu-mobile li a .open-nav-menu .fa-angle-up {
  display: none;
}
header .menu-mobile-wrap .wrapper .nav-menu-mobile li a.show .open-nav-menu {
  color: #ed1b24 !important;
}
header .menu-mobile-wrap .wrapper .nav-menu-mobile li a.show .open-nav-menu .fa-angle-up {
  display: inline-block;
}
header .menu-mobile-wrap .wrapper .nav-menu-mobile li a.show .open-nav-menu .fa-angle-down {
  display: none;
}
header .menu-mobile-wrap .wrapper .nav-menu-mobile li.expand > ul {
  height: auto;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin-top: 10px;
}
header .menu-mobile-wrap .wrapper .nav-menu-mobile li ul {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
  transition: 0.3s ease;
  height: 0;
  overflow: hidden;
}
header .menu-mobile-wrap .wrapper .nav-menu-mobile li ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
header .menu-mobile-wrap .wrapper .nav-menu-mobile li ul li a:hover {
  color: #ed1b24;
}
header .menu-mobile-wrap .wrapper .search-box-mobile-menu form {
  width: 90%;
  height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  max-width: 600px;
}
header .menu-mobile-wrap .wrapper .search-box-mobile-menu form input {
  background: transparent;
  display: block;
  height: 50px;
  border-radius: 0;
  width: calc(100% - 60px);
  text-indent: 10px;
  outline: none;
  float: left;
  border: 1px solid #fff;
  border-right: 0;
  color: #000;
  background: #fff;
  font-size: 18px;
}
header .menu-mobile-wrap .wrapper .search-box-mobile-menu form input::-webkit-input-placeholder {
  color: #666;
}
header .menu-mobile-wrap .wrapper .search-box-mobile-menu form input::-moz-placeholder {
  color: #666;
}
header .menu-mobile-wrap .wrapper .search-box-mobile-menu form input:-ms-input-placeholder {
  color: #666;
}
header .menu-mobile-wrap .wrapper .search-box-mobile-menu form input:-moz-placeholder {
  color: #666;
}
header .menu-mobile-wrap .wrapper .search-box-mobile-menu form button {
  display: block;
  float: left;
  border-radius: 0;
  outline: none;
  background: #FED600;
  color: #fff;
  height: 50px;
  width: 60px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
}
header .menu-mobile-wrap .close-btn {
  font-size: 20px;
  position: fixed;
  top: 8px;
  right: 20px;
  width: 50px;
  height: 44px;
  line-height: 44px;
  background: #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
header .menu-mobile-wrap .lang {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
header .menu-mobile-wrap .lang img {
  height: 30px;
}
header .header-mobile {
  position: fixed;
  background: #fff;
  width: 100%;
  flex: 0 0 100%;
  border-bottom: 1px solid #dddddd;
  z-index: 800;
  top: 0;
  height: 143px;
}
header .header-mobile .top-bar {
  height: 92px;
}
header .header-mobile .top-bar .slogan {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: inherit;
}
header .header-mobile .logo {
  height: 50px;
}
header .header-mobile .right-bar {
  color: #ed1b24;
  margin-left: 1rem !important;
  height: 40px;
  font-size: 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 40px;
}
header .header-mobile .top-url.two {
  width: 34px;
  height: 34px;
  border: 1px solid #ed1b24;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
}
header .header-mobile .wrap > .d-flex {
  width: 215px;
  justify-content: end;
}
header .header-desktop {
  position: fixed;
  background: #fff;
  z-index: 800;
  width: 100%;
  box-shadow: rgba(31, 35, 41, 0.02) 0px 2px 4px -4px, rgba(31, 35, 41, 0.02) 0px 4px 8px 0px, rgba(31, 35, 41, 0.03) 0px 4px 16px 4px;
}
header .header-desktop .container {
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
}
@media (min-width: 1300px) {
  header .header-desktop .container {
    width: calc(100% - 90px);
    max-width: calc(100% - 90px);
  }
}
header .header-desktop .logo {
  height: 50px;
  flex: 0 0 200px;
}
header .top-url {
  padding: 8px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #0864be;
  border: 1px solid #0864be;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
}
header .top-url.two {
  background: #ed1b24;
  border: 1px solid #ed1b24;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}
header .top-url.two i {
  display: inline-block;
  transform-origin: center;
  transition: transform 0.3s ease;
}
header .top-url.two:hover {
  transform: translateY(-2px);
}
header .top-url.two:hover i {
  animation: phone-shake 0.9s ease-in-out infinite;
}
header .top-url.mr-1 {
  padding: 5px 10px;
  margin-right: 1rem !important;
}
@media (min-width: 992px) {
  header {
    min-height: 119px;
  }
}

.menu-cart {
  position: relative;
}
.menu-cart .show-cart {
  position: absolute;
  top: 100%;
  right: 0;
  width: 350px;
  text-align: left;
  z-index: 999;
  background: #fff;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 0;
  visibility: hidden;
  border: solid 1px #cccccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1200px) {
  .menu-cart .show-cart {
    width: 370px;
  }
}
.menu-cart .show-cart.show {
  opacity: 1;
  visibility: visible;
}
.menu-cart .show-cart .wrap {
  max-height: 400px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.menu-cart .show-cart .wrap::-webkit-scrollbar {
  width: 5px;
}
.menu-cart .show-cart .wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.menu-cart .show-cart .wrap::-webkit-scrollbar-thumb {
  background: #838383;
}
.menu-cart .show-cart .wrap::-webkit-scrollbar-thumb:hover {
  background: #414141;
}
.menu-cart .show-cart .wrap .title {
  background: #eeeeee;
  padding: 9px 20px;
}
.menu-cart .show-cart .wrap .title i {
  color: #ea0000;
}
.menu-cart .show-cart .wrap .mess-none-cart {
  padding: 10px;
}
.menu-cart .show-cart .wrap ._record .img-box {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}
.menu-cart .show-cart .wrap ._record .img-box img {
  width: 100%;
  height: auto;
}
.menu-cart .show-cart .wrap ._record > div {
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.menu-cart .show-cart .wrap ._record > div .product-name {
  font-size: 13px;
  line-height: 21px;
  font-weight: 600;
  display: block;
}
.menu-cart .show-cart .wrap ._record > div .product-name:hover {
  color: #FED600;
}
@media (min-width: 1200px) {
  .menu-cart .show-cart .wrap ._record > div .product-name {
    font-size: 14px;
  }
}
.menu-cart .show-cart .wrap ._record > div .price {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  color: #cd0000;
  margin-right: 20px;
}
.menu-cart .show-cart .wrap ._record > div .price .line {
  font-size: 12px;
  line-height: 20px;
  text-decoration: line-through;
  color: #888888;
  font-style: italic;
}
.menu-cart .show-cart .btn-danger {
  border-radius: 0 !important;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
}
.menu-cart .cart_menu {
  color: #000;
  line-height: 90px;
  position: relative;
  float: right;
  font-size: 13px;
}
.menu-cart .cart_menu img {
  height: 18px;
}
.menu-cart .cart_menu span {
  display: inline-block;
  margin-left: 5px;
  line-height: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  position: relative;
  top: 1px;
}
.menu-cart .cart_menu span img {
  height: 19px;
}
.menu-cart .cart_menu span i.fas {
  font-size: 17px;
}
.menu-cart .cart_menu span i.pos {
  position: absolute;
  font-style: normal;
  top: -5px;
  right: -3px;
  line-height: 15px;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: linear-gradient(180deg, #D8A957 0%, #FFD48A 50%, #D8A957 100%);
  background: #171717;
  width: 15px;
  height: 15px;
  font-size: 10px;
}
.menu-cart .container {
  position: relative;
}
.menu-cart .container .show-cart {
  position: absolute;
  top: 100%;
  right: 0;
  width: 350px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border: 2px solid #ddd;
  z-index: 9999;
  background: #fff;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 0;
  visibility: hidden;
}
.menu-cart .container .show-cart.show {
  opacity: 1;
  visibility: visible;
}
.menu-cart .container .show-cart .wrap {
  max-height: 220px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.menu-cart .container .show-cart .wrap::-webkit-scrollbar {
  width: 5px;
}
.menu-cart .container .show-cart .wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.menu-cart .container .show-cart .wrap::-webkit-scrollbar-thumb {
  background: #888;
}
.menu-cart .container .show-cart .wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.menu-cart .container .show-cart .wrap ._record .img-box {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  background: #f3f3f3;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
.menu-cart .container .show-cart .wrap ._record .img-box img.img-contain {
  max-width: 75%;
  max-height: 75%;
}
.menu-cart .container .show-cart .wrap ._record > div {
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
}

.menu-cart-full {
  width: 100%;
}
.menubar {
  position: relative;
}
.menubar a {
  color: #272626;
}
.menubar a:hover {
  text-decoration: none;
  color: #ed1b24;
}
.menubar #narbarMainMenu {
  padding: 0;
  z-index: 990;
}
.menubar #narbarMainMenu .navbar-collapse ul > li {
  position: relative;
  text-align: center;
}
.menubar #narbarMainMenu .navbar-collapse ul > li.nav-item .nav-link {
  padding: 0 10px;
  font-size: 13px;
  line-height: 65px;
  position: relative;
  font-weight: 600;
}
@media (min-width: 992px) {
  .menubar #narbarMainMenu .navbar-collapse ul > li.nav-item .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .menubar #narbarMainMenu .navbar-collapse ul > li.nav-item .nav-link {
    font-size: 15px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1400px) {
  .menubar #narbarMainMenu .navbar-collapse ul > li.nav-item .nav-link {
    padding: 0 18px;
  }
}
@media (min-width: 1300px) {
  .menubar #narbarMainMenu .navbar-collapse ul > li.nav-item .nav-link {
    padding: 0 20px;
  }
}
.menubar #narbarMainMenu .navbar-collapse ul > li.nav-item .nav-link.has-sub {
  padding: 0 18px 0 10px;
}
@media (min-width: 1200px) {
  .menubar #narbarMainMenu .navbar-collapse ul > li.nav-item .nav-link.has-sub {
    padding: 0 25px 0 15px;
  }
}
@media screen and (min-width: 1400px) {
  .menubar #narbarMainMenu .navbar-collapse ul > li.nav-item .nav-link.has-sub {
    padding: 0 28px 0 18px;
  }
}
@media (min-width: 1300px) {
  .menubar #narbarMainMenu .navbar-collapse ul > li.nav-item .nav-link.has-sub {
    padding: 0 30px 0 20px;
  }
}
.menubar #narbarMainMenu .navbar-collapse ul > li.nav-item .nav-link.has-sub:before {
  content: "+";
  position: absolute;
  left: auto;
  right: 5px;
  top: 50%;
  text-align: center;
  z-index: 9999;
  font-size: 14px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}
@media (min-width: 1200px) {
  .menubar #narbarMainMenu .navbar-collapse ul > li.nav-item .nav-link.has-sub:before {
    font-size: 16px;
    right: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .menubar #narbarMainMenu .navbar-collapse ul > li.nav-item .nav-link.has-sub:before {
    right: 13px;
  }
}
@media (min-width: 1300px) {
  .menubar #narbarMainMenu .navbar-collapse ul > li.nav-item .nav-link.has-sub:before {
    right: 15px;
  }
}
.menubar #narbarMainMenu .navbar-collapse ul > li.nav-item .nav-link.active {
  font-weight: 700;
}
.menubar #narbarMainMenu .navbar-collapse ul > li.nav-item:hover .nav-link {
  color: #ed1b24;
}
.menubar #narbarMainMenu .navbar-collapse ul > li.nav-item:hover .nav-link.has-sub:before {
  content: "-";
}
.menubar #narbarMainMenu .navbar-collapse ul > li.nav-item:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.menubar #narbarMainMenu .navbar-collapse ul > li.nav-item:hover > ul:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.menubar #narbarMainMenu .navbar-collapse ul > li.nav-item ul {
  position: absolute;
  min-width: 220px;
  z-index: 99;
  background: #fff;
  text-align: left;
  visibility: hidden;
  list-style: none;
  padding: 0;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  transform: scale(1, 0);
  transform-origin: 0 0;
}
.menubar #narbarMainMenu .navbar-collapse ul > li.nav-item ul li {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-align: left;
}
.menubar #narbarMainMenu .navbar-collapse ul > li.nav-item ul li a {
  padding: 0 15px;
  display: block;
  white-space: nowrap;
  font-size: 14px;
  min-width: 150px;
  border-top: 0.5px solid #d7d7d7;
  line-height: 40px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (min-width: 1200px) {
  .menubar #narbarMainMenu .navbar-collapse ul > li.nav-item ul li a {
    line-height: 45px;
  }
}
.menubar #narbarMainMenu .navbar-collapse ul > li.nav-item ul li:first-child a {
  border: 0;
}
.menubar #narbarMainMenu .navbar-collapse ul > li.nav-item ul li ul {
  min-width: 200px;
  z-index: 99;
  background: #f3f3f3;
  border-left: 0;
  top: 0;
  text-align: left;
  left: 100%;
  display: none;
  padding: 0;
  list-style: none;
}
.menubar #narbarMainMenu .navbar-collapse ul > li.nav-item ul li ul li a:hover {
  color: #000;
  background: #fff;
}
.menubar #narbarMainMenu .navbar-collapse ul > li.nav-item ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}
.menubar #narbarMainMenu .navbar-collapse ul > li.nav-item ul li:hover > a {
  background: #fff;
  color: #000;
  text-decoration: none;
  padding-left: 20px;
}
.menubar #narbarMainMenu .navbar-collapse ul.navbar-menu {
  display: flex;
  webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
}
.menubar #narbarMainMenu .navbar-collapse ul.navbar-left li.nav-item a.nav-link {
  background-color: #ebebeb;
  color: #111;
  font-size: 13.5px;
  text-transform: uppercase;
  font-weight: bold;
  width: 240px;
  text-align: left;
}
.menubar #narbarMainMenu .navbar-collapse ul.navbar-left li.nav-item a.nav-link i {
  margin: 0 0.7rem 0 0;
  color: #FED600;
  font-size: 18px;
}
.menubar #narbarMainMenu .navbar-collapse ul.navbar-left li.nav-item:hover a.nav-link {
  color: #ED1C24;
}
.menubar .right {
  cursor: pointer;
}

.search_desktop_button,
.search_desktop_button_fix {
  font-size: 18px;
  line-height: 55px;
  height: 55px;
  text-align: center;
  cursor: pointer;
  width: 25px;
}

.menu-fixed {
  position: fixed;
  width: 100%;
  background: #171717;
  border-bottom: 2px solid #FED600;
  box-shadow: 8px 9px 38px 0px rgba(0, 0, 0, 0.1);
  top: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}
.menu-fixed.fixed {
  opacity: 1;
  z-index: 999;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.menu-fixed .logo {
  height: 60px;
  position: relative;
  flex: 0 0 60px;
}
.menu-fixed .logo img {
  max-width: 100%;
  max-height: 98%;
}
.menu-fixed .right-box {
  text-align: right;
}
.menu-fixed .right-box .search_desktop_button_fix {
  cursor: pointer;
  font-size: 16px;
  width: 15px;
  text-align: center;
}
.menu-fixed .right-box .search_desktop_button_fix i.fa-times {
  color: #FED600;
  display: none;
}
.menu-fixed .right-box a {
  font-weight: 600;
}
.menu-fixed .right-box img {
  height: 30px;
  width: 40px;
}
.menu-fixed .right-box .hotline {
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
}
.menu-fixed .right-box .hotline a {
  font-weight: 900;
  color: #FED600;
  font-size: 20px;
  line-height: 20px;
}
.menu-fixed .right-box .links-top a {
  color: #777;
  font-size: 12px;
}
.menu-fixed .right-box .links-top a:hover {
  color: #FED600;
}
.menu-fixed .menubar {
  width: auto;
}
.menu-fixed .menubar #narbarMainMenu .navbar-collapse ul > li.nav-item .nav-link {
  line-height: 60px;
}
.menu-fixed .menubar #narbarMainMenu .navbar-collapse ul > li.nav-item:first-child {
  margin-left: 0;
}
@media (min-width: 992px) {
  .menu-fixed .menubar #narbarMainMenu .navbar-collapse ul > li.nav-item {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .menu-fixed .menubar #narbarMainMenu .navbar-collapse ul > li.nav-item {
    margin: 0 15px;
  }
}
.menu-fixed .menu-cart .cart_menu {
  line-height: 60px;
}

.search_form {
  margin: 0 auto;
  position: relative;
  background: transparent;
  border: 0;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.search_form input {
  background: transparent;
  display: block;
  height: 40px;
  border-radius: 0;
  width: calc(100% - 60px);
  text-indent: 10px;
  outline: none;
  float: left;
  border: 1px solid #fff;
  border-right: 0;
  color: #000;
  background: #fff;
}
.search_form input::-webkit-input-placeholder {
  color: #666;
}
.search_form input::-moz-placeholder {
  color: #666;
}
.search_form input:-ms-input-placeholder {
  color: #666;
}
.search_form input:-moz-placeholder {
  color: #666;
}
.search_form button {
  display: block;
  float: left;
  border-radius: 0;
  outline: none;
  color: #000;
  background: #f5f5f5;
  height: 40px;
  width: 60px;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}

.search_desktop_wrap_fix,
.search_mobile_wrap,
.search_desktop_wrap {
  position: relative;
  display: none;
  padding: 0;
  z-index: 9999;
}
.search_desktop_wrap_fix .container,
.search_mobile_wrap .container,
.search_desktop_wrap .container {
  position: relative;
}
.search_desktop_wrap_fix .search_mobile,
.search_mobile_wrap .search_mobile,
.search_desktop_wrap .search_mobile {
  padding: 8px;
  background: #f5f5f5;
  position: absolute;
  width: 500px;
  right: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.search_desktop_wrap_fix .search_mobile .search_form,
.search_mobile_wrap .search_mobile .search_form,
.search_desktop_wrap .search_mobile .search_form {
  width: 100%;
}

.search_desktop_wrap_fix {
  position: relative;
  display: none;
  padding: 0;
  z-index: 9999;
}
.search_desktop_wrap_fix .container {
  position: relative;
}
.search_desktop_wrap_fix .search_mobile {
  padding: 8px;
  background: #f5f5f5;
  position: absolute;
  width: 500px;
  right: -14px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.search_desktop_wrap_fix .search_mobile .search_form {
  width: 100%;
}

.mm-menu .lang-bt img {
  height: 22px;
}

.slider {
  position: relative;
}
.slider .container {
  padding-right: 40px;
  padding-left: calc(100% - 630px);
}
.slider.slmb {
  height: 500px;
}
.slider.slmb img {
  height: auto !important;
}
.slider.sldt {
  width: 100%;
  aspect-ratio: 1800/543;
  /* giữ đúng tỉ lệ gốc */
  height: 30.1666666667vw;
  min-height: 30.1666666667vw;
}
@keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .slider .owl-slider {
    width: 100%;
  }
}
.slider .container {
  position: relative;
  z-index: 10;
}
.slider .item {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
  height: 500px;
}
.slider .item.full {
  width: 100%;
  aspect-ratio: 1800/543;
  /* giữ đúng tỉ lệ gốc */
  height: 30.1666666667vw;
}
.slider .item.full img {
  -o-object-position: bottom;
     object-position: bottom;
}
.slider .item .slide-bg {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  min-width: 100%;
  min-height: 100%;
}
.slider .item div.d-flex.info-box {
  width: calc(35% + 90px);
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100%;
}
.slider .item div.d-flex.info-box .info_sl {
  width: auto;
  color: #fff;
  text-shadow: 2px 2px 4px #3f3f3f;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  opacity: 0;
  transform: translateY(300px);
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -o-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
}
@media (min-width: 768px) {
  .slider .item div.d-flex.info-box .info_sl {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .slider .item div.d-flex.info-box .info_sl {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .slider .item div.d-flex.info-box .info_sl {
    font-size: 25px;
  }
}
.slider .item div.d-flex.info-box .title_sl {
  color: #171717;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3;
  position: relative;
  opacity: 0;
  transform: translateY(300px);
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -o-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .slider .item div.d-flex.info-box .title_sl {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .slider .item div.d-flex.info-box .title_sl {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .slider .item div.d-flex.info-box .title_sl {
    font-size: 45px;
  }
}
.slider .item div.d-flex.info-box .title_sl .text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.slider .item div.d-flex.info-box .title_sl span {
  position: relative;
  z-index: 100;
}
.slider .item div.d-flex.info-box .brief_sl {
  font-size: 17px;
  opacity: 0;
  transform: translateY(300px);
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -o-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .slider .item div.d-flex.info-box .brief_sl {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 1200px) {
  .slider .item div.d-flex.info-box .brief_sl {
    font-size: 25px;
  }
}
.slider .item div.d-flex.info-box .more_sl {
  opacity: 0;
  transform: translateY(300px);
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -o-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
}
.slider .item div.d-flex.info-box .more_sl a {
  background-image: linear-gradient(90.04deg, rgb(255, 76, 76) 15.05%, rgb(207, 36, 36) 102.84%);
  border: 2px solid #fff;
  font-size: 15px;
  padding: 11px 30px 11px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-weight: 700;
  color: #fff;
}
.slider .item div.d-flex.info-box .more_sl a:hover {
  background: #fff;
  border-color: #ED1C24;
  color: #272626;
}
.slider .active .item::after {
  animation: lineX 8s;
  animation-play-state: running;
}
.slider .active .item > div.info-box.d-flex {
  animation: stuckFadeIn 3s;
}
.slider .active .item > div.info-box.d-flex .info_sl {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition-delay: 500ms;
}
.slider .active .item > div.info-box.d-flex .title_sl {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition-delay: 400ms;
}
.slider .active .item > div.info-box.d-flex .brief_sl {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition-delay: 600ms;
}
.slider .active .item > div.info-box.d-flex .more_sl {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition-delay: 800ms;
}
.slider .active .item .img-top {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transition: all 1100ms ease;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
}
.slider .active .item .img-right {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transition: all 1300ms ease;
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition-delay: 100ms;
  transition-delay: 0.5s;
}
.slider .active .item .img-bottom {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition-delay: 1s;
}
.slider .active .item .img-left {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transition: all 1600ms ease;
  -webkit-transition: all 1600ms ease;
  -moz-transition: all 1600ms ease;
  -ms-transition: all 1600ms ease;
  -o-transition: all 1600ms ease;
  transition-delay: 1.5s;
}
.slider .owl-nav {
  margin: 0;
  position: static;
}
.slider .owl-nav [class*=owl-] {
  background: transparent;
  color: #ccc;
  position: absolute;
  margin: 0;
  padding: 15px 10px !important;
  top: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-size: 40px;
  border: 0;
  outline: 0;
}
.slider .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.slider .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.slider .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: transparent;
  color: #ccc;
}
.slider .owl-dots {
  margin: 0.5rem 0 0 0;
  text-align: center;
}
.slider .owl-dots .owl-dot {
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
.slider .owl-dots .owl-dot span {
  width: 17px;
  height: 17px;
  background: #fff;
  opacity: 0.6;
  display: inline-block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.slider .owl-dots .owl-dot span.active {
  opacity: 1;
  background: #fff;
}
.slider .owl-dots .owl-dot:hover span, .slider .owl-dots .owl-dot.active span {
  opacity: 1;
  background: #171717;
  border-color: #171717;
}
.slider .owl-theme .owl-dots {
  margin: -35px 0 0 0 !important;
  position: relative;
  z-index: 100;
}
.slider .owl-theme .owl-dots .owl-dot span {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
}
.slider .slide-image {
  position: absolute;
  bottom: 0;
  z-index: 100;
  left: 0;
}
.slider .slide-image.sl-right {
  left: auto;
  right: 0;
}
.slider.outer {
  position: relative;
}
.slider.outer .wrap {
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
  margin-top: -71px;
  position: relative;
  z-index: 100;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.slider.outer .wrap .item {
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.slider.outer .wrap .item a {
  height: 120px;
}
.slider.outer .wrap .item img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.slider.outer .wrap .current .item {
  border: 1px solid #171717;
}
.slider.outer .wrap .owl-nav [class*=owl-] {
  padding: 0 !important;
  color: #FED600 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  top: 65%;
  font-size: 25px;
}
.slider.outer .wrap .owl-nav [class*=owl-].owl-prev {
  left: -30px;
}
.slider.outer .wrap .owl-nav [class*=owl-].owl-next {
  right: -30px;
}

.header-box {
  position: relative;
}
@media (min-width: 992px) {
  .header-box {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .header-box {
    padding: 0 60px;
  }
}
.header-box .title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #575656;
  position: relative;
}
@media (min-width: 992px) {
  .header-box .title {
    font-size: 40px;
    line-height: 1.3;
  }
}
.header-box .title.white {
  color: #fff;
  border: 0;
}
.header-box .title.grey {
  color: #383838;
  font-weight: 800;
}
.header-box .brief {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  color: #565555;
  font-weight: 300;
}
.header-box .brief span {
  color: #FED600;
  position: relative;
  z-index: 10;
}
.header-box .brief span.white {
  color: #fff;
}
@media (min-width: 992px) {
  .header-box .brief {
    font-size: 25px;
  }
  .header-box .brief.min {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.header-box .brief.white {
  color: #fff;
}
.header-box .cont {
  font-size: 16px;
  line-height: 1.4;
  max-width: 90%;
}
@media (min-width: 992px) {
  .header-box .cont {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .header-box .cont {
    max-width: 75%;
  }
}
.header-box .cont.white {
  color: #fff;
}
.header-box.white * {
  color: #fff !important;
}
.header-box.big .title {
  font-size: 22px;
  line-height: 1.4;
  position: relative;
}
.header-box.big .title span {
  color: #171717;
}
@media (min-width: 768px) {
  .header-box.big .title {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .header-box.big .title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .header-box.big .title {
    font-size: 30px;
  }
}
.header-box.big .title:hover {
  color: #FED600;
}

.header-box-2 .title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
@media (min-width: 768px) {
  .header-box-2 .title {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .header-box-2 .title {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media (min-width: 1200px) {
  .header-box-2 .title {
    font-size: 30px;
  }
}
.header-box-2 .title.white {
  color: #fff;
  border: 0;
}
.header-box-2 .title.grey {
  color: #383838;
  font-weight: 800;
}

.service-home .list-why {
  background: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.service-home .item-wrap:last-child .item {
  border-right: 0 !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-home .item-wrap:nth-child(2) .item {
    border-right: 0 !important;
  }
}
.service-home .item {
  background: #fff !important;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .service-home .item {
    height: 100%;
  }
  .service-home .item.odd {
    border-right: 1px solid #ed1b24;
  }
  .service-home .item.even {
    border-right: 1px solid #0864be;
  }
}
.service-home .item.odd {
  border-bottom: 5px solid #ed1b24;
}
.service-home .item.even {
  border-bottom: 5px solid #0864be;
}
.service-home .item .img-box-wrap .img-box {
  height: 45px;
  width: 45px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #E6DDDD;
  flex: 0 0 45px;
}
.service-home .item .img-box-wrap .img-box img {
  width: 26px;
  height: 26px;
}
.service-home .item .name {
  margin: 0px 0px 10px 0px;
  font-size: 26px;
  font-weight: bold;
  color: #575656;
}
@media (min-width: 768px) {
  .service-home .item .name {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .service-home .item .name {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .service-home .item .name {
    font-size: 20px;
  }
}
.service-home .item .name:hover {
  color: #ED1C24;
}
.service-home .item .info {
  flex: 0 0 calc(100% - 55px);
}
.service-home .item .brief {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .service-home .item .brief {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .service-home .item .brief {
    font-size: 15px;
  }
}
.service-home .item .more {
  font-size: 18px;
  color: #ed1b24;
}
.service-home .item .more:hover {
  color: #FED600;
}

.service-home-two .owl-nav {
  margin: 0;
  position: static;
}
.service-home-two .owl-nav [class*=owl-] {
  background: transparent;
  color: #a2a2a2;
  position: absolute;
  margin: 0;
  padding: 15px 10px !important;
  top: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-size: 30px;
  border: 0;
  outline: 0;
}
.service-home-two .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.service-home-two .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.service-home-two .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: transparent;
  color: #a2a2a2;
}
.service-home-two .owl-nav [class*=owl-] {
  background: #fff;
  color: #000 !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  padding: 6px !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-home-two .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: #FED600;
}
@media (min-width: 992px) {
  .service-home-two .owl-nav [class*=owl-].owl-next {
    right: -70px;
  }
  .service-home-two .owl-nav [class*=owl-].owl-prev {
    left: -70px;
  }
}
.service-home-two .d-flex {
  gap: 10px;
}
@media (max-width: 991.98px) {
  .service-home-two .d-flex {
    flex-wrap: wrap !important;
    gap: 15px;
  }
}
.service-home-two .item-wrap {
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .service-home-two .item-wrap {
    flex: 0 0 calc(15% - 10px);
    width: calc(15% - 10px);
  }
}
.service-home-two .item-wrap .item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  height: 300px;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media (min-width: 768px) {
  .service-home-two .item-wrap .item {
    height: 350px;
  }
}
.service-home-two .item-wrap .item .info {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  position: absolute;
  top: 0;
  cursor: pointer;
  right: 0;
  z-index: 15;
  font-size: 14px;
  width: 100%;
  padding: 20px;
  color: #fff;
  display: block;
}
@media (min-width: 992px) {
  .service-home-two .item-wrap .item .info {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .service-home-two .item-wrap .item .info {
    padding: 25px;
  }
}
.service-home-two .item-wrap .item .info .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  position: relative;
  color: #fff;
}
@media (min-width: 992px) {
  .service-home-two .item-wrap .item .info .name {
    font-size: 20px;
    line-height: 30px;
  }
}
.service-home-two .item-wrap .item .info .brief {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .service-home-two .item-wrap .item .info .brief {
    font-size: 16px;
    max-height: 0;
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  .service-home-two .item-wrap .item .info .brief {
    font-size: 15px;
  }
}
.service-home-two .item-wrap .item .info .more {
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .service-home-two .item-wrap .item .info .more {
    max-height: 0;
    visibility: hidden;
  }
}
.service-home-two .item-wrap .item .info .more:hover {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .service-home-two .item-wrap.hover {
    width: calc(40% - 10px);
    flex: 0 0 calc(40% - 10px);
  }
  .service-home-two .item-wrap.hover .info .brief,
  .service-home-two .item-wrap.hover .info .more {
    max-height: 300px;
    visibility: visible;
    transition-delay: 0.3s;
  }
}

.about-home {
  background: #ed1b24;
}
.about-home .link .item {
  padding: 12px 30px 12px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
  color: #0a0a0a;
  font-weight: 700;
  margin-top: 15px;
}
.about-home .link .item:first-child {
  background: #FED600;
  margin-top: 0;
}
@media (min-width: 768px) {
  .about-home .link .item {
    margin-top: 0;
    margin-left: 10px;
  }
}

.solution-home {
  background: #F7F7F7;
}
@media (min-width: 768px) {
  .solution-home .item-wrap {
    flex: 0 0 20%;
    width: 20%;
  }
}
.solution-home .item {
  padding: 10px;
}
.solution-home .item img {
  height: 40px;
}
@media (min-width: 992px) {
  .solution-home .item img {
    height: 50px;
  }
}
.solution-home .item a {
  font-size: 16px;
}
@media (min-width: 992px) {
  .solution-home .item a {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .partner-home .list-partner {
    max-width: 85%;
  }
}
.partner-home .item .img-box {
  border: 1px solid #DADADA;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 75px;
}

.home-news {
  background: #F7F7F7;
}
.home-news .grey,
.home-news .seemore {
  color: #FED600;
}
.home-news .list_home_news {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.home-news .list_home_news .item_wrap {
  padding: 10px;
}
.home-news .list_home_news .item {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.home-news .list_home_news .item .img-box-wrap {
  position: relative;
}
.home-news .list_home_news .item .img-box-wrap .img-box {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.home-news .list_home_news .item .img-box-wrap .img-box img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .home-news .list_home_news .item .img-box-wrap .img-box {
    height: 220px;
  }
}
@media (min-width: 992px) {
  .home-news .list_home_news .item .img-box-wrap .img-box {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .home-news .list_home_news .item .img-box-wrap .img-box {
    height: 210px;
  }
}
@media (min-width: 1300px) {
  .home-news .list_home_news .item .img-box-wrap .img-box {
    height: 220px;
  }
}
.home-news .list_home_news .item .img-box-wrap .cat-url {
  border-radius: 5px 0 5px 0;
  -webkit-border-radius: 5px 0 5px 0;
  -moz-border-radius: 5px 0 5px 0;
  background: #FED600;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.home-news .list_home_news .item .item-body {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.home-news .list_home_news .item .item-body .item-title {
  font-size: 15px;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
  line-height: 23px;
  min-height: 46px;
  color: #ed1b24;
}
@media (min-width: 768px) {
  .home-news .list_home_news .item .item-body .item-title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .home-news .list_home_news .item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
    min-height: 52px;
  }
}
.home-news .list_home_news .item .item-body .item-title:hover {
  color: #FED600;
}
.home-news .list_home_news .item .item-body .date {
  font-size: 14px;
  color: #a4a3a3;
}
.home-news .list_home_news .item .item-body .cont {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: inherit;
}
.home-news .list_home_news .item .item-body .more-box a {
  color: #ed1b24;
  font-size: 14px;
}
.home-news .list_home_news .item .item-body .more-box a:hover {
  color: #FED600;
}
.home-news .list_home_news .item .item-body .more-box a i {
  width: 15px;
}
.home-news .list_home_news .item .item-body .content {
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
}
.home-news .list_home_news .item:after, .home-news .list_home_news .item:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #FED600;
  transition: all 0.7s grid-width();
  -webkit-transition: all 0.7s grid-width();
  -moz-transition: all 0.7s grid-width();
  -ms-transition: all 0.7s grid-width();
  -o-transition: all 0.7s grid-width();
}
.home-news .list_home_news .item:after {
  transition: width 0.7s;
  right: 0;
}
.home-news .list_home_news .item:before {
  left: 0;
}
.home-news .list_home_news .item:hover .img-box-wrap .img-box img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.register {
  position: relative;
}
.register .bg {
  position: absolute;
  width: 100%;
  height: calc(100% - 1.5rem - 50px);
  top: calc(1.5rem + 50px);
  background: #ed1b24;
}
@media (min-width: 992px) {
  .register .bg {
    height: calc(100% - 3rem - 50px);
    top: calc(3rem + 50px);
  }
}
.register svg {
  position: absolute;
  width: 100%;
  height: 50px;
  top: calc(1.5rem + 50px);
}
.register svg .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
@media (min-width: 992px) {
  .register svg {
    top: calc(3rem + 50px);
  }
}
.register .container {
  position: relative;
  z-index: 100;
}
.register .container > .row {
  padding-top: 120px;
}
.register .left-box .general-btn {
  padding: 10px 30px;
  background: #FED600;
  font-weight: 700;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.register .left-box .general-btn:hover {
  background: #fff;
  color: #272626;
}
.register .form-comment .title {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .register .form-comment .title {
    font-size: 25px;
  }
}
.register form {
  overflow: hidden;
}
.register form .form-control {
  line-height: 40px;
  height: 40px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-color: #575757;
}
.register form .form-control:focus {
  border: 0;
  outline: none;
  border-color: inherit;
  box-shadow: none;
}
.register form .field-subscribeform-body .form-control {
  height: 120px !important;
}
.register form button.btn {
  background: #FED600;
  color: #272626;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  height: 48px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
}
.register form button.btn span {
  line-height: 45px;
  font-size: 18px;
  display: inline-block;
  position: relative;
  z-index: 10;
  padding-top: 2px;
}
@media (min-width: 992px) {
  .register form button.btn span {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .register form button.btn span {
    font-size: 19px;
  }
}
.register form button.btn:hover {
  background: #fff;
}
.register form .help-block-error {
  color: #fff;
}

.header-box-2 {
  position: relative;
}
.header-box-2 .header-box-left {
  position: relative;
}
@media (min-width: 992px) {
  .header-box-2 .header-box-left {
    max-width: 45%;
    flex: 0 0 45%;
  }
  .header-box-2 .header-box-left .wrap {
    display: inline-block;
  }
}
.header-box-2 .header-box-right {
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .header-box-2 .header-box-right {
    max-width: 55%;
    flex: 0 0 55%;
    text-align: right;
  }
}
.header-box-2.white * {
  color: #fff !important;
}
.header-box-2.no-bg {
  background: none;
  padding-left: 0;
}

.stroke-text {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  -webkit-text-fill-color: #444544;
  -webkit-text-stroke: 1px #5E5E5E;
  position: relative;
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
  font-size: 60px;
}
@media (min-width: 768px) {
  .stroke-text {
    font-size: 90px;
  }
}
@media (min-width: 992px) {
  .stroke-text {
    font-size: 100px;
  }
}
.stroke-text.white, .stroke-text.grey {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #d0d0d0;
}
.stroke-text:before {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0px;
  -webkit-text-fill-color: #ff5722;
  width: 0;
  overflow: hidden;
  transition: 0.5s;
}

.more-wrap {
  padding: 0 15px 0 25px;
  height: 48px;
  line-height: 48px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: #FED600;
  color: #fff;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 600;
}
.more-wrap.pointer {
  cursor: pointer;
}
.more-wrap.pointer:hover {
  background: #171717;
  color: #fff;
}
.more-wrap .icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  background: #fff;
  left: -20px;
  top: 5px;
}
.more-wrap .icon img {
  width: 35px;
  height: 35px;
}

.icon .box {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.icon .box .item {
  text-align: center;
  padding: 0 15px;
}
.icon .box .item img {
  height: 80px;
}
@media (max-width: 767.98px) {
  .icon .box .item {
    min-width: 100px;
  }
  .icon .box .item img {
    height: 60px;
  }
}
.icon .box .item p {
  margin-bottom: 0;
  font-weight: 600;
}

.z-100 {
  position: relative;
  z-index: 100;
}

footer {
  position: relative;
  background: #FED600;
  background: #f1f1f1;
}
footer strong {
  font-weight: 600;
}
footer .logo-ft-wrap {
  position: relative;
}
@media (max-width: 767.98px) {
  footer .logo-ft-wrap {
    text-align: center;
  }
}
footer .logo-ft-wrap .logo {
  position: relative;
  z-index: 5;
}
footer .logo-ft-wrap .logo img {
  max-height: 80px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  footer .logo-ft-wrap .logo img {
    max-height: 90px;
  }
}
footer .logo-ft-wrap .info .company {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  footer .logo-ft-wrap .info .company {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  footer .logo-ft-wrap .info .company {
    font-size: 25px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  footer .logo-ft-wrap .info .company {
    font-size: 30px;
  }
}
footer .logo-ft-wrap .info .slogan {
  font-size: 16px;
  color: #171717;
}
@media (min-width: 768px) {
  footer .logo-ft-wrap .info .slogan {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  footer .logo-ft-wrap .info .slogan {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  footer .logo-ft-wrap .info .slogan {
    font-size: 22px;
  }
}
footer .logo-ft-wrap .info span {
  font-size: 25px;
  font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  color: #FED600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  footer .logo-ft-wrap .info span {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  footer .logo-ft-wrap .info span {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  footer .logo-ft-wrap .info span {
    font-size: 40px;
  }
}
footer .company-name {
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 768px) {
  footer .company-name {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  footer .company-name {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  footer .company-name {
    font-size: 30px;
  }
}
footer .title {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  font-weight: 600;
  color: #272626 !important;
}
@media (min-width: 768px) {
  footer .title {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  footer .title {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  footer .title {
    font-size: 20px;
  }
}
footer .list-partner {
  max-width: 100%;
}
footer .list-partner img {
  width: auto !important;
  height: auto !important;
}
footer .network_social a {
  font-size: 15px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 38px;
  color: #fff;
  text-align: center;
}
footer .network_social a.facebook_icon {
  background: #4267B2;
}
footer .network_social a.youtube {
  background: #ea0000;
}
footer .network_social a.twitter_url {
  background: dodgerblue;
}
footer .company-info .logo img {
  max-width: 100%;
  max-height: 215px;
}
footer .company-info p {
  position: relative;
  color: #272626;
}
footer .company-info p.title {
  padding-left: 0;
}
footer .company-info p i {
  color: #272626;
  width: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
}
footer .company-info strong {
  color: #272626;
}
footer .menu i {
  width: 10px;
}
footer .face iframe {
  width: 100% !important;
  height: 150px !important;
}
footer .map iframe {
  width: 100% !important;
  height: 130px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media (min-width: 992px) {
  footer .map iframe {
    height: 148px !important;
  }
}
footer .gallery .img-box {
  height: 70px;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
footer ul {
  list-style: none;
}
footer .border-top,
footer .border-bottom {
  border-color: rgba(178, 178, 178, 0.4705882353) !important;
}
footer .support .sname {
  color: #FED600;
}
footer .menu-copyright a {
  border-left: 1px solid rgba(178, 178, 178, 0.4705882353) !important;
  color: #575656;
  line-height: 1.3;
}
footer .menu-copyright a:first-child {
  border: 0 !important;
}

.copy-right-box {
  background: #A4A4A4;
  position: relative;
  z-index: 10;
}

.copyright {
  line-height: 25px;
  color: #575656;
}
.copyright * {
  color: #575656;
}
.copyright #gototop {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #383838;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  color: #000;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  cursor: pointer;
}
.copyright #gototop:hover {
  color: #ea0000;
  background: #fff;
}

.navbar-banner {
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  background: #f5f5f5;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .navbar-banner {
    padding: 80px 0 70px 0;
  }
}
.navbar-banner .header-title {
  font-size: 32px;
  font-weight: 600;
  width: 100%;
  line-height: 1.3;
  position: relative;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .navbar-banner .header-title {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .navbar-banner .header-title {
    font-size: 22px;
  }
}
.navbar-banner .breadcrumbs-box {
  position: relative;
  z-index: 5;
  width: 100%;
}
.navbar-banner .breadcrumbs-box .breadcrumb {
  margin: 0;
  border: 0;
  padding: 1.3rem 1.5rem 0.9rem 1.5rem;
  padding: 0.5rem 0 1.9rem 0;
  display: inline-flex;
  background-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 767.98px) {
  .navbar-banner .breadcrumbs-box .breadcrumb {
    padding: 0.3rem 0;
  }
}
.navbar-banner .breadcrumbs-box .breadcrumb > li i {
  margin-right: 0.4rem;
}
.navbar-banner .breadcrumbs-box .breadcrumb > li::after {
  content: "/";
  padding: 0 10px;
}
.navbar-banner .breadcrumbs-box .breadcrumb > li:last-child a {
  font-weight: 600;
}
.navbar-banner .breadcrumbs-box .breadcrumb > li:last-child::after {
  content: "";
  display: none;
}
.navbar-banner #exqute-header-cover {
  width: 90%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.22) 47.4%, rgba(0, 0, 0, 0.46) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(42, 41, 41, 0.96) 0%, rgba(88, 122, 54, 0) 100%);
  mix-blend-mode: multiply;
  left: -35%;
  top: 0;
  opacity: 1;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.product-banner-slide {
  background: #f7f7f7;
}
.product-banner-slide .img-odoo-banner {
  width: auto !important;
  max-width: 120%;
  max-height: 100%;
  height: auto;
}
.product-banner-slide .info-box img {
  max-height: 70px;
}
.product-banner-slide .info-box .title_sl {
  color: #0864be;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3;
  position: relative;
  transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-banner-slide .info-box .title_sl {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .product-banner-slide .info-box .title_sl {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .product-banner-slide .info-box .title_sl {
    font-size: 55px;
  }
}
.product-banner-slide .info-box .title_sl .text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.product-banner-slide .info-box .title_sl span {
  position: relative;
  z-index: 100;
}
.product-banner-slide .info-box .brief_sl {
  font-size: 17px;
  transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .product-banner-slide .info-box .brief_sl {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 1200px) {
  .product-banner-slide .info-box .brief_sl {
    font-size: 25px;
  }
}
.product-banner-slide .info-box .more_sl {
  transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
}
.product-banner-slide .big-img {
  height: auto !important;
}
.product-banner-slide.big {
  background: #faf5f1;
}
.product-banner-slide.big.even {
  background: #f5f5f5;
}
.product-banner-slide.big.odd {
  background: #fff;
}
.product-banner-slide.big .owl-nav {
  display: none !important;
}
.product-banner-slide.big .info-box img {
  max-height: 80px;
}
@media (max-width: 767.98px) {
  .product-banner-slide.big .info-box img {
    height: 70px !important;
  }
}
.product-banner-slide.big .info-box .title_sl {
  color: #ed1b24;
  font-size: 18px;
}
@media (min-width: 768px) {
  .product-banner-slide.big .info-box .title_sl {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .product-banner-slide.big .info-box .title_sl {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .product-banner-slide.big .info-box .title_sl {
    font-size: 30px;
  }
}
.product-banner-slide.big .info-box .title_sl.normal {
  color: #272626;
}
.product-banner-slide.big .info-box .title_sl.normal span {
  color: #ed1b24;
}
.product-banner-slide.big .info-box .brief_sl {
  color: #272626;
  font-size: 16px;
}
@media (min-width: 992px) {
  .product-banner-slide.big .info-box .brief_sl {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .product-banner-slide.big .info-box .brief_sl {
    font-size: 20px;
  }
}
.product-banner-slide.big .right-img {
  max-height: 500px;
  height: auto !important;
}
@media (max-width: 767.98px) {
  .product-banner-slide.big .right-img {
    height: 350px !important;
  }
}
.product-banner-slide.big .img-box-wp {
  height: 500px;
}
@media (max-width: 767.98px) {
  .product-banner-slide.big .img-box-wp {
    height: 250px !important;
  }
}
.product-banner-slide.big .box-img {
  height: 350px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
.product-banner-slide.big .box-img.big {
  height: 450px;
}
.product-banner-slide.big .iframe {
  height: 303px;
  border: 2px solid #f1f1f1;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .product-banner-slide.big .iframe {
    height: 353px;
  }
}
.product-banner-slide.big .iframe iframe {
  width: 100% !important;
  height: 100% !important;
  padding: 10px;
}
@media (max-width: 767.98px) {
  .product-banner-slide.big .text-right {
    text-align: center !important;
    height: 350px;
  }
  .product-banner-slide.big .text-right.wp {
    height: 250px;
  }
}
.product-banner-slide.big .img-box-big {
  height: 350px;
}
@media (min-width: 768px) {
  .product-banner-slide.big .img-box-big {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .product-banner-slide.big .img-box-big {
    height: 500px;
  }
}

.button-main {
  background-image: linear-gradient(90.04deg, rgb(255, 76, 76) 15.05%, rgb(207, 36, 36) 102.84%);
  color: #fff;
  border: 1px solid #f7f7f7;
  font-size: 15px;
  padding: 11px 30px 11px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .button-main {
    font-size: 13px;
    padding: 11px 10px;
  }
}
.button-main:hover {
  background: #fff;
  border-color: #ED1C24;
  color: #272626;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product-value-box .item-wrap:nth-child(2) {
    margin-top: 20px;
  }
  .product-value-box .item-wrap:nth-child(3) {
    margin-top: 40px;
  }
  .product-value-box .item-wrap:nth-child(4) {
    margin-top: 60px;
  }
}
.product-value-box .item {
  background: #F7F7F7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-value-box .item {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .product-value-box .item {
    padding: 25px;
  }
}
.product-value-box .item img {
  height: 40px;
  margin-bottom: 10px;
}
.product-value-box .item h3 {
  font-size: 1.55rem;
  font-weight: 600;
  color: #575656;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-value-box .item h3 {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .product-offer-detail-box .container {
    max-width: calc(100% - 40px);
  }
}
@media (min-width: 1200px) {
  .product-offer-detail-box .container {
    max-width: calc(100% - 160px);
  }
}
@media (min-width: 2000px) {
  .product-offer-detail-box .container {
    max-width: 80%;
  }
}
.product-offer-detail-box .item {
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media (min-width: 768px) {
  .product-offer-detail-box .item {
    height: 100%;
  }
}
.product-offer-detail-box .item .top-item {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-offer-detail-box .item .top-item {
    padding: 10px;
  }
  .product-offer-detail-box .item .top-item h3 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .product-offer-detail-box .item .top-item {
    padding: 30px 20px;
  }
}
.product-offer-detail-box .item .top-item .name {
  color: #ed1b24;
}
.product-offer-detail-box .item .top-item .name:hover {
  color: #FED600;
}
.product-offer-detail-box .item .top-item .info {
  min-height: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-offer-detail-box .item .top-item .info {
    min-height: 60px;
  }
}
.product-offer-detail-box .item .top-item .price {
  min-height: 60px;
}
.product-offer-detail-box .item .top-item .price strong {
  font-size: 2em;
  color: red;
  display: block;
  line-height: 1;
}
.product-offer-detail-box .item .top-item .price span {
  font-size: 0.8em;
}
.product-offer-detail-box .item .bot-item {
  border-top: 1px solid #ccc;
  padding: 20px;
}
@media (min-width: 992px) {
  .product-offer-detail-box .item .bot-item {
    padding: 30px 20px;
  }
}
.product-offer-detail-box .item .bot-item .brief {
  font-size: 14px;
}
.product-offer-detail-box .item .bot-item .brief h5 {
  line-height: 1.5;
  font-size: 1.12rem;
}
.product-offer-detail-box .item .bot-item .brief ul {
  padding-left: 0;
  list-style: none;
}
.product-offer-detail-box .item .bot-item .brief ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.product-offer-detail-box .item .bot-item .brief ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url("../css/images/1828643.png") no-repeat;
  background-size: 16px;
}

.product-solution-box img {
  max-width: 100%;
  max-height: 70px;
}

.product-solution-detail-box .item-wrap {
  position: relative;
}
.product-solution-detail-box .item-wrap.odd {
  background: #EEF1FD;
}
.product-solution-detail-box .item-wrap.even {
  background: #f7f7f7;
}
.product-solution-detail-box .item-wrap.even .item .right-item .nav-tabs .nav-link.active {
  border-bottom: 1px solid #f7f7f7 !important;
}
.product-solution-detail-box .item-wrap .elementor-shape-top {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.product-solution-detail-box .item-wrap .elementor-shape-top .elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.product-solution-detail-box .item-wrap .elementor-shape-top .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
.product-solution-detail-box .item-wrap .item .top-item .name {
  font-size: 25px;
  font-weight: 700;
  color: #575656;
}
@media (min-width: 768px) {
  .product-solution-detail-box .item-wrap .item .top-item .name {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .product-solution-detail-box .item-wrap .item .top-item .name {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .product-solution-detail-box .item-wrap .item .top-item .name {
    font-size: 28px;
  }
}
@media (min-width: 2000px) {
  .product-solution-detail-box .item-wrap .item .top-item .name {
    font-size: 30px;
  }
}
.product-solution-detail-box .item-wrap .item .top-item .brief {
  font-size: 16px;
}
@media (min-width: 992px) {
  .product-solution-detail-box .item-wrap .item .top-item .brief {
    font-size: 18px;
  }
}
.product-solution-detail-box .item-wrap .item .right-item .nav-tabs {
  border: 0;
}
.product-solution-detail-box .item-wrap .item .right-item .nav-tabs .nav-link {
  font-weight: 600;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
@media (min-width: 992px) {
  .product-solution-detail-box .item-wrap .item .right-item .nav-tabs .nav-link {
    padding: 12px 25px;
  }
}
.product-solution-detail-box .item-wrap .item .right-item .nav-tabs .nav-link.active {
  background: transparent;
  border-color: #ccc;
  border-bottom: 1px solid #EEF1FD !important;
}
.product-solution-detail-box .item-wrap .item .right-item .content-page {
  border: 1px solid #ccc;
  padding: 20px;
}

@media (min-width: 992px) {
  .product-link-box .container {
    max-width: calc(100% - 40px);
  }
}
@media (min-width: 1200px) {
  .product-link-box .container {
    max-width: calc(100% - 160px);
  }
}
@media (min-width: 2000px) {
  .product-link-box .container {
    max-width: 80%;
  }
}
.product-link-box .item {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.product-link-box .item:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.product-link-box .item img {
  max-height: 50px;
}

@media (min-width: 768px) {
  .col-md-6-5 {
    flex: 0 1 55%;
    max-width: 55%;
  }
}

@media (min-width: 768px) {
  .col-md-5-5 {
    flex: 0 1 45%;
    max-width: 45%;
  }
}

.product-counter {
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  position: relative;
}
.product-counter:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.product-counter .item {
  position: relative;
  z-index: 10;
}
.product-counter .item .name {
  font-weight: 800;
  font-size: 2rem;
}
@media (min-width: 1300px) {
  .product-counter .item .name {
    font-size: 2.5rem;
  }
}

.product-odoo-service .item {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media (min-width: 768px) {
  .product-odoo-service .item {
    height: 100%;
  }
}
.product-odoo-service .item .left-img {
  width: auto;
  height: 90px;
}
.product-odoo-service .item .img-box-full {
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.product-odoo-service .item .name {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .product-odoo-service .item .name {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .product-odoo-service .item .name {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .product-odoo-service .item .name {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .product-odoo-service .item .name.big {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .product-odoo-service .item .name.big {
    font-size: 20px;
  }
}
.product-odoo-service .item .cont {
  font-size: 15px;
  color: #1e1e1e !important;
}
.product-odoo-service .item .cont ul {
  padding-left: 12px;
  margin-left: 0;
}
.product-odoo-service .item .cont * {
  font-size: 15px;
  color: #1e1e1e !important;
}
.product-odoo-service .item .cont.ulsmall * {
  font-size: 14px;
  color: #000000 !important;
}
.product-odoo-service .item .cont.sz15 {
  font-size: 15px;
}
.product-odoo-service .item .cont.sz15 * {
  font-size: 15px;
  color: #000000 !important;
}
.product-odoo-service .item.no-pd {
  padding: 0;
}
.product-odoo-service .item.has-new-border {
  border: 2px solid #fdbc4e !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.product-odoo-service .item.has-new-border .cont {
  color: #000000 !important;
}
.product-odoo-service .item.has-new-bg {
  background: #fef8ec;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.product-odoo-service .item.has-new-bg .cont {
  color: #000000 !important;
}
.product-odoo-service.two {
  background: #f8f8f8;
}
.product-odoo-service.two .item {
  background: #fff;
}
@media (min-width: 1200px) {
  .product-odoo-service.two .item {
    padding: 20px;
  }
}
.product-odoo-service .general-btn {
  padding: 10px 30px;
  background: #ed1b24;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .product-odoo-service .general-btn {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
  }
}
.product-odoo-service .general-btn:hover {
  background: #FED600;
  color: #272626;
}

@media (min-width: 992px) {
  .product-odoo-capacity .header-box-2 .brief {
    width: 80%;
  }
}
.product-odoo-capacity img {
  max-height: 200px;
  max-width: 100%;
}

.product-odoo-process {
  position: relative;
  background: #f3f2f2;
  margin-top: 48px;
}
@media (min-width: 992px) {
  .product-odoo-process .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .product-odoo-process .row > div {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.product-odoo-process:before {
  background-image: url("../css/images/14_001.svg");
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat no-repeat;
  content: "";
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  top: -48px;
}
.product-odoo-process .item .stt {
  font-size: 50px;
  color: #ed1b24;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 992px) {
  .product-odoo-process .item .stt {
    font-size: 60px;
    flex: 0 0 110px;
    width: 110px;
  }
}
@media (min-width: 992px) {
  .product-odoo-process .item .info {
    flex: 0 0 calc(100% - 110px);
    width: calc(100% - 110px);
  }
}
.product-odoo-process .item .info .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .product-odoo-process .item .info .name {
    font-size: 19px;
  }
}
@media (min-width: 1300px) {
  .product-odoo-process .item .info .name {
    font-size: 20px;
  }
}

.product-odoo-custom {
  background: #fff;
}
.product-odoo-custom .cl-black {
  color: #272626 !important;
}
.product-odoo-custom .cl-black:hover {
  color: #ed1b24 !important;
}

.product-odoo-contact {
  background: #444544;
}
@media (min-width: 768px) {
  .product-odoo-contact.gg-contact-box .brief {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .product-odoo-contact.gg-contact-box {
    padding-bottom: 3rem !important;
  }
}
.product-odoo-contact * {
  color: #fff;
}

.product-header-box {
  font-size: 20px;
}
@media (min-width: 768px) {
  .product-header-box {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .product-header-box {
    font-size: 32px;
    line-height: 1.5;
  }
  .product-header-box.span-block span {
    display: block;
  }
}
.product-header-box.min {
  font-size: 16px;
}
@media (min-width: 768px) {
  .product-header-box.min {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .product-header-box.min {
    font-size: 26px;
  }
}
.product-header-box.sub {
  font-size: 15px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .product-header-box.sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .product-header-box.sub {
    font-size: 20px;
  }
}
.product-header-box.mid {
  font-size: 18px;
}
@media (min-width: 768px) {
  .product-header-box.mid {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .product-header-box.mid {
    font-size: 28px;
  }
}
.product-header-box.white {
  color: #fff;
}
.product-header-box span {
  color: #ed1b24;
}

.product-partner-custom-box {
  background-image: linear-gradient(90.04deg, rgb(255, 76, 76) 15.05%, rgb(36, 86, 207) 102.84%);
  background-position: right;
  background-blend-mode: multiply;
  position: relative;
  background-size: cover;
}
.product-partner-custom-box .partner-box {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: -20px 0 0 0;
}
@media (min-width: 768px) {
  .product-partner-custom-box .partner-box {
    margin: -20px 0;
  }
}
@media (min-width: 1200px) {
  .product-partner-custom-box .partner-box {
    padding: 30px !important;
  }
}
@media (min-width: 1300px) {
  .product-partner-custom-box .partner-box {
    padding: 40px !important;
  }
}
.product-partner-custom-box .partner-box .tit {
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 768px) {
  .product-partner-custom-box .partner-box .tit {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .product-partner-custom-box .partner-box .tit {
    font-size: 20px;
  }
}
.product-partner-custom-box .partner-box .partner-list .item {
  height: 100px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.product-partner-custom-box .partner-box .partner-list .item img {
  max-height: 60%;
  max-width: 60%;
}
.product-partner-custom-box .custom-box .item {
  height: 80px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.product-partner-custom-box .custom-box .item img {
  max-height: 60%;
  max-width: 60%;
}

.product-commit-box {
  background-repeat: no-repeat;
  background-position: center;
}

.product-speacial-item-list .item {
  border: 2px solid #e4e4e4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media (min-width: 768px) {
  .product-speacial-item-list .item {
    height: 100%;
  }
}
.product-speacial-item-list .item.has-box-shadow {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
  border-width: 1px;
  background: #fff;
}
.product-speacial-item-list .item .img {
  height: 70px;
}
.product-speacial-item-list .item .img-small {
  height: 50px;
}
.product-speacial-item-list .item .tit {
  font-size: 18px;
  color: #ed1b24;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .product-speacial-item-list .item .tit {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  .product-speacial-item-list .item .tit {
    font-size: 20px;
  }
}
.product-speacial-item-list .item .tit.big {
  font-size: 20px;
}
@media (min-width: 768px) {
  .product-speacial-item-list .item .tit.big {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .product-speacial-item-list .item .tit.big {
    font-size: 28px;
  }
}
.product-speacial-item-list .item .tit.mid {
  font-size: 20px;
}
@media (min-width: 768px) {
  .product-speacial-item-list .item .tit.mid {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .product-speacial-item-list .item .tit.mid {
    font-size: 25px;
  }
}
.product-speacial-item-list .item.two {
  border-color: #ed1b24;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 30px 0 30px 0;
  -webkit-border-radius: 30px 0 30px 0;
  -moz-border-radius: 30px 0 30px 0;
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.15);
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .product-speacial-item-list .item.two {
    margin-top: 45px;
    padding: 0 20px 30px 20px;
    height: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .product-speacial-item-list .item.two {
    height: calc(100% - 35px);
    padding-bottom: 0;
  }
}
.product-speacial-item-list .item.two .img-box-wrap {
  height: 55px;
}
@media (min-width: 992px) {
  .product-speacial-item-list .item.two .img-box-wrap {
    height: 60px;
  }
}
.product-speacial-item-list .item.two .img-box {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
}
@media (min-width: 992px) {
  .product-speacial-item-list .item.two .img-box {
    width: 90px;
    height: 90px;
    margin-top: -45px;
  }
}
.product-speacial-item-list .item.two .img-box img {
  max-width: 60%;
  max-height: 60%;
}
.product-speacial-item-list .item.bg_white {
  background: #fff;
}
@media (min-width: 1200px) {
  .product-speacial-item-list .item.bg_white {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.product-speacial-item-list .item.bg_white .tit {
  color: #272626;
}
.product-speacial-item-list .item.bg_white .cont {
  font-size: 18px;
}

.product-benefit-box {
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
.product-benefit-box .img-big {
  max-width: 100%;
  height: auto;
}

.product-strage-box {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-strage-box .owl-nav {
  margin: 0;
  position: static;
}
.product-strage-box .owl-nav [class*=owl-] {
  background: transparent;
  color: #a2a2a2;
  position: absolute;
  margin: 0;
  padding: 15px 10px !important;
  top: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-size: 30px;
  border: 0;
  outline: 0;
}
.product-strage-box .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.product-strage-box .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.product-strage-box .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: transparent;
  color: #a2a2a2;
}
.product-strage-box .owl-nav [class*=owl-] {
  background: #fff;
  color: #000 !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  padding: 6px !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.product-strage-box .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: #FED600;
}
@media (min-width: 992px) {
  .product-strage-box .owl-nav [class*=owl-].owl-next {
    right: -70px;
  }
  .product-strage-box .owl-nav [class*=owl-].owl-prev {
    left: -70px;
  }
}
@media (min-width: 992px) {
  .product-strage-box .owl-nav [class*=owl-].owl-next {
    right: -60px;
  }
  .product-strage-box .owl-nav [class*=owl-].owl-prev {
    left: -60px;
  }
}
.product-strage-box .item {
  padding-bottom: 20px;
}
.product-strage-box .item .img-box {
  height: 300px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .product-strage-box .item .img-box {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .product-strage-box .item .img-box {
    height: 400px;
  }
}
.product-strage-box .item .info-box {
  width: 90%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-top: -85px;
  position: relative;
}
.product-strage-box .item .info-box .stt {
  font-weight: 800;
  color: #ed1b24;
  font-size: 35px;
}
.product-strage-box .item .info-box .tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .product-strage-box .item .info-box .tit {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  .product-strage-box .item .info-box .tit {
    font-size: 20px;
  }
}

.product-banner-box .wrap {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-blend-mode: multiply;
}
.product-banner-box .wrap .brief {
  font-size: 15px;
  color: #fff;
}
@media (min-width: 768px) {
  .product-banner-box .wrap .brief {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .product-banner-box .wrap .brief {
    font-size: 20px;
  }
}
.product-banner-box .wrap .open {
  color: #fff;
  background: #ed1b24;
  line-height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.product-banner-box .wrap .open:hover {
  background: #FED600;
  color: #000;
}

.product-field-box {
  background-size: cover;
  background-position: bottom;
  background-blend-mode: multiply;
}
.product-field-box .p-brief {
  max-width: 85%;
}
@media (min-width: 992px) {
  .product-field-box .p-brief {
    font-size: 18px;
  }
}
.product-field-box .name {
  font-weight: bold;
  position: relative;
}
.product-field-box .name:after {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background: #ed1b24;
}
.product-field-box .more {
  color: #fff;
  background: #ed1b24;
  line-height: 40px;
  font-weight: 600;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.product-field-box .more:hover {
  background: #FED600;
  color: #000;
}
.product-field-box .rate {
  background: rgba(244, 180, 0, 0.05);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.product-field-box .rate .img-box-small {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  flex: 0 0 80px;
}
.product-field-box .rate .info {
  flex: 0 0 calc(100% - 90px);
}
.product-field-box .rate .info .star {
  color: orange;
}
.product-field-box .rate .info .info-name {
  font-weight: 600;
}
@media (min-width: 992px) {
  .product-field-box .rate .info .info-name {
    font-size: 18px;
  }
}
.product-field-box .img-box {
  height: 300px;
}
@media (min-width: 768px) {
  .product-field-box .img-box {
    height: 100%;
  }
}

.product-procedure-box .p-brief {
  max-width: 85%;
}
@media (min-width: 992px) {
  .product-procedure-box .p-brief {
    font-size: 18px;
  }
}
.product-procedure-box .owl-nav {
  margin: 0;
  position: static;
}
.product-procedure-box .owl-nav [class*=owl-] {
  background: transparent;
  color: #a2a2a2;
  position: absolute;
  margin: 0;
  padding: 15px 10px !important;
  top: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-size: 30px;
  border: 0;
  outline: 0;
}
.product-procedure-box .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.product-procedure-box .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.product-procedure-box .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: transparent;
  color: #a2a2a2;
}
.product-procedure-box .owl-nav [class*=owl-] {
  background: #fff;
  color: #000 !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  padding: 6px !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.product-procedure-box .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: #FED600;
}
@media (min-width: 992px) {
  .product-procedure-box .owl-nav [class*=owl-].owl-next {
    right: -70px;
  }
  .product-procedure-box .owl-nav [class*=owl-].owl-prev {
    left: -70px;
  }
}
.product-procedure-box .procedure-list .item .img-box {
  height: 300px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-procedure-box .procedure-list .item .img-box {
    height: 350px;
  }
}
.product-procedure-box .procedure-list .item .info-box {
  background: #f5f5f5;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.product-procedure-box .procedure-list .item .info-box .tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .product-procedure-box .procedure-list .item .info-box .tit {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  .product-procedure-box .procedure-list .item .info-box .tit {
    font-size: 20px;
  }
}
.product-procedure-box .procedure-list .item .info-box .tit span {
  color: #ed1b24;
}
.product-procedure-box .wrap-box .wrap {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  overflow: hidden;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px silver solid;
}
.product-procedure-box .wrap-box .wrap .tit {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  position: relative;
}
.product-procedure-box .wrap-box .wrap .tit:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background: #fff;
  left: 1.5rem;
  bottom: 0;
  display: inline-block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.product-procedure-box .wrap-box .wrap .nav-tabs {
  border: none;
  width: 100%;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
  list-style: disc;
}
.product-procedure-box .wrap-box .wrap .nav-tabs .nav-item:last-child .nav-link {
  border: 0 !important;
}
.product-procedure-box .wrap-box .wrap .nav-tabs .nav-item .nav-link {
  font-size: 15px;
  border: none;
  white-space: nowrap;
  font-weight: 600;
  padding: 7px 1.5rem 5px 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: block;
  position: relative;
  margin-bottom: 3px;
  border-radius: 0;
  color: #fff;
}
@media (min-width: 992px) {
  .product-procedure-box .wrap-box .wrap .nav-tabs .nav-item .nav-link {
    padding: 10px 1.5rem 9px 1.5rem;
    font-size: 16px;
  }
}
.product-procedure-box .wrap-box .wrap .nav-tabs .nav-item .nav-link.active, .product-procedure-box .wrap-box .wrap .nav-tabs .nav-item .nav-link:hover {
  position: relative;
  color: #171717;
  background: #fff;
}
.product-procedure-box .wrap-box .tab-content {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  overflow: hidden;
}
.product-procedure-box .wrap-box .tab-content .img-box img {
  width: 100%;
  height: auto;
}

.product-faq-box .p-brief {
  max-width: 85%;
}
@media (min-width: 992px) {
  .product-faq-box .p-brief {
    font-size: 18px;
  }
}
.product-faq-box .faq .faq-list {
  padding: 0;
  list-style: none;
}
.product-faq-box .faq .faq-list > li {
  border-top: 1px solid lightgray;
  padding: 10px 0;
}
.product-faq-box .faq .faq-list > li:first-child {
  border-top: 0;
}
.product-faq-box .faq .faq-list > li > a {
  font-size: 16px;
}
@media (min-width: 768px) {
  .product-faq-box .faq .faq-list > li > a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .product-faq-box .faq .faq-list > li > a {
    font-size: 19px;
  }
}
.product-faq-box .faq .faq-list > li ul {
  margin-left: 0;
  padding-left: 15px;
}
.product-faq-box .faq .faq-list > li ul li {
  margin-bottom: 5px;
}
.product-faq-box .faq .faq-list a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 10px 0;
  font-weight: 500;
  padding-right: 10px;
}
.product-faq-box .faq .faq-list a[aria-expanded=true] {
  font-weight: 600;
}
.product-faq-box .faq .faq-list i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 1s;
}
.product-faq-box .faq .faq-list i.fa-plus-circle {
  display: none;
}
.product-faq-box .faq .collapsed .fa-plus-circle {
  display: inline !important;
}
.product-faq-box .faq .collapsed .fa-minus-circle {
  display: none;
}

.gg-about-box img {
  height: auto !important;
}
@media (max-width: 767.98px) {
  .gg-about-box img {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .gg-about-box .left-box {
    text-align: center;
    height: 300px;
  }
  .gg-about-box .left-box img {
    max-height: 300px;
  }
}
.gg-about-box .info-box .info {
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 768px) {
  .gg-about-box .info-box .info {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .gg-about-box .info-box .info {
    font-size: 25px;
  }
}
.gg-about-box.black-bg {
  background: #00053d;
}
.gg-about-box.black-bg * {
  color: #fff;
}

.gg-home-product .owl-nav {
  margin: 0;
  position: static;
}
.gg-home-product .owl-nav [class*=owl-] {
  background: transparent;
  color: #a2a2a2;
  position: absolute;
  margin: 0;
  padding: 15px 10px !important;
  top: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-size: 30px;
  border: 0;
  outline: 0;
}
.gg-home-product .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.gg-home-product .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.gg-home-product .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: transparent;
  color: #a2a2a2;
}
.gg-home-product .owl-nav [class*=owl-] {
  background: #fff;
  color: #000 !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  padding: 6px !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gg-home-product .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: #FED600;
}
@media (min-width: 992px) {
  .gg-home-product .owl-nav [class*=owl-].owl-next {
    right: -70px;
  }
  .gg-home-product .owl-nav [class*=owl-].owl-prev {
    left: -70px;
  }
}
@media (min-width: 992px) {
  .gg-home-product .owl-nav [class*=owl-].owl-next {
    right: -60px;
  }
  .gg-home-product .owl-nav [class*=owl-].owl-prev {
    left: -60px;
  }
}
.gg-home-product .nav-tabs {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.gg-home-product .nav-tabs .nav-link {
  position: relative;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  background: #fff;
  border: 1px solid #ed1b24;
}
@media (min-width: 992px) {
  .gg-home-product .nav-tabs .nav-link {
    padding: 0 35px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .gg-home-product .nav-tabs .nav-link {
    padding: 0 40px;
    line-height: 45px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
  }
}
.gg-home-product .nav-tabs .nav-link:hover {
  color: #fff;
  background: #ed1b24;
}
.gg-home-product .nav-tabs .nav-item {
  margin: 0 5px;
}
.gg-home-product .nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.gg-home-product .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.gg-home-product .nav-tabs .nav-item.show .nav-link,
.gg-home-product .nav-tabs .nav-link.active {
  color: #fff;
  background: #ed1b24;
}
.gg-home-product .item-wrap.one .info-box .box-name-price,
.gg-home-product .item-wrap.one .info-box .btn-submit-now {
  background: linear-gradient(151deg, #024EA2 0.01%, #90DBEC 100%);
}
.gg-home-product .item-wrap.one .info-box .upload-download .color,
.gg-home-product .item-wrap.one .info-box .sup-box a {
  color: #034DA2;
}
.gg-home-product .item-wrap.two .info-box .box-name-price,
.gg-home-product .item-wrap.two .info-box .btn-submit-now {
  background: linear-gradient(160deg, #F90716 0%, #FFF323 100%);
}
.gg-home-product .item-wrap.two .info-box .upload-download .color,
.gg-home-product .item-wrap.two .info-box .sup-box a {
  color: red;
}
.gg-home-product .item-wrap.three .info-box .box-name-price,
.gg-home-product .item-wrap.three .info-box .btn-submit-now {
  background: linear-gradient(153deg, #34BE82 0%, #F2F013 100%);
}
.gg-home-product .item-wrap.three .info-box .upload-download .color,
.gg-home-product .item-wrap.three .info-box .sup-box a {
  color: green;
}
.gg-home-product .item-wrap .upload-download .color,
.gg-home-product .item-wrap .sup-box a {
  font-size: 16px;
}
@media (min-width: 768px) {
  .gg-home-product .item-wrap .upload-download .color,
  .gg-home-product .item-wrap .sup-box a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .gg-home-product .item-wrap .upload-download .color,
  .gg-home-product .item-wrap .sup-box a {
    font-size: 20px;
  }
}
.gg-home-product .item-wrap .img-box-wrap .box {
  position: relative;
  height: 291px;
}
.gg-home-product .item-wrap .img-box-wrap .box .mid {
  width: 215px;
  height: 215px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  z-index: 20;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.gg-home-product .item-wrap .img-box-wrap .box .out {
  width: 291px;
  height: 291px;
  position: relative;
  z-index: 5;
}
.gg-home-product .item-wrap .img-box-wrap .box .out:before {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 10;
  width: 291px;
  height: 291px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 30 ")";
}
.gg-home-product .item-wrap .img-box-wrap .box .out:after {
  content: "";
  display: inline-block;
  left: 19px;
  top: 19px;
  position: absolute;
  z-index: 10;
  width: 253px;
  height: 253px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 60 ")";
  box-shadow: 0px 4.7901234627px 23.9506168365px 0px rgba(0, 0, 0, 0.1);
}
.gg-home-product .item-wrap .img-box-wrap .box img {
  position: absolute;
  z-index: 25;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-height: 351px;
  width: auto !important;
}
@media (min-width: 1300px) {
  .gg-home-product .item-wrap .img-box-wrap .box img {
    max-height: 370px;
  }
}
.gg-home-product .item-wrap .img-box-wrap:hover {
  cursor: pointer;
}
.gg-home-product .item-wrap .info-box {
  margin-top: -180px;
  background: #F5F5F5 !important;
}
.gg-home-product .item-wrap .info-box .p-3 {
  background: #F5F5F5 !important;
}
.gg-home-product .item-wrap .info-box .box-name-price {
  padding: 200px 10px 10px 10px;
}
.gg-home-product .item-wrap.one .img-box-wrap .box .mid {
  background: radial-gradient(50% 50% at 50% 50%, #5B97DB 0%, #024EA2 100%);
  box-shadow: 0px 4.7901234627px 11.9753084183px 0px rgba(0, 0, 0, 0.1) inset;
}
.gg-home-product .item-wrap.one .img-box-wrap .box .out:before, .gg-home-product .item-wrap.one .img-box-wrap .box .out:after {
  background: linear-gradient(151deg, #024EA2 0.01%, #90DBEC 100%);
}
.gg-home-product .item-wrap.two .img-box-wrap .box .mid {
  background: radial-gradient(50% 50% at 50% 50%, #F58D4F 0%, #C84B00 100%);
  box-shadow: 0px 4.7901234627px 11.9753084183px 0px rgba(0, 0, 0, 0.1) inset;
}
.gg-home-product .item-wrap.two .img-box-wrap .box .out:before, .gg-home-product .item-wrap.two .img-box-wrap .box .out:after {
  background: linear-gradient(160deg, #F90716 0%, #FFF323 100%);
}
.gg-home-product .item-wrap.three .img-box-wrap .box .mid {
  background: radial-gradient(50% 50% at 50% 50%, #69D661 0%, #157A0C 100%);
  box-shadow: 0px 4.7901234627px 11.9753084183px 0px rgba(0, 0, 0, 0.1) inset;
}
.gg-home-product .item-wrap.three .img-box-wrap .box .out:before, .gg-home-product .item-wrap.three .img-box-wrap .box .out:after {
  background: linear-gradient(153deg, #34BE82 0%, #F2F013 100%);
}
.gg-home-product .item {
  position: relative;
  padding-top: 20px;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .gg-home-product .item {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .gg-home-product .item {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .gg-home-product .item .bgr-top img {
    height: 40px;
    margin-bottom: -1px;
  }
}
.gg-home-product .item .tag {
  border-radius: 21px;
  background: #ea4634;
  width: 108px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  font-weight: 600;
  transform: translateX(-50%);
}
.gg-home-product .item .tag.cl2 {
  background: #fbbd05;
  color: #000;
}
.gg-home-product .item .tag.cl3 {
  background: #437fff;
}
.gg-home-product .item .tag.cl4 {
  background: #37a652;
}
.gg-home-product .item .product-box {
  position: relative;
}
.gg-home-product .item .product-box .info-box {
  border: 1px solid #eee;
  border-radius: 30px 5px 5px 5px;
  -webkit-border-radius: 30px 5px 5px 5px;
  -moz-border-radius: 30px 5px 5px 5px;
  overflow: hidden;
  background: #fff;
  transition: all 0.52 ease;
  -webkit-transition: all 0.52 ease;
  -moz-transition: all 0.52 ease;
  -ms-transition: all 0.52 ease;
  -o-transition: all 0.52 ease;
  font-size: 14px;
  height: 100% !important;
}
.gg-home-product .item .product-box .info-box .box-name-price {
  border-radius: 30px 0px;
}
.gg-home-product .item .product-box .info-box .box-name-price * {
  color: #fff;
}
.gg-home-product .item .product-box .info-box .box-name-price .name {
  font-weight: 600;
  font-size: 17px;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: inherit;
}
@media (min-width: 768px) {
  .gg-home-product .item .product-box .info-box .box-name-price .name {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .gg-home-product .item .product-box .info-box .box-name-price .name {
    font-size: 20px;
  }
}
.gg-home-product .item .product-box .info-box .box-name-price .price {
  font-weight: 600;
  line-height: 1;
  font-size: 16px;
  background: linear-gradient(to right, rgb(255, 76, 76) 15.05%, rgb(207, 36, 36) 102.84%);
  padding: 8px;
  border-radius: 50px;
  width: 69%;
  margin: auto;
}
.gg-home-product .item .product-box .info-box .box-name-price .price.max-content {
  width: -moz-max-content;
  width: max-content;
  min-width: 70%;
}
.gg-home-product .item .product-box .info-box .box-name-price .retail {
  height: 15px;
  line-height: 15px;
  text-decoration: line-through;
  font-size: 14px;
}
.gg-home-product .item .product-box .info-box ul {
  list-style: none;
  padding-left: 0;
}
.gg-home-product .item .product-box .info-box ul li {
  margin-bottom: 10px;
  position: relative;
  line-height: 25px;
  padding-left: 23px;
}
.gg-home-product .item .product-box .info-box ul li img {
  height: 14px !important;
  width: auto !important;
  display: inline;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 3px;
}
.gg-home-product .item .product-box .info-box .gift {
  color: #ea0000;
  font-weight: 600;
  min-height: 20px;
}
.gg-home-product .item .product-box .info-box .add_cart_form .input_cart button {
  margin: 0;
  font-size: 20px;
  line-height: 0px;
  border: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #ED1C24;
  float: left;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.gg-home-product .item .product-box .info-box .add_cart_form .input_cart button:hover {
  background: #dc0021;
  color: #fff;
}
.gg-home-product .item .product-box .info-box .add_cart_form .input_cart button.btn-minus {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
}
.gg-home-product .item .product-box .info-box .add_cart_form .input_cart button.btn-plus {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
}
.gg-home-product .item .product-box .info-box .add_cart_form .input_cart input {
  width: calc(100% - 70px);
  display: block;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  outline: none;
  padding: 5px 0;
  float: left;
  border: 0;
}
.gg-home-product .item .product-box .info-box .add_cart_form .submit {
  background-image: linear-gradient(to right, rgb(255, 76, 76) 15.05%, rgb(207, 36, 36) 102.84%);
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 35px;
  width: 100%;
  border: 0;
  cursor: pointer;
}
.gg-home-product .item .product-box .info-box .popup-btn {
  background-image: linear-gradient(to right, rgb(255, 76, 76) 15.05%, rgb(207, 36, 36) 102.84%);
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 35px;
  width: 100%;
  border: 0;
  cursor: pointer;
}
.gg-home-product .item .product-box .info-box .popup-btn.green {
  background: green;
}
.gg-home-product .item .product-box1 {
  padding: 20px 20px 30px 20px;
  background: rgba(74, 186, 185, 0.07);
  position: relative;
  border-bottom: 1px solid #C9F0F0;
  border-left: 1px solid #C9F0F0;
  border-right: 1px solid #C9F0F0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.gg-home-product .item .product-box1.active {
  background: #142239;
  color: #fff;
}
.gg-home-product .item .product-box1 .img-wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #4ABAB9;
}
.gg-home-product .item .product-box1 .img-wrap .img-box {
  flex: 0 0 40px;
  width: 40px;
  height: auto !important;
  margin-right: 10px;
}
.gg-home-product .item .product-box1 .img-wrap .info .product-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.gg-home-product .item .product-box1 .img-wrap .info .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.gg-home-product .item .product-box1 .img-wrap .info .retail {
  height: 15px;
  line-height: 15px;
  text-decoration: line-through;
  font-size: 14px;
}
.gg-home-product .item .product-box1 .info-box {
  font-size: 14px;
}
.gg-home-product .item .product-box1 .info-box ul {
  list-style: none;
  padding-left: 0;
}
.gg-home-product .item .product-box1 .info-box ul li {
  margin-bottom: 10px;
  position: relative;
  line-height: 25px;
  padding-left: 23px;
}
.gg-home-product .item .product-box1 .info-box ul li img {
  height: 18px !important;
  width: auto !important;
  display: inline;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 3px;
}
.gg-home-product .item .product-box1 .info-box .gift {
  color: #ea0000;
  font-weight: 600;
  min-height: 20px;
}
.gg-home-product .item .product-box1 .info-box .add_cart_form .input_cart button {
  margin: 0;
  font-size: 20px;
  line-height: 0px;
  border: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #ED1C24;
  float: left;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.gg-home-product .item .product-box1 .info-box .add_cart_form .input_cart button:hover {
  background: #dc0021;
  color: #fff;
}
.gg-home-product .item .product-box1 .info-box .add_cart_form .input_cart button.btn-minus {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
}
.gg-home-product .item .product-box1 .info-box .add_cart_form .input_cart button.btn-plus {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
}
.gg-home-product .item .product-box1 .info-box .add_cart_form .input_cart input {
  width: calc(100% - 70px);
  display: block;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  outline: none;
  padding: 5px 0;
  float: left;
  border: 0;
}
.gg-home-product .item .product-box1 .info-box .add_cart_form .submit {
  background-image: linear-gradient(to right, rgb(255, 76, 76) 15.05%, rgb(207, 36, 36) 102.84%);
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 35px;
  width: 100%;
  border: 0;
  cursor: pointer;
}
.gg-home-product .item .product-box1 .info-box .popup-btn {
  background-image: linear-gradient(to right, rgb(255, 76, 76) 15.05%, rgb(207, 36, 36) 102.84%);
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 35px;
  width: 100%;
  border: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gg-home-product .owl-stage {
    display: flex !important;
    align-items: stretch !important;
  }
  .gg-home-product .item-wrap1,
  .gg-home-product .item {
    height: 100%;
  }
  .gg-home-product .item-wrap1 .product-box,
  .gg-home-product .item .product-box {
    height: calc(100% - 50px);
  }
}

.gg-guide-box {
  background-size: auto 100%;
  background-position: right top;
  background-repeat: no-repeat;
}
.gg-guide-box table {
  background: #fff;
}
@media (max-width: 767.98px) {
  .gg-guide-box table {
    width: 1000px;
    max-width: 1000px;
  }
}
.gg-guide-box table td {
  vertical-align: middle;
  text-align: center;
}
.gg-guide-box table td img {
  width: 16px;
}
.gg-guide-box table td:first-child {
  text-align: left;
  max-width: 230px;
}

@media (max-width: 767.98px) {
  .gg-compare-box table {
    max-width: 1000px;
    min-width: 800px;
  }
}
.gg-compare-box .features_table thead tr th {
  padding: 10px !important;
  color: var(--color-text);
  background: #faf5f1;
  text-align: center;
  font-size: 20px;
  border: 1px solid #e9e9e9;
  width: 18%;
  border-bottom: 0;
}
.gg-compare-box .features_table thead tr th a {
  color: #fff;
  display: block;
  border-radius: 5px;
  color: #fff;
  background-image: linear-gradient(to right, rgb(255, 76, 76) 15.05%, rgb(207, 36, 36) 102.84%);
  background-image: -moz-linear-gradient(to right, rgb(255, 76, 76) 15.05%, rgb(207, 36, 36) 102.84%);
  font-size: 0.95rem;
  padding: 5px;
  margin: 5px auto;
  max-width: 80%;
  line-height: 25px;
}
.gg-compare-box .features_table thead tr th:last-child {
  border-right: 0;
  border-top-right-radius: 5px;
}
.gg-compare-box .features_table thead tr th:first-child {
  width: 28%;
}
.gg-compare-box .features_table tbody tr td {
  border: 1px solid #e9e9e9;
  height: 60px;
  vertical-align: middle !important;
  text-align: center;
}
.gg-compare-box .features_table tbody tr td {
  width: 18%;
}
.gg-compare-box .features_table tbody tr td:first-child {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  width: 28%;
}
.gg-compare-box .features_table tbody tr:first-child td:first-child {
  border-top: 1px solid #e9e9e9;
}
.gg-compare-box .features_table {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.gg-compare-box .features_table thead tr th {
  vertical-align: middle !important;
  font-size: 18px;
}
.gg-compare-box .features_table .detail-headline img {
  max-width: 25px;
  height: auto !important;
  margin: 0 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gg-compare-box .features_table .detail-headline {
  display: flex;
  font-size: 0.95rem;
  align-items: center;
}
.gg-compare-box .features_table .detail-item {
  font-size: 0.95rem;
  padding-left: 35px;
}
.gg-compare-box .features_table tr td i {
  font-size: 1.3rem;
}
.gg-compare-box a.btn-view-more-td {
  padding-left: 30px;
  display: inline-block;
  align-items: center;
  height: 100%;
  color: gray;
  position: relative;
}
.gg-compare-box a.btn-view-more-td:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f078";
  position: absolute;
  right: -25px;
  top: 5px;
}
.gg-compare-box a.btn-view-more-td.hide:before {
  content: "\f077";
}
.gg-compare-box a.btn-view-more-td i {
  color: gray;
  margin-left: 10px;
}
.gg-compare-box a.btn-view-more-td span {
  color: gray;
}
.gg-compare-box .header_price_note {
  line-height: 22px;
}
.gg-compare-box .header_price em,
.gg-compare-box .header_price_note em {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 0.9rem;
}
.gg-compare-box .header_features_table {
  font-weight: normal;
}
.gg-compare-box .header_name {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.3;
}
.gg-compare-box .header_price.header_price_old {
  font-size: 0.9rem;
  font-weight: bold;
  color: gray;
  margin: 2px 0;
  height: 20px;
  text-decoration: line-through;
}
.gg-compare-box .header_price {
  font-weight: bold;
  line-height: 1.3;
}
.gg-compare-box .header_price_note span {
  display: block;
  font-size: 0.95rem;
  margin: 5px 0;
}
.gg-compare-box .div-responsive {
  position: relative;
}
.gg-compare-box .fixed-thead {
  position: fixed;
  z-index: 1000;
  top: 90px;
  width: calc(100% - 120px);
  max-width: 1130px;
}

.gg-solution-box img {
  height: auto !important;
}
.gg-solution-box .brief * {
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .gg-outstanding-box table {
    width: 1000px;
    max-width: 1000px;
  }
}
.gg-outstanding-box table tr th {
  text-align: center;
  width: 40%;
}
.gg-outstanding-box table tr th:nth-child(1) {
  width: 20%;
}
.gg-outstanding-box table tr th:nth-child(2) {
  background: #ed1b24;
  color: #fff;
}

.gg-service-box .info-box .button-box a {
  padding: 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #ed1b24;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gg-service-box .info-box .button-box a:hover {
  background: #FED600 !important;
  color: #fff;
  border-color: #FED600 !important;
}
.gg-service-box .info-box .button-box > div:first-child a {
  background: #ed1b24;
  color: #fff;
}
.gg-service-box .right-box .item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
@media (min-width: 992px) {
  .gg-service-box .right-box .item {
    padding: 20px;
  }
}
.gg-service-box .right-box .item img {
  height: 100px;
}
.gg-service-box .right-box .item .name {
  font-size: 16px;
  font-weight: 800;
}
.gg-service-box .right-box .item .brief {
  font-size: 14px;
  line-height: 20px;
  min-height: 60px;
}

.gg-faq-box .faq .faq-list {
  padding: 0;
  list-style: none;
}
.gg-faq-box .faq .faq-list li {
  border-radius: 5px;
  border: 1px solid lightgray;
  background-color: #f6f7f8;
  padding: 0 15px;
}
.gg-faq-box .faq .faq-list a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 10px 0;
  font-weight: 500;
  padding-right: 10px;
}
.gg-faq-box .faq .faq-list a[aria-expanded=true] {
  font-weight: 600;
}
.gg-faq-box .faq .faq-list i {
  font-size: 16px;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 1s;
}
.gg-faq-box .faq .faq-list i.fa-plus-circle {
  display: none;
}
.gg-faq-box .faq .collapsed .fa-plus-circle {
  display: inline !important;
}
.gg-faq-box .faq .collapsed .fa-minus-circle {
  display: none;
}

@media (min-width: 992px) {
  .gg-partner-box .item-wrap {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }
}
.gg-partner-box .item-wrap .item span {
  font-size: 40px;
  font-weight: 600;
  color: #ed1b24;
}
@media (min-width: 768px) {
  .gg-partner-box .item-wrap .item span {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .gg-partner-box .item-wrap .item span {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .gg-partner-box .item-wrap .item span {
    font-size: 50px;
  }
}
.gg-partner-box .item-wrap .item .name {
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .gg-partner-box .item-wrap .item .name {
    font-size: 17px;
  }
}

.gg-contact-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 992px) {
  .gg-contact-box {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 768px) {
  .gg-contact-box .brief {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .gg-contact-box .brief {
    font-size: 17px;
  }
}
.gg-contact-box .btn-more {
  background: #ed1b24;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #ed1b24;
  padding: 8px 30px;
}
.gg-contact-box .btn-more:hover {
  background: #fff;
  color: #ed1b24;
}

@media (min-width: 768px) {
  .gg-contact-us .right-box {
    text-align: right;
  }
}
.gg-contact-us .right-box .img {
  max-height: 370px;
}
.gg-contact-us .info-box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}

@media (min-width: 1200px) {
  .gg-content-box .c-box {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .gg-content-box .i-box {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
.gg-content-box .info,
.gg-content-box .brief {
  font-size: 14px;
}
@media (min-width: 768px) {
  .gg-content-box .info,
  .gg-content-box .brief {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .gg-content-box .info,
  .gg-content-box .brief {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .gg-content-box .info,
  .gg-content-box .brief {
    font-size: 18px;
  }
}
.gg-content-box .info {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(90.04deg, rgb(255, 76, 76) 15.05%, rgb(36, 86, 207) 102.84%);
  font-weight: 500;
  display: inline-block;
}
.gg-content-box .name {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .gg-content-box .name {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .gg-content-box .name {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .gg-content-box .name {
    font-size: 30px;
  }
}
.gg-content-box img,
.gg-content-box video {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .gg-content-box .brief ul {
    columns: 2;
    /* hoặc column-count: 2; */
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
    margin-bottom: 20px;
    padding: 0;
  }
}

.gg-home-product-two .list-products {
  flex: 0 1 calc(100% + 8px);
  max-width: calc(100% + 8px);
}
@media (min-width: 768px) {
  .gg-home-product-two .list-products {
    flex: 0 1 calc(100% + 12px);
    max-width: calc(100% + 12px);
  }
}
@media (min-width: 992px) {
  .gg-home-product-two .list-products {
    flex: 0 1 calc(100% + 16px);
    max-width: calc(100% + 16px);
  }
  .gg-home-product-two .list-products.five-col .col-md-3 {
    flex: 0 1 20%;
    max-width: 20%;
  }
}
.gg-home-product-two .list-products.row {
  margin-right: -4px;
  margin-left: -4px;
}
@media (min-width: 768px) {
  .gg-home-product-two .list-products.row {
    margin-right: -6px;
    margin-left: -6px;
  }
}
@media (min-width: 992px) {
  .gg-home-product-two .list-products.row {
    margin-right: -8px;
    margin-left: -8px;
  }
}
.gg-home-product-two .list-products.row > div {
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 768px) {
  .gg-home-product-two .list-products.row > div {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 992px) {
  .gg-home-product-two .list-products.row > div {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.gg-home-product-two .list-products .item {
  height: 100%;
}
.gg-home-product-two .list-products .product-box {
  position: relative;
  border: 1px solid #dadada;
  box-shadow: 0 1px 5px rgba(138, 137, 137, 0.05);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media (min-width: 768px) {
  .gg-home-product-two .list-products .product-box {
    height: 100%;
  }
}
.gg-home-product-two .list-products .product-box .img-box {
  height: 50px;
  margin-top: 25px;
  margin-left: 25px;
}
.gg-home-product-two .list-products .product-box .info-box {
  position: relative;
  z-index: 6;
}
.gg-home-product-two .list-products .product-box .info-box .name {
  position: relative;
  font-size: 22px;
  font-weight: 600 !important;
  line-height: 1.3;
  position: relative;
}
@media (min-width: 768px) {
  .gg-home-product-two .list-products .product-box .info-box .name {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .gg-home-product-two .list-products .product-box .info-box .name {
    font-size: 28px;
  }
}
.gg-home-product-two .list-products .product-box .info-box .price {
  font-size: 18px;
  font-weight: bold;
  color: #ed1b24;
  display: block;
  padding-right: 5px;
  overflow: hidden;
  font-weight: 600;
}
@media (min-width: 992px) {
  .gg-home-product-two .list-products .product-box .info-box .price {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .gg-home-product-two .list-products .product-box .info-box .price {
    font-size: 18px;
    padding-right: 10px;
  }
}
.gg-home-product-two .list-products .product-box .info-box .retail {
  font-size: 11px;
  line-height: 1;
  color: #b6b6b6;
  text-decoration: line-through;
  overflow: hidden;
  font-weight: normal;
}
@media (min-width: 768px) {
  .gg-home-product-two .list-products .product-box .info-box .retail {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .gg-home-product-two .list-products .product-box .info-box .retail {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .gg-home-product-two .list-products .product-box .info-box .retail {
    font-size: 15px;
  }
}
.gg-home-product-two .list-products .product-box .info-box .retail span {
  color: #cd0814;
  margin-left: 5px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .gg-home-product-two .list-products .product-box .info-box .retail span {
    font-size: 12px;
  }
}
.gg-home-product-two .list-products .product-box .info-box .info-p {
  font-size: 14px;
  color: #888585;
}
.gg-home-product-two .list-products .product-box .info-box .cont * {
  margin-bottom: 5px;
}
.gg-home-product-two .list-products .product-box .info-box ul {
  list-style: none;
  padding-left: 0;
}
.gg-home-product-two .list-products .product-box .info-box ul li {
  margin-bottom: 10px;
  position: relative;
  line-height: 25px;
  padding-left: 23px;
}
.gg-home-product-two .list-products .product-box .info-box ul li img {
  height: 14px !important;
  width: auto !important;
  display: inline;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 3px;
}
.gg-home-product-two .list-products .product-box .tag {
  position: absolute;
  width: 45px;
  height: 25px;
  line-height: 25px;
  background: #FED600;
  color: #000;
  right: 0px;
  top: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
}
.gg-home-product-two .list-products .product-box .hot-img {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
}
.gg-home-product-two .list-products .product-box .hot-img .tag {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin: 0 10px 8px 0;
  padding: 0 10px 0 12px;
  background: #ea0000;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  margin-left: 20px;
}
.gg-home-product-two .list-products .product-box .hot-img .tag:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #ea0000 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}
.gg-home-product-two .list-products .product-box .hot-img .tag:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 1px;
  float: left;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
}
.gg-home-product-two .list-products .product-box .status {
  display: inline-block;
  width: 57px;
  height: 57px;
  background: url("../css/images/news.png") no-repeat;
  position: absolute;
  top: -3px;
  left: -3px;
}
.gg-home-product-two .list-products .product-box:hover {
  border: 1px solid #ed1b24;
  background: rgba(244, 244, 244, 0.79);
}
.gg-home-product-two .list-products .product-box:hover .img-box img {
  transform: scale(1.12, 1.12);
  -webkit-transform: scale(1.12, 1.12);
  -moz-transform: scale(1.12, 1.12);
  -o-transform: scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
}
.gg-home-product-two .list-products .product-box:hover .view-box {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}
.gg-home-product-two .list-products .product-box .btn-more {
  background: #FED600;
  line-height: 35px;
  font-size: 13px;
  color: #fff;
}
.gg-home-product-two .list-products .product-box .btn-more i {
  color: #fff;
}
.gg-home-product-two .list-products .product-box .btn-more:hover {
  background: #171717;
}
.gg-home-product-two .list-products.over-scroll {
  overflow-x: scroll;
}
.gg-home-product-two .list-products.over-scroll .item-wrap {
  width: 200px;
  flex: 0 0 200px;
  margin-right: 10px;
}
.gg-home-product-two .list-products.over-scrolls {
  overflow-x: scroll;
}
.gg-home-product-two .list-products.over-scrolls .block {
  width: 200px;
  flex: 0 0 200px;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .content > .container > .row {
    --wt: 360px;
  }
  .content > .container > .row .col-lg-8 {
    flex: 0 0 calc(100% - var(--wt));
    max-width: calc(100% - var(--wt));
  }
  .content > .container > .row .slidebar.col-lg-4 {
    flex: 0 0 var(--wt);
    max-width: var(--wt);
  }
}
.content.bg_grey {
  background: #fafafa;
}
.content h1.title {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid lightgrey;
}
.content .mucluc {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.content .mucluc .er_toc_title {
  position: sticky !important;
  top: 0 !important;
  z-index: 10 !important;
  background-color: #fff !important;
}
.content .mucluc ::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
}
.content .mucluc ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.content .mucluc ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}
.content .mucluc ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.content .mucluc .er_toc {
  margin-bottom: 15px;
  background: #fff;
  line-height: 1.7em;
  overflow: hidden;
  padding: 0;
  border: solid rgba(100, 106, 115, 0.4) 1px;
  border-radius: 8px;
}
@media only screen and (max-width: 600px) {
  .content .mucluc .er_toc {
    height: auto;
    max-height: 200px;
  }
}
@media (max-width: 991.98px) {
  .content .mucluc .er_toc {
    max-height: 200px;
  }
}
.content .mucluc .er_toc .er_toc_title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  background: #f8f8f8;
  color: #263A4D;
  padding: 7px 10px 7px 35px;
  position: relative;
  border-bottom: 1px solid rgba(100, 106, 115, 0.4);
}
.content .mucluc .er_toc .er_toc_title:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f0cb";
  position: absolute;
  left: 10px;
  top: 11px;
}
.content .mucluc .er_toc .er_toc_title span {
  position: absolute;
  right: 5px;
  top: 8px;
}
.content .mucluc .er_toc .er_toc_title.er_toc_title_open span:after {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f106";
  margin-left: 10px;
}
.content .mucluc .er_toc .er_toc_title.er_toc_title_close span:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  margin-left: 10px;
}
.content .mucluc .er_toc .er_toc_content {
  padding: 10px;
  background: #ffffff;
  color: #333;
  border-top: 1px solid #e5e5e5;
  max-height: 300px;
  overflow-y: auto;
}
.content .mucluc .er_toc .er_toc_content > ol > li,
.content .mucluc .er_toc .er_toc_content > ol > li > a {
  font-size: 14px !important;
  color: #263A4D;
  font-weight: 600;
}
.content .mucluc .er_toc .er_toc_content > ol > li > ol > li,
.content .mucluc .er_toc .er_toc_content > ol > li > ol > li a {
  font-size: 14px !important;
  color: #263A4D;
  font-weight: normal !important;
}
.content .mucluc .er_toc .er_toc_content > ol {
  list-style: none;
  padding-left: 0;
}
.content .mucluc .er_toc .er_toc_content > ol a:hover {
  color: green;
}
.content .mucluc .er_toc .er_toc_content > ol li {
  margin-bottom: 5px;
}
.content .mucluc .er_toc .er_toc_content > ol > li {
  font-size: 16px;
}
.content .mucluc .er_toc .er_toc_content > ol > li li {
  font-weight: normal;
  font-size: 15px;
}
.content .mucluc .er_toc .er_toc_content > ol ol {
  list-style: none;
  padding-left: 20px;
}
.content .mucluc .er_toc .er_toc_content > ol li {
  margin-bottom: 5px;
}
.content .mucluc .er_toc.er_toc_fixed {
  position: fixed;
  right: 70px;
  z-index: 9999;
  max-width: 400px;
  max-height: 500px;
  bottom: 0;
  transform: translateY(-50%);
  margin-left: 10px;
}
@media (min-width: 992px) {
  .content .mucluc .er_toc.er_toc_fixed {
    margin-left: -5px;
  }
}
.content .mucluc .er_toc.er_toc_fixed .er_toc_title {
  position: relative;
}
.content .mucluc .er_toc.er_toc_fixed .er_toc_title .close-toc {
  position: absolute;
  right: 0;
  z-index: 9999;
  font-style: normal;
  color: red;
  cursor: pointer;
}
.content .fixed-mucluc {
  position: fixed;
  bottom: 90px;
  cursor: pointer;
  z-index: 9999;
  background: #f5f5f5;
  border: 2px solid #000;
  padding: 10px 5px;
  right: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.content .fixed-mucluc i {
  font-size: 35px;
}
@media (min-width: 992px) {
  .content .fixed-mucluc {
    left: auto;
  }
}
@media (max-width: 767.98px) {
  .content .fixed-mucluc i {
    font-size: 28px;
  }
}
.content .pagination {
  margin: 1rem 0 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .pagination > li {
  color: #000;
  border: 1px solid #dee2e6;
  text-align: center;
  font-size: 1rem;
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.content .pagination > li a,
.content .pagination > li span {
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-weight: 600;
  display: block;
  color: #000;
  text-decoration: none;
}
.content .pagination > li.active {
  background-color: #bbbfc2 !important;
  border-color: #bbbfc2 !important;
  cursor: pointer;
  text-decoration: none;
}
.content .pagination > li.active * {
  color: #fff;
}
.content .pagination > li:hover {
  background-color: #dee2e6;
  cursor: pointer;
  text-decoration: none;
}
.content .header-title {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  line-height: 30px;
  padding-top: 7px;
  text-align: left;
}
.content .list-hot-news img {
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.content .list-hot-news .item {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.content .list-hot-news .item .image {
  overflow: hidden;
  height: 90px;
}
.content .list-hot-news .item .image a {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.content .list-hot-news .item:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.content .list-hot-news .item .title {
  font-size: 15px;
  font-weight: 600;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
  line-height: 25px;
}
@media (min-width: 992px) {
  .content .list-hot-news .item .title {
    font-size: 15px;
    min-height: 50px;
  }
}
@media (min-width: 1200px) {
  .content .list-hot-news .item .title {
    font-size: 16px;
  }
}
.content .list-hot-news .item .cat-date .date {
  font-size: 12px;
  font-style: italic;
}
@media (min-width: 992px) {
  .content .list-hot-news .item .cat-date .date {
    font-size: 13px;
  }
}
.content .list-hot-news .item .content {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: inherit;
  min-height: 69px;
  line-height: 23px;
}
.content .list-hot-news .item.has-border {
  margin-top: 10px;
  padding-top: 12px;
}
@media (max-width: 767.98px) {
  .content .list-hot-news .item.has-border-mobile {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid #dee2e6 !important;
  }
}
.content .list-hot-news .item .box .image {
  height: 265px;
}
.content .list-hot-news .item .box .image a {
  height: 100%;
}
.content .list-hot-news .item .box .info-box {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .content .list-hot-news .item .box .info-box {
    padding: 15px 0;
  }
}
@media (min-width: 768px) {
  .content .list-hot-news .list-right .item .col-5 {
    flex: 0 0 125px;
    max-width: 125px;
  }
  .content .list-hot-news .list-right .item .col-7 {
    flex: 0 0 calc(100% - 125px);
    max-width: calc(100% - 125px);
  }
}
.content .list-news .item {
  height: 100%;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.content .list-news .item .img-box {
  position: relative;
  overflow: hidden;
}
.content .list-news .item .img-box .image_inner {
  position: relative;
  display: block;
  overflow: hidden;
  height: 250px;
  width: 100%;
}
.content .list-news .item .img-box .image_inner img {
  min-width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.content .list-news .item .img-box .image_inner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: transparent\9 ;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  top: 0;
  left: 0;
  padding: 10px 8px;
  cursor: pointer;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.content .list-news .item .img-box .image_inner .overlay .icon_position_table {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  display: flex;
  height: 100%;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.content .list-news .item .img-box .image_inner .overlay .icon_position_table .icon_container {
  width: 40px;
  height: 40px;
  padding: 5px;
  background: #fff;
  display: table;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.content .list-news .item .img-box .image_inner .overlay .icon_position_table .icon_container a {
  border: 1px dashed #cfcfcf;
  display: table-cell;
  vertical-align: middle;
  color: #FED600;
  font-size: 13px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.content .list-news .item .img-box .image_inner .overlay .icon_position_table .icon_container:hover {
  background: #000;
}
.content .list-news .item .img-box .cat-url {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #FED600;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  font-weight: 600;
  line-height: 35px;
  height: 30px;
}
.content .list-news .item .item-body {
  width: 100%;
  z-index: 100;
}
.content .list-news .item .item-body .item-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
}
.content .list-news .item .item-body .item-title a {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.content .list-news .item .item-body .item-title a:hover {
  color: #ed1b24;
  text-decoration: none;
}
@media (min-width: 992px) {
  .content .list-news .item .item-body .item-title {
    min-height: 56px;
  }
}
@media (min-width: 992px) {
  .content .list-news .item .item-body .item-title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .content .list-news .item .item-body .item-title {
    font-size: 20px;
  }
}
.content .list-news .item .item-body .content {
  line-height: 25px;
  overflow: hidden;
  min-height: 75px;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: inherit;
}
.content .list-news .item .date {
  font-size: 14px;
  color: #5d5b5b;
}
@media (min-width: 992px) {
  .content .list-news .item .date {
    font-size: 15px;
  }
}
.content .list-news .item .more {
  background: #FED600;
  color: #fff;
  line-height: 1.3;
  padding: 8px 15px 3px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.content .list-news .item .more:hover {
  background: #171717;
}
.content .list-news .item:after {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 60%);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.content .list-news .item:hover:after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 80%);
}
.content .list-news .item.big-item {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .content .list-news .item.big-item .img-box .image_inner {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .content .list-news .item.big-item .img-box .image_inner {
    height: 350px;
  }
}
.content .list-news .item:hover .img-box .image_inner .overlay {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}
.content .list-news.box .item .item-body .item-title {
  min-height: 0;
}
.content .list-news.box .item .item-body .content {
  height: auto;
}
.content .slidebar {
  /* --- Style Widget Hỗ trợ trực tuyến --- */
}
@media (min-width: 992px) {
  .content .slidebar {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .content .slidebar .sidebar-fix {
    position: sticky;
    top: 70px;
  }
}
.content .slidebar .widget-box {
  background: #fff;
  margin-bottom: 30px;
}
.content .slidebar .widget-box .widget-title {
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
  font-size: 20px;
  color: #444544;
  font-weight: 600;
}
.content .slidebar .widget-box .widget-title.is-left-border {
  border-left: 4px solid #ED1C24;
}
.content .slidebar .widget-box .widget-title.is-left-border span {
  font-size: 22px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .content .slidebar .widget-box .widget-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .content .slidebar .widget-box .widget-title {
    font-size: 21px;
  }
}
.content .slidebar .widget-box .widget-title span {
  display: block;
  line-height: 1.4;
}
.content .slidebar .widget-box.widget-social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #171717;
  color: #171717;
  text-align: center;
  margin-right: 5px;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
}
.content .slidebar .widget-box.widget-social a:hover {
  background: #171717;
  color: #fff;
}
.content .slidebar .widget-category {
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  padding: 15px 0px;
}
.content .slidebar .widget-category .list-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content .slidebar .widget-category .list-box ul li {
  position: relative;
}
.content .slidebar .widget-category .list-box ul li a {
  display: block;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  background: #f9f9fb;
  padding: 10px 1px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.content .slidebar .widget-category .list-box ul li a:hover {
  color: #171717;
  background: #FED600;
}
.content .slidebar .widget-category .list-box ul li > ul {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .content .slidebar .widget-category .list-box ul li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
    min-width: 200px;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: 800;
  }
}
.content .slidebar .widget-category .list-box ul li > ul > li a {
  padding-left: 0 !important;
  white-space: nowrap;
}
.content .slidebar .widget-category .list-box ul li:hover > ul, .content .slidebar .widget-category .list-box ul li.active > ul {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  visibility: visible;
}
.content .slidebar .widget-category .list-box ul li:hover > div, .content .slidebar .widget-category .list-box ul li.active > div {
  color: #171717 !important;
}
.content .slidebar .widget-category .list-box ul li:hover > div > a, .content .slidebar .widget-category .list-box ul li.active > div > a {
  color: #171717 !important;
}
.content .slidebar .widget-category .list-box > ul > li .active {
  color: #ed1b24;
}
.content .slidebar .widget-category .list-video iframe {
  width: 100%;
  height: 200px;
}
.content .slidebar .widget-category .form-body {
  padding: 0.8rem 0;
}
.content .slidebar .widget-category .form-body .form-control {
  border-radius: 0;
  font-size: 13.5px;
  padding: 0.3rem 0;
  border: none;
  border-bottom: 1px solid #c5c5c5;
}
.content .slidebar .widget-category .form-body .form-footer {
  text-align: center;
}
.content .slidebar .widget-category .form-body .btn-submit {
  background-color: #FED600;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 13.5px;
  padding: 0.4rem 1.5rem;
}
.content .slidebar .widget-category .form-body .network_social {
  text-align: center;
  margin: 1rem 0 0 0;
}
.content .slidebar .widget-category .form-body .network_social a {
  border-radius: 50%;
  background-color: #363636;
  color: #fff;
  font-size: 14px;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 0 0.2rem;
}
.content .slidebar .widget-support .list-support-wrapper {
  padding: 0;
}
.content .slidebar .widget-support .list-support-wrapper .support-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-left: 4px solid #ED1C24;
  border-radius: 6px;
  padding: 12px 15px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}
.content .slidebar .widget-support .list-support-wrapper .support-card .icon-phone {
  width: 40px;
  height: 40px;
  background: rgba(237, 28, 36, 0.1);
  color: #ED1C24;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}
.content .slidebar .widget-support .list-support-wrapper .support-card .info-wrap .supporter-name {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
  font-weight: 600;
  color: #888;
}
.content .slidebar .widget-support .list-support-wrapper .support-card .info-wrap .supporter-phone {
  font-size: 18px;
  color: #333;
  text-decoration: none;
  line-height: 1.2;
  transition: color 0.2s;
  font-family: Arial, sans-serif;
}
.content .slidebar .widget-support .list-support-wrapper .support-card .info-wrap .supporter-phone:hover {
  color: #ED1C24;
}
.content .slidebar .widget-support .list-support-wrapper .support-card .call-btn a {
  font-size: 11px;
  background: #ED1C24;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
}
.content .slidebar .widget-support .list-support-wrapper .support-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: #e1e1e1;
}
.content .slidebar .widget-support .list-support-wrapper .support-card:hover .icon-phone {
  background: #ED1C24;
  color: #fff;
  animation: phone-shake 1s ease-in-out infinite;
}
.content .slidebar .widget-support .list-support-wrapper .support-card:hover .call-btn a {
  opacity: 1;
  transform: translateX(0);
}
.content .slidebar .widget-news a {
  font-size: 17px;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.05);
  display: block;
  border: 1px solid #ebebeb;
}
.content .slidebar .widget-news .list-news-latest {
  counter-reset: popular-counter;
}
.content .slidebar .widget-news .list-news-latest .col-12 {
  border-bottom: 1px #e1e1e1 dotted;
}
.content .slidebar .widget-news .list-news-latest .col-12:last-child {
  border-bottom: 0;
}
.content .slidebar .widget-news .list-news-latest .item-article {
  border-bottom: 1px #d3d3d3 dotted;
  margin: 0;
  display: flex;
  flex-direction: row;
  padding: 0.8rem 0;
}
.content .slidebar .widget-news .list-news-latest .item-article:last-child {
  border-bottom: 0;
}
.content .slidebar .widget-news .list-news-latest .item-article:before {
  display: table;
  content: " ";
}
.content .slidebar .widget-news .list-news-latest .item-article .post-image {
  flex: 0 1 90px;
  max-width: 90px;
  position: relative;
}
.content .slidebar .widget-news .list-news-latest .item-article .post-image a {
  display: block;
  height: 75px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #fff;
  border: 1px solid #f1f1f1;
}
.content .slidebar .widget-news .list-news-latest .item-article .post-image a img {
  min-width: 100%;
  height: 75px;
}
.content .slidebar .widget-news .list-news-latest .item-article .post-image a.d-flex img.m-auto {
  max-width: 90%;
  max-height: 90%;
  height: auto;
  min-width: 0;
}
.content .slidebar .widget-news .list-news-latest .item-article .post-content {
  padding-left: 12px;
  overflow: hidden;
  flex: 1 1;
}
.content .slidebar .widget-news .list-news-latest .item-article .post-content .title {
  margin: 0 0 5px;
  line-height: 22px;
  overflow: hidden;
  max-height: 44px;
}
.content .slidebar .widget-news .list-news-latest .item-article .post-content .title a {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
}
.content .slidebar .widget-news .list-news-latest .item-article .post-content .cat-url {
  font-size: 12px;
  color: #FED600;
  line-height: 1.3;
  display: block;
}
.content .slidebar .widget-news .list-news-latest .item-article .post-content .date {
  font-size: 12px;
}
.content .slidebar .widget-news .list-news-latest .item-article .post-content .date i {
  color: #a6a6a6;
  font-size: 12px;
  margin-right: 5px;
  vertical-align: 1px;
}
.content .slidebar .widget-news .list-news-latest .item-article .post-content .price-more .price {
  color: #ea0000;
}
.content .slidebar .box-layer {
  position: relative;
}
.content .slidebar .box-layer .list-news-social ul {
  margin: 0;
  padding: 0;
}
.content .slidebar .box-layer .list-news-social ul li {
  font-weight: 600;
  list-style: none;
}
.content .slidebar .box-layer .list-news-social ul li a {
  display: block;
}
.content .slidebar .box-layer.cat-menu ul {
  list-style: none;
}
.content .slidebar .box-layer.cat-menu .list > ul {
  padding: 0;
  margin: 0;
}
.content .slidebar .box-layer.cat-menu .list > ul > li {
  position: relative;
}
.content .slidebar .box-layer.cat-menu .list > ul > li > a {
  color: #333;
}
.content .slidebar .box-layer.cat-menu .list > ul > li > a i {
  margin-right: 0.2rem;
}
.content .slidebar .box-layer.cat-menu .list > ul > li > a:hover {
  color: #171717;
}
.content .slidebar .box-layer.cat-menu .list > ul > li > i {
  position: absolute;
  right: 0;
  top: 15px;
}
.content .slidebar .box-layer.cat-menu .list > ul > li > i.fa-angle-up {
  display: none;
}
.content .slidebar .box-layer.cat-menu .list > ul > li ul {
  display: none;
}
.content .slidebar .box-layer.cat-menu .list > ul > li.expand > i.fa-angle-up {
  display: inline-block;
}
.content .slidebar .box-layer.cat-menu .list > ul > li.expand > i.fa-angle-down {
  display: none;
}
.content .slidebar .box-layer.cat-menu .list > ul > li.expand ul {
  display: block;
}
.content .slidebar .box-layer.cat-menu .red {
  color: #FED600 !important;
}
.content .slidebar .retail {
  text-decoration: line-through;
  color: #ccc;
  font-size: 13px;
}
@media (min-width: 992px) {
  .content .left-box-p {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.content.news p {
  color: #000000;
}
.content.news .left .image-box-big {
  overflow: hidden;
  height: 350px;
}
@media (min-width: 992px) {
  .content.news .left .image-box-big {
    height: 400px;
  }
}
.content.news .left .image-box-big1 img {
  width: 100%;
  height: auto !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.content.news .left h1.title {
  font-size: 26px;
  font-weight: 600;
  border-bottom: 0;
  color: #444544;
}
@media (min-width: 992px) {
  .content.news .left h1.title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .content.news .left h1.title {
    font-size: 35px;
    line-height: 1.4;
  }
}
.content.news .left .brief-box {
  font-style: italic;
}
@media (min-width: 992px) {
  .content.news .left .brief-box {
    font-size: 17px;
  }
}
.content.news .left .alert-success {
  background-color: #edf0ed;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.content.news .left .alert-success * {
  color: #21262b;
  border-color: #21262b;
}
.content.news .left .news-latest {
  background-color: #edf0ed;
  border: 1px solid #d5d5d5;
  box-sizing: inherit;
  margin: 0px 0px 25px;
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.content.news .left .news-latest ol {
  padding-left: 20px;
}
@media (min-width: 992px) {
  .content.news .left .news-latest ol li {
    font-size: 17px;
  }
}
.content.news .left .news-latest ol li a {
  color: #21262b;
}
.content.news .about-page {
  background-color: #FED600;
  color: #fff;
  padding: 3rem;
}
@media (max-width: 991.98px) {
  .content.news .about-page {
    padding: 1.5rem;
  }
}
.content.news .about-page .aboutus {
  padding: 0;
  margin: 0 0 1rem 0;
}
.content.news .about-page .aboutus .header {
  display: flex;
  max-width: 500px;
  margin: 1rem auto 1rem auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .content.news .about-page .aboutus .header {
    flex-direction: column;
  }
}
.content.news .about-page .aboutus .header .title-name {
  color: #fff;
  text-transform: none;
  text-align: right;
  font-size: 22px;
  margin: 0 0.2rem 0 0;
}
.content.news .about-page .aboutus .header strong {
  font-size: 58px;
}
.content.news .about-page .about-list {
  margin: 2.5rem 0 0 0;
}
.content.news .about-page .about-list .item {
  display: flex;
  margin: 0 0 2.5rem 0;
  justify-content: center;
  align-items: center;
  position: relative;
}
.content.news .about-page .about-list .item > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #FED600;
  border: 5px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
@media (max-width: 991.98px) {
  .content.news .about-page .about-list .item > a {
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
  }
}
.content.news .about-page .about-list .item > a img {
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 70%;
}
.content.news .about-page .about-list .item .title-box {
  background-color: #fff;
  color: #000;
  padding: 0.8rem;
  border-radius: 8px;
  margin: 0 0 0 2rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .content.news .about-page .about-list .item .title-box {
    margin: 0 0 0 1rem;
  }
}
.content.news .about-page .about-list .item .title-box::before {
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  right: 100%;
  top: calc(50% - 10px);
  content: "";
  display: block;
}
.content.news .about-page .about-list .item .title-box p {
  margin: 0;
}
.content.news .about-page .about-list .item .title-box .title {
  margin: 0 0 0.2rem 0;
  text-transform: uppercase;
  font-weight: 600;
}
.content.news .about-page .about-list .item .title-box .desc {
  max-width: 400px;
}
@media (min-width: 992px) {
  .content.news .about-page .about-list .item .title-box .desc {
    min-width: 400px;
  }
}
.content.news form .btn-submit {
  width: 40%;
  background: #FED600;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.content.news form .btn-submit:hover {
  background: #6A0E14;
}
.content.news form .alert-success {
  width: 100%;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  text-align: center;
  font-size: 16px;
}
.content.news .box-image-order .img-box {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
.content.news .box-image-order .img-box img {
  height: auto !important;
}
.content.news .box-image-order .gg-home-product {
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.content.news .box-image-order .gg-home-product .price {
  font-weight: 600;
  color: #ea0000;
}
.content.news .contact-us {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.content.news .contact-us p {
  font-size: 14px;
  font-weight: 600;
}
.content.news .contact-us span {
  background-image: linear-gradient(to right, #10c310, #059a05);
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 35px;
  width: 100%;
  border: 0;
  cursor: pointer;
}
.content.news .user-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px;
}
@media (max-width: 767.98px) {
  .content.news .user-box {
    text-align: center;
  }
}
.content.news .user-box .img-box {
  height: 300px;
  display: flex;
}
@media (min-width: 768px) {
  .content.news .user-box .img-box {
    height: 100%;
    max-height: 300px;
  }
}
@media (min-width: 992px) {
  .content.news-two .right-box {
    position: sticky;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.content.news-two .right-box .widget-news .widget-title {
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 992px) {
  .content.news-two .right-box .widget-news .widget-title {
    font-size: 22px;
  }
}
.content.news-two .right-box .widget-news .item {
  background: #fff;
  box-shadow: 7px 11px 67px -8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.content.news-two .right-box .widget-news .item .post-image a {
  height: 120px;
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.content.news-two .right-box .widget-news .item .post-content .title {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: inherit;
  line-height: 1.5;
  font-weight: 500;
  font-size: 15px;
}
@media (min-width: 992px) {
  .content.news-two .col-lg-8.normal {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.content.home-news .list_home_news .item {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
.content.home-news .list_home_news .item:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.content.home-news .list_home_news .item .img-box {
  height: 170px;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  overflow: hidden;
}
.content.home-news .list_home_news .item .item-body .item-title {
  color: #FED600;
  font-weight: 600;
  font-size: 17px;
}
.content.home-news .list_home_news .item .item-body .brief ul {
  padding-left: 15px;
  margin: 0;
}
.content.home-news .list_home_news .item .item-more {
  line-height: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.content.home-news .list_home_news .item .item-more:hover {
  background: #FED600;
  color: #fff;
}
.content.list-product .expand-box {
  overflow: hidden;
  height: 300px;
  position: relative;
}
.content.list-product .expand-box .open-expand-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  max-width: 200px;
  height: 34px;
  line-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FED600;
  color: #fff;
  font-size: 14px;
  text-decoration: none !important;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border: 1px solid #fff;
}
.content.list-product .expand-box .open-expand-button:hover {
  background: #171717;
  color: #fff;
}
.content.list-product .tool_box {
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .content.list-product .tool_box .left_tool_box label {
    margin: 10px 0;
    margin-right: 10px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
  }
  .content.list-product .tool_box .left_tool_box label input {
    position: absolute;
    top: 0;
    left: -30px;
  }
  .content.list-product .tool_box .left_tool_box label input:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 31px;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #aaa;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background: #fff;
  }
  .content.list-product .tool_box .left_tool_box label input:checked:before {
    background: #FED600;
    box-shadow: 0 0 0 1px #FED600;
  }
  .content.list-product .tool_box .left_tool_box label + label {
    padding-left: 18px;
  }
}
.content.list-product .tool_box .left_tool_box select {
  width: 85px;
}
.content.list-product .tool_box .right_tool_box a {
  color: #444;
  border: 1px solid #ddd;
  padding: 3px 10px 2px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.content.list-product .tool_box .right_tool_box a svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
.content.list-product .tool_box .right_tool_box a.active, .content.list-product .tool_box .right_tool_box a:hover {
  color: #FED600;
  border-color: #FED600;
}
.content.list-product .list-products {
  margin-left: -10px;
  margin-right: -10px;
}
.content.list-product .product-box1 .img-box {
  height: 180px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .content.list-product .product-box1 .img-box {
    height: 220px;
  }
}
@media (min-width: 992px) {
  .content.list-product .product-box1 .img-box {
    height: 190px;
  }
}
@media (min-width: 1200px) {
  .content.list-product .product-box1 .img-box {
    height: 250px;
  }
}
.content.list-product .no-show-image .des-cont {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  height: inherit;
  min-height: 180px;
}
.content.contact .contact-info-box h5 {
  line-height: 1.5;
  font-weight: 600;
  font-size: 20px;
  color: #FED600;
}
@media (min-width: 768px) {
  .content.contact .contact-info-box h5 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .content.contact .contact-info-box h5 {
    font-size: 30px;
  }
}
.content.contact .contact-info-box .desc {
  max-width: 80%;
}
@media (min-width: 992px) {
  .content.contact .contact-info-box .desc {
    max-width: 70%;
    font-size: 18px;
  }
}
.content.contact .contact-info-box .item {
  background: #fcfcfc;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.02);
}
@media (min-width: 768px) {
  .content.contact .contact-info-box .item {
    height: 100%;
  }
}
.content.contact .contact-info-box .item .icon {
  font-size: 30px;
}
.content.contact .contact-info-box .item .head {
  font-size: 20px;
  font-weight: 600;
}
.content.contact .contact-form .form-control {
  padding: 12px;
}
.content.contact .contact-form .btn {
  background: #FED600;
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.content.contact .contact-form .btn:hover {
  background: #171717;
  color: #fff;
}
.content.contact #mapcont iframe {
  width: 100% !important;
  height: 350px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media (min-width: 992px) {
  .content.contact #mapcont iframe {
    height: 505px !important;
  }
}
@media (min-width: 1200px) {
  .content.shopping-cart .container > .row .col-lg-8 {
    flex: 0 0 72%;
    max-width: 72%;
  }
  .content.shopping-cart .container > .row .col-lg-4 {
    flex: 0 0 28%;
    max-width: 28%;
  }
}
.content.shopping-cart .title {
  font-size: 24px;
}
.content.shopping-cart .container {
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
}
@media (min-width: 1300px) {
  .content.shopping-cart .container {
    width: calc(100% - 90px);
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 767.98px) {
  .content.shopping-cart .cart_service_item > div {
    flex: 0 0 100%;
    width: 100%;
  }
}
.content.shopping-cart .cart_service_item .cart_service_item_serv.cart_service_item_pricing {
  width: 20%;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .content.shopping-cart .cart_service_item .cart_service_item_serv.cart_service_item_pricing {
    text-align: right;
  }
}
.content.shopping-cart .cart_service_item_box {
  width: 15%;
}
.content.shopping-cart .cart_service_item_box s {
  font-size: 0.8rem;
}
.content.shopping-cart .cart_service_item_serv.cart_service_item_fee {
  width: 25%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.content.shopping-cart .cart_service_item_serv.cart_service_item_name {
  width: 35%;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  /*    min-width: 50%;*/
}
.content.shopping-cart .cart_service_item_wrapper {
  /*    border: 1px solid var(--color-main);*/
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}
@media (min-width: 1300px) {
  .content.shopping-cart .cart_service_item_wrapper.shopping-order form .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.content.shopping-cart .cart_service_item_wrapper.shopping-order .form-control {
  line-height: 40px;
  height: 40px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  border-color: #e7e7e7;
}
.content.shopping-cart .cart_service_item_wrapper.shopping-order button {
  width: 100%;
  padding: 0;
  line-height: 40px;
  border: 0;
}
.content.shopping-cart .cart_service_item_wrapper.order-cart {
  border-top: 4px solid #ED1C24;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
}
.content.shopping-cart .cart_service_item_wrapper.order-cart .info-center {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.content.shopping-cart .cart_service_item_wrapper.order-cart .info-center .order-title {
  font-weight: 600;
}
.content.shopping-cart .cart_service_item_wrapper.order-cart .info-center .order-text {
  color: #4abab9;
}
.content.shopping-cart .cart_service_item_wrapper.order-cart .info-center .order-retail {
  font-size: 14px;
  color: #ED1C24;
}
.content.shopping-cart .cart_service_item_wrapper.order-cart s {
  color: #4ABAB9;
}
.content.shopping-cart .cart_service_item_wrapper.order-cart .info-bot .big {
  font-size: 1.2rem;
}
.content.shopping-cart .cart_service_item_wrapper .title-checkout {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.content.shopping-cart .cart-header-title .cart-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.2;
}
.content.shopping-cart .cart-header-title .cart-title.red {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.content.shopping-cart .cart_service_item_wrapper.cart-header-title {
  border-radius: 3px;
  padding: 15px 20px;
}
.content.shopping-cart .service-dm-icon {
  background: linear-gradient(180deg, #4ABAB9 0%, #048DC1 100%);
  display: flex;
  padding: 10px;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}
.content.shopping-cart .cart_service_dm {
  display: flex;
  align-items: start;
}
.content.shopping-cart .service-dm-name {
  display: flex;
  flex-direction: column;
}
.content.shopping-cart .service-dm-text {
  font-size: 16px;
  order: 2;
  display: flex;
  align-items: center;
}
.content.shopping-cart .service-dm-desc {
  font-weight: 500;
  padding-right: 10px;
}
.content.shopping-cart .service-dm-desc .brief {
  font-size: 14px;
  font-style: italic;
  color: #706d6d;
}
.content.shopping-cart .cart_service_item_serv.cart_service_item_fee span {
  display: block;
}
.content.shopping-cart .cart_service_item_fee_amount span:first-child {
  margin-bottom: 5px;
}
.content.shopping-cart .cart_service_item_fee_amount {
  text-align: center;
}
.content.shopping-cart .domain_select_cycle select {
  font-size: 14px;
  height: auto;
  margin: 0;
  border-color: #7b7b7b;
}
.content.shopping-cart .discount {
  line-height: 1;
  display: inline-block;
  color: #4ABAB9;
  border-radius: 5px;
  font-size: 13px;
}
.content .tab-link .item {
  border: 1px solid #cecece;
  padding: 8px 20px 5px 20px;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.content .tab-link .item:hover {
  border: 1px solid #FED600;
  color: #FED600;
}
.content .tab-link .item.active {
  background: #FED600;
  border: 1px solid #FED600;
  color: #fff;
}

@keyframes phone-shake {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-15deg);
  }
  35% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.share-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #155724;
  border: 2px solid #155724;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  text-align: center;
  line-height: 30px;
  margin-left: 5px;
}
.share-social a:hover {
  color: #fff;
}
.share-social a:hover.facebook {
  background: #39529a;
  border-color: #39529a;
}
.share-social a:hover.twitter {
  background: #4ea6ea;
  border-color: #4ea6ea;
}
.share-social a:hover.email {
  background: #f14135;
  border-color: #f14135;
}
.share-social a:hover.pinterest {
  background: #b81e30;
  border-color: #b81e30;
}
.share-social a:hover.linkedin {
  background: #0273b1;
  border-color: #0273b1;
}

.custom-table table {
  border-collapse: collapse;
  width: 100%;
}
.custom-table tr:nth-of-type(odd) {
  background: #f9f9f9;
}
.custom-table th {
  background: #dfdfdf;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.custom-table td,
.custom-table th {
  padding: 12px;
}
.custom-table h4 {
  line-height: 25px;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .custom-table {
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .custom-table td,
  .custom-table tr {
    display: block;
    text-align: left !important;
  }
  .custom-table .hidden {
    display: none;
  }
  .custom-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .custom-table tr {
    border: 1px solid #ccc;
  }
  .custom-table tr + tr {
    margin-top: 1.5em;
  }
  .custom-table td {
    /* make like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30%;
    background-color: #f5f5f5;
    text-align: left;
  }
  .custom-table td:before {
    content: attr(data-label);
    display: inline-block;
    line-height: 1.5;
    margin-left: -40%;
    width: 30%;
    float: left;
  }
}

/*------------------- call button ---------------------*/
.bottom-wiget-support {
  position: fixed;
  z-index: 999;
  bottom: 0;
  background: #fff;
  width: 100%;
  box-shadow: 2px 1px 9px #dedede;
  border-top: 1px solid #eaeaea;
}
.bottom-wiget-support .item a {
  font-size: 11px;
}
.bottom-wiget-support .item a img {
  height: 24px;
}

.bottom-support-online {
  position: fixed;
  z-index: 999;
  left: 15px;
  bottom: 30px;
}
.bottom-support-online .support-content {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.bottom-support-online .support-content.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}
.bottom-support-online a {
  position: relative;
  margin: 35px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
  display: block;
}
.bottom-support-online a span {
  border-radius: 2px;
  text-align: center;
  background: #189eff;
  padding: 9px;
  display: none;
  width: 210px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0px;
  left: 40px;
  transition: all 0.2s ease-in-out 0s;
  animation: headerAnimation 0.7s 1;
}
.bottom-support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #189eff transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}
.bottom-support-online a.zalo {
  background-image: url("images/zalo.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bottom-support-online a.wechat {
  background-image: url("images/wechat.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bottom-support-online a:hover span {
  display: block;
}
.bottom-support-online i {
  width: 40px;
  height: 40px;
  background: #189eff;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 999;
  animation-name: lac;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.bottom-support-online img {
  animation-name: lac;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.bottom-support-online .kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  transition: all 0.1s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all 0.1s;
  background-color: #32a9ff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")";
  right: -10px;
}
.bottom-support-online .kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-color: #32a9ff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")";
}
.bottom-support-online .btn-support {
  cursor: pointer;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.1);
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

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

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

.zalo-fixed {
  position: fixed;
  bottom: 125px;
  left: 18px;
}
@media (max-width: 767.98px) {
  .zalo-fixed {
    display: none;
  }
}
.zalo-fixed a {
  display: block;
  width: 60px;
  height: 60px;
  opacity: 0.6;
}
.zalo-fixed a img {
  width: 100%;
  height: 100%;
}
.zalo-fixed a:hover {
  opacity: 1;
}

.hotline-widget .hotline {
  position: fixed;
  left: 80px;
  bottom: 20px;
  z-index: 50;
  display: inline-block;
  line-height: 1;
  height: 45px;
  color: #fff;
  background: #e2242c;
  background-size: 24px auto;
  padding: 0 10px 0 6px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 32px;
  box-shadow: none !important;
}
.hotline-widget .hotline i {
  position: relative;
  color: #fff;
  font-size: 16px;
  padding-left: 2px;
  background: rgba(0, 0, 0, 0.3);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
  margin-right: 5px;
  -moz-animation-duration: 1000ms;
  -moz-animation-name: calllink;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -webkit-animation-duration: 500ms;
  -webkit-animation-name: calllink;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-duration: 1s;
  animation-name: calllink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hotline-widget .hotline:hover {
  color: #e3e3e3;
}
.hotline-widget .zalo {
  left: 20px !important;
}

@keyframes calllink {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.btn-call {
  position: fixed;
  bottom: 35px;
  left: 30px;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .btn-call {
    bottom: 25px;
  }
}
.btn-call span {
  transform: rotate(90deg);
  display: block;
  font-size: 18px;
  width: 46px;
  height: 46px;
  margin: auto;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #ed1d24;
  position: relative;
}
.btn-call span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: solid 1px rgba(237, 29, 36, 0.6);
  animation-name: zoomin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.btn-call span:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: rgba(237, 29, 36, 0.6);
  z-index: -1;
  animation-name: zoomout;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.btn-call span i {
  animation-name: lac;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.btn-call strong {
  color: #fff;
  background: rgba(237, 29, 36, 0.8);
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  border-radius: 5px;
  position: absolute;
  left: 106%;
  margin-left: 5px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
  line-height: 37px;
  top: 50%;
  margin-top: -18px;
  transition: all 0.2s ease-in-out;
}
.btn-call strong:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 8px solid rgba(237, 29, 36, 0.8);
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -6px;
}

@keyframes zoomin {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(2.2);
    opacity: 0.1;
  }
}
@keyframes zoomout {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0.3;
  }
}
@keyframes lac {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-25deg);
  }
  20% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(-25deg);
  }
  40% {
    transform: rotate(25deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.content-style p {
  margin: 0 0 15px 0;
}
.content-style img {
  height: auto !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.content-style img.with-100 {
  width: 100%;
}
.content-style iframe,
.content-style img {
  max-width: 100% !important;
}
.content-style table td {
  padding: 10px;
  border: 1px solid #ddd;
}
.content-style table td p {
  margin: 0;
}
.content-style tableth,
.content-style table td {
  white-space: unset;
  font-size: initial;
}
.content-style h1 {
  font-size: 1.6rem;
  line-height: 1.5;
}
.content-style h1.title {
  font-size: 1.6rem;
  line-height: 1.5;
}
.content-style h2 {
  font-size: 130%;
  line-height: 180%;
}
.content-style h3 {
  font-size: 120%;
  line-height: 170%;
}
.content-style h4 {
  font-size: 100%;
  line-height: 160%;
}
.content-style h5 {
  font-size: 100%;
  line-height: 150%;
}
.content-style .goback {
  font-weight: bold;
}
.content-style blockquote {
  background: rgb(248, 244, 232);
  padding: 5px 20px;
  margin: 20px 0;
  border: 1px dashed #C90002;
}
@media (min-width: 992px) {
  .content-style blockquote {
    margin: 16px 40px;
  }
}
.content-style blockquote > * {
  margin: 15px 0;
}
.content-style a {
  font-weight: 600;
  color: #ed1b24;
}
.content-style .box-slide-custom .owl-nav {
  margin: 0;
  position: static;
}
.content-style .box-slide-custom .owl-nav [class*=owl-] {
  background: transparent;
  color: #a2a2a2;
  position: absolute;
  margin: 0;
  padding: 15px 10px !important;
  top: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-size: 20px;
  border: 0;
  outline: 0;
}
.content-style .box-slide-custom .owl-nav [class*=owl-].owl-next {
  right: -15px;
}
.content-style .box-slide-custom .owl-nav [class*=owl-].owl-prev {
  left: -15px;
}
.content-style .box-slide-custom .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: transparent;
  color: #a2a2a2;
}
.content-style .box-slide-custom .owl-nav [class*=owl-] {
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  padding: 10px !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 80 ")";
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  z-index: 20;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.content-style .box-slide-custom .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.content-style .box-slide-custom .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.content-style .box-slide-custom:hover .owl-nav [class*=owl-] {
  opacity: 1;
}
.content-style .box-slide-custom .item {
  position: relative;
}
.content-style .box-slide-custom .item:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  transform-origin: bottom left;
  animation-play-state: paused;
}
.content-style .box-slide-custom .active .item:after {
  animation: lineX 4s;
  animation-play-state: running;
}
.content-style .box-slide-custom .active .item:hover:after {
  animation-play-state: paused;
}

@keyframes lineX {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes zoomout_img {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
#popup-modal .close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 990;
}
#popup-modal .modal-body {
  padding: 0;
}
#popup-modal .popup-image {
  width: 100%;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
}
#popup-modal .two-box .name {
  font-size: 18px;
}
#popup-modal .two-box .brief {
  font-size: 13px;
}

.btn.btn-read-more {
  background: #e60000;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 1.5rem auto 1.5rem 2rem;
  padding: 10px 25px;
}

.btn.btn-chat-tvv {
  background: #19bffc;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 1.5rem auto 1.5rem 2rem;
  padding: 10px 25px;
}
.btn.btn-chat-tvv:after {
  border-color: #19bffc !important;
}

.btn-animate {
  position: relative;
}
.btn-animate .alo-ph-circle {
  width: 125px;
  height: 125px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  border-color: #e60000;
  opacity: 0.5;
  width: 120%;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  height: 150%;
  top: -24%;
  left: -10%;
}
.btn-animate:hover {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
}
.btn-animate:after {
  content: "";
  display: inline-block;
  width: 125px;
  height: 125px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  border-color: #e60000;
  opacity: 0.5;
  width: 120%;
  border-radius: 40px;
  height: 150%;
  top: -24%;
  left: -10%;
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

#popup-register-modal .modal-dialog .modal-body {
  padding: 0;
}
#popup-register-modal .modal-dialog .modal-content {
  background: transparent;
  border: 0;
  padding: 0;
  background: linear-gradient(45deg, #d52027 0%, #6f0004 100%);
  padding: 40px 25px 20px 25px;
  max-width: 425px;
  border-radius: 8px;
  position: relative;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
#popup-register-modal .modal-dialog .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
  color: #000;
  z-index: 6;
  cursor: pointer;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  opacity: 1;
}
#popup-register-modal .modal-dialog .modal-content .popup__title {
  font-size: 20px;
  color: #fff;
}
#popup-register-modal .modal-dialog .modal-content .popup__phone {
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
}
#popup-register-modal .modal-dialog .modal-content .popup__phone a {
  color: #fff;
}
#popup-register-modal .modal-dialog .modal-content .popup__phone img {
  margin-right: 10px;
}
#popup-register-modal .modal-dialog .modal-content .popup__phone i {
  margin-right: 10px;
}
#popup-register-modal .modal-dialog .modal-content .popup__reminder {
  color: #fff;
  font-size: 16px;
}
#popup-register-modal .modal-dialog .modal-content .btn-custom {
  cursor: pointer;
  height: 40px;
  background-color: #ea0000;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 0 10px;
  line-height: 40px;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 auto;
  font-weight: 600;
  width: 100%;
}
#popup-register-modal .modal-dialog .modal-content .help-block-error {
  font-size: 13px;
  font-style: italic;
  color: #fff;
}

.open-popup-button {
  position: fixed;
  z-index: 4;
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  cursor: pointer;
  background: #ed1b24;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  left: 15px;
  bottom: 90px;
}
.open-popup-button svg {
  animation-name: lac;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  fill: #ffffff;
  width: 30px;
  height: 46px;
}

@keyframes euiBeaconPulseSmall {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
#toc {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#toc ::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#toc ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#toc ::-webkit-scrollbar-thumb {
  background: #b3b2b2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#toc ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#toc .toc_title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  color: #263A4D;
  padding: 7px 10px 7px 35px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
#toc .toc_title:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f0cb";
  position: absolute;
  left: 10px;
  top: 11px;
}
#toc .toc_title span {
  position: absolute;
  right: 5px;
  top: 8px;
}
#toc .toc_title.er_toc_title_open span:after {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f106";
  margin-left: 10px;
}
#toc .toc_title.er_toc_title_close span:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  margin-left: 10px;
}
#toc .toc-list {
  list-style: none;
  margin-bottom: 15px;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px 10px 0 10px;
  border-radius: 8px;
}
@media only screen and (max-width: 600px) {
  #toc .toc-list {
    height: auto;
    max-height: 200px;
  }
}
@media (max-width: 991.98px) {
  #toc .toc-list {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  #toc .toc-list {
    max-height: calc(80vh - 300px);
  }
}
#toc .toc-list li {
  margin-bottom: 8px;
}
#toc .toc-list li.h2 {
  font-size: 15px !important;
  color: #263A4D;
  font-weight: 600;
  line-height: 1.6;
}
#toc .toc-list li.h3 {
  margin-left: 15px;
  font-size: 15px;
  line-height: 1.6;
}

/* Style riêng cho grid menu (SCSS) */
.service-grid-wrapper {
  margin: 0px 15px;
}
.service-grid-wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
.service-grid-wrapper ul li {
  padding: 3px 3px !important;
}
.service-grid-wrapper .service-item-grid {
  background-color: #f9f9fb;
  padding: 15px 5px;
  border-radius: 5px;
  color: #333;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  height: 100%;
}
.service-grid-wrapper .service-item-grid .icon-box img {
  transition: transform 0.3s ease;
}
.service-grid-wrapper .service-item-grid .service-name {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  font-size: 15px;
  font-weight: 600;
}
.service-grid-wrapper .service-item-grid:hover, .service-grid-wrapper .service-item-grid.active {
  background-color: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #e1e1e1;
  text-decoration: none;
}
.service-grid-wrapper .service-item-grid:hover .service-name, .service-grid-wrapper .service-item-grid.active .service-name {
  color: #ED1C24 !important;
}
.service-grid-wrapper .service-item-grid:hover .icon-box img, .service-grid-wrapper .service-item-grid.active .icon-box img {
  transform: scale(1.1) !important;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  margin-top: 20px;
  transition: all 0.4s ease;
}
.overlay-content .btn-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #ED1C24;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.overlay-content .btn-read-more i {
  transition: all 0.3s;
}
.overlay-content .btn-read-more:hover {
  background: #034DA2;
  color: #fff;
}
.overlay-content .btn-read-more:hover i {
  transform: translateX(5px);
}

.list-news-vertical {
  margin: 0px 15px;
  background-color: transparent;
}
.list-news-vertical .item-news-list {
  border-bottom: 0.5px solid #eee;
  padding: 10px 0px;
}
.list-news-vertical .item-news-list:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
}
.list-news-vertical .item-news-list .img-box {
  width: 110px !important;
  height: 75px !important;
  border-radius: 3px;
  min-width: 110px !important;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.list-news-vertical .item-news-list .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(237, 28, 36, 0.45);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.list-news-vertical .item-news-list .img-box .btn-read-more.icon-only {
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 50%;
  font-size: 14px;
}
.list-news-vertical .item-news-list .img-box img {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.list-news-vertical .item-news-list .info-box .meta {
  font-size: 12px;
  color: #999;
}
.list-news-vertical .item-news-list .info-box .title {
  font-size: 16px;
  font-family: "Averta", sans-serif;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 5px;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: inherit;
}
.list-news-vertical .item-news-list .info-box .title a {
  color: #333;
}
.list-news-vertical .item-news-list .info-box .title a:hover {
  color: #034DA2;
}
.list-news-vertical .item-news-list:hover .img-box img {
  transform: scale(1.1);
}
.list-news-vertical .item-news-list:hover .img-box::before {
  opacity: 1;
}
.list-news-vertical .item-news-list:hover .img-box .overlay-content {
  opacity: 1;
  margin-top: 0;
}
.list-news-vertical .item-news-list:hover .title a {
  color: #034DA2;
}

.content.list-news .cat-news .nav-link {
  font-size: 15px;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}
.content.list-news .cat-news .nav-link:focus, .content.list-news .cat-news .nav-link:active, .content.list-news .cat-news .nav-link:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.content.list-news .cat-news .cat-box {
  position: relative;
}
.content.list-news .cat-news .mobile-cat-header .active-name {
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  background-color: rgba(100, 100, 255, 0.1);
  color: #2d56ca;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 15px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  flex: 1;
  margin-right: 6px;
}
.content.list-news .cat-news .mobile-cat-header .btn-toggle-cats {
  border-radius: 50px;
  padding: 5px 15px;
  transition: transform 0.3s ease;
  border: none;
  background: linear-gradient(90deg, #ED1C24 15%, #034DA2 100%);
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}
.content.list-news .cat-news .mobile-cat-header .btn-toggle-cats:focus, .content.list-news .cat-news .mobile-cat-header .btn-toggle-cats:active, .content.list-news .cat-news .mobile-cat-header .btn-toggle-cats:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.content.list-news .cat-news .mobile-cat-header .btn-toggle-cats.active i {
  transform: rotate(180deg);
}
.content.list-news .cat-news .catList ul#myTabCatProject .nav-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  background: #eee;
  transition: all 0.3s ease;
  padding: 5px 15px;
}
.content.list-news .cat-news .catList ul#myTabCatProject .nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #ED1C24 15%, #034DA2 100%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.content.list-news .cat-news .catList ul#myTabCatProject .nav-item:has(.nav-link.active)::before, .content.list-news .cat-news .catList ul#myTabCatProject .nav-item:hover::before {
  opacity: 1;
}
.content.list-news .cat-news .catList ul#myTabCatProject .nav-item:has(.nav-link.active) .nav-link, .content.list-news .cat-news .catList ul#myTabCatProject .nav-item:hover .nav-link {
  color: #fff !important;
}
.content.list-news .cat-news .catList ul#myTabCatProject .nav-item .nav-link {
  background: transparent;
  font-weight: 500;
  color: #666;
  white-space: nowrap;
}
.content.list-news .cat-news .catList ul#myTabCatProject .nav-item .nav-link.active {
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .content.list-news .cat-news .catList {
    display: none;
  }
  .content.list-news .cat-news .catList.show {
    display: block !important;
    animation: fadeInDown 0.3s ease;
  }
  .content.list-news .cat-news .catList ul#myTabCatProject {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
  }
  .content.list-news .cat-news .catList ul#myTabCatProject .nav-item {
    width: 100%;
    text-align: left;
    border-radius: 8px;
    margin-bottom: 5px;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.content.list-news .list-hot-news img {
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.content.list-news .list-hot-news .item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
.content.list-news .list-hot-news .item .img-box {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  height: 200px;
}
@media (min-width: 768px) {
  .content.list-news .list-hot-news .item .img-box {
    height: 230px;
  }
}
.content.list-news .list-hot-news .item .img-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(7, 135, 54, 0) 35.67%, rgba(7, 135, 54, 0.6) 100%);
}
.content.list-news .list-hot-news .item .info-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.content.list-news .list-hot-news .item .info-box .title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
  line-height: 25px;
  min-height: 50px;
}
@media (min-width: 992px) {
  .content.list-news .list-hot-news .item .info-box .title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .content.list-news .list-hot-news .item .info-box .title {
    font-size: 17px;
  }
}
.content.list-news .list-hot-news .item .info-box .date {
  color: #fff;
}
.content.list-news .list-hot-news .item::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
}
.content.list-news .list-hot-news .item:hover .img-box img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.content.list-news .list-hot-news .item.big-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 450px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .content.list-news .list-hot-news .item.big-item {
    height: 500px;
  }
}
.content.list-news .list-hot-news .item.big-item .img-box {
  height: 100%;
}
.content.list-news .list-hot-news .item.big-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.content.list-news .list-hot-news .item.big-item .info-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 2;
}
.content.list-news .list-hot-news .item.big-item .info-box .title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
  line-height: 1.2;
  min-height: unset;
  overflow: hidden;
}
@media (min-width: 768px) {
  .content.list-news .list-hot-news .item.big-item .info-box .title {
    font-size: 25px;
  }
}
.content.list-news .list-hot-news .item.big-item .info-box .date {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.content.list-news .list-hot-news .item.big-item .info-box .date::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #FED600;
  border-radius: 50%;
  margin-right: 8px;
}
.content.list-news .list-hot-news .item.big-item:hover .img-box img {
  transform: scale(1.1);
}
.content.list-news .list-hot-news .item.big-item:hover .read-more-overlay {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.content.list-news .list-news-grid .items {
  padding: 0 14px;
}
.content.list-news .list-news-grid .item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px !important;
  overflow: hidden;
  position: relative;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.content.list-news .list-news-grid .item .img-box {
  position: relative;
  overflow: hidden;
}
.content.list-news .list-news-grid .item .img-box img {
  transition: transform 0.6s ease;
}
.content.list-news .list-news-grid .item .img-box .read-more-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.content.list-news .list-news-grid .item .img-box .read-more-overlay .btn-view {
  background: #fff;
  color: #034DA2;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  transform: translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.content.list-news .list-news-grid .item .img-box .read-more-overlay .btn-view i {
  font-size: 12px;
}
.content.list-news .list-news-grid .item .item-body .w-title {
  margin-bottom: 10px;
  font-size: 0;
}
.content.list-news .list-news-grid .item .item-body .w-title .title {
  font-size: 20px;
  line-height: 1.4;
  color: #333;
  transition: color 0.3s ease;
  text-decoration: none;
}
.content.list-news .list-news-grid .item .item-body .w-title .title:hover {
  color: #FED600;
}
.content.list-news .list-news-grid .item .item-body .date {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
}
.content.list-news .list-news-grid .item .item-body .date i {
  margin-right: 5px;
}
.content.list-news .list-news-grid .item .item-body .desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.content.list-news .list-news-grid .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
  border-color: transparent;
}
.content.list-news .list-news-grid .item:hover .img-box img {
  transform: scale(1.1);
}
.content.list-news .list-news-grid .item:hover .img-box .read-more-overlay {
  opacity: 1;
}
.content.list-news .list-news-grid .item:hover .img-box .read-more-overlay .btn-view {
  transform: translateY(0);
}
.content.list-news .pagination {
  margin-top: 30px;
}
.content.list-news .pagination li {
  margin: 0 3px;
}
.content.list-news .pagination li a,
.content.list-news .pagination li span {
  border: 1px solid #eee;
  color: #555;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s;
}
.content.list-news .pagination li a:hover,
.content.list-news .pagination li span:hover {
  background: #f0f0f0;
  color: #FED600;
}
.content.list-news .pagination li.active a,
.content.list-news .pagination li.active span {
  background: #FED600;
  color: #fff;
  border-color: #FED600;
}
.content.list-news .pagination li.disabled span,
.content.list-news .pagination li.disabled a {
  opacity: 0.5;
  cursor: not-allowed;
}

#button1 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 15px 40px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  background: linear-gradient(to right, rgb(255, 76, 76) 15.05%, rgb(207, 36, 36) 102.84%);
  z-index: 1;
  transition: all 0.3s ease;
}
#button1::before, #button1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background: rgba(255, 76, 76, 0.6);
  z-index: -1;
  animation: ripple-wave1 2s infinite;
}
#button1::after {
  animation-delay: 1s;
}

@keyframes ripple-wave1 {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
#button1:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(207, 36, 36, 0.4);
}

.news-hero-banner {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.news-hero-banner.not-bg {
  background: linear-gradient(135deg, #eef2f3 0%, #d9e4f5 100%);
}
.news-hero-banner.has-bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .news-hero-banner {
    padding: 30px 0;
  }
}
.news-hero-banner .banner-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.news-hero-banner .banner-bg-wrap img.img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
.news-hero-banner .container {
  position: relative;
  z-index: 2;
}
.news-hero-banner .hero-cat-badge {
  display: inline-block;
  background-color: rgba(100, 100, 255, 0.1);
  color: #2d56ca;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.news-hero-banner .hero-title {
  font-size: 36px;
  line-height: 1.25;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .news-hero-banner .hero-title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .news-hero-banner .hero-title {
    font-size: 24px;
  }
}
.news-hero-banner .hero-meta {
  font-size: 15px;
  color: #666;
}
.news-hero-banner .hero-meta .author-img {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.news-hero-banner .hero-image-wrap {
  position: relative;
}
.news-hero-banner .hero-image-wrap img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transform: perspective(1000px) rotateY(-5deg);
  transition: transform 0.5s ease;
}
.news-hero-banner .hero-image-wrap img:hover {
  transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}
.news-hero-banner .hero-image-wrap::before {
  content: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  right: -20px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  z-index: -1;
}

.content.news .hero-image-wrap {
  position: relative;
}
.content.news .hero-image-wrap img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
}
.content.news .hero-image-wrap::before {
  content: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  right: -20px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  z-index: -1;
}
.content.news .intro-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.tb-scroll-wrapper {
  position: relative;
  width: 100%;
  overflow-x: auto;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 2rem;
  -webkit-overflow-scrolling: touch;
  background: linear-gradient(to right, #ffffff 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 70%) 100% 0, linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 100% 0;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: 50px 100%, 50px 100%, 5px 100%, 5px 100%;
  background-attachment: local, local, scroll, scroll;
}
.tb-scroll-wrapper table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 755px;
  table-layout: auto;
}
.tb-scroll-wrapper table th,
.tb-scroll-wrapper table td {
  padding: 15px;
  border: 1px solid #eee;
  white-space: normal;
  word-break: break-word;
}
@media (max-width: 767px) {
  .tb-scroll-wrapper table tr th:first-child,
  .tb-scroll-wrapper table tr td:first-child {
    position: static !important;
    left: auto !important;
    z-index: 1;
    width: 50vw !important;
    min-width: 120px !important;
    max-width: 50vw !important;
    white-space: normal !important;
    word-break: break-word;
    overflow: hidden;
    padding: 12px 10px;
    border-right: 1px solid #eee;
    box-shadow: none !important;
    background-color: transparent !important;
  }
}
@media (max-width: 767px) {
  .tb-scroll-wrapper table tr th:not(:first-child),
  .tb-scroll-wrapper table tr td:not(:first-child) {
    min-width: 150px;
  }
}
.tb-scroll-wrapper table thead th {
  background-color: #f9fafb;
  font-weight: 600;
}
.tb-scroll-wrapper:has(table tr th:first-child:nth-last-child(2)), .tb-scroll-wrapper:has(table tr td:first-child:nth-last-child(2)) {
  background: none !important;
  border: none;
  overflow-x: visible;
}
.tb-scroll-wrapper:has(table tr th:first-child:nth-last-child(2)) table, .tb-scroll-wrapper:has(table tr td:first-child:nth-last-child(2)) table {
  min-width: 0 !important;
  width: 100% !important;
  table-layout: auto;
}
.tb-scroll-wrapper:has(table tr th:first-child:nth-last-child(2)) table tr th:first-child,
.tb-scroll-wrapper:has(table tr th:first-child:nth-last-child(2)) table tr td:first-child, .tb-scroll-wrapper:has(table tr td:first-child:nth-last-child(2)) table tr th:first-child,
.tb-scroll-wrapper:has(table tr td:first-child:nth-last-child(2)) table tr td:first-child {
  position: static !important;
  max-width: none !important;
  width: auto !important;
  min-width: 0 !important;
  box-shadow: none !important;
  border-right: 1px solid #eee !important;
  background-color: transparent;
}
.tb-scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}
.tb-scroll-wrapper::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.tb-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */