@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: "SVN-ALoveOfThunder";
  src: url("../fonts/SVN-ALoveOfThunder.eot");
  src: url("../fonts/SVN-ALoveOfThunder.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-ALoveOfThunder.woff2") format("woff2"), url("../fonts/SVN-ALoveOfThunder.woff") format("woff"), url("../fonts/SVN-ALoveOfThunder.ttf") format("truetype"), url("../fonts/SVN-ALoveOfThunder.svg#SVN-ALoveOfThunder") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

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

body {
  font-family: Roboto-Regular;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #ffffff;
  margin-left: auto;
  background: url(../img/body.png) no-repeat;
  background-size: cover;
  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;
}

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

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

#fix {
  height: 53px;
}

@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;
  justify-content: space-between;
}

.mega-menu {
  margin-left: 10%;
}

.mega-menu>ul>li>a {
  display: block;
  padding: 14px 19px 18px;
  text-align: center;
  font-family: "SVN-ALoveOfThunder";
  color: #1A1A1A;
  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: #1A1A1A;
  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: "SVN-ALoveOfThunder";
  color: #1A1A1A;
}

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

button.open-form-search {
  background: none;
  position: relative;
  top: 25px;
  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: 9px;
  height: 8px;
  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: #000000;
  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%;
}

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

.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;
  color: white;
  line-height: 25px;
  font-family: mulish-light;
}

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

/* 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(251, 170, 21, 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: #000000;
}

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

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

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

.hover-glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: -83%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

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

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

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

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

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

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

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

ul.drop-menu.drop-menu-level-1 li:after {
  display: none;
}

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

.header__search input {
  width: 460px;
  height: 36px;
  border-radius: 3px;
  padding: 0 45px 0 15px;
}

.header__search form {
  width: 494px;
  height: 50px;
  background: rgba(50, 50, 50, 0.5);
  border-radius: 50px;
}

.header__search form input {
  background: none;
  font-family: mulish-light;
  padding: 0 22px;
  color: #fbaa15;
}

.header__search button {
  background: none;
  width: 62px;
  height: 50px;
}

.box_phone h3 a {
  font-family: SVN-ALoveOfThunder;
  color: #FBAA15;
  font-size: 27px;
}

.box_phone h3 {
  line-height: 28px;
}

.box_phone {
  margin-left: 14px;
  position: relative;
}

.box_phone img {
  position: relative;
  top: 2px;
}

.headerBottom {
  background: #FBAA15;
}

.banner-box {
  margin-left: 20px;
}

.logo-box {
  position: relative;
  margin-top: -33px;
  top: 44px;
  z-index: 99;
}

.header__search input::-moz-placeholder {
  color: rgb(161, 161, 161);
}

.header__search input::placeholder {
  color: rgb(161, 161, 161);
}

.mega-menu li:after {
  position: absolute;
  background: rgba(177, 114, 0, 0.8);
  width: 9px;
  height: 9px;
  right: -35px;
  top: 22px;
  content: "";
  border-radius: 100%;
}

.mega-menu li:last-child:after {
  display: none;
}

.flex_hotline span {
  font-size: 18px !important;
  font-family: "Mulish-Bold" !important;
}

.flex_hotline font {
  margin: 0 8px;
  font-family: "Mulish-Bold";
  color: #FBAA15;
  font-size: 18px;
}

.moreabout a {
  transition: all 0.3s;
}

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

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

.breadCrumbs .wrapper .breadcrumb-item.active a {
  color: rgb(255, 136, 0);
}

/*About*/
.section-about_element {
  margin: 0 -30px;
  color: #FFFFFF;
}

.aboutLeft {
  flex: 0 0 515px;
  -ms-flex: 0 0 515px;
  max-width: 515px;
  padding: 0 30px;
}

.aboutRight {
  flex: 0 0 calc(100% - 515px);
  -ms-flex: 0 0 calc(100% - 515px);
  max-width: calc(100% - 515px);
  padding: 0 30px;
}

.aboutRight h2 {
  font: 42px SVN-ALoveOfThunder;
  margin-bottom: 20px;
  color: var(--hover-color);
}

.aboutRight-inner {
  padding-left: 20px;
  padding-bottom: 30px;
  border-left: 1px solid var(--hover-color);
}

.aboutRightdesc {
  color: rgba(255, 255, 255, 0.8);
  line-height: 25px;
  margin-bottom: 20px;
  font-family: mulish-light;
}

.moreabout {
  font: 16px Mulish-bold;
  background: #FBAA15;
  color: #1A1A1A;
  padding: 10px 28px 12px 47px;
  position: relative;
  left: -40px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.moreabout:hover a {
  color: #FFFFFF;
}

.aboutRight_contact>a:nth-child(2) {
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(../img/ic_date.png) left center no-repeat;
}

.aboutRight_contact>a:nth-child(2) span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.aboutRight_contact>a:nth-child(2) span:nth-child(2) {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Mulish-Light";
  text-transform: capitalize;
  margin-bottom: 3px;
}

.aboutRight_gallery-items {
  padding: 0 10px;
}

.aboutRight_gallery {
  margin: 0 -10px;
}

.section-about {
  padding-top: 50px;
}

.aboutRight-bottom {
  margin: 20px -20px 0 -20px;
}

.bannerabout {
  flex: 0 0 233px;
  max-width: 233px;
  padding: 0 20px;
}

.bannerabout img {
  margin-top: 30px;
}

.imgabout2-photo,
.imgabout2-photo img {
  border-radius: 15px;
}

.imgabout-big,
.imgabout-big img {
  border-radius: 20px;
}

.imgabout2 {
  flex: 0 0 calc(100% - 233px);
  max-width: calc(100% - 233px);
  padding: 0 20px;
}

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

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

.rotate-banner {
  animation: bannerrotate 5s linear infinite;
}

.criteria {
  width: 100%;
  max-width: 700px;
  position: relative;
  top: -126px;
  padding-left: 30px;
}

.criteria-slick {
  margin: 0 -10px;
}

.criteria-items {
  padding: 0 10px;
}

.aboutimg {
  position: absolute;
  top: -53px;
  right: 0;
}

.imgabout-big {
  position: relative;
}

.imgabout-big:after {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  height: 96%;
  content: "";
  width: 95%;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.imgabout2-photo {
  position: relative;
}

.imgabout2-photo:after {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  height: 94%;
  content: "";
  width: 95%;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.product-slide-inner {
  background: url(../img/bor.png) top 24px center no-repeat;
  background-size: 100% 96%;
}

@keyframes asdasd1 {

  0%,
  90% {
    transform: translateY(0px);
  }

  45% {
    transform: translateY(25px);
  }
}

@keyframes asdasd2 {

  0%,
  90% {
    transform: translateY(0px);
  }

  45% {
    transform: translateY(-25px);
  }
}

section.section-product:after {
  position: absolute;
  animation: asdasd1 7s infinite;
  content: "";
  background: url(../img/ca.png);
  width: 203px;
  height: 297px;
  right: 0;
  top: 11%;
}

section.section-product {
  position: relative;
}

.product-swiper {
  overflow: hidden;
  height: 730px;
}

.section-product2 {
  padding: 50px 0;
}

.products-box {
  margin: 0 -5px;
}

.products-items {
  padding: 0 5px;
  margin-bottom: 10px;
}

.product__photo {
  position: relative;
}

.pro-discount {
  position: absolute;
  top: 10px;
  right: 0;
  background: #EA0000;
  padding: 5px 9px;
  font: 14px Inter-Bold;
  color: #FFFFFF;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pro-discount span {
  font: 13px Inter-Regular;
}

.section-product {
  padding-bottom: 62px;
}

.product-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -50px;
}

.product-slide {
  flex: 0 0 527px;
  max-width: 527px;
  padding: 0 50px;
  position: relative;
}

.product-img {
  flex: 0 0 calc(100% - 527px);
  max-width: calc(100% - 527px);
  padding: 0 50px;
}

.pro-title {
  font-size: 42px;
  color: var(--hover-color);
  position: relative;
  padding: 0 20px;
  text-align: center;
  font-family: "SVN-ALoveOfThunder";
  margin-bottom: 27px;
}

.product-slide-inner {
  padding: 0px 30px 30px 30px;
  position: relative;
  border-radius: 15px;
}

.product-swiper {
  overflow: hidden;
  height: 730px;
}

.section-product2 {
  padding: 50px 0;
}

.products-box {
  margin: 0 -5px;
}

.products-items {
  padding: 0 5px;
  margin-bottom: 10px;
}

.product__photo {
  position: relative;
}

.pro-discount {
  position: absolute;
  top: 10px;
  right: 0;
  background: #EA0000;
  padding: 5px 9px;
  font: 14px Inter-Bold;
  color: #FFFFFF;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pro-discount span {
  font: 13px Inter-Regular;
}

.image-box {
  position: relative;
}

.image-box a {
  border-radius: 7px;
  border: 1px solid #fff;
}

.image-box:after {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  pointer-events: none;
  margin: auto;
  height: 94%;
  content: "";
  width: 95%;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.product-item:hover .text-box h3 a {
  color: #fbaa15;
}

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

.text-box h3 a {
  color: #fff;
  font-size: 20px;
  font-family: mulish-semibold;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.text-box {
  text-align: center;
  margin-top: 14px;
}

span.price-new {
  color: #FBAA15;
  font-family: "Mulish-Bold";
  font-size: 15px;
  margin-right: 3px;
}

span.price-old {
  font-size: 14px;
  color: #dbdbdb;
  font-family: "Mulish-Light";
  margin: 0 4px;
  text-decoration: line-through;
}

span.price-per {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fbaa15;
  padding: 3px 9px;
  color: white;
  font-family: "Mulish-Light";
  border-radius: 5px;
}

.product-item {
  position: relative;
  margin-bottom: 30px;
}

section.section-about {
  position: relative;
  margin-bottom: -2%;
}

section.section-about:after {
  position: absolute;
  background: url(../img/den2.png);
  content: "";
  width: 216px;
  height: 216px;
  right: calc((100% - 1300px) / 2);
  bottom: -10%;
}

.right_morepro {
  position: absolute;
  right: 0;
}

.right_morepro {
  position: absolute;
  right: -22%;
  bottom: 8%;
}

.right_morepro a {
  background: #FBAA15;
  font-size: 16px;
  color: #1A1A1A;
  font-family: "Mulish-Bold";
  text-transform: uppercase;
  padding: 12px 20px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: all 0.3s;
}

.right_morepro a:hover {
  color: white;
}

.menu-item .text-box h3 {
  line-height: 20px;
  height: 43px;
}

.menu-item .text-box h3 a {
  font-family: "Muli-Bold";
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.menu-item .text-box h3 a:hover {
  color: #e5101d;
  text-decoration: none;
}

.menu-item .text-box {
  text-align: center;
  padding: 10px;
}

.menu-item {
  position: relative;
}

.product-item2:hover .text-box2 h3 a {
  color: #fbaa15;
}

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

.menu-left {
  flex: 0 0 265px;
  -ms-flex: 0 0 300px;
  max-width: 265px;
  padding: 0 30px;
  border: 1px solid #292928;
  border-radius: 12px;
  background: #fff;
  padding: 4px;
  margin-left: 35px;
}

.menu-right {
  flex: 0 0 calc(100% - 300px);
  -ms-flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
  padding: 0 20px;
  padding-right: 0;
}

.menu-left {
  margin-bottom: 20px;
  position: relative;
}

.menu-left:after {
  position: absolute;
  background: #FBAA15;
  width: 100%;
  left: -15px;
  top: 11px;
  content: "";
  height: 100%;
  z-index: -1;
  border-radius: 26px;
}

.menu-left ul li:hover {
  background: #fbaa15;
  color: #000000;
}

.menu-left h2 {
  background: #FBAA15;
  font-family: "Roboto-Bold";
  text-align: center;
  font-size: 20px;
  color: #292928;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding: 10px 12px 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.menu-left ul {
  list-style: none;
  padding-left: 0;
  height: 480px;
  overflow: auto;
}

.menu-left ul li {
  line-height: 48px;
  font-family: mulish-regular;
  font-size: 17px;
  color: #202020;
  text-transform: capitalize;
  cursor: pointer;
  background: #F9F9F9;
  margin-bottom: 8px;
  padding: 0 23px;
}

.menu-item.fixed {
  margin-bottom: 30px;
}

.menu-item.fixed .image-box a img,
.menu-item.fixed .image-box a {
  border-radius: 5px;
}

.menunb-main {
  background: url(../images/menulist-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 70px 0 50px;
}

.menu-main {
  position: relative;
  margin-bottom: 45px;
}

.menu-main::before {
  content: "";
  position: absolute;
  width: 206px;
  height: 342px;
  background: url(../images/menu-before.png);
  left: 0;
  top: 55px;
  pointer-events: none;
}

.menu-left ::-webkit-scrollbar {
  background: white;
  width: 4px;
  -webkit-transition: all 9s;
  transition: all 9s;
}

.menu-left ul li {
  position: relative;
}

.menu-left ul li:after {
  position: absolute;
  background: url(../img/ic_ar.png);
  content: "";
  right: 28px;
  top: 20px;
  width: 7px;
  height: 11px;
}

.text-box2 h3 a {
  color: #333333;
  font-size: 15px;
  font-family: "Mulish-Bold";
}

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

span.price-new2 {
  color: #E00018;
  font-size: 16px;
  font-family: "Mulish-Bold";
}

span.price-old2 {
  font-family: "Mulish-Light";
  color: #afafaf;
  text-decoration: line-through;
}

.price-product2 font {
  margin: 0 4px;
  color: #b7b7b7;
}

span.price-per2 {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fbaa15;
  padding: 1px 7px;
  color: #fff;
  font-family: "Mulish-Light";
}

.image-box2 a {
  border-radius: 10px;
}

.image-box2 {
  margin-bottom: 11px;
}

.box_product_spec2 {
  margin-bottom: 30px !important;
}

.box_product_spec2 {
  margin: 7px;
  position: relative;
  background: #fff;
  padding: 8px;
  border-radius: 14px;
  border: 1px solid #665200;
}

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

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

.box_product_spec2::before {
  position: absolute;
  background: #fbaa15;
  width: 100%;
  height: 100%;
  left: -7px;
  bottom: -7px;
  content: "";
  border-radius: 20px;
  z-index: -1;
  pointer-events: none;
}
li.items-list-menu.active {
    background: #fbaa15;
}
.product-img {
  animation: asdasd2 7s infinite !important;
}
.album-items:Hover {
    cursor: pointer;
}
/*Album*/
.album-title h2 {
  position: relative;
  top: 100px;
}

.album_main h3 a:hover {
  color: #fbaa15 !important;
}

.section-album {
  padding: 60px 0 70px;
  background: url(../img/bg_album.png) fixed no-repeat;
  background-size: cover;
}

.box_product_spec2 .rate_product {
  font-size: 11px;
  color: #999999;
  position: relative;
}

.box_product_spec2 .rate_product span {
  position: relative;
  top: 1px;
  margin-left: 3px;
}

.album-title {
  flex: 0 0 196px;
  max-width: 196px;
  padding: 0 15px;
}

.news__name a {
  color: #fbaa15 !important;
}

.news__name a:hover {
  color: #9c6600 !important;
}

.album-box {
  flex: 0 0 calc(100% - 196px);
  max-width: calc(100% - 196px);
  padding: 0 15px;
}

.album-items {
  position: absolute;
  overflow: hidden;
  border: 1px solid white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.album-inner {
  height: 807px;
}

.album-social {
  position: absolute;
  right: 8.5%;
  bottom: 20px;
}

.social-icon {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-title h2 {
  font: 45px SVN-Diamonda;
  color: var(--hover-color);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
}

/* Các vị trí từng ảnh */
.album-items:nth-child(1) {
  top: 20px;
  left: 0;
}

.album-items:nth-child(2) {
  top: -6px;
  right: 13.5%;
}

.social-photo a {
  display: inline-block;
}

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

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

.album-items:nth-child(3) {
  top: 35%;
  right: 0;
}

.album-items:nth-child(4) {
  bottom: 0;
  right: 21%;
}

.album-items:nth-child(5) {
  bottom: 8%;
  left: 2%;
}

.album-logo {
  position: absolute;
  top: 48%;
  left: 39%;
}

/*Feedback*/
.section-feedback {
  padding: 50px 0 0 0;
  color: #FFFFFF;
}

.feedback-video {
  margin: 0 -20px;
  position: relative;
}

.feedback-video::after {
  position: absolute;
  pointer-events: none;
  width: 465px;
  height: 225px;
  border: 1px solid var(--hover-color);
  border-radius: 0 30px 0 0;
  content: "";
  top: -16px;
  left: 337px;
  border-bottom: transparent;
  border-left: transparent;
}

.feedback-inner {
  margin: 0 -15px;
  align-items: center;
}

.feedback-photo {
  flex: 0 0 384px;
  max-width: 384px;
  padding: 0 15px;
}

.feedback-photo,
.feedback-photo img {
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
}

.feedback-info {
  flex: 0 0 calc(100% - 384px);
  max-width: calc(100% - 384px);
  padding: 0 15px;
}

.feedback-info h2 {
  font-size: 23px;
  color: #FFFFFF;
  font-family: "Mulish-Bold";
  margin-bottom: 13px;
}

.feedback-info .star {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 20px;
}

.feedback-slick {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
  position: relative;
  top: -100px;
}

.video-box {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}

.feedback-slick .slick-dots {
  bottom: -25px;
  width: auto;
  left: 25%;
}

.feedback-slick .slick-arrow img {
  width: 37px;
  height: 37px;
}

.feedback-slick .slick-prev-custom {
  top: 80%;
  left: 60%;
  z-index: 999;
}

.feedback-slick .slick-next-custom {
  top: 80%;
  right: 25%;
  z-index: 999;
}

.video-play a {
  display: block;
  aspect-ratio: 509/334;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}

.video-play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-box-inner {
  margin: 0 -10px;
  align-items: center;
}

.video-play {
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding: 0 10px;
}

.video-title {
  flex: 0 0 80px;
  max-width: 80px;
  padding: 0 10px;
}

/* .video-title h2 {
    font: 45px Oswald-Bold;
    background: transparent;
    color: transparent;
    -webkit-text-stroke: 1px var(--hover-color);
    margin: 0;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
  } */
.desc_feedback {
  font-size: 15px;
  color: #FFFFFF;
  font-family: "Mulish-Light";
  line-height: 25px;
}

.play {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  pointer-events: none;
  line-height: 70px;
  border-radius: 100%;
  font-size: 25px;
  margin: -35px 0 0 -35px;
  color: var(--main-color);
  z-index: 99;
  background: #fff;
  cursor: pointer;
}

.play:hover {
  color: #f00;
  background: #fff;
}

.waves-block .waves {
  position: absolute;
  width: 200px;
  height: 200px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  animation: waves 3s ease-in-out infinite;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
  z-index: 9;
}

.waves-block .wave-1 {
  animation-delay: 0s;
}

.video-play a {
  border-radius: 17px;
}

section.section-feedback .header-container {
  margin-left: -3%;
  margin-bottom: 34px !important;
}

.waves-block .wave-2 {
  animation-delay: 1s;
}

.waves-block .wave-3 {
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

section.newsllter_main {
  background: url(../img/bg_loingo.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 105px 0;
}

.background_newsllter {
  background: url(../img/bg_ln.png) no-repeat;
  position: relative;
  background-size: 100% 100%;
  padding: 38px 50px 48px;
  width: 52%;
  margin: auto;
}

.background_newsllter:after {
  position: absolute;
  background: url(../img/moc.png);
  top: -16%;
  right: 10px;
  content: "";
  width: 108px;
  height: 108px;
}

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

.title_newsllter h2 {
  font-size: 42px;
  color: #000000;
  font-family: "SVN-ALoveOfThunder";
  text-transform: uppercase;
}

.list-news-other li a {
  color: #ffffff !important;
}

.list-news-other li a:hover {
  color: #fbaa15 !important;
}

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

.content_newsllter {
  font-size: 16px;
  font-family: "Mulish-Light";
  color: rgb(0, 0, 0);
  line-height: 26px;
  margin-bottom: 38px;
}

.inf_cus h3 {
  font-size: 16px;
  color: #000;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  margin-bottom: 5px;
}

.img_newsllter img {
  border-radius: 100%;
}

.inf_cus {
  margin-left: 11px;
}

.desc_newsllter {
  font-size: 15px;
  color: #666666;
  font-family: "Mulish-Light";
}

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

.title_index h2 {
  font-size: 42px;
  color: var(--main-color);
  text-transform: uppercase;
  font-family: "SVN-ALoveOfThunder";
}

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

.image-news a {
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
}

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

.inf_news-box h3 {
  margin-bottom: 20px;
  line-height: 24px;
}

.desc_newnb {
  color: #939393;
  font-family: "Mulish-Light";
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 30px;
}

a.block_morenews {
  font-size: 16px;
  color: #FBAA15;
  font-family: "Mulish-Light";
  border: 1px solid #FBAA15;
  display: inline-block;
  padding: 7px 29px 9px;
  border-radius: 50px;
  transition: all 0.3s;
  margin-left: 42px;
}

a.block_morenews:hover {
  background: #FBAA15;
  color: #ffffff;
}

.date {
  display: inline-block;
  text-align: center;
  background: #FBAA15;
  width: 75px;
  height: 75px;
  padding: 14px 0;
  border-radius: 100%;
  border: 5px solid #281C16;
  margin-top: -40px;
  margin-left: 20px;
  position: relative;
  z-index: 1;
}

.inf_news-box {
  position: relative;
  padding: 0px 0 0 110px;
  top: -13px;
}

.date p.text1 {
  font-size: 24px;
  color: #000000;
  font-family: "Roboto-Bold";
  margin-bottom: 4px;
}

.date p.text2 {
  font-size: 13px;
  font-family: "Mulish-Regular";
  color: black;
}

.inf_news-box:after {
  position: absolute;
  content: "";
  left: 14%;
  top: 0;
  border-left: 1px solid #fbaa15;
  width: 1px;
  height: 91%;
}

.inf_news-box:before {
  position: absolute;
  content: "";
  left: 14%;
  bottom: 18px;
  border-top: 1px solid #fbaa15;
  width: 23.8%;
  height: 1px;
  z-index: 999;
}

.news-item:hover .inf_news-box h3 a {
  color: #fb6c15;
}

.news-item .inf_news-box h3 a {
  transition: ALL 0.3S;
}

.content_owl_product .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #FBAA15;
}

.content_news-owl .owl-dots {
  margin-top: 40px;
}

.content_owl_product {
  position: relative;
}

.content_news-owl .control-owl button.owl-prev {
  left: -55px;
  background: none;
}

.content_news-owl .control-owl button.owl-next {
  right: -55px;
  background: none;
}

section.block_marquee marquee span {
  margin: 0 10px;
}

span.red_txt {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #FBAA15;
}

section.block_marquee marquee span font {
  color: #FBAA15;
}

section.block_marquee {
  position: relative;
  padding: 15px 0 32px;
}

section.block_marquee marquee {
  font-size: 64px;
  line-height: 87px;
  font-family: "Barlow-black";
}

.section-feedback_element {
  margin-bottom: -2.5%;
}

.footerMap iframe {
  border-radius: 16px;
  height: 446px;
  width: 100%;
  margin: 55px 0 0;
  border: 5px solid #000000 !important;
}

.footerPowered {
  padding: 13px 0 24px;
}

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

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

.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;
  font-size: 14px;
  font-family: "Mulish-Light";
  color: #000000;
}

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

.footerStatic span {
  position: relative;
}

.footerStatic span:after {
  position: absolute;
  background: #c3c3c3;
  width: 1px;
  height: 12px;
  right: -1px;
  content: "";
  top: 3px;
}

.footerStatic span:last-child:after {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footerArticle {
  position: relative;
}

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

.footerRow .title {
  font-family: "SVN-ALoveOfThunder";
  font-size: 32px;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 7px;
  margin-bottom: 15px;
}

.footerRow .desc {
  font-family: "Mulish-Light";
  font-size: 15px;
  line-height: 24px;
  color: #2a2a2a;
  margin-bottom: 10px;
}

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

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

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

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

.footerRow .list li a:hover {
  color: var(--hover-color);
}

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

.footerInfo1 {
  position: relative;
}

.footerInfo1:after {
  position: absolute;
  content: "";
  background: url(../img/after_lg.png);
  width: 15px;
  height: 100%;
  left: 0;
  top: 0;
}

.footerInfo1::before {
  position: absolute;
  content: "";
  background: url(../img/after_lg.png);
  width: 15px;
  height: 100%;
  right: 0;
  top: 0;
}

#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: #121212;
    border-radius: 10px;
    margin-top: 20px;
}
.share-box p {
  margin-bottom: 3px;
}

.wow {
  visibility: hidden;
}

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

.article.content img {
  width: 100% !important;
  height: auto !important;
}

.article table {
  width: 100%;
}

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

.flex-box {
  display: flex;
  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: #fbaa15;
}

@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-family: "SVN-ALoveOfThunder";
  font-size: 23px;
}

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

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

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

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

.header-container h2 {
  font-size: 42px;
  color: var(--main-color);
  text-transform: uppercase;
  font-family: "SVN-ALoveOfThunder";
}

@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: #FBAA15;
  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(251, 170, 21, 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(251, 170, 21, 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: #000000;
}

.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: #FBAA15;
  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: #FBAA15;
  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(251, 170, 21, 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;
  }
}

.section-album_element2 {
  display: none;
}

/*# sourceMappingURL=main.css.map */
@media screen and (max-width: 991px) {
  .section-album_element2 {
    display: block;
  }

  .section-album_element {
    display: none;
  }

  .logo-box {
    display: none;
  }

  .aboutimg {
    display: none;
  }

  .section-about_element {
    display: block !important;
  }

  .header_rip {
    display: none;
  }

  .aboutRight {
    flex: 0 0 100%;
    -ms-flex: 0 0 calc(100% - 515px);
    max-width: 100%;
    padding: 32px 0px;
  }

  .product-slide {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0px;
    position: relative;
  }

  .product-slide-inner {
    background: url(../img/bor.png) top 0px center no-repeat;
    background-size: 100% 96%;
  }

  .product-inner {
    display: block;
    margin: 0 0px;
  }

  .right_morepro a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .menu-left {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding: 0 30px;
    padding: 4px;
    margin-left: 14px;
  }

  .menu-right {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0px;
    padding-right: 0;
  }

  .menu-row {
    display: block !important;
  }

  .right_morepro {
    position: relative;
    right: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    margin-top: 6%;
  }

  section.section-product:after {
    display: none;
  }

  .aboutRight-bottom {
    margin: 20px 0px 0 0px;
  }

  .section-about_element {
    margin: 0 0px;
    color: #FFFFFF;
  }

  .aboutRight h2 {
    font: 36px SVN-ALoveOfThunder;
    margin-bottom: 32px;
    color: var(--hover-color);
    line-height: 40px;
  }

  .moreabout {
    font: 13px Mulish-bold;
    background: #FBAA15;
    color: #1A1A1A;
    padding: 10px 10px 12px 15px;
    position: relative;
    left: 0;
    border-radius: 50px;
    width: 100%;
    text-align: center;
  }

  .flex_hotline span {
    font-size: 16px !important;
  }

  .criteria {
    width: 100%;
    max-width: 700px;
    position: relative;
    top: 0;
    padding-left: 0;
  }

  section.section-about {
    position: relative;
    margin-bottom: 45px;
  }

  .aboutLeft {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0;
  }

  .imgabout2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0px;
  }

  img.rotate-banner {
    display: none;
  }

  .moreabout {
    margin-bottom: 24px;
  }

  .box_product_spec2 {
    margin: 0;
    padding: 5px;
    border-radius: 14px;
  }

  .box_product_spec2::before {
    display: none;
  }

  .box_product_spec2 {
    margin-bottom: 17px !important;
  }

  .album-title {
    display: none;
  }

  span.price-old2 {
    font-size: 12px;
  }

  span.price-new2 {
    font-size: 14px;
  }

  .box_product_spec2 {

    border-radius: 10px;
  }

  .section-album {
    padding: 29px 0 39px;
  }

  .feedback-video {
    margin: 0 0px;
    position: relative;
    display: block !important;
  }

  .feedback-photo {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }

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

  .feedback-info {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  section.newsllter_main {
    background: url(../img/bg_loingo.png) no-repeat;
    background-size: cover;
    position: relative;
    padding: 79px 0;
  }

  section.newsnb_block {
    position: relative;
    padding: 60px 0 8px;
  }

  .footerRow .title {
    font-size: 22px;
    padding-bottom: 7px;
    margin-bottom: 9px;
  }

  span.red_txt {
    -webkit-text-stroke: 1px #FBAA15;
  }

  section.block_marquee marquee {
    font-size: 41px;
    line-height: 55px;
    font-family: "Barlow-black";
  }

  a.block_morenews {
    font-size: 16px;
    color: #000000;

    padding: 7px 29px 9px;
    transition: all 0.3s;
    margin-left: 42px;
    background: #eeb03e;
    position: relative;
    z-index: 9999;
  }

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

  section.newsnb_block {

    overflow: hidden;
  }

  .section-product {
    padding-bottom: 40px;
  }

  section.section-about {
    overflow: hidden;
  }

  .footerArticle {
    padding: 34px 0 0px;
  }

  .footerMap iframe {
    margin: 35px 0 0;
  }

  .background_newsllter {
    background: url(../img/bg_ln.png) no-repeat;
    position: relative;
    background-size: 100% 100%;
    padding: 27px 25px 30px;
    width: 100%;
    margin: auto;
  }

  .video-play {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0px;
    margin-top: 7%;
    margin-bottom: 10%;
  }

  .video-box {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0px;
  }

  .video-title {
    display: none;
  }

  .feedback-info {
    margin-top: 20px;
  }

  .feedback-slick {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0px;
    position: relative;
    top: 0;
  }

  .aboutRight_contact {
    display: block !important;
  }
}
/* Page Loader */
#main-cube{position:fixed;width:100%;height:100%;top:0;z-index:9999;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;}
#main-cube:after,
#main-cube:before {
    content: ' ';
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

#main-cube:after {
    right: 0;
    left: auto
}

#main-cube.show:after,
#main-cube.show:before {
    width: 0
}
.logo_phee img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display: flex;width:123px;height:123px;align-items: center;justify-content: center;z-index: 2;}
.loading-css{position:absolute;z-index: 3;margin:auto;left:0;top:0;right:0;bottom:0;display:block;width: 150px;height: 150px;border:2px solid #edb359;-webkit-border-radius:50%;border-radius:50%;border-top-color:transparent;border-left-color:transparent;-webkit-animation:spin 600ms infinite linear;-moz-animation:spin 600ms infinite linear;-o-animation:spin 600ms infinite linear;-ms-animation:spin 600ms infinite linear;animation:spin 600ms infinite linear;}@-moz-keyframes spin{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes spin{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}