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

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

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

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

/* Main */
:root {
  --main-color: #24a1dd;
  --sec-color: #e2015d;
  --thir-color: #efab00;
  --four-color: #f7f7f7;
  --hover-color: black;
  --animate-delay: 0.5s;
}

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

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

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

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

.menu .search-box {
  max-width: 320px;
  padding-left: 20px;
}

.menu .form-search {
  width: 300px;
  height: 32px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  background: #aae3ff;
}

.menu .form-search input {
  width: calc(100% - 32px);
  height: 100%;
  padding: 0 15px;
  font-family: "Roboto-Regular";
  border-right: unset;
  background: transparent;
}

.menu .form-search button {
  width: 32px;
  height: 100%;
  background: transparent;
}

.menu .form-search button i {
  color: #4e6875;
  font-size: 16px;
}

.menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu ul.primary-menu {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu ul.primary-menu>li>a {
  white-space: nowrap;
  padding: 0px 20px !important;
  text-transform: uppercase;
  font-family: "Roboto-Medium";
  font-size: 15px;
  color: #fff;
  line-height: 44px;
}

.menu ul li {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  text-align: center;
}

.menu ul li a {
  display: block;
  position: relative;
  font-size: 13px;
  color: #24a1dd;
  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 {
  background: #e2015d;
}

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

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

.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);
  -webkit-transform-origin: 0 0 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: #24a1dd;
}

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

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

/* Search Responsive */
.search-res {
  position: relative;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  font-size: 17px;
  margin: 0px;
}

.search-res .icon-search.active {
  color: #24a1dd;
  background: #ffffff;
  border-radius: 100%;
}

.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #24a1dd;
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}

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

/*header-mobile*/
.block-menu {
  background: #24a1dd;
}

#menu {
  display: none;
}

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

#hamburger::before,
#hamburger::after,
#hamburger span {
  background: #ffffff;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  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: 10px;
}

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

.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 {
  background: #24a1dd;
}

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

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

.menu-m-top {
  background: var(--main-color);
  color: #fff;
  padding: 10px;
}

.logo-m-top {
  padding: 10px 0;
}

.logo-m-top img {
  max-width: 100%;
  height: auto;
}

/*header-mobile*/
.headerBottom {
  background: transparent;
}

.header-mobi,
.header-mmenu {
  display: none;
}

.logo-mobile img {
  max-height: 100px;
}

.text-slide marquee {
  display: block;
}

.logo-header {
  transform: scale(1);
}

.logo-header.logo_canvar {
  background: #fff;
}

.logo-header.logo_canvar canvas {
  transition: 0.3s ease-out;
  transform: scale(0.6);
}

.logo-header img {
  max-height: 90px;
}

.header-top {
  background: #efab00;
  position: relative;
}

.header-top::after {
  content: "";
  background: #e2015d;
  width: calc((100% - 1230px + 30px) / 2);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.header-top .widthBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}

.header-top .left {
  font-family: "UTMAndrogyne";
  font-size: 15px;
  color: #fff;
  line-height: 45px;
  background: #e2015d;
  padding-right: 80px;
  position: relative;
  max-width: 50%;
  -webkit-animation: color-change 1s infinite;
  -moz-animation: color-change 1s infinite;
  -o-animation: color-change 1s infinite;
  -ms-animation: color-change 1s infinite;
  animation: color-change 1s infinite;
}

.header-top .left::after {
  content: "";
  background: url(../images/icon/ab-header.png) center no-repeat;
  width: 47px;
  height: 100%;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}

.header-top .menu-top {
  display: flex;
  align-items: center;
  list-style-type: none;
}

.header-top .menu-top li a {
  transition: 0.3s;
  color: #fff;
  padding: 0 7px;
}

.header-top .menu-top li a.active,
.header-top .menu-top li a:hover {
  color: #e2015d;
}

.header-main .widthBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}

.header-main .banner {
  max-height: 75px;
}

.header-main .hotline-header {
  list-style-type: none;
  text-align: right;
}

.header-main .hotline-header li a {
  font-family: "UTMAvoBold";
  font-size: 15px;
  color: #e2015d;
}

.header-main .hotline-header li a span {
  font-family: "UTMAvo";
  font-size: 14px;
  color: black;
  margin-right: 5px;
}

.header-main .hotline-header li a:hover {
  color: #24a1dd;
}

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

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

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

/*slide*/
@media screen and (max-width: 991px) {
  .control-slideshow {
    display: none;
  }
}

/* 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;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.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-4 {
  margin: 0 -2px;
}

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

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

.box__product {
  position: relative;
  margin-bottom: 4px;
  border: 1px solid #f1f1f1;
}

.box__product--content {
  position: relative;
}

.box__product h3 {
  background: #e9f5fc;
  padding: 14px;
}

.box__product--name {
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: black;
}

.box__product--name:hover {
  color: #24a1dd;
}

.box__product--price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.box__product--price .left {
  line-height: 1;
}

.box__product--price .left p {
  margin: 5px 0;
}

.box__product--price .left p img {
  vertical-align: text-top;
}

.box__product--price .right {
  text-align: right;
}

.box__product--regular {
  font-family: "Roboto-Bold";
  font-size: 18px;
  color: #e2015d;
  line-height: 1;
}

.box__product--sale {
  font-family: "Roboto-Regular";
  font-size: 15px;
  color: #b3b3b3;
  text-decoration: line-through;
}

.box__product--null {
  font-family: "Roboto-Bold";
  font-size: 18px;
  color: #e2015d;
}

.box__product--null:hover {
  text-decoration: none;
  color: #24a1dd;
}

.box__product--discount {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto-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: "Roboto-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;
}

.list__product {
  padding: 60px 0;
}

.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: "Roboto-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;
  /* text-transform: uppercase; */
}

.ul-tabs-pro-detail li.active,
.ul-tabs-pro-detail li:hover {
  color: black;
  background: #24a1dd;
}

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

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

.content-tabs-pro-detail iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}

.tieuchi {
  padding: 10px 0;
  background: #f5f5f5;
}

.tieuchi .owl-item:nth-child(5n+1) .box__tieuchi,
.tieuchi .owl-item:nth-child(5n+5) .box__tieuchi {
  background: #e2015d;
}

.tieuchi .owl-item:nth-child(5n+2) .box__tieuchi,
.tieuchi .owl-item:nth-child(5n+4) .box__tieuchi {
  background: #24a1dd;
}

.tieuchi .owl-item:nth-child(5n+3) .box__tieuchi {
  background: #efab00;
}

.box__tieuchi {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 16px 18px;
  border-radius: 10px;
  overflow: hidden;
}

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

.box__tieuchi--pic {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.box__tieuchi--pic img {
  max-height: 50px;
  transition: 0.5s;
}

.box__tieuchi--content {
  text-align: center;
}

.box__tieuchi--name {
  font-family: "Roboto-Bold";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s;
  line-height: 1.5;
}

.box__tieuchi--desc {
  font-family: "Roboto-Medium";
  font-size: 12px;
  color: #fff;
}

.box__tieuchi__row {
  flex-direction: row;
}

.box__tieuchi__row--pic {
  margin-right: 15px;
  margin-bottom: 0;
}

.box__tieuchi__row--content {
  text-align: left;
}

.tintuc {
  padding: 60px 0;
}

.box__newStyle {
  position: relative;
}

.box__newStyle--pic {
  position: relative;
  display: block;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 20px;
}

.box__newStyle--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__newStyle--abs__date p {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.box__newStyle--abs__date span {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #fff;
}

.box__newStyle--content {
  padding: 15px;
}

.box__newStyle--name {
  font-family: "Roboto-Bold";
  font-size: 18px;
  color: black;
}

.box__newStyle--name:hover {
  color: #24a1dd;
}

.box__newStyle--date {
  display: block;
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #ababab;
  margin: 5px 0;
}

.box__newStyle--desc {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: black;
  margin-bottom: 10px;
}

.box__newStyle--btn {
  font-family: "Roboto-Bold";
  font-size: 14px;
  color: #24a1dd;
}

.box__newStyle--btn:hover {
  color: #e2015d;
}

.giamgia {
  margin-top: 30px;
}

.giamgia h2 {
  font-family: "Roboto-Bold";
  font-size: 24px;
  color: #e2015d;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.all_list {
  padding: 30px 0;
}

.list {
  padding: 30px 0;
}

.list--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}

.list--title::after {
  content: "";
  background: #e2015d;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

.list--title h2 a {
  font-family: "Roboto-Bold";
  font-size: 24px;
  color: #24a1dd;
  text-transform: uppercase;
  background: #fff;
  padding-right: 20px;
  line-height: 1.5;
}

.list--title h2 a:hover {
  color: #e2015d;
}

.list--title>a {
  background: #fff;
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #505050;
  padding-left: 20px;
}

.list--title>a:hover {
  color: #e2015d;
}

.hinhanh .widthBox {
  padding-bottom: 55px;
}

.hinhanh .widthBox::after {
  content: "";
  background: #efab00;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  max-width: 1200px;
}

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

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

#footer {
  overflow: hidden;
}

#footer .footerArticle {
  padding: 60px 0;
}

.titleFooter {
  font-family: "UTMAvoBold";
  font-size: 16px;
  color: #24a1dd;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.social-ul {
  list-style-type: none;
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
}

.social-ul li {
  margin-right: 5px;
}

.noidung-footer {
  color: #4a4a4a;
  font-family: "Roboto-Regular";
}

.ul-news {
  position: relative;
  list-style-type: none;
  color: #4a4a4a;
}

.ul-news li {
  margin-bottom: 7px;
}

.ul-news li a {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #4a4a4a;
  transition: 0.3s;
}

.ul-news li a:hover {
  color: #e2015d;
}

.footerPowered {
  background: #24a1dd;
  text-align: left;
}

.footerPowered .widthBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 10px 15px;
}

.footerPowered .footer-copyright {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #fff;
}

.footerPowered .footer-copyright span {
  font-family: "Roboto-Bold";
  text-transform: uppercase;
}

.footerPowered .footer-copyright a:hover {
  color: yellow;
}

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

.newsletter {
  margin-bottom: 20px;
}

.newsletter .text-newsletter {
  height: 37px;
  background: #f2f2f2;
  border: unset;
  border-radius: unset;
  outline: unset;
}

.newsletter .col-2 {
  flex: 0 0 40px;
  max-width: 40px;
}

.newsletter .col-10 {
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
}

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

.newsletter--title p {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #4a4a4a;
}

.newsletter .submit-newsletter {
  position: relative;
  font-family: "Roboto-Bold";
  font-size: 14px;
  color: #fff;
  border: unset;
  border-radius: unset;
  outline: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  text-transform: uppercase;
  background: #24a1dd;
}

.newsletter .submit-newsletter:hover {
  text-decoration: none;
  background: black;
  color: #fff;
}

.newsletter .submit-newsletter:hover {
  color: #fff;
  background: #ec2d3f;
}

.newsletter ::-webkit-input-placeholder {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #ccc;
}

.newsletter ::-moz-placeholder {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #ccc;
}

.newsletter :-ms-input-placeholder {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #ccc;
}

.newsletter :-moz-placeholder {
  font-family: "Roboto-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);
  }
}

.wow {
  visibility: hidden;
}

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

.article table {
  width: 100%;
}

.article *:not(iframe):not(object) {
  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 {
  display: block;
  overflow: hidden;
}

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

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

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

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

/* 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;
  display: inline-block;
}

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

.desc-pro-detail2 {
  font-family: 'Roboto-Regular';
  line-height: 25px;
  margin-bottom: 20px;
}

.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
  background-color: #ffffff;
}

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

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

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

.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 {
  color: #4ea8cd;
}

.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  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: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: 'Roboto-Bold';
}

.top-info-pro-detail {
  margin: 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: #ec2d3f;
  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: 20px 11px;
  margin: 0;
  border-radius: 10px;
  background: #fafafa;
  margin-bottom: 17px;
}

.attr-pro-detail li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.attr-pro-detail li:last-child {
  margin-bottom: 0;
}

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

.attr-label-pro-detail span {
  display: block;
}

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

.price-new-pro-detail {
  font-weight: 100;
  font-size: 26px;
  color: #ec2d3f;
  font-family: 'Roboto-Bold';
}

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

.price-old-pro-detail {
  color: #9f9f9f;
  font-size: 16px;
  text-decoration: line-through;
  padding: 0 10px;
  font-family: 'Roboto-Regular';
}

@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 .nav-item .nav-link {
  border-top-width: 3px;
  font-size: 13px;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link.active {
  border-top-color: #555555;
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-top-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;
}

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

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

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

.video {
  cursor: pointer;
}

.youtube-logo {
  position: relative;
}

.youtube-logo::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  background: url(../images/play.png) no-repeat;
  background-size: 100% 100%;
}

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

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

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

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

.title-main h2 {
  text-transform: uppercase;
  color: var(--color-red);
  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-Regular";
}

.titleMain {
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.titleMain h2 {
  font-family: "Roboto-Bold";
  font-size: 26px;
  color: #24a1dd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.social_fixed-phone {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 55px;
  line-height: 45px;
  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(36, 161, 221, 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;
  }
}

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

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

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

.zoomIn {
  animation-name: customzoomIn;
}

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

  50% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

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

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

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

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

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

/*# sourceMappingURL=main.css.map */

/* 20/10/2023 */
@-webkit-keyframes color-change {
  0% {
    color: red;
  }

  50% {
    color: blue;
  }

  100% {
    color: red;
  }
}

@-moz-keyframes color-change {
  0% {
    color: red;
  }

  50% {
    color: blue;
  }

  100% {
    color: red;
  }
}

@-ms-keyframes color-change {
  0% {
    color: red;
  }

  50% {
    color: blue;
  }

  100% {
    color: red;
  }
}

@-o-keyframes color-change {
  0% {
    color: red;
  }

  50% {
    color: blue;
  }

  100% {
    color: red;
  }
}

@keyframes color-change {
  0% {
    color: red;
  }

  50% {
    color: blue;
  }

  100% {
    color: red;
  }
}

/* 25/10/2023 */
.bottomPhone {
  position: fixed;
  width: 100%;
  bottom: 15px;
  pointer-events: none;
  z-index: 9999;
}

.bottomPhone .widthBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottomPhone a {
  padding: 5px 15px;
  background: var(--sec-color);
  border-radius: 100rem;
  font-family: "UTMAvo";
  font-size: 16px;
  color: #fff;
  margin: 0 5px;
  pointer-events: all;
  transition: .3s;
}

.bottomPhone a:hover {
  background: var(--main-color);
}

@media (max-width: 1230px) {
  .mb15_1230 {
    margin-bottom: 15px;
  }

  .header-mobi,
  .header-mmenu {
    display: block;
  }

  .headerBottom,
  .header-top,
  .header-main {
    display: none;
  }

  .bottomPhone {
    bottom: 65px;
  }
}

@media (max-width: 991px) {
  .mb15_991 {
    margin-bottom: 15px;
  }

  .mb10_991 {
    margin-bottom: 10px;
  }

  .footerPowered .widthBox {
    flex-direction: column;
  }

  .footerPowered .footer-copyright,
  .footerPowered .footer-statistic {
    text-align: center;
  }

  .addThis_listSharing {
    bottom: 55px;
  }

  .addThis_listSharing .addThis_listing li {
    display: none;
  }

  .addThis_listSharing .addThis_listing li.itemCart {
    display: block;
  }

  .backtop {
    bottom: 105px;
  }

  .bottomPhone {
    bottom: 65px;
  }
}

@media (max-width: 767px) {
  .mb15_767 {
    margin-bottom: 15px;
  }

  .list--title>a {
    display: none;
  }

  .bottomPhone a {
    padding: 3px 15px;
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .mb15_576 {
    margin-bottom: 15px;
  }

  .bottomPhone a {
    font-size: 12px;
    border-radius: 7px;
    padding: 3px 7px;
    display: flex;
    align-items: center;
  }

  .bottomPhone span {
    display: none;
  }
}

@media (max-width: 375px) {
  .mb15_375 {
    margin-bottom: 15px;
  }
}

.newsletter-main-box .header-container {

  h2,
  p {
    color: #fff;
  }
}

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

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

  textarea {
    height: 80px !important;
    resize: none;
  }
}

.readon-button {
  border-radius: 2px;
  background: #FA0F0F;
  color: #fff;
  display: inline-block;
  padding: 7px 25px;
  font-family: 'UTMAvoBold';
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #FA0F0F;
  transition: .3s;
  border-radius: 50px;

  &:hover {
    background-color: transparent;
    color: #FA0F0F;
    letter-spacing: 2px;
  }
}

.items_right_sticky {
  padding: 25px 25px 30px;
  box-shadow: 10px 10px 36px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
}

.newsletter-input input {
  font-family: 'Roboto-Regular';
}

.title_form h2 {
  font-family: 'UTMAvoBold';
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 13px;
  font-size: 20px;
  margin-top: 25px;
  background: #013879;
  color: #fff;
  padding: 4px 10px 10px;
  line-height: 36px;
}

.items_product_information h2 {
  margin-bottom: 20px;
  line-height: 1.33333;
  letter-spacing: 0em;
  font-weight: 700;
  color: #013879;
  background-repeat: no-repeat;
  font-size: 26px;
  font-family: 'UTMAvoBold';
  text-transform: capitalize;
}

.items_product_information img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

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

.solution-item__header {
  /* border-radius: 100px; */
  background-color: #fff;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
  position: relative;
  margin-bottom: 24px;
}

.items_arordion_main {
  border: 1px solid #eaeaea;
  overflow: hidden;
  padding: 20px;
  background: #fafafa;
}

.solution-item__header::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  bottom: 5px;
  width: 18px;
  height: 18px;
  background: url(../images/arr_down_blue.png) no-repeat;
  background-size: 100% 100%;
  transition: 0.3s;
}

/* 
.solution-item__header.active {
  background-color: #89c6d9;
} */

.solution-item__header.active h3 {
  color: #24a1dd;
}

.solution-item__header.active::before {
  transform: rotate(180deg);
  background: url(../images/arr_down_blue.png) no-repeat;
  background-size: 100% 100%;
}

.solution-item__header h3 {
  font-family: 'Roboto-Bold';
  font-size: 17px;
  line-height: 50px;
  color: #2F2622;
  text-transform: capitalize;
  border: 1px solid #ededed;
  padding: 0 60px 0 20px;
}

.solution-item.active .solution-item__body .desc {
  border-left: 1px dashed #24a1dd;
}

.solution-item__body {
  display: none;
  margin-bottom: 32px;
}

.solution-item__body .desc {
  font-family: 'Roboto-Regular';
  font-size: 16px;
  line-height: 28px;
  color: rgb(0 0 0 / 60%);
  letter-spacing: -0.16px;
  border-left: 1px dashed;
  padding-left: 30px;
  margin-left: 37px;
}

.solution-item:hover h3 {
  color: #24a1dd;
  cursor: pointer;
}

.solution-item h3 {
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .solution-item__header h3 {
    font-size: 17px;
    line-height: 26px;
    color: #2F2622;
    border: 1px solid #ededed;
    padding: 10px 47px 10px 14px;
  }

  .items_arordion_main {
    padding: 15px;
  }

  .solution-item__body .desc {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.16px;
    border-left: 1px dashed;
    padding-left: 17px;
    margin-left: 21px;
  }

  .solution-item__header {

    margin-bottom: 15px;
  }

  .items_product_information h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .items_right_sticky {
    padding: 20px 20px 25px;
    box-shadow: 10px 10px 36px rgba(0, 0, 0, 0.10);
    position: relative;
    top: 0;
  }
}

div#form-popup2 {
  width: 60%;
}

.title-newsllter h2 {
  font-family: 'Montserrat-Bold';
  font-size: 27px;
  text-align: center;
  color: #ae0000;
  margin-bottom: 20px;
}

.form-row {
  margin: 0 -4px !important;
}

.newsletter-input_fomr input {
  font-family: 'roboto-Regular';
  height: 42px;
  margin-bottom: 15px;
}
.title_orther h2 {
  font-family: 'Roboto-Bold' !important;
  color: #013879;
  text-transform: uppercase;
  font-size: 27px;
}
.row.rowproduct {
  margin: 25px 0;
}
.title_orther {
  margin: 36px 0 0;
}
.slogan_newsllter {
  font-family: 'Roboto-Medium';
  margin: 10px 0;
  font-size: 15px;
  margin-bottom: 26px;
  color: #890000;
}

.flex_newsllter {
  margin-top: 15px;
}

.modal-dialog {
  max-width: 806px;
  margin: 1.75rem auto;
}

h5#popupModalLabel {
  font-family: 'UTMAvoBold';
  text-transform: uppercase;
  color: #990000;
}
