@charset "UTF-8";

/* Main */
:root {
  --color-red: #ec2d3f;
  --color-medium-red: #cc2c32;
  --color-dark-red: #c31829;
  --color-green: #28a745;
  --color-dark-green: #207d36;
  --color-black: #212529;
  --color-gray: #6c757d;
  --color-main: #0C7D13;
  --color-main-2: #0A9612;
}

body {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top
}

a,
input,
textarea {
  outline: none;
  padding: 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.wrap-main,
.wrap-content {
  max-width: 1300px;
  margin: 0px auto;
  padding: 0px 10px;
}

.wrap-home {
  max-width: 100%;
  padding: 0px;
}

.wrap-content {
  margin: auto;
}

.wap-all-page {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.wap-top {
  width: 100%;
}

.wap-hearder {
  width: 100%;
}

.wap-menu {
  width: 100%;
  position: sticky;
  z-index: 100;
  top: 0;
}

.wap-slider {
  width: 100%;
}

.wap-main {
  width: 100%;
}

.wap-footer {
  width: 100%;
}

.wrap-main:not(.wrap-home) {
  margin-bottom: 30px;
}

.page-index-all {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* General */

.title-main {
  text-align: center;
  margin: 30px auto;
  position: relative;
  font-size: 36px;
}

.desc-titleInpage {
  max-width: 670px;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
}

.title-main span {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-main);
}

.title-main p {
  font-size: 16px;
}

.title-detail {
  margin: 30px auto 0px;
  position: relative;
  font-size: 28px;
  font-weight: 600;
}

.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}

.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}

.time-main span {
  vertical-align: top;
  display: inline-block;
}

.share {
  padding: 17px 15px 10px 15px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}

.share b {
  display: block;
  margin-bottom: 5px;
}

.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 45px/2);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.control-owl button:hover {
  opacity: 1;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
  height: calc(1em + 1.25rem + 8px);
  background: #ecf0f3;
  padding: 10px;
  padding-left: 20px;
  box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
}

.text-sm {
  font-size: .875rem !important;
}

/* Lazyload */
img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

.top {
  background-color: #fff;
}

/* Header */
.header {
  background-color: #ffffff;
}

.header-top {
  color: #ffffff;
  background-color: var(--color-main);
}

.header-top .wrap-content {
  padding: 10px 15px;
}

.header-name--main {
  font-size: 40px;
  font-weight: bold;
  color: #0B8E13;
  line-height: 1.5;
}

.header-name--main span {
  color: red;
}

.header-name--sologan {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.header-hotline--row {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
  background: url(../images/bg-header-hotline.png) no-repeat center left / 40px;
  padding-left: 42px;
}

.header-hotline--row strong {
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 1;
}

.info-header {
  margin-bottom: 0px;
}

.info-header i {
  vertical-align: top;
  margin: 3px 5px 0px 0px;
  font-size: 16px;
}

.header-bottom .wrap-content {
  padding: 10px 10px;
}

.hotline-header {
  display: inline-block;
  padding-left: 25px;
  background-image: url(../images/hotline.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.hotline-header p {
  font-weight: bold;
  margin-bottom: -2px;
  text-transform: capitalize;
}

.hotline-header span {
  font-weight: bold;
  color: var(--color-red);
  font-size: 20px;
  display: block;
}

.user-header a {
  color: #ffffff;
  padding-right: 9px;
  margin-right: 7px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.user-header a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #ffffff;
  top: calc(50% - 7px/2);
  right: 0px;
  opacity: 0.7;
}

.user-header a:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.user-header a:last-child:after {
  display: none;
}

/* Menu */
.menu {
  /* padding: 10px 0; */
  background: linear-gradient(to bottom, var(--color-main), var(--color-main-2));
}

.menu.fixedMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.menu.fixedMenu .wrap-content {
  padding: 10px;
  max-width: 1000px;
}

.menu ul {
  width: 100%;
  padding: 0px;
  margin: auto;
  list-style: none;
}

.menu ul li {
  position: relative;
  z-index: 1;
}

.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.menu ul li a i {
  margin-left: 5px;
}

.menu ul li a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #fff;
  padding: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none !important;
  margin: 0 10px;
}

.menu ul li a.has-child {
  padding-right: 16px;
}

.menu ul li a.has-child:after {
  content: '';
  position: absolute;
  bottom: calc(50% - 4px/2);
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #fafafa;
  border-top: 0px;
  border-left: 0px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


.menu>.wrap-content>ul>li>a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--color-main);
  transform: translateX(-50%);
  transition: all .3s ease;
  /* background: linear-gradient(to right, #1c845e00 0%, #1c845e 50%, #1c845e00 100%); */
}

.menu>.wrap-content>ul>li>a.active::before,
.menu>.wrap-content>ul>li:hover>a::before {
  width: 100%;
}

.menu>.wrap-content>ul>li>a.active,
.menu>.wrap-content>ul>li:hover>a {
  color: var(--color-main)
}

.menu ul li:hover>a,
.menu ul li a.active {
  color: #ed9c27;
  text-shadow: 1px 1px 1px #0000005e;
}

.menu ul li:hover>a.has-child:after,
.menu ul li a.active.has-child:after {}

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  margin-top: -5px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: linear-gradient(to right, var(--color-main), var(--color-main-2));
  border-radius: 0.25rem;
  -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

.menu ul li:hover>ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all .7s;
}

.menu ul li ul li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.menu ul li ul li a {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #0000001a;
}

.menu ul li ul li:last-child>a {
  border-bottom: 0px;
}

.menu ul li ul li a.has-child {
  margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
  border-color: #313131;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu ul li ul li a.active,
.menu ul li ul li:hover>a {
  color: #ed9c27;
}

.menu ul li ul li:hover>a.has-child:after,
.menu ul li ul li a.active.has-child:after {
  border-color: #fff;
}

.menu ul li ul li a {
  padding: 10px 0px 9px 0px;
  text-transform: capitalize;
}

.menu ul li ul li ul {
  top: -0.75rem;
  left: 100%;
  margin-top: 0px;
}

/* Search */
.search {
  width: 230px;
  background: #ffffff;
}

.search p {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: var(--color-gray);
  font-size: 16px;
}

.search input {
  width: calc(100% - 35px);
  height: 35px;
  float: left;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 10px;
  font-size: 12px;
}

.search input::-webkit-input-placeholder {
  color: #ccc;
}

.search input:-moz-placeholder {
  color: #ccc;
}

.search input::-moz-placeholder {
  color: #ccc;
}

.search input:-ms-input-placeholder {
  color: #ccc;
}

.search-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-direction: row-reverse;
  background: #fff;
  border-radius: 4px;
}

.search-inline p:hover {
  color: var(--color-main);
}

.search-inline p {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
}

.search-inline input {
  border: 0;
  outline: 0;
  box-shadow: unset;
  width: calc(100% - 50px);
  padding-left: 15px;
}

/* Mmenu */
.menu-res {
  display: none;
  height: 55px;
  z-index: 10;
  background: var(--color-main);
  position: relative;
  line-height: normal;
}

.menu-bar-res {
  height: 55px;
  padding: 0px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#menu {
  display: none;
}

#hamburger {
  display: none;
  width: 35px;
  height: 23px;
  position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #fff;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}

/* Search Responsive */
.search-res {
  position: relative;
  margin-left: 10px;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  margin: 0px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: var(--color-main);
  position: relative;
  z-index: 1000;
}

.search-res .icon-search.active {
  color: #fff;
  background: #1c845e;
  border-radius: 100%;
}

.search-res .search-grid {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  height: 38px;
  background: rgb(95, 95, 95);
  display: flex;
  transition: all 0.6s;
  box-shadow: 1px 1px 1px;
  z-index: 999;
  border-radius: 30px 0 0 30px;
  padding-right: 20px;
}

.search-res .search-grid p {
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: #fff;
  font-size: 16px;
  background: transparent;
  margin-right: 3px;
  margin-top: 4px;
  transition: background 0.4s;
}

.search-res .search-grid p:hover {
  transition: background 0.4s;
  color: var(--color-main);
}

.search-res .search-grid input {
  width: calc(100% - 35px);
  height: 40px;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 10px;
  font-size: 14px;
  color: #fff;
  font-style: italic;
  box-shadow: unset;
}

.search-res .search-grid input::-webkit-input-placeholder {
  color: #fff;
}

.search-res .search-grid input:-moz-placeholder {
  color: #fff;
}

.search-res .search-grid input::-moz-placeholder {
  color: #fff;
}

.search-res .search-grid input:-ms-input-placeholder {
  color: #fff;
}

.search-res .search-grid.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}


/* Slideshow */
.slideshow {
  position: relative;
}

.slideshow-item {
  display: block;
  cursor: pointer;
}

.slideshow:hover .control-slideshow {
  opacity: 1;
}

.control-slideshow {
  opacity: 0;
}

/* Partner */
.wrap-partner {
  padding: 0px 15px;
  width: 100%;
}

.wrap-partner .wrap-content {
  position: relative;
}

.partner {
  display: block;
  border: 1px solid #eee;
  max-width: 175px;
  margin: 0px auto;
}

/* Breadcrumb */
.breadCrumbs {
  background-color: #eee;
}

.breadCrumbs .wrap-content {
  padding: 0.75rem 15px;
  max-width: 1300px;
}

.breadCrumbs .wrap-content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
  color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
  color: var(--color-gray);
}

/* ========================== wrap-intro ========================== */
#introCpn-X4HJNXEH2IZSFE .wrap-content {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 10px;
}

#introCpn-X4HJNXEH2IZSFE {
  width: 100%;
  padding: 60px 0;
}


#introCpn-X4HJNXEH2IZSFE .intro-description {
  font-size: 18px;
  text-align: justify;
  margin-top: 10px;
  color: #333333;
}

#introCpn-X4HJNXEH2IZSFE .intro-title {
  font-weight: bold;
  font-size: 30px;
  background: linear-gradient(to right, #0D7714, #00BF0C);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-left: 20px;
  position: relative;
}

#introCpn-X4HJNXEH2IZSFE .intro-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 7px;
  height: calc(100% - 10px);
  background: #0D7714;
}

#introCpn-X4HJNXEH2IZSFE .intro-text,
#introCpn-X4HJNXEH2IZSFE .intro-img {
  width: calc(50% - 20px);
}

#introCpn-X4HJNXEH2IZSFE .intro-img img {
  border-radius: 8px
}

#introCpn-X4HJNXEH2IZSFE .btnStyle1 {
  margin: 30px 0;
  display: block;
  width: fit-content;
  text-align: center;
  min-width: 300px;
  font-size: 18px;
  line-height: 45px;
  color: #199522;
  border: 1px solid #199522;
  border-radius: 5px;
  /* transition:all .3s ease; */
}

#introCpn-X4HJNXEH2IZSFE .btnStyle1:hover {
  background: linear-gradient(to right, #0D7714, #00BF0C);
  color: #fff;
  border-color: transparent;
}

/* ================== pronew =================== */

#proNewCpn-X4HJNXEH2IZSFE .pronew-content--title_h2 {
  font-weight: bold;
  font-size: 30px;
  background: linear-gradient(to right, #0D7714, #00BF0C);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
  margin: 0;
}

#proNewCpn-X4HJNXEH2IZSFE .pronew-content--title_h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 24px;
  background: #0D7714;
}

div#proNewCpn-X4HJNXEH2IZSFE {
  padding: 60px 0;
  background: #F7F7F7;
}

div#proNewCpn-X4HJNXEH2IZSFE .wrap-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pronew-nav {
  width: 320px;
  height: fit-content;
  position: sticky;
  top: 65px;
  z-index: 1;
}

.pronew-content {
  width: calc(100% - 340px);
  padding: 20px;
  background: #fff;
  border-radius: 15px;
}

.pronew-content--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 0 15px;
}

a.pronew-content--title_a {
  margin: 10px 0;
  display: block;
  width: fit-content;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: var(--color-main);
  border-radius: 5px;
  transition: all .1s ease;
  padding: 10px 20px;
}

a.pronew-content--title_a:hover {
  background: red;
}

.pronew-nav--title i {
  width: 36px;
  height: 36px;
  text-align: center;
  background: #fff;
  color: var(--color-main);
  vertical-align: middle;
  line-height: 36px;
  border-radius: 6px;
  margin-right: 5px;
}

.pronew-nav--title {
  background: linear-gradient(to right, var(--color-main), var(--color-main-2));
  color: #fff;
  line-height: 55px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

ul.pronew-nav--list li {
  position: relative;
}

ul.pronew-nav--list li:hover>a,
ul.pronew-nav--list li:hover>i {
  color: var(--color-main);
  transform: translateX(5px);
}

ul.pronew-nav--list li a {
  padding: 8px 20px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

ul.pronew-nav--list li:not(:last-child)>a {
  border-bottom: 1px solid #eeeeee45;
}

ul.pronew-nav--list,
ul.pronew-nav--list ul {
  list-style: none;
  padding: 0;
  border-radius: 10px;
  background: #fff;
  padding: 5px 0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

ul.pronew-nav--list li>i {
  position: absolute;
  transition: all .1s ease;
  right: 20px;
  top: 12px;
  color: #8A8989;
}

ul.pronew-nav--list ul {
  position: absolute;
  top: 20px;
  left: 100%;
  z-index: 10;
  width: 300px;
  transition: all .1s ease;
  visibility: hidden;
  opacity: 0;
}

ul.pronew-nav--list li:hover>ul {
  top: -5px;
  visibility: visible;
  opacity: 1;
}

.gridProNews {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

/* ================== proOsd =================== */

#proOsdCpn-X4HJNXEH2IZSFE .pronew-content--title_h2 {
  font-weight: bold;
  font-size: 30px;
  background: linear-gradient(to right, #0D7714, #00BF0C);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
  margin: 0;
}

#proOsdCpn-X4HJNXEH2IZSFE .pronew-content--title_h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 24px;
  background: #0D7714;
}

div#proOsdCpn-X4HJNXEH2IZSFE {
  padding: 40px 0;
}

#proOsdCpn-X4HJNXEH2IZSFE .price-product span {
  font-weight: normal;
}

#proOsdCpn-X4HJNXEH2IZSFE .name-product {
  font-size: 18px;
  margin-bottom: 0;
  color: #000;
}

#proOsdCpn-X4HJNXEH2IZSFE .box-product {
  position: relative;
  display: block;
  padding: 0px 0 20px;
  box-shadow: unset;
  text-align: center;
}

/* ================== servosd =================== */

div#serviceOsdCpn-X4HJNXEH2IZSFE {
  padding: 40px 0;
  background: #F7F7F7;
}

#serviceOsdCpn-X4HJNXEH2IZSFE .pronew-content--title_h2 {
  font-weight: bold;
  font-size: 30px;
  background: linear-gradient(to right, #0D7714, #00BF0C);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
  margin: 0;
}

#serviceOsdCpn-X4HJNXEH2IZSFE .pronew-content--title_h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 24px;
  background: #0D7714;
}

.gridNewsHome {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

/* newsBoxInpage */
.newsBoxInpage {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.newsBoxInpage-pic {
  width: 40%;
  border-radius: 6px;
  height: fit-content;
}

.newsBoxInpage-content {
  width: calc(60% - 15px);
}

.newsBoxInpage-name a {
  font-size: 18px;
  color: inherit;
  display: block;
}

.newsBoxInpage-date {
  font-size: 12px;
  color: gray;
  margin: 10px 0;
}

/* servBox */
.servBox {
  position: relative;
}

.servBox-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  z-index: 1;
  color: #fff;
}

.servBox-name a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  display: block;
}

.servBox-name a:hover {
  color: #ed9c27;
}

a.servBox-pic {
  display: block;
  position: relative;
}

a.servBox-pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #00000080;
}

/* projectBox */
.newsBoxProject-name a {
  font-size: 18px;
  text-align: center;
  display: block;
  color: inherit;
}

.newsBoxProject-name a:hover {
  color: #ed9c27;
}

.newsBoxProject:hover {
  color: #fff;
  background: var(--color-main);
}


.newsBoxProject-content {
  padding: 15px 10px;
}

.newsBoxProject-pic {
  border-radius: 6px;
}

.newsBoxProject {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #eee;
  transition: all .3s ease;
}

/* ================== whyus =================== */
div#whyusCpn-X4HJNXEH2IZSFE {
  padding: 40px 0;
}

#whyusCpn-X4HJNXEH2IZSFE .pronew-content--title_h2 {
  font-weight: bold;
  font-size: 30px;
  background: linear-gradient(to right, #0D7714, #00BF0C);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
  margin: 0;
}

#whyusCpn-X4HJNXEH2IZSFE .pronew-content--title_h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 24px;
  background: #0D7714;
}

.whyus-content--listItem {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

.whyusBox {
  border: 1px solid #0D7C14;
  border-radius: 16px;
  padding: 30px 15px;
  text-align: center;
}

h3.whyusBox-title {
  font-size: 20px;
  font-weight: 500;
  margin: 30px auto 10px;
  color: #0D7C14;
  line-height: 1.2;
}

.whyusBox-content {
  position: relative;
}

.whyusBox-content::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 110px;
  background: var(--color-main);
  height: 1px;
}

.whyusBox-content::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  width: 22px;
  background: var(--color-main);
  height: 22px;
  border-radius: 50%;
  border: 8px solid #fff;
}

/* ================== contactHome =================== */
.contactHome {
  min-height: 250px;
  padding: 20px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  aspect-ratio: 1440/250;
  width: 100%;
}

.contactHome-content {
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-left: 5%;
}

.contactHome-desc {
  font-size: 20px;
  font-weight: 500;
}

.contactHome-hotline {
  font-size: 24px;
  font-weight: 500;
}

/* ================== news =================== */
div#newsCpn-X4HJNXEH2IZSFE {
  padding: 40px 0;
}

#newsCpn-X4HJNXEH2IZSFE .pronew-content--title_h2 {
  font-weight: bold;
  font-size: 30px;
  background: linear-gradient(to right, #0D7714, #00BF0C);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
  margin: 0;
}

#newsCpn-X4HJNXEH2IZSFE .pronew-content--title_h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 24px;
  background: #0D7714;
}

.newsBox {
  margin: 0 15px;
}

.newsBox-date {
  margin: 15px 0;
}

h3.newsBox-title a {
  font-size: 18px;
  color: #333333;
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
}

h3.newsBox-title a:hover {
  color: var(--color-main);
}

a.newsBox-a:hover {
  letter-spacing: 1px;
  padding-left: 5px
}

a.newsBox-a:hover i {
  padding-left: 15px
}

a.newsBox-a i {
  transition: all .3s ease;
}

a.newsBox-a {
  transition: all .3s ease;
  font-size: 16px;
  color: #199522;
}

/* ==================  =================== */



.productList-wrapTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  background: var(--color-bg, '#333');
  color: #fff;
}

.productList-title {
  width: 310px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 0 50px;
}

.productList-imgTitle {
  width: calc(100% - 310px);
  height: 100%;
  min-height: 130px;
  object-fit: cover;
}

.productList-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.productList-img {
  width: 310px;
}

.wrap-productOsd {
  background: var(--color-main);
  border-radius: 16px;
  padding: 35px 15px;
}

.productOsd-title {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.product.slick-slide {
  margin: 0 10px;
}

.gridProduct-3 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.productList-loadDomApi {
  width: calc(100% - 330px);
}

.slick-productOsd .slick-arrow::before {
  color: #fff
}

.news-intro:before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 50px);
  top: 10px;
  left: 90px;
  background-color: #CACACA;
}

.news-scroll:before,
.news-scroll:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 85px;
  border-radius: 100%;
  background-color: #CACACA;
}

.news-scroll:before {
  top: 10px;
}

.news-scroll:after {
  bottom: 40px;
}

.news-control {
  left: 85px;
  font-size: 13px;
  opacity: 0.5;
  z-index: 1;
  cursor: pointer;
}

.news-control:hover {
  opacity: 1;
  color: var(--color-main);
}

.news-control#up {
  top: -10px;
}

.news-control#down {
  bottom: 20px;
}

.news-shadow {
  padding-bottom: 30px;
}

.news-shadow-time {
  font-size: 13px;
  width: 75px;
  margin-right: 45px;
}

.news-shadow-time:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 20px/2);
  right: -26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pattern-news.png);
}

.news-shadow-article {
  width: calc(100% - 120px);
  padding: 14px 15px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #cecabb;
}

.news-shadow-article:before {
  content: '';
  position: absolute;
  top: calc(50% - 26px/2);
  left: -13px;
  z-index: 0;
  border-top: 13px solid transparent;
  border-right: 13px solid #cecabb;
  border-bottom: 13px solid transparent;
}

.news-shadow-article:after {
  content: '';
  position: absolute;
  top: calc(50% - 24px/2);
  left: -11px;
  z-index: 1;
  border-top: 12px solid transparent;
  border-right: 11px solid #ffffff;
  border-bottom: 12px solid transparent;
}

.news-shadow-image {
  margin-right: 10px;
  width: 90px;
}

.news-shadow-info {
  width: calc(100% - 100px);
}

.news-shadow-name {
  height: 36px;
  font-size: 15px;
  font-weight: 700;
}

.news-shadow-name a {
  color: #222222;
}

.news-shadow-name a:hover {
  color: var(--color-main);
}

.news-shadow-desc {
  height: 38px;
  font-size: 13px;
}

.news-shadow-name a.text-split,
.news-shadow-desc.text-split {
  -webkit-line-clamp: 2;
}

/* Video */
.video {
  cursor: pointer;
  margin-bottom: 1rem;
}

.video-image {
  position: relative;
  margin-bottom: 0.75rem;
}

.video-image:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  top: calc(50% - 50px/2);
  left: calc(50% - 35px/2);
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url(../images/play.png);
}

.video-name {
  text-align: center;
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 0px;
}

/* Album */
.album {
  cursor: pointer;
  margin-bottom: 1rem;
}

.album-image {
  margin-bottom: 0.75rem;
}

.album-name {
  margin-bottom: 0px;
  text-align: center;
}

.album-name a {
  display: block;
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 0px;
}

/* Brand */
.wrap-brand {
  margin-bottom: 50px;
  padding: 0px 15px;
  width: 100%;
}

.wrap-brand .wrap-content {
  position: relative;
}

.brand {
  display: block;
  border: 1px solid #eee;
  max-width: 160px;
  margin: 0px auto;
}

/* Product */
#sort-by {
  text-align: left;
  width: 100%;
}

#sort-by label {
  font-family: 'Arial';
  font-weight: 400;
  line-height: 33px;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 0;
  color: #222;
  display: inline-block;
}

#sort-by ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}

#sort-by>ul>li {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  cursor: pointer;
  line-height: 34px;
  border-radius: 3px;
  position: relative
}

#sort-by ul ul {
  position: absolute;
  visibility: hidden;
  width: 180px;
  right: 0;
  top: 100%;
  z-index: 10000;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  overflow: hidden;
  background: #fff;
  padding-left: 0px !important;
}

#sort-by li li {
  width: 100%;
  margin-top: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 5px 10px;
  line-height: 20px;
}

#sort-by li>a {
  display: inline-block;
  width: 100%;
  line-height: 22px;
  transition: all 0s ease-in-out;
}

#sort-by a:link,

#sort-by a:visited {
  color: #333;
  text-decoration: none;
}

#sort-by li:hover>ul {
  visibility: visible;
}

.wrap-product {
  margin-bottom: 50px;
  width: 100%;
}

.wrap-productList {
  margin: 40px auto;
}

/* .product {
    float: left;
    width: 23.5%;
    margin: 0 2% 2% 0;
}

.product:nth-child(4n+1) {
    clear: both;
}

.product:nth-child(4n) {
    margin-right: 0px;
} */

.box-product {
  position: relative;
  display: block;
  padding: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.pic-product {
  background: rgba(255, 255, 250, 1);
  /* box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
}

.pic-product img {
  width: 100%;
  border-radius: 3px;
}

.pro-info {
  padding: 0 10px;
}

.name-product {
  font-size: 16px;
  color: #5B5B5B;
  transition: all .3s ease;
}

.name-product:hover {
  color: var(--color-main-2)
}

.product.slick-slide:hover .name-product {
  color: var(--color-main-2)
}

.name-product.text-split {
  -webkit-line-clamp: 2;
}

.product.slick-slide .name-product {
  color: #fff;
}

.price-product {
  margin-bottom: 0px;
}

.product.slick-slide .price-new {
  color: var(--color-main-2);
}

.product.slick-slide del {
  color: #fff
}

.product-specific {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  color: #268EDE;
}

.price-product span {
  font-weight: 700;
}

.price-new {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-right: 10px;
}

.price-old {
  font-size: 14px;
  color: var(--color-gray);
}

.price-per {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  background: var(--color-red);
  font-size: 11px;
  border-radius: 2px;
  width: 50px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 0 0 0 16px;
}

.cart-product {
  margin-bottom: 0px;
}

.cart-product span {
  cursor: pointer;
  width: 49%;
  float: left;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 5px;
  border-radius: 3px;
}

.cart-add {
  margin-right: 2%;
  background: linear-gradient(to right, #0066cc, #cc3333);
}

.cart-add:hover {
  background-color: var(--color-dark-red);
}

.cart-buy {
  background: linear-gradient(to right, var(--color-green), #bccc33);
}

.cart-buy:hover {
  background-color: var(--color-dark-green);
}

/* Product Detail */
.grid-pro-detail {
  margin-bottom: 3rem;
}

.slickroDetailmain {
  position: relative;
}

.slickroDetailmain img {
  width: 100%;
}

.slickroDetailmain::after {
  content: '';
  position: absolute;
  width: calc(100% + 20px);
  height: 50px;
  background: var(--color-main);
  left: -10px;
  top: -10px;
  z-index: -1
}

.slickroDetailmain::before {
  content: '';
  position: absolute;
  width: calc(100% + 20px);
  height: 50px;
  background: var(--color-main);
  left: -10px;
  bottom: -10px;
  z-index: -1
}

.grid-pro {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.left-pro-detail {
  position: relative;
  text-align: center;
}

.left-pro-detail .MagicZoom {
  /* border:1px solid #eee; */
  padding: 7px;
  border-radius: 0;
  background-color: #0066cc;
  background-image: linear-gradient(to right, #0066cc, #cc3333);
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 12px;
  background: #fff;
}

.owl-pro-detail {
  padding: 0px 30px;
}

.control-pro-detail button {
  background-color: transparent;
  color: #222222;
  opacity: 1;
  width: 25px;
  font-size: 23px;
}

.control-pro-detail button:hover {
  opacity: 0.7;
}

.control-pro-detail button.owl-prev {
  left: 0px;
}

.control-pro-detail button.owl-next {
  right: 0px;
}

.thumb-pro-detail:hover,
.slick-current.thumb-pro-detail {
  opacity: 1
}

.thumb-pro-detail {
  opacity: .5;
  display: block !important;
  /* border:1px solid #eee; */
  border-radius: 3px;
  cursor: pointer;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.title-pro-detail {
  text-transform: capitalize;
  font-size: 20px;
  display: block;
  font-weight: 700;
}

.comment-pro-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}

.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-red);
}

.price-old-pro-detail {
  font-weight: 500;
  color: var(--color-gray);
  text-decoration: line-through;
  padding-left: 10px;
}

.color-pro-detail {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 35px;
  height: 30px;
  margin: 0px 0px 3px 0px;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.size-pro-detail {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 3px 10px 4px 10px;
  display: inline-block;
  position: relative;
}

.size-pro-detail.active,
.color-pro-detail.active {
  border-color: #e5101d;
  color: #e5101d;
}

.size-pro-detail.active:after,
.color-pro-detail.active:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/check-cart.png);
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
  display: none;
}

.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}

.quantity-pro-detail input {
  height: 30px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

.cart-pro-detail {
  margin-bottom: 1rem;
}

.cart-pro-detail a {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
}

.tags-pro-detail a {
  float: left;
  font-size: 13px;
  padding-bottom: 0.375rem;
  margin: 0px 5px 5px 0px;
  background: linear-gradient(to right, #0066cc, #cc3333);
}

.tags-pro-detail a i {
  font-size: 11px;
  margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
  border-top-width: 3px;
  font-size: 13px;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-top-color: #555555;
}

.cart-pro-detail a.mua-ngay {
  background-color: #0066cc;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.cart-pro-detail a.mua-ngay:hover {
  color: #fff;
  cursor: pointer;
  opacity: .75;
  text-decoration: none;
}

.cart-pro-detail a.them-gio {
  background-color: #EDEDEE;
  color: #414042;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.cart-pro-detail a.them-gio:hover {
  color: #414042;
  cursor: pointer;
  opacity: .75;
  text-decoration: none;
}

/* News */

.gridServPage {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.gridNewsPage {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 20px;
}

.news {
  margin-bottom: 2rem;
}

.news-name {
  margin-bottom: 0.5rem;
}

.news-name a {
  color: #333;
  font-size: 16px;
}

.news-name a.text-split {
  -webkit-line-clamp: 2;
}

.news-name a:hover {
  color: var(--color-red);
}

.news-time {
  color: #84878a;
  margin-bottom: 0.25rem;
}

.news-desc {
  color: #333333;
  margin-top: 5px;
  line-height: 22px;
}

.othernews b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: square;
}

.list-news-other li {
  margin-bottom: 2px;
}

.list-news-other li a {
  text-transform: none;
  color: #333333;
}

.list-news-other li a:hover {
  color: var(--color-red);
}

/* Contact */
.contact-article {
  margin-bottom: 3rem;
}

.contact-input {
  position: relative;
  margin-bottom: 16px;
}

.contact-input textarea {
  resize: none;
  height: 150px;
}

.contact-input .custom-file-label::after {
  content: attr(title);
}

.contact-map {
  position: relative;
  height: 500px;
  border-radius: 16px;
  overflow: hidden
}

.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

/* Newsletter */
.newsletter-slogan {
  margin-bottom: 0.5rem;
  color: var(--color-gray);
}

.newsletter-input {
  position: relative;
}

.newsletter-button {
  margin-top: 5px;
}

.newsletter-button input[type=submit] {
  text-transform: uppercase;
  font-weight: 500;
}

/* Footer */
.footer-article {
  background-color: var(--color-main);
  color: #fff;
}

.footer-news {
  overflow: hidden;
}

.footer-rows {
  display: flex;
  gap: 10px;
}

.footer-rows i {
  width: 24px;
  line-height: 24px;
  white-space: nowrap;
}

.footer-article .wrap-content {
  padding: 35px 15px;
}

.footer-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 1rem;
  font-weight: bold;
}

.footer-ul {
  padding: 0 0 0 20px !important;
  margin: 0px;
}

.footer-ul li {
  margin-bottom: 10px;
}

.footer-ul li:last-child {
  margin-bottom: 0px;
}

.footer-ul li a {
  color: inherit;
}

.footer-ul li a:hover {
  text-decoration: none;
  color: #ed9c27;
}

h2.name-footer {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h3.title-footer {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}


.footer-ul li h4 a {
  font-weight: normal;
  font-size: 16px;
}

.footer-tags {
  background: #eee;
}

.footer-tags .wrap-content {
  padding: 30px 15px;
}

.footer-tags-lists {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer-tags-lists li {
  float: left;
}

.footer-tags-lists li a {
  padding-bottom: 0.375rem;
  background: linear-gradient(to right, #0066cc, #cc3333);
}

.footer-powered {
  color: #ffffff;
  background-color: var(--color-main);
  border-top: 1px solid #ffffff2e;
}

.footer-powered .wrap-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-statistic {
  text-align: right;
}

.footer-statistic span {
  padding-right: 10px;
}

.footer-statistic span:last-child {
  padding-right: 0px;
}

.social-footer {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

#footer-map {
  position: relative;
  height: 500px;
}

#footer-map iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}

/* Like Share */
.social-plugin {
  display: flex;
  justify-content: flex-start;
  margin-top: 0px;
  gap: 9px;
}

.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
  margin-left: 3px;
}

.social-product ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 0px;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.addthis_inline_share_toolbox_dc09 {
  display: none
}

.social-product li {
  margin-top: 0px;
  margin-right: 8px;
}

.social-product button {
  width: 30px;
  display: flex;
  height: 30px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  border-radius: 3px;
  padding: 0px;
  font-size: 15px;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}

.social-product button:hover {
  transform: translateY(-5px);
}

.social-product .sharer1 {
  background: #1c96e8;
}

.social-product .sharer2 {
  background: #3d548e;
}

.social-product .sharer3 {
  background: #3294bd;
}

.social-product .sharer4 {
  background: #cb362d;
}

.social-product .sharer5 {
  background: #df0022;
}

/* Paging */
.pagination-home {
  margin: 30px auto;
}

.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: .875rem;
}

.pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}

/* Paging Ajax */
.pagination-ajax {
  text-align: center;
  margin-top: 20px;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: var(--color-main) !important;
  border: 1px solid rgb(28 132 94 / 50%);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
  transition: all .2s ease;
  border-radius: 3px
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: var(--color-main);
  background-color: var(--color-main);
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination-ajax a.first:before {
  background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
  background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
  background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
  background-image: url(../images/page-next.png);
}

/* Popup */
#popup .modal-body {
  padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll Top */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

/* Text Hide */
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

/* Transition All */
.transition {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.scale-img:hover img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* Blink */
.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blink {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes blink {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

/* Button Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.btn-frame i {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182FC;
  position: relative;
  z-index: 1;
}

.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}

.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: .1;
  border-color: #1182FC;
  opacity: .5;
}

.btn-frame .zoomIn {
  animation-name: zoomIn;
}

.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: .4;
}

.btn-frame .pulse {
  animation-name: pulse;
}

/* Zalo */
.btn-zalo {
  bottom: 315px;
}

/* Phone */
.btn-phone {
  bottom: 230px;
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
  display: none !important
}

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px
}

.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999
}

.js-facebook-messenger-tooltip {
  display: none;
  position: fixed;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999
}

.js-facebook-messenger-box {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 150px;
  right: 17px;
  width: 56px;
  height: 56px;
  text-align: center;
  background: #1182FC;
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
  transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
  width: 32px;
  height: 33px;
  position: absolute;
  top: 13px;
  left: 12px;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
  transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
  opacity: 0;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 19px;
  left: 19px;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000
}

.js-facebook-messenger-container {
  position: fixed;
  opacity: 0;
  transform: translateY(50px);
  bottom: 110px;
  right: 90px;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
  width: 220px
}

.js-facebook-messenger-top-header {
  color: #ffffff;
  background: #1182FC
}

.js-facebook-messenger-top-header {
  display: block;
  position: relative;
  width: 220px;
  background: #1182FC;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000
}

.js-facebook-messenger-top-header {
  color: #ffffff;
  background: #1182FC
}

.js-facebook-messenger-top-header {
  width: 220px
}

.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff
}

.js-facebook-messenger-container.open {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all
}

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
  opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
  transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
  opacity: 1
}

/* Cart Fix */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 390px;
  z-index: 10;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0066cc;
  background-image: linear-gradient(to right, #0066cc, #cc3333);
}

.cart-fixed i {
  font-size: 20px;
}

.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  background: var(--color-red);
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}

/* Toolbar */
.toolbar {
  background: var(--color-red);
  width: 100%;
  padding: 3vw;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px;
}

.toolbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}

.toolbar ul li {
  text-align: center;
  width: 25%;
}

.toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
}

.toolbar ul li a img {
  height: 6vw;
  width: auto;
}

.toolbar ul li a span {
  font-weight: 400;
  color: #ffffff;
  font-size: 3.5vw;
  display: none;
}

/* Fixbar */
.fixbar {
  bottom: 0;
  display: block;
  background: #f0eff4;
  border-top: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  margin: 0;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 50px;
}

.fixbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.fixbar ul li {
  display: inline-block;
  margin: 0 auto 10px;
  text-align: center;
  width: 25%;
  float: left;
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
  width: 20px;
  height: 20px;
  display: block;
  margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
  background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-header-mobile {
  font-size: 10px;
  position: absolute;
  background: red;
  color: #fff !important;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 15px;
  top: 5px;
  margin-left: 5px;
}

.fixbar ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #333;
}

.fixbar ul li a i {
  font-size: 20px;
}

/* Plugbar */
.plugbar {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #eae6e6;
  width: 100%;
  right: 0;
  max-width: 767px;
  margin: 0 auto;
  background: #ffffff;
  padding: 9px 10px 10px 7px;
  z-index: 10;
}

.plugbar ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plugbar ul li {
  width: 20%;
  float: left;
}

.plugbar ul li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative;
}

.plugbar ul li a i {
  font-size: 20px;
  color: #696969;
}

.plugbar ul li a span {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -40px;
  left: calc(50% - 50px/2);
  font-size: 14px;
  display: block;
  border: 1px solid rgba(234, 230, 230, 0.5);
  border-radius: 100%;
}

/* Combo Phone */
.support-online {
  position: fixed;
  z-index: 999;
  left: 10px;
  bottom: 0px;
}

.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
}

.support-online i {
  width: 40px;
  height: 40px;
  background: #43a1f3;
  color: #ffffff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: rgb(103, 182, 52);
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0px;
  left: 40px;
  transition: all 0.2s ease-in-out 0s;
  -moz-animation: headerAnimation 0.7s 1;
  -webkit-animation: headerAnimation 0.7s 1;
  -o-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
  display: block;
}

.support-online a {
  display: block;
}

.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(103, 182, 52) transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}

.support-online .kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: rgba(0, 175, 242, 0.5);
  opacity: .75;
  right: -10px;
}

.support-online .kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: #0089B9;
  opacity: .5;
}

.support-online .support-online .btn-support {
  cursor: pointer;
}

.support-online .mes i {
  background: orange;
}

.support-online .sms i {
  background: red;
}

.support-online .call-now i {
  background: green;
}

/* Phone Switch */
.widget-mobile {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 9999999;
}

#my-phone-circle {
  position: relative;
  width: 50px !important;
  height: 50px !important;
}

.wcircle-open .wcircle-icon i:before {
  content: '\f00d';
}

.wcircle-icon {
  background: #1282fc;
  border-radius: 50%;
  display: flex !important;
  display: -ms-flex !important;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative !important;
}

.wcircle-icon:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  background: rgba(18, 130, 252, .5);
  border: 1px solid #ffffff;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  -webkit-animation: pulse 1s infinite ease-in-out;
  -moz-animation: pulse 1s infinite ease-in-out;
  -ms-animation: pulse 1s infinite ease-in-out;
  -o-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  background: rgba(18, 130, 252, .5);
  border-radius: 50%;
  left: -15px;
  top: -15px;
  -webkit-animation: zoomIn 2s infinite ease-in-out;
  -moz-animation: zoomIn 2s infinite ease-in-out;
  -ms-animation: zoomIn 2s infinite ease-in-out;
  -o-animation: zoomIn 2s infinite ease-in-out;
  animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
  position: absolute !important;
  left: 0;
  top: 0;
  display: none;
}

.wcircle-menu-item {
  width: 50px;
  height: 50px;
  background: #1282fc;
  border-radius: 50%;
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wcircle-menu-item img {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
}

.wcircle-menu-item i,
.wcircle-icon i {
  font-size: 25px;
  color: #ffffff;
  position: relative;
  z-index: 9999;
}

.shake-anim {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  -moz-animation: shake-anim 1s infinite ease-in-out;
  -ms-animation: shake-anim 1s infinite ease-in-out;
  -o-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

@-moz-keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg)
  }
}

@-webkit-keyframes shake-anim {

  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }
}

@-o-keyframes shake-anim {

  0%,
  100%,
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg)
  }

  10%,
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20%,
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }
}

.comment-pro-detail .comment-star i {
  font-size: 13px
}

.detail-right-box {
  position: sticky;
  top: 80px;
  z-index: 1;
  padding: 15px 10px;
  background: #eeeeee85;
  border-radius: 6px;
}

.detail-right-box-title {
  /* padding: 10px 10px 0 10px; */
  font-size: 18px;
  font-weight: 500
}

.care-detail-box {
  padding: 10px;
}

.detail-right-box-wrap .care-detail-item {
  margin: 0;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}

.detail-right-box-wrap .care-detail-item img {
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 16px;
  vertical-align: middle;
}

span.txt-e-c {
  margin-left: 5px;
}

.support-ask-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.support-ask-body,
.support-ask-title {
  padding: 0;
}

.support-ask-item {
  width: 110px;
  display: inline-block;
}

.support-ask-item a {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.support-ask-icon img {
  width: 20px;
  height: 20px;
}

.support-ask-name {
  vertical-align: 1px;
}

.detail-right-box-wrap .care-detail-item a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wrap-criteria {
  padding: 100px 0 135px;
  background-size: 100% auto, 100px auto, 100px auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center center, -25px bottom, calc(100% + 30px) top;
}

.wrap-contactHome {
  padding: 60px 50px 0;
  margin: 40px auto;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
}

.contactHome-title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 0;
}

.contactHome-slogan {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.contactHome-main {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.25);
}

.contactHome-form {
  width: 58.3%;
  padding: 45px 60px 0;
}

.contactHome-formTitle {
  font-size: 32px;
  font-weight: bold;
  color: var(--color-main);
}

.contactHome-formDesc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
}

.contact-form input[type="submit"] {
  height: 42px;
  padding: 0 24px;
  border-radius: 16px;
  background: var(--color-main);
  border: 0;
  margin: 20px auto !important;
  display: block;
  transition: all .3s ease
}

.contact-form input[type="submit"]:hover {
  background: #003f28;
  color: var(--color-main-2);
}

.contact-input .form-control {
  box-shadow: none;
  border: 1px solid rgba(215, 215, 215, 1);
  border-radius: 16px;
  background: #fff;
  color: rgba(0, 0, 0, 0.75);
  font-size: 15px;
}

.contact-input input.form-control {
  height: 40px;
}

.contactHome-img {
  width: 41.7%;
  object-fit: cover;
  height: inherit;
}

.criteria-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.criteriaBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: calc(25% - 20px);
  aspect-ratio: 250/200;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.criteriaBox:nth-child(even) {
  transform: translateY(70px);
}

.criteriaBox-title {
  max-width: 150px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.wrap-newsHome {
  margin: 40px auto;
  padding: 40px 25px;
  background: rgba(28, 132, 94, 0.1);
  border-radius: 16px;
}

.newsHome-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: var(--color-main);
  margin-bottom: 25px;
}

.boxNews.slick-slide {
  margin: 0 10px;
  border-radius: 16px;
  overflow: hidden;
}

.boxNews-cotnent {
  padding: 15px 10px;
}

.boxNews-date {
  font-size: 13px;
  color: grey;
  margin-bottom: 5px;
  font-style: italic;
  /* text-align: right; */
}

.gridNewsPage .boxNews {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}

.box-readmore li ul>li {
  margin: 0;
  margin-bottom: 8px
}

.box-readmore li ul>li:before {
  content: counters(item, ".") " "
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px
}

.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px
}

.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}

.box-readmore ul li a:hover {
  color: #767676;
}

.ckeContentFormat video,
.ckeContentFormat table,
.ckeContentFormat iframe {
  max-width: 100%;
}

.ckeContentFormat img {
  max-width: 100%;
  height: auto !important;
}

.boxNews-title,
.boxNews-title a {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  transition: all .3s ease;
}

.boxNews-title a:hover {
  color: var(--color-main)
}

.boxNews-desc {
  font-size: 14px;
  color: rgba(115, 115, 115, 1);
}

.boxNews-img {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}


/* Product LEFT */
.wrap-frame-left h2 {
  line-height: 35px;
  font-size: 20px;
  margin-bottom: 0;
  /* color: #005abc; */
  padding: 7px 0;
  position: relative;
  overflow: hidden;
  /* font-weight: 600; */
  /* text-transform: uppercase; */
}

.wrap-frame-left h2::after {
  content: '';
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 55px;
  height: 5px;
  background: #111216;
  border-right: 7px solid #f3f3f3;
  transform: skewX(-30deg);
}

.wrap-frame-left h2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  border: 1px solid rgba(223, 223, 223, 1);
  border-width: 1px 0;
  left: 0;
  bottom: 0;
}

.frame-left>h2:nth-child(2) {
  margin-bottom: 10px;
}

.wrap-frame-left {
  width: 270px;
  float: left;
  padding: 0 10px;
  background: #f3f3f3;
  height: fit-content;
}

.box-frame-left {
  margin-bottom: 20px;
}


.pro-detail-page,
.frame-news-page {
  width: calc(100% - 300px);
  margin-left: 30px;
  float: right;
}

.detail-page-left {
  width: calc(100% - 270px);
  margin-right: 20px;
  float: left;
}

.detail-page-right {
  width: 250px;
  float: right;
  margin-top: 10px;
}

.list-btn-position>li>a {
  padding-left: 5px !important;
}

.list-btn-position {
  list-style: none;
  position: relative;
  top: 130%;
  width: 100%;
  left: 0px;
  z-index: 5;
  opacity: 0;
  transition: all 0.6s;
  background: #FFF;
  visibility: hidden;
  padding-inline-start: 0px;
}

.list-btn-position.show {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.box-left-menu:last-child .list-btn-position.show {
  margin-bottom: 0;
  background: transparent;
  padding: 0 10px;
}

.list-btn-position li:last-child {
  border: none;
}

.list-btn-position ul li {
  padding: 5px 10px;
}

.list-btn-position li {
  position: relative;
  padding: 8px 0px 8px 12px;
  text-align: left;
  box-sizing: border-box;
  /* border-bottom: 1px solid #ededed; */
}

.list-btn-position>li:before {
  content: "\f111";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 15px;
  font-size: 6px;
  color: #999;
  /* color: rgb(0 90 188); */
}

.back-list>a {
  padding-left: 30px;
}

.list-btn-position li span {
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  top: 8px;
  z-index: 9;
  cursor: pointer;
}

.list-btn-position li a {
  color: #333;
  font-size: 15px;
  text-decoration: none;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  padding: 0px 25px 0px 0;
  transition: transform 0.3s;
  font-weight: 600;
}

.list-btn-position li li a {
  font-size: 14px;
  font-weight: 400;
}

.list-btn-position li:hover>a,
.list-btn-position li>i:hover {
  color: var(--color-hover-text);
}

.list-btn-position li>i {
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  position: absolute;
  top: 5px;
  right: 0px;
  color: grey;
  cursor: pointer;
  font-size: 12px;
}

.list-btn-position ul {
  margin-left: 0;
  width: 100%;
  /* background: #e7e7e745; */
  list-style: cambodian;
  padding-left: 0;
  display: none;
  list-style: none;
  padding-left: 0;
  border-left: 1px solid #ededed;
  margin-top: 10px;
}

.list-btn-position ul li a {
  padding-right: 0;
  padding-left: 0;
}

.list-btn-position ul li a>i {
  color: var(--color-title)
}

.list-btn-position ul li:last-child {
  border-bottom: none;
}

.box-pro-index-lf {
  display: flex !important;
  padding: 10px 0;
  position: relative;
  /* align-items: center; */
}

.box-pro-index-lf:after {
  content: "";
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  border-bottom: 1px solid #ededed;
  position: absolute;
}

.infor-pro-index-lf {
  line-height: 1;
  width: calc(60% - 7px);
}

.infor-pro-index-lf h3 {
  font-size: 14px;
  margin-bottom: 5px;
  font-family: var(--font-title-card);
}

.infor-pro-index-lf>p {
  font-size: 12px;
}

.infor-pro-index-lf h3 a {
  color: inherit;
}

.infor-pro-index-lf h3 a:hover {
  color: var(--color-main-2);
}

.box-pro-index-lf>.img-pro-index-lf {
  margin-right: 10px;
  width: 40%;
}

.img-pro-index-lf img {
  width: 100%;
}

.box-onl-sup-left {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border: 1px solid lightgrey;
  border-top: unset;
}

.box-onl-sup-left p {
  padding-left: 10px;
}

.box-onl-sup-left img {
  width: 100%;
}

.scroll-dm-right {
  max-height: 400px;
  overflow-y: auto;
  margin: 0 -10px;
  width: calc(100% + 20px);
  padding: 0 10px;
}

.scroll-dm-right::-webkit-scrollbar {
  width: 5px;
}

.scroll-dm-right::-webkit-scrollbar-track {
  background: transparent;
}

.scroll-dm-right::-webkit-scrollbar-thumb {
  background: rgb(233 237 245);
}

.scroll-dm-right::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.box-left-menu {
  padding-bottom: 1px;
  top: 70px;
  z-index: 9;
  padding: 10px 0;
}

.list-btn-position li:last-child>a {
  border: none;
}

.catalogy-left h2 {
  background: #009343;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  position: relative;
  top: -1px;
  width: calc(100% + 2px);
  left: -1px;
  margin-bottom: 0;
}

.newsDetailPage .frame-news-page {
  margin: 0;
}

.slick-dm-right {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.social-header {
  white-space: nowrap;
}

.html {
  overflow-x: hidden;
}

/* Responsive */
@media(max-width:1200px) {
  .menu ul li a {
    margin: 0;
  }
}

@media(max-width:1001px) {
  .productList-img {
    display: none;
  }

  .pro-detail-page,
  .frame-news-page {
    width: 100%;
    margin: auto;
  }

  .wrap-productOsd {
    border-radius: 0;
  }

  .productList-loadDomApi {
    width: 100%;
  }

  .wrap-frame-left,
  .info-header:nth-child(2),
  .menu {
    display: none;
  }

  .header-bottom .wrap-content {
    padding: 10px;
  }

  #hamburger,
  .menu-res {
    display: block;
  }

  .search-res {
    margin-left: auto;
    margin-right: 15px;
  }

  .wap-hearder {
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  }

  .logo-header img {
    max-height: 60px !important;
  }

  .slideshow::before,
  .slideshow::after,
  .sliderMain::after,
  .sliderMain::before {
    content: unset !important;
  }

  .grid-pro-detail {
    margin-bottom: 0;
  }
}

@media(max-width:768px) {
  .info-header {
    display: none;
  }

  .title-main span {
    font: 32px;
  }

  .criteriaBox {
    width: calc(50% - 10px);
    min-height: 300px;
  }

  .wrap-criteria {
    padding: 0px 0;
    background-size: 100% auto, 100px auto, 100px auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center center, -25px bottom, calc(100% + 30px) top;
  }

  .criteriaBox:nth-child(even) {
    transform: unset;
  }

  .productList-title {
    position: absolute;
  }

  .productList-title,
  .productList-imgTitle {
    width: 100%;
  }

  .intro-images,
  .intro-content {
    width: 100%;
  }

  .intro-images {
    order: 1;
    margin-top: 30px;
  }

  .wrap-intro {
    background-position: top right, bottom left;
  }

  .wrap-contactHome {
    padding: 60px 10px 0;
    background-size: auto 30%;
  }

  .contactHome-main {
    flex-wrap: wrap;
  }

  .contactHome-form {
    width: 100%;
    padding: 30px 20px 10px;
  }

  .contactHome-img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 5 / 2;
  }

  .gridNewsPage {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 15px;
  }

}

@media(max-width:576px) {
  .news-image {
    margin-bottom: 1rem;
  }

  .boxNews,
  .boxNews-img {
    border-radius: 4px;
  }

  .grid-pro,
  .gridProduct-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .contactHome-slogan {
    font-size: 18px;
  }

  .contactHome-title {
    font-size: 28px;
  }

  .criteriaBox:nth-child(4n+1),
  .criteriaBox:nth-child(4n+2) {
    padding-top: 15%;
  }

  .criteriaBox:nth-child(4n+4),
  .criteriaBox:nth-child(4n+3) {
    transform: translateY(-15%);
  }
}

@media(max-width:369px) {
  .cart-pro-detail a {
    width: 100%;
  }

  .cart-pro-detail a:first-child {
    margin-right: 0px;
    margin-bottom: 0.5rem;
  }

  .cart-pro-detail a i {
    display: none;
  }
}