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

/* Main */
:root {
  --main-color: #007FAC;
  --hover-color: #d40000;
}

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

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

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

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

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

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

figure {
  margin-bottom: 0;
}

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

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

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

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

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

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

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

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

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

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

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

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

img.lazy {
  opacity: 0;
}

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

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

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

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

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

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

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

#fix {
  height: 56px;
}

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

section.section-slider {
  margin-top: 10px;
}

.mega-menu {
  position: relative;
}

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

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

.mega-menu>ul>li>a {
  display: block;
  padding: 17px 19px;
  text-align: center;
  font-family: "Mulish-SEmibold";
  color: #FFFFFF;
  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: #0507f7;
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  transition: 0.3s;
}

.mega-menu ul li .active {
  font-family: "Mulish-SemiBold";
  color: #0c0ce3;
}

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

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: 9px;
  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;
}

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

ul.drop-menu.drop-menu-level-1 .down_icon {
  background: #333333 !important;
}

/* 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(0, 127, 172, 0.075);
}

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

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

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

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

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

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

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

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

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

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

#hamburger span {
  top: 9px;
}

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

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

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

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

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

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

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

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

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

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

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

.menu-m {
  background: #fff;
}

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

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

.logo-res {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

  40% {
    opacity: 1;
  }

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

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

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

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

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

.box_images_album {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  0% {
    color: #0000ff;
  }

  50% {
    color: #ce0404;
  }

  100% {
    color: #fed700;
  }
}

/*header-mobile*/
/*slide*/
@keyframes minus {
  from {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }

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

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

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

.header__search {
  border: 1px solid #4ED0FF;
  border-radius: 50px;
  transition: all 0.3s;
}

.header__search form input {
  border-radius: 50px;
}

.header__search input::-moz-placeholder {
  font-family: mulish-light;
}

.header__search input::placeholder {
  font-family: mulish-light;
}

.header__search button {
  background: #4ED0FF;
  padding: 13px;
  width: 69px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: all 0.3s;
}

.header__search button:hover {
  background: #006083;
}

.box_header h3 {
  font-size: 14px;
  font-family: mulish-regular;
  color: #000000;
}

.box_hl h3 a {
  font-family: mulish-bold;
  color: #005B7F;
  font-size: 22px;
}

.box_header2 {
  background: #71D8FD;
  padding: 4px 24px 4px 4px;
  border-radius: 50px;
}

.box_hl {
  margin-left: 8px;
}

h3.ml {
  margin-left: 9px;
}

.menu-desktop.bg-general {
  background: #2A97BC;
}

.on-bar.divLeft {
  display: none;
}

.cart_header a {
  display: block;
  padding: 6px 0;
  text-align: center;
  font-family: "Mulish-SEmibold";
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
}

.cart_header img {
  margin-right: 7px;
}

.on-bar:hover .wrapper-dropdown-menu {
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}

.on-bar.divLeft .title_product_mn {
  display: none;
}

.title_index a i {
  font-size: 10px;
  margin-left: 3px;
  position: relative;
  color: #00b7ff;
}

.title_index2 a i {
  font-size: 10px;
  margin-left: 3px;
  position: relative;
  color: #01528C;
}

/*-----------------------------*/
.divLeft2 {
  position: relative;
  flex: 0 0 256px;
  -ms-flex: 0 0 256px;
  max-width: 256px;
}

.divRight2 {
  flex: 0 0 calc(100% - 256px);
  -ms-flex: 0 0 calc(100% - 256px);
  max-width: calc(100% - 256px);
}

@media screen and (max-width: 991px) {
  .divRight2 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0px !important;
  }
}

.divLeft {
  position: relative;
  flex: 0 0 256px;
  -ms-flex: 0 0 256px;
  max-width: 256px;
}

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

@media screen and (max-width: 991px) {
  .divRight {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px !important;
  }
}

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

.title_product_mn i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.on-bar {
  position: relative;
}

.text-on-bar {
  background: #F5DCD5 url(../images/Icon_menu.png) no-repeat left 15px center;
  font: 14px HelveticaNeue-Medium;
  color: #146065;
  text-transform: uppercase;
  padding: 9.5px 14px 9.5px 50px;
  cursor: pointer;
  display: block;
}

.wrapper-dropdown-menu {
  width: 100%;
}

.on-bar .wrapper-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.show-second-menu .on-bar:hover .wrapper-dropdown-menu {
  display: block;
}

.wrapper-dropdown-menu-inside {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.items_slider {
  padding-left: 10px;
}

.scroll-second-menu {
  overflow-y: auto;
  height: 399px;
}

.scroll-second-menu::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.scroll-second-menu::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.scroll-second-menu::-webkit-scrollbar-track {
  background-color: #d4d4d4;
}

.scroll-second-menu::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

.scroll-second-menu::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: #d4d4d4;
}

.scroll-second-menu::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

.scroll-second-menu::-webkit-resizer {
  background-color: #e7e7e7;
}

.text-second-menu {
  padding: 9.2px 25px 9.2px 0;
  position: relative;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-second-menu img {
  margin-top: -5px;
}

.sub-menu {
  margin: 0;
  width: 240px;
  list-style: none;
  padding-left: 0;
  background: #fff;
  position: absolute;
  z-index: 999;
  border-top: 3px solid var(--main-color);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  transition: all 0.5s ease;
}

.sub-menu li {
  position: relative;
  text-align: left;
}

.sub-menu li+li {
  border-top: 1px solid #f0f0f0;
}

.sub-menu li a {
  position: relative;
  display: block;
  padding: 9.2px 15px !important;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}

.sub-menu li ul {
  left: 100%;
  top: -3px;
  margin-left: 0px;
  margin-top: 0;
  transform: rotate3d(0, 1, 0, 90deg);
}

.sub-menu li:hover>a {
  background: rgba(0, 0, 0, 0.1);
}

.sub-menu li:hover>ul {
  transform: rotate3d(0, 0, 0, 0deg);
}

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

.second-menu>li+li {
  border-top: 1px solid #f0f0f0;
}

.second-menu>li>a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #000000;
  padding: 3px 0px;
  text-transform: capitalize;
  font-family: "Mulish-medium";
}

ul.second-menu li {
  margin: 0 15px;
}

.wrapper-dropdown-menu-inside {
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}

.second-menu>li .sub-menu {
  left: 100%;
  top: 0;
  height: 100%;
  background: #fff;
  border-top: 0;
  transform: rotate3d(0, 1, 0, 90deg);
}

.second-menu>li .sub-menu li {
  position: unset;
}

.second-menu>li:hover>.sub-menu {
  transform: rotate3d(0, 0, 0, 0deg);
}

.second-menu>li:hover>a {
  color: #2a97bc;
}

.second-menu>li:hover .has-child::after {
  border-color: #fff;
}

ul.second-menu li a:hover {
  color: #2a97bc;
}

ul.second-menu li:hover img {
  transform: rotateY(180deg);
}

ul.second-menu li img {
  transition: all 1s;
}

ul.second-menu li a {
  transition: all 0.3s;
}

.second-menu .sub-menu li+li {
  border-top-color: #f0f0f0;
}

.second-menu>li>a.has-child::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 2px);
  right: 15px;
  width: 5px;
  height: 5px;
  border: 1px solid #393939;
  border-top: 0px;
  border-left: 0px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-out;
}

.menu-hover {
  background: #fff;
  border: solid 1px #dedede;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 256px;
  width: 1005px;
  height: 442px;
  overflow: auto;
  font-size: 14px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  transform: translateX(20px);
  transition: 0.7s;
}

.menu-hover::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.menu-hover::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.menu-hover::-webkit-scrollbar-track {
  background-color: #d4d4d4;
}

.menu-hover::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

.menu-hover::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: #d4d4d4;
}

.menu-hover::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

.menu-hover::-webkit-resizer {
  background-color: #e7e7e7;
}

.second-menu>li:hover .menu-hover {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.item-holder {
  width: 25%;
  padding-right: 10px;
  margin-bottom: 10px;
}

.item-holder p {
  font-family: MUlish-Semibold;
  font-size: 15px;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.item-holder p a {
  color: var(--main-color);
}

.item-holder p a:hover {
  color: var(--hover-color);
}

.item-holder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.item-holder ul li {
  position: relative;
  margin-bottom: 10px;
  font-family: HelveticaNeue;
  font-size: 13px;
  color: #333;
}

.item-holder ul li a {
  color: #333;
}

.item-holder ul li a:hover {
  color: var(--hover-color);
}

.item-holder ul>li:hover .list-sub-hover {
  display: block;
}

.title_product_mn h3 {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "Mulish-Bold";
  text-transform: uppercase;
  background: #005B7F;
  height: 42px;
  padding: 12px;
}

.c_slider {
  padding: 0 4px;
}

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

.slideshow-right-item .slideshow-image {
  margin-bottom: 7px;
  display: block;
}

.block-menu.sticky.animate__animated.animate__fadeInDown .on-bar.divLeft {
  display: block;
}

.block-menu.sticky.animate__animated.animate__fadeInDown .divRight {
  flex: 0 0 86%;
  max-width: 78%;
}

.block-menu.sticky.animate__animated.animate__fadeInDown .flex-box {
  justify-content: space-between;
}

.text-on-bar {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "Mulish-Bold";
  text-transform: uppercase;
  background: #005B7F;
  height: auto;
  padding: 17px 0 18px 0px;
  text-align: center;
}

span.text-on-bar i {
  margin-right: 4px;
}

.news-box {
  box-shadow: 0 1px 8px #e1e1e1;
  padding: 40px 20px;
  border-radius: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title_index h2 {
  background: #4ED0FF;
  color: white;
  font-size: 24px;
  font-family: "Mulish-semibold";
  text-transform: uppercase;
  padding: 10px 32px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.title_index {
  border-top: 2px solid #4ED0FF;
  border-top-left-radius: 29px;
  position: relative;
  margin-bottom: 25px;
}

.title_index a {
  color: #4b4b4b;
  font-size: 14px;
  font-family: "Mulish-Regular";
  text-transform: capitalize;
}

.title_index a:hover {
  color: #4ed0ff;
  letter-spacing: 2px;
}

.title_index a {
  transition: all 0.3s;
}

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

.partner-item a {
  border: 1px solid #ffffff;
  display: block;
  transition: all 0.3s;
}

.partner-item:hover a {
  border: 1px solid #2a97bc;
}

section.product_list {
  background: #94E3FF;
  position: relative;
  padding: 45px 0 35px;
}

.title_index2 h2 {
  font-size: 24px;
  font-family: "Mulish-Bold";
  color: #01528C;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.title_index2 h2 img {
  margin-right: 8px;
}

.title_index2 a {
  color: #01528C;
  font-size: 14px;
  font-family: "Mulish-Regular";
  text-transform: capitalize;
  transition: all 0.3s;
}

.title_index2 a:hover {
  letter-spacing: 2px;
  color: #f44336;
}

.title_index2 {
  border-bottom: 2px solid #01528C;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.product-item {
  background: #FFFFFF;
  position: relative;
  padding: 16px 13px 19px;
  border-radius: 15px;
  box-shadow: 0 2px 5px #92c0d1;
  margin: 5px;
}

.text-box h3 a {
  font-size: 16px;
  font-family: "Mulish-SemiBold";
  text-transform: capitalize;
  line-height: 21px;
}

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

.rate_product {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 9px;
}

.rate_product span {
  font-family: "Mulish-Regular";
  color: #000000;
  font-size: 14px;
  margin-left: 9px;
  position: relative;
  top: 1px;
}

span.price-new {
  font-family: "Mulish-SemiBold";
  color: #E90000;
  font-size: 15px;
  margin-right: 9px;
}

span.price-old {
  font-family: "Mulish-Regular";
  color: #8f8f8f;
  text-decoration: line-through;
}

span.price-per {
  position: absolute;
  top: 0;
  right: 0;
  background: #005b7f;
  padding: 4px 12px;
  color: #fff;
  border-bottom-left-radius: 7px;
}

.text-box {
  margin-top: 12px;
}

a.addcart.add-item {
  background: #58d3ff;
  position: relative;
  border-radius: 50px;
  padding: 5px;
}

a.addcart.add-item:hover {
  background: #005b7f;
  cursor: pointer;
}

a.addcart.add-item {
  transition: all 0.4s;
}

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

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

.title_product_list {
  background: #4ED0FF;
  color: white;
  font-size: 24px;
  font-family: "Mulish-semibold";
  text-transform: uppercase;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-left: 25px;
}

.box_product_all .title_index h2 {
  background: #4ED0FF;
  color: white;
  font-size: 24px;
  font-family: "Mulish-semibold";
  text-transform: uppercase;
  padding: 10px 32px 10px 6px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.title_product_list img {
  position: relative;
  top: -2px;
}

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

.col25 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0;
}

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

.product-item.product-item2 .image-box a {
  border-radius: 10px;
}

.product-item.product-item2 {
  padding: 5px;
  box-shadow: 0 2px 5px #d8d9d9;
}

.product-item.product-item2 .text-box {
  margin-top: 12px;
  padding: 0 6px 10px;
}

.product-item.product-item2 span.price-per {
  border-top-right-radius: 8px;
}

.product-item2 {
  margin: 5px 5px 14px 5px;
}

.box_product_all {
  margin-bottom: 40px;
}

.box_product_all:last-child {
  margin-bottom: 0px;
}

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

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

.box_hl p {
  color: #005B7F;
  font-family: "Mulish-Medium";
  text-transform: uppercase;
  font-size: 12px;
}

.cart_header a:hover {
  color: #0507f7;
}

.cart_header a {
  transition: all 0.3s;
}

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

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

.video-n-news-main {
  padding: 47px 0 52px;
  background: url(../images/tintuc-bg.png) no-repeat;
  background-size: cover;
}

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

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

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

.news-title {
  border-bottom: 1px solid #989EA4;
  margin-bottom: 24px;
}

.news-title div {
  padding-bottom: 10px;
}

.news-title h2 {
  font-family: RobotoCondensed-Bold;
  font-size: 32px;
  color: #0e0f11;
  line-height: 42px;
  text-transform: uppercase;
  border-left: 4px solid var(--main-color);
  padding-left: 16px;
}

@media screen and (max-width: 991px) {
  .news-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.news-title a {
  font-family: Roboto-Medium;
  font-size: 14px;
  color: var(--main-color);
  text-transform: uppercase;
}

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

.newsletter-main-box .header-container h2,
.newsletter-main-box .header-container p {
  color: #fff;
}

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

.newsletter-input .form-control {
  border-radius: 2px;
  border: 0.8px solid #D1D1D1;
  background: #FFF;
}

.newsletter-input textarea {
  height: 88px !important;
  resize: none;
}

.item-video-addon {
  position: relative;
}

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

.title_form {
  text-align: center;
}

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

.title_form h2:After {
  position: absolute;
  background: #2A97BC;
  width: 250px;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
}

input#fullname-newsletter {
  background: url(../img/nw1.png) center right 13px no-repeat;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  padding: 0 16px;
  font-family: "Mulish-Light";
}

input#phone-newsletter {
  background: url(../img/nw2.png) center right 13px no-repeat;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  padding: 0 16px;
  font-family: "Mulish-Light";
}

input#email-newsletter {
  background: url(../img/nw3.png) center right 13px no-repeat;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  padding: 0 16px;
  font-family: "Mulish-Light";
}

textarea#content-newsletter {
  background: url(../img/nw4.png) top 10px right 13px no-repeat;
  height: 105px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  padding: 10px 16px;
  font-family: "Mulish-Light";
}

button.readon-button {
  background: #FFA600;
  width: 100%;
  height: 46px;
  color: #fff;
  border-radius: 10px;
  font-family: "Mulish-bold";
  font-size: 14px;
  transition: all 0.3s;
  text-transform: uppercase;
}

button.readon-button img {
  margin-left: 5px;
  position: relative;
  top: -1px;
}

button.readon-button:hover {
  background: #005b7f;
}

.item-video-addon .yt {
  position: relative;
  aspect-ratio: 189/106;
}

.news_block .title_index h2 {
  padding: 10px 32px 10px 12px;
}

.news-item__text h3 a {
  font-size: 15px;
  font-family: "Mulish-SemiBold";
  color: #000000;
  text-transform: uppercase;
}

.news-item__text h3 {
  margin-bottom: 7px;
}

.news-item__text h3 {
  line-height: 22px;
}

.desc_footer {
  font-size: 14px;
  font-family: "Mulish-Regular";
  color: #6a6a6a;
  margin-bottom: 12px;
}

a.button_more {
  border-bottom: 1px solid;
  color: #2A97BC;
  font-family: "Mulish-SemiBold";
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 5px;
  transition: all 0.3s;
  display: inline-block;
}

a.button_more:hover {
  letter-spacing: 2px;
  color: #002b3c;
}

a.button_more i {
  margin-left: 4px;
}

.news-item__text {
  position: relative;
  padding: 15px 11px 18px;
}

.news-item {
  box-shadow: 0 2px 8px #d9d9d9;
  border-radius: 9px;
  margin: 8px;
}

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

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

.news-item__image {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.news_block .title_index {
  margin-bottom: 19px;
}

section.news_block {
  position: relative;
  padding-bottom: 50px;
}

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

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

.dis-item {
  margin-bottom: 14px;
}

.col-video {
  position: relative;
  padding: 0 7px;
}

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

h3.video-name {
  text-align: center;
  font-family: "Mulish-bold";
  font-size: 20px;
  margin: 10px 10px 20px;
}

a.video:hover .video-name {
  color: #b30000;
}

a.video .video-name {
  transition: all 0.3s;
}

.video-image {
  border-radius: 10px;
}

.items_brand {
  margin-bottom: 15px;
}

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

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

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

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

.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;
  font-size: 15px;
  position: relative;
  margin-right: 10px;
  font-family: "Mulish-Regular";
}

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

.footerInfo1 {
  flex: 0 0 25.69%;
  max-width: 25.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 19.38%;
  max-width: 19.38%;
}

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

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

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

.footerArticle {
  padding: 50px 0 50px;
  background: #007FAC;
}

.inf_footer p {
  color: #fff;
  font-size: 22px;
  font-family: "Mulish-SemiBold";
  text-transform: uppercase;
  margin: 26px 0 13px;
}

.name_footer h2 {
  color: #fff;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footerStatic span:after {
  position: absolute;
  background: #55d2ff;
  width: 1px;
  height: 16px;
  top: 2px;
  right: -2px;
  content: "";
}

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

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

#show_popup {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wow {
  visibility: hidden;
}

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

.article.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 !important;
  flex-wrap: wrap;
}

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.news_box {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product_box {
  position: relative;
}

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

.product__info {
  position: relative;
}

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

.product__name a {
  color: inherit;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .product__price .price__pro_new+.price__pro_old {
    margin-left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Cart Fix */
.popup-cart .total-procart {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.popup-cart .total-procart p:last-child {
  font-size: 19px;
}

.cart-fixed i {
  font-size: 20px;
  position: relative;
  z-index: 9;
}

.cart-fixed .count-cart {
  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;
}

#popup-cart .card-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1010;
  background: transparent;
  right: 0;
}

#popup-cart .cart-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#popup-cart .price-new-cart {
  color: #000;
}

#popup-cart .cart-dialog {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(120%);
  transition: transform 0.35s ease, right 0.25s ease, visibility 0s;
  z-index: 1000;
  width: 480px;
  background: #fff;
  transition: transform 0.5s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

#popup-cart .wrap-cart {
  box-shadow: none;
  border-left: 0;
  border-right: 0;
  border-color: #e7e7e7;
  height: 100%;
  position: absolute;
  overflow-y: scroll;
  left: 0;
  top: 0;
  width: 100%;
  overscroll-behavior: none;
  padding: 5px 15px;
}

#popup-cart .wrap-cart::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  border-radius: 3px;
}

#popup-cart .wrap-cart::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

#popup-cart .wrap-cart::-webkit-scrollbar-track {
  background-color: #d4d4d4;
}

#popup-cart .wrap-cart::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

#popup-cart .wrap-cart::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: #d4d4d4;
}

#popup-cart .wrap-cart::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

#popup-cart .wrap-cart::-webkit-resizer {
  background-color: #e7e7e7;
}

@media screen and (max-width: 991px) {
  #popup-cart .wrap-cart {
    padding: 5px 10px;
  }
}

#popup-cart .info-procart {
  padding-right: 0;
}

#popup-cart .link-to-cart {
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 0;
  border: 1px solid var(--main-color);
  transition: 0.4s;
}

#popup-cart .link-to-cart:hover {
  background: #fff;
  color: var(--main-color);
}

@media screen and (max-width: 991px) {
  #popup-cart .link-to-cart {
    padding: 6px 0;
  }
}

#popup-cart .buymore-cart {
  text-decoration: underline;
}

#popup-cart .procart {
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  #popup-cart .procart {
    padding: 10px 0;
  }
}

#popup-cart .quantity-counter-procart {
  border-radius: 0;
  border-color: #f9f9f9;
  margin-left: 0;
}

#popup-cart .cart-header {
  padding: 15px;
}

@media screen and (max-width: 991px) {
  #popup-cart .cart-header {
    padding: 10px;
  }
}

#popup-cart .close-cart {
  width: 25px;
  height: 25px;
  background: transparent;
  outline: none;
  border: none;
  font-size: 25px;
  color: #333;
}

#popup-cart .cart-title {
  font-size: 16px;
  color: var(--main-color);
  font-weight: bold;
}

#popup-cart .cart-footer {
  padding: 15px;
}

#popup-cart .cart-footer .total-procart {
  padding: 6px 0;
}

#popup-cart .cart-footer .total-procart p:first-child {
  font-weight: normal;
}

#popup-cart .cart-footer .total-procart p:last-child {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  #popup-cart .cart-footer {
    padding: 10px;
  }
}

#popup-cart .cart-body {
  flex-grow: 1;
  position: relative;
}

#popup-cart .del-procart {
  color: #ec2d3f;
  font-size: 15px;
  display: block;
  cursor: pointer;
  height: 15px;
  width: 15px;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 0;
}

#popup-cart.opened .cart-background {
  opacity: 1;
  visibility: visible;
}

#popup-cart.opened .card-cover {
  left: 0 !important;
  transition-delay: 0s;
}

#popup-cart.opened .cart-dialog {
  width: 480px;
  transform: translateX(0);
  transition-delay: 0.1s;
  transition-duration: 0.3s;
  transition: transform 0.35s ease, right 0.25s ease, visibility 0s;
  right: 0;
}

@media screen and (max-width: 991px) {
  #popup-cart.opened .cart-dialog {
    width: 85%;
    max-width: 450px;
  }
}

.no-cart {
  padding: 15px 10px;
  border-top: 1px solid #f9f9f9;
}

.no-cart p {
  margin: 10px 0;
}

.no-cart a {
  display: inline-block;
  color: #1a73e8;
  text-decoration: underline;
}

.no-cart .form-search {
  width: 50%;
  margin: 30px auto 0 auto;
  position: relative;
}

.no-cart input {
  width: 100%;
  height: 40px;
  outline: none;
  border: 1px solid #ccc;
  padding: 0 40px 0 20px;
}

.no-cart button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  outline: none;
  border: 1px solid #ccc;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .no-cart .form-search {
    width: 100%;
  }
}

.buymore-cart {
  color: var(--main-color);
  cursor: pointer;
  margin: 0px;
}

.buymore-cart i {
  margin-right: 2px;
  margin-top: 5px;
  vertical-align: top;
  font-size: 12px;
}

.wrap-cart {
  padding: 20px 15px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 991px) {
  .top-cart {
    margin-top: 2rem;
  }
}

.procart {
  padding: 15px 10px;
}

.procart+.procart {
  border-top: 1px solid #f1f1f1;
}

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

  .procart+.procart {
    border-top: 1px solid #f1f1f1;
  }
}

.top-cart .procart {
  padding: 15px 0;
}

.number-pro-cart {
  font-size: 13px;
}

@media screen and (min-width: 991px) {
  .cart-sticky {
    position: sticky;
    top: 60px;
  }
}

.pic-procart {
  position: relative;
  flex: 0 0 85px;
  -ms-flex: 0 0 85px;
  max-width: 85px;
}

.pic-procart .del-procart {
  color: #999;
  font-size: 15px;
  display: block;
  cursor: pointer;
  height: 15px;
  width: 15px;
  position: absolute;
  top: -7.5px;
  left: -7.5px;
}

.pic-procart .del-procart i {
  display: block;
}

.pic-procart .del-procart:hover {
  color: red;
}

.pic-procart img {
  display: block;
  border: 1px solid #ededed;
}

@media screen and (max-width: 991px) {
  .pic-procart {
    flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    max-width: 60px;
  }

  .pic-procart .del-procart {
    top: 0;
    left: 0;
    position: static;
    margin: 5px auto 0 auto;
  }
}

.price-info-cart strong {
  margin-right: 10px;
}

.price-info-cart del {
  font-size: 12px;
  color: #8f9bb3;
}

.name-procart a {
  font-size: 14px;
  color: #000;
  display: block;
}

.name-procart a:hover {
  color: #ec2d3f;
}

#cupponModal .modal-header,
#cupponModal .modal-body {
  padding: 10px;
}

#cupponModal button.close {
  padding: 0;
  margin: 0;
}

.properties-procart {
  display: block;
  font-size: 13px;
}

.properties-procart span {
  margin: 0 2px;
}

.properties-procart p {
  display: inline-block;
  margin-bottom: 0px;
}

.properties-procart p strong {
  font-weight: bold;
}

.quantity-counter-procart {
  border: 1px solid #f9f9f9;
  width: 90px;
  margin-top: 5px;
  height: 25px;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: stretch;
  margin-left: calc(100% - 90px);
}

.counter-procart {
  background-color: #f9f9f9;
  border: 0px;
  width: 30%;
  color: #333;
  outline: none;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
}

.counter-procart:hover,
.counter-procart:focus {
  color: #ec2d3f;
}

.counter-procart:disabled,
.counter-procart:disabled:hover {
  color: #ccc;
  cursor: not-allowed;
}

.counter-procart-minus {
  line-height: 25px;
}

.counter-procart-plus {
  line-height: 25px;
}

.quantity-counter-procart .quantity-procart {
  width: 40%;
  box-sizing: border-box;
  border: 0px;
  border-right: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  outline: none;
  box-shadow: none;
  padding: 0px;
  color: #333;
  text-align: center;
}

.price-procart {
  flex: 0 0 95px;
  -ms-flex: 0 0 95px;
  max-width: 95px;
  text-align: right;
}

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

@media screen and (max-width: 767px) {
  .info-procart {
    padding: 0 10px;
  }
}

.price-new-cart {
  color: #ec2d3f;
  margin-bottom: 0px;
  font-weight: bold;
}

.price-old-cart {
  color: #999;
  text-decoration: line-through;
}

.total-procart {
  padding: 5px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.total-procart p {
  font-weight: bold;
}

.total-procart p:last-child {
  color: #ec2d3f;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .total-procart p:last-child {
    font-size: 16px;
  }
}

hr.hr-md {
  margin: 0.5rem 0;
}

.link-to-payment {
  display: block;
  background: var(--main-color);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 5px;
  text-align: center;
  font-weight: bold;
  border-radius: 0;
  transition: 0.4s;
  border-radius: 5px;
  border: 1px solid var(--main-color);
  margin-top: 15px;
}

.link-to-payment:hover {
  background: #fff;
  color: var(--main-color);
}

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

.cover-list-pro {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .cover-list-pro {
    border-radius: 0;
    box-shadow: none;
  }
}

.section-cart {
  background: #fff;
  border-radius: 5px;
}

.section-cart.bot {
  padding: 15px;
}

.section-cart.bot {
  border-radius: 0 0 5px 5px;
}

.section-cart h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #eae4e8;
  color: var(--main-color);
}

.section-cart>p {
  font-size: 14px;
  margin-bottom: 15px;
}

.section-cart .counter-cart {
  font-weight: bold;
}

.section-cart .list-procart {
  padding: 8px;
  border: 2px solid #eae4e8;
  overflow: hidden;
  border-radius: 8px;
}

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

  .section-cart.bot,
  .section-cart.top {
    padding: 0;
  }

  .section-cart h4 {
    font-size: 15px;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
  }

  .section-cart>p {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .section-cart .list-procart {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}

.title-cart {
  font-size: 16px;
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  margin-bottom: 15px;
}

.title-cart a {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .title-cart {
    font-size: 15px;
  }
}

.procart.procart-label {
  background: var(--main-color);
  font-weight: bold;
  color: #fff;
  padding: 10px;
}

.input-cart {
  margin-bottom: 0.5rem;
  position: relative;
}

.input-cart textarea {
  resize: none;
  height: 100px;
}

.input-cart select {
  cursor: pointer;
}

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

  .input-cart input,
  .input-cart select,
  .input-cart textarea {
    font-size: inherit !important;
  }
}

.payments-cart {
  text-align: left;
  margin-bottom: 5px;
  min-height: auto;
}

.payments-cart:last-child {
  margin-bottom: 0px;
}

.payments-cart input {
  top: calc(50% - 0.625rem);
}

.payments-label {
  cursor: pointer;
  background: #eee;
  display: block;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 0px;
  color: #313131 !important;
}

.payments-label::before,
.payments-label::after {
  top: calc(50% - 0.5rem);
}

.payments-label.active {
  background: #ec2d3f;
  color: #ffffff !important;
}

.payments-info {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  background: #f5efef;
  border-radius: 5px;
}

.payments-info p {
  margin-bottom: 1em;
}

.payments-info.active {
  padding: 10px 15px;
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.btn-cart {
  background: var(--main-color);
  color: #fff;
  font-size: inherit;
  border: 1px solid var(--main-color);
  text-transform: uppercase;
  font-weight: bold;
  height: 40px;
}

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

@media screen and (max-width: 991px) {
  .btn-cart {
    height: 35px;
  }
}

.empty-cart {
  padding: 25px 30px;
  display: block;
  text-align: center;
  color: #23527c !important;
  width: 100%;
}

.empty-cart i {
  color: red;
  font-size: 70px;
}

.empty-cart p {
  margin: 15px 0px;
  color: #333;
  font-size: 18px;
}

.empty-cart span {
  display: inline-block;
  border: 1px solid #2e9ef2;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  max-width: 325px;
}

.color-pro-detail {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 4px;
  border: 1px solid #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}

.color-pro-detail::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 50%;
}

.color-pro-detail.active::after {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.color-pro-detail:hover .color-tooltip {
  display: block;
}

.size-pro-detail,
.capacity-pro-detail,
.origin-pro-detail {
  cursor: pointer;
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding: 3px 10px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.size-pro-detail+.size-pro-detail,
.capacity-pro-detail+.capacity-pro-detail,
.origin-pro-detail+.origin-pro-detail {
  margin-left: 5px;
}

.size-pro-detail.active,
.capacity-pro-detail.active,
.origin-pro-detail.active {
  border-color: #000;
  color: #000;
}

.size-pro-detail.active::before,
.capacity-pro-detail.active::before,
.origin-pro-detail.active::before {
  content: "";
  padding: 4px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: -15px;
  right: -13px;
  background: #080808;
  width: 26px;
  height: 24px;
  transform: rotate(45deg);
  border-radius: 100%;
}

.size-pro-detail.active::after,
.capacity-pro-detail.active::after,
.origin-pro-detail.active::after {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0;
  width: 6px;
  height: 6px;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio],
.capacity-pro-detail input[type=radio],
.origin-pro-detail input[type=radio] {
  display: none;
}

.quantity-pro-detail {
  width: 100%;
  max-width: 130px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.quantity-pro-detail span {
  padding: 0px;
  width: 44px;
  height: 44px;
  color: #a4aaaf;
  cursor: pointer;
  border: 1px solid #ced4da;
  background: #fff;
}

.quantity-pro-detail span i {
  line-height: 44px;
  font-size: 14px;
  width: 44px;
  height: 44px;
  transition: 0.3s;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
  border-radius: 0 5px 5px 0;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
  border-radius: 5px 0 0 5px;
}

.quantity-pro-detail span:hover i {
  color: #000;
}

.quantity-pro-detail input {
  height: 44px;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  width: calc(100% - 88px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

@media screen and (max-width: 991px) {
  .quantity-pro-detail {
    max-width: 105px;
  }

  .quantity-pro-detail span {
    width: 35px;
    height: 35px;
  }

  .quantity-pro-detail span i {
    line-height: 35px;
    width: 35px;
    height: 35px;
  }

  .quantity-pro-detail input {
    height: 35px;
    width: calc(100% - 70px);
  }
}

.group-quantity-pro-detail {
  width: 130px;
}

@media screen and (max-width: 991px) {
  .group-quantity-pro-detail {
    width: 105px;
  }
}

.group-cart-pro-detail {
  flex: 0 0 calc(100% - 130px);
  -ms-flex: 0 0 calc(100% - 130px);
  max-width: calc(100% - 130px);
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .group-cart-pro-detail {
    flex: 0 0 calc(100% - 105px);
    -ms-flex: 0 0 calc(100% - 105px);
    max-width: calc(100% - 105px);
  }
}

.cart-pro-detail a {
  text-transform: uppercase;
  display: block;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
  border: 1px solid #000;
  background: #fff;
  font-weight: bold;
  line-height: 42px;
}

.cart-pro-detail a.btn-pro {
  background: #000;
  color: #fff;
}

.cart-pro-detail a.btn-pro:hover {
  color: #000;
  background: #fff;
}

.cart-pro-detail a.btn-outline-pro {
  color: #000;
}

.cart-pro-detail a.btn-outline-pro:hover {
  color: #fff;
  background: #000;
}

@media screen and (max-width: 991px) {
  .cart-pro-detail a {
    font-size: 12.5px;
    line-height: 33px;
  }
}

.cart-product {
  margin-bottom: 0px;
}

.cart-product span {
  cursor: pointer;
  width: 49%;
  float: left;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 5px;
  border-radius: 3px;
}

.cart-add {
  margin-right: 2%;
  background-color: #ec2d3f;
}

.cart-add:hover {
  background-color: #c31829;
}

.cart-buy {
  background-color: #28a745;
}

.cart-buy:hover {
  background-color: #207d36;
}

.cuppon-row p {
  padding-left: 25px;
  background: url(../images/coupon-icon.webp) no-repeat left center;
  line-height: 22px;
}

.cuppon-row a {
  color: var(--main-color);
}

.lb-header-cuppon {
  color: #F47560;
  font-weight: bold;
}

.lb-header-cuppon svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.cuppon-payment button {
  width: 100%;
  height: 42px;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
}

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

  .cuppon-payment input,
  .cuppon-payment button {
    height: 37px;
    font-size: inherit;
  }
}

.color-tooltip {
  background: #000;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 5px;
  line-height: 20px;
  transform: translate(-50%, calc(-100% - 10px));
  display: none;
}

.color-tooltip::after {
  border-style: solid;
  border-width: 3px 2.5px 0 2.5px;
  border-color: #000 transparent transparent transparent;
  background: #333333;
  content: "";
  height: 8px;
  position: absolute;
  transform: rotate(45deg);
  width: 8px;
  left: calc(50% - 4px);
  bottom: -4px;
}

.cupponBox {
  position: relative;
  background: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
  padding: 10px;
  border-radius: 5px;
  min-height: 100px;
}

.cupponBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  height: 100%;
  width: 10px;
  color: #fff;
  background-clip: padding-box;
  background: repeating-linear-gradient(#e5e5e5, #e5e5e5 5px, transparent 0, transparent 9px, #e5e5e5 0, #e5e5e5 10px) 0/1px 100% no-repeat, radial-gradient(circle at 0 7px, transparent, transparent 2px, rgba(229, 229, 229, 0.9333333333) 0, #e5e5e5 3px, currentColor 0) 1px 0/100% 10px repeat-y;
}

.cuppon__slick--items {
  padding: 7px;
}

.cuppon__slick {
  margin: 0 -7px;
}

.cupponBox_icon {
  flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  max-width: 90px;
}

.cupponBox_info {
  flex: 0 0 calc(100% - 90px);
  -ms-flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
  padding-left: 10px;
}

.cupponBox_info h3 {
  font-size: 15px;
  font-weight: bold;
  color: var(--main-color);
  transition: 0.3s;
}

.cupponBox_info p {
  margin: 4px 0;
}

.cupponBox_info button {
  padding: 2px 15px;
  display: block;
  font-size: 12px;
  background: var(--main-color);
  color: #fff;
  line-height: 24px;
  height: 24px;
  border-radius: 12px;
}

.cupponBox_info a {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .cupponBox_info h3 {
    font-size: 14px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}

.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}

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

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

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

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

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

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

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

.support-online a {
  position: relative;
  text-align: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  background: #007FAC;
  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(0, 127, 172, 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(0, 127, 172, 0.4);
  opacity: 0.1;
  border-color: var(--main-color);
  opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

.goTop:hover {
  background: black;
}

/* Scroll Top */
.goTop {
  width: 45px;
  height: 45px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  bottom: 75px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #007FAC;
  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: #007FAC;
  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(0, 127, 172, 0.5);
  animation: squares 3s linear 0s infinite;
  opacity: 0;
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    transform: scaleX(1);
  }
}

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

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

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

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

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

.zoomIn {
  animation-name: customzoomIn;
}

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

  50% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

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

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

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

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

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=main.css.map */
@media screen and (max-width: 991px) {
  .items_slider {
    padding-left: 0;
  }

  .rip {
    display: none;
  }

  body {
    font-size: 13px;
  }

  section.section-slider .wrapper {
    padding: 0;
  }

  .title_index {
    border-top: unset;
    border-top-left-radius: 50px;
    position: relative;
    margin-bottom: 25px;
    display: block !important;
    text-align: center;
    border-top-right-radius: 50px;
  }
  .partner-item a {
    border: 1px solid #ffffff;
    margin: 2px;
}
  .title_index a {
    margin-top: 20px !important;
    display: inline-block;
  }.slide-right {
    margin: 0 5px;
}
  .slideshow-right-item .slideshow-image {
    margin-bottom: 7px;
    display: block;
    padding: 8px 5px;
}
  .col25 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 3px;
  }

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

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

  .title_product_list {
    background: #4ED0FF;
    color: white;
    font-size: 21px;
    padding-left: 25px;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
  }

  .brand_owl .title_index h2 {
    font-size: 21px;
    border-radius: 50px;
    margin-bottom: 13px;
  }
}