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

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


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

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

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

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

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

/* Main */
:root {
  --main-color: #7B71C3;
  --hover-color: #ff9500;
}

body {
  font-family: Roboto-Regular;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

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

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

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

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

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

figure {
  margin-bottom: 0;
}

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

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

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

strong {
  font-family: Roboto-Bold;
}

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

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

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

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

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

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

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

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

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

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

img.lazy {
  opacity: 0;
}

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

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

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

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

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

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

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

#fix {
  height: auto;
}


.mega-menu {
  position: relative;
  width: 75%;
}

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

.mega-menu>ul {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
}

ul.flex_ul li a:hover {
  color: #491963;
}

.mega-menu>ul>li>a {
  display: block;
  padding: 33px 21px 30px;
  text-align: center;
  font-family: Montserrat-SemiBold;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
}

.mega-menu>ul>li.has-level1 .down_icon {
  -webkit-mask-image: url(data:image/webp;base64,UklGRnwAAABXRUJQVlA4TG8AAAAvH8AHEGDbtpEk9t/1fnfa6C6MYBrZtpP7fxepmUy0FIOjiaxQUOL77hpM2qaz226B7x/eL/SoPgbAgkStMWpoBqC9qJlb9AQ9FFzQ7T3lPol9ltqpe9+9tnhp89jqod3RjhC0z97Y/hs26+i/GAAA);
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  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;
  font-family: "Inter18pt-Regular";
}

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

.left_header marquee {
  position: relative;
  top: 3px;
}

/* 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(73, 25, 99, 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;
}


@media screen and (max-width: 991px) {
  .menu-m {
    padding: 5px 0;
    background: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(3px);
    width: 100%;
    height: 53px;
    position: absolute;
  }
}

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

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

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

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

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

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

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

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

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

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

  0% {
    color: #0000ff;
  }

  50% {
    color: #ce0404;
  }

  100% {
    color: #fed700;
  }
}

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

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

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

.headerBottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 1px solid rgba(213, 213, 213, 0.3);
}

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

a.header_block {
  margin-left: 25px;
}

.right_mn {
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}

.right_mn:after {
  position: absolute;
  background: rgba(183, 183, 183, 0.5);
  width: 1px;
  height: 39px;
  left: 0;
  top: -6px;
  content: "";
}

.bg_header {
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

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

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

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

/* css2 */
.c_list {
  position: relative;
  padding: 0 1px;
}

.row.r_list {
  margin: 0 -1px;
}

.items_list {
  position: relative;
  margin-bottom: 2px;
}







.video-box {
  flex: 0 0 49.23%;
  max-width: 49.23%;
}

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

.news-box {
  flex: 0 0 48.46%;
  max-width: 48.46%;
}

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

.video-n-news-main {
  padding: 25px 0;
}

@media screen and (max-width: 991px) {
  .video-n-news-main {
    padding: 31px 0 5px;
  }
}

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

.item-video-addon {
  padding: 0 10px;
}

div#video-slick {
  overflow: hidden;
}

.news-title h2 {
  font-family: "Montserrat-Bold";
  font-size: 55px;
  color: #7B71C3;
  line-height: 42px;
  text-transform: capitalize;
}

.news-title {
  margin-bottom: 35px;
}

.news-item__image {
  flex: 0 0 230px;
  max-width: 230px;
}

@media screen and (max-width: 576px) {
  .news-item__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.news-item__text {
  flex: 0 0 calc(100% - 230px);
  max-width: calc(100% - 230px);
  padding-left: 20px;
}

@media screen and (max-width: 576px) {
  .news-item__text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 16px;
  }
}

.news-item__text h3 {
  font-family: "Montserrat-Bold";
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

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

.news-item__text h3 a:hover {
  color: #27179f;
}

.news-item__text>p {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #808589;
  line-height: 20px;
  margin-bottom: 16px;
}

.news-item__text .status-box p {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #808589;
  margin-right: 16px;
}

.desc_newsnb {
  font-size: 14px;
  color: #666666;
  font-family: "Inter18pt-Regular";
  line-height: 23px;
  margin-bottom: 10px;
}

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

.news-item {
  border: 0 !important;
  padding: 10px 0;
}

.news-item.fixed {
  border-top: 0 !important;
}

.news-item__image {
  border-radius: 8px;
}

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


.img100 {
  width: 100%;
}

.items_ab.infor_statics h2 {
  font-size: 55px;
  color: #7B71C3;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  line-height: 85px;
}

.infor_ab {
  font-size: 20px;
  font-family: "Inter18pt-Regular";
  line-height: 34px;
  color: #333333;
  margin-bottom: 40px;
}

a.block_abouts {
  background: linear-gradient(90deg, #E6EDFF 0%, #B3ADEA 60.58%, #8972B4 100%);
  border-radius: 100px;
  display: inline-block;
  padding: 10px 44px;
  font-size: 15px;
  font-family: "Inter18pt-Medium";
  color: #000000;
}

a.block_abouts:hover {
  background: #3c1985;
  color: #ffff;
}

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

.c_abouts {
  position: relative;
  padding: 0 30px;
}

.r_abouts {
  margin: 0 -30px;
}

.center_ab {
  text-align: center;
}

section.achievements_block {
  position: relative;
  padding: 85px 0;
}

section.achievements_block:after {
  position: absolute;
  background: url(../img/top_thanhtich.png) no-repeat;
  content: "";
  background-size: 100% 100%;
  width: 100%;
  height: 291px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  pointer-events: none;
}

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

.title_achie h2 {
  font-size: 45px;
  line-height: 64px;
  color: #7B71C3;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.desc_achie {
  font-size: 20px;
  font-family: "Inter18pt-Regular";
  line-height: 30px;
  color: #585858;
}

.items_achie2 {
  text-align: center;
  position: relative;
}

.top_rightStatics {
  position: absolute;
  top: -4%;
  animation: asdasd1 7s infinite;
  right: 0;
  bottom: 0;
}

.element_photo {
  margin-bottom: 60px;
}

.items_listwow {
  margin-bottom: 2px;
  overflow: hidden;
  position: relative;
}

.element_photo:nth-child(1) {
  position: relative;
  left: -68%;
}

.element_photo:nth-child(3) {
  position: relative;
  left: -71%;
  bottom: 86px;
}

.element_photo:nth-child(2) {
  position: relative;
  right: -26px;
  top: -35px;
}

@keyframes asdasd1 {

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

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

@keyframes asdasd2 {

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

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

section.achievements_block:before {
  position: absolute;
  background: url(../img/after_ab.png);
  content: "";
  width: 50px;
  height: 50px;
  left: 0;
  bottom: 0;
}

section.achievements_block:before {
  position: absolute;
  background: url(../img/after_ab.png);
  content: "";
  width: 202px;
  height: 327px;
  left: 0;
  bottom: 8%;
  pointer-events: none;
}

.title_index {
  text-align: center;
  margin-bottom: 4%;
}

.title_index h2 {
  font-size: 55px;
  color: #7B71C3;
  font-family: "Montserrat-Bold";
  text-transform: capitalize;
}

.inforProduct {
  text-align: left;
  padding: 14px;
  min-height: 205px;
}

.inforProduct h3 a {
  font-size: 18px;
  color: #000000;
  font-family: "Inter18pt-Semibold";
  text-transform: capitalize;
  margin-bottom: 7px;
}

.order_now a:hover {
  background: none;
  color: #8379cd;
  cursor: pointer;
}

.desc_pro {
  font-size: 17px;
  margin-bottom: 13px;
  color: #666666;
  font-family: "Inter18pt-Regular";
  line-height: 27px;
  min-height: 54px;
}

.content_owl_product {
  position: relative;
}

.content_owl_product .control-owl button.owl-prev {
  left: -55px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  font-size: 15px;
  background: linear-gradient(90deg, #E6EDFF 0%, #B3ADEA 60.58%, #8972B4 100%);
  color: #000000;
}

.content_owl_product .control-owl button.owl-next {
  right: -55px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  font-size: 15px;
  background: linear-gradient(90deg, #E6EDFF 0%, #B3ADEA 60.58%, #8972B4 100%);
  color: #000000;
}

.product_out .center_ab {
  text-align: center;
  margin-top: 3%;
}

section.product_out {
  position: relative;
  margin-bottom: 5%;
}

.product-item:hover .inforProduct h3 a {
  color: #59449f;
}

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

.cate_product .title_index {
  text-align: center;
  margin-bottom: 2.2%;
}



.tags-box h3 {
  margin-top: 16px;
}

.tags-box h3 {
  font-size: 22px;
  color: #333333;
  font-family: "Montserrat-SemiBold";
}

.items_tags {
  position: relative;
}

.items_tags .control-owl button.owl-prev {
  left: -40px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  font-size: 15px;
  background: linear-gradient(90deg, #E6EDFF 0%, #B3ADEA 60.58%, #8972B4 100%);
  color: #000000;
}

.items_tags .control-owl button.owl-next {
  right: -40px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  font-size: 15px;
  background: linear-gradient(90deg, #E6EDFF 0%, #B3ADEA 60.58%, #8972B4 100%);
  color: #000000;
}

.tags-box {
  text-align: center;
}

section.cate_plants {
  position: relative;
  padding: 80px 0 80px;
}

.tags-box:hover h3 a {
  color: #5736aa;
}

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


.tags-box img {
  transition: all 0.7s;
}

.video-wrapper iframe {
  width: 100%;
  margin-bottom: 21px;
  border-radius: 8px;
  height: 343px;
}

.yt {
  position: relative;
  aspect-ratio: 252/135 !important;
  border-radius: 9px;
}

.yt.bg {
  position: relative;
}

.yt.bg:after {
  position: absolute;
  background: url(../images/play.png);
  content: "";
  width: 50px;
  height: 35px;
  pointer-events: none;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

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

.title_newsllter h2 {
  font-size: 55px;
  color: #7B71C3;
  font-family: "Montserrat-Bold";
  text-transform: capitalize;
  margin-bottom: 20px;
}

.title_newsllter p {
  font-size: 16px;
  color: #333333;
  font-family: "Inter18pt-Regular";
}

.newsllter_block {
  width: 70%;
  background: linear-gradient(94.03deg, #F0EBFF -11.79%, #B5A5EF 27.98%, #F0EBFF 67.76%, #B5A5EF 108.74%);
  margin: auto;
  padding: 40px;
  margin-bottom: 6.5%;
}

.newsletter-input input {
  height: 50px;
  border-radius: 0;
  border: none;
  color: #333333;
  font-size: 16px;
  font-family: "Inter18pt-Regular";
}

.newsletter-input select {
  height: 50px;
  border-radius: 0;
  border: none;
  color: #6c7581;
  font-size: 16px;
  font-family: "Inter18pt-Regular";
}

.newsletter-input {
  margin-bottom: 20px;
}

.pd {
  position: relative;
  padding: 0 8px !important;
}

.rd {
  position: relative;
  margin: 0 -8px;
}

.newsletter-input textarea {
  height: 75px;
  border-radius: 0;
  border: none;
  color: #333333;
  font-size: 16px;
  font-family: "Inter18pt-Regular";
}

input.readon-button.pd {
  width: 290px;
  background: #7A67A1;
  font-size: 16px;
  color: #FFFFFF;
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
  height: 50px;
  display: inline-block;
  transition: all 0.3s;
}

input.readon-button.pd:hover {
  background: #3c1985;
}

.partner_block {
  background: linear-gradient(94.03deg, #F0EBFF -11.79%, #B5A5EF 27.98%, #F0EBFF 67.76%, #B5A5EF 108.74%);
  position: relative;
}

.title_partner {
  color: #fff;
  text-align: center;
  background: linear-gradient(288.27deg, #43368B -1.46%, #6A5ABE 100%), linear-gradient(288.27deg, #491962 -1.46%, #9533C8 100%);
  border-radius: 0px 16px 16px 16px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -24px;
  min-height: 160px;
}

h3.title a:hover {
  color: #c6b6ff;
}

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

.title_partner:after {
  position: absolute;
  background: url(../img/after_dt.png) #6757ba;
  content: "";
  width: 18px;
  height: 25px;
  top: 0;
  left: -17px;
  border-top-left-radius: 11px;
}

.title_partner h2 {
  font-size: 33px;
  font-family: "Inter18pt-SEmibold";
  text-transform: uppercase;
}

.items_partner {
  position: relative;
}

.items_partner .control-owl button.owl-prev {
  left: 20px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  font-size: 15px;
  background: linear-gradient(90deg, #E6EDFF 0%, #B3ADEA 60.58%, #8972B4 100%);
  color: #000000;
}

.items_partner .control-owl button.owl-next {
  right: 20px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  font-size: 15px;
  background: linear-gradient(90deg, #E6EDFF 0%, #B3ADEA 60.58%, #8972B4 100%);
  color: #000000;
}

.headerBottom.headerBottom2 {
  position: relative;
  background: #3a3869;
}

.headerBottom2 ul.flex_ul li a:hover {
  color: #ffffff;
}

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

.box-category h3 i {
  font-size: 14px;
  margin-right: 4px;
  position: relative;
  top: -1px;
}

.col-sticky {
  position: sticky;
  top: 113px;
}






.items_listwow:hover .fleX_center h3 {
  background: unset;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
}

.fleX_center h3 a:hover {
  color: #bfbfbf;
}

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

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


  .col-sticky {
    position: relative;
    top: 0;
    margin-bottom: 15px;
  }

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

  .infor_ab {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .desc_achie {
    font-size: 16px;
    line-height: 31px;
    color: #585858;
    margin-bottom: 40px;
  }

  .element_photo:nth-child(1) {
    animation: unset;
    left: 0;
  }

  .element_photo:nth-child(2) {
    animation: unset;
    left: 0;
  }

  .element_photo:nth-child(3) {
    animation: unset;
    left: 0;
  }

  .element_photo {
    margin-bottom: 0;
    padding: 0 8px;
    margin-top: 60px;
  }

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

  .product_out .center_ab {
    text-align: center;
    margin-top: 25%;
  }

  .fleX_center h3 a {
    font-size: 23.7872px;
    line-height: 37px;
    text-shadow: 4px 2px 0px #000000;
  }

  .fleX_center h3 {
    padding: 12px;
  }

  .title_index h2 {
    margin-bottom: 27px;
  }

  .items_tags .control-owl button.owl-prev {
    left: 0;
  }

  .items_tags .control-owl button.owl-next {
    right: 0;
  }

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

  .title_partner {
    background: unset;
  }

  .title_partner h2 {
    font-size: 32px;
    font-family: "Montserrat-Bold";
    text-transform: capitalize;
  }


  .news-box {
    margin-top: 15px;
  }

  section.abouts_block {
    overflow: hidden;
  }

  section.achievements_block {
    overflow: hidden;
  }

  section.product_out {
    overflow: hidden;
  }

  .partner_block {
    margin-top: 9%;
    padding: 16px 0;
  }

  .yt {
    position: relative;
    aspect-ratio: 250/136 !important;
    margin: 0 0px !important;
    border-radius: 9px;
  }

  section.form_partner {
    background-size: cover;
    padding: 20px 0 0;
  }

  .news-title h2 {
    font-size: 30px;
    line-height: 33px;
  }

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

  .tags-box h3 {
    font-size: 17px;
  }

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

  .fleX_center h3 {
    background: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    padding: 12px;
  }

  section.product_out {
    margin-bottom: 12%;
  }

  .desc_pro {
    font-size: 14px;
    line-height: 25px;
  }

  .inforProduct h3 a {
    font-size: 17px;
    margin-bottom: 4px;
    line-height: 27px;
  }


  section.product_out {
    margin-top: 5%;
  }

  .order_now a {
    margin-bottom: 10px;
  }

  .inforProduct {
    text-align: center;
    padding: 15px 10px 5px;
  }

  .top_rightStatics {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: 0 -8px;
  }

  section.cate_product {
    overflow: hidden;
  }

  .title_achie h2 {
    font-size: 34px;
    margin-bottom: 9px;
    line-height: 50px;
  }

  section.achievements_block {
    position: relative;
    padding: 30px 0;
  }

  .title_newsllter p {
    font-size: 15px;
    line-height: 25px;
  }

  input.readon-button.pd {
    width: 240px;
    font-size: 15px;
    height: 43px;
    transition: all 0.3s;
  }

  .title_partner {
    color: #665abb;
    text-align: center;
    min-height: 65px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 4px;
    border-radius: 11px;
  }

  .footerPowered {
    padding: 15px 0;
  }

  .footerArticle {
    padding: 50px 0 15px;
  }

  .newsllter_block {
    margin-bottom: 43px;
  }

  .newsllter_block {
    width: 100%;
    margin: auto;
    padding: 20px;
    margin-bottom: 6.5%;
    margin-bottom: 0;
  }

  .items_ab.infor_statics {
    margin-top: 8%;
  }

  .items_ab.infor_statics h2 {
    font-size: 37px;
    margin-bottom: 17px;
  }

  .title_newsllter h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

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

.footerPowered {
  background-color: #3a3869;
  padding: 25px 0;
}

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

.footerCopyright span {
  font-family: Montserrat-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 34.69%;
  max-width: 34.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 22.38%;
  max-width: 22.38%;
}

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

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

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

.footerArticle {
  padding: 66px 0 55px;
  background: #3A3869;
}

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

.footerRow .title {
  font-family: "Montserrat-Bold";
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.footerRow .desc {
  font-family: "Inter18pt-Regular";
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 20px;
}

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

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

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

.footerRow .list li a {
  color: #fff;
}

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


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

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



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

#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: #f5f5f5;
  border-radius: 10px;
}

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

.wow {
  visibility: hidden;
}

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.newsItem {
  position: relative;
}

.newsItem .newsItem__name a {
  transition: all .3s;
}

.newsItem:hover .newsItem__name a {
  color: #3f3b93;
}

.newsItem_photo {
  border-radius: 8px;
}

.newsItem__desc {
  font-family: "Inter18pt-Regular";
  line-height: 24px;
  color: #646464;
}

.newsItem__name {
  margin: 15px 0 7px 0;
  color: #1a1a1a;
  font-family: "Montserrat-Bold";
  font-size: 18px;
  line-height: 27px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productItem {
  position: relative;
}

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

.productItem_info {
  position: relative;
}

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

.productItem__name a {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.top-info-pro-detail li 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;
}

.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: 25px;
  color: #bb0808;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video {
  cursor: pointer;
}

.youtube-logo {
  position: relative;
}

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

/*video*/
.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-size: 38px;
  color: var(--main-color);
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
}

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

.header-container p {
  font-size: 16px;
  font-family: "Inter18pt-Regular";
}

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

.rowproduct {
  margin: 0 -10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    transform: scaleX(1);
  }
}

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

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

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

.zoomIn {
  animation-name: customzoomIn;
}

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

  50% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

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

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

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

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

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=main.css.map */
.tags-title {
  transform: rotateZ(-90deg);
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  white-space: nowrap;
}

.tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tags-list a {
  height: 26px;
  line-height: 24px;
  position: relative;
  font-size: 14px;
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: var(--warning);
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  transition: 0.4s;
}

.tags-list a::before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent var(--warning) transparent transparent;
  border-style: solid;
  border-width: 12px 12px 14px 0;
  transition: 0.4s;
}

.tags-list a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}

.tags-list a:hover {
  background: var(--danger);
}

.tags-list a:hover::before {
  border-color: transparent var(--danger) transparent transparent;
}

/* Responsive - $lg (thay bằng breakpoint bạn đang dùng, ví dụ 992px) */


.block-menu.sticky.animate__animated.animate__fadeInDown {
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(3px);
  width: 100%;
  height: 85px;
}

.flex_mn {
  position: relative;
  padding: 0 50px;
}




.left_partner {
  position: absolute;
  left: 0;
  top: -6px;
  width: 232px;
  z-index: 9;
}

.news-list {
  height: 542px;
  overflow: hidden;
  margin: -10px 0;
}

.slideshow a video {
  width: auto;
  height: 100vh;
  object-fit: cover;
}

@media (max-width: 991px) {
  .news-list {
    height: auto;
  }

  .slideshow a video {
    height: 92vh;
  }

  .left_partner {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
  }

  .slideshow {
    height: 92vh;
  }

  .left_partner {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .partnerFlex {
    display: block !important;
  }

  .title_partner:after {
    display: none;
  }

  .tags-list a {
    margin-bottom: 5px;
  }
}

.slideshow-item img {
  height: 100vh !important;
  overflow: hidden;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.social-box a:hover img {
  filter: brightness(0) saturate(100%) invert(69%) sepia(36%) saturate(749%) hue-rotate(205deg) brightness(105%) contrast(101%);
}

.partner-box a {
  display: inline-block;
  width: 79%;
  margin: auto;
}

.partner-box {
  text-align: center;
}

.product-item {
  border: 1px solid #625fb3;
  margin-bottom: 3px;
  border-radius: 11px;
}

.image-box a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #625fb3;
}

.order_now a {
  background: #8379cd;
  color: #fff;
  border: 1px solid #8379cd;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: 'Inter18pt-Regular';
  padding: 5px;
  border-radius: 8px;
  transition: all .3s;
}

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

.order_now {
  position: relative;
  margin: 0 -6px;
}

span.price-new {
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  margin: 10px 0 15px;
  display: inline-block;
  color: #8379cd;
}

span.price-old {
  font-family: 'Inter18pt-Regular';
  text-decoration: line-through;
  color: #a1a1a1;
  font-size: 15px;
  margin: 0 6px;
}

span.price-per {
  font-family: 'Inter18pt-Regular';
  color: #34325e;
}

.photo_statics {
  position: relative;
  left: -60px;
}

@media screen and (max-width: 991px) {
  .photo_statics {
    position: relative;
    left: 0;
  }
}

.inforProduct2 h3 {
  text-align: center;
  margin: 30px 0 15px;
  font-family: 'Montserrat-Bold';
  font-size: 21px;
}

.product-item2:hover .inforProduct2 h3 a {
  color: #554b9f;
}

.product-item2 .inforProduct2 h3 a {
  transition: all .3s;
}

.items_achie {
  text-align: center;
}

.inforProduct2 {
  text-align: center;
}

.desc_product2 {
  font-family: 'Inter18pt-Regular';
  font-size: 15px;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .c_product {
    padding: 0 6px;
  }

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

  .inforProduct {
    min-height: 248px;
  }

  span.price-new {
    font-size: 17px;
    margin: 5px 0 7px;
    display: block;
    color: #8379cd;
  }

}

.items_ab {
  border-radius: 50px;
  overflow: hidden;
}



.box__khudulich--content {
  position: absolute;
  top: 0;
  pointer-events: none;
  width: 100%;
  padding: 50px 0;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  z-index: 2;
}

footer#footer {
  background: #3A3869;
}

.box__khudulich--desc {
  position: absolute;
  top: -100%;
  pointer-events: none;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(20 8 104 / 80%) 0%, rgb(202 194 255 / 50%) 60%, rgba(255, 255, 255, 0) 100%);
  color: #fff;
  padding: 35px 60px;
  font-size: 18px;
  transition: top 0.6s ease;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
  font-family: 'Inter18pt-Regular';
  line-height: 33px;
  text-align: center;
}

.items_listwow:hover .box__khudulich--desc {
  top: 0;
}

.items_listwow:hover .box__khudulich--content {
  opacity: 0;
}

.box__khudulich--content {
  transition: all .3s;
}

.box__khudulich--content h3 a {
  font-family: 'Montserrat-Bold';
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 4px 2px 0px #000000;
}

@media screen and (max-width: 991px) {
  .box__khudulich--content h3 a {
    font-size: 22px;
    line-height: 32px;
  }

  .box__khudulich--content {
    padding: 15px 0;
  }

  .box__khudulich--desc {
    height: 100%;
    padding: 18px 27px;
    font-size: 16px;
    line-height: 26px;
  }
}

.video-wrapper {
  margin-bottom: 18px;
}

.qr-code-container {
  background: #fff;
  padding: 15px;
  border-radius: 14px;
  border: 1px solid #f1f1f1;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s ease;
}

.qr-code-section {
  margin-top: 15px;
}

.box-category>h3 {
  font-size: 19px;
  color: #ffffff;
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
  background: #34325e;
  padding: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.box-category {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  border: 1px solid #f1f1f1;
}


.list-category li:last-child a {
  border-bottom: 0;
}



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

.list-category li a {
  background: #f7f6ff;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  position: relative;
  padding: 10px 10px;
  border-bottom: 1px solid #d3d2df;
}

.list-category li a {
  display: block;
  padding-right: 25px;
  color: #333;
  font-size: 14px;
  transition: all .3s;
  transition: color .25s;
  font-family: 'Inter18pt-Regular';
  line-height: 26px;
}

.list-category li a:hover {
  color: #34325e;
  background: #d2cfe3;
}

.list-category li.active>a {
  color: #e63946;
}

.colapse-category {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 15px;
  transform: translateY(-50%);
}

.colapse-category::before {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  color: #777;
  transition: transform .3s ease;
}

.list-category li.active>.colapse-category::before {
  transform: rotate(135deg);
}

.list-category ul {
  margin: 8px 0 0 15px;
  padding: 0;
  list-style: none;
  display: none;
  border-left: 1px dashed #e1e1e1;
  padding-left: 12px;
}

.list-category ul li a {
  font-size: 14px;
  padding: 4px 0;
}

.list-category ul li.active>a {
  color: #e63946;
  font-weight: 600;
}



.filter-group ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.filter-group ul li {
  font-family: Nunito-Regular;
  font-size: 14px;
  color: var(--main-color);
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

li.filter-tree-item:last-child {
  border-bottom: 0;
}


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

.listselected li {
  font-family: Nunito-Regular;
  font-size: 14px;
  color: var(--hover-color);
  background-color: #14606522;
  border: 1px solid var(--main-color);
  display: inline-block;
  padding: 2px 5px;
  border-radius: 8px;
  margin: 0 3px 6px 3px;
}

.fillter-pc-box {
  background: #f7f6ff;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 7px 5px #ededed;
}

.filter-list-bg {
  border-top: 1px solid #eee;
}

span.toggle-icon i {
  color: #34325e;
}.news-list {
  position: relative;
}.news-list:after {
  position: absolute;
  content: '';
  background: #FFF;
  width: 100%;
  height: 9px;
  top: 0;
}

.filter-group h3 {
  margin: 0;
  padding: 14px 16px;
  background: #34325e;
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  color: #ffffff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.filter-tree,
.filter-tree-children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-tree-item {
  border-bottom: 1px solid #f0f0f0;
}

.filter-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px 12px;
}

.filter-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 8px;
  cursor: pointer;
}

.filter-checkbox input {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.filter-label {
  font-size: 14px;
  color: #333;
  font-family: 'Inter18pt-Regular';
}

.filter-count {
  color: #888;
  font-size: 12px;
}

.toggle-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 12px;
  color: #555;
  transition: 0.2s;
}

.toggle-icon.active i {
  transform: rotate(45deg);
}

.level-2 .filter-item-wrapper {
  padding-left: 30px;
}

.level-3 .filter-item-wrapper {
  padding-left: 45px;
}

.filter-tree-children {
  border-top: 1px dashed #f0f0f0;
  display: none;
}

ul.list-category li {
  position: relative;
  background: #f7f6ff;
}

@media screen and (max-width: 991px) {
  .content_owl_product .control-owl button.owl-prev {
    left: 0;
  }

  .content_owl_product .control-owl button.owl-next {
    right: 0;
  }

  .items_achie2 {
    margin-top: 65px;
  }

  .content_owl_product .control-owl_ {
    position: absolute;
    width: 23% !important;
    z-index: 2;
    left: 0px;
    top: unset;
    bottom: -12% !important;
    right: 0;
    margin: auto;
  }
}