@charset "UTF-8";
@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-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-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: #00afde;
  --sec-color: #ec2d3f;
  --thir-color: #6c757d;
  --four-color: #fbad37;
  --hover-color: #00afde;
  --footer-color: #fff;
  --main-font: Mulish-Regular;
  --title-font: Mulish-Bold;
  --animate-delay: 0.5s;
}

body {
  font-family: "Mulish-Regular";
  margin: 0;
  font-size: 14px;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  min-width: 1230px;
  top: 0 !important;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 13px;
  }
}
body::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar-track {
  background-color: #00afde;
}
body::-webkit-scrollbar-track-piece {
  background-color: #e1e1e1;
}
body::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #00afde;
  border-radius: 3px;
}
body::-webkit-scrollbar-corner {
  background-color: #e1e1e1;
}

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

a {
  color: inherit;
  transition: 0.3s;
}
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: 1230px;
  }
}

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

#fix .headerBottom {
  background: transparent;
  position: relative;
}
#fix .headerBottom .logo-header {
  transform: scale(1);
  width: 130px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
#fix .headerBottom .logo-header::before {
  content: "";
  background: #fff;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 100%;
  opacity: 0.3;
}
#fix .headerBottom .logo-header::after {
  content: "";
  background: #fff;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  opacity: 0.3;
}
#fix .headerBottom .logo-header--container {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#fix .headerBottom .logo-header.logo_canvar {
  background: #fff;
}
#fix .headerBottom .logo-header.logo_canvar canvas {
  transition: 0.3s ease-out;
  transform: scale(0.6);
}
#fix .headerBottom .logo-header img {
  max-height: 120px;
}

.menu .right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
.menu .right .social-header {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu .right .social-header li a {
  padding: 0;
}
.menu .right .lang {
  position: relative;
}
.menu .right .lang .title {
  padding: 3px 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.menu .right .lang .title:hover {
  background: #00afde;
  border-color: #00afde;
}
.menu .right .lang .title img {
  margin-right: 10px;
}
.menu .right .lang #flags {
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: calc(100% + 10px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.menu .right .lang #flags li a {
  padding: 0;
}
.menu .right .lang #flags li a img {
  margin-right: 5px;
  max-width: 25px;
}
.menu .right .lang #flags li:hover a {
  transform: translateX(5px);
}
.menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu ul.primary-menu {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu ul.primary-menu > li {
  text-align: center;
}
.menu ul.primary-menu > li > a {
  white-space: nowrap;
  padding: 0px 21px !important;
  font-family: "Mulish-Regular";
  font-size: 15px;
  color: #fff;
  line-height: 85px;
  text-transform: uppercase;
}
.menu ul.primary-menu > li > a i {
  font-size: 20px;
}
.menu ul li {
  position: relative;
  z-index: 1;
}
.menu ul li a {
  display: block;
  position: relative;
  font-size: 13px;
  color: #00afde;
  padding: 12px 12px 11px 12px;
  text-decoration: none !important;
}
.menu ul li a.has-child {
  padding-right: 16px;
  margin-right: 8px;
}
.menu ul li a.has-child::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 2px);
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #fafafa;
  border-top: 0px;
  border-left: 0px;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
}

.menu ul li a.active,
.menu ul li:hover > a {
  color: #00afde;
}

.menu ul li:hover > a.has-child:after,
.menu ul li a.active.has-child:after {
  color: #00afde;
}

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  background-color: #fafafa;
  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;
}

.menu ul li:hover > ul {
  transform: perspective(600px) rotateX(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}

.menu ul li ul li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.menu ul li ul li a {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #313131;
  border-bottom: 1px solid #ececec;
}

.menu ul li ul li:last-child > a {
  border-bottom: 0px;
}

.menu ul li ul li a.has-child {
  margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
  border-color: #313131;
  transform: rotate(-45deg);
}

.menu ul li ul li a.active,
.menu ul li ul li:hover > a {
  color: #00afde;
}

.menu ul li ul li:hover > a.has-child:after,
.menu ul li ul li a.active.has-child:after {
  border-color: #00afde;
}

.menu ul li ul li a {
  padding: 10px 0px 9px 0px;
  text-transform: capitalize;
}

.menu ul li ul li ul {
  top: 0;
  left: 100%;
  margin-top: 0px;
}

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

#hamburger {
  display: block;
  width: 35px;
  height: 20px;
  position: relative;
}
#hamburger::before, #hamburger::after,
#hamburger span {
  background: #00afde;
  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: 50%;
  transform: translateY(-50%);
}
#hamburger::after {
  bottom: 0;
}

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

.contact-mmobile {
  color: #000 !important;
}

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

.menu-m {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1230px) {
  .menu-m {
    padding: 5px 0;
  }
}
.menu-m .menu-m-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-m .menu-m-inside img {
  max-height: 55px;
}

/* mmenu */
.mm-listitem > a {
  border-bottom: 1px solid #f0f0f0;
}

.mm-btn:after,
.mm-btn:before {
  border: 1px solid var(--mm-color-button);
  border-bottom: none;
  border-right: none;
}

/* header mobi */
.header-mmenu {
  display: none;
}

/* Search Responsive */
.search-res {
  position: relative;
}
.search-res .icon-search {
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 17px;
  margin: 0px;
}
.search-res .icon-search.active {
  color: #fff;
  background: #00afde;
  border-radius: 100%;
}
.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #00afde;
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
  transition: 0.3s;
}
.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: #ec2d3f;
}
.search-res .search-grid input::-moz-placeholder {
  color: #ccc;
}
.search-res .search-grid input::placeholder {
  color: #ccc;
}
.search-res .search-grid button {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--main-color);
  line-height: 38px;
  text-align: center;
  background: #fff;
}
.search-res .search-grid.active {
  opacity: 1;
  width: 230px;
}

#header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}
#header.inside .logo-header {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  transform: scale(0.7) translateY(-15%);
}
#header.inside .logo-header::before, #header.inside .logo-header::after {
  opacity: 0;
}
#header.inside .logo-header--container {
  top: 0;
}

/*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*/
.slideshow--content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.slideshow--content .xemthem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  min-width: 160px;
  min-height: 45px;
  background: transparent;
  border-radius: 0;
  font-family: "Mulish-Black";
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  margin-top: 40px;
}
.slideshow--content .xemthem:hover {
  text-decoration: none;
  background: #00afde;
  color: #fff;
  border-color: #212529;
}

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

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

.widthBox {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  width: 1230px;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
body {
  margin: 0px;
  padding: 0px;
}

.row-50 {
  margin: 0 -25px;
}

.padding-50 {
  padding: 0 25px;
}

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

.padding-20 {
  padding: 0 10px;
}

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

.padding-10 {
  padding: 0 5px;
}

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

.padding-0 {
  padding: 0 0px;
}

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

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

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

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

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

.box__product {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.box__product .numb2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  pointer-events: none !important;
}
.box__product:hover .numb2 {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.box__product--pic {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ededed;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.box__product--pic .hover-scale {
  position: relative;
}
.box__product--content {
  position: relative;
  padding: 15px 0 0 0;
}
.box__product--name {
  font-family: "Mulish-Regular";
  font-size: 16px;
  color: black;
}
.box__product--name:hover {
  color: #00afde;
}
.box__product--price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.box__product--regular {
  font-family: "Mulish-Bold";
  font-size: 18px;
  color: black;
}
.box__product--sale {
  font-family: "Mulish-Regular";
  font-size: 15px;
  color: #ccc;
  text-decoration: line-through;
}
.box__product--null {
  font-family: "Mulish-Bold";
  font-size: 18px;
  color: black;
}
.box__product--null:hover {
  color: #ec2d3f;
}
.box__product--discount {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Mulish-Regular";
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 25px;
  width: 40px;
  height: 40px;
  background: url(../images/icon/icon-dc.png) center no-repeat;
  pointer-events: none;
}
.box__product--status {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Mulish-Regular";
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 60px;
  right: 15px;
  line-height: 25px;
  width: 40px;
  height: 40px;
  background: url(../images/icon/icon-dc.png) center no-repeat;
  pointer-events: none;
}

.ul-tabs-pro-detail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
}
.ul-tabs-pro-detail li {
  font-family: "Mulish-Regular";
  font-size: 16px;
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px;
  padding: 0 20px;
  margin: 0px 5px 10px 5px;
  border-radius: 20px;
  cursor: pointer;
}
.ul-tabs-pro-detail li.active, .ul-tabs-pro-detail li:hover {
  color: black;
  background: #00afde;
}

.content-tabs-pro-detail {
  display: none;
  position: relative;
}
.content-tabs-pro-detail.active {
  display: block;
}

.gioithieu {
  padding: 60px 0;
  background: url(../images/bg-gioithieu.png) center no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gioithieu {
    padding: 30px 0;
  }
}
.gioithieu--container {
  display: flex;
  align-items: center;
  height: 100%;
}
.gioithieu--title {
  margin-bottom: 30px;
}
.gioithieu--title p {
  font-family: "Mulish-Regular";
  font-size: 17px;
  color: #333333;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.gioithieu--title p::after {
  content: "";
  background: #00afde;
  width: 1230px;
  height: 2px;
  position: absolute;
  right: calc(100% - 15px);
  top: 50%;
  transform: translateY(-50%);
}
.gioithieu--title h2 {
  font-family: "Mulish-Black";
  font-size: 28px;
  color: #00afde;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.gioithieu--title h2 span {
  color: #212529;
}
.gioithieu--title > span {
  text-transform: capitalize;
  font-family: "Mulish-Medium";
}
.gioithieu--desc {
  margin-bottom: 40px;
}
.gioithieu .btn--gioithieu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  min-width: 140px;
  min-height: 40px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.7);
  font-family: "Mulish-Black";
  font-size: 16px;
  color: #212529;
  text-transform: uppercase;
}
.gioithieu .btn--gioithieu:hover {
  text-decoration: none;
  background: #00afde;
  color: #fff;
}

/* Dự án */
.duan {
  padding: 60px 0;
  background: #eeeeee center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .duan {
    padding: 30px 0;
  }
}
.duan #duanContent {
  margin: -15px 0;
}
.duan .xemthem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  min-width: 205px;
  min-height: 50px;
  background: #00afde;
  font-family: "Mulish-Bold";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  z-index: 2;
}
.duan .xemthem:hover {
  text-decoration: none;
  background: #00afde;
  color: #fff;
}
.duan .xemthem:hover {
  background: #ec2d3f;
}
.duan .xemthem::after {
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border: 1px solid #00afde;
  z-index: -1;
}
.duan .xemthem i {
  margin-left: 10px;
}
.duan .nav {
  border: unset;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
.duan .nav .nav-item {
  position: relative;
  z-index: 2;
}
.duan .nav .nav-item:not(:last-child)::after {
  content: "";
  background: #d8d8d8;
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.duan .nav .nav-item .nav-link {
  border: unset;
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: #212529;
  text-transform: uppercase;
  border-radius: unset !important;
}
.duan .nav .nav-item .nav-link.active {
  background: #00afde;
  color: #fff;
}

.box__duan {
  position: relative;
  background: #fff;
  margin: 15px 0;
  transition: 0.3s;
}
.box__duan:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
}
.box__duan--pic {
  position: relative;
  flex-shrink: 0;
}
.box__duan--content {
  padding: 15px;
  text-align: center;
}
.box__duan--name {
  font-family: "Mulish-Medium";
  font-size: 14px;
  color: #212529;
}
.box__duan--name:hover {
  color: #00afde;
}

.tieuchi {
  padding: 40px 0;
  background: #00afde center no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tieuchi {
    padding: 20px 0;
  }
}

.box__tieuchi {
  text-align: center;
  position: relative;
}
.box__tieuchi::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 75px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(1px);
  right: 0;
  opacity: 0.2;
}
.box__tieuchi--pic {
  position: relative;
  flex-shrink: 0;
}
.box__tieuchi--content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.box__tieuchi--content .counter {
  font-family: "Mulish-Black";
  font-size: 56px;
  color: #fff;
}
.box__tieuchi--desc {
  font-family: "Mulish-Regular";
  font-size: 48px;
  color: #fff;
}
.box__tieuchi--name {
  font-family: "Mulish-Regular";
  font-size: 18px;
  color: #fff;
}
.box__tieuchi--name:hover {
  color: #ec2d3f;
}

.quytrinh {
  padding: 80px 0;
  background: url(../images/bg-quytrinh.png) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .quytrinh {
    padding: 40px 0;
  }
}
.quytrinh .titleMain {
  margin-bottom: 60px;
}
.quytrinh .quytrinh-nav {
  max-width: 920px;
  margin: 0 auto;
}
.quytrinh--container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.quytrinh--content {
  margin-top: 25px;
}
.quytrinh--content p {
  font-family: "Mulish-Regular";
  font-size: 16px;
  color: #fff;
}

.box__quytrinh {
  width: 170px !important;
  height: 170px;
  border-radius: 100rem;
  border: 1px solid #00afde;
  position: relative;
  margin: 0 30px;
  margin-bottom: 50px;
  cursor: pointer;
  position: relative;
}
.box__quytrinh::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.box__quytrinh:hover, .box__quytrinh.slick-current {
  border-color: #fff;
}
.box__quytrinh:hover .box__quytrinh--mask, .box__quytrinh.slick-current .box__quytrinh--mask {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}
.box__quytrinh--mask {
  background: #00afde;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  z-index: 2;
  border-radius: 100rem;
}
.box__quytrinh--mask .numb {
  font-family: "Mulish-Regular";
  font-size: 110px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
}
.box__quytrinh--mask .name {
  position: absolute;
  font-family: "Mulish-Regular";
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.box__quytrinh--content .numb {
  position: absolute;
  font-family: "Mulish-Regular";
  font-size: 24px;
  color: #fff;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.box__quytrinh--content h3 {
  font-family: "Mulish-Black";
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 15px;
}

.taisao {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .taisao {
    padding: 40px 0;
  }
}
.taisao .titleMain {
  margin-bottom: 40px;
}

.box__taisao {
  position: relative;
  text-align: center;
}
.box__taisao--pic {
  width: 150px;
  height: 150px;
  border-radius: 100rem;
  border: 1px solid #ccc;
  margin: 0 auto;
}
.box__taisao--container {
  padding-top: 35px;
}
.box__taisao--content {
  margin-top: 15px;
  padding-top: 25px;
  position: relative;
}
.box__taisao--content::after {
  content: "";
  background: #00afde;
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.box__taisao--content p {
  line-height: 24px;
  font-family: "Mulish-Medium";
  font-size: 15px;
  color: #212529;
}
.box__taisao--name {
  font-family: "Mulish-Black";
  font-size: 16px;
  color: #212529;
  text-transform: uppercase;
}
.box__taisao--name:hover {
  color: #00afde;
}

.trainghiem {
  padding: 80px 0;
  background: url(../images/bg-trainghiem.png) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .trainghiem {
    padding: 40px 0;
  }
}

.box__trainghiem {
  position: relative;
  text-align: center;
}
.box__trainghiem--pic {
  position: relative;
  flex-shrink: 0;
  margin-top: -35px;
  margin-bottom: 10px;
}
.box__trainghiem--pic .hover-scale {
  border-radius: 100rem;
  border: 3px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  box-shadow: 0 2px 3px rgba(0, 175, 222, 0.5);
}
.box__trainghiem--content {
  padding: 35px 30px;
  padding-bottom: 50px;
  background: #fff;
  text-align: left;
  font-family: "Mulish-Regular";
  font-size: 15px;
  color: #212529;
  line-height: 26px;
  position: relative;
}
.box__trainghiem--content img {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-bottom: 20px;
}
.box__trainghiem--content::after {
  content: "";
  background: url(../images/abs-trainghiem.png);
  width: 100%;
  height: 66px;
  background-size: 100% 100%;
  position: absolute;
  top: 99%;
  left: 0;
  pointer-events: none;
}
.box__trainghiem--name {
  font-family: "Mulish-Black";
  font-size: 15px;
  color: #212529;
}
.box__trainghiem--name:hover {
  color: #00afde;
}

.tintuc__doitac {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .tintuc__doitac {
    padding: 35px 0;
  }
}
.tintuc__doitac .title {
  margin-bottom: 20px;
}
.tintuc__doitac .title h2 {
  font-family: "Mulish-Black";
  font-size: 32px;
  color: #212529;
  text-transform: uppercase;
  padding-bottom: 20px;
  background: url(../images/icon/title-tt.png) bottom left no-repeat;
}
.tintuc__doitac .title p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
}
.tintuc__doitac .doitac .hover-scale {
  filter: grayscale(1);
  transition: 0.3s;
}
.tintuc__doitac .doitac .hover-scale:hover {
  filter: grayscale(0);
}
.tintuc__doitac .doitac .row-0 {
  border-right: 1px dashed #ccc;
  transform: translateX(1px);
}
.tintuc__doitac .doitac .row-0 .col-12:first-child {
  border-bottom: 1px dashed #ccc;
}

.box__tintuc {
  position: relative;
}
.box__tintuc--pic {
  position: relative;
  flex-shrink: 0;
}
.box__tintuc--content {
  padding: 15px 0;
}
.box__tintuc--name {
  font-family: "Mulish-Black";
  font-size: 16px;
  color: #212529;
  margin-bottom: 5px;
}
.box__tintuc--name:hover {
  color: #00afde;
}
.box__tintuc--date {
  margin-bottom: 5px;
}
.box__tintuc--date img {
  margin-right: 5px;
}
.box__tintuc--date p {
  font-size: 12px;
  font-family: "Mulish-Medium";
}
.box__tintuc--desc {
  font-family: "Mulish-Regular";
  font-size: 15px;
  color: #212529;
  line-height: 24px;
}

.footer--content p {
  color: #fff;
  font-family: "Mulish-Regular";
}
.footer--logo {
  display: block;
  margin-bottom: 20px;
}

#footer {
  background: url(../images/bg-footer.png) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}
#footer .footerArticle {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #footer .footerArticle {
    padding: 40px 0;
  }
}
#footer .col-12 h2 {
  text-align: center;
  font-family: "Mulish-Black";
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#footer .item {
  margin-bottom: 25px;
}
#footer .item p {
  font-family: "Mulish-Regular";
  font-size: 13px;
  color: #fff;
}
#footer .item a {
  font-family: "Mulish-SemiBold";
  font-size: 16px;
  color: #fff;
}
#footer .item a:hover {
  color: yellow;
}

.titleFooter {
  font-family: "Mulish-Black";
  font-size: 18px;
  color: #00afde;
  position: relative;
  margin-bottom: 30px;
}

.ul-social {
  list-style-type: none;
  display: flex;
  gap: 15px;
}
.ul-social li {
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}
.ul-social li:hover {
  background: #00afde;
}

.ul-news {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  list-style-type: unset;
  row-gap: 10px;
}
.ul-news li a {
  font-family: "Mulish-Regular";
  font-size: 15px;
  color: #fff;
  transition: 0.3s;
}
.ul-news li a:hover {
  color: yellow;
}

.footerPowered {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.footerPowered .widthBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
.footerPowered .footer-copyright {
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: #fff;
  text-align: right;
}
.footerPowered .footer-copyright span {
  font-family: "Mulish-Bold";
  text-transform: uppercase;
}
.footerPowered .footer-copyright a:hover {
  color: #00afde;
}
.footerPowered .footer-statistic {
  display: inline-block;
  text-align: right;
}
.footerPowered .footer-statistic span {
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
  color: #fff;
}
.footerPowered .footer-statistic span:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}

.footerMap iframe {
  display: block;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 991px) {
  .footerMap {
    margin-bottom: 55px;
  }
}

.newsletter .text-newsletter {
  border-radius: unset;
  height: 40px;
  background: transparent !important;
  color: #fff;
  margin: 15px 0;
}
.newsletter .text-area {
  min-height: 65px;
}
.newsletter--title {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
.newsletter--title h2 {
  font-family: "Mulish-Bold";
  font-size: 48px;
  color: #00afde;
}
.newsletter--title p {
  font-family: "Mulish-Regular";
  font-size: 18px;
  color: #686868;
}
.newsletter .submit-newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  min-width: 225px;
  min-height: 40px;
  background: #00afde;
  font-family: "Mulish-Black";
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
}
.newsletter .submit-newsletter:hover {
  text-decoration: none;
  background: #00afde;
  color: #fff;
}
.newsletter .submit-newsletter:hover {
  background: #ec2d3f;
}
.newsletter ::-webkit-input-placeholder {
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: #ccc;
}
.newsletter ::-moz-placeholder {
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: #ccc;
}
.newsletter :-ms-input-placeholder {
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: #ccc;
}
.newsletter :-moz-placeholder {
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: #ccc;
}

#show_popup {
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  #show_popup {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  #show_popup {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 576px) {
  #show_popup {
    transform: scale(0.6);
  }
}

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

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

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

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

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

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

.wow {
  visibility: hidden;
}

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

.article table {
  width: 100%;
}

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

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

.text-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 {
  overflow: hidden;
  display: block;
}
.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;
}

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

/* Panel */
/* Boostrap */
.alert-warning strong {
  font-family: "Mulish-Bold";
  font-weight: unset;
}

/* GG Dịch không có lá cờ */
#google_translate_element {
  position: absolute;
  z-index: 999;
  opacity: 0;
}

.skiptranslate {
  display: none;
}

a[aria-haspopup=true] {
  pointer-events: none;
}

/* Nav tab slider */
.list .tab-content > .tab-pane {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: block !important;
}

.list .tab-content > .tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

/* 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__name {
  margin: 15px 0 7px 0;
  color: #000;
}
.news__name a {
  color: inherit;
}
.news__name.text-split {
  -webkit-line-clamp: 2;
}

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

.box.news {
  position: relative;
}
.box.news--pic {
  position: relative;
  display: block;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.box.news--abs__date {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 5px;
  background: yellowgreen;
  display: inline-block;
  border-bottom-right-radius: 20px;
  pointer-events: none;
}
.box.news--abs__date p {
  font-family: "Mulish-Regular";
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}
.box.news--abs__date span {
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: #fff;
}
.box.news--content {
  padding: 15px 0;
}
.box.news--name {
  font-family: "Mulish-Bold";
  font-size: 16px;
  color: black;
}
.box.news--name:hover {
  color: #00afde;
}
.box.news--date {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.box.news--date p {
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: #6b6b6b;
}
.box.news--date p img {
  margin-right: 5px;
}
.box.news--desc {
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: black;
  margin-bottom: 10px;
}
.box.news--btn {
  font-family: "Mulish-Bold";
  font-size: 14px;
  color: #00afde;
}
.box.news--btn:hover {
  color: #ec2d3f;
}

.section-quy-trinh {
  padding: 80px 0;
  background: url(../images/bg-quytrinh.png) center no-repeat;
  background-size: cover;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .section-quy-trinh {
    padding: 40px 0;
  }
}
.section-quy-trinh .quytrinh {
  background: unset;
}

.breadcrumb {
  margin: 0;
}

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

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

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

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

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

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

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

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

.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;
  margin-bottom: 10px;
  font-family: "Mulish-Bold";
  font-size: 22px;
  color: #212529;
}

.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-family: "Mulish-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;
  margin-bottom: 15px;
}
.attr-pro-detail li {
  margin-bottom: 15px;
}
.attr-pro-detail li:last-child {
  margin-bottom: 0;
}

.attr-label-pro-detail {
  display: block;
  margin-bottom: 6px;
  font-family: "Mulish-Bold";
  font-size: 14px;
  color: #212529;
}

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

.price-new-pro-detail {
  font-family: "Mulish-Bold";
  font-size: 20px;
  color: #ec2d3f;
}

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

.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-family: "Mulish-Bold";
}
.tabs-pro-detail .nav-tabs .nav-item .nav-link:hover {
  font-family: "Mulish-Bold";
  color: #333;
}
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  font-family: "Mulish-Bold";
  border-bottom-color: #555555;
}

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

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

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

.box:hover h3,
.box:hover a {
  color: #ec2d3f !important;
}
.box.photo {
  text-align: center;
}
.box.photo .hover-scale {
  border-radius: 5px;
}
.box.photo .name {
  font-family: "Mulish-Bold";
  font-size: 15px;
  color: #00afde;
  display: block;
  margin-top: 10px;
}

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

.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
}
.title-main h2 {
  text-transform: uppercase;
  font-family: "Mulish-Bold";
  font-size: 24px;
  color: #00afde;
}

.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-family: "Mulish-Bold";
  font-size: 36px;
  color: #00afde;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .header-container h2 {
    font-size: 24px;
  }
}

.titleMain {
  margin-bottom: 24px;
  text-align: center;
}
.titleMain h2 {
  font-family: "Mulish-Black";
  font-size: 32px;
  color: #212529;
  text-transform: uppercase;
  padding-bottom: 20px;
  background: url(../images/icon/title-main.png) center bottom no-repeat;
}
.titleMain p {
  font-family: "Mulish-Regular";
  font-size: 16px;
  color: #212529;
  margin-top: 10px;
}
.titleMain.white h2 {
  color: #fff;
}

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

/* 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*/
.social_fixed {
  position: fixed;
  right: 25px;
  bottom: 110px;
  z-index: 999999;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.support-online a {
  position: relative;
  text-align: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  background: #00afde;
  transition: 0.3s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.support-online a:not(.cart-fixed) {
  animation: hueRotate infinite 600s;
}
.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, 175, 222, 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, 175, 222, 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;
  color: #fff;
  z-index: 50;
  display: none;
  background: var(--main-color);
}
.social_fixed-phone ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}
.social_fixed-phone ul li {
  flex: 0 0 100%/4;
  -ms-flex: 0 0 100%/4;
  max-width: 100%/4;
  width: 100%;
}
.social_fixed-phone ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 1px;
  line-height: 2;
  height: 100%;
  border-left: 1px solid rgba(0, 175, 222, 0.2);
  padding-top: 3px;
}
.social_fixed-phone ul li a i {
  font-size: 19px;
}
.social_fixed-phone img {
  display: block;
  margin: 0 auto;
  height: 19px;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .social_fixed-phone {
    display: block;
  }
}

/* Scroll Top */
.goTop {
  width: 45px;
  height: 45px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00afde;
  border-radius: 100rem;
  transition: 1s;
  margin: 0 auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.goTop i {
  color: #fff;
  font-size: 22px;
}
.goTop.hide {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}

/* #mmenu */
.mobile_menu_section {
  flex-direction: column;
  padding: 10px 0;
}
.mobile_menu_section .mobile_menu_section-title {
  color: #00afde;
  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, 175, 222, 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;
  }
}
.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;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.menu-slide .col-lg-3 {
  flex: 0 0 270px;
  max-width: 270px;
}
@media screen and (max-width: 1230px) {
  .menu-slide .col-lg-3 {
    display: none;
  }
}
.menu-slide .col-lg-9 {
  flex: 0 0 calc(100% - 270px);
  max-width: calc(100% - 270px);
}
@media screen and (max-width: 1230px) {
  .menu-slide .col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.cont-menu {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.cont-menu a {
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 10px);
}

.icon-mn1 {
  margin-right: 15px;
}

.wrapper-dropdown-menu {
  position: relative;
  height: 100%;
  border: 1px solid #00afde;
}
.wrapper-dropdown-menu-slide {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}

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

.scroll-second-menu {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  max-height: calc(100% - 1px);
}

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

.second-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.second-menu > li {
  padding: 0 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  height: 50px;
}
.second-menu > li > a {
  position: relative;
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: black;
  width: 100%;
}
.second-menu > li > a img {
  max-width: 20px;
  max-height: 20px;
  margin-right: 10px;
}
.second-menu > li .sub-menu {
  left: 100%;
  top: -1px;
  height: calc(100% + 2px);
  background: #fff;
  border-top: 0;
  transform: rotate3d(0, 1, 0, 90deg);
  border: 1px solid #00afde;
}
.second-menu > li .sub-menu li {
  position: unset;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
  border-bottom: 1px solid #e1e1e1;
}
.second-menu > li:hover {
  background: #00afde;
  border-color: #00afde;
}
.second-menu > li:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, 0deg);
}
.second-menu > li:hover > a {
  color: #ec2d3f;
  text-decoration: none;
}
.second-menu .text-second-menu {
  padding: 9.2px 25px 9.2px 0;
  position: relative;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-menu {
  margin: 0;
  width: 240px;
  list-style: none;
  padding-left: 0;
  background: #fff;
  position: absolute;
  z-index: 99;
  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 a {
  position: relative;
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: black;
  text-transform: capitalize;
  width: 100%;
}
.sub-menu li a.has-child {
  padding-right: 15px;
  margin-right: 0px;
}
.sub-menu li a.has-child::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 2px);
  right: 15px;
  width: 5px;
  height: 5px;
  border: 1px solid #fafafa;
  border-top: 0px;
  border-left: 0px;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
  border-color: #313131;
  transform: rotate(-45deg);
}
.sub-menu li ul {
  left: 100%;
  top: -3px;
  margin-left: 0px;
  margin-top: 0;
  transform: rotate3d(0, 1, 0, 90deg);
}
.sub-menu > li:hover {
  background: #00afde !important;
  border-color: #00afde !important;
}
.sub-menu > li:hover > a {
  color: #ec2d3f;
  text-decoration: none;
}
.sub-menu > li:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, 0deg);
}
.sub-menu li:hover > ul {
  transform: rotate3d(0, 0, 0, 0deg);
}

.sub-menu ul li ul li:hover > a.has-child:after,
.sub-menu li a.active.has-child:after {
  border-color: #00afde;
}

.custom__scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.custom__scroll::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.custom__scroll::-webkit-scrollbar-track {
  background-color: #00afde;
}
.custom__scroll::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
.custom__scroll::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #00afde;
  border-radius: 3px;
}
.custom__scroll::-webkit-scrollbar-corner {
  background-color: #ffffff;
}

.hover-transformY:hover img {
  -webkit-animation-name: spinY;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinY;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinY;
  -ms-animation-duration: 1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spinY;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spinY {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes hueRotate {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}
