@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

/* Main */
:root {
  --main-color: #1EA80C;
  --hover-color: #128103;
}

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

@media screen and (max-width: 991px) {
  body {
    font-size: 13px;
  }
}

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

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

figure {
  margin-bottom: 0;
}

input,
textarea,
button {
  outline: none;
  border: none;
}

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

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

strong {
  font-family: Roboto-Bold;
}

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

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

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

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

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

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

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

.flex-grow {
  flex-grow: 1;
}

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

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

img.lazy {
  opacity: 0;
}

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

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

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

div[data-slick] {
  display: none;
}

div[data-slick].loaded {
  display: block;
}

/*menu*/
.block-menu {
  background: #fff;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

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

#fix {
  height: auto;
}

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

.mega-menu {
  position: relative;
}

body::-webkit-scrollbar {
  background: white;
  width: 8px;
  -webkit-transition: all 9s;
  transition: all 9s;
}

body::-webkit-scrollbar-thumb {
  background: var(--main-color);
  -webkit-transition: all 9s;
  transition: all 9s;
  border-radius: 4px;
}

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

.mega-menu>ul {
  display: flex;
  -webkit-display: flex;
}

.mega-menu>ul>li>a {
  display: block;
  padding: 33px 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: mulish-regular;
  text-transform: uppercase;
}

.mega-menu>ul>li.has-level1 .down_icon {
  -webkit-mask-image: url(data:image/webp;base64,UklGRnwAAABXRUJQVlA4TG8AAAAvH8AHEGDbtpEk9t/1fnfa6C6MYBrZtpP7fxepmUy0FIOjiaxQUOL77hpM2qaz226B7x/eL/SoPgbAgkStMWpoBqC9qJlb9AQ9FFzQ7T3lPol9ltqpe9+9tnhp89jqod3RjhC0z97Y/hs26+i/GAAA);
  width: 12px;
  height: 12px;
  background-color: #000;
  display: inline-block;
  position: relative;
  bottom: -1px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  margin-left: 5px;
}

.mega-menu .drop-menu {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  width: 220px;
  z-index: 1030;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  white-space: initial;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  text-align: left;
}

.mega-menu .drop-menu.drop-menu-level-1 {
  top: 100%;
  left: auto;
}

.mega-menu .drop-menu.drop-menu-level-child {
  top: 0;
  left: 100%;
}

.mega-menu .drop-menu>li {
  position: relative;
}

.mega-menu .drop-menu>li>a {
  padding: 6px 15px 6px 12px;
  display: block;
  position: relative;
  transition: all 0.2s;
  font-family: "Mulish-Regular";
  line-height: 25px;
}

ul.drop-menu.drop-menu-level-1 li a:hover {
  color: #128103;
}

.mega-menu .drop-menu>li>a>.down_icon {
  transform: rotate(-90deg) !important;
  position: absolute !important;
  right: 8px;
  top: calc(50% - 6px);
  transition: all 0.4s;
}

.mega-menu>ul>li.has-level1:hover .drop-menu-level-1 {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  display: block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.mega-menu .drop-menu>li.has-level:hover>ul.drop-menu-level-child {
  opacity: 1;
  visibility: visible;
  top: 0;
  margin-top: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.mega-menu .drop-menu li a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 0;
  transform: scale(0);
}

.mega-menu .drop-menu li a:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  background-color: var(--main-color);
}

/* Search Responsive */
.search-res svg {
  width: 22px;
  height: 22px;
}

.search-res svg path {
  stroke: var(--main-color);
  stroke-width: 2;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: var(--main-color);
  margin: 0px;
}

.search-res .icon-search svg:nth-child(2) {
  display: none;
}

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

.search-res .icon-search.active path {
  stroke: #fff;
}

.search-res .icon-search.active svg:nth-child(1) {
  display: none;
}

.search-res .icon-search.active svg:nth-child(2) {
  display: inline;
}

.search-res .search-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.search-res .search-grid.active {
  opacity: 1;
  visibility: visible;
}

.search-res .search-grid.active .wrap-search-res {
  transform: translateY(0);
  pointer-events: all;
}

.search-res .search-grid .wrap-search-res {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  padding: 15px;
  z-index: 3;
  transition: 0.4s;
  transform: translateY(-20px);
  pointer-events: none;
}

.search-res .search-grid .bg-search-res {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.search-res .search-grid p {
  text-align: right;
  margin-bottom: 12px;
  width: 100%;
}

.search-res .search-grid input {
  width: calc(100% - 45px);
  line-height: 38px;
  outline: none;
  border: none;
  padding: 0 10px 0 15px;
  color: var(--main-color);
  background: rgba(30, 168, 12, 0.075);
}

.search-res .search-grid input::-moz-placeholder {
  color: var(--main-color);
  font-size: 12px;
}

.search-res .search-grid input::placeholder {
  color: var(--main-color);
  font-size: 12px;
}

.search-res .search-grid button {
  width: 45px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  display: block;
  background: #fff;
  line-height: 36px;
  text-align: center;
}

.cart-res {
  position: relative;
  margin-right: 5px;
}

.cart-res svg path {
  stroke: var(--main-color);
}

.cart-res span {
  background: var(--main-color);
  color: #fff;
  font-size: 9px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -5px;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
}

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

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

#hamburger::before,
#hamburger::after,
#hamburger span {
  background: var(--main-color);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}

#hamburger::before {
  top: 0px;
}

#hamburger span {
  top: 9px;
}

#hamburger::after {
  top: 18px;
}

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

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

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

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

.mobile_menu_section {
  padding: 15px;
  display: block !important;
  text-align: left;
}

.mobile_menu_section p {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #333;
}

.mobile_menu_section .mobile_menu_help {
  color: #677279;
  display: flex;
  align-items: center;
}

.mobile_menu_section .mobile_menu_help svg {
  margin-right: 7px;
  width: 20px;
  height: 20px;
}

.mobile_menu_section .mobile_menu_help a {
  display: block;
  padding: 7px 7px 7px 0;
  margin-left: 7px;
  text-transform: uppercase;
  color: #333;
}

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

.menu-m {
  background: #fff;
}

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

.menu-m-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-res {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.logo-res img {
  width: auto !important;
  max-height: 40px !important;
}

/*header-mobile*/
/*tráng gương*/
.hover-glass img {
  width: 100%;
  transition: ease 0.3s;
  display: block;
}

.box_images_album h3 {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(50, 50, 50, 0.5);
  font-family: "SVN-BerkshireSwash";
  color: #fff;
  line-height: 43px;
  font-size: 22px;
  transition: 0.4s;
  opacity: 0;
}

.row-photo {
  margin: 0 -8px;
}

.box_images_album:hover h3 {
  opacity: 1;
  transition: 0.4s;
}

.box_images_album {
  position: relative;
}

.col-photo {
  padding: 0 8px;
}

.hover-glass:hover:before {
  animation: shine 0.75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

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

.hover-glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: -83%;
  z-index: 2;
  display: block;
  content: "";
  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);
}

.img100 {
  width: 100%;
  height: auto;
}

/*text_split*/
.text-split1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

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

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

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

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

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

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

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

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

.album_main {
  position: relative;
  margin-bottom: 18px;
}

.album_main h3 a:hover {
  color: #046e95;
}

.album_main h3 a {
  transition: all 0.3s;
}

.album_main h3 {
  position: absolute;
  bottom: 0;
  background: rgba(50, 50, 50, 0.5);
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: mulish-medium;
  font-size: 18px;
  padding: 12px 20px;
}

.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  transition: 0.3s ease-out;
  transform: scale(1, 1);
}

.scale-img:hover>img {
  transition: 0.3s ease-out;
  transform: scale(1.1, 1.1);
}

.color {
  animation: changeColor 1s infinite alternate;
}

@keyframes changeColor {
  0% {
    color: #ce0404;
  }

  0% {
    color: #0000ff;
  }

  50% {
    color: #ce0404;
  }

  100% {
    color: #fed700;
  }
}

.mega-menu ul li {
  position: Relative;
}

.mega-menu>ul>li a.active::after,
.mega-menu>ul>li:hover>a::after {
  width: calc(100% - 10px);
}

.mega-menu>ul>li>a::after {
  content: "";
  background: white;
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  transition: 0.3s;
}

.mega-menu ul li .active {
  font-family: "Mulish-Bold";
  color: white;
}

.mega-menu ul li a:hover {
  color: white;
}

@keyframes minus {
  from {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }

  to {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

.owl-item.active .slideshow-item a img {
  transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  animation: minus 7s 0s ease both infinite;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

.logo-box a img {
  border-radius: 100%;
}

.headerBottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important; */
  border-bottom: unset;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

ul.ul_mn {
  width: 41%;
  align-items: center;
  justify-content: space-between;
}

.logo-box {
  position: relative;
  margin-bottom: -35px;
}

button.open-form-search {
  background: none;
  position: relative;
  top: 0px;
}

.block-menu.sticky.animate__animated.animate__fadeInDown .headerBottom {
  background: #128103;
}

.block-menu.sticky.animate__animated.animate__fadeInDown .logo-box {
  position: relative;
  margin-bottom: -20px;
  transform: scale(0.6);
  margin-top: -20px;
}

.logo-box {
  transition: all 0.8s;
}

.block-menu.sticky.animate__animated.animate__fadeInDown .mega-menu>ul>li>a {
  padding: 24px 0;
}

.block-menu.sticky.animate__animated.animate__fadeInDown .mega-menu>ul>li.has-level1 .down_icon {
  background-color: #ffffff;
}

.headerBottom.headerBottom-inside {
  position: relative;
  background: url(../img/bg_footer.png) no-repeat;
  background-size: cover;
}

.headerBottom.headerBottom-inside .mega-menu>ul>li.has-level1 .down_icon {
  background-color: #ffffff;
}

.eapps-social-share-buttons-item-zalo.eapps-social-share-buttons-item.on-show {
  display: none;
}

ul.drop-menu.drop-menu-level-1 li i {
  background: #128103 !important;
}

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

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

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

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

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

.dots-slideshow {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dots-slideshow .owl-dot {
  width: 10px;
  height: 10px;
  background: #f2f2f2;
  transition: 0.3s;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dots-slideshow .owl-dot.active {
  background: #aaa;
}

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

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

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

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

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

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

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

.items_abouts a {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

section.abouts_block {
  background: url(../img/bg1.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 70px 0 60px;
}

.title_abouts p {
  color: #0F8900;
  font-size: 18px;
  font-family: "Roboto-Regular";
  margin-bottom: 10px;
}

.title_abouts h2 {
  font-size: 40px;
  color: #222222;
  font-family: Mulish-Black;
}

.title_abouts h2 span {
  color: #177F0A;
}

.desc_abouts {
  font-size: 15px;
  color: #777777;
  font-family: "Mulish-Regular";
  line-height: 26px;
  margin: 23px 0;
}

.items_Cri h3 {
  font-family: "Mulish-Black";
  font-size: 42px;
  line-height: 49px;
  letter-spacing: 0.012em;
  background: linear-gradient(108.32deg, #3FC800 5.86%, #119A00 99.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  position: relative;
}

.items_Cri h3:after {
  position: absolute;
  content: "+";
  right: -28px;
  top: -4px;
  -webkit-text-fill-color: #3ac300;
}

.items_Cri p {
  font-size: 16px;
  font-family: "Mulish-Regular";
  line-height: 25px;
  color: #666666;
  margin: 3px 0;
}

.items_Cri {
  margin-bottom: 24px;
}

.title_abouts h2 p {
  font-size: 40px;
  font-family: Mulish-Black;
  color: #177f0a;
  margin: 6px 0 25px;
}

a.block_abouts:hover {
  background: #084401;
}

a.block_abouts {
  background: #1EA80C;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  font-family: "Mulish-Bold";
  text-transform: uppercase;
  padding: 12px 23px;
  border-radius: 5px;
  margin-right: 30px;
  transition: all 0.3s;
}

.box_hl p {
  font-size: 15px;
  font-family: "Mulish-Regular";
  color: #666666;
  margin-bottom: 3px;
}

.box_hl h3 a {
  font-size: 20px;
  color: #E30000;
  font-family: roboto-bold;
}

.box_hl h3 {
  line-height: 19px;
}

.box_hl {
  margin-left: 9px;
}

a.block_abouts:hover {
  animation-name: unset;
}

.flex_abouts {
  margin-top: 36px;
}

.title_index {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.title_index h2 {
  font-size: 40px;
  font-family: "Roboto-Bold";
  color: #222222;
  text-transform: capitalize;
  background: url(../img/bottom_title.png) center bottom no-repeat;
  padding-bottom: 15px;
  margin-bottom: 12px;
}

.title_index p {
  color: #585858;
  font-size: 15px;
  font-family: "Roboto-Regular";
  text-transform: uppercase;
  letter-spacing: 2px;
}

.top_abouts {
  position: relative;
  margin-bottom: 60px;
}

.product-item {
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(50, 50, 50, 0.5);
  margin-bottom: 10px;
}

.text-inforpro h3 a {
  font-size: 16px;
  font-family: "Mulish-Bold";
}

.text-inforpro h3 {
  line-height: 23px;
  margin-bottom: 14px;
  height: 46px;
}

.text-inforpro {
  padding: 10px 0 10px;
}

span.price-new {
  font-size: 16px;
  color: #E30000;
  font-family: "Roboto-Bold";
}

span.price-old {
  font-size: 14px;
  font-family: "Roboto-Regular";
  color: #747474;
  text-decoration: line-through;
  margin-left: 5px;
}

span.price-per {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #E30000;
  border-radius: 3px;
  padding: 4px 10px;
  font-size: 15px;
  font-family: "Mulish-Bold";
}

.image-box a {
  border-radius: 5px;
}

.product-item:hover .text-inforpro h3 a {
  color: #128103;
}

.product-item .text-inforpro h3 a {
  transition: all 0.3s;
}

.content_owl_product {
  position: relative;
}

.content_owl_product .control-owl button.owl-prev {
  left: -60px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50px;
  background: #1ea80c;
}

.content_owl_product .control-owl button.owl-next {
  right: -60px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50px;
  background: #1ea80c;
}

section.video_block {
  position: relative;
  padding: 65px 0 45px;
}

.slick1 img {
  border-radius: 13px;
}

.items_videoson a img {
  border: 3px solid white;
  display: inline-block;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(167, 167, 167, 0.5);
  margin-bottom: 10px;
}

.items_videoson a {
  display: inline-block;
  margin: 0 9px;
}

.slick2 {
  width: 95%;
  margin: auto;
  margin-top: -85px;
}

.items_videoson {
  position: relative;
}

.items_videoson:after {
  position: absolute;
  background: url(../img/play_ic.png);
  content: "";
  width: 39px;
  pointer-events: none;
  height: 39px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}

.items_videoson:hover:after {
  transform: rotate(359deg);
}

.items_videoson:after {
  transition: 0.5s;
}

.items_videoson.slick-slide.slick-current.slick-active img {
  border: 3px solid #128103;
}

.items_videoson.slick-slide img:hover {
  border: 3px solid #128103;
  cursor: pointer;
}

.items_videoson.slick-slide img {
  transition: all 0.3s;
}



.block-menu.sticky.animate__animated.animate__fadeInDown .headerBottom {
  border-bottom: unset;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

section.newsllter_block {
  background: #E3E3E3;
  position: relative;
  padding: 55px 0 60px;
}

.newsletter-input input {
  height: 50px;
  border-radius: 0;
  border: 1px solid #919191;
  margin-bottom: 21px;
  font-family: mulish-light;
}

.newsletter-input textarea {
  height: 138px !important;
  border-radius: 0;
  border: 1px solid #919191;
  margin-bottom: 23px;
  font-family: mulish-light;
  padding: 10px 11px;
}

.newsletter-input {
  position: relative;
  padding: 0 10px !important;
}

input.readon-button.pd {
  border: 1px solid #1A9900;
  background: #1A9900;
  color: #fff;
  font-size: 16px;
  font-family: mulish-semibold;
  text-transform: uppercase;
  padding: 10px 29px;
  border-radius: 3px;
  margin-right: 13px;
  transition: all 0.3s;
}

input.readon-button.pd:hover {
  color: #1A9900;
  background: white;
  border: 1px solid #1A9900;
}

input.readon-button2:hover {
  background: #1A9900;
  color: #fff;
}

input.readon-button2 {
  border: 1px solid #1A9900;
  background: none;
  color: #1A9900;
  font-size: 16px;
  font-family: mulish-semibold;
  text-transform: uppercase;
  padding: 10px 29px;
  border-radius: 3px;
  margin-right: 13px;
  transition: all 0.3s;
}

.form-control:focus {
  box-shadow: unset;
  border: 1px solid #128103;
}

.button-newsllter {
  margin-top: 10px;
}

.infor_knowledge h3 a {
  font-family: "Roboto-Bold";
  color: #333333;
  font-size: 18px;
}

.infor_knowledge h3 {
  line-height: 27px;
  margin-bottom: 11px;
}

.status-box p {
  font-family: "Mulish-Regular";
  color: #727272;
  margin-right: 16px;
}

.status-box i {
  margin-right: 4px;
}

.desc_knowledge {
  font-size: 15px;
  font-family: "Mulish-REgular";
  color: #777777;
  line-height: 26px;
  margin: 12px 0 23px;
}

a.block_knowledge {
  border: 1px solid #1A9900;
  background: #1A9900;
  color: #FFE;
  font-size: 15px;
  font-family: "Mulish-Bold";
  text-transform: uppercase;
  padding: 8px 26px;
  border-radius: 3px;
  margin-right: 13px;
  transition: all 0.3s;
  display: inline-block;
}

a.block_knowledge:hover {
  background: none;
  color: #1A9900;
}

.images_knowledge {
  width: 50%;
}

.infor_knowledge {
  width: 50%;
  margin-right: 5%;
}

.title_index2 h2 {
  font-size: 40px;
  font-family: "Roboto-Bold";
  color: #222222;
  text-transform: capitalize;
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.infor_knowledge h3 a:hover {
  color: #128103;
}

.infor_knowledge h3 a {
  transition: all 0.3s;
}

section.knowledge_block {
  position: relative;
  padding: 60px 0 10px;
}

.partner-box a {
  border: 2px solid #fafafa;
  transition: all 0.3s;
}

.partner-box a:hover {
  border: 2px solid #128103;
  transition: all 0.3s;
}

.title_index2 {
  margin-bottom: 22px;
}

.title_index2 h2:after {
  position: absolute;
  background: #1BA300;
  width: 37%;
  height: 2px;
  content: "";
  bottom: 0;
  left: 0;
}

.images_knowledge a {
  border-radius: 10px;
}

.top_knowledge {
  margin-bottom: 20px;
}

.images_knowledge2 a {
  border-radius: 7px;
}

.images_knowledge2 {
  position: relative;
  padding: 0 10px;
}

.bottom_knowledge {
  position: relative;
  margin: 0 -10px;
}

.bottom_knowledge .slick-dots li button:before {
  font-size: 11px;
}

.bottom_knowledge .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #128103;
}

.bottom_knowledge .slick-dots {
  margin: 28px 0 50px !important;
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

section.partner_block {
  background: #FAFAFA;
  position: relative;
  padding: 60px 0;
}

.relative_par .control-owl button.owl-prev {
  left: -60px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50px;
  background: #1ea80c;
}

.relative_par .control-owl button.owl-next {
  right: -60px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50px;
  background: #1ea80c;
}

.relative_par {
  position: relative;
}

.cproduct {
  position: relative;
  padding: 0 10px;
}

.rowproduct {
  margin: 0 -10px;
}

.product-item2 {
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(193, 193, 193, 0.5);
}

.newsItem_photo {
  border-radius: 8px;
}

h3.newsItem__name a {
  font-family: "Mulish-Bold";
  font-size: 17px;
}

.newsItem__desc {
  font-family: "Roboto-Regular";
  line-height: 25px;
  color: #545454;
}

.newsItem__name {
  margin: 15px 0 7px 0;
  color: #000;
  line-height: 23px;
}

.footerMap iframe {
  display: block;
  width: 100%;
  height: 450px;
}

.footerPowered {
  background-color: #6DCD14;
  padding: 13px 0;
}

.footerCopyright {
  text-align: center;
  color: #fff;
  font-family: Mulish-Regular;
  font-size: 15px;
}

.footerCopyright span {
  font-family: Mulish-Bold;
  color: #fff;
}

.footerCopyright a:hover {
  color: #fff;
  text-decoration: underline;
}

.footerStatic {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .footerStatic {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}

.footerStatic span {
  padding-right: 8px;
  margin-right: 8px;
  font-size: 15px;
  font-family: "Mulish-Regular";
}

.footerStatic span:last-child {
  padding-right: 0;
  margin-right: 0;
}

.images_knowledge2 a:hover {
  cursor: pointer;
}

.footerStatic span font {
  font-family: "Mulish-Bold";
}

.footerInfo1 {
  flex: 0 0 27.69%;
  max-width: 27.69%;
}

@media screen and (max-width: 991px) {
  .footerInfo1 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.footerInfo2 {
  flex: 0 0 24.61%;
  max-width: 24.61%;
}

@media screen and (max-width: 991px) {
  .footerInfo2 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.footerTern {
  flex: 0 0 15.38%;
  max-width: 15.38%;
}

@media screen and (max-width: 991px) {
  .footerTern {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.footerFanpage {
  flex: 0 0 17.69%;
  max-width: 17.69%;
}

@media screen and (max-width: 991px) {
  .footerFanpage {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.footerArticle {
  padding: 50px 0;
  background: url(../img/bg_footer.png) no-repeat;
  background-size: cover;
}

.footerRow .text {
  font-family: Inter-Regular;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-top: 20px;
}

.footerRow .title {
  font-family: "Roboto-Bold";
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 22px;
  display: inline-block;
  background: url(../img/footer_title.png) bottom left no-repeat;
}

.footerRow .desc {
  font-family: "Mulish-Regular";
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 10px;
}

.footerRow .desc p {
  padding-bottom: 5px;
}

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

.footerRow .list li {
  font-family: "Mulish-Regular";
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.footerRow .list li a {
  color: #fff;
  transition: all 0.3s;
}

.footerRow .list li a:hover {
  color: #ffc107;
}

.footerRow .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../img/lili.png);
}

.desc_footer {
  color: #fff;
  font-family: "Mulish-Regular";
  margin: 20px 0;
}

.social-box a {
  display: inline-block;
  margin-right: 10px;
}

.social-box {
  margin-top: 27px;
}

.social-box a:hover img {
  transform: rotateY(358deg);
}

.social-box a img {
  transition: all 0.8s;
}

#show_popup {
  padding: 0 !important;
}

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

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

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

@media screen and (min-width: 991px) {
  .d-lg-list {
    display: list-item !important;
  }
}

.fw-normal {
  font-weight: normal !important;
}

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

.btn-main {
  color: #fff;
  background: var(--main-color);
  transition: 0.4s;
}

.btn-main:hover {
  background: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.btn-outline-main {
  background: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  transition: 0.4s;
}

.btn-outline-main:hover {
  background: var(--main-color);
  color: #fff;
}

.share-box {
  padding: 15px;
  background: #f2f2f2;
  border-radius: 10px;
}

.share-box p {
  margin-bottom: 3px;
}

.wow {
  visibility: hidden;
}

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

.article table {
  max-width: 100% !important;
}

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

@media screen and (max-width: 991px) {
  .article img {
    max-width: 100% !important;
    height: auto !important;
  }
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

.hover-rotateZ img {
  transition: 0.8s !important;
}

.hover-rotateZ:hover img {
  transform: rotateZ(30deg);
}

.hover-rotateY img {
  transition: 0.8s !important;
}

.hover-rotateY:hover img {
  transform: rotateY(180deg);
}

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

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

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

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

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

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

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

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

.ft-italic {
  font-style: italic;
}

.slick-data {
  display: none !important;
}

.slick-data.loaded {
  display: block !important;
}

.slick-data.slick-dotted {
  margin-bottom: 0;
}

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

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

.row-news {
  margin: 0 -10px;
}

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

.newsItem {
  position: relative;
}

.newsItem:hover .newsItem__name a {
  color: var(--hover-color);
}

.newsItem__name {
  margin: 15px 0 7px 0;
  color: #000;
}

.newsItem__name a {
  color: inherit;
  transition: all 0.3s;
}

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

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

.othernews.share {
  margin-top: 20px;
}

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

.list-news-other {
  padding-left: 17px;
  list-style: disc;
  width: 50%;
}

.list-news-other li {
  padding: 7px 0;
}

.list-news-other li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

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

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

@media screen and (max-width: 767px) {
  .list-news-other {
    width: 100%;
  }
}

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

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

.col-product {
  padding: 0 12px;
  margin-bottom: 24px;
}

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

.productItem {
  position: relative;
}

.productItem:hover .productItem__name a {
  color: var(--hover-color);
}

.productItem_info {
  position: relative;
}

.productItem__name {
  color: #000;
  font-size: 20px;
  text-align: center;
}

.productItem__name a {
  color: inherit;
}

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

.productItem__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

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

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

@media screen and (max-width: 991px) {
  .productItem__price .productItem__price--old {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.productItem__price--new a,
.productItem__price--new strong {
  color: #cc0000;
  font: 20px Roboto-Bold;
}

.productItem__price--old del {
  color: #aaa;
  font-size: 17px;
}

.productItem__price .productItem__price--new+.productItem__price--old {
  margin-left: 7px;
}

@media screen and (max-width: 991px) {
  .productItem__price .productItem__price--new+.productItem__price--old {
    margin-left: 0;
  }
}

.discount-pro-detail {
  background-color: #ec2d3f;
  border-radius: 20px;
  font-weight: bold;
  padding: 3px 9px;
  color: #fff;
  font-size: 11px;
}

.left-pro-detail {
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 20px;
  padding-right: 10px;
  position: relative;
  text-align: center;
}

.left-pro-detail .MagicZoom {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

.left-pro-detail.cate-pro-detail {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

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

  .left-pro-detail.cate-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.right-pro-detail {
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 20px;
  padding-left: 10px;
}

.right-pro-detail.cate-pro-detail {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

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

  .right-pro-detail.cate-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

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

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

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

@media screen and (max-width: 991px) {
  .gallery-thumb-pro {
    margin-top: 5px;
  }
}

.control-pro-detail {
  top: calc(50% - 12.5px);
}

.control-pro-detail button {
  background-color: transparent;
  opacity: 1;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
}

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

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

.title-color,
.title-size {
  color: #4ea8cd;
  font-weight: normal;
}

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

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

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

.title-pro-detail {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top-info-pro-detail {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: baseline;
}

.top-info-pro-detail li+li {
  border-left: 1px solid #eae4e8;
}

.top-info-pro-detail li:first-child {
  padding-right: 7px;
}

.top-info-pro-detail li:last-child {
  padding-left: 7px;
}

.top-info-pro-detail li span,
.top-info-pro-detail li a {
  font-weight: bold;
  color: #007bff;
  margin-left: 2px;
}

.comment-pro-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

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

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

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

.attr-pro-detail li {
  margin-bottom: 15px;
}

@media screen and (min-width: 991px) {
  .attr-pro-detail li:last-child {
    margin-bottom: 0;
  }
}

.attr-label-pro-detail {
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 6px;
}

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

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

@media screen and (max-width: 767px) {
  .price-new-pro-detail {
    font-size: 16px;
  }
}

.price-old-pro-detail {
  color: #6c757d;
  font-size: 16px;
  text-decoration: line-through;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .price-old-pro-detail {
    font-size: 13px;
    padding: 0 7px;
  }
}

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

.tabs-pro-detail .nav-tabs {
  justify-content: center;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: 0;
  font-size: 15px;
  border-bottom: 2px solid transparent;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #555555;
  font-weight: bold;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link:hover {
  font-weight: bold;
  color: #333;
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  font-weight: bold;
  border-bottom-color: #555555;
}

@media screen and (max-width: 991px) {
  .tabs-pro-detail .nav-tabs .nav-link {
    font-size: 13px !important;
  }
}

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

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

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

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

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

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

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

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

.row-video {
  margin: 0 -10px;
}

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

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

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

.video {
  cursor: pointer;
}

.youtube-logo {
  position: relative;
}

.youtube-logo::before {
  content: "";
  position: absolute;
  aspect-ratio: 50/35;
  width: 15%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAjCAMAAADha6m9AAABs1BMVEUAAADlLCfUIiLRICHBGB7jLCfCGB3jKybYJSPBGB7AFx3AFx3OICDjLCfbJyTBGB7jLCfAFx3kLCflLSfkLCfCGR7CGB3SIiLPICHCGB7ZJiTLHSDCGB7iKybKHSDAFx3jLCbKHSDAFx3kLCbhKybAFx3lLCfAFx3iKybBGB3gKibDGR7iKybiKybNHiDkLCbCGB3YJSPNHyDjLCfLHSDBGB7jLCfdKCXHHB/lLSfeKSW/Fx3XJCPNICHYJSTBGB3ZJiTLHiDlLSe/Fx3fKSXiKybHGx/EGR7gKibcJyXZJyTLHSDKHSDKHSDAFx3LHSDGGh7jKibVIiLRISLeKCXgKibcJyTMHyHZJSTCGB7////HHB/DGh7ZJyTXIyLOICD98/PKGBvYHhzLEhPolpbNHR7VFxb8///gWlneV1fYREXRHBzYGRfSFxbozc3eg4PbVlfNJynTHR3OFRbHDhDMDg/4/f3+9/f76ur44+PpmprjZGLaW1zWSUvWPDvWOTjbLCrTJyjMFxjWExD19PTu7O3v6enz4N/t2Nn319f1zs7kw8Ltnp3jjIzdennabm/gTkwFvLjjAAAAT3RSTlMA2tHP/fvOsxX32r0O9O3r6dXSysG1ogYB+ff38vHnxbq6saqYkIqCeXNoXVlGPi8rJh758OPg2dnVy8rGxrqsq6ugm4RtZ0v34pKShng4fjL1vAAAAhlJREFUOMuV1ddCGkEYhuFfUTrSqyC9d+y9azrBAmQTytKMSAkE7DWm90vOCJzsLkT3OZtv5j0euKNi+70el8NmWTGzDDKpVDLd1zItkUplBpZ5xWJzrHu8frYKOthrMknfhEikEwhGBwcHIwRoGBUIdCLRRJ9EZmNDS5AVeTCWHxC+OUIDi48Sl26XhkfrAErWLi0GJYRmdmiZCYJvkl4y6QXP4yhZPBPdifYy5ALHEGW9TtyWooleyRo8GUoQxTN/f55d35biia40FljSxImShTPs5HQ/USol411olmAhTkneHmHYl1/FrUymW7QAc0kSlKQxDNv7Wr1EDdUc9G+RlVFy13ysVK8KBcp1f88EOfz8o3pVrlMSBrmol/c7CbZ3+Kny+6ZOSbZJUu9bSSeq/Lk5IN7/P0l/zxUPUHF/8i7dDr7lis0mKogYwEiR5LOt5Ogkd9nM5rdTZAyYj5G0k+PT4gc8n4pRzYORPOHZc+w4d5FCRawbIywPh4lw/CJ3Xstm8Vgs3MXwMjwdo6y1WqOBd95TEwU8H6GseAMP9zT2DNwooWNkA3xTr2mZ2oQQ8yUtzCAo5fQSoxJgQ0unUDsBgL/4hgY5H5CA6dWDyQPQwrbzmNxxoVDL4XDUAwMDhEforOZwtELhOFest4agQ8UP+NxOu3VVoTDJeTz9LFMs5nK5YiZzVs/jmRYVq1a70735ov2L/QOukA9gZVVk1QAAAABJRU5ErkJggg==") no-repeat;
  background-size: 100% 100%;
}

/*video*/
.wrap-user {
  margin: 40px auto;
  border-radius: 5px;
  max-width: 500px;
  padding: 25px;
}

@media screen and (max-width: 991px) {
  .wrap-user {
    margin: 30px auto;
    max-width: 100%;
    padding: 0;
    box-shadow: none !important;
  }
}

.wrap-register {
  margin: 30px;
  padding: 25px;
}

.wrap-register label {
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .wrap-register {
    margin: 30px auto;
    padding: 0;
    box-shadow: none !important;
  }
}

.title-user {
  margin-bottom: 15px;
}

.title-user.login h4 {
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main-color);
}

.login-user,
.forgot-password-user {
  width: 100%;
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 38px;
  font-weight: bold;
  transition: 0.4s;
  border: 1px solid var(--main-color);
}

.login-user:hover,
.forgot-password-user:hover {
  background: #fff;
  color: var(--main-color);
}

.registration-user,
.activation-user,
.info-user {
  width: 150px;
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 38px;
  font-weight: bold;
  transition: 0.4s;
  border: 1px solid var(--main-color);
}

.registration-user:hover,
.activation-user:hover,
.info-user:hover {
  background: #fff;
  color: var(--main-color);
}

@media screen and (max-width: 991px) {

  .registration-user,
  .activation-user,
  .info-user {
    margin-top: 10px;
    width: 100%;
  }
}

.nav-user-res {
  overflow-x: auto;
  overflow-y: hidden;
}

.nav-user-res::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

.nav-user-res::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.nav-user-res::-webkit-scrollbar-track {
  background-color: var(--hover-color);
}

.nav-user-res::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

.nav-user-res::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--hover-color);
}

.nav-user-res::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

.nav-user-res::-webkit-resizer {
  background-color: #e7e7e7;
}

.nav-user-res .nav-tabs .nav-item.show .nav-link,
.nav-user-res .nav-tabs .nav-link.active {
  color: var(--main-color);
  background-color: #fff;
  border-bottom: 0;
  border-top-width: 3px;
  border-top-color: var(--main-color);
}

.nav-user-res .nav-tabs .nav-link {
  font: 14px 'Mulish-Regular';
  white-space: nowrap;
}

.nav-user-res .nav-tabs .nav-link:hover {
  color: var(--main-color);
}

.nav-user-res .nav-tabs {
  border-color: #eee;
  flex-wrap: nowrap;
}

.history-nav {
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.history-nav a {
  display: block;
  text-align: center;
  transition: 0.4s;
  border-bottom: 2px solid transparent;
  font-family: 'Mulish-Regular';
  padding: 12px 25px;
  white-space: nowrap;
}

.history-nav a:hover,
.history-nav a.active {
  border-color: var(--main-color);
  color: var(--main-color);
}

.form-search-order {
  position: relative;
  background: #fff;
}

.form-search-order button {
  position: absolute;
  top: 3px;
  right: 4px;
  outline: none;
  border: none;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  background: var(--main-color);
  color: #fff;
}

.orderItem_top h4 {
  font: 15px 'Mulish-Regular';
  color: var(--main-color);
}

.orderItem_top p {
  font-family: 'Mulish-Regular';
}

.orderItem+.orderItem {
  margin-top: 15px;
}

.orderItem_bottom span {
  font-family: 'Mulish-Regular';
}

.orderBox_photo {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
}

@media screen and (max-width: 576px) {
  .orderBox_photo {
    flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    max-width: 70px;
  }
}

.input-group {
  margin-bottom: 9px;
}

.col-sm-auto {
  width: 100%;
}

.orderBox_price {
  flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  max-width: 150px;
}

.orderBox_price strong {
  color: #ec2d3f;
  font-family: 'Mulish-Regular';
}

.orderBox_price del {
  font-size: 13px;
  color: #666;
}

.orderBox_info {
  flex-grow: 1;
  padding: 0 15px;
}

.orderBox_info h3 {
  font: 13px 'Mulish-Regular';
}

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

@media screen and (max-width: 576px) {
  .orderBox_info {
    padding: 0 10px;
  }

  .orderBox_info p {
    font-size: 13px;
  }
}

.orderBox+.orderBox {
  margin-top: 10px;
}

.detailOrder-title {
  font: 13px 'Mulish-Regular';
  color: var(--main-color);
}

.pay-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.title-orderDetail {
  color: var(--main-color);
  font-family: 'Mulish-Regular';
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}

.price-cart-detail strong {
  color: #ec2d3f;
  font-family: 'Mulish-Regular';
}

.price-cart-detail del {
  color: #aaa;
}

.section-main {
  margin-top: 30px;
  margin-bottom: 25px;
}

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

.title-main h2 {
  text-transform: uppercase;
  color: var(--main-color);
  font-weight: bold;
  font-size: 23px;
}

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

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

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

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

.header-container h2 {
  font-size: 38px;
  color: var(--main-color);
  text-transform: uppercase;
  font-family: "Roboto-Bold";
}

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

.header-container p {
  font-size: 15px;
  font-family: "Roboto-Regular";
  color: #5d5d5d;
  letter-spacing: 1px;
}

/* Paging */
.pagination-cus .page-item {
  margin: 0 4px;
}

.pagination-cus .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-cus .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-cus .page-item.active .page-link {
  background: var(--main-color);
  color: white;
  border-color: var(--main-color);
}

.pagination-cus .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.pagination-cus .page-link {
  color: var(--main-color);
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
}

.pagination-cus .page-link:hover {
  z-index: 2;
  color: white;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

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

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

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

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

.pagination-ajax a.first::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-first.png);
}

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

.pagination-ajax a.last::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-last.png);
}

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

.pagination-ajax a.prev::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-prev.png);
}

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

.pagination-ajax a.next::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-next.png);
}

.block-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  transition: 0.8s;
}

.search-wrap {
  position: relative;
  color: #fff;
  height: 100vh;
}

.form-search-d {
  position: relative;
  width: 0;
  transition: 0.8s;
}

.form-search-d.active {
  width: 70%;
}

@media screen and (max-width: 991px) {
  .form-search-d.active {
    width: calc(100% - 50px);
  }
}

.form-search-d input {
  width: 100%;
  height: 45px;
  outline: none;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 0 30px 0 10px;
  font-size: 12px;
}

.form-search-d input::-moz-placeholder {
  color: #fff;
  font-size: 12px;
}

.form-search-d input::placeholder {
  color: #fff;
  font-size: 12px;
}

.form-search-d button {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent;
  font-size: 14px;
  height: 100%;
  color: #fff;
}

.close-form-search {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 25px;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .close-form-search {
    font-size: 20px;
  }
}

.close-form-search:hover {
  color: #f00;
}

.table-of-contents {
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 0 30px 0;
  width: 100%;
  max-width: 860px;
  display: table;
}

.table-of-contents .table-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
}

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px;
}

.table-of-contents .table-title .toc_toggle a {
  color: var(--main-color);
  padding: 0 1px;
}

.table-of-contents ul {
  font-size: 14px;
  list-style-type: disc;
  margin: 0 0 0 16px;
  padding: 0;
}

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0;
}

.table-of-contents ul li::marker {
  color: var(--main-color);
}

.table-of-contents ul li a {
  text-decoration: none;
  color: #333333;
}

.table-of-contents>ul {
  padding-bottom: 10px;
}

.table-of-contents>ul ul ul {
  display: none;
}

.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
  color: var(--hover-color);
}

.table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.table-content-button .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.table-content-button .btn-icolist svg {
  width: 20px;
  height: 35px;
  vertical-align: initial;
}

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  transform-origin: 0 top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.table-content-fixed .table-of-header {
  position: relative;
  padding-right: 50px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid #eeeeee;
}

.table-content-fixed .table-of-header .hTitle {
  max-width: calc(100% - 50px);
  margin-left: 0;
  font-size: 14px;
}

.table-content-fixed .table-of-header .hClose {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center;
}

.table-content-fixed .table-of-header .hClose svg {
  width: 32px;
  height: 32px;
  width: 14px;
}

.table-content-fixed .table-of-contents {
  border: 0;
  background: #ffffff;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
}

.table-content-fixed .table-of-contents .table-title {
  display: none;
}

.table-content-fixed .table-of-contents ul {
  font-size: 13px;
}

.table-content-button.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.table-content-fixed.active {
  transform: scale(1) translateY(-45%);
  -webkit-transform: scale(1) translateY(-45%);
  -moz-transform: scale(1) translateY(-45%);
  -ms-transform: scale(1) translateY(-45%);
  -o-transform: scale(1) translateY(-45%);
}

.addThis_listing .addThis_item {
  margin-bottom: 5px;
}

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.addThis_item--icon i {
  font-size: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--main-color);
  border-radius: 50%;
}

.addThis_item--icon span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  background: #ec2d3f;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  border-radius: 100%;
  z-index: 10;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgb(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(0, 0, 0);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: 0.9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px;
}

.fb_dialog_content>iframe {
  right: -6px !important;
}

.addThis_listSharing {
  position: fixed;
  bottom: 100px;
  z-index: 500;
  top: auto !important;
  right: 26px;
}

.backtop {
  right: 26px;
  bottom: 60px;
  top: auto !important;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  top: auto !important;
  height: 44px;
  width: 44px;
  background-color: var(--main-color);
  line-height: 36px;
  border-radius: 100%;
  font-size: 30px;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-120px);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: #fff !important;
  margin-bottom: 5px;
}

.backtop:hover {
  filter: brightness(1.3);
}

.backtop.show {
  z-index: 999;
  transition: transform 0.3s ease-out 0s;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.social_fixed-phone {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 55px;
  line-height: 45px;
  z-index: 100;
  display: none;
  box-shadow: 0 3px 6px #333333;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.social_fixed-phone ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}

.social_fixed-phone ul li {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.social_fixed-phone ul li a {
  text-decoration: none;
  font-size: 9px;
  font-family: Arial;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 1px;
  line-height: 2;
  height: 100%;
  padding-top: 5px;
  color: var(--main-color);
}

.social_fixed-phone svg {
  display: block;
  margin: 0 auto;
  height: 25px;
  fill: var(--main-color);
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .social_fixed-phone {
    display: block;
  }
}

.wrap-phone-res {
  position: fixed;
  left: 10px;
  bottom: 65px;
  z-index: 99;
  display: none;
}

.wrap-phone-res ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrap-phone-res ul li {
  margin: 8px 0;
  animation: customfadeInRight;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.wrap-phone-res ul li:nth-child(1) {
  animation-delay: 0.1s;
}

.wrap-phone-res ul li:nth-child(2) {
  animation-delay: 0.2s;
}

.wrap-phone-res ul li a {
  display: block;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  border-radius: 20px;
  color: var(--main-color);
}

.wrap-phone-res ul li a i {
  animation: tada 1.2s infinite;
}

.wrap-phone-res.active {
  display: block;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

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

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

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

.zoomIn {
  animation-name: customzoomIn;
}

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

  50% {
    opacity: 1;
  }
}

.swing-vertical {
  animation: top-image-bounce 2s infinite ease-in-out;
}

@keyframes top-image-bounce {
  0% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(12px);
  }

  100% {
    transform: translateY(-8px);
  }
}

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

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

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

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

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

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

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

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

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

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 0;
  }
}

@keyframes customfadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

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

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

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

@keyframes customfadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

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

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

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

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

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

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

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

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

  to {
    -webkit-transform: rotate(359deg);
  }
}

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

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mb {
  display: none;
}

/*# sourceMappingURL=main.css.map */
@media screen and (max-width: 991px) {


  .slideshow .control-owl button {
    width: 25px;
    height: 25px;
  }

  section.abouts_block {
    background-size: cover;
    padding: 40px 0 30px;
  }

  .items_Cri h3 {
    font-size: 31px;
    line-height: 35px;
  }

  .items_abouts2 {
    position: relative;
    margin-bottom: 40px;
    margin-top: 15px;
  }

  .title_abouts p {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .title_index h2 {
    font-size: 30px;
  }

  section.video_block {
    position: relative;
    padding: 35px 0 35px;
  }

  .slick2 {
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }

  section.newsllter_block {
    background: #E3E3E3;
    position: relative;
    padding: 35px 0 40px;
  }

  .title_index2 h2 {
    font-size: 30px;
  }

  .images_knowledge {
    width: 100%;
    margin-bottom: 20px;
  }

  .infor_knowledge {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }

  section.knowledge_block {
    position: relative;
    padding: 60px 0 1px;
  }

  section.partner_block {
    padding: 30px 0;
  }

  a.block_knowledge {
    font-size: 13px;
    padding: 6px 19px;
  }

  .desc_knowledge {
    font-size: 14px;
    font-family: "Mulish-REgular";
    color: #777777;
    line-height: 23px;
    margin: 12px 0 23px;
    -webkit-line-clamp: 3;
  }

  .images_knowledge {
    width: 100%;
    margin-bottom: 20px;
  }

  .flex_know.slick-slide {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .content_owl_product .control-owl button.owl-prev {
    left: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50px;
    background: #1ea80c;
  }

  .content_owl_product .control-owl button.owl-next {
    right: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50px;
    background: #1ea80c;
  }

  .items_Cri p {
    font-size: 14px;
  }

  .title_index p {
    font-size: 13px;
  }

  .desc_abouts {
    font-size: 15px;
    line-height: 26px;
    margin: 16px 0;
  }

  .title_abouts h2 {
    font-size: 34px;
  }

  section.video_block {

    overflow: hidden;
  }

  .form-row.form-row2 {
    margin: 0 -9px;
  }

  section.knowledge_block {
    overflow: hidden;
  }

  .relative_par .control-owl button {
    display: none;
  }

  .cproduct {
    position: relative;
    padding: 0 6px;
  }

  .rowproduct {
    margin: 0 -6px;
  }

  .newsItem__name {
    margin: 11px 0 7px 0;
    color: #000;
  }

  .header-container p {
    margin-top: 4px;
    font-size: 13px;
    letter-spacing: 1px;
  }

  .newsItem__name {
    line-height: 18px;
  }

  h3.newsItem__name a {
    font-size: 16px;
  }

  span.price-per {
    padding: 2px 8px;
    font-size: 12px;
  }

  .text-inforpro h3 {
    line-height: 21px;
    margin-bottom: 10px;
    height: 42px;
  }

  span.price-new {
    font-size: 15px;
  }

  span.price-old {
    font-size: 13px;
  }

  .product-item {
    padding: 7px;
  }
}

.qr-code-section {
  margin-top: 15px;
  padding: 15px;
  width: 25%;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.qr-code-container {
  text-align: center;
}

.qr-code-image {
  width: 120px;
  height: 120px;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  padding: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.qr-code-text {
  margin-top: 8px;
  font-size: 12px;
  color: #6c757d;
  font-weight: 500;
}

@media (max-width: 768px) {

  .qr-code-section {
    width: 100%;
  }

  .header-container {
    margin-bottom: 20px !important;
  }

  .col-sticky {
    display: none;
  }

  .qr-code-image {
    width: 100px;
    height: 100px;
  }

  .qr-code-text {
    font-size: 11px;
  }
}

.user-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 4px 7px;
  border-radius: 8px;
  background: #1ba300;
  transition: all 0.3s ease;
  font-size: 15px;
  font-family: 'Mulish-Regular';
  top: 0;
  position: relative;
  color: #fff;
}

.user-avatar i {
  font-size: 18px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  padding: 2px;
  transition: transform 0.3s ease;
}

a.login_block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  width: 114px;
  height: 37px;
  background: linear-gradient(90deg, #1a7800 0%, #3ac300 100%);
  border-radius: 8px;
  font-size: 15px;
  color: #fff;
  font-family: 'Mulish-Regular';
}

a.login_block:hover {
  background: linear-gradient(272deg, #168100 0%, #031800 100%);
}

.user-menu {
  position: absolute;
  top: 110%;
  right: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  min-width: 180px;
  display: flex;
  flex-direction: column;
  padding: 2px 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.user-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 12px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: background 0.25s ease, color 0.25s ease;
  font-family: 'Mulish-Regular';
}

.user-menu a:hover {
  background: #f7f7f7;
  color: #117c03;
}

.user-dropdown {
  position: relative;
}

.user-dropdown:hover .user-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.user-menu a:hover::before {
  border-color: #1ea80c;
}

.user-menu a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #aaa;
  border-radius: 50%;
  transition: border-color 0.3s ease;
}

.user-menu a:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.user-menu a:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.images_knowledge2.slick-slide.slick-current.slick-active a {
  border: 3px solid #128103;
}

.images_knowledge2 a {
  border: 3px solid #ffffff;
}

.customer-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}

.customer-autocomplete-item {
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s;
}

.customer-autocomplete-item:hover {
  background: #f8f9fa;
}

.customer-autocomplete-item:last-child {
  border-bottom: none;
}

.customer-autocomplete-name {
  font-family: 'Roboto-Bold';
  color: #333;
  margin-bottom: 3px;
}

.customer-autocomplete-info {
  font-size: 12px;
  color: #666;
}

.customer-autocomplete-empty {
  padding: 12px 15px;
  text-align: center;
  color: #999;
  font-style: italic;
}

.customer-autocomplete-loading {
  padding: 12px 15px;
  text-align: center;
  color: #666;
}

@media (max-width: 991px) {
  .user-toggle {
    cursor: pointer;
    padding: 1px 2px 2px 7px;
    border-radius: 50px;
    font-size: 12px;
    font-family: 'Mulish-Regular';
    top: 0;
    position: relative;
    color: #fff;
  }

}

@media (max-width: 480px) {
  a.login_block {
    width: 100px;
    height: 29px;
    border-radius: 8px;
    font-size: 13px;
    color: #fff;
  }

}

.input-group.input-group-sm {
  justify-content: right;
}

.input-group-append button {
  margin-top: 10px;
  border-radius: 3px !important;
  width: 98px;
}

input.form-control.order-price-input {
  text-align: center;
}

ul.item-category {
  margin-left: 19px;
}