@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: "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-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-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;
}

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

/* Main */
:root {
  --main-color: #F30B0B;
  --hover-color: #a10000;
}

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;
  }
}

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

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

.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;
}

.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;
  }
}

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,
img.img100 {
  width: 100% !important;
  height: auto;
}

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

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

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    width: 30px;
    background: black;
    position: relative;
    z-index: 999999;
    height: 30px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border: solid 1px rgba(227, 222, 193, 0.64);
  }
}

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

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

#fix {
  height: 85px;
}

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

.mega-menu {
  position: relative;
}

.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: 32px 21px;
  text-align: center;
  font-family: "Mulish-semibold";
  color: #3C3C3C;
  font-size: 16px;
  text-transform: uppercase;
}

.mega-menu li {
  position: relative;
}

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

.mega-menu>ul>li>a::after {
  content: "";
  background: #F3A521;
  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-Semibold";
  color: #F3A521;
}

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

button.open-form-search {
  background: none;
  position: relative;
  top: 30px;
  margin-left: 18px;
}

.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;
  line-height: 25px;
}

.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: #8d5902;
}

/* 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(243, 11, 11, 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;
}

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

/*kim cương*/
.diamont_hover {
  position: relative;
  display: block;
}

.diamont_hover::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 1;
}

.diamont_hover::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  position: absolute;
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}

.diamont_hover:hover::before,
.diamont_hover:hover::after {
  transform: rotateY(180deg);
  transition-duration: 1.3s;
  -khtml-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.diamont_hover:hover::before,
.diamont_hover:hover::after {
  transform: rotateY(180deg);
  transition-duration: 1.3s;
  -khtml-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

/*tráng tròn*/
.hover-cirle {
  position: relative;
}

.hover-cirle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.hover-cirle:hover::before {
  animation: circle 0.75s;
}

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

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/*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 1.75s;
}

ul.drop-menu.drop-menu-level-1 li a {
  padding: 5px 10px !important;
}

@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;
  }
}

/*header-mobile*/
/*slide*/
@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;
}

.rip_infor {
  background: #F30B0B;
  color: #fff;
  position: relative;
  padding: 10px;
}

.info_hd h3 {
  font-size: 16px;
  font-family: mulish-regular;
}

.info_hd img {
  margin-right: 6px;
}

.info_hd h3 a {
  font-size: 16px;
  font-family: mulish-bold;
  margin-left: 5px;
  position: relative;
}

.infor_name_company {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "Mulish-Bold";
}

h3.hl {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "Mulish-Regular";
  margin-left: 19px;
  padding-left: 19px;
  position: relative;
}

h3.hl:after {
  position: absolute;
  background: url(../img/lili.png);
  width: 1px;
  height: 18px;
  left: 0;
  top: 0px;
  content: "";
}

h3.hl:first-child:after {
  display: none;
}

h3.hl a:hover {
  color: #ffc80b;
}

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

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

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

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

.block-menu.sticky.animate__animated.animate__fadeInDown {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.deplay1 {
  animation-delay: 1.5s;
}

.deplay2 {
  animation-delay: 2s;
}

.deplay3 {
  animation-delay: 2.5s;
}

.desc_slider {
  font-size: 24px;
  font-family: "Mulish-semibold";
  line-height: 33px;
  color: #c5c5c5;
  margin-top: 15px;
}

.slideshow_info {
  position: absolute;
  right: 0;
  top: 0%;
  transform: translateY(-50%);
  transform: translateX(100%);
  overflow: hidden;
  width: 50%;
  background: rgba(50, 50, 50, 0.6);
  color: white;
  height: 100%;
  padding-right: calc((100% - 1300px) / 2);
  padding-top: 13%;
  padding-left: 3%;
  transition: all 2s;
  text-align: right;
}

.owl-item.active .slideshow_info {
  transform: translateX(0%);
}

a.block_more_slider {
  color: #000000;
  background: #fff;
  font-size: 18px;
  font-family: "Mulish-Bold";
  display: inline-block;
  margin-top: 4%;
  padding: 10px 20px;
  transition: all 0.3s;
}

a.block_more_slider:hover {
  background: #f3a521;
  letter-spacing: 2px;
}

.slideshow_info h3.deplay1 {
  font-size: 52px;
  color: #FFFFFF;
  font-family: mulish-black;
  text-transform: uppercase;
}

.desc_slider {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 13.9px;
}

.desc_slider:After {
  position: absolute;
  background: #ffffff;
  width: 310px;
  height: 1px;
  bottom: 0;
  content: "";
  right: 0;
}

.desc_slider {
  font-size: 24px;
  font-family: "Mulish-semibold";
  line-height: 33px;
  color: #c5c5c5;
  margin-top: 15px;
}

.block-menu.sticky.animate__animated.animate__fadeInDown button.open-form-search {
  top: 14px;
}

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

.image-box {
  position: relative;
}

.text-box {
  position: absolute;
  top: 42%;
  margin-left: 20px;
}

.text-box h3 a {
  color: #fff;
  font-size: 26px;
  font-family: "Mulish-Bold";
  text-transform: uppercase;
}

.text-box h3 {
  margin-bottom: 10px;
}

a.block_list {
  color: #FFFFFF;
  font-family: "Mulish-Regular";
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s;
}

a.block_list i {
  font-size: 10px;
  margin-left: 3px;
}

.block_list:hover {
  letter-spacing: 3px;
  font-family: "Mulish-Bold";
}

.image-box {
  position: relative;
}

.image-box:after {
  position: absolute;
  background: rgba(50, 50, 50, 0.2);
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
  content: "";
  border-radius: 3px;
}

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

.text-box h3 a:hover {
  color: #f2a21a;
}

.text-box h3 a {
  transition: all 0.3s;
}

section.block_list_product {
  position: relative;
  padding: 50px 0;
}

.items_banner_link a {
  border-radius: 5px;
}

.inf_link {
  position: absolute;
  bottom: 25px;
  left: 20px;
  color: #fff;
}

.items_banner_link {
  position: relative;
}

.inf_link h3 a {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "roboto-black";
  margin-bottom: 14px;
}

a.block_banner {
  background: #F3A521;
  padding: 8px 20px;
  border-radius: 3px;
  display: inline-block;
  font-family: "Mulish-Regular";
  text-transform: capitalize;
  transition: all 0.3s;
}

a.block_banner:hover {
  background: #603d00;
  color: #fff;
  letter-spacing: 1px;
  box-shadow: 0 0 9px;
}

a.block_banner i {
  font-size: 10px;
  margin-left: 5px;
}

.inf_link h3 a:hover {
  color: #a70505;
}

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

.title_index {
  text-align: center;
  background: url(../img/bottom_title.png) bottom no-repeat;
  padding-bottom: 8px;
  margin-bottom: 28px;
}

.title_index p {
  font-size: 15px;
  color: #F3A521;
  font-family: "Mulish-Semibold";
  text-transform: uppercase;
}

.title_index h2 {
  font-family: "Mulish-Black";
  font-size: 32px;
  color: #3C3C3C;
  text-transform: uppercase;
  margin: 10px;
}

.text-box2 h3 a {
  font-size: 16px;
  color: #000000;
  font-family: "Mulish-Bold";
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
}

.text-box2 {
  position: relative;
  padding: 11px;
}

.productlist-item {
  box-shadow: 0 2px 5px #cbcbcb;
  margin-bottom: 20px;
  border-radius: 3px;
}

.c_li {
  position: relative;
  padding: 0 4px;
}

.row.r_li {
  margin: 0 -4px;
}

.productlist-item2 {
  margin-bottom: 13px;
}

.c_block {
  position: relative;
  padding: 0 8px;
}

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

.productlist-item.productlist-item2:hover .text-box2 h3 a {
  color: #f3a521;
}

.productlist-item.productlist-item2 .text-box2 h3 a {
  transition: all 0.3s;
}

product-main {
  padding: 50px 0;
}

@media screen and (max-width: 991px) {
  .product-main {
    padding: 25px 0;
  }
}

.ul-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
}

.ul-tabs li {
  font-family: "Mulish-Regular";
  font-size: 16px;
  line-height: 24px;
  color: #a3a3a3;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 20px;
  margin: 0 5px 15px;
  border: 1px solid #e9e9e9;
  background: #FFF;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
  overflow: hidden;
}

section.list_block {
  position: relative;
  margin-bottom: 2.5%;
}

.ul-tabs li.active {
  background-color: #F3A521;
  color: #fff;
  border: 1px solid #F3A521;
}

.ul-tabs li:hover {
  background-color: #F3A521;
  color: #fff;
  border: 1px solid #F3A521;
}

.product-item__image {
  border-radius: 10px;
  border: 1px solid rgba(213, 52, 56, 0.1);
  background-color: #E3EAEE;
}

.product-item__text {
  margin-top: 14px;
}

.product-item__text h3 {
  font-family: "Mulish-Bold";
  font-size: 16px;
  line-height: 24px;
  color: #D8931F;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.product-item__text h3 a {
  color: #D8931F;
  transition: all 0.3s;
}

span.price-old {
  font-family: mulish-light;
  text-decoration: line-through;
  font-size: 13px;
}

.product-item2 {
  box-shadow: 0 2px 8px #e5e5e5;
  border-radius: 10px;
}

span.price-new {
  font-size: 14px;
  color: #ED0000;
  margin-right: 10px;
  font-family: "Mulish-SemiBold";
}

.product-item2 .product-item__image.overflow-hidden {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.product-item2 .product-item__text {
  padding: 10px 15px 15px;
  margin-top: 0;
}

.product-item__text h3 a:hover {
  color: var(--hover-color);
}

.product-item__text .status-box .button {
  font-family: Roboto-Medium;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
  flex: 0 0 47%;
  max-width: 47%;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .product-item__text .status-box .button {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .product-item__text .status-box .button {
    padding: 5px 0;
  }
}

@media screen and (max-width: 500px) {
  .product-item__text .status-box .button {
    font-size: 12px;
  }
}

.product-item__text .status-box .button1 {
  display: inline-block;
  color: #fff;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  transition: 0.3s;
}

.product-item__text .status-box .button1:hover {
  color: var(--main-color);
  background-color: #fff;
}

.product-item__text .status-box .button2 {
  display: inline-block;
  color: var(--hover-color);
  background-color: #fff;
  border: 1px solid rgba(213, 52, 56, 0.1);
  transition: 0.3s;
}

.product-item__text .status-box .button2:hover {
  color: #fff;
  background-color: var(--hover-color);
}

.rate_ {
  font-family: "Mulish-Regular";
  display: flex;
  align-items: center;
}

.rate_ img {
  position: relative;
  top: -1px;
  margin-left: 4px;
}

span.price-per {
  position: absolute;
  top: 0;
  right: 0px;
  background: #f3a521;
  padding: 4px 10px;
  font-family: "Mulish-SemiBold";
  color: #fff;
  border-bottom-left-radius: 11px;
  border-top-right-radius: 8px;
}

.product-item {
  position: relative;
}

.product-item2 h3 {
  margin-bottom: 8px;
}

.colproduct {
  position: relative;
  padding: 0 8px;
}

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

.product-item2 {
  margin-bottom: 35px;
  position: relative;
}

.product-main {
  margin-bottom: 3%;
}

.criteria-item__image img {
  background: #F3A521;
  text-align: center;
  padding: 23px;
  border-radius: 100%;
  margin-bottom: 15px;
}

.criteria-item__text h3 {
  font-size: 18px;
  color: #000000;
  font-family: "Mulish-Bold";
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 4px;
}

.desc_criteria {
  color: #F3A521;
  font-size: 16px;
  font-family: "Mulish-Regular";
}

.criteria-item {
  box-shadow: 0 0 6px #dbdbdb;
  margin: 5px 5px 25px;
  position: relative;
  border-radius: 4px;
  transition: all 0.3s;
  padding: 25px 25px 35px;
}

.criteria-item:hover {
  background: #F3A521;
  color: white;
}

.criteria-item:hover img {
  background: #fff;
}

.criteria-main {
  position: relative;
  padding: 50px 0;
}

.criteria-item:hover i {
  transform: rotate(90deg);
}

.criteria-item i {
  transition: all 0.5s;
}

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

.criteria-item img {
  transition: all 1s;
}

.criteria-item i {
  position: absolute;
  bottom: -20px;
  background: #F3A521;
  padding: 10px;
  color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 2px 5px #838383;
}

.criteria-item:hover .criteria-item__text h3 {
  color: #fff;
}

.criteria-item .criteria-item__text h3 {
  transition: all 0.3s;
}

.criteria-item:hover .criteria-item__text .desc_criteria {
  color: #fff;
}

.criteria-item .criteria-item__text .desc_criteria {
  transition: all 0.3s;
}

.criteria-item:hover i {
  background: #fff;
  color: #f3a521;
}

.title_form h2 {
  font-size: 36px;
  color: #000000;
  font-family: "Mulish-Bold";
  text-transform: uppercase;
  position: relative;
  padding-bottom: 23px;
}

.title_form h2:after {
  position: absolute;
  background: #FFA600;
  width: 254px;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  margin: auto;
}

.title_form {
  text-align: center;
  margin-bottom: 30px;
}

.img_newsllter a {
  border-radius: 5px;
}

.content_form_newsllter {
  position: absolute;
  right: 0;
  top: 3%;
  z-index: 99;
  background: white;
  box-shadow: 0 2px 5px #dbdbdb;
  border-radius: 6px;
  padding: 33px 24px;
  width: 40%;
}

.content_newsllter {
  position: relative;
}

.newsletter-input input {
  height: 46px;
  margin-bottom: 14px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  font-family: mulish-light;
}

input#fullname-newsletter {
  background: url(../img/nw1.png) center right 10px no-repeat;
}

input#phone-newsletter {
  background: url(../img/nw2.png) center right 10px no-repeat;
}

input#address-newsletter {
  background: url(../img/nw3.png) center right 10px no-repeat;
}

textarea#content-newsletter {
  background: url(../img/nw4.png) top 10px right 10px no-repeat;
  height: 95px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
}

button.submit-newsletter {
  width: 100%;
  height: 46px;
  background: #FFA600;
  color: #fff;
  font-size: 15px;
  font-family: "Mulish-Bold";
  text-transform: uppercase;
  border-radius: 6px;
  transition: all 0.3s;
  margin-top: 15px;
}

button.submit-newsletter:hover {
  background: #936000;
}

button.submit-newsletter img {
  position: relative;
  top: -2px;
  left: 4px;
}

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

.content_fb {
  background: #F5F5F5;
}

.padd_left {
  padding-left: calc((100% - 1300px) / 2);
}

.feedbacv-item a img {
  border-radius: 100%;
}

.feedback-infomation span {
  font-size: 16px;
  color: #8b8b8b;
  font-family: "Mulish-Light";
  margin-bottom: 6px;
  display: inline-block;
}

.feedback-infomation h3 {
  font-size: 26px;
  color: #FFA600;
  font-family: "Mulish-Bold";
  text-transform: capitalize;
  margin-bottom: 15px;
}

.content_feedbakc {
  font-size: 16px;
  color: #747474;
  font-family: "Mulish-Light";
  line-height: 26px;
}

.feedback-infomation {
  margin-left: 26px;
  width: 63%;
  margin-top: 3%;
}

.feedback-infomation {
  position: relative;
}

.feedback-infomation:after {
  position: absolute;
  content: "";
  width: 34px;
  height: 26px;
  top: 42%;
  left: -44px;
  background: url(../img/phay.png);
  opacity: 0.6;
}

.desc_cus {
  font-size: 14px;
  color: #FFA600;
  font-family: "Mulish-SemiBold";
  margin-top: 20px;
  margin-left: 50px;
  position: relative;
}

.desc_cus:after {
  position: absolute;
  background: #FFA600;
  width: 40px;
  height: 1px;
  top: 10px;
  content: "";
  left: -50px;
}

.row.r_fb {
  align-items: center;
}

.box_hotline_block {
  position: absolute;
  background: #FFA600;
  left: 30%;
  right: 0;
  display: inline-table;
  margin: auto;
  padding: 20px 25px;
}

.box_hotline_block .name_h3 {
  color: #fff;
  font-size: 24px;
  font-family: "Mulish-Bold";
}

.box_hotline_block p {
  font-size: 16px;
  font-family: "Mulish-Light";
  color: #FFFFFF;
  margin: 7px 0 13px;
}

.box_hotline h3 {
  color: #fff;
  font-size: 26px;
  font-family: "Mulish-Bold";
}

.box_hotline img {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  .news-main {
    padding-top: 25px 0;
  }
}

.product-item3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .news-main-box {
    padding-bottom: 25px;
  }
}

.news-item2 {
  margin-bottom: 30px;
}

section.partner_block {
  position: relative;
  padding: 76px 0 40px;
}

.news-item__image {
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.news-item__image .date {
  position: absolute;
  left: 35px;
  top: 0;
  padding: 18px 4px 14px;
  background-color: #F3A521;
  z-index: 2;
  pointer-events: none;
  text-align: center;
}

.news-item__image .date .text1 {
  font-family: Mulish-Bold;
  font-size: 26px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffca6f;
}

.news-item__image .date .text2 {
  font-family: Mulish-regular;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.news-item {
  padding-top: 10px;
}

.desc_tintuc {
  font-size: 14px;
  font-family: "Mulish-Light";
  color: #707070;
  margin-bottom: 11px;
  line-height: 23px;
}

a.button_more {
  font-size: 15px;
  color: #F3A521;
  font-family: "Mulish-Bold";
  text-transform: uppercase;
  transition: all 0.3s;
}

a.button_more:hover {
  letter-spacing: 2px;
  color: #935d01;
}

.news-item:hover .news-item__text h3 a {
  color: #df0000;
}

a.button_more i {
  margin-left: 5px;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.news-item__text {
  margin-top: 16px;
  margin-left: 15px;
}

.news-item__text h3 {
  font-family: Mulish-Bold;
  font-size: 16px;
  line-height: 23px;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.news-item__text h3 a {
  color: #525252;
  transition: all 0.3s;
}

.news-item__text h3 a:hover {
  color: var(--hover-color);
}

.news-item__text>p {
  font-family: Mulish-Regular;
  font-size: 15px;
  line-height: 24px;
  color: #2e3538;
  margin-bottom: 16px;
}

.news-item__text .status-box .button {
  display: inline-block;
  background-color: var(--hover-color);
  border: 1px solid var(--hover-color);
  padding: 0 16px;
  border-radius: 30px;
  font-family: Mulish-Bold;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  transition: 0.3s;
}

.news-item__text .status-box .button:hover {
  background-color: #fff;
  color: var(--hover-color);
}

.news-item__text .status-box p {
  font-family: Mulish-Regular;
  font-size: 14px;
  line-height: 24px;
  color: #003A52;
}

.owl-carousel.fixed .owl-stage-outer {
  overflow: unset !important;
}

.date:after {
  position: absolute;
  background: #B5770D;
  top: 0;
  left: -10px;
  content: "";
  width: 10px;
  height: 10px;
  border-top-left-radius: 50px;
}

.date::before {
  position: absolute;
  background: #B5770D;
  top: 0;
  right: -9px;
  content: "";
  width: 10px;
  height: 10px;
  border-top-right-radius: 50px;
}

.partner-item a:hover {
  box-shadow: 0 0 3px #f4ab31;
}

.partner-item a {
  display: inline-block;
  box-shadow: 0 0 3px #ffffff;
  margin: 3px;
  border-radius: 3px;
  transition: all 0.3s;
}

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

.footerPowered {
  background-color: #F3A521;
  padding: 12px 0;
}

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

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

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

.footerStatic {
  color: #fff;
}

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

.footerStatic span {
  padding-right: 10px;
  margin-right: 10px;
}

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

.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 19.69%;
  max-width: 19.69%;
}

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

.inf_text h3 {
  font-size: 28px;
  color: #fff;
  font-family: "Mulish-Black";
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 10px;
}

.desc_footer {
  font-size: 16px;
  color: #ffc4c4;
  font-family: "Mulish-Light";
  line-height: 25px;
}

.footerArticle {
  padding: 45px 0;
  background: #F30B0B;
}

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

.footerRow .title {
  font-family: "Mulish-Bold";
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 7px;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 1px solid #F3A521;
}

.footerRow .desc {
  font-family: Mulish-Regular;
  font-size: 15px;
  line-height: 24px;
  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: 13px;
}

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

.footerRow .list li a:hover {
  color: rgb(255, 196, 0);
}

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

ul.list li:hover {
  margin-left: 10px;
}

ul.list li {
  transition: all 0.3s;
}

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

.social-box a {
  margin-right: 8px;
}

.social-box a:hover img {
  transform: rotate(359deg);
}

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

#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 {
  width: 100%;
}

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

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

.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-split {
  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;
}

/* 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: 20px -10px 0 -10px;
}

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

.news_box {
  position: relative;
}

.news_box:hover .news__name a {
  color: var(--hover-color);
}

.news__photo.overflow-hidden {
  border-radius: 6px;
}

.news__name {
  margin: 15px 0 7px 0;
  color: #000;
  font-family: "Mulish-Bold";
  font-size: 18px;
}

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

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

.news__desc {
  font-family: "Mulish-Regular";
}

.news__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: 25px -12px 0 -12px;
}

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

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

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

.product_box {
  position: relative;
}

.product_box:hover .product__name a {
  color: var(--hover-color);
}

.product__info {
  position: relative;
}

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

.product__name a {
  color: inherit;
}

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

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

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

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

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

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

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

.product__price .price__pro_new+.price__pro_old {
  margin-left: 7px;
}

@media screen and (max-width: 991px) {
  .product__price .price__pro_new+.price__pro_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;
}

.section-main {
  margin-top: 15px;
  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: 37px Roboto-Bold;
  color: var(--main-color);
  text-transform: uppercase;
}

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

.header-container p {
  font: 15px Roboto-Italic;
}

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

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background: rgba(128, 128, 128, 0.15);
}

.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 a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}

.box-readmore ul li a:hover {
  color: #767676;
}

.box-readmore ul li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li ul>li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore ul li ul>li::before {
  content: counters(item, ".") " ";
}

/*tienich-phone*/
@keyframes hueRotate {
  from {
    filter: hue-rotate(0deg);
  }

  to {
    filter: hue-rotate(360deg);
  }
}

.social_fixed {
  position: fixed;
  right: 25px;
  bottom: 150px;
  z-index: 999;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}

.support-online a {
  position: relative;
  text-align: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  background: #F30B0B;
  transition: 0.3s;
}

.support-online a:not(.cart-fixed) {
  animation: hueRotate infinite 60s;
}

.support-online a:hover {
  animation: unset;
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.support-online i,
.support-online img {
  max-width: 40px;
  max-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.support-online .btn-support {
  cursor: pointer;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -7.5px;
  right: -7.5px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all 0.5s;
  background-color: rgba(243, 11, 11, 0.5);
  opacity: 0.75;
}

.kenit-alo-circle {
  width: 55px;
  height: 55px;
  top: -5px;
  left: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid rgba(243, 11, 11, 0.4);
  opacity: 0.1;
  border-color: var(--main-color);
  opacity: 0.5;
}

.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;
  }
}

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

@keyframes slide-top {
  0% {
    transform: translateY(0);
  }

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

.goTop:hover {
  background: black;
}

/* Scroll Top */
.goTop {
  width: 45px;
  height: 45px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  bottom: 75px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F30B0B;
  border-radius: 100rem;
  transition: 1s;
  margin: 0 auto;
  visibility: visible;
  transition: all 0.5s;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}

.goTop i {
  color: #fff;
  font-size: 22px;
}

.goTop.hide {
  opacity: 0;
  visibility: hidden;
}

/* #mmenu */
.mobile_menu_section {
  flex-direction: column;
  padding: 10px 15px;
}

.mobile_menu_section .mobile_menu_section-title {
  color: #F30B0B;
  margin-bottom: 5px;
}

.mobile_menu_section img,
.mobile_menu_section svg {
  max-width: 14px;
  max-height: 14px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

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

/* Animation */
.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(243, 11, 11, 0.5);
  animation: squares 3s linear 0s infinite;
  opacity: 0;
  border-radius: 50%;
}

.border-animation.border-2 {
  animation-delay: 1s;
}

.border-animation.border-3 {
  animation-delay: 2s;
}

@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }

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

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

.wrap-phone-res {
  position: fixed;
  left: 10px;
  bottom: 65px;
  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);
  }
}

#player {
  display: block;
  aspect-ratio: 435/330;
  width: 100%;
  margin-bottom: 10px;
}

.item-video-addon {
  padding: 0 5px;
  transition: 0.6s;
}

.slick-video-addon {
  margin: 0 -5px;
}

.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;
  }
}

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

  .desc_slider .text-split3 {
    -webkit-line-clamp: 2;
  }

  .slideshow_info h3.deplay1 {
    -webkit-line-clamp: 1;
  }

  .slideshow_info {
    padding-right: 15px;
    padding-top: 9%;
    padding-left: 3%;
  }

  .desc_slider {
    padding-bottom: 17px;
  }

  .desc_slider:After {
    display: none;
  }

  a.block_more_slider {
    font-size: 14px;
    display: inline-block;
    margin-top: 1%;
    padding: 7px 20px;
    transition: all 0.3s;
  }

  .slideshow_info h3.deplay1 {
    font-size: 20px;
  }

  a.block_list {
    font-size: 13px;
  }

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

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

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

  .inf_link h3 a {
    font-size: 20px;
  }

  .items_banner_link {
    margin-bottom: 10px;
  }

  .criteria-main {
    padding: 35px 0;
  }

  .desc_criteria {
    font-size: 14px;
  }

  .img_newsllter {
    margin-bottom: 30px;
  }

  .flex_newsllter {
    display: block !important;
  }

  .padd_left {
    padding-left: 15px;
  }

  .row.r_fb {
    align-items: center;
    margin: 0 0;
  }

  .feedback-infomation span {
    font-size: 13px;
  }

  .box_hotline.d-flex.align-items-center {
    justify-content: center;
  }

  .content_fb {

    padding: 40px 0 0;
  }

  .content_feedbakc {
    font-size: 14px;
    line-height: 22px;
  }

  .box_hotline_block {
    left: 0;
    position: relative;
    width: 100%;
    right: 0;
    display: inline-table;
    margin: auto;
    padding: 13px 25px;
    margin-top: 7%;
    text-align: center;
  }

  .fb_owl {
    margin-bottom: 5%;
  }

  .content_fb {
    position: relative;
    padding: 40px 0;
  }

  .feedback-infomation:after {
    display: none;
  }

  .feedback-infomation h3 {
    font-size: 20px;
    margin-bottom: 9px;
  }

  .content_form_newsllter {
    border-radius: 6px;
    padding: 25px 15px;
    width: 100%;
  }

  .feedback-infomation {
    margin-left: 16px;
    width: 75%;
    margin-top: 0;
  }

  section.block_feedback {
    padding: 40px 0;
  }

  .title_form h2 {
    font-size: 27px;
    position: relative;
    padding-bottom: 14px;
  }

  .content_form_newsllter {
    position: relative;
    right: 0;
    top: 0;
    border-radius: 6px;
    padding: 22px 15px;
    width: 100%;
  }

  .criteria-item {
    margin: 5px 5px 25px;
    padding: 15px 10px 47px;
  }

  .criteria-item__text h3 {
    font-size: 15px;
  }

  .ul-tabs li {
    font-family: "Mulish-Regular";
    font-size: 12px;
    line-height: 24px;

    padding: 7px 20px;
    margin: 0 5px 6px;
    border: 1px solid #e9e9e9;
    transition: 0.3s;
    border-radius: 5px;
  }

  .text-box2 h3 a {
    font-size: 13px;
    line-height: 18px;
  }

  section.block_list_product {
    padding: 30px 0;
  }

  ul.drop-menu.drop-menu-level-1 li a {
    padding: 10px 15px !important;
  }

  .text-box {
    position: absolute;
    top: 56%;
    margin-left: 14px;
  }

  section.list_block {
    overflow: hidden;
  }

  .footerCopyright {
    font-size: 13px;
  }

  .product-item2 {
    margin-bottom: 20px;
    position: relative;
  }

  section.newwsllter {
    overflow: hidden;
  }

  section.partner_block {
    padding: 30px 0 30px;
    background: #fbfbfb;
  }

  .text-box h3 {
    margin-bottom: 7px;
  }

  .rip_infor {
    display: none;
  }
}

.call i {
  font-size: 20px;
  border: 1px solid;
  display: inline-block;
  border-radius: 50px;
  padding: 10px;
  margin-right: 10px;
  background: #f30b0b;
  color: #ffffff;
}

.box_hl h3 a:hover {
  color: #f30b0b;
}

.attr-content-pro-detail span {
  font-family: 'Mulish-Regular';
  font-size: 21px;
  margin-left: 7px;
}

.attr-content-pro-detail p {
  font-size: 19px;
  color: #8b8b8b;
}

.box_hl h3 a {
  transition: all .3s;
}

.box_hl p {
  font-family: 'Roboto-Regular';
}

.box_hl h3 a {
  font-family: 'Mulish-Black';
  font-size: 24px;
}

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

.call {
  position: relative;
  padding: 22px 0;
}

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

  a.block_more_slider {
    font-size: 11px;
    margin-top: 1%;
    padding: 4px 14px;
  }

  .slideshow_info {
    padding-top: 2%;
  }

  .desc_slider {
    padding-bottom: 0;
  }

  .desc_slider {
    margin-top: 4px;
  }

  .desc_slider .text-split3 {
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 17px;
  }
}

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

  .product-item2 .product-item__text {
    padding: 6px 10px 8px;
    margin-top: 0;
  }

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

  .ul-tabs li {
    width: 45%;
  }

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

section.newwsllter {
  padding-top: 2%;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
}

#loader-wrapper #wrap {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

#loader-wrapper.show1 #wrap {
  background: transparent
}

#loader-wrapper:after {
  -webkit-mask: url(../images/mask-01.png);
  mask: url(../images/mask-01.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 1);
  z-index: 99999;
}

#loader-wrapper.show1::after {
  -webkit-animation: MaskPlay 1s steps(22) forwards;
  animation: MaskPlay 1s steps(22) forwards;
}

#loader-wrapper.show1 #wrap {
  opacity: 0;
}

@-webkit-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
}

@keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
}